/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
body {
  
	font-family: 'Karla', sans-serif;
}

:root {
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-20: #005a87
}

:root {
    --coblocks-spacing--0: 0;
    --coblocks-spacing--1: 0.5em;
    --coblocks-spacing--2: 1em;
    --coblocks-spacing--3: 1.5em;
    --coblocks-spacing--4: 2em;
    --coblocks-spacing--5: 2.5em;
    --coblocks-spacing--6: 3em;
    --coblocks-spacing--7: 3.5em;
    --coblocks-spacing--8: 4em;
    --coblocks-spacing--9: 4.5em;
    --coblocks-spacing--10: 7em
}

.has-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%
}

@media (min-width: 600px) {
    .has-columns.has-2-columns>*:not(.block-editor-inner-blocks),.has-columns.has-3-columns>*:not(.block-editor-inner-blocks),.has-columns.has-4-columns>*:not(.block-editor-inner-blocks) {
        flex-basis:50%
    }
}

@media (min-width: 782px) {
    .has-columns.has-3-columns>*:not(.block-editor-inner-blocks),.has-columns.has-4-columns>*:not(.block-editor-inner-blocks) {
        flex-basis:33.33%
    }
}

@media (max-width: 959px) {
    .has-columns.has-4-columns>*:not(.block-editor-inner-blocks) {
        flex-basis:50%
    }
}

@media (min-width: 1280px) {
    .has-columns.has-4-columns>*:not(.block-editor-inner-blocks) {
        flex-basis:25%
    }
}

.alignfull .has-columns {
    padding-left: var(--coblocks-spacing--2, 1em);
    padding-right: var(--coblocks-spacing--2, 1em)
}

@media (min-width: 600px) {
    .alignfull .has-columns {
        padding-left:var(--coblocks-spacing--4, 2em);
        padding-right: var(--coblocks-spacing--4, 2em)
    }
}

@media (max-width: 599px) {
    .has-responsive-columns {
        flex-direction:column
    }

    .has-responsive-columns>* {
        max-width: 100% !important;
        width: 100% !important
    }

    .has-responsive-columns>[class*="wp-block"]:last-child {
        margin-bottom: 0
    }

    .has-responsive-columns.has-no-gutter>[class*="wp-block"]:not(:last-child) {
        margin-bottom: 0
    }

    .has-responsive-columns.has-small-gutter>[class*="wp-block"]:not(:last-child) {
        margin-bottom: calc(var(--coblocks-spacing--1, 0.5em) * 2.35)
    }

    .has-responsive-columns.has-medium-gutter>[class*="wp-block"]:not(:last-child) {
        margin-bottom: calc(var(--coblocks-spacing--2, 1em) * 2.35)
    }

    .has-responsive-columns.has-large-gutter>[class*="wp-block"]:not(:last-child) {
        margin-bottom: calc(var(--coblocks-spacing--3, 1.5em) * 2.35)
    }

    .has-responsive-columns.has-huge-gutter>[class*="wp-block"]:not(:last-child) {
        margin-bottom: calc(var(--coblocks-spacing--4, 2em) * 2.35)
    }

    .has-responsive-columns.has-custom-gutter>[class*="wp-block"]:not(:last-child) {
        margin-bottom: calc(var(--coblocks-custom-gutter, 0) * 2.35)
    }
}

.has-small-gutter.has-2-columns>*:not(.block-editor-inner-blocks) {
    max-width: calc(100% / 2 - var(--coblocks-spacing--1, 0.5em))
}

.has-small-gutter.has-3-columns>*:not(.block-editor-inner-blocks) {
    max-width: calc(100% / 3 - var(--coblocks-spacing--2, 1em))
}

.has-small-gutter.has-4-columns>*:not(.block-editor-inner-blocks) {
    max-width: calc(100% / 2 - var(--coblocks-spacing--1, 0.5em))
}

@media (min-width: 960px) {
    .has-small-gutter.has-4-columns>*:not(.block-editor-inner-blocks) {
        max-width:calc(100% / 4 - var(--coblocks-spacing--2, 1em))
    }
}

@media (max-width: 959px) {
    .has-small-gutter.has-4-columns>*:not(.block-editor-inner-blocks):nth-of-type(1),.has-small-gutter.has-4-columns>*:not(.block-editor-inner-blocks):nth-of-type(2) {
        margin-bottom:calc(2 * var(--coblocks-spacing--1, 0.5em))
    }
}

.has-medium-gutter.has-2-columns>*:not(.block-editor-inner-blocks) {
    max-width: calc(100% / 2 - var(--coblocks-spacing--2, 1em))
}

.has-medium-gutter.has-3-columns>*:not(.block-editor-inner-blocks) {
    max-width: calc(100% / 2.975 - var(--coblocks-spacing--3, 1.5em))
}

.has-medium-gutter.has-4-columns>*:not(.block-editor-inner-blocks) {
    max-width: calc(100% / 2 - var(--coblocks-spacing--2, 1em))
}

@media (min-width: 960px) {
    .has-medium-gutter.has-4-columns>*:not(.block-editor-inner-blocks) {
        max-width:calc(100% / 4 - var(--coblocks-spacing--3, 1.5em))
    }
}

@media (max-width: 959px) {
    .has-medium-gutter.has-4-columns>*:not(.block-editor-inner-blocks):nth-of-type(1),.has-medium-gutter.has-4-columns>*:not(.block-editor-inner-blocks):nth-of-type(2) {
        margin-bottom:calc(2 * var(--coblocks-spacing--2, 1em))
    }
}

.has-large-gutter.has-2-columns>*:not(.block-editor-inner-blocks) {
    max-width: calc(100% / 2.01 - var(--coblocks-spacing--3, 1.5em))
}

.has-large-gutter.has-3-columns>*:not(.block-editor-inner-blocks) {
    max-width: calc(100% / 3.03 - var(--coblocks-spacing--4, 2em))
}

.has-large-gutter.has-4-columns>*:not(.block-editor-inner-blocks) {
    max-width: calc(100% / 2 - var(--coblocks-spacing--3, 1.5em))
}

@media (min-width: 960px) {
    .has-large-gutter.has-4-columns>*:not(.block-editor-inner-blocks) {
        max-width:calc(100% / 4.08 - var(--coblocks-spacing--4, 2em))
    }
}

@media (max-width: 959px) {
    .has-large-gutter.has-4-columns>*:not(.block-editor-inner-blocks):nth-of-type(1),.has-large-gutter.has-4-columns>*:not(.block-editor-inner-blocks):nth-of-type(2) {
        margin-bottom:calc(2 * var(--coblocks-spacing--3, 1.5em))
    }
}

.has-huge-gutter.has-2-columns>*:not(.block-editor-inner-blocks) {
    max-width: calc(100% / 2.02 - var(--coblocks-spacing--4, 2em))
}

.has-huge-gutter.has-3-columns>*:not(.block-editor-inner-blocks) {
    max-width: calc(100% / 3.09 - var(--coblocks-spacing--5, 2.5em))
}

.has-huge-gutter.has-4-columns>*:not(.block-editor-inner-blocks) {
    max-width: calc(100% / 2 - var(--coblocks-spacing--4, 2em))
}

@media (min-width: 960px) {
    .has-huge-gutter.has-4-columns>*:not(.block-editor-inner-blocks) {
        max-width:calc(100% / 4.15 - var(--coblocks-spacing--5, 2.5em))
    }
}

@media (max-width: 959px) {
    .has-huge-gutter.has-4-columns>*:not(.block-editor-inner-blocks):nth-of-type(1),.has-huge-gutter.has-4-columns>*:not(.block-editor-inner-blocks):nth-of-type(2) {
        margin-bottom:calc(2 * var(--coblocks-spacing--4, 2em))
    }
}

.has-custom-gutter.has-2-columns>*:not(.block-editor-inner-blocks) {
    max-width: calc(100% / 2 - var(--coblocks-custom-gutter, 0))
}

.has-custom-gutter.has-3-columns>*:not(.block-editor-inner-blocks) {
    max-width: calc(100% / 3 - var(--coblocks-custom-gutter, 0))
}

.has-custom-gutter.has-4-columns>*:not(.block-editor-inner-blocks) {
    max-width: calc(100% / 2 - var(--coblocks-custom-gutter, 0))
}

@media (min-width: 960px) {
    .has-custom-gutter.has-4-columns>*:not(.block-editor-inner-blocks) {
        max-width:calc(100% / 4 - var(--coblocks-custom-gutter, 0))
    }
}

@media (max-width: 959px) {
    .has-custom-gutter.has-4-columns>*:not(.block-editor-inner-blocks):nth-of-type(1),.has-custom-gutter.has-4-columns>*:not(.block-editor-inner-blocks):nth-of-type(2) {
        margin-bottom:calc(2 * var(--coblocks-custom-gutter, 0))
    }
}

.bg-repeat {
    background-repeat: repeat
}

.bg-no-repeat {
    background-repeat: no-repeat
}

.bg-repeat-x {
    background-repeat: repeat-x
}

.bg-repeat-y {
    background-repeat: repeat-y
}

.bg-cover {
    background-size: cover
}

.bg-auto {
    background-size: auto
}

.bg-contain {
    background-size: contain
}

.bg-top-left {
    background-position: top left
}

.bg-top-center {
    background-position: top center
}

.bg-top-right {
    background-position: top right
}

.bg-center-left {
    background-position: center left
}

.bg-center-center {
    background-position: center center
}

.bg-center-right {
    background-position: center right
}

.bg-bottom-left {
    background-position: bottom left
}

.bg-bottom-center {
    background-position: bottom center
}

.bg-bottom-right {
    background-position: bottom right
}

.has-background-overlay {
    position: relative
}

.has-background-overlay:not(.has-background) {
    background-color: #000
}

.has-background-overlay::before {
    background-color: inherit;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0
}

.has-background-overlay-10::before {
    opacity: .1
}

.has-background-overlay-20::before {
    opacity: .2
}

.has-background-overlay-30::before {
    opacity: .3
}

.has-background-overlay-40::before {
    opacity: .4
}

.has-background-overlay-50::before {
    opacity: .5
}

.has-background-overlay-60::before {
    opacity: .6
}

.has-background-overlay-70::before {
    opacity: .7
}

.has-background-overlay-80::before {
    opacity: .8
}

.has-background-overlay-90::before {
    opacity: .9
}

.has-background-overlay-100::before {
    opacity: 1
}

.has-parallax {
    background-attachment: fixed
}

@supports (-webkit-overflow-scrolling: touch) {
    .has-parallax {
        background-attachment: scroll
    }
}

@media (prefers-reduced-motion: reduce) {
    .has-parallax {
        background-attachment: scroll
    }
}

.has-small-padding,.has-small-padding.wp-block-group,.has-small-padding.wp-block-group.has-background {
    padding-left: var(--coblocks-spacing--1, 0.5em)
}

.has-medium-padding,.has-medium-padding.wp-block-group,.has-medium-padding.wp-block-group.has-background {
    padding: var(--coblocks-spacing--2, 1em)
}

.has-large-padding,.has-large-padding.wp-block-group,.has-large-padding.wp-block-group.has-background {
    padding: var(--coblocks-spacing--3, 1.5em)
}

.has-huge-padding,.has-huge-padding.wp-block-group,.has-huge-padding.wp-block-group.has-background {
    padding: var(--coblocks-spacing--4, 2em)
}

.has-custom-padding,.has-custom-padding.wp-block-group,.has-custom-padding.wp-block-group.has-background {
    padding: var(--coblocks-custom-padding)
}

.content-area__wrapper .has-small-padding,.content-area__wrapper .has-small-padding.wp-block-group,.content-area__wrapper .has-small-padding.wp-block-group.has-background,.editor-styles-wrapper .has-small-padding,.editor-styles-wrapper .has-small-padding.wp-block-group,.editor-styles-wrapper .has-small-padding.wp-block-group.has-background {
    padding: var(--coblocks-spacing--1, 0.5em)
}

.content-area__wrapper .has-medium-padding,.content-area__wrapper .has-medium-padding.wp-block-group,.content-area__wrapper .has-medium-padding.wp-block-group.has-background,.editor-styles-wrapper .has-medium-padding,.editor-styles-wrapper .has-medium-padding.wp-block-group,.editor-styles-wrapper .has-medium-padding.wp-block-group.has-background {
    padding: var(--coblocks-spacing--2, 1em)
}

.content-area__wrapper .has-large-padding,.content-area__wrapper .has-large-padding.wp-block-group,.content-area__wrapper .has-large-padding.wp-block-group.has-background,.editor-styles-wrapper .has-large-padding,.editor-styles-wrapper .has-large-padding.wp-block-group,.editor-styles-wrapper .has-large-padding.wp-block-group.has-background {
    padding: var(--coblocks-spacing--3, 1.5em)
}

.content-area__wrapper .has-huge-padding,.content-area__wrapper .has-huge-padding.wp-block-group,.content-area__wrapper .has-huge-padding.wp-block-group.has-background,.editor-styles-wrapper .has-huge-padding,.editor-styles-wrapper .has-huge-padding.wp-block-group,.editor-styles-wrapper .has-huge-padding.wp-block-group.has-background {
    padding: var(--coblocks-spacing--4, 2em)
}

.content-area__wrapper .has-custom-padding,.content-area__wrapper .has-custom-padding.wp-block-group,.content-area__wrapper .has-custom-padding.wp-block-group.has-background,.editor-styles-wrapper .has-custom-padding,.editor-styles-wrapper .has-custom-padding.wp-block-group,.editor-styles-wrapper .has-custom-padding.wp-block-group.has-background {
    padding: var(--coblocks-custom-padding)
}

.has-small-margin {
    margin-bottom: var(--coblocks-spacing--1, 0.5em);
    margin-top: var(--coblocks-spacing--1, 0.5em)
}

.has-medium-margin {
    margin-bottom: var(--coblocks-spacing--2, 1em);
    margin-top: var(--coblocks-spacing--2, 1em)
}

.has-large-margin {
    margin-bottom: var(--coblocks-spacing--3, 1.5em);
    margin-top: var(--coblocks-spacing--3, 1.5em)
}

.has-huge-margin {
    margin-bottom: var(--coblocks-spacing--4, 2em);
    margin-top: var(--coblocks-spacing--4, 2em)
}

.has-shadow {
    box-shadow: 0 1.5vw 3vw -0.7vw rgba(0,0,0,0.125)
}

.shadow-sm,.has-shadow-sml {
    box-shadow: 0 0.5vw 2vw -0.25vw rgba(0,0,0,0.2)
}

.shadow-md,.has-shadow-med {
    box-shadow: 0 1vw 3vw -0.5vw rgba(0,0,0,0.2)
}

.shadow-lg,.has-shadow-lrg {
    box-shadow: 0 1.8vw 3vw -0.7vw rgba(0,0,0,0.2)
}

[class*="hint--"] {
    display: inline-block;
    position: relative
}

[class*="hint--"]::before,[class*="hint--"]::after {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transform: translate3d(0, 0, 0);
    visibility: hidden;
    z-index: 1000000
}

[class*="hint--"]::before {
    background: transparent;
    border: 6px solid transparent;
    content: "";
    position: absolute;
    z-index: 1000001
}

[class*="hint--"]::after {
    background: #1e1e1e;
    border-radius: 2px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
    color: #fff;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 12px;
    line-height: 11px;
    padding: 6px 8px 7px 9px;
    white-space: nowrap
}

[class*="hint--"]:hover::before,[class*="hint--"]:hover::after {
    opacity: 1;
    visibility: visible
}

[class*="hint--"][aria-label]::after {
    content: attr(aria-label)
}

[class*="hint--"][data-hint]::after {
    content: attr(data-hint)
}

[aria-label=""]::before,[aria-label=""]::after,[data-hint=""]::before,[data-hint=""]::after {
    display: none !important
}

.hint--top::before {
    border-top-color: #1e1e1e;
    left: calc(50% - 6px) !important;
    margin-bottom: -10px
}

.hint--top::before,.hint--top::after {
    bottom: 103%;
    left: 50%
}

.hint--top::after {
    transform: translateX(-50%)
}

.hint--top:hover::after {
    transform: translateX(-50%)
}

.hint--bottom::before {
    border-bottom-color: #1e1e1e;
    left: calc(50% - 10px);
    margin-top: -11px
}

.hint--bottom::before,.hint--bottom::after {
    left: 50%;
    top: 100%
}

.hint--bottom::after {
    transform: translateX(-50%)
}

.hint--bottom:hover::before {
    transform: translateY(8px)
}

.hint--bottom:hover::after {
    transform: translateX(-50%) translateY(8px)
}

.has-background-video {
    position: relative
}

.has-background-video.has-background-overlay::before {
    z-index: 1
}

.has-background-video.has-background-overlay>:not(.coblocks-video-bg) {
    z-index: 10
}

.has-background-video>:not(.coblocks-video-bg) {
    position: relative
}

.coblocks-video-bg {
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.coblocks-video-bg>video {
    background-position: center center;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%
}

.coblocks-gallery {
    list-style: none !important;
    padding-left: 0;
    padding-right: 0
}

.coblocks-gallery--item {
    list-style: none !important;
    margin: 0;
    padding: 0 !important
}

.coblocks-gallery--item figure {
    position: relative
}

.coblocks-gallery--item img {
    opacity: 1;
    vertical-align: middle
}

.coblocks-gallery .coblocks-gallery--item figcaption {
    color: inherit;
    margin: 0 !important
}

.coblocks-gallery.is-cropped .coblocks-gallery--item a,.coblocks-gallery.is-cropped .coblocks-gallery--item img,.coblocks-gallery.is-cropped .coblocks-gallery--item-thumbnail a,.coblocks-gallery.is-cropped .coblocks-gallery--item-thumbnail img {
    width: 100%
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .coblocks-gallery.is-cropped .coblocks-gallery--item a,.coblocks-gallery.is-cropped .coblocks-gallery--item img,.coblocks-gallery.is-cropped .coblocks-gallery--item-thumbnail a,.coblocks-gallery.is-cropped .coblocks-gallery--item-thumbnail img {
        flex:1;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.alignfull ul.coblocks-gallery,.alignwide ul.coblocks-gallery {
    max-width: 100%
}

.coblocks-gallery--item-thumbnail {
    list-style: none !important;
    margin: 0;
    padding: 0
}

.coblocks-gallery--item-thumbnail figure {
    margin: 0;
    position: relative
}

.coblocks-gallery--item-thumbnail img {
    vertical-align: middle
}

figcaption.coblocks-gallery--primary-caption {
    font-size: 13px;
    margin-bottom: 1em;
    margin-top: 1.2em;
    text-align: center
}

figcaption.coblocks-gallery--primary-caption:not(.has-caption-color) {
    color: #1e1e1e
}

.wp-block-group div[class*="wp-block-coblocks-gallery"] {
    margin-bottom: 10px !important;
    margin-top: 10px !important
}

@media (min-width: 250px) {
    .has-grid-sml .coblocks-gallery--item {
        width:50%
    }
}

@media (min-width: 500px) {
    .has-grid-sml .coblocks-gallery--item {
        width:33.33333%
    }
}

@media (min-width: 800px) {
    .has-grid-sml .coblocks-gallery--item {
        width:25%
    }
}

@media (min-width: 1300px) {
    .has-grid-sml .coblocks-gallery--item {
        width:20%
    }
}

@media (min-width: 1700px) {
    .has-grid-sml .coblocks-gallery--item {
        width:16.66667%
    }
}

@media (min-width: 1900px) {
    .has-grid-sml .coblocks-gallery--item {
        width:14.28571%
    }
}

@media (min-width: 350px) {
    .has-grid-med .coblocks-gallery--item {
        width:50%
    }
}

@media (min-width: 650px) {
    .has-grid-med .coblocks-gallery--item {
        width:33.33333%
    }
}

@media (min-width: 1100px) {
    .has-grid-med .coblocks-gallery--item {
        width:25%
    }
}

@media (min-width: 1600px) {
    .alignfull .has-grid-med .coblocks-gallery--item {
        width:20%
    }
}

@media (min-width: 1900px) {
    .alignfull .has-grid-med .coblocks-gallery--item {
        width:16.66667%
    }
}

@media (min-width: 400px) {
    .has-grid-lrg .coblocks-gallery--item {
        width:50%
    }
}

@media (min-width: 800px) {
    .has-grid-lrg .coblocks-gallery--item {
        width:33.33333%
    }
}

@media (min-width: 1600px) {
    .alignfull .has-grid-lrg .coblocks-gallery--item {
        width:25%
    }
}

@media (min-width: 1900px) {
    .alignfull .has-grid-lrg .coblocks-gallery--item {
        width:20%
    }
}

@media (min-width: 400px) {
    .has-grid-xlrg .coblocks-gallery--item {
        width:50%
    }
}

@media (min-width: 1600px) {
    .alignfull .has-grid-xlrg .coblocks-gallery--item {
        width:33.33333%
    }
}

@media (min-width: 1900px) {
    .alignfull .has-grid-xlrg .coblocks-gallery--item {
        width:25%
    }
}

@media (min-width: 400px) {
    .has-no-alignment .has-grid-lrg .coblocks-gallery--item {
        width:50%
    }
}

@media (min-width: 900px) {
    .has-no-alignment .has-grid-lrg .coblocks-gallery--item {
        width:33.33333%
    }
}

.coblocks-gallery.has-gutter {
    overflow: hidden
}

@media (min-width: 600px) {
    .has-gutter-5 {
        margin:-3px !important;
        max-width: calc(100% + 5px) !important
    }

    .has-gutter-10 {
        margin: -5px !important;
        max-width: calc(100% + 10px) !important
    }

    .has-gutter-15 {
        margin: -8px !important;
        max-width: calc(100% + 15px) !important
    }

    .has-gutter-20 {
        margin: -10px !important;
        max-width: calc(100% + 20px) !important
    }

    .has-gutter-25 {
        margin: -13px !important;
        max-width: calc(100% + 25px) !important
    }

    .has-gutter-30 {
        margin: -15px !important;
        max-width: calc(100% + 30px) !important
    }

    .has-gutter-35 {
        margin: -18px !important;
        max-width: calc(100% + 35px) !important
    }

    .has-gutter-40 {
        margin: -20px !important;
        max-width: calc(100% + 40px) !important
    }

    .has-gutter-45 {
        margin: -23px !important;
        max-width: calc(100% + 45px) !important
    }

    .has-gutter-50 {
        margin: -25px !important;
        max-width: calc(100% + 50px) !important
    }

    .has-gutter-5 .coblocks-gallery--figure {
        margin: 3px
    }

    .has-gutter-10 .coblocks-gallery--figure {
        margin: 5px
    }

    .has-gutter-15 .coblocks-gallery--figure {
        margin: 8px
    }

    .has-gutter-20 .coblocks-gallery--figure {
        margin: 10px
    }

    .has-gutter-25 .coblocks-gallery--figure {
        margin: 13px
    }

    .has-gutter-30 .coblocks-gallery--figure {
        margin: 15px
    }

    .has-gutter-35 .coblocks-gallery--figure {
        margin: 18px
    }

    .has-gutter-40 .coblocks-gallery--figure {
        margin: 20px
    }

    .has-gutter-45 .coblocks-gallery--figure {
        margin: 23px
    }

    .has-gutter-50 .coblocks-gallery--figure {
        margin: 25px
    }
}

@media (max-width: 599px) {
    .has-gutter-mobile-5 {
        margin:-3px !important;
        max-width: calc(100% + 5px) !important
    }

    .has-gutter-mobile-5 .coblocks-gallery--figure {
        margin: 3px
    }

    .has-gutter-mobile-10 {
        margin: -5px !important;
        max-width: calc(100% + 10px) !important
    }

    .has-gutter-mobile-10 .coblocks-gallery--figure {
        margin: 5px
    }

    .has-gutter-mobile-15 {
        margin: -8px !important;
        max-width: calc(100% + 15px) !important
    }

    .has-gutter-mobile-15 .coblocks-gallery--figure {
        margin: 8px
    }

    .has-gutter-mobile-20 {
        margin: -10px !important;
        max-width: calc(100% + 20px) !important
    }

    .has-gutter-mobile-20 .coblocks-gallery--figure {
        margin: 10px
    }

    .has-gutter-mobile-25 {
        margin: -13px !important;
        max-width: calc(100% + 25px) !important
    }

    .has-gutter-mobile-25 .coblocks-gallery--figure {
        margin: 13px
    }

    .has-gutter-mobile-30 {
        margin: -15px !important;
        max-width: calc(100% + 30px) !important
    }

    .has-gutter-mobile-30 .coblocks-gallery--figure {
        margin: 15px
    }

    .has-gutter-mobile-35 {
        margin: -18px !important;
        max-width: calc(100% + 35px) !important
    }

    .has-gutter-mobile-35 .coblocks-gallery--figure {
        margin: 18px
    }

    .has-gutter-mobile-40 {
        margin: -20px !important;
        max-width: calc(100% + 40px) !important
    }

    .has-gutter-mobile-40 .coblocks-gallery--figure {
        margin: 20px
    }

    .has-gutter-mobile-45 {
        margin: -23px !important;
        max-width: calc(100% + 45px) !important
    }

    .has-gutter-mobile-45 .coblocks-gallery--figure {
        margin: 23px
    }

    .has-gutter-mobile-50 {
        margin: -25px !important;
        max-width: calc(100% + 50px) !important
    }

    .has-gutter-mobile-50 .coblocks-gallery--figure {
        margin: 25px
    }
}

.has-horizontal-gutter {
    overflow-x: hidden
}

.wp-block-coblocks-gallery-carousel .coblocks-gallery--item,.wp-block-coblocks-gallery-thumbnails .coblocks-gallery--item {
    height: 100%;
    margin: 0 !important
}

@media (min-width: 1300px) {
    .has-no-alignment .has-carousel-lrg .coblocks-gallery--item {
        width:70%
    }
}

.has-no-alignment .has-carousel-xlrg .coblocks-gallery--item {
    width: 100%
}

.has-carousel-sml .coblocks-gallery--item {
    width: 65%
}

@media (min-width: 700px) {
    .has-carousel-sml .coblocks-gallery--item {
        width:33.333%
    }
}

@media (min-width: 1100px) {
    .has-carousel-sml .coblocks-gallery--item {
        width:25%
    }
}

@media (min-width: 1600px) {
    .has-carousel-sml .coblocks-gallery--item {
        width:20%
    }
}

.has-carousel-sml.has-aligned-cells .coblocks-gallery--item {
    width: 100%
}

@media (min-width: 700px) {
    .has-carousel-sml.has-aligned-cells .coblocks-gallery--item {
        width:33.333%
    }
}

@media (min-width: 1100px) {
    .has-carousel-sml.has-aligned-cells .coblocks-gallery--item {
        width:25%
    }
}

@media (min-width: 1600px) {
    .has-carousel-sml.has-aligned-cells .coblocks-gallery--item {
        width:20%
    }
}

.has-carousel-med .coblocks-gallery--item {
    width: 70%
}

@media (min-width: 700px) {
    .has-carousel-med .coblocks-gallery--item {
        width:33.333%
    }
}

@media (min-width: 1800px) {
    .has-carousel-med .coblocks-gallery--item {
        width:25%
    }
}

.has-carousel-med.has-aligned-cells .coblocks-gallery--item {
    width: 100%
}

@media (min-width: 600px) {
    .has-carousel-med.has-aligned-cells .coblocks-gallery--item {
        width:50%
    }
}

@media (min-width: 900px) {
    .has-carousel-med.has-aligned-cells .coblocks-gallery--item {
        width:33.333%
    }
}

@media (min-width: 1200px) {
    .has-carousel-med.has-aligned-cells .coblocks-gallery--item {
        width:25%
    }
}

.has-carousel-lrg .coblocks-gallery--item {
    width: 80%
}

@media (min-width: 600px) {
    .has-carousel-lrg .coblocks-gallery--item {
        width:70%
    }
}

@media (min-width: 1300px) {
    .has-carousel-lrg .coblocks-gallery--item {
        width:60%
    }
}

.has-carousel-lrg.has-aligned-cells .coblocks-gallery--item {
    width: 100%
}

@media (min-width: 600px) {
    .has-carousel-lrg.has-aligned-cells .coblocks-gallery--item {
        width:50%
    }
}

@media (min-width: 1800px) {
    .has-carousel-lrg.has-aligned-cells .coblocks-gallery--item {
        width:33.333%
    }
}

.has-carousel-xlrg .coblocks-gallery--item {
    width: 100%
}

@media (min-width: 1200px) {
    .has-carousel-xlrg .coblocks-gallery--item {
        width:80%
    }
}

.has-carousel-xlrg.has-aligned-cells .coblocks-gallery--item {
    width: 100%
}

@media (min-width: 600px) {
    .has-margin-bottom-5 {
        margin-bottom:5px !important
    }

    .has-margin-bottom-10 {
        margin-bottom: 10px !important
    }

    .has-margin-bottom-15 {
        margin-bottom: 15px !important
    }

    .has-margin-bottom-20 {
        margin-bottom: 20px !important
    }

    .has-margin-bottom-25 {
        margin-bottom: 25px !important
    }

    .has-margin-bottom-30 {
        margin-bottom: 30px !important
    }

    .has-margin-bottom-35 {
        margin-bottom: 35px !important
    }

    .has-margin-bottom-40 {
        margin-bottom: 40px !important
    }

    .has-margin-bottom-45 {
        margin-bottom: 45px !important
    }

    .has-margin-bottom-50 {
        margin-bottom: 50px !important
    }
}

@media (max-width: 599px) {
    .has-margin-bottom-mobile-5 {
        margin-bottom:5px !important
    }

    .has-margin-bottom-mobile-10 {
        margin-bottom: 10px !important
    }

    .has-margin-bottom-mobile-15 {
        margin-bottom: 15px !important
    }

    .has-margin-bottom-mobile-20 {
        margin-bottom: 20px !important
    }

    .has-margin-bottom-mobile-25 {
        margin-bottom: 25px !important
    }

    .has-margin-bottom-mobile-30 {
        margin-bottom: 30px !important
    }

    .has-margin-bottom-mobile-35 {
        margin-bottom: 35px !important
    }

    .has-margin-bottom-mobile-40 {
        margin-bottom: 40px !important
    }

    .has-margin-bottom-mobile-45 {
        margin-bottom: 45px !important
    }

    .has-margin-bottom-mobile-50 {
        margin-bottom: 50px !important
    }
}

@media (min-width: 600px) {
    .has-margin-top-5 {
        margin-top:3px !important
    }

    .has-margin-top-10 {
        margin-top: 5px !important
    }

    .has-margin-top-15 {
        margin-top: 8px !important
    }

    .has-margin-top-20 {
        margin-top: 10px !important
    }

    .has-margin-top-25 {
        margin-top: 13px !important
    }

    .has-margin-top-30 {
        margin-top: 15px !important
    }

    .has-margin-top-35 {
        margin-top: 18px !important
    }

    .has-margin-top-40 {
        margin-top: 20px !important
    }

    .has-margin-top-45 {
        margin-top: 23px !important
    }

    .has-margin-top-50 {
        margin-top: 25px !important
    }
}

@media (max-width: 599px) {
    .has-margin-top-mobile-5 {
        margin-top:3px !important
    }

    .has-margin-top-mobile-10 {
        margin-top: 5px !important
    }

    .has-margin-top-mobile-15 {
        margin-top: 8px !important
    }

    .has-margin-top-mobile-20 {
        margin-top: 10px !important
    }

    .has-margin-top-mobile-25 {
        margin-top: 13px !important
    }

    .has-margin-top-mobile-30 {
        margin-top: 15px !important
    }

    .has-margin-top-mobile-35 {
        margin-top: 18px !important
    }

    .has-margin-top-mobile-40 {
        margin-top: 20px !important
    }

    .has-margin-top-mobile-45 {
        margin-top: 23px !important
    }

    .has-margin-top-mobile-50 {
        margin-top: 25px !important
    }
}

@media (min-width: 600px) {
    .has-margin-right-5 {
        margin-right:3px !important
    }

    .has-margin-right-10 {
        margin-right: 5px !important
    }

    .has-margin-right-15 {
        margin-right: 8px !important
    }

    .has-margin-right-20 {
        margin-right: 10px !important
    }

    .has-margin-right-25 {
        margin-right: 13px !important
    }

    .has-margin-right-30 {
        margin-right: 15px !important
    }

    .has-margin-right-35 {
        margin-right: 18px !important
    }

    .has-margin-right-40 {
        margin-right: 20px !important
    }

    .has-margin-right-45 {
        margin-right: 23px !important
    }

    .has-margin-right-50 {
        margin-right: 25px !important
    }
}

@media (max-width: 599px) {
    .has-margin-right-mobile-5 {
        margin-right:3px !important
    }

    .has-margin-right-mobile-10 {
        margin-right: 5px !important
    }

    .has-margin-right-mobile-15 {
        margin-right: 8px !important
    }

    .has-margin-right-mobile-20 {
        margin-right: 10px !important
    }

    .has-margin-right-mobile-25 {
        margin-right: 13px !important
    }

    .has-margin-right-mobile-30 {
        margin-right: 15px !important
    }

    .has-margin-right-mobile-35 {
        margin-right: 18px !important
    }

    .has-margin-right-mobile-40 {
        margin-right: 20px !important
    }

    .has-margin-right-mobile-45 {
        margin-right: 23px !important
    }

    .has-margin-right-mobile-50 {
        margin-right: 25px !important
    }
}

@media (min-width: 600px) {
    .has-margin-left-5 {
        margin-left:3px !important
    }

    .has-margin-left-10 {
        margin-left: 5px !important
    }

    .has-margin-left-15 {
        margin-left: 8px !important
    }

    .has-margin-left-20 {
        margin-left: 10px !important
    }

    .has-margin-left-25 {
        margin-left: 13px !important
    }

    .has-margin-left-30 {
        margin-left: 15px !important
    }

    .has-margin-left-35 {
        margin-left: 18px !important
    }

    .has-margin-left-40 {
        margin-left: 20px !important
    }

    .has-margin-left-45 {
        margin-left: 23px !important
    }

    .has-margin-left-50 {
        margin-left: 25px !important
    }
}

@media (max-width: 599px) {
    .has-margin-left-mobile-5 {
        margin-left:3px !important
    }

    .has-margin-left-mobile-10 {
        margin-left: 5px !important
    }

    .has-margin-left-mobile-15 {
        margin-left: 8px !important
    }

    .has-margin-left-mobile-20 {
        margin-left: 10px !important
    }

    .has-margin-left-mobile-25 {
        margin-left: 13px !important
    }

    .has-margin-left-mobile-30 {
        margin-left: 15px !important
    }

    .has-margin-left-mobile-35 {
        margin-left: 18px !important
    }

    .has-margin-left-mobile-40 {
        margin-left: 20px !important
    }

    .has-margin-left-mobile-45 {
        margin-left: 23px !important
    }

    .has-margin-left-mobile-50 {
        margin-left: 25px !important
    }
}

@media (min-width: 600px) {
    .has-negative-margin-right-5 {
        margin-right:-3px !important
    }

    .has-negative-margin-right-10 {
        margin-right: -5px !important
    }

    .has-negative-margin-right-15 {
        margin-right: -8px !important
    }

    .has-negative-margin-right-20 {
        margin-right: -10px !important
    }

    .has-negative-margin-right-25 {
        margin-right: -13px !important
    }

    .has-negative-margin-right-30 {
        margin-right: -15px !important
    }

    .has-negative-margin-right-35 {
        margin-right: -18px !important
    }

    .has-negative-margin-right-40 {
        margin-right: -20px !important
    }

    .has-negative-margin-right-45 {
        margin-right: -23px !important
    }

    .has-negative-margin-right-50 {
        margin-right: -25px !important
    }
}

@media (max-width: 599px) {
    .has-negative-margin-right-mobile-5 {
        margin-right:-3px !important
    }

    .has-negative-margin-right-mobile-10 {
        margin-right: -5px !important
    }

    .has-negative-margin-right-mobile-15 {
        margin-right: -8px !important
    }

    .has-negative-margin-right-mobile-20 {
        margin-right: -10px !important
    }

    .has-negative-margin-right-mobile-25 {
        margin-right: -13px !important
    }

    .has-negative-margin-right-mobile-30 {
        margin-right: -15px !important
    }

    .has-negative-margin-right-mobile-35 {
        margin-right: -18px !important
    }

    .has-negative-margin-right-mobile-40 {
        margin-right: -20px !important
    }

    .has-negative-margin-right-mobile-45 {
        margin-right: -23px !important
    }

    .has-negative-margin-right-mobile-50 {
        margin-right: -25px !important
    }
}

@media (min-width: 600px) {
    .has-negative-margin-left-5 {
        margin-left:-3px !important
    }

    .has-negative-margin-left-10 {
        margin-left: -5px !important
    }

    .has-negative-margin-left-15 {
        margin-left: -8px !important
    }

    .has-negative-margin-left-20 {
        margin-left: -10px !important
    }

    .has-negative-margin-left-25 {
        margin-left: -13px !important
    }

    .has-negative-margin-left-30 {
        margin-left: -15px !important
    }

    .has-negative-margin-left-35 {
        margin-left: -18px !important
    }

    .has-negative-margin-left-40 {
        margin-left: -20px !important
    }

    .has-negative-margin-left-45 {
        margin-left: -23px !important
    }

    .has-negative-margin-left-50 {
        margin-left: -25px !important
    }
}

@media (max-width: 599px) {
    .has-negative-margin-left-mobile-5 {
        margin-left:-3px !important
    }

    .has-negative-margin-left-mobile-10 {
        margin-left: -5px !important
    }

    .has-negative-margin-left-mobile-15 {
        margin-left: -8px !important
    }

    .has-negative-margin-left-mobile-20 {
        margin-left: -10px !important
    }

    .has-negative-margin-left-mobile-25 {
        margin-left: -13px !important
    }

    .has-negative-margin-left-mobile-30 {
        margin-left: -15px !important
    }

    .has-negative-margin-left-mobile-35 {
        margin-left: -18px !important
    }

    .has-negative-margin-left-mobile-40 {
        margin-left: -20px !important
    }

    .has-negative-margin-left-mobile-45 {
        margin-left: -23px !important
    }

    .has-negative-margin-left-mobile-50 {
        margin-left: -25px !important
    }
}

@media (min-width: 600px) {
    .has-negative-margin-5 {
        margin:-3px !important
    }

    .has-negative-margin-10 {
        margin: -5px !important
    }

    .has-negative-margin-15 {
        margin: -8px !important
    }

    .has-negative-margin-20 {
        margin: -10px !important
    }

    .has-negative-margin-25 {
        margin: -13px !important
    }

    .has-negative-margin-30 {
        margin: -15px !important
    }

    .has-negative-margin-35 {
        margin: -18px !important
    }

    .has-negative-margin-40 {
        margin: -20px !important
    }

    .has-negative-margin-45 {
        margin: -23px !important
    }

    .has-negative-margin-50 {
        margin: -25px !important
    }
}

@media (max-width: 599px) {
    .has-negative-margin-mobile-5 {
        margin:-3px !important
    }

    .has-negative-margin-mobile-10 {
        margin: -5px !important
    }

    .has-negative-margin-mobile-15 {
        margin: -8px !important
    }

    .has-negative-margin-mobile-20 {
        margin: -10px !important
    }

    .has-negative-margin-mobile-25 {
        margin: -13px !important
    }

    .has-negative-margin-mobile-30 {
        margin: -15px !important
    }

    .has-negative-margin-mobile-35 {
        margin: -18px !important
    }

    .has-negative-margin-mobile-40 {
        margin: -20px !important
    }

    .has-negative-margin-mobile-45 {
        margin: -23px !important
    }

    .has-negative-margin-mobile-50 {
        margin: -25px !important
    }
}

@media (min-width: 600px) {
    .has-padding-5 {
        padding:5px !important
    }

    .has-padding-10 {
        padding: 10px !important
    }

    .has-padding-15 {
        padding: 15px !important
    }

    .has-padding-20 {
        padding: 20px !important
    }

    .has-padding-25 {
        padding: 25px !important
    }

    .has-padding-30 {
        padding: 30px !important
    }

    .has-padding-35 {
        padding: 35px !important
    }

    .has-padding-40 {
        padding: 40px !important
    }

    .has-padding-45 {
        padding: 45px !important
    }

    .has-padding-50 {
        padding: 50px !important
    }

    .has-padding-55 {
        padding: 55px !important
    }

    .has-padding-60 {
        padding: 60px !important
    }

    .has-padding-65 {
        padding: 65px !important
    }

    .has-padding-70 {
        padding: 70px !important
    }

    .has-padding-75 {
        padding: 75px !important
    }

    .has-padding-80 {
        padding: 80px !important
    }

    .has-padding-85 {
        padding: 85px !important
    }

    .has-padding-90 {
        padding: 90px !important
    }

    .has-padding-95 {
        padding: 95px !important
    }

    .has-padding-100 {
        padding: 100px !important
    }
}

@media (max-width: 599px) {
    .has-padding-mobile-5 {
        padding:5px !important
    }

    .has-padding-mobile-10 {
        padding: 10px !important
    }

    .has-padding-mobile-15 {
        padding: 15px !important
    }

    .has-padding-mobile-20 {
        padding: 20px !important
    }

    .has-padding-mobile-25 {
        padding: 25px !important
    }

    .has-padding-mobile-30 {
        padding: 30px !important
    }

    .has-padding-mobile-35 {
        padding: 35px !important
    }

    .has-padding-mobile-40 {
        padding: 40px !important
    }

    .has-padding-mobile-45 {
        padding: 45px !important
    }

    .has-padding-mobile-50 {
        padding: 50px !important
    }

    .has-padding-mobile-55 {
        padding: 55px !important
    }

    .has-padding-mobile-60 {
        padding: 60px !important
    }

    .has-padding-mobile-65 {
        padding: 65px !important
    }

    .has-padding-mobile-70 {
        padding: 70px !important
    }

    .has-padding-mobile-75 {
        padding: 75px !important
    }

    .has-padding-mobile-80 {
        padding: 80px !important
    }

    .has-padding-mobile-85 {
        padding: 85px !important
    }

    .has-padding-mobile-90 {
        padding: 90px !important
    }

    .has-padding-mobile-95 {
        padding: 95px !important
    }

    .has-padding-mobile-100 {
        padding: 100px !important
    }
}

.has-border-radius-2 .coblocks-gallery--item img {
    border-radius: 2px
}

.has-border-radius-2 .coblocks-gallery--item figcaption {
    border-radius: 0 0 2px 2px
}

.has-border-radius-3 .coblocks-gallery--item img {
    border-radius: 3px
}

.has-border-radius-3 .coblocks-gallery--item figcaption {
    border-radius: 0 0 3px 3px
}

.has-border-radius-4 .coblocks-gallery--item img {
    border-radius: 4px
}

.has-border-radius-4 .coblocks-gallery--item figcaption {
    border-radius: 0 0 4px 4px
}

.has-border-radius-5 .coblocks-gallery--item img {
    border-radius: 5px
}

.has-border-radius-5 .coblocks-gallery--item figcaption {
    border-radius: 0 0 5px 5px
}

.has-border-radius-6 .coblocks-gallery--item img {
    border-radius: 6px
}

.has-border-radius-6 .coblocks-gallery--item figcaption {
    border-radius: 0 0 6px 6px
}

.has-border-radius-7 .coblocks-gallery--item img {
    border-radius: 7px
}

.has-border-radius-7 .coblocks-gallery--item figcaption {
    border-radius: 0 0 7px 7px
}

.has-border-radius-8 .coblocks-gallery--item img {
    border-radius: 8px
}

.has-border-radius-8 .coblocks-gallery--item figcaption {
    border-radius: 0 0 8px 8px
}

.has-border-radius-9 .coblocks-gallery--item img {
    border-radius: 9px
}

.has-border-radius-9 .coblocks-gallery--item figcaption {
    border-radius: 0 0 9px 9px
}

.has-border-radius-10 .coblocks-gallery--item img {
    border-radius: 10px
}

.has-border-radius-10 .coblocks-gallery--item figcaption {
    border-radius: 0 0 10px 10px
}

.has-border-radius-11 .coblocks-gallery--item img {
    border-radius: 11px
}

.has-border-radius-11 .coblocks-gallery--item figcaption {
    border-radius: 0 0 11px 11px
}

.has-border-radius-12 .coblocks-gallery--item img {
    border-radius: 12px
}

.has-border-radius-12 .coblocks-gallery--item figcaption {
    border-radius: 0 0 12px 12px
}

.has-border-radius-13 .coblocks-gallery--item img {
    border-radius: 13px
}

.has-border-radius-13 .coblocks-gallery--item figcaption {
    border-radius: 0 0 13px 13px
}

.has-border-radius-14 .coblocks-gallery--item img {
    border-radius: 14px
}

.has-border-radius-14 .coblocks-gallery--item figcaption {
    border-radius: 0 0 14px 14px
}

.has-border-radius-15 .coblocks-gallery--item img {
    border-radius: 15px
}

.has-border-radius-15 .coblocks-gallery--item figcaption {
    border-radius: 0 0 15px 15px
}

.has-border-radius-16 .coblocks-gallery--item img {
    border-radius: 16px
}

.has-border-radius-16 .coblocks-gallery--item figcaption {
    border-radius: 0 0 16px 16px
}

.has-border-radius-17 .coblocks-gallery--item img {
    border-radius: 17px
}

.has-border-radius-17 .coblocks-gallery--item figcaption {
    border-radius: 0 0 17px 17px
}

.has-border-radius-18 .coblocks-gallery--item img {
    border-radius: 18px
}

.has-border-radius-18 .coblocks-gallery--item figcaption {
    border-radius: 0 0 18px 18px
}

.has-border-radius-19 .coblocks-gallery--item img {
    border-radius: 19px
}

.has-border-radius-19 .coblocks-gallery--item figcaption {
    border-radius: 0 0 19px 19px
}

.has-border-radius-20 .coblocks-gallery--item img {
    border-radius: 20px
}

.has-border-radius-20 .coblocks-gallery--item figcaption {
    border-radius: 0 0 20px 20px
}

.has-caption-style-light .coblocks-gallery--item figcaption {
    background: linear-gradient(0deg, rgba(255,255,255,0.93) 6.3%, rgba(255,255,255,0.5) 61%, rgba(255,255,255,0)) !important;
    opacity: 1 !important
}

.coblocks-gallery:not(.has-caption-color).has-caption-style-dark figcaption {
    color: #fff
}

.coblocks-gallery:not(.has-caption-color).has-caption-style-light figcaption {
    color: #000
}

.has-caption-style-none .coblocks-gallery--item {
    background: none !important;
    opacity: 1 !important
}

.flickity-enabled {
    position: relative
}

.flickity-enabled:focus {
    outline: none
}

.flickity-enabled.is-draggable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.flickity-viewport {
    height: 100%;
    overflow: hidden;
    position: relative
}

.is-cropped .flickity-viewport {
    height: 100% !important
}

.flickity-slider {
    height: 100%;
    position: absolute;
    width: 100%
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: -webkit-grab;
    cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.flickity-button {
    background: rgba(255,255,255,0.75);
    border: none;
    color: #000;
    padding: 0;
    position: absolute;
    transition: background 100ms, opacity 100ms
}

.flickity-button:hover {
    background: #fff;
    cursor: pointer
}

.flickity-button:focus {
    background: #fff;
    border: none;
    box-shadow: 0 0 0 2px #000;
    outline: none
}

.flickity-button:active {
    border: none;
    opacity: 0.6
}

.flickity-button:disabled {
    cursor: auto;
    opacity: 0.25;
    pointer-events: none
}

.flickity-button-icon {
    fill: #000;
    transform: translate3d(0, 0, 0)
}

.flickity-prev-next-button {
    border-radius: 9px;
    height: 72px;
    top: 50%;
    transform: translateY(-50%);
    width: 57px
}

.has-top-left-carousel-arrows .flickity-prev-next-button {
    border-radius: 4px;
    height: 42px;
    top: 20px;
    transform: none;
    width: 42px
}

.has-top-left-carousel-arrows .flickity-prev-next-button.previous {
    left: 20px
}

.has-top-left-carousel-arrows .flickity-prev-next-button.next {
    left: calc(25px + 42px)
}

.flickity-prev-next-button.previous {
    left: 10px
}

@media (min-width: 600px) {
    .flickity-prev-next-button.previous {
        left:20px
    }
}

.flickity-prev-next-button.next {
    right: 10px
}

@media (min-width: 600px) {
    .flickity-prev-next-button.next {
        right:20px
    }
}

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px
}

@media (min-width: 600px) {
    .flickity-rtl .flickity-prev-next-button.previous {
        right:20px
    }
}

.flickity-rtl .flickity-prev-next-button.next {
    left: 10px;
    right: auto
}

@media (min-width: 600px) {
    .flickity-rtl .flickity-prev-next-button.next {
        left:20px
    }
}

.flickity-prev-next-button .flickity-button-icon {
    height: 50%;
    left: 23%;
    position: absolute;
    top: 25%;
    width: 50%
}

.previous.flickity-prev-next-button .flickity-button-icon {
    left: 26%
}

.flickity-page-dots {
    bottom: 18px;
    line-height: 1;
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    text-align: center;
    width: 100%
}

.flickity-rtl .flickity-page-dots {
    direction: rtl
}

.flickity-page-dots .dot {
    background: rgba(0,0,0,0.3);
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 9px;
    margin: 0 6px;
    width: 9px
}

.flickity-page-dots .dot.is-selected {
    background: rgba(255,255,255,0.75)
}

.coblocks-lightbox {
    align-items: center;
    background: rgba(0,0,0,0);
    display: none;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999
}

.admin-bar .coblocks-lightbox {
    top: 32px
}

@media (max-width: 782px) {
    .admin-bar .coblocks-lightbox {
        top:46px
    }
}

.coblocks-lightbox__background {
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -10em;
    filter: blur(25px) saturate(175%) brightness(90%);
    left: -10em;
    position: absolute;
    right: -10em;
    top: -10em
}

.coblocks-lightbox__heading {
    align-items: center;
    color: #fff;
    display: flex;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 0.5em;
    justify-content: space-between;
    left: 3%;
    position: absolute;
    right: 3%;
    top: 1em
}

@media (min-width: 600px) {
    .coblocks-lightbox__heading {
        top:2em
    }
}

.coblocks-lightbox__image {
    z-index: 2
}

.coblocks-lightbox__image img {
    display: flex;
    margin: auto;
    max-height: 70vh;
    max-width: 70vw
}

@media (min-width: 960px) {
    .coblocks-lightbox__image img {
        max-height:80vh;
        max-width: 80vw
    }
}

.coblocks-lightbox__arrow {
    align-items: center;
    background-color: transparent;
    border-radius: 100%;
    color: #fff;
    cursor: pointer;
    display: flex;
    height: auto;
    margin: 0 1%;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 250ms background-color linear;
    z-index: 3
}

.coblocks-lightbox__arrow:hover {
    background-color: rgba(255,255,255,0.15)
}

.coblocks-lightbox__arrow:focus {
    background-color: rgba(255,255,255,0.25);
    box-shadow: inset 0 0 0 3px rgba(255,255,255,0.25);
    outline: none
}

@media (min-width: 600px) {
    .coblocks-lightbox__arrow {
        background-color:rgba(255,255,255,0.15);
        margin: 0 2%
    }

    .coblocks-lightbox__arrow:hover {
        background-color: rgba(255,255,255,0.25)
    }
}

.coblocks-lightbox__arrow>div {
    background-color: #fff;
    height: 28px;
    position: relative;
    width: 28px
}

@media (min-width: 960px) {
    .coblocks-lightbox__arrow>div {
        height:32px;
        width: 32px
    }
}

.coblocks-lightbox__arrow .arrow-left {
    left: -1px;
    -webkit-mask-image: url(/wp-content/plugins/coblocks/2.18.1-simple-rev.4/dist/images/lightbox/arrow-left.svg);
    mask-image: url(/wp-content/plugins/coblocks/2.18.1-simple-rev.4/dist/images/lightbox/arrow-left.svg)
}

.coblocks-lightbox__arrow .arrow-right {
    -webkit-mask-image: url(/wp-content/plugins/coblocks/2.18.1-simple-rev.4/dist/images/lightbox/arrow-right.svg);
    mask-image: url(/wp-content/plugins/coblocks/2.18.1-simple-rev.4/dist/images/lightbox/arrow-right.svg);
    right: -1px
}

.coblocks-lightbox__arrow--left {
    left: 0;
    right: auto
}

.coblocks-lightbox__close {
    background-color: #fff;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 26px;
    -webkit-mask-image: url(/wp-content/plugins/coblocks/2.18.1-simple-rev.4/dist/images/lightbox/close.svg);
    mask-image: url(/wp-content/plugins/coblocks/2.18.1-simple-rev.4/dist/images/lightbox/close.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    padding: 7px;
    transition: transform 0.15s linear;
    width: 26px
}

@media (min-width: 960px) {
    .coblocks-lightbox__close {
        height:32px;
        width: 32px
    }
}

.coblocks-lightbox__close:hover {
    background-color: #fff;
    transform: scale(1.125)
}

.coblocks-lightbox__close:focus {
    background-color: #fff;
    transform: scale(1.125)
}

.coblocks-lightbox__caption {
    color: #fff;
    margin-top: 10px;
    text-align: center
}

.has-lightbox>:not(.carousel-nav) figure:hover {
    cursor: zoom-in
}

.has-lightbox figure[class^="align"]:hover {
    cursor: zoom-in
}

figure.has-lightbox:hover {
    cursor: zoom-in
}

.is-twentynineteen .entry-content div[class*="wp-block-coblocks-gallery"] {
    margin-bottom: 46px;
    margin-top: 46px
}

.is-twentynineteen .entry-content div[class*="wp-block-coblocks-gallery"] .coblocks-gallery--caption {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 0.71111em;
    line-height: 1.6;
    margin: 0 0 -20px;
    padding: 0.5rem;
    text-align: center
}

.is-twentynineteen .wp-block-coblocks-gallery-stacked figcaption:not([class*="font-size"]) {
    font-size: 0.71111em
}

.is-twentyseventeen .entry-content div[class*="wp-block-coblocks-gallery"] {
    margin-bottom: 1.75em;
    margin-top: 1.65em
}

.is-twentyseventeen .entry-content div[class*="wp-block-coblocks-gallery"] .coblocks-gallery--primary-caption {
    font-style: italic;
    margin-bottom: -10px;
    margin-top: 1em
}

.is-twentyseventeen .entry-content div[class*="wp-block-coblocks-gallery"]:not([class*="masonry"]) .coblocks-gallery:not(.has-caption-color) figcaption {
    color: #1e1e1e
}

.is-twentyseventeen .wp-block-coblocks-gallery-masonry figcaption {
    padding-bottom: 6px
}

.is-twentysixteen .entry-content div[class*="wp-block-coblocks-gallery"] {
    margin-bottom: 2.3em;
    margin-top: 2.3em
}

.is-twentysixteen .entry-content div[class*="wp-block-coblocks-gallery"] .coblocks-gallery--primary-caption {
    margin-bottom: -10px;
    margin-top: 0.6em
}

.is-twentysixteen .wp-block-coblocks-gallery-masonry figcaption {
    padding-bottom: 6px
}

.is-twentyfifteen .entry-content div[class*="wp-block-coblocks-gallery"] {
    margin-bottom: 2.2em;
    margin-top: 2.2em
}

.is-twentyfifteen .entry-content div[class*="wp-block-coblocks-gallery"] .coblocks-gallery--primary-caption {
    margin-bottom: -15px;
    margin-top: 0.5em;
    padding-bottom: 0
}

.is-twentyfifteen .wp-block-coblocks-gallery-masonry figcaption {
    font-size: 13px !important
}

.is-twentyfourteen .entry-content div[class*="wp-block-coblocks-gallery"] {
    margin-bottom: 30px;
    margin-top: 30px
}

.is-twentyfourteen .entry-content div[class*="wp-block-coblocks-gallery"] .coblocks-gallery--primary-caption {
    margin-bottom: -7px;
    text-align: left
}

.is-twentythirteen .entry-content div[class*="wp-block-coblocks-gallery"] {
    margin-bottom: 30px;
    margin-top: 34px
}

.is-twentythirteen .entry-content div[class*="wp-block-coblocks-gallery"] .coblocks-gallery--primary-caption {
    margin-bottom: -10px
}

.is-twentythirteen .wp-block-coblocks-gallery-masonry figcaption {
    font-size: 13px !important
}

.is-twentytwelve .entry-content div[class*="wp-block-coblocks-gallery"] {
    margin-bottom: 32px;
    margin-top: 32px
}

.is-twentytwelve .entry-content div[class*="wp-block-coblocks-gallery"] .coblocks-gallery:not([class*="border-radius"]) img {
    border-radius: inherit
}

.is-twentytwelve .entry-content div[class*="wp-block-coblocks-gallery"] .coblocks-gallery--primary-caption {
    margin-bottom: -10px
}

.is-twentytwelve .wp-block-coblocks-gallery-masonry figcaption {
    padding-bottom: 6px
}

.is-twentyeleven .entry-content div[class*="wp-block-coblocks-gallery"] {
    margin-bottom: 32px;
    margin-top: 33px
}

.is-twentyeleven .entry-content div[class*="wp-block-coblocks-gallery"] .coblocks-gallery img {
    border: 0;
    max-width: 100%;
    padding: 0
}

.is-twentyeleven .entry-content div[class*="wp-block-coblocks-gallery"] .coblocks-gallery--primary-caption {
    margin-bottom: -15px
}

.is-twentyeleven .entry-content div[class*="wp-block-coblocks-gallery"] .coblocks-gallery--primary-caption::before {
    color: #666;
    content: "\2014";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    left: 10px;
    margin-right: 5px;
    position: absolute;
    top: 0
}

.is-twentyeleven .wp-block-coblocks-gallery-stacked figcaption {
    padding-left: 1em !important;
    padding-right: 1em !important;
    text-align: center !important
}

.is-twentyeleven .wp-block-coblocks-gallery-stacked figcaption::before {
    display: none;
    padding-left: 0
}

.has-filter-grayscale img {
    filter: grayscale(1)
}

.has-filter-saturation img {
    filter: saturate(1.75)
}

.has-filter-sepia img {
    filter: sepia(0.5)
}

.has-filter-dim img {
    filter: brightness(0.5)
}

.has-filter-vintage img {
    filter: contrast(1.3) saturate(1.5) sepia(0.6)
}

.coblocks-option-selector-control .components-button-group .components-button {
    justify-content: center;
    min-width: 38px;
    padding-left: 4px;
    padding-right: 4px;
    vertical-align: middle
}

.coblocks-option-selector-control.is-custom {
    margin-bottom: 14px
}

.components-button-group .components-button.is-primary {
    box-shadow: inset 0 0 0 1px var(--wp-admin-theme-color)
}

.wp-block-cover:not(.components-placeholder):not(.is-placeholder).is-style-bottom-wave {
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="250" height="248" xmlns="http://www.w3.org/2000/svg"><path d="M250 220.092145s-12.873712-8.581631-26.547345-11.208661c-13.673633-2.62703-19.948005-2.014057-25.847415-1.094596-14.723528 2.276759-29.197081 7.662171-48.145186 21.760565-7.399261 5.341628-19.223078 13.485421-25.122488 15.630829-5.999399 2.145408-13.223677 3.415139-18.873112 2.320543-2.574743-.437838-5.6494355-.612974-12.4487556-3.371355-6.8743126-2.62703-14.6235377-7.049197-19.9230076-10.595688-10.2989701-6.874062-23.6976303-9.501092-33.4966504-9.807579C17.9982002 222.806743 0 237.080273 0 237.080273V0h250z"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg width="250" height="248" xmlns="http://www.w3.org/2000/svg"><path d="M250 220.092145s-12.873712-8.581631-26.547345-11.208661c-13.673633-2.62703-19.948005-2.014057-25.847415-1.094596-14.723528 2.276759-29.197081 7.662171-48.145186 21.760565-7.399261 5.341628-19.223078 13.485421-25.122488 15.630829-5.999399 2.145408-13.223677 3.415139-18.873112 2.320543-2.574743-.437838-5.6494355-.612974-12.4487556-3.371355-6.8743126-2.62703-14.6235377-7.049197-19.9230076-10.595688-10.2989701-6.874062-23.6976303-9.501092-33.4966504-9.807579C17.9982002 222.806743 0 237.080273 0 237.080273V0h250z"/></svg>');
    -webkit-mask-position: bottom;
    mask-position: bottom;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover
}

.wp-block-cover:not(.components-placeholder):not(.is-placeholder).is-style-top-wave {
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="250" height="250" xmlns="http://www.w3.org/2000/svg"><path d="M0 29.809587s12.873712 8.581631 26.547345 11.208661c13.673633 2.62703 19.948005 2.014057 25.847415 1.094596 14.723528-2.276759 29.197081-7.662171 48.145186-21.760565 7.399261-5.341628 19.223078-13.485421 25.122488-15.630829 5.999399-2.145408 13.223677-3.415139 18.873112-2.320543 2.574743.437838 5.6494355.612974 12.4487556 3.371355 6.8743126 2.62703 14.6235377 7.049197 19.9230076 10.595688 10.2989701 6.874062 23.6976303 9.501092 33.4966504 9.807579C232.0017998 27.094989 250 12.821459 250 12.821459v237.080273H0z"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg width="250" height="250" xmlns="http://www.w3.org/2000/svg"><path d="M0 29.809587s12.873712 8.581631 26.547345 11.208661c13.673633 2.62703 19.948005 2.014057 25.847415 1.094596 14.723528-2.276759 29.197081-7.662171 48.145186-21.760565 7.399261-5.341628 19.223078-13.485421 25.122488-15.630829 5.999399-2.145408 13.223677-3.415139 18.873112-2.320543 2.574743.437838 5.6494355.612974 12.4487556 3.371355 6.8743126 2.62703 14.6235377 7.049197 19.9230076 10.595688 10.2989701 6.874062 23.6976303 9.501092 33.4966504 9.807579C232.0017998 27.094989 250 12.821459 250 12.821459v237.080273H0z"/></svg>');
    -webkit-mask-position: top;
    mask-position: top;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover
}

.wp-block-coblocks-buttons__inner {
    align-items: center;
    display: flex;
    justify-content: center
}

.wp-block-coblocks-buttons .flex-align-left {
    align-items: flex-start;
    justify-content: flex-start
}

.wp-block-coblocks-buttons .flex-align-right {
    align-items: flex-end;
    justify-content: flex-end
}

.wp-block-coblocks-buttons .wp-block-button {
    margin-bottom: 0
}

.wp-block-coblocks-buttons .wp-block-button+.wp-block-button {
    margin-left: 1.35em
}

@media (max-width: 600px) {
    .wp-block-coblocks-buttons .is-stacked-on-mobile {
        display:block
    }

    .wp-block-coblocks-buttons .is-stacked-on-mobile .wp-block-button+.wp-block-button {
        margin-left: 0;
        margin-top: 1.35em
    }
}

.wp-block-coblocks-click-to-tweet {
    border: 1px solid transparent;
    border-radius: 4px;
    padding-bottom: var(--coblocks-spacing--4);
    padding-top: var(--coblocks-spacing--3);
    position: relative
}

.wp-block-coblocks-click-to-tweet::before,.wp-block-coblocks-click-to-tweet::after {
    content: none
}

.wp-block-coblocks-click-to-tweet__text {
    margin-bottom: 0;
    padding-left: 40px;
    padding-top: 0;
    position: relative
}

.wp-block-coblocks-click-to-tweet__text::before {
    background-color: currentColor;
    background-size: cover;
    content: "";
    display: inline-block;
    height: 24px;
    left: 0;
    -webkit-mask-image: url(/wp-content/plugins/coblocks/2.18.1-simple-rev.4/dist/images/social/twitter.svg);
    mask-image: url(/wp-content/plugins/coblocks/2.18.1-simple-rev.4/dist/images/social/twitter.svg);
    opacity: 0.3;
    position: absolute;
    top: 5px;
    width: 24px
}

.wp-block-coblocks-click-to-tweet__text::after {
    content: none
}

.wp-block-coblocks-click-to-tweet__text a {
    box-shadow: none !important;
    text-decoration: none !important
}

.wp-block-coblocks-click-to-tweet__twitter-btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 4px;
    box-shadow: none !important;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
    margin-left: 40px;
    margin-top: 10px;
    padding: 0.28em 1em;
    position: relative;
    text-decoration: none !important;
    white-space: normal;
    word-break: break-all
}

.wp-block-coblocks-click-to-tweet__twitter-btn:not(.has-button-color) {
    background: var(--coblocks--color--twitter, #1da1f2)
}

.wp-block-coblocks-click-to-tweet__twitter-btn::before {
    background-color: #fff;
    background-size: cover;
    content: "";
    display: inline-block;
    height: 18px;
    margin-right: 5px;
    -webkit-mask-image: url(/wp-content/plugins/coblocks/2.18.1-simple-rev.4/dist/images/social/twitter.svg);
    mask-image: url(/wp-content/plugins/coblocks/2.18.1-simple-rev.4/dist/images/social/twitter.svg);
    position: relative;
    top: 4px;
    width: 18px
}

.wp-block-coblocks-dynamic-separator {
    background: none;
    border: 0;
    max-width: 100% !important;
    opacity: 1;
    padding: 0;
    position: relative;
    width: 100%
}

.wp-block-coblocks-dynamic-separator::before {
    content: "...";
    display: inline-block;
    font-size: 22px;
    font-weight: 400;
    left: 0;
    letter-spacing: 0.95em;
    line-height: 1;
    margin-left: 21px;
    margin-right: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: calc(50% - 18px)
}

.wp-block-coblocks-dynamic-separator.is-style-line::before,.wp-block-coblocks-dynamic-separator.is-style-fullwidth::before {
    background: currentColor;
    content: "";
    display: block;
    height: 1px;
    margin-left: auto;
    max-width: 120px;
    top: 50%;
    width: 15vw
}

.wp-block-coblocks-dynamic-separator.is-style-fullwidth::before {
    max-width: 100%;
    width: 100%
}

.wp-block-coblocks-dynamic-separator:not(.has-background)::before {
    color: #292929
}

.wp-block-coblocks-dynamic-separator.is-style-line:not(.has-background)::before,.wp-block-coblocks-dynamic-separator.is-style-fullwidth:not(.has-background)::before {
    background: rgba(0,0,0,0.15)
}

.is-twentytwenty .entry-content hr.wp-block-coblocks-dynamic-separator::before {
    background: none;
    content: "...";
    left: 0;
    top: calc(50% - 18px);
    transform: none;
    width: auto
}

.is-twentytwenty .entry-content hr.wp-block-coblocks-dynamic-separator::after {
    display: none
}

.is-twentytwenty .entry-content hr.wp-block-coblocks-dynamic-separator.is-style-line::before,.is-twentytwenty .entry-content hr.wp-block-coblocks-dynamic-separator.is-style-fullwidth::before {
    background: currentColor;
    content: "";
    display: block;
    height: 1px;
    margin-left: auto;
    max-width: 120px;
    top: 50%;
    width: 15vw
}

.is-twentytwenty .entry-content hr.wp-block-coblocks-dynamic-separator.is-style-fullwidth::before {
    max-width: 100%;
    width: 100%
}

.is-twentytwenty .wp-block-coblocks-dynamic-separator.is-style-line:not(.has-background)::before,.is-twentytwenty .wp-block-coblocks-dynamic-separator.is-style-fullwidth:not(.has-background)::before {
    background: #6d6d6d
}

.editor-styles-wrapper .wp-block-coblocks-gallery-collage.alignfull ul,.wp-block-coblocks-gallery-collage.alignfull ul {
    padding-left: 1em;
    padding-right: 1em
}

.editor-styles-wrapper .wp-block-coblocks-gallery-collage:not(.is-style-layered) li,.wp-block-coblocks-gallery-collage:not(.is-style-layered) li {
    margin: 0
}

.editor-styles-wrapper .wp-block-coblocks-gallery-collage ul,.wp-block-coblocks-gallery-collage ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0 !important;
    padding: 0 !important
}

.editor-styles-wrapper .wp-block-coblocks-gallery-collage ul li,.wp-block-coblocks-gallery-collage ul li {
    list-style: none
}

.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-no-gutter .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item,.wp-block-coblocks-gallery-collage.has-no-gutter .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item,.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-no-gutter .wp-block-coblocks-gallery-collage__item,.wp-block-coblocks-gallery-collage.has-no-gutter .wp-block-coblocks-gallery-collage__item {
    padding: 0 !important
}

.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item figure,.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item .block-editor-media-placeholder,.wp-block-coblocks-gallery-collage__item figure,.wp-block-coblocks-gallery-collage__item .block-editor-media-placeholder {
    padding: 0
}

.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(1),.wp-block-coblocks-gallery-collage__item:nth-child(1) {
    align-self: flex-end;
    width: 75%
}

.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(1) figure,.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(1) .block-editor-media-placeholder,.wp-block-coblocks-gallery-collage__item:nth-child(1) figure,.wp-block-coblocks-gallery-collage__item:nth-child(1) .block-editor-media-placeholder {
    padding-top: calc(330 / 495 * 100%)
}

.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(2),.wp-block-coblocks-gallery-collage__item:nth-child(2) {
    align-self: flex-end;
    margin-right: auto !important;
    width: 25%
}

.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(2) figure,.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(2) .block-editor-media-placeholder,.wp-block-coblocks-gallery-collage__item:nth-child(2) figure,.wp-block-coblocks-gallery-collage__item:nth-child(2) .block-editor-media-placeholder {
    padding-top: 100%
}

.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(3),.wp-block-coblocks-gallery-collage__item:nth-child(3) {
    align-self: flex-start;
    margin-left: auto !important;
    width: 25%
}

.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(3) figure,.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(3) .block-editor-media-placeholder,.wp-block-coblocks-gallery-collage__item:nth-child(3) figure,.wp-block-coblocks-gallery-collage__item:nth-child(3) .block-editor-media-placeholder {
    padding-top: 100%
}

.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(4),.wp-block-coblocks-gallery-collage__item:nth-child(4) {
    align-self: flex-start;
    width: 25%
}

.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(4) figure,.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(4) .block-editor-media-placeholder,.wp-block-coblocks-gallery-collage__item:nth-child(4) figure,.wp-block-coblocks-gallery-collage__item:nth-child(4) .block-editor-media-placeholder {
    padding-top: 100%
}

.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(5),.wp-block-coblocks-gallery-collage__item:nth-child(5) {
    align-self: flex-start;
    width: 25%
}

.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(5) figure,.editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(5) .block-editor-media-placeholder,.wp-block-coblocks-gallery-collage__item:nth-child(5) figure,.wp-block-coblocks-gallery-collage__item:nth-child(5) .block-editor-media-placeholder {
    padding-top: 150%
}

.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(1),.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(2),.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(1),.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(2) {
    padding-bottom: 0 !important
}

.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(1),.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(4),.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(1),.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(4) {
    width: 66.66%
}

.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(1) figure,.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(1) .block-editor-media-placeholder,.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(4) figure,.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(4) .block-editor-media-placeholder,.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(1) figure,.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(1) .block-editor-media-placeholder,.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(4) figure,.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(4) .block-editor-media-placeholder {
    padding-top: 66%
}

.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(2),.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(3),.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(2),.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(3) {
    width: 33.33%
}

.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(2) figure,.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(2) .block-editor-media-placeholder,.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(3) figure,.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(3) .block-editor-media-placeholder,.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(2) figure,.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(2) .block-editor-media-placeholder,.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(3) figure,.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(3) .block-editor-media-placeholder {
    padding-top: 100%
}

.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(3),.is-style-tiled .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(4),.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(3),.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(4) {
    padding-left: 0 !important
}

.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item,.is-style-layered .wp-block-coblocks-gallery-collage__item {
    align-self: flex-start
}

.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(1),.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(1) {
    margin-left: calc(150 / 890 * 100%) !important;
    width: calc(358 / 890 * 100%);
    z-index: 4
}

.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(1) figure,.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(1) .block-editor-media-placeholder,.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(1) figure,.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(1) .block-editor-media-placeholder {
    padding-top: calc(492 / 358 * 100%)
}

.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(2),.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(2) {
    margin-left: calc(175 / 850 * 100%) !important;
    margin-top: calc(117 / 990 * 100%) !important;
    width: calc(198 / 890 * 100%);
    z-index: 2
}

.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(2).is-selected,.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(2).is-selected {
    z-index: 4
}

.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(2) figure,.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(2) .block-editor-media-placeholder,.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(2) figure,.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(2) .block-editor-media-placeholder {
    padding-top: 100%
}

.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(3),.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(3) {
    margin-left: calc(328 / 890 * 100%) !important;
    margin-top: calc(249 / 890 * 100% * -1) !important;
    width: calc(492 / 890 * 100%);
    z-index: 3
}

.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(3) figure,.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(3) .block-editor-media-placeholder,.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(3) figure,.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(3) .block-editor-media-placeholder {
    padding-top: calc(340 / 492 * 100%)
}

.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(4),.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(4) {
    margin-top: calc(189 / 890 * 100% * -1) !important;
    width: calc(492 / 890 * 100%);
    z-index: 1
}

.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(4).is-selected,.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(4).is-selected {
    z-index: 4
}

.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(4) figure,.is-style-layered .editor-styles-wrapper .wp-block-coblocks-gallery-collage__item:nth-child(4) .block-editor-media-placeholder,.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(4) figure,.is-style-layered .wp-block-coblocks-gallery-collage__item:nth-child(4) .block-editor-media-placeholder {
    padding-top: calc(378 / 492 * 100%)
}

.editor-styles-wrapper .wp-block-coblocks-gallery-collage__figure,.wp-block-coblocks-gallery-collage__figure {
    display: flex;
    margin: 0;
    position: relative;
    width: 100%
}

.editor-styles-wrapper .wp-block-coblocks-gallery-collage__figure img,.wp-block-coblocks-gallery-collage__figure img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    vertical-align: middle;
    width: 100%
}

.editor-styles-wrapper .wp-block-coblocks-gallery-collage figcaption,.wp-block-coblocks-gallery-collage figcaption {
    bottom: 0;
    font-size: 13px;
    margin: 0;
    opacity: 0.9;
    padding: 30px 10px 10px;
    position: absolute;
    text-align: center;
    width: 100%
}

.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-caption-style-dark figcaption,.wp-block-coblocks-gallery-collage.has-caption-style-dark figcaption {
    background: linear-gradient(0deg, rgba(0,0,0,0.7) 0, rgba(0,0,0,0.3) 50%, transparent)
}

.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-caption-style-light figcaption,.wp-block-coblocks-gallery-collage.has-caption-style-light figcaption {
    background: linear-gradient(0deg, rgba(255,255,255,0.93) 6.3%, rgba(255,255,255,0.5) 61%, rgba(255,255,255,0))
}

.editor-styles-wrapper .wp-block-coblocks-gallery-collage:not(.has-caption-color).has-caption-style-dark figcaption,.wp-block-coblocks-gallery-collage:not(.has-caption-color).has-caption-style-dark figcaption {
    color: #fff
}

.editor-styles-wrapper .wp-block-coblocks-gallery-collage:not(.has-caption-color).has-caption-style-light figcaption,.wp-block-coblocks-gallery-collage:not(.has-caption-color).has-caption-style-light figcaption {
    color: #000
}

.editor-styles-wrapper .wp-block-coblocks-gallery-collage .wp-block-coblocks-gallery-collage__item:nth-child(1),.editor-styles-wrapper .wp-block-coblocks-gallery-collage .wp-block-coblocks-gallery-collage__item:nth-child(2),.wp-block-coblocks-gallery-collage .wp-block-coblocks-gallery-collage__item:nth-child(1),.wp-block-coblocks-gallery-collage .wp-block-coblocks-gallery-collage__item:nth-child(2) {
    padding-bottom: calc(var(--coblocks-spacing--1, 0.5em) * 2)
}

.editor-styles-wrapper .wp-block-coblocks-gallery-collage ul>*:not(:first-child),.wp-block-coblocks-gallery-collage ul>*:not(:first-child) {
    padding-left: calc(var(--coblocks-spacing--1, 0.5em) * 2)
}

@media (min-width: 600px) {
    .editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-medium-gutter .wp-block-coblocks-gallery-collage__item:nth-child(1),.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-medium-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2),.wp-block-coblocks-gallery-collage.has-medium-gutter .wp-block-coblocks-gallery-collage__item:nth-child(1),.wp-block-coblocks-gallery-collage.has-medium-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2) {
        padding-bottom:calc(var(--coblocks-spacing--2, 1em) * 2)
    }

    .editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-medium-gutter ul>*:not(:first-child),.wp-block-coblocks-gallery-collage.has-medium-gutter ul>*:not(:first-child) {
        padding-left: calc(var(--coblocks-spacing--2, 1em) * 2)
    }
}

@media (min-width: 600px) {
    .editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-large-gutter .wp-block-coblocks-gallery-collage__item:nth-child(1),.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-large-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2),.wp-block-coblocks-gallery-collage.has-large-gutter .wp-block-coblocks-gallery-collage__item:nth-child(1),.wp-block-coblocks-gallery-collage.has-large-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2) {
        padding-bottom:calc(var(--coblocks-spacing--3, 1.5em) * 2)
    }

    .editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-large-gutter ul>*:not(:first-child),.wp-block-coblocks-gallery-collage.has-large-gutter ul>*:not(:first-child) {
        padding-left: calc(var(--coblocks-spacing--3, 1.5em) * 2)
    }
}

@media (min-width: 600px) {
    .editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-huge-gutter .wp-block-coblocks-gallery-collage__item:nth-child(1),.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-huge-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2),.wp-block-coblocks-gallery-collage.has-huge-gutter .wp-block-coblocks-gallery-collage__item:nth-child(1),.wp-block-coblocks-gallery-collage.has-huge-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2) {
        padding-bottom:calc(var(--coblocks-spacing--4, 2em) * 2)
    }

    .editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-huge-gutter ul>*:not(:first-child),.wp-block-coblocks-gallery-collage.has-huge-gutter ul>*:not(:first-child) {
        padding-left: calc(var(--coblocks-spacing--4, 2em) * 2)
    }
}

@media (min-width: 600px) {
    .editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-custom-gutter .wp-block-coblocks-gallery-collage__item:nth-child(1),.editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-custom-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2),.wp-block-coblocks-gallery-collage.has-custom-gutter .wp-block-coblocks-gallery-collage__item:nth-child(1),.wp-block-coblocks-gallery-collage.has-custom-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2) {
        padding-bottom:var(--coblocks-custom-gutter, 0)
    }

    .editor-styles-wrapper .wp-block-coblocks-gallery-collage.has-custom-gutter ul>*:not(:first-child),.wp-block-coblocks-gallery-collage.has-custom-gutter ul>*:not(:first-child) {
        padding-left: var(--coblocks-custom-gutter, 0)
    }
}

.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(2),.wp-block-coblocks-gallery-collage.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(2) {
    padding-left: calc(var(--coblocks-spacing--1, 0.5em) * 2)
}

.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(3),.wp-block-coblocks-gallery-collage.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(3) {
    padding-right: calc(var(--coblocks-spacing--1, 0.5em) * 2);
    padding-top: calc(var(--coblocks-spacing--1, 0.5em) * 2)
}

.editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(4),.wp-block-coblocks-gallery-collage.is-style-tiled .wp-block-coblocks-gallery-collage__item:nth-child(4) {
    padding-top: calc(var(--coblocks-spacing--1, 0.5em) * 2)
}

@media (min-width: 600px) {
    .editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-medium-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2),.wp-block-coblocks-gallery-collage.is-style-tiled.has-medium-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2) {
        padding-left:calc(var(--coblocks-spacing--2, 1em) * 2)
    }

    .editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-medium-gutter .wp-block-coblocks-gallery-collage__item:nth-child(3),.wp-block-coblocks-gallery-collage.is-style-tiled.has-medium-gutter .wp-block-coblocks-gallery-collage__item:nth-child(3) {
        padding-right: calc(var(--coblocks-spacing--2, 1em) * 2);
        padding-top: calc(var(--coblocks-spacing--2, 1em) * 2)
    }

    .editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-medium-gutter .wp-block-coblocks-gallery-collage__item:nth-child(4),.wp-block-coblocks-gallery-collage.is-style-tiled.has-medium-gutter .wp-block-coblocks-gallery-collage__item:nth-child(4) {
        padding-top: calc(var(--coblocks-spacing--2, 1em) * 2)
    }
}

@media (min-width: 600px) {
    .editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-large-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2),.wp-block-coblocks-gallery-collage.is-style-tiled.has-large-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2) {
        padding-left:calc(var(--coblocks-spacing--3, 1.5em) * 2)
    }

    .editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-large-gutter .wp-block-coblocks-gallery-collage__item:nth-child(3),.wp-block-coblocks-gallery-collage.is-style-tiled.has-large-gutter .wp-block-coblocks-gallery-collage__item:nth-child(3) {
        padding-right: calc(var(--coblocks-spacing--3, 1.5em) * 2);
        padding-top: calc(var(--coblocks-spacing--3, 1.5em) * 2)
    }

    .editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-large-gutter .wp-block-coblocks-gallery-collage__item:nth-child(4),.wp-block-coblocks-gallery-collage.is-style-tiled.has-large-gutter .wp-block-coblocks-gallery-collage__item:nth-child(4) {
        padding-top: calc(var(--coblocks-spacing--3, 1.5em) * 2)
    }
}

@media (min-width: 600px) {
    .editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-huge-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2),.wp-block-coblocks-gallery-collage.is-style-tiled.has-huge-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2) {
        padding-left:calc(var(--coblocks-spacing--4, 2em) * 2)
    }

    .editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-huge-gutter .wp-block-coblocks-gallery-collage__item:nth-child(3),.wp-block-coblocks-gallery-collage.is-style-tiled.has-huge-gutter .wp-block-coblocks-gallery-collage__item:nth-child(3) {
        padding-right: calc(var(--coblocks-spacing--4, 2em) * 2);
        padding-top: calc(var(--coblocks-spacing--4, 2em) * 2)
    }

    .editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-huge-gutter .wp-block-coblocks-gallery-collage__item:nth-child(4),.wp-block-coblocks-gallery-collage.is-style-tiled.has-huge-gutter .wp-block-coblocks-gallery-collage__item:nth-child(4) {
        padding-top: calc(var(--coblocks-spacing--4, 2em) * 2)
    }
}

@media (min-width: 600px) {
    .editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-custom-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2),.wp-block-coblocks-gallery-collage.is-style-tiled.has-custom-gutter .wp-block-coblocks-gallery-collage__item:nth-child(2) {
        padding-left:var(--coblocks-custom-gutter, 0)
    }

    .editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-custom-gutter .wp-block-coblocks-gallery-collage__item:nth-child(3),.wp-block-coblocks-gallery-collage.is-style-tiled.has-custom-gutter .wp-block-coblocks-gallery-collage__item:nth-child(3) {
        padding-right: var(--coblocks-custom-gutter, 0);
        padding-top: var(--coblocks-custom-gutter, 0)
    }

    .editor-styles-wrapper .wp-block-coblocks-gallery-collage.is-style-tiled.has-custom-gutter .wp-block-coblocks-gallery-collage__item:nth-child(4),.wp-block-coblocks-gallery-collage.is-style-tiled.has-custom-gutter .wp-block-coblocks-gallery-collage__item:nth-child(4) {
        padding-top: var(--coblocks-custom-gutter, 0)
    }
}

.wp-block-coblocks-gallery-collage .pb-0 {
    padding-bottom: 0 !important
}

.wp-block-coblocks-gallery-collage .pl-0 {
    padding-left: 0 !important
}

.wp-block-coblocks-gallery-masonry {
    position: relative
}

.wp-block-coblocks-gallery-masonry ul {
    list-style: none !important;
    padding: 0 !important
}

.wp-block-coblocks-gallery-masonry ul:not([class*="gutter"]) {
    margin-left: 0 !important
}

.wp-block-coblocks-gallery-masonry li {
    margin: 0 !important
}

.wp-block-coblocks-gallery-masonry figure {
    margin: 0;
    overflow: hidden
}

.wp-block-coblocks-gallery-masonry img {
    height: auto;
    vertical-align: bottom;
    width: 100%
}

.wp-block-coblocks-gallery-masonry figcaption {
    background: linear-gradient(0deg, rgba(0,0,0,0.7) 0, rgba(0,0,0,0.3) 50%, transparent);
    bottom: 0;
    font-size: 13px;
    max-height: 100% !important;
    opacity: 0.9;
    overflow: auto;
    padding: 30px 10px 10px !important;
    position: absolute !important;
    text-align: center;
    width: 100%
}

.wp-block-coblocks-gallery-masonry figcaption img {
    display: inline
}

.wp-block-coblocks-gallery-offset .coblocks-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0
}

.wp-block-coblocks-gallery-offset img {
    max-height: 22vw;
    width: auto
}

.wp-block-coblocks-gallery-offset figcaption {
    background: linear-gradient(0deg, rgba(0,0,0,0.7) 0, rgba(0,0,0,0.3) 50%, transparent);
    bottom: 0;
    font-size: 13px;
    max-height: 100% !important;
    opacity: 1;
    overflow: hidden;
    padding: 30px 10px 10px !important;
    position: absolute !important;
    text-align: center;
    width: 100%
}

@media (min-width: 600px) {
    .wp-block-coblocks-gallery-offset .has-small-images img {
        max-height:22vw
    }
}

@media (min-width: 960px) {
    .wp-block-coblocks-gallery-offset .has-small-images img {
        max-height:11vw
    }
}

@media (min-width: 600px) {
    .wp-block-coblocks-gallery-offset .has-medium-images img {
        max-height:28vw
    }
}

@media (min-width: 960px) {
    .wp-block-coblocks-gallery-offset .has-medium-images img {
        max-height:12vw
    }
}

@media (min-width: 600px) {
    .wp-block-coblocks-gallery-offset .has-large-images img {
        max-height:40vw
    }
}

@media (min-width: 960px) {
    .wp-block-coblocks-gallery-offset .has-large-images img {
        max-height:20vw
    }
}

@media (min-width: 600px) {
    .wp-block-coblocks-gallery-offset .has-huge-images img {
        max-height:40vw
    }
}

@media (min-width: 960px) {
    .wp-block-coblocks-gallery-offset .has-huge-images img {
        max-height:30vw
    }
}

.wp-block-coblocks-gallery-offset .has-small-gutter,.wp-block-coblocks-gallery-offset .has-medium-gutter,.wp-block-coblocks-gallery-offset .has-large-gutter,.wp-block-coblocks-gallery-offset .has-huge-gutter {
    margin-bottom: calc(var(--coblocks-spacing--1, 0.5em) * -1 * 2);
    margin-left: calc(var(--coblocks-spacing--1, 0.5em) * -0.5 * 2)
}

.wp-block-coblocks-gallery-offset .has-small-gutter figure,.wp-block-coblocks-gallery-offset .has-medium-gutter figure,.wp-block-coblocks-gallery-offset .has-large-gutter figure,.wp-block-coblocks-gallery-offset .has-huge-gutter figure {
    margin-bottom: calc(var(--coblocks-spacing--1, 0.5em) * 2);
    margin-left: calc(var(--coblocks-spacing--1, 0.5em) * 2)
}

@media (min-width: 600px) {
    .wp-block-coblocks-gallery-offset .has-medium-gutter {
        margin-bottom:calc(var(--coblocks-spacing--2, 1em) * -1 * 2);
        margin-left: calc(var(--coblocks-spacing--2, 1em) * -0.5 * 2)
    }

    .wp-block-coblocks-gallery-offset .has-medium-gutter figure {
        margin-bottom: calc(var(--coblocks-spacing--2, 1em) * 2);
        margin-left: calc(var(--coblocks-spacing--2, 1em) * 2)
    }
}

@media (min-width: 600px) {
    .wp-block-coblocks-gallery-offset .has-large-gutter {
        margin-bottom:calc(var(--coblocks-spacing--3, 1.5em) * -1 * 2);
        margin-left: calc(var(--coblocks-spacing--3, 1.5em) * -0.5 * 2)
    }

    .wp-block-coblocks-gallery-offset .has-large-gutter figure {
        margin-bottom: calc(var(--coblocks-spacing--3, 1.5em) * 2);
        margin-left: calc(var(--coblocks-spacing--3, 1.5em) * 2)
    }
}

@media (min-width: 600px) {
    .wp-block-coblocks-gallery-offset .has-huge-gutter {
        margin-bottom:calc(var(--coblocks-spacing--4, 2em) * -1 * 2);
        margin-left: calc(var(--coblocks-spacing--4, 2em) * -0.5 * 2)
    }

    .wp-block-coblocks-gallery-offset .has-huge-gutter figure {
        margin-bottom: calc(var(--coblocks-spacing--4, 2em) * 2);
        margin-left: calc(var(--coblocks-spacing--4, 2em) * 2)
    }
}

.wp-block-coblocks-gallery-offset .has-custom-gutter {
    margin-bottom: calc(var(--coblocks-custom-gutter, 0) * -1 * 2);
    margin-left: calc(var(--coblocks-custom-gutter, 0) * -0.5 * 2)
}

.wp-block-coblocks-gallery-offset .has-custom-gutter figure {
    margin-bottom: calc(var(--coblocks-custom-gutter, 0) * 2);
    margin-left: calc(var(--coblocks-custom-gutter, 0) * 2)
}

@media (min-width: 600px) {
    .wp-block-coblocks-gallery-offset .has-custom-gutter {
        margin-bottom:calc(var(--coblocks-custom-gutter, 0) * -1 * 2);
        margin-left: calc(var(--coblocks-custom-gutter, 0) * -0.5 * 2)
    }

    .wp-block-coblocks-gallery-offset .has-custom-gutter figure {
        margin-bottom: calc(var(--coblocks-custom-gutter, 0) * 2);
        margin-left: calc(var(--coblocks-custom-gutter, 0) * 2)
    }
}

.wp-block-coblocks-gallery-stacked {
    position: relative;
    text-align: center
}

.wp-block-coblocks-gallery-stacked.alignleft,.wp-block-coblocks-gallery-stacked.alignright {
    max-width: 305px
}

.wp-block-coblocks-gallery-stacked:not(.has-caption-color) {
    color: #1e1e1e !important
}

.wp-block-coblocks-gallery-stacked .coblocks-gallery {
    margin-left: 0;
    padding-left: 0
}

.wp-block-coblocks-gallery-stacked .coblocks-gallery--item {
    margin-left: auto;
    margin-right: auto
}

.wp-block-coblocks-gallery-stacked .coblocks-gallery--item:last-child {
    margin-bottom: 0
}

.wp-block-coblocks-gallery-stacked .coblocks-gallery--item:last-child figure {
    margin-bottom: 0 !important
}

.wp-block-coblocks-gallery-stacked .coblocks-gallery--item:last-child figcaption {
    padding-bottom: 0
}

.wp-block-coblocks-gallery-stacked .coblocks-gallery--caption {
    padding-bottom: 1em;
    padding-top: 1em;
    text-align: center
}

.wp-block-coblocks-gallery-stacked .coblocks-gallery--caption:not([class*="font-size"]) {
    font-size: 13px
}

.is-selected .wp-block-coblocks-gallery-stacked .coblocks-gallery--caption,.is-typing .wp-block-coblocks-gallery-stacked .coblocks-gallery--caption {
    padding-left: 1em;
    padding-right: 1em
}

.wp-block-coblocks-gallery-stacked .has-fullwidth-images img {
    width: 100%
}

.wp-block-coblocks-gallery-stacked .coblocks-video-bg {
    z-index: 1
}

.wp-block-coblocks-hero {
    position: relative
}

.wp-block-coblocks-hero .has-left-content {
    text-align: left
}

.wp-block-coblocks-hero .has-center-content {
    text-align: center
}

.wp-block-coblocks-hero .has-center-content .wp-block-coblocks-buttons__inner {
    justify-content: center
}

.wp-block-coblocks-hero .has-center-content h1::before,.wp-block-coblocks-hero .has-center-content h2::before {
    margin-left: auto;
    margin-right: auto
}

.wp-block-coblocks-hero .has-right-content {
    text-align: right
}

.wp-block-coblocks-hero .has-right-content .wp-block-coblocks-buttons__inner {
    justify-content: flex-end
}

.wp-block-coblocks-hero .has-right-content h1::before,.wp-block-coblocks-hero .has-right-content h2::before {
    margin-left: auto
}

.wp-block-coblocks-hero__inner {
    display: flex;
    position: relative
}

.wp-block-coblocks-hero__inner.is-fullscreen {
    height: 100vh
}

.wp-block-coblocks-hero__inner .wp-block-coblocks-hero__content {
    position: relative
}

.wp-block-coblocks-hero__inner[class*="hero-top"] {
    align-items: flex-start
}

.wp-block-coblocks-hero__inner[class*="hero-center"] {
    align-items: center
}

.wp-block-coblocks-hero__inner[class*="hero-bottom"] {
    align-items: flex-end
}

.wp-block-coblocks-hero__inner[class*="left-align"] {
    justify-content: flex-start
}

.wp-block-coblocks-hero__inner[class*="center-align"] {
    justify-content: center
}

.wp-block-coblocks-hero__inner[class*="right-align"] {
    justify-content: flex-end
}

.wp-block-coblocks-hero .wp-block-button {
    margin-bottom: 0
}

.wp-block-coblocks-logos.has-filter-grayscale img,.wp-block-coblocks-logos.is-style-black-and-white img {
    filter: grayscale(1) brightness(0)
}

.wp-block-coblocks-logos.is-style-grayscale img {
    filter: grayscale(1)
}

.wp-block-coblocks-logos__row {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center
}

@media (max-width: 600px) {
    .wp-block-coblocks-logos__row {
        flex-wrap:wrap
    }
}

.wp-block-coblocks-logos__row+.wp-block-coblocks-logos__row {
    margin-top: 2em
}

.wp-block-coblocks-logos__row>div {
    padding: 0 1.5vw
}

.wp-block-coblocks-logos__row img {
    vertical-align: middle;
    width: 100%
}

.wp-block-coblocks-pricing-table-item {
    padding: 4em 1.5em;
    position: relative;
    width: 100%
}

@media (min-width: 600px) {
    .wp-block-coblocks-pricing-table-item {
        margin-bottom:0
    }
}

.wp-block-coblocks-pricing-table-item:not(.has-background) {
    background: rgba(140,140,151,0.1)
}

.wp-block-coblocks-pricing-table-item__title {
    margin-top: 0;
    padding: 0
}

.wp-block-coblocks-pricing-table-item__price-wrapper {
    display: flex;
    line-height: 1;
    position: relative
}

.wp-block-coblocks-pricing-table-item__currency {
    font-size: 1em
}

.wp-block-coblocks-pricing-table-item__amount {
    font-size: 5em;
    letter-spacing: normal;
    line-height: 1 !important;
    margin: 0;
    padding: 0
}

.wp-block-coblocks-pricing-table-item .wp-block-coblocks-pricing-table-item__features {
    margin: 0 0 30px;
    max-width: none;
    padding: 0
}

.wp-block-coblocks-pricing-table-item .wp-block-coblocks-pricing-table-item__features ul,.wp-block-coblocks-pricing-table-item .wp-block-coblocks-pricing-table-item__features li {
    list-style: none;
    margin: 0;
    padding: 0
}

.wp-block-coblocks-pricing-table-item .wp-block-coblocks-pricing-table-item__features li::after {
    content: "\00a0"
}

.wp-block-coblocks-pricing-table-item .wp-block-coblocks-pricing-table-item__title {
    display: block;
    margin-bottom: 20px
}

.wp-block-coblocks-pricing-table-item .wp-block-coblocks-pricing-table-item__price-wrapper {
    margin-bottom: 20px
}

.wp-block-coblocks-pricing-table-item .wp-block-button {
    margin-bottom: 0
}

.has-text-align-center .wp-block-coblocks-pricing-table-item__price-wrapper {
    justify-content: center
}

.has-text-align-right .wp-block-coblocks-pricing-table-item__price-wrapper {
    justify-content: flex-end
}

@media (max-width: 959px) {
    .wp-block-coblocks-pricing-table__inner.has-3-columns.has-small-gutter>*:not(.block-editor-inner-blocks):nth-of-type(1),.wp-block-coblocks-pricing-table__inner.has-3-columns.has-small-gutter>*:not(.block-editor-inner-blocks):nth-of-type(2) {
        flex-basis:50%;
        max-width: calc(100% / 2 - var(--coblocks-spacing--1, 0.5em))
    }
}

@media (max-width: 959px) {
    .wp-block-coblocks-pricing-table__inner.has-3-columns.has-small-gutter>*:not(.block-editor-inner-blocks):nth-of-type(3) {
        flex-basis:100%;
        margin-top: calc(2 * var(--coblocks-spacing--1, 0.5em));
        max-width: 100%
    }
}

@media (max-width: 599px) {
    .wp-block-coblocks-pricing-table__inner.has-3-columns.has-small-gutter>*:not(.block-editor-inner-blocks):nth-of-type(3) {
        margin-top:0
    }
}

@media (max-width: 959px) {
    .wp-block-coblocks-pricing-table__inner.has-3-columns.has-medium-gutter>*:not(.block-editor-inner-blocks):nth-of-type(1),.wp-block-coblocks-pricing-table__inner.has-3-columns.has-medium-gutter>*:not(.block-editor-inner-blocks):nth-of-type(2) {
        flex-basis:50%;
        max-width: calc(100% / 2 - var(--coblocks-spacing--2, 1em))
    }
}

@media (max-width: 959px) {
    .wp-block-coblocks-pricing-table__inner.has-3-columns.has-medium-gutter>*:not(.block-editor-inner-blocks):nth-of-type(3) {
        flex-basis:100%;
        margin-top: calc(2 * var(--coblocks-spacing--2, 1em));
        max-width: 100%
    }
}

@media (max-width: 599px) {
    .wp-block-coblocks-pricing-table__inner.has-3-columns.has-medium-gutter>*:not(.block-editor-inner-blocks):nth-of-type(3) {
        margin-top:0
    }
}

@media (max-width: 959px) {
    .wp-block-coblocks-pricing-table__inner.has-3-columns.has-large-gutter>*:not(.block-editor-inner-blocks):nth-of-type(1),.wp-block-coblocks-pricing-table__inner.has-3-columns.has-large-gutter>*:not(.block-editor-inner-blocks):nth-of-type(2) {
        flex-basis:50%;
        max-width: calc(100% / 2.01 - var(--coblocks-spacing--3, 1.5em))
    }
}

@media (max-width: 959px) {
    .wp-block-coblocks-pricing-table__inner.has-3-columns.has-large-gutter>*:not(.block-editor-inner-blocks):nth-of-type(3) {
        flex-basis:100%;
        margin-top: calc(2 * var(--coblocks-spacing--3, 1.5em));
        max-width: 100%
    }
}

@media (max-width: 599px) {
    .wp-block-coblocks-pricing-table__inner.has-3-columns.has-large-gutter>*:not(.block-editor-inner-blocks):nth-of-type(3) {
        margin-top:0
    }
}

@media (max-width: 959px) {
    .wp-block-coblocks-pricing-table__inner.has-3-columns.has-huge-gutter>*:not(.block-editor-inner-blocks):nth-of-type(1),.wp-block-coblocks-pricing-table__inner.has-3-columns.has-huge-gutter>*:not(.block-editor-inner-blocks):nth-of-type(2) {
        flex-basis:50%;
        max-width: calc(100% / 2.02 - var(--coblocks-spacing--4, 2em))
    }
}

@media (max-width: 959px) {
    .wp-block-coblocks-pricing-table__inner.has-3-columns.has-huge-gutter>*:not(.block-editor-inner-blocks):nth-of-type(3) {
        flex-basis:100%;
        margin-top: calc(2 * var(--coblocks-spacing--4, 2em));
        max-width: 100%
    }
}

@media (max-width: 599px) {
    .wp-block-coblocks-pricing-table__inner.has-3-columns.has-huge-gutter>*:not(.block-editor-inner-blocks):nth-of-type(3) {
        margin-top:0
    }
}

@media (min-width: 600px) {
    .wp-block-coblocks-pricing-table__inner:not(.has-responsive-columns) {
        display:flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between
    }
}

.wp-block-coblocks-pricing-table__inner:not(.has-responsive-columns) .wp-block-coblocks-pricing-table-item {
    margin-bottom: 1.5em
}

@media (min-width: 600px) {
    .wp-block-coblocks-pricing-table.has-2-columns .wp-block-coblocks-pricing-table__inner:not(.has-responsive-columns) .wp-block-coblocks-pricing-table-item {
        flex-basis:50%;
        max-width: calc(100% / 2 - .75em)
    }

    .wp-block-coblocks-pricing-table.has-3-columns .wp-block-coblocks-pricing-table__inner:not(.has-responsive-columns) .wp-block-coblocks-pricing-table-item {
        flex-basis: 33.333%;
        max-width: calc(100% / 3 - .75em)
    }
}

@media (min-width: 600px) {
    .wp-block-coblocks-pricing-table.has-4-columns .wp-block-coblocks-pricing-table__inner:not(.has-responsive-columns) .wp-block-coblocks-pricing-table-item {
        flex-basis:25%;
        max-width: calc(100% / 4 - .75em)
    }
}

@media (min-width: 600px) and (max-width: 1200px) {
    .wp-block-coblocks-pricing-table.has-4-columns .wp-block-coblocks-pricing-table__inner:not(.has-responsive-columns) .wp-block-coblocks-pricing-table-item {
        flex-basis:50%;
        max-width: calc(100% / 2 - .75em)
    }
}

.m-1 {
    margin: .5em
}

.m-2 {
    margin: 1em
}

.m-3 {
    margin: 1.5em
}

.m-4 {
    margin: 2em
}

.m-5 {
    margin: 2.5em
}

.m-6 {
    margin: 3em
}

.m-7 {
    margin: 3.5em
}

.m-8 {
    margin: 4em
}

.m-9 {
    margin: 4.5em
}

.m-10 {
    margin: 7em
}

.mt-1 {
    margin-top: .5em
}

.mt-2 {
    margin-top: 1em
}

.mt-3 {
    margin-top: 1.5em
}

.mt-4 {
    margin-top: 2em
}

.mt-5 {
    margin-top: 2.5em
}

.mt-6 {
    margin-top: 3em
}

.mt-7 {
    margin-top: 3.5em
}

.mt-8 {
    margin-top: 4em
}

.mt-9 {
    margin-top: 4.5em
}

.mt-10 {
    margin-top: 7em
}

.mb-1 {
    margin-bottom: .5em
}

.mb-2 {
    margin-bottom: 1em
}

.mb-3 {
    margin-bottom: 1.5em
}

.mb-4 {
    margin-bottom: 2em
}

.mb-5 {
    margin-bottom: 2.5em
}

.mb-6 {
    margin-bottom: 3em
}

.mb-7 {
    margin-bottom: 3.5em
}

.mb-8 {
    margin-bottom: 4em
}

.mb-9 {
    margin-bottom: 4.5em
}

.mb-10 {
    margin-bottom: 7em
}

.mr-1 {
    margin-right: .5em
}

.mr-2 {
    margin-right: 1em
}

.mr-3 {
    margin-right: 1.5em
}

.mr-4 {
    margin-right: 2em
}

.mr-5 {
    margin-right: 2.5em
}

.mr-6 {
    margin-right: 3em
}

.mr-7 {
    margin-right: 3.5em
}

.mr-8 {
    margin-right: 4em
}

.mr-9 {
    margin-right: 4.5em
}

.mr-10 {
    margin-right: 7em
}

.ml-1 {
    margin-left: .5em
}

.ml-2 {
    margin-left: 1em
}

.ml-3 {
    margin-left: 1.5em
}

.ml-4 {
    margin-left: 2em
}

.ml-5 {
    margin-left: 2.5em
}

.ml-6 {
    margin-left: 3em
}

.ml-7 {
    margin-left: 3.5em
}

.ml-8 {
    margin-left: 4em
}

.ml-9 {
    margin-left: 4.5em
}

.ml-10 {
    margin-left: 7em
}

@media (min-width: 600px) {
    .sm\:mt-1 {
        margin-top:.5em
    }

    .sm\:mt-2 {
        margin-top: 1em
    }

    .sm\:mt-3 {
        margin-top: 1.5em
    }

    .sm\:mt-4 {
        margin-top: 2em
    }

    .sm\:mt-5 {
        margin-top: 2.5em
    }

    .sm\:mt-6 {
        margin-top: 3em
    }

    .sm\:mt-7 {
        margin-top: 3.5em
    }

    .sm\:mt-8 {
        margin-top: 4em
    }

    .sm\:mt-9 {
        margin-top: 4.5em
    }

    .sm\:mt-10 {
        margin-top: 7em
    }

    .sm\:mb-1 {
        margin-bottom: .5em
    }

    .sm\:mb-2 {
        margin-bottom: 1em
    }

    .sm\:mb-3 {
        margin-bottom: 1.5em
    }

    .sm\:mb-4 {
        margin-bottom: 2em
    }

    .sm\:mb-5 {
        margin-bottom: 2.5em
    }

    .sm\:mb-6 {
        margin-bottom: 3em
    }

    .sm\:mb-7 {
        margin-bottom: 3.5em
    }

    .sm\:mb-8 {
        margin-bottom: 4em
    }

    .sm\:mb-9 {
        margin-bottom: 4.5em
    }

    .sm\:mb-10 {
        margin-bottom: 7em
    }

    .sm\:mr-1 {
        margin-right: .5em
    }

    .sm\:mr-2 {
        margin-right: 1em
    }

    .sm\:mr-3 {
        margin-right: 1.5em
    }

    .sm\:mr-4 {
        margin-right: 2em
    }

    .sm\:mr-5 {
        margin-right: 2.5em
    }

    .sm\:mr-6 {
        margin-right: 3em
    }

    .sm\:mr-7 {
        margin-right: 3.5em
    }

    .sm\:mr-8 {
        margin-right: 4em
    }

    .sm\:mr-9 {
        margin-right: 4.5em
    }

    .sm\:mr-10 {
        margin-right: 7em
    }

    .sm\:ml-1 {
        margin-left: .5em
    }

    .sm\:ml-2 {
        margin-left: 1em
    }

    .sm\:ml-3 {
        margin-left: 1.5em
    }

    .sm\:ml-4 {
        margin-left: 2em
    }

    .sm\:ml-5 {
        margin-left: 2.5em
    }

    .sm\:ml-6 {
        margin-left: 3em
    }

    .sm\:ml-7 {
        margin-left: 3.5em
    }

    .sm\:ml-8 {
        margin-left: 4em
    }

    .sm\:ml-9 {
        margin-left: 4.5em
    }

    .sm\:ml-10 {
        margin-left: 7em
    }
}

@media (min-width: 782px) {
    .md\:mt-1 {
        margin-top:.5em
    }

    .md\:mt-2 {
        margin-top: 1em
    }

    .md\:mt-3 {
        margin-top: 1.5em
    }

    .md\:mt-4 {
        margin-top: 2em
    }

    .md\:mt-5 {
        margin-top: 2.5em
    }

    .md\:mt-6 {
        margin-top: 3em
    }

    .md\:mt-7 {
        margin-top: 3.5em
    }

    .md\:mt-8 {
        margin-top: 4em
    }

    .md\:mt-9 {
        margin-top: 4.5em
    }

    .md\:mt-10 {
        margin-top: 7em
    }

    .md\:mb-1 {
        margin-bottom: .5em
    }

    .md\:mb-2 {
        margin-bottom: 1em
    }

    .md\:mb-3 {
        margin-bottom: 1.5em
    }

    .md\:mb-4 {
        margin-bottom: 2em
    }

    .md\:mb-5 {
        margin-bottom: 2.5em
    }

    .md\:mb-6 {
        margin-bottom: 3em
    }

    .md\:mb-7 {
        margin-bottom: 3.5em
    }

    .md\:mb-8 {
        margin-bottom: 4em
    }

    .md\:mb-9 {
        margin-bottom: 4.5em
    }

    .md\:mb-10 {
        margin-bottom: 7em
    }

    .md\:mr-1 {
        margin-right: .5em
    }

    .md\:mr-2 {
        margin-right: 1em
    }

    .md\:mr-3 {
        margin-right: 1.5em
    }

    .md\:mr-4 {
        margin-right: 2em
    }

    .md\:mr-5 {
        margin-right: 2.5em
    }

    .md\:mr-6 {
        margin-right: 3em
    }

    .md\:mr-7 {
        margin-right: 3.5em
    }

    .md\:mr-8 {
        margin-right: 4em
    }

    .md\:mr-9 {
        margin-right: 4.5em
    }

    .md\:mr-10 {
        margin-right: 7em
    }

    .md\:ml-1 {
        margin-left: .5em
    }

    .md\:ml-2 {
        margin-left: 1em
    }

    .md\:ml-3 {
        margin-left: 1.5em
    }

    .md\:ml-4 {
        margin-left: 2em
    }

    .md\:ml-5 {
        margin-left: 2.5em
    }

    .md\:ml-6 {
        margin-left: 3em
    }

    .md\:ml-7 {
        margin-left: 3.5em
    }

    .md\:ml-8 {
        margin-left: 4em
    }

    .md\:ml-9 {
        margin-left: 4.5em
    }

    .md\:ml-10 {
        margin-left: 7em
    }
}

@media (min-width: 1280px) {
    .lg\:mt-1 {
        margin-top:.5em
    }

    .lg\:mt-2 {
        margin-top: 1em
    }

    .lg\:mt-3 {
        margin-top: 1.5em
    }

    .lg\:mt-4 {
        margin-top: 2em
    }

    .lg\:mt-5 {
        margin-top: 2.5em
    }

    .lg\:mt-6 {
        margin-top: 3em
    }

    .lg\:mt-7 {
        margin-top: 3.5em
    }

    .lg\:mt-8 {
        margin-top: 4em
    }

    .lg\:mt-9 {
        margin-top: 4.5em
    }

    .lg\:mt-10 {
        margin-top: 7em
    }

    .lg\:mb-1 {
        margin-bottom: .5em
    }

    .lg\:mb-2 {
        margin-bottom: 1em
    }

    .lg\:mb-3 {
        margin-bottom: 1.5em
    }

    .lg\:mb-4 {
        margin-bottom: 2em
    }

    .lg\:mb-5 {
        margin-bottom: 2.5em
    }

    .lg\:mb-6 {
        margin-bottom: 3em
    }

    .lg\:mb-7 {
        margin-bottom: 3.5em
    }

    .lg\:mb-8 {
        margin-bottom: 4em
    }

    .lg\:mb-9 {
        margin-bottom: 4.5em
    }

    .lg\:mb-10 {
        margin-bottom: 7em
    }

    .lg\:mr-1 {
        margin-right: .5em
    }

    .lg\:mr-2 {
        margin-right: 1em
    }

    .lg\:mr-3 {
        margin-right: 1.5em
    }

    .lg\:mr-4 {
        margin-right: 2em
    }

    .lg\:mr-5 {
        margin-right: 2.5em
    }

    .lg\:mr-6 {
        margin-right: 3em
    }

    .lg\:mr-7 {
        margin-right: 3.5em
    }

    .lg\:mr-8 {
        margin-right: 4em
    }

    .lg\:mr-9 {
        margin-right: 4.5em
    }

    .lg\:mr-10 {
        margin-right: 7em
    }

    .lg\:ml-1 {
        margin-left: .5em
    }

    .lg\:ml-2 {
        margin-left: 1em
    }

    .lg\:ml-3 {
        margin-left: 1.5em
    }

    .lg\:ml-4 {
        margin-left: 2em
    }

    .lg\:ml-5 {
        margin-left: 2.5em
    }

    .lg\:ml-6 {
        margin-left: 3em
    }

    .lg\:ml-7 {
        margin-left: 3.5em
    }

    .lg\:ml-8 {
        margin-left: 4em
    }

    .lg\:ml-9 {
        margin-left: 4.5em
    }

    .lg\:ml-10 {
        margin-left: 7em
    }
}

.p-1 {
    padding: .5em
}

.p-2 {
    padding: 1em
}

.p-3 {
    padding: 1.5em
}

.p-4 {
    padding: 2em
}

.p-5 {
    padding: 2.5em
}

.p-6 {
    padding: 3em
}

.p-7 {
    padding: 3.5em
}

.p-8 {
    padding: 4em
}

.p-9 {
    padding: 4.5em
}

.p-10 {
    padding: 7em
}

.pt-1 {
    padding-top: .5em
}

.pt-2 {
    padding-top: 1em
}

.pt-3 {
    padding-top: 1.5em
}

.pt-4 {
    padding-top: 2em
}

.pt-5 {
    padding-top: 2.5em
}

.pt-6 {
    padding-top: 3em
}

.pt-7 {
    padding-top: 3.5em
}

.pt-8 {
    padding-top: 4em
}

.pt-9 {
    padding-top: 4.5em
}

.pt-10 {
    padding-top: 7em
}

.pr-1 {
    padding-right: .5em
}

.pr-2 {
    padding-right: 1em
}

.pr-3 {
    padding-right: 1.5em
}

.pr-4 {
    padding-right: 2em
}

.pr-5 {
    padding-right: 2.5em
}

.pr-6 {
    padding-right: 3em
}

.pr-7 {
    padding-right: 3.5em
}

.pr-8 {
    padding-right: 4em
}

.pr-9 {
    padding-right: 4.5em
}

.pr-10 {
    padding-right: 7em
}

.pb-1 {
    padding-bottom: .5em
}

.pb-2 {
    padding-bottom: 1em
}

.pb-3 {
    padding-bottom: 1.5em
}

.pb-4 {
    padding-bottom: 2em
}

.pb-5 {
    padding-bottom: 2.5em
}

.pb-6 {
    padding-bottom: 3em
}

.pb-7 {
    padding-bottom: 3.5em
}

.pb-8 {
    padding-bottom: 4em
}

.pb-9 {
    padding-bottom: 4.5em
}

.pb-10 {
    padding-bottom: 7em
}

.pl-1 {
    padding-left: .5em
}

.pl-2 {
    padding-left: 1em
}

.pl-3 {
    padding-left: 1.5em
}

.pl-4 {
    padding-left: 2em
}

.pl-5 {
    padding-left: 2.5em
}

.pl-6 {
    padding-left: 3em
}

.pl-7 {
    padding-left: 3.5em
}

.pl-8 {
    padding-left: 4em
}

.pl-9 {
    padding-left: 4.5em
}

.pl-10 {
    padding-left: 7em
}

.pt-full {
    padding-top: 100%
}

@media (min-width: 600px) {
    .sm\:pt-1 {
        padding-top:.5em
    }

    .sm\:pt-2 {
        padding-top: 1em
    }

    .sm\:pt-3 {
        padding-top: 1.5em
    }

    .sm\:pt-4 {
        padding-top: 2em
    }

    .sm\:pt-5 {
        padding-top: 2.5em
    }

    .sm\:pt-6 {
        padding-top: 3em
    }

    .sm\:pt-7 {
        padding-top: 3.5em
    }

    .sm\:pt-8 {
        padding-top: 4em
    }

    .sm\:pt-9 {
        padding-top: 4.5em
    }

    .sm\:pt-10 {
        padding-top: 7em
    }

    .sm\:pr-1 {
        padding-right: .5em
    }

    .sm\:pr-2 {
        padding-right: 1em
    }

    .sm\:pr-3 {
        padding-right: 1.5em
    }

    .sm\:pr-4 {
        padding-right: 2em
    }

    .sm\:pr-5 {
        padding-right: 2.5em
    }

    .sm\:pr-6 {
        padding-right: 3em
    }

    .sm\:pr-7 {
        padding-right: 3.5em
    }

    .sm\:pr-8 {
        padding-right: 4em
    }

    .sm\:pr-9 {
        padding-right: 4.5em
    }

    .sm\:pr-10 {
        padding-right: 7em
    }

    .sm\:pb-1 {
        padding-bottom: .5em
    }

    .sm\:pb-2 {
        padding-bottom: 1em
    }

    .sm\:pb-3 {
        padding-bottom: 1.5em
    }

    .sm\:pb-4 {
        padding-bottom: 2em
    }

    .sm\:pb-5 {
        padding-bottom: 2.5em
    }

    .sm\:pb-6 {
        padding-bottom: 3em
    }

    .sm\:pb-7 {
        padding-bottom: 3.5em
    }

    .sm\:pb-8 {
        padding-bottom: 4em
    }

    .sm\:pb-9 {
        padding-bottom: 4.5em
    }

    .sm\:pb-10 {
        padding-bottom: 7em
    }

    .sm\:pl-1 {
        padding-left: .5em
    }

    .sm\:pl-2 {
        padding-left: 1em
    }

    .sm\:pl-3 {
        padding-left: 1.5em
    }

    .sm\:pl-4 {
        padding-left: 2em
    }

    .sm\:pl-5 {
        padding-left: 2.5em
    }

    .sm\:pl-6 {
        padding-left: 3em
    }

    .sm\:pl-7 {
        padding-left: 3.5em
    }

    .sm\:pl-8 {
        padding-left: 4em
    }

    .sm\:pl-9 {
        padding-left: 4.5em
    }

    .sm\:pl-10 {
        padding-left: 7em
    }
}

@media (min-width: 1280px) {
    .lg\:pt-1 {
        padding-top:.5em
    }

    .lg\:pt-2 {
        padding-top: 1em
    }

    .lg\:pt-3 {
        padding-top: 1.5em
    }

    .lg\:pt-4 {
        padding-top: 2em
    }

    .lg\:pt-5 {
        padding-top: 2.5em
    }

    .lg\:pt-6 {
        padding-top: 3em
    }

    .lg\:pt-7 {
        padding-top: 3.5em
    }

    .lg\:pt-8 {
        padding-top: 4em
    }

    .lg\:pt-9 {
        padding-top: 4.5em
    }

    .lg\:pt-10 {
        padding-top: 7em
    }

    .lg\:pr-1 {
        padding-right: .5em
    }

    .lg\:pr-2 {
        padding-right: 1em
    }

    .lg\:pr-3 {
        padding-right: 1.5em
    }

    .lg\:pr-4 {
        padding-right: 2em
    }

    .lg\:pr-5 {
        padding-right: 2.5em
    }

    .lg\:pr-6 {
        padding-right: 3em
    }

    .lg\:pr-7 {
        padding-right: 3.5em
    }

    .lg\:pr-8 {
        padding-right: 4em
    }

    .lg\:pr-9 {
        padding-right: 4.5em
    }

    .lg\:pr-10 {
        padding-right: 7em
    }

    .lg\:pb-1 {
        padding-bottom: .5em
    }

    .lg\:pb-2 {
        padding-bottom: 1em
    }

    .lg\:pb-3 {
        padding-bottom: 1.5em
    }

    .lg\:pb-4 {
        padding-bottom: 2em
    }

    .lg\:pb-5 {
        padding-bottom: 2.5em
    }

    .lg\:pb-6 {
        padding-bottom: 3em
    }

    .lg\:pb-7 {
        padding-bottom: 3.5em
    }

    .lg\:pb-8 {
        padding-bottom: 4em
    }

    .lg\:pb-9 {
        padding-bottom: 4.5em
    }

    .lg\:pb-10 {
        padding-bottom: 7em
    }

    .lg\:pl-1 {
        padding-left: .5em
    }

    .lg\:pl-2 {
        padding-left: 1em
    }

    .lg\:pl-3 {
        padding-left: 1.5em
    }

    .lg\:pl-4 {
        padding-left: 2em
    }

    .lg\:pl-5 {
        padding-left: 2.5em
    }

    .lg\:pl-6 {
        padding-left: 3em
    }

    .lg\:pl-7 {
        padding-left: 3.5em
    }

    .lg\:pl-8 {
        padding-left: 4em
    }

    .lg\:pl-9 {
        padding-left: 4.5em
    }

    .lg\:pl-10 {
        padding-left: 7em
    }
}

.wp-playlist-light {
    color: #000;
}

.wp-playlist-light .wp-playlist-item {
    color: #333;
}

.wp-playlist-light .wp-playlist-playing {
    background: #fff;
    color: #000;
}

.wp-playlist-dark .wp-playlist-item .wp-playlist-caption {
    color: #fff;
}

.wp-playlist-caption {
    display: block;
}

.widget.widget_text {
    word-wrap: break-word;
}

.widget.widget_text ul, .widget.widget_text ol {
    margin-bottom: 1em;
    margin-left: .875em;
    padding-left: .875em;
}

.widget.widget_text li ul, .widget.widget_text li ol {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.widget.widget_text ul {
    list-style: disc outside none;
}

.widget.widget_text ol {
    list-style: decimal outside none;
}

.widget.widget_text ul li, .widget.widget_text ol li {
    border: 0;
    list-style: inherit;
    margin: 0;
    padding: 0;
    text-align: left;
}

.widget.widget_text ul li:before {
    content: "";
}

.widget.widget_text p {
    margin-bottom: 1em;
}

.bbp-staff-role {
    color: #f1831e;
}

.bbp-a8c-reply {
    background: #e9eff3 !important;
    border: 1px solid #c8d7e1;
    width: 98% !important;
}

@charset "UTF-8";body .widget_eu_cookie_law_widget #eu-cookie-law input.accept, .wp-block-search .wp-block-search__button, .a8c-posts-list__view-all, button, input[type=submit], a.wp-block-button__link, button.wp-block-button__link, .wp-block-file__button, button[data-load-more-btn], .button {
    line-height: 1;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    font-family: "Karla",Arial,sans-serif;
    font-family: var(--font-base,"Karla",Arial,sans-serif);
    font-size: 1.0416666667rem;
    background-color: #3E7D98;
    border-radius: 160px;
    border-width: 0;
    text-decoration: none;
    padding: 16px 48px
}

body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, .wp-block-search .wp-block-search__button:before, .a8c-posts-list__view-all:before, button:before, input[type=submit]:before, a.wp-block-button__link:before, button.wp-block-button__link:before, .wp-block-file__button:before, button[data-load-more-btn]:before, .button:before, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after, .wp-block-search .wp-block-search__button:after, .a8c-posts-list__view-all:after, button:after, input[type=submit]:after, a.wp-block-button__link:after, button.wp-block-button__link:after, .wp-block-file__button:after, button[data-load-more-btn]:after, .button:after {
    content: "";
    display: block;
    height: 0;
    width: 0
}

body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:before, .wp-block-search .wp-block-search__button:before, .a8c-posts-list__view-all:before, button:before, input[type=submit]:before, a.wp-block-button__link:before, button.wp-block-button__link:before, .wp-block-file__button:before, button[data-load-more-btn]:before, .button:before {
    margin-bottom: -0.12em
}

body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:after, .wp-block-search .wp-block-search__button:after, .a8c-posts-list__view-all:after, button:after, input[type=submit]:after, a.wp-block-button__link:after, button.wp-block-button__link:after, .wp-block-file__button:after, button[data-load-more-btn]:after, .button:after {
    margin-top: -0.11em
}

body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, button:not(.has-background):hover, input[type=submit]:not(.has-background):hover, a.wp-block-button__link:not(.has-background):hover, .wp-block-file__button:not(.has-background):hover, .button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus, .wp-block-search .wp-block-search__button:focus, .a8c-posts-list__view-all:focus, button:focus, input[type=submit]:focus, a.wp-block-button__link:focus, .wp-block-file__button:focus, .button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept, .wp-block-search .has-focus.wp-block-search__button, .has-focus.a8c-posts-list__view-all, button.has-focus, input.has-focus[type=submit], a.has-focus.wp-block-button__link, .has-focus.wp-block-file__button, .has-focus.button {
    color: #ffffff;
    background-color: #2f5f74
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, form, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

html {
    box-sizing: border-box
}

*, *::before, *::after {
    box-sizing: inherit
}

html {
    font-size: 13.3333333333px;
    font-family: "Karla",Arial,sans-serif;
    font-family: var(--font-base,"Karla",Arial,sans-serif);
    line-height: 1.6
}

@media only screen and (min-width: 560px) {
    html {
        font-size:16px
    }
}

body {
    font-size: 1.25rem;
    font-weight: normal;
    color: #394d55;
    text-align: left;
    background-color: #ffffff
}

a {
    color: #3E7D98
}

a:hover {
    color: #2f5f74
}

.has-primary-background-color a:not(.has-text-color) {
    color: #ffffff
}

button, a {
    cursor: pointer
}

.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!important;
    width: 1px;
    word-wrap: normal!important
}

.screen-reader-text:focus {
    background-color: #ffffff;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
    clip: auto!important;
    clip-path: none;
    color: #394d55;
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

#content[tabindex="-1"]:focus {
    outline: 0
}

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
    content: "";
    display: table;
    table-layout: fixed
}

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
    clear: both
}

header *, main *, footer * {
    max-width: unset
}

html, body, div, header, nav, article, figure, hr, main, section, footer {
    max-width: none
}

::selection {
    background-color: lightblue
}

::-moz-selection {
    background-color: lightblue
}

.site-header, .site-main, .site-footer {
    padding: 16px 16px;
    margin-left: auto;
    margin-right: auto
}

@media only screen and (min-width: 560px) {
    .site-header, .site-main, .site-footer {
        padding-top:32px;
        padding-right: 0;
        padding-bottom: 32px;
        padding-left: 0
    }
}

.site-main > * {
    margin-top: calc(3 * 32px);
    margin-bottom: calc(3 * 32px)
}

.site-main > *:first-child {
    margin-top: 0
}

.site-main > *:last-child {
    margin-bottom: 0
}

.entry-header, .post-thumbnail, .entry-content, .entry-footer, .author-bio, .widget-area {
    margin-top: 32px;
    margin-right: auto;
    margin-bottom: 32px;
    margin-left: auto
}

.site-footer > *, .site-main > article > *, .site-main > .not-found > *, .entry-content > *, .entry-content-child, .wp-block-premium-content-container .wp-premium-content-logged-out-view > *, .wp-block-premium-content-container .wp-block-premium-content-subscriber-view > *, [class*=inner-container] > *, .widget-area > * {
    margin-top: 21.312px;
    margin-bottom: 21.312px
}

@media only screen and (min-width: 560px) {
    .site-footer > *, .site-main > article > *, .site-main > .not-found > *, .entry-content > *, .entry-content-child, .wp-block-premium-content-container .wp-premium-content-logged-out-view > *, .wp-block-premium-content-container .wp-block-premium-content-subscriber-view > *, [class*=inner-container] > *, .widget-area > * {
        margin-top:32px;
        margin-bottom: 32px
    }
}

.site-footer > *:first-child, .site-main > article > *:first-child, .site-main > .not-found > *:first-child, .entry-content > *:first-child, .entry-content-child:first-child, .wp-block-premium-content-container .wp-premium-content-logged-out-view > :first-child, .wp-block-premium-content-container .wp-block-premium-content-subscriber-view > :first-child, [class*=inner-container] > *:first-child, .widget-area > *:first-child {
    margin-top: 0
}

.site-footer > *:last-child, .site-main > article > *:last-child, .site-main > .not-found > *:last-child, .entry-content > *:last-child, .entry-content-child:last-child, .wp-block-premium-content-container .wp-premium-content-logged-out-view > :last-child, .wp-block-premium-content-container .wp-block-premium-content-subscriber-view > :last-child, [class*=inner-container] > *:last-child, .widget-area > *:last-child {
    margin-bottom: 0
}

.site-header > *, .entry-header > *, .post-thumbnail > *, .page-content > *, .comment-content > *, .author-bio > *, .widget-area > .widget > * {
    margin-top: 16px;
    margin-bottom: 16px
}

.site-header > *:first-child, .entry-header > *:first-child, .post-thumbnail > *:first-child, .page-content > *:first-child, .comment-content > *:first-child, .author-bio > *:first-child, .widget-area > .widget > *:first-child {
    margin-top: 0
}

.site-header > *:last-child, .entry-header > *:last-child, .post-thumbnail > *:last-child, .page-content > *:last-child, .comment-content > *:last-child, .author-bio > *:last-child, .widget-area > .widget > *:last-child {
    margin-bottom: 0
}

.entry-content > *.alignleft, .entry-content > *.alignright, .entry-content > *.alignleft:first-child + *, .entry-content > *.alignright:first-child + *, .entry-content > *.alignfull {
    margin-top: 0
}

.entry-content > *:last-child, .entry-content > *.alignfull {
    margin-bottom: 0
}

.entry-content > *.alignfull + .alignleft {
    float: left;
    margin-top: 32px;
    margin-left: 16px;
    margin-right: 16px
}

.entry-content > *.alignfull + .alignright {
    float: right;
    margin-top: 32px;
    margin-left: 16px;
    margin-right: 16px
}

@counter-style empty {
    symbols: ""
}

blockquote {
    padding-left: 16px
}

blockquote p {
    font-size: 1.8rem;
    letter-spacing: normal;
    line-height: 1.125
}

blockquote cite, blockquote footer {
    font-size: 1.0416666667rem;
    letter-spacing: normal
}

blockquote > * {
    margin-top: 16px;
    margin-bottom: 16px
}

blockquote > *:first-child {
    margin-top: 0
}

blockquote > *:last-child {
    margin-bottom: 0
}

blockquote.alignleft, blockquote.alignright {
    padding-left: inherit
}

blockquote.alignleft p, blockquote.alignright p {
    font-size: 1.5rem;
    max-width: inherit;
    width: inherit
}

blockquote.alignleft cite, blockquote.alignleft footer, blockquote.alignright cite, blockquote.alignright footer {
    font-size: 0.8680555556rem;
    letter-spacing: normal
}

input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], textarea {
    color: black;
    border: 1px solid #3E7D98;
    border-radius: 3px;
    padding: 16px
}

input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=range]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=time]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=color]:focus, textarea:focus {
    color: black;
    border-color: #2f5f74
}

select {
    border: 1px solid #3E7D98
}

textarea {
    width: 100%
}

input[type=checkbox] + label {
    display: inline;
    margin-left: 0.5em;
    margin-right: 2em;
    line-height: 1em
}

figcaption {
    color: #4d6974;
    font-size: 0.8680555556rem;
    margin-top: calc(0.5 * 16px);
    margin-bottom: 16px;
    text-align: center
}

.alignleft figcaption, .alignright figcaption {
    margin-bottom: 0
}

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

embed, iframe, object {
    max-width: 100%
}

.getty.embed.image {
    display: block!important
}

.wp-block-audio {
    min-width: inherit
}

.wp-block-audio.alignleft, .wp-block-audio.alignright {
    min-width: 300px
}

.wp-block-newspack-blocks-homepage-articles.image-aligntop .post-thumbnail {
    margin-bottom: 16px
}

.wp-block-newspack-blocks-homepage-articles.image-alignleft .post-thumbnail {
    margin-right: 32px
}

.wp-block-newspack-blocks-homepage-articles.image-alignright .post-thumbnail {
    margin-left: 32px
}

.wp-block-newspack-blocks-homepage-articles.image-alignbehind .post-has-image .entry-wrapper {
    padding: 32px
}

.wp-block-newspack-blocks-homepage-articles.is-grid article {
    margin-top: 0;
    margin-bottom: 64px
}

@media only screen and (min-width: 560px) {
    .wp-block-newspack-blocks-homepage-articles.is-grid article {
        margin-bottom:96px
    }
}

.wp-block-newspack-blocks-homepage-articles .article-section-title {
    font-size: 1.25rem;
    margin-bottom: 16px
}

.wp-block-newspack-blocks-homepage-articles .article-section-title + article {
    margin-top: 0
}

.wp-block-newspack-blocks-homepage-articles article {
    display: block;
    margin-top: 64px;
    margin-bottom: 64px
}

@media only screen and (min-width: 560px) {
    .wp-block-newspack-blocks-homepage-articles article {
        margin-top:96px;
        margin-bottom: 96px
    }
}

.wp-block-newspack-blocks-homepage-articles article:first-child {
    margin-top: 0
}

.wp-block-newspack-blocks-homepage-articles article:last-child {
    margin-bottom: 96px
}

.wp-block-newspack-blocks-homepage-articles article .post-thumbnail img {
    width: auto
}

.wp-block-newspack-blocks-homepage-articles article .entry-wrapper > * {
    margin-top: 16px;
    margin-bottom: 16px
}

.wp-block-newspack-blocks-homepage-articles article .entry-wrapper > *:first-child {
    margin-top: 0
}

.wp-block-newspack-blocks-homepage-articles article .entry-wrapper > *:last-child {
    margin-bottom: 0
}

.wp-block-newspack-blocks-homepage-articles article .entry-title a {
    color: #3E7D98
}

.has-background:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .entry-title a, [class*=background-color]:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .entry-title a, [style*=background-color] .wp-block-newspack-blocks-homepage-articles article .entry-title a {
    color: currentColor
}

.wp-block-newspack-blocks-homepage-articles article .entry-title a:hover {
    color: #2f5f74;
    text-decoration: underline
}

.has-background:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .entry-title a:hover, [class*=background-color]:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .entry-title a:hover, [style*=background-color] .wp-block-newspack-blocks-homepage-articles article .entry-title a:hover {
    color: currentColor
}

@media only screen and (min-width: 560px) {
    .wp-block-newspack-blocks-homepage-articles article .more-link {
        margin-top:16px
    }
}

.wp-block-newspack-blocks-homepage-articles article .entry-meta, .wp-block-newspack-blocks-homepage-articles article .cat-links {
    color: #4d6974;
    font-size: 1.0416666667rem
}

.has-background:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .entry-meta, [class*=background-color]:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .entry-meta, [style*=background-color] .wp-block-newspack-blocks-homepage-articles article .entry-meta, .has-background:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .cat-links, [class*=background-color]:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .cat-links, [style*=background-color] .wp-block-newspack-blocks-homepage-articles article .cat-links {
    color: currentColor
}

.wp-block-newspack-blocks-homepage-articles article .entry-meta > span > *, .wp-block-newspack-blocks-homepage-articles article .cat-links > span > * {
    vertical-align: top
}

.wp-block-newspack-blocks-homepage-articles article .entry-meta .byline:not(:last-child), .wp-block-newspack-blocks-homepage-articles article .cat-links .byline:not(:last-child) {
    margin-right: 16px
}

.wp-block-newspack-blocks-homepage-articles article .entry-meta .published + .updated, .wp-block-newspack-blocks-homepage-articles article .cat-links .published + .updated {
    display: none
}

.wp-block-newspack-blocks-homepage-articles article .entry-meta a, .wp-block-newspack-blocks-homepage-articles article .cat-links a {
    color: currentColor;
    text-decoration: underline
}

.wp-block-newspack-blocks-homepage-articles article .entry-meta a:hover, .wp-block-newspack-blocks-homepage-articles article .entry-meta a:active, .wp-block-newspack-blocks-homepage-articles article .cat-links a:hover, .wp-block-newspack-blocks-homepage-articles article .cat-links a:active {
    color: #2f5f74;
    text-decoration: none
}

.has-background:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .entry-meta a:hover, [class*=background-color]:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .entry-meta a:hover, [style*=background-color] .wp-block-newspack-blocks-homepage-articles article .entry-meta a:hover, .has-background:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .entry-meta a:active, [class*=background-color]:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .entry-meta a:active, [style*=background-color] .wp-block-newspack-blocks-homepage-articles article .entry-meta a:active, .has-background:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .cat-links a:hover, [class*=background-color]:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .cat-links a:hover, [style*=background-color] .wp-block-newspack-blocks-homepage-articles article .cat-links a:hover, .has-background:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .cat-links a:active, [class*=background-color]:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .cat-links a:active, [style*=background-color] .wp-block-newspack-blocks-homepage-articles article .cat-links a:active {
    color: currentColor
}

button[data-load-more-btn], .button {
    display: inline-block
}

.has-background:not(.has-background-background-color) button[data-load-more-btn], [class*=background-color]:not(.has-background-background-color) button[data-load-more-btn], [style*=background-color] button[data-load-more-btn], .has-background:not(.has-background-background-color) .button, [class*=background-color]:not(.has-background-background-color) .button, [style*=background-color] .button {
    background-color: transparent;
    border: 2px solid currentColor;
    color: currentColor
}

.wp-block-button.is-style-outline.wp-block-button__link, .wp-block-button.is-style-outline .wp-block-button__link {
    border: 2px solid currentcolor;
    padding: 14px 48px
}

.wp-block-button.is-style-outline.wp-block-button__link:not(.has-background), .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background) {
    background: transparent
}

.wp-block-button.is-style-outline.wp-block-button__link:not(.has-text-color), .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
    color: #3E7D98
}

.wp-block-button.is-style-outline.wp-block-button__link:active, .wp-block-button.is-style-outline .wp-block-button__link:active {
    color: #3E7D98
}

.wp-block-button.is-style-outline.wp-block-button__link:hover, .wp-block-button.is-style-outline.wp-block-button__link:focus, .wp-block-button.is-style-outline.wp-block-button__link.has-focus, .wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button.is-style-outline .wp-block-button__link:focus, .wp-block-button.is-style-outline .wp-block-button__link.has-focus {
    color: #2f5f74
}

.has-primary-background-color .wp-block-button.is-style-outline.wp-block-button__link:not(.has-text-color), .has-primary-background-color .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
    color: #ffffff
}

.wp-block-button.is-style-squared, .wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: 0
}

.wp-block-code {
    color: #394d55;
    font-size: 1.0416666667rem;
    padding: 16px;
    border-color: #3E7D98
}

.wp-block-code pre {
    color: #394d55
}

.wp-block-columns .wp-block-column > * {
    margin-top: 21.312px;
    margin-bottom: 21.312px
}

@media only screen and (min-width: 560px) {
    .wp-block-columns .wp-block-column > * {
        margin-top:32px;
        margin-bottom: 32px
    }
}

.wp-block-columns .wp-block-column > *:first-child {
    margin-top: 0
}

.wp-block-columns .wp-block-column > *:last-child {
    margin-bottom: 0
}

.wp-block-columns .wp-block-column:last-child {
    margin-bottom: 0
}

.wp-block-columns .wp-block-column:not(:last-child) {
    margin-bottom: 21.312px
}

@media only screen and (min-width: 560px) {
    .wp-block-columns .wp-block-column:not(:last-child) {
        margin-bottom:32px
    }
}

@media only screen and (min-width: 782px) {
    .wp-block-columns .wp-block-column:not(:last-child) {
        margin-bottom:0
    }
}

.wp-block-columns.alignfull {
    padding-left: 16px;
    padding-right: 16px
}

.wp-block-columns.alignfull:not(:first-child) {
    margin-top: 32px
}

.wp-block-columns.alignfull:not(:last-child) {
    margin-bottom: 32px
}

.wp-block-cover, .wp-block-cover-image {
    background-color: black;
    min-height: calc(17 * 32px);
    margin-top: inherit;
    margin-bottom: inherit
}

.wp-block-cover.has-background-dim, .wp-block-cover-image.has-background-dim {
    background-color: black
}

.wp-block-cover .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, .wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover-image .wp-block-cover-text {
    margin-top: 32px;
    margin-bottom: 32px
}

.wp-block-cover h2, .wp-block-cover-image h2 {
    font-size: 2.592rem;
    letter-spacing: normal;
    line-height: 1.125;
    max-width: inherit;
    text-align: inherit;
    padding: 0
}

.wp-block-cover h2.has-text-align-left, .wp-block-cover-image h2.has-text-align-left {
    text-align: left
}

.wp-block-cover h2.has-text-align-center, .wp-block-cover-image h2.has-text-align-center {
    text-align: center
}

.wp-block-cover h2.has-text-align-right, .wp-block-cover-image h2.has-text-align-right {
    text-align: right
}

.wp-block-cover .wp-block-cover__inner-container, .wp-block-cover-image .wp-block-cover__inner-container {
    width: calc(100% - 64px)
}

.wp-block-cover .wp-block-cover__inner-container > *, .wp-block-cover-image .wp-block-cover__inner-container > * {
    margin-top: 21.312px;
    margin-bottom: 21.312px
}

@media only screen and (min-width: 560px) {
    .wp-block-cover .wp-block-cover__inner-container > *, .wp-block-cover-image .wp-block-cover__inner-container > * {
        margin-top:32px;
        margin-bottom: 32px
    }
}

.wp-block-cover .wp-block-cover__inner-container > *:first-child, .wp-block-cover-image .wp-block-cover__inner-container > *:first-child {
    margin-top: 0
}

.wp-block-cover .wp-block-cover__inner-container > *:last-child, .wp-block-cover-image .wp-block-cover__inner-container > *:last-child {
    margin-bottom: 0
}

.wp-block-cover.alignleft, .wp-block-cover.alignright, .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright {
    margin-top: 0
}

.wp-block-cover.alignleft > *, .wp-block-cover.alignright > *, .wp-block-cover-image.alignleft > *, .wp-block-cover-image.alignright > * {
    margin-top: calc(2 * 32px);
    margin-bottom: calc(2 * 32px);
    padding-left: 16px;
    padding-right: 16px;
    width: 100%
}

.wp-block-cover.has-left-content, .wp-block-cover.has-right-content, .wp-block-cover-image.has-left-content, .wp-block-cover-image.has-right-content {
    justify-content: center
}

.wp-block-file .wp-block-file__button {
    background-color: #3E7D98;
    color: #ffffff;
    font-size: 1.0416666667rem;
    margin-left: 16px;
    margin-right: 16px
}

.wp-block-file .wp-block-file__button:before, .wp-block-file .wp-block-file__button:after {
    display: inherit
}

.wp-block-file a.wp-block-file__button:active, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:visited {
    color: #ffffff;
    opacity: 0.85
}

.wp-block-gallery {
    margin: 0
}

.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
    margin: 0;
    color: white;
    font-size: 0.8680555556rem
}

.wp-block-gallery.alignleft, .wp-block-gallery.alignright {
    max-width: 50%
}

.wp-block-group .wp-block-group__inner-container {
    margin-left: auto;
    margin-right: auto
}

.wp-block-group .wp-block-group__inner-container > * {
    margin-top: 21.312px;
    margin-bottom: 21.312px
}

@media only screen and (min-width: 560px) {
    .wp-block-group .wp-block-group__inner-container > * {
        margin-top:32px;
        margin-bottom: 32px
    }
}

.wp-block-group .wp-block-group__inner-container > *:first-child {
    margin-top: 0
}

.wp-block-group .wp-block-group__inner-container > *:last-child {
    margin-bottom: 0
}

.wp-block-group.has-background {
    padding: 21.312px
}

@media only screen and (min-width: 560px) {
    .wp-block-group.has-background {
        padding:32px
    }
}

.wp-block-group.alignfull {
    padding-left: 16px;
    padding-right: 16px
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "Lora",Georgia,sans-serif;
    font-family: var(--font-headings,"Lora",Georgia,sans-serif);
    font-weight: normal;
    clear: both
}

h1, .h1 {
    font-size: 3.1104rem;
    letter-spacing: normal;
    line-height: 1.125
}

h2, .h2 {
    font-size: 2.592rem;
    letter-spacing: normal;
    line-height: 1.125
}

h3, .h3 {
    font-size: 2.16rem;
    letter-spacing: normal;
    line-height: 1.125
}

h4, .h4 {
    font-size: 1.8rem;
    letter-spacing: normal;
    line-height: 1.125
}

h5, .h5 {
    font-size: 1.5rem;
    letter-spacing: normal;
    line-height: 1.125
}

h6, .h6 {
    font-size: 1.25rem;
    letter-spacing: normal;
    line-height: 1.125
}

.wp-block-image {
    text-align: center
}

.wp-block-image figcaption {
    color: #4d6974;
    font-size: 0.8680555556rem;
    margin-top: calc(0.5 * 16px);
    margin-bottom: 16px;
    text-align: center
}

.entry-content > *[class=wp-block-image], .entry-content [class*=inner-container] > *[class=wp-block-image] {
    margin-top: 0;
    margin-bottom: 0
}

.entry-content > *[class=wp-block-image] + *, .entry-content [class*=inner-container] > *[class=wp-block-image] + * {
    margin-top: 0
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle
}

.wp-block-latest-comments {
    padding-left: 0
}

.wp-block-latest-comments .wp-block-latest-comments__comment {
    font-size: 1.0416666667rem;
    line-height: 1.6;
    margin-top: 32px;
    margin-bottom: 32px
}

.wp-block-latest-comments .wp-block-latest-comments__comment:first-child {
    margin-top: 0
}

.wp-block-latest-comments .wp-block-latest-comments__comment:last-child {
    margin-bottom: 0
}

.wp-block-latest-comments .wp-block-latest-comments__comment-meta {
    font-family: "Lora",Georgia,sans-serif;
    font-family: var(--font-headings,"Lora",Georgia,sans-serif)
}

.wp-block-latest-comments .wp-block-latest-comments__comment-date {
    color: #4d6974;
    font-size: 1.0416666667rem
}

.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
    font-size: 1.0416666667rem;
    line-height: 1.6;
    margin: 0
}

.wp-block-latest-posts {
    padding-left: 0
}

.wp-block-latest-posts > li {
    word-wrap: break-word;
    margin-top: 32px;
    margin-bottom: 32px
}

.wp-block-latest-posts > li:first-child {
    margin-top: 0
}

.wp-block-latest-posts > li:last-child {
    margin-bottom: 0
}

.wp-block-latest-posts > li > a {
    font-family: "Lora",Georgia,sans-serif;
    font-family: var(--font-headings,"Lora",Georgia,sans-serif);
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1.125
}

.wp-block-latest-posts .wp-block-latest-posts__post-date {
    color: #4d6974;
    font-size: 0.8680555556rem;
    line-height: 1.6
}

.entry-content [class*=inner-container] .wp-block-latest-posts .wp-block-latest-posts__post-date, .entry-content .has-background .wp-block-latest-posts .wp-block-latest-posts__post-date {
    color: currentColor
}

.wp-block-latest-posts .wp-block-latest-posts__post-excerpt, .wp-block-latest-posts .wp-block-latest-posts__post-full-content {
    font-size: 1.0416666667rem;
    line-height: 1.6;
    margin: 0
}

.wp-block-latest-posts.alignfull {
    padding-left: 16px;
    padding-right: 16px
}

.entry-content [class*=inner-container] .wp-block-latest-posts.alignfull, .entry-content .has-background .wp-block-latest-posts.alignfull {
    padding-left: 0;
    padding-right: 0
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.gallery-item a {
    display: block
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-caption {
    display: block
}

ul, ol {
    font-family: "Karla",Arial,sans-serif;
    font-family: var(--font-base,"Karla",Arial,sans-serif);
    margin: 0;
    padding-left: 32px
}

ul.aligncenter, ol.aligncenter {
    list-style-position: inside;
    padding: 0
}

ul.alignright, ol.alignright {
    list-style-position: inside;
    text-align: right;
    padding: 0
}

ul {
    list-style-type: disc
}

ol {
    list-style-type: decimal
}

dt {
    font-family: "Lora",Georgia,sans-serif;
    font-family: var(--font-headings,"Lora",Georgia,sans-serif);
    font-weight: bold
}

dd {
    margin: 0;
    padding-left: 32px
}

.wp-block-media-text .wp-block-media-text__content {
    padding: 16px
}

@media only screen and (min-width: 640px) {
    .wp-block-media-text .wp-block-media-text__content {
        padding:32px
    }
}

.wp-block-media-text .wp-block-media-text__content > * {
    margin-top: 21.312px;
    margin-bottom: 21.312px
}

@media only screen and (min-width: 560px) {
    .wp-block-media-text .wp-block-media-text__content > * {
        margin-top:32px;
        margin-bottom: 32px
    }
}

.wp-block-media-text .wp-block-media-text__content > *:first-child {
    margin-top: 0
}

.wp-block-media-text .wp-block-media-text__content > *:last-child {
    margin-bottom: 0
}

@media only screen and (min-width: 560px) {
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        padding-top:32px;
        padding-bottom: 32px
    }
}

p.has-background {
    padding: 16px 16px
}

.a8c-posts-list__listing {
    list-style: none;
    margin: 0;
    padding: 0
}

.a8c-posts-list__listing:not(:last-child) {
    margin-bottom: calc(3 * 32px)
}

.a8c-posts-list-item__featured span {
    color: #ffffff;
    background-color: #3E7D98;
    font-family: "Lora",Georgia,sans-serif;
    font-family: var(--font-headings,"Lora",Georgia,sans-serif);
    font-weight: bold;
    font-size: 1.0416666667rem;
    line-height: 1;
    padding: calc(0.5 * 16px) calc(0.66 * 16px)
}

.a8c-posts-list__item {
    display: block;
    margin-top: calc(3 * 32px);
    margin-bottom: calc(3 * 32px)
}

.a8c-posts-list__item:first-child {
    margin-top: 0
}

.a8c-posts-list__item:last-child {
    margin-bottom: 0
}

.a8c-posts-list__item .entry > * {
    margin-top: 16px;
    margin-bottom: 16px
}

.a8c-posts-list__item .entry > *:first-child {
    margin-top: 0
}

.a8c-posts-list__item .entry > *:last-child {
    margin-bottom: 0
}

.a8c-posts-list__item .a8c-posts-list-item__meta {
    color: #4d6974;
    font-size: 1.0416666667rem
}

.a8c-posts-list__item .a8c-posts-list-item__meta a {
    color: currentColor
}

.a8c-posts-list__item .a8c-posts-list-item__meta a:hover, .a8c-posts-list__item .a8c-posts-list-item__meta a:active {
    color: #2f5f74
}

.a8c-posts-list__item .a8c-posts-list-item__edit-link {
    margin-left: 16px
}

.a8c-posts-list__view-all {
    display: inline-block
}

.wp-block-pullquote {
    border-top-color: #3E7D98;
    border-top-width: 4px;
    border-bottom-color: #3E7D98;
    border-bottom-width: 4px;
    color: #394d55
}

.wp-block-pullquote blockquote p {
    font-family: "Lora",Georgia,sans-serif;
    font-family: var(--font-headings,"Lora",Georgia,sans-serif);
    font-size: 1.8rem;
    letter-spacing: normal;
    line-height: 1.125
}

.wp-block-pullquote.is-style-solid-color blockquote p {
    font-size: 1.8rem
}

.wp-block-pullquote a {
    color: currentColor
}

.wp-block-pullquote .wp-block-pullquote__citation, .wp-block-pullquote cite, .wp-block-pullquote footer {
    color: #4d6974;
    font-size: 1.0416666667rem;
    letter-spacing: normal
}

.wp-block-pullquote blockquote {
    padding-left: 0
}

.wp-block-pullquote.is-style-solid-color {
    color: #ffffff
}

.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation, .wp-block-pullquote.is-style-solid-color cite, .wp-block-pullquote.is-style-solid-color footer {
    color: currentColor
}

.wp-block-pullquote.is-style-solid-color:not(.has-background) {
    background-color: #3E7D98
}

.wp-block-quote {
    border-left-color: #3E7D98;
    margin: 32px 0;
    padding-left: 16px
}

.wp-block-quote > * {
    margin-top: 16px;
    margin-bottom: 16px
}

.wp-block-quote > *:first-child {
    margin-top: 0
}

.wp-block-quote > *:last-child {
    margin-bottom: 0
}

.wp-block-quote p {
    font-family: "Lora",Georgia,sans-serif;
    font-family: var(--font-headings,"Lora",Georgia,sans-serif);
    font-size: 1.8rem;
    letter-spacing: normal;
    line-height: 1.125
}

.wp-block-quote .wp-block-quote__citation, .wp-block-quote cite, .wp-block-quote footer {
    color: #4d6974;
    font-size: 1.0416666667rem;
    letter-spacing: normal
}

.has-background:not(.has-background-background-color) .wp-block-quote .wp-block-quote__citation, [class*=background-color]:not(.has-background-background-color) .wp-block-quote .wp-block-quote__citation, [style*=background-color] .wp-block-quote .wp-block-quote__citation, .wp-block-cover[style*=background-image] .wp-block-quote .wp-block-quote__citation, .has-background:not(.has-background-background-color) .wp-block-quote cite, [class*=background-color]:not(.has-background-background-color) .wp-block-quote cite, [style*=background-color] .wp-block-quote cite, .wp-block-cover[style*=background-image] .wp-block-quote cite, .has-background:not(.has-background-background-color) .wp-block-quote footer, [class*=background-color]:not(.has-background-background-color) .wp-block-quote footer, [style*=background-color] .wp-block-quote footer, .wp-block-cover[style*=background-image] .wp-block-quote footer {
    color: currentColor
}

.wp-block-quote[style*="text-align:right"], .wp-block-quote[style*="text-align: right"] {
    border-right-color: #3E7D98
}

.wp-block-quote.is-style-large, .wp-block-quote.is-large {
    margin-top: 32px;
    margin-bottom: 32px;
    padding: 0
}

.wp-block-quote.is-style-large p, .wp-block-quote.is-large p {
    font-size: 2.16rem;
    letter-spacing: normal;
    line-height: 1.125
}

.wp-block-quote.is-style-large .wp-block-quote__citation, .wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer, .wp-block-quote.is-large .wp-block-quote__citation, .wp-block-quote.is-large cite, .wp-block-quote.is-large footer {
    color: #4d6974;
    font-size: 1.0416666667rem;
    letter-spacing: normal
}

.has-background:not(.has-background-background-color) .wp-block-quote, [class*=background-color]:not(.has-background-background-color) .wp-block-quote, [style*=background-color] .wp-block-quote, .wp-block-cover[style*=background-image] .wp-block-quote {
    border-color: currentColor
}

.wp-block-search {
    flex-wrap: wrap
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    background: white;
    color: black;
    border: 1px solid #3E7D98;
    border-radius: 3px
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
    padding: 16px
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
    padding: 16px 48px
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button.has-icon {
    padding: 0
}

.wp-block-search .wp-block-search__label {
    font-weight: normal
}

.wp-block-search .wp-block-search__input {
    color: black;
    border: 1px solid #3E7D98;
    border-radius: 3px;
    padding: 16px;
    font-size: 1.25rem;
    line-height: 1.25rem;
    font-family: "Karla",Arial,sans-serif;
    font-family: var(--font-base,"Karla",Arial,sans-serif);
    max-width: inherit;
    margin-right: calc(0.66 * 48px);
    background: white
}

.wp-block-search .wp-block-search__input:focus {
    color: black;
    border-color: #3E7D98
}

.wp-block-search .wp-block-search__button {
    border: none;
    box-shadow: none
}

.wp-block-search .wp-block-search__button.has-icon {
    transform: scaleX(-1);
    padding: 0;
    min-width: calc(2 * 16px + 1.25rem + 4px);
    min-height: calc(2 * 16px + 1.25rem + 4px)
}

.wp-block-search .wp-block-search__button.has-icon svg {
    fill: currentColor;
    width: 29px;
    height: 29px
}

hr {
    border-bottom: 2px solid #3E7D98;
    clear: both;
    margin-left: auto;
    margin-right: auto
}

hr.wp-block-separator {
    border-bottom: 2px solid #3E7D98
}

hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 96px
}

hr.wp-block-separator.is-style-wide {
    border-bottom-width: 2px
}

hr.wp-block-separator.is-style-dots.has-background, hr.wp-block-separator.is-style-dots.has-text-color {
    background-color: transparent!important
}

hr.wp-block-separator.is-style-dots.has-background:before, hr.wp-block-separator.is-style-dots.has-text-color:before {
    color: currentColor!important
}

hr.wp-block-separator.is-style-dots:before {
    color: #3E7D98;
    font-size: 2.16rem;
    letter-spacing: 1.0416666667rem;
    padding-left: 1.0416666667rem
}

.has-background:not(.has-background-background-color) hr.wp-block-separator, [class*=background-color]:not(.has-background-background-color) hr.wp-block-separator, [style*=background-color] hr.wp-block-separator, .wp-block-cover[style*=background-image] hr.wp-block-separator {
    border-color: currentColor
}

.wp-block-jetpack-slideshow ul {
    margin-left: 0;
    margin-right: 0
}

.wp-block-spacer {
    display: block;
    margin-bottom: 0!important;
    margin-top: 0!important
}

@media only screen and (max-width: 559px) {
    .wp-block-spacer[style] {
        height:16px!important
    }
}

.jetpack_subscription_widget input[type=text] {
    padding: 16px!important;
    width: 100%!important
}

.wp-block-jetpack-subscriptions button::before, .wp-block-jetpack-subscriptions button::after {
    display: none
}

table, .wp-block-table {
    width: 100%;
    min-width: 240px;
    border-collapse: collapse
}

table th, .wp-block-table th {
    font-family: "Lora",Georgia,sans-serif;
    font-family: var(--font-headings,"Lora",Georgia,sans-serif)
}

table td, table th, .wp-block-table td, .wp-block-table th {
    padding: calc(0.5 * 16px);
    border: 1px solid
}

table.is-style-stripes tbody tr:nth-child(odd), .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #fcfbf9;
    color: #394d55
}

.wp-block-video figcaption {
    color: #4d6974;
    font-size: 0.8680555556rem;
    margin-top: calc(0.5 * 16px);
    margin-bottom: 16px;
    text-align: center
}

* > figure > video {
    max-width: unset;
    width: 100%;
    vertical-align: middle
}

.alignleft {
    text-align: left;
    float: left;
    margin-top: 0;
    margin-right: 16px;
    margin-bottom: 32px
}

.entry-content > .alignleft {
    float: left
}

.aligncenter {
    clear: both;
    display: block;
    float: none;
    margin-right: auto;
    margin-left: auto;
    text-align: center
}

.alignright {
    float: right;
    margin-top: 0;
    margin-bottom: 32px;
    margin-left: 16px
}

.entry-content > .alignright {
    float: right
}

.entry-content * > .alignleft + *, .entry-content * > .alignright + * {
    margin-top: 0
}

.alignwide {
    clear: both
}

.alignfull {
    clear: both
}

.has-left-content {
    justify-content: flex-start
}

.has-right-content {
    justify-content: flex-end
}

.has-parallax {
    background-attachment: fixed
}

.has-primary-color {
    color: #3E7D98
}

.has-secondary-color {
    color: #9B6A36
}

.has-foreground-color {
    color: #394d55
}

.has-foreground-light-color {
    color: #4d6974
}

.has-foreground-dark-color {
    color: #253136
}

.has-background-light-color {
    color: #fafafa
}

.has-background-dark-color {
    color: #d9d9d9
}

.has-background-dim, .has-background-color {
    color: #ffffff
}

.has-background p:not(.has-text-color), .has-background h1:not(.has-text-color), .has-background h2:not(.has-text-color), .has-background h3:not(.has-text-color), .has-background h4:not(.has-text-color), .has-background h5:not(.has-text-color), .has-background h6:not(.has-text-color) {
    color: currentcolor
}

.has-primary-background-color, .has-primary-background-color.has-background-dim {
    background-color: #A176E0
}

.has-primary-background-color:not(.has-text-color), .has-primary-background-color.has-background-dim:not(.has-text-color) {
    color: #ffffff
}

.has-secondary-background-color, .has-secondary-background-color.has-background-dim {
    background-color: #9B6A36
}

.has-secondary-background-color:not(.has-text-color), .has-secondary-background-color.has-background-dim:not(.has-text-color) {
    color: #ffffff
}

.has-background-dim, .has-foreground-background-color, .has-foreground-background-color.has-background-dim {
    background-color: #394d55
}

.has-background-dim, .has-foreground-background-color:not(.has-text-color), .has-foreground-background-color.has-background-dim:not(.has-text-color) {
    color: #ffffff
}

.has-foreground-light-background-color, .has-foreground-light-background-color.has-background-dim {
    background-color: #4d6974
}

.has-foreground-light-background-color:not(.has-text-color), .has-foreground-light-background-color.has-background-dim:not(.has-text-color) {
    color: #ffffff
}

.has-foreground-dark-background-color, .has-foreground-dark-background-color.has-background-dim {
    background-color: #253136
}

.has-foreground-dark-background-color:not(.has-text-color), .has-foreground-dark-background-color.has-background-dim:not(.has-text-color) {
    color: #ffffff
}

.has-background-light-background-color, .has-background-light-background-color.has-background-dim {
    background-color: #fafafa
}

.has-background-light-background-color:not(.has-text-color), .has-background-light-background-color.has-background-dim:not(.has-text-color) {
    color: #394d55
}

.has-background-dark-background-color, .has-background-dark-background-color.has-background-dim {
    background-color: #d9d9d9
}

.has-background-dark-background-color:not(.has-text-color), .has-background-dark-background-color.has-background-dim:not(.has-text-color) {
    color: #394d55
}

.has-background-background-color, .has-background-background-color.has-background-dim {
    background-color: #ffffff
}

.has-background-background-color:not(.has-text-color), .has-background-background-color.has-background-dim:not(.has-text-color) {
    color: #394d55
}

.is-small-text, .has-small-font-size {
    font-size: 1.0416666667rem
}

.is-regular-text, .has-regular-font-size, .has-normal-font-size, .has-medium-font-size {
    font-size: 1.25rem
}

.is-large-text, .has-large-font-size {
    font-size: 1.8rem;
    line-height: 1.125
}

.is-larger-text, .has-larger-font-size, .has-huge-font-size {
    font-size: 2.16rem;
    line-height: 1.125
}

.has-drop-cap:not(:focus)::first-letter {
    font-family: "Lora",Georgia,sans-serif;
    font-family: var(--font-headings,"Lora",Georgia,sans-serif);
    font-size: calc(2 * 3.1104rem);
    font-weight: normal;
    line-height: 0.66;
    text-transform: uppercase;
    font-style: normal;
    float: left;
    margin: 0.1em 0.1em 0 0
}

.has-drop-cap:not(:focus)::after {
    content: "";
    display: table;
    clear: both;
    padding-top: 14px
}

.desktop-only {
    display: none
}

@media only screen and (min-width: 560px) {
    .desktop-only {
        display:block
    }
}

.margin-top-none {
    margin-top: 0!important
}

.margin-top-half {
    margin-top: 16px!important
}

.margin-top-default {
    margin-top: 32px!important
}

.margin-right-none {
    margin-right: 0!important
}

.margin-right-half {
    margin-right: 16px!important
}

.margin-right-default {
    margin-right: 32px!important
}

.margin-bottom-none {
    margin-bottom: 0!important
}

.margin-bottom-half {
    margin-bottom: 16px!important
}

.margin-bottom-default {
    margin-bottom: 32px!important
}

.margin-left-none {
    margin-left: 0!important
}

.margin-left-half {
    margin-left: 16px!important
}

.margin-left-default {
    margin-left: 32px!important
}

.padding-top-none {
    padding-top: 0!important
}

.padding-top-half {
    padding-top: 16px!important
}

.padding-top-default {
    padding-top: 32px!important
}

.padding-right-none {
    padding-right: 0!important
}

.padding-right-half {
    padding-right: 16px!important
}

.padding-right-default {
    padding-right: 32px!important
}

.padding-bottom-none {
    padding-bottom: 0!important
}

.padding-bottom-half {
    padding-bottom: 16px!important
}

.padding-bottom-default {
    padding-bottom: 32px!important
}

.padding-left-none {
    padding-left: 0!important
}

.padding-left-half {
    padding-left: 16px!important
}

.padding-left-default {
    padding-left: 32px!important
}

.site-branding {
    color: #4d6974
}

.site-title {
    color: #394d55;
    font-family: "Lora",Georgia,sans-serif;
    font-family: var(--font-headings,"Lora",Georgia,sans-serif);
    letter-spacing: normal;
    line-height: 1
}

.site-title a {
    color: currentColor;
    font-weight: bold
}

.site-title a:link, .site-title a:visited {
    color: currentColor
}

.site-title a:hover {
    color: #2f5f74
}

.site-description {
    color: currentColor;
    font-family: "Karla",Arial,sans-serif;
    font-family: var(--font-base,"Karla",Arial,sans-serif)
}

body:not(.fse-enabled) .site-title {
    font-size: 1.8rem
}

body:not(.fse-enabled) .site-description {
    font-size: 1.0416666667rem
}

.main-navigation {
    color: #394d55
}

.main-navigation > div {
    display: none
}

.main-navigation #toggle-menu {
    display: inline-block;
    margin: 0
}

.main-navigation #toggle:checked ~ div:not(.woocommerce-menu-container) {
    display: block
}

.main-navigation #toggle:focus + #toggle-menu {
    background-color: #2f5f74;
    outline: inherit;
    text-decoration: underline
}

.main-navigation .dropdown-icon.close {
    display: none
}

.main-navigation #toggle:checked + #toggle-menu .open {
    display: none
}

.main-navigation #toggle:checked + #toggle-menu .close {
    display: inline
}

@media only screen and (min-width: 560px) {
    .main-navigation > div {
        display:inline-block
    }

    .main-navigation #toggle-menu {
        display: none
    }

    .main-navigation > div > ul > li > ul {
        display: none
    }
}

.main-navigation > div > ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    max-width: none;
    padding-left: 0;
    position: relative
}

.main-navigation > div > ul ul {
    padding-left: 0
}

.main-navigation > div > ul li {
    display: block;
    position: relative;
    width: 100%;
    z-index: 1
}

.main-navigation > div > ul li:hover, .main-navigation > div > ul li[focus-within] {
    cursor: pointer;
    z-index: 99999
}

.main-navigation > div > ul li:hover, .main-navigation > div > ul li:focus-within {
    cursor: pointer;
    z-index: 99999
}

@media only screen and (min-width: 560px) {
    .main-navigation > div > ul li {
        display:inherit;
        width: inherit
    }

    .main-navigation > div > ul li:hover > ul, .main-navigation > div > ul li[focus-within] > ul, .main-navigation > div > ul li ul:hover, .main-navigation > div > ul li ul:focus {
        visibility: visible;
        opacity: 1;
        display: block
    }

    .main-navigation > div > ul li:hover > ul, .main-navigation > div > ul li:focus-within > ul, .main-navigation > div > ul li ul:hover, .main-navigation > div > ul li ul:focus {
        visibility: visible;
        opacity: 1;
        display: block
    }
}

@media only screen and (min-width: 560px) {
    .main-navigation > div > ul > li > a {
        line-height:1
    }

    .main-navigation > div > ul > li > a:before, .main-navigation > div > ul > li > a:after {
        content: "";
        display: block;
        height: 0;
        width: 0
    }

    .main-navigation > div > ul > li > a:before {
        margin-bottom: -0.12em
    }

    .main-navigation > div > ul > li > a:after {
        margin-top: -0.11em
    }

    .main-navigation > div > ul > li:first-of-type > a {
        padding-left: 0
    }

    .main-navigation > div > ul > li:last-of-type > a {
        padding-right: 0
    }
}

.main-navigation > div > ul > li > .sub-menu {
    margin: 0;
    position: relative
}

@media only screen and (min-width: 560px) {
    .main-navigation > div > ul > li > .sub-menu {
        background:#ffffff;
        box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.2);
        left: 0;
        top: 100%;
        min-width: max-content;
        opacity: 0;
        position: absolute;
        transition: all 0.5s ease;
        visibility: hidden
    }
}

.main-navigation > div > ul > li > .sub-menu .sub-menu {
    width: 100%
}

.main-navigation a {
    color: #394d55;
    display: block;
    font-family: "Karla",Arial,sans-serif;
    font-family: var(--font-base,"Karla",Arial,sans-serif);
    font-weight: bold;
    padding: 8px 0
}

@media only screen and (min-width: 560px) {
    .main-navigation a {
        padding:16px
    }
}

.main-navigation a:link, .main-navigation a:visited {
    color: #394d55
}

.main-navigation a:hover {
    color: #2f5f74
}

.main-navigation .sub-menu {
    list-style: none;
    margin-left: 0;
    counter-reset: nested-list
}

.main-navigation .sub-menu .menu-item a {
    padding-top: 8px;
    padding-bottom: 8px
}

.main-navigation .sub-menu .menu-item a::before {
    counter-increment: nested-list;
    content: "– " counters(nested-list,"– ",empty)
}

@media only screen and (min-width: 560px) {
    .main-navigation > div > ul > .menu-item-has-children > a::after {
        content:" ▼";
        display: inline-block;
        font-size: 0.8680555556rem;
        height: inherit;
        width: inherit
    }
}

.main-navigation .hide-visually {
    position: absolute!important;
    clip: rect(1px,1px,1px,1px);
    padding: 0!important;
    border: 0!important;
    height: 1px!important;
    width: 1px!important;
    overflow: hidden
}

body:not(.fse-enabled) .main-navigation a {
    font-size: 1.0416666667rem
}

.social-navigation > div > ul {
    align-content: center;
    display: flex;
    list-style: none;
    margin: 0;
    padding-left: 0
}

.social-navigation > div > ul > li:first-of-type > a {
    padding-left: 0
}

.social-navigation > div > ul > li:last-of-type > a {
    padding-right: 0
}

.social-navigation a {
    color: #394d55;
    display: inline-block;
    padding: 0 calc(0.5 * 0.66 * 16px)
}

.social-navigation a:hover {
    color: #2f5f74
}

.social-navigation svg {
    fill: currentColor;
    vertical-align: middle
}

.site-footer {
    overflow: hidden
}

@media only screen and (min-width: 640px) {
    .site-footer {
        align-items:flex-end;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }
}

.site-info {
    color: #4d6974;
    font-family: "Lora",Georgia,sans-serif;
    font-family: var(--font-headings,"Lora",Georgia,sans-serif);
    font-size: 1.0416666667rem
}

@media only screen and (min-width: 640px) {
    .site-info {
        order:1;
        flex: 1 0 50%;
        margin-top: 0;
        margin-bottom: 0
    }
}

.site-info .site-name {
    font-weight: bold
}

.site-info a {
    color: currentColor
}

.site-info a:link, .site-info a:visited {
    color: currentColor
}

.site-info a:hover {
    color: #2f5f74
}

.footer-navigation {
    display: inline
}

@media only screen and (min-width: 640px) {
    .footer-navigation {
        flex:1 0 50%;
        order: 2;
        margin-top: 0;
        margin-bottom: 0;
        text-align: right
    }
}

.footer-navigation > div {
    display: inline
}

.footer-navigation .footer-menu {
    color: #4d6974;
    margin: 0;
    padding-left: 0
}

@media only screen and (min-width: 640px) {
    .footer-navigation .footer-menu {
        display:flex;
        flex-wrap: wrap;
        justify-content: flex-end
    }
}

.footer-navigation .footer-menu > li {
    display: inline
}

.footer-navigation .footer-menu > li:first-of-type > a {
    padding-left: 0
}

.footer-navigation .footer-menu > li:last-of-type {
    padding-right: 0
}

.footer-navigation .footer-menu a {
    font-family: "Karla",Arial,sans-serif;
    font-family: var(--font-base,"Karla",Arial,sans-serif);
    font-weight: bold;
    padding: 16px;
    color: currentColor
}

.footer-navigation .footer-menu a:link, .footer-navigation .footer-menu a:visited {
    color: currentColor
}

.footer-navigation .footer-menu a:hover {
    color: #2f5f74
}

body:not(.fse-enabled) .footer-menu a {
    font-size: 1.0416666667rem
}

.entry-title {
    font-size: 2.592rem;
    letter-spacing: normal;
    line-height: 1.125
}

.entry-meta, .entry-footer {
    color: #4d6974;
    clear: both;
    float: none;
    font-size: 1.0416666667rem;
    display: block
}

.entry-meta > span, .entry-footer > span {
    display: inline-block;
    margin-right: 16px
}

.entry-meta > span > *, .entry-footer > span > * {
    display: inline-block;
    vertical-align: middle
}

.entry-meta > span:last-child, .entry-footer > span:last-child {
    margin-right: 0
}

.entry-meta > span .published + .updated, .entry-footer > span .published + .updated {
    display: none
}

.entry-meta a, .entry-footer a {
    color: currentColor
}

.entry-meta a:hover, .entry-meta a:active, .entry-footer a:hover, .entry-footer a:active {
    color: #2f5f74
}

.entry-meta .svg-icon, .entry-footer .svg-icon {
    fill: currentColor;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: calc(0.25 * 16px)
}

.entry-content p {
    word-wrap: break-word
}

.entry-content .more-link {
    display: block;
    color: inherit;
    margin-top: 16px
}

@media only screen and (min-width: 560px) {
    .entry-content .more-link {
        margin-top:32px
    }
}

.entry-content .more-link:after {
    content: "→";
    display: inline-block;
    margin-left: 0.5em
}

.entry-content .more-link:hover {
    text-decoration: none
}

.entry-content > iframe, .entry-content > iframe[style], .entry-content > fb\:post {
    display: block!important;
    margin-left: auto!important;
    margin-right: auto!important;
    overflow: scroll
}

.home.page.hide-homepage-header.hide-homepage-title .entry-content {
    margin-top: 0;
    padding-top: 0
}

.home.page.hide-homepage-header.hide-homepage-title .entry-content > *:first-child {
    margin-top: 32px
}

.home.page.hide-homepage-header.hide-homepage-title .entry-content > .wp-block-image.alignfull:first-child, .home.page.hide-homepage-header.hide-homepage-title .entry-content > .wp-block-cover.alignfull:first-child, .home.page.hide-homepage-header.hide-homepage-title .entry-content > .wp-block-media-text.alignfull:first-child, .home.page.hide-homepage-header.hide-homepage-title .entry-content > .wp-block-group.has-background.alignfull:first-child {
    margin-top: -32px
}

.entry-attachment {
    text-align: center
}

.post-thumbnail {
    text-align: center
}

.post-thumbnail .post-thumbnail-inner {
    display: block
}

.site-main > article > .author-bio {
    margin-top: calc(2 * 32px)
}

.author-bio .author-title {
    font-size: 2.16rem
}

.post-navigation .meta-nav {
    font-size: 1.0416666667rem
}

.post-navigation .post-title {
    font-family: "Lora",Georgia,sans-serif;
    font-family: var(--font-headings,"Lora",Georgia,sans-serif);
    font-size: 1.8rem;
    font-weight: 600
}

.post-navigation .nav-next, .post-navigation .nav-previous {
    margin-top: 32px;
    margin-bottom: 32px
}

.post-navigation .nav-next:first-child, .post-navigation .nav-previous:first-child {
    margin-top: 0
}

.post-navigation .nav-next:last-child, .post-navigation .nav-previous:last-child {
    margin-bottom: 0
}

.pagination .nav-links {
    justify-content: start;
    margin: 0 calc(-0.66 * 16px)
}

.pagination .nav-links > * {
    font-family: "Lora",Georgia,sans-serif;
    font-family: var(--font-headings,"Lora",Georgia,sans-serif);
    font-size: 1.5rem;
    font-weight: 600;
    padding-left: calc(0.66 * 16px);
    padding-right: calc(0.66 * 16px)
}

.pagination .nav-links .svg-icon {
    display: inline-block;
    vertical-align: middle;
    fill: currentColor
}

@media only screen and (min-width: 560px) {
    .nav-links {
        display:flex;
        justify-content: space-between
    }

    .nav-links .nav-next, .nav-links .nav-previous {
        flex: 0 1 auto;
        margin-bottom: inherit;
        margin-top: inherit;
        max-width: calc(50% - 0.5 * 16px)
    }

    .nav-links .nav-next {
        text-align: right
    }
}

.comments-area > * {
    margin-top: 32px;
    margin-bottom: 32px
}

.comments-area > *:first-child {
    margin-top: 0
}

.comments-area > *:last-child {
    margin-bottom: 0
}

.comments-title {
    font-size: 2.16rem;
    letter-spacing: normal
}

.comment-reply-title {
    font-size: 2.16rem;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.comment-reply-title small {
    font-size: 1.25rem;
    font-family: "Karla",Arial,sans-serif;
    font-family: var(--font-base,"Karla",Arial,sans-serif);
    letter-spacing: normal;
    line-height: 1.125
}

.comment-list {
    border-bottom: 1px solid #3E7D98;
    padding-left: 0;
    list-style: none
}

.comment-list > li {
    border-top: 1px solid #3E7D98;
    margin-top: 32px;
    margin-bottom: 32px
}

.comment-list .children {
    list-style: none;
    padding-left: 16px
}

.comment-list .children > li {
    border-top: 1px solid #3E7D98;
    margin-top: 32px;
    margin-bottom: 32px
}

@media only screen and (min-width: 560px) {
    .comment-list .children {
        padding-left:32px
    }
}

.comment-meta {
    margin-right: calc(32px + 0.5 * 16px)
}

.comment-meta .comment-author {
    line-height: 1.125;
    margin-bottom: 4px;
    padding-right: 40px;
    max-width: calc(100% - 48px)
}

@media only screen and (min-width: 560px) {
    .comment-meta .comment-author {
        display:flex;
        align-items: center;
        margin-bottom: 0;
        padding-right: 0
    }
}

.comment-meta .comment-author .fn {
    word-wrap: break-word;
    word-break: break-word;
    hyphens: auto
}

.comment-meta .comment-author .avatar {
    display: block;
    position: absolute;
    right: 0
}

.comment-meta .comment-metadata {
    color: #394d55;
    padding-right: 40px
}

@media only screen and (min-width: 560px) {
    .comment-meta .comment-metadata {
        padding-right:0
    }
}

.comment-meta .comment-metadata a {
    color: currentColor
}

.comment-meta .comment-metadata a:hover, .comment-meta .comment-metadata a:active {
    color: #2f5f74
}

@media only screen and (min-width: 560px) {
    .comment-meta {
        margin-right:inherit;
        align-items: center;
        display: flex;
        justify-content: space-between
    }

    .comment-meta .comment-author {
        display: flex;
        align-items: center;
        max-width: inherit;
        flex: 0 1 auto
    }

    .comment-meta .comment-author .fn {
        padding-right: 16px
    }

    .comment-meta .comment-author .avatar {
        margin-right: 16px;
        display: inherit;
        position: relative;
        right: inherit
    }

    .comment-meta .comment-metadata {
        flex: 0 1 auto
    }
}

.comment-metadata, .reply {
    font-size: 0.8680555556rem;
    line-height: 1.125
}

.reply {
    text-align: right
}

@media only screen and (min-width: 560px) {
    .reply {
        text-align:left
    }
}

.bypostauthor {
    display: block
}

.says {
    display: none
}

.comment-author .fn, .pingback .url, .trackback .url {
    font-family: "Lora",Georgia,sans-serif;
    font-family: var(--font-headings,"Lora",Georgia,sans-serif)
}

.comment-body {
    position: relative
}

.comment-body > * {
    margin-top: 32px;
    margin-bottom: 32px
}

.comment-content a {
    word-wrap: break-word
}

.pingback .comment-body, .trackback .comment-body {
    margin-top: 32px;
    margin-bottom: 32px
}

.comment-respond {
    margin-top: calc(2 * 32px)
}

.comment-respond > * {
    margin-top: 16px;
    margin-bottom: 16px
}

.comment-respond > *:first-child {
    margin-top: 0
}

.comment-respond > *:last-child {
    margin-bottom: 0
}

.comment-form > p {
    margin-top: 16px;
    margin-bottom: 16px
}

.comment-form > p:first-of-type {
    margin-top: 0
}

.comment-form > p:last-of-type {
    margin-bottom: 0
}

.comment-form > p label, .comment-form > p input[type=email], .comment-form > p input[type=text], .comment-form > p input[type=url], .comment-form > p textarea {
    width: 100%
}

.comment-form > p.comment-form-cookies-consent > label {
    width: auto
}

@media only screen and (min-width: 560px) {
    .comment-form > p {
        display:flex
    }

    .comment-form > p label {
        width: 25%
    }

    .comment-form > p.comment-form-cookies-consent {
        margin-left: 25%
    }

    .comment-form > p.comment-form-cookies-consent > label {
        width: auto;
        display: inline-block
    }

    .comment-form > p input[type=email], .comment-form > p input[type=text], .comment-form > p input[type=url], .comment-form > p textarea {
        width: 75%
    }

    .comment-form > p.comment-notes, .comment-form > p.logged-in-as {
        display: block
    }
}

.comment-navigation a {
    font-family: "Lora",Georgia,sans-serif;
    font-family: var(--font-headings,"Lora",Georgia,sans-serif);
    font-size: 1.5rem;
    font-weight: 600
}

.widget-area {
    flex: 0 0 100%
}

.sticky-post {
    color: #ffffff;
    background-color: #3E7D98;
    font-family: "Lora",Georgia,sans-serif;
    font-family: var(--font-headings,"Lora",Georgia,sans-serif);
    font-weight: bold;
    font-size: 1.0416666667rem;
    line-height: 1;
    padding: calc(0.5 * 16px) calc(0.66 * 16px)
}

.page-title {
    font-size: 1.8rem
}

.responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment), .entry-content > *:not(.wp-block-button), .entry-content [class*=inner-container] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), .entry-content .wp-audio-shortcode, .post-navigation, .pagination {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

@media only screen and (min-width: 560px) {
    .responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment), .entry-content > *:not(.wp-block-button), .entry-content [class*=inner-container] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), .entry-content .wp-audio-shortcode, .post-navigation, .pagination {
        max-width:calc(560px - 32px)
    }
}

@media only screen and (min-width: 640px) {
    .responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment), .entry-content > *:not(.wp-block-button), .entry-content [class*=inner-container] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), .entry-content .wp-audio-shortcode, .post-navigation, .pagination {
        max-width:calc(640px - 32px)
    }
}

@media only screen and (min-width: 782px) {
    .responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment), .entry-content > *:not(.wp-block-button), .entry-content [class*=inner-container] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), .entry-content .wp-audio-shortcode, .post-navigation, .pagination {
        max-width:calc(782px - 32px)
    }
}

@media only screen and (min-width: 1024px) {
    .responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment), .entry-content > *:not(.wp-block-button), .entry-content [class*=inner-container] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), .entry-content .wp-audio-shortcode, .post-navigation, .pagination {
        max-width:calc(782px - 32px)
    }
}

@media only screen and (min-width: 1280px) {
    .responsive-max-width, .entry-content > .wp-block-button.aligncenter, hr.wp-block-separator.is-style-wide, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.wp-block-button):not(.entry-attachment), .entry-content > *:not(.wp-block-button), .entry-content [class*=inner-container] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), .entry-content .wp-audio-shortcode, .post-navigation, .pagination {
        max-width:calc(782px - 32px)
    }
}

.entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery, .entry-content > .alignwide {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}

@media only screen and (min-width: 560px) {
    .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery, .entry-content > .alignwide {
        max-width:calc(560px - 32px)
    }
}

@media only screen and (min-width: 640px) {
    .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery, .entry-content > .alignwide {
        max-width:calc(640px - 32px)
    }
}

@media only screen and (min-width: 782px) {
    .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery, .entry-content > .alignwide {
        max-width:calc(782px - 32px)
    }
}

@media only screen and (min-width: 1024px) {
    .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery, .entry-content > .alignwide {
        width:calc(calc(782px - 32px) + 256px);
        max-width: calc(100% - 32px)
    }
}

@media only screen and (min-width: 1280px) {
    .entry-content > .alignwide.wp-block-jetpack-gif, .entry-content > .alignwide.wp-block-jetpack-tiled-gallery, .entry-content > .alignwide {
        width:calc(calc(782px - 32px) + 256px);
        max-width: calc(100% - 32px)
    }
}

.site-footer #footer-info-wrapper, .site-footer #footer-widgets, body:not(.fse-enabled) #masthead, .entry-content > .alignwide [class*=inner-container] > .alignwide, .entry-content > .alignfull [class*=inner-container] > .alignwide {
    width: calc(100% + 256px);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

@media only screen and (min-width: 560px) {
    .site-footer #footer-info-wrapper, .site-footer #footer-widgets, body:not(.fse-enabled) #masthead, .entry-content > .alignwide [class*=inner-container] > .alignwide, .entry-content > .alignfull [class*=inner-container] > .alignwide {
        width:calc(calc(560px - 32px) + 256px);
        max-width: 100%
    }
}

@media only screen and (min-width: 640px) {
    .site-footer #footer-info-wrapper, .site-footer #footer-widgets, body:not(.fse-enabled) #masthead, .entry-content > .alignwide [class*=inner-container] > .alignwide, .entry-content > .alignfull [class*=inner-container] > .alignwide {
        width:calc(calc(640px - 32px) + 256px);
        max-width: 100%
    }
}

@media only screen and (min-width: 782px) {
    .site-footer #footer-info-wrapper, .site-footer #footer-widgets, body:not(.fse-enabled) #masthead, .entry-content > .alignwide [class*=inner-container] > .alignwide, .entry-content > .alignfull [class*=inner-container] > .alignwide {
        width:calc(calc(782px - 32px) + 256px);
        max-width: 100%
    }
}

@media only screen and (min-width: 1024px) {
    .site-footer #footer-info-wrapper, .site-footer #footer-widgets, body:not(.fse-enabled) #masthead, .entry-content > .alignwide [class*=inner-container] > .alignwide, .entry-content > .alignfull [class*=inner-container] > .alignwide {
        width:calc(calc(782px - 32px) + 256px);
        max-width: 100%
    }
}

@media only screen and (min-width: 1280px) {
    .site-footer #footer-info-wrapper, .site-footer #footer-widgets, body:not(.fse-enabled) #masthead, .entry-content > .alignwide [class*=inner-container] > .alignwide, .entry-content > .alignfull [class*=inner-container] > .alignwide {
        width:calc(calc(782px - 32px) + 256px);
        max-width: 100%
    }
}

.entry-content > .alignfull.wp-block-jetpack-gif, .entry-content > .alignfull.wp-block-jetpack-tiled-gallery, .entry-content > .alignfull {
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
    max-width: calc(100% + 32px)
}

@media only screen and (min-width: 560px) {
    .entry-content > .alignfull.wp-block-jetpack-gif, .entry-content > .alignfull.wp-block-jetpack-tiled-gallery, .entry-content > .alignfull {
        margin-left:inherit;
        margin-right: inherit;
        width: inherit;
        max-width: inherit
    }
}

@media only screen and (min-width: 560px) {
    .entry-content > .alignright {
        margin-right:calc(0.5 * (100vw - calc(560px - 32px)));
        max-width: calc(0.5 * calc(560px - 32px));
        margin-left: 16px
    }
}

@media only screen and (min-width: 640px) {
    .entry-content > .alignright {
        margin-right:calc(0.5 * (100vw - calc(640px - 32px)));
        max-width: calc(0.5 * calc(640px - 32px))
    }
}

@media only screen and (min-width: 782px) {
    .entry-content > .alignright {
        margin-right:calc(0.5 * (100vw - calc(782px - 32px)));
        max-width: calc(0.5 * calc(782px - 32px))
    }
}

@media only screen and (min-width: 1024px) {
    .entry-content > .alignright {
        margin-right:calc(0.5 * (100vw - calc(782px - 32px)));
        max-width: calc(0.5 * calc(782px - 32px))
    }
}

@media only screen and (min-width: 1280px) {
    .entry-content > .alignright {
        margin-right:calc(0.5 * (100vw - calc(782px - 32px)));
        max-width: calc(0.5 * calc(782px - 32px))
    }
}

@media only screen and (min-width: 560px) {
    .entry-content > .wp-block-button:not(.alignleft):not(.alignright), .entry-content > .alignleft {
        margin-left:calc(0.5 * (100vw - calc(560px - 32px)));
        max-width: calc(0.5 * calc(560px - 32px));
        margin-right: 16px
    }
}

@media only screen and (min-width: 640px) {
    .entry-content > .wp-block-button:not(.alignleft):not(.alignright), .entry-content > .alignleft {
        margin-left:calc(0.5 * (100vw - calc(640px - 32px)));
        max-width: calc(0.5 * calc(640px - 32px))
    }
}

@media only screen and (min-width: 782px) {
    .entry-content > .wp-block-button:not(.alignleft):not(.alignright), .entry-content > .alignleft {
        margin-left:calc(0.5 * (100vw - calc(782px - 32px)));
        max-width: calc(0.5 * calc(782px - 32px))
    }
}

@media only screen and (min-width: 1024px) {
    .entry-content > .wp-block-button:not(.alignleft):not(.alignright), .entry-content > .alignleft {
        margin-left:calc(0.5 * (100vw - calc(782px - 32px)));
        max-width: calc(0.5 * calc(782px - 32px))
    }
}

@media only screen and (min-width: 1280px) {
    .entry-content > .wp-block-button:not(.alignleft):not(.alignright), .entry-content > .alignleft {
        margin-left:calc(0.5 * (100vw - calc(782px - 32px)));
        max-width: calc(0.5 * calc(782px - 32px))
    }
}

.wp-block-jetpack-subscriptions form > * {
    margin-top: 21.312px;
    margin-bottom: 21.312px
}

@media only screen and (min-width: 560px) {
    .wp-block-jetpack-subscriptions form > * {
        margin-top:32px;
        margin-bottom: 32px
    }
}

.wp-block-jetpack-subscriptions form > *:first-child {
    margin-top: 0
}

.wp-block-jetpack-subscriptions form > *:last-child {
    margin-bottom: 0
}

body .widget_eu_cookie_law_widget {
    background: transparent;
    bottom: 0;
    left: 0;
    padding: 8px;
    right: 0
}

body .widget_eu_cookie_law_widget.widget.top {
    bottom: auto;
    top: 0
}

body .widget_eu_cookie_law_widget #eu-cookie-law {
    background: #ffffff;
    border: 1px solid #3E7D98;
    color: #394d55;
    font-size: 1.0416666667rem;
    line-height: inherit;
    padding: 16px
}

@media (max-width: 600px) {
    body .widget_eu_cookie_law_widget #eu-cookie-law {
        padding-bottom:80px
    }
}

body .widget_eu_cookie_law_widget #eu-cookie-law.negative {
    background: #394d55;
    border-color: #253136;
    color: #ffffff
}

body .widget_eu_cookie_law_widget #eu-cookie-law.negative input.accept {
    background: #ffffff;
    color: #394d55
}

body .widget_eu_cookie_law_widget #eu-cookie-law.negative input.accept:hover, body .widget_eu_cookie_law_widget #eu-cookie-law.negative input.accept:focus, body .widget_eu_cookie_law_widget #eu-cookie-law.negative input.accept.has-focus {
    background: #d9d9d9
}

body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
    margin: 0;
    margin-left: 32px
}

@media (max-width: 600px) {
    body .widget_eu_cookie_law_widget #eu-cookie-law input.accept {
        bottom:16px;
        left: 16px;
        margin: 0
    }
}

body.admin-bar .widget_eu_cookie_law_widget.widget.top {
    top: 32px
}

@media (max-width: 782px) {
    body.admin-bar .widget_eu_cookie_law_widget.widget.top {
        top:46px
    }
}

.wp-block-jetpack-mailchimp p {
    margin-top: 21.312px;
    margin-bottom: 21.312px
}

@media only screen and (min-width: 560px) {
    .wp-block-jetpack-mailchimp p {
        margin-top:32px;
        margin-bottom: 32px
    }
}

.wp-block-jetpack-mailchimp p:first-child {
    margin-top: 0
}

.wp-block-jetpack-mailchimp p:last-child {
    margin-bottom: 0
}

.wp-block-jetpack-mailchimp input[type=email] {
    width: 100%
}

#wp-block-jetpack-mailchimp_consent-text {
    font-size: 1.0416666667rem
}

.jetpack-business-hours dd {
    padding-left: 0
}

.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column > * {
    margin-top: 21.312px;
    margin-bottom: 21.312px
}

@media only screen and (min-width: 560px) {
    .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column > * {
        margin-top:32px;
        margin-bottom: 32px
    }
}

.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column > *:first-child {
    margin-top: 0
}

.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column > *:last-child {
    margin-bottom: 0
}

.mapboxgl-popup-close-button {
    padding: 6px
}

.wp-block-jetpack-map .mapboxgl-popup h3 {
    padding-top: 15px
}

.entry-content #jp-relatedposts {
    margin: 0 auto
}

a {
    text-decoration: underline
}

a:hover, a:focus {
    text-decoration: none
}

.wp-block-group a, .wp-block-cover a, .wp-block-cover-image a, .wp-block-media-text a, p:not(.site-title) a {
    text-decoration: underline
}

.wp-block-group a.wp-block-button__link, .wp-block-group a:hover, .wp-block-cover a.wp-block-button__link, .wp-block-cover a:hover, .wp-block-cover-image a.wp-block-button__link, .wp-block-cover-image a:hover, .wp-block-media-text a.wp-block-button__link, .wp-block-media-text a:hover, p:not(.site-title) a.wp-block-button__link, p:not(.site-title) a:hover {
    text-decoration: none
}

.has-background a {
    color: currentColor
}

a {
    text-decoration: none
}

.entry-header, .page-header {
    padding-top: 32px
}

.site-info, .entry-footer, .entry-header, .page-title, .page-header, .author-title, .comments-title, .comment-reply-title {
    text-align: center
}

button, .archive .read-more a, .blog .read-more a, .search-results .read-more a, .button, input[type=button], input[type=reset], input[type=submit], .wp-block-button a {
    transition: background-color 0.125s ease-in
}

.widget-title {
    font-family: "Lora",Georgia,sans-serif;
    font-family: var(--font-headings,"Lora",Georgia,sans-serif)
}

blockquote cite {
    font-family: "Karla",Arial,sans-serif;
    font-family: var(--font-base,"Karla",Arial,sans-serif)
}

.wp-block-quote p, blockquote p {
    font-size: 1.5rem
}

.comment-reply-title {
    display: inherit
}

.comment .comment-reply-title {
    display: flex
}

.entry-meta, .entry-footer {
    color: #394d55
}

body:not(.fse-enabled) #masthead {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 32px;
    position: relative
}

@media only screen and (min-width: 1024px) {
    body:not(.fse-enabled) #masthead {
        padding-left:0;
        padding-right: 0
    }
}

.site-header {
    margin-left: 0;
    margin-right: 0
}

@media only screen and (min-width: 560px) {
    .site-header {
        align-items:center;
        display: grid;
        margin-left: auto;
        margin-right: auto;
        grid-template-columns: auto;
        grid-template-rows: auto;
        grid-column-gap: 16px;
        grid-template-areas: "site-logo site-logo" "site-title main-navigation" "site-description social-navigation"
    }

    .site-header:before, .site-header:after {
        content: none;
        display: none
    }

    .site-header > * {
        margin-top: 0;
        margin-bottom: 0
    }

    .site-header.has-logo:not(.has-title-and-tagline) {
        grid-template-areas: "site-logo main-navigation" "site-logo social-navigation"
    }

    .site-header .site-logo {
        grid-area: site-logo;
        margin-bottom: 16px
    }

    .site-header .site-title {
        grid-area: site-title
    }

    .site-header .site-title + .site-description {
        margin-top: 0
    }

    .site-header .site-description {
        align-self: center;
        grid-area: site-description
    }

    .site-header .main-navigation {
        align-self: center;
        display: flex;
        justify-content: flex-end;
        grid-area: main-navigation;
        flex-wrap: wrap
    }

    .site-header .main-navigation > div {
        justify-content: flex-end
    }

    .site-header .main-navigation > div > ul {
        justify-content: flex-end;
        margin-left: -8px;
        margin-right: -8px
    }

    .site-header .main-navigation > div > ul > li {
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 8px;
        padding-bottom: 8px
    }

    .site-header .main-navigation > div > ul > li > a {
        padding: 0
    }

    .site-header .main-navigation > div > ul > li .sub-menu a {
        background: #3E7D98;
        color: #ffffff
    }

    .site-header .main-navigation > div > ul > li .sub-menu a:hover, .site-header .main-navigation > div > ul > li .sub-menu a:focus {
        text-decoration: underline
    }

    .site-header .main-navigation > div > ul > .menu-item-has-children > a::after {
        font-size: 0.625rem
    }

    .site-header .main-navigation > div > ul > li:hover > ul, .site-header .main-navigation > div > ul > li[focus-within] > ul, .site-header .main-navigation > div > ul > li.current-menu-item > ul {
        box-shadow: none;
        overflow: hidden
    }

    .site-header .main-navigation > div > ul > li:hover > ul, .site-header .main-navigation > div > ul > li:focus-within > ul, .site-header .main-navigation > div > ul > li.current-menu-item > ul {
        box-shadow: none;
        overflow: hidden
    }

    .site-header .main-navigation > div > ul > li:hover > ul:before, .site-header .main-navigation > div > ul > li[focus-within] > ul:before, .site-header .main-navigation > div > ul > li.current-menu-item > ul:before {
        border-bottom: 8px solid #3E7D98;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        content: "";
        display: block;
        margin-left: 16px;
        width: 16px
    }

    .site-header .main-navigation > div > ul > li:hover > ul:before, .site-header .main-navigation > div > ul > li:focus-within > ul:before, .site-header .main-navigation > div > ul > li.current-menu-item > ul:before {
        border-bottom: 8px solid #3E7D98;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        content: "";
        display: block;
        margin-left: 16px;
        width: 16px
    }

    .site-header .social-navigation {
        align-self: center;
        grid-area: social-navigation;
        justify-self: flex-end
    }
}

.main-navigation > div > ul > li:first-of-type, .social-navigation > div > ul > li:first-of-type {
    margin-left: 0
}

.main-navigation > div > ul > li:last-of-type, .social-navigation > div > ul > li:last-of-type {
    margin-right: 0
}

.footer-navigation .footer-menu > li:first-of-type {
    margin-left: 0
}

.social-navigation > div > ul {
    flex-wrap: wrap
}

.main-navigation > div {
    text-align: left
}

.pagination .nav-links {
    justify-content: center
}

.home.page.hide-homepage-title .site-content .site-main {
    padding-top: 0
}

@media only screen and (max-width: 559px) {
    .home.page.hide-homepage-title .site-content {
        padding-top:32px
    }
}

.site-content .site-main {
    padding-top: 0;
    padding-bottom: 0
}

.site-footer {
    margin: 0 auto;
    display: block;
    padding-left: 16px;
    padding-right: 16px
}

.site-footer #footer-widgets {
    border-bottom: 1px solid #fcfbf9;
    display: flex;
    flex-wrap: nowrap;
    flex: 1 0 100%;
    margin: 0 auto
}

@media only screen and (max-width: 781px) {
    .site-footer #footer-widgets {
        display:block
    }
}

.site-footer #footer-widgets .widget-area {
    flex: 1;
    font-size: 1.0416666667rem
}

@media only screen and (min-width: 782px) {
    .site-footer #footer-widgets .widget-area {
        padding-right:32px
    }

    .site-footer #footer-widgets .widget-area:last-of-type {
        padding-right: 0
    }
}

.site-footer #footer-info-wrapper {
    display: flex;
    margin: 0 auto;
    padding-top: 6px;
    max-width: 100%
}

.site-footer #footer-info-wrapper a {
    color: #394d55;
    font-family: "Karla",Arial,sans-serif;
    font-family: var(--font-base,"Karla",Arial,sans-serif);
    padding: 0;
    text-decoration: none
}

.site-footer #footer-info-wrapper a:hover, .site-footer #footer-info-wrapper a:focus {
    color: #3E7D98
}

.site-footer #footer-info-wrapper .footer-navigation {
    order: 1;
    flex-wrap: nowrap;
    flex: 1;
    text-align: left;
    padding-right: 16px
}

.site-footer #footer-info-wrapper .footer-navigation .footer-menu {
    display: block;
    justify-content: left;
    margin: 0
}

.site-footer #footer-info-wrapper .footer-navigation .footer-menu li:after {
    content: " · ";
    display: inline;
    padding-right: 5px;
    vertical-align: middle
}

.site-footer #footer-info-wrapper .footer-navigation .footer-menu li:last-of-type:after {
    content: ""
}

.site-footer #footer-info-wrapper .site-info {
    color: #9B6A36;
    text-align: right;
    order: 2;
    font-style: italic;
    flex-wrap: nowrap;
    flex: 1
}

.widget .widget-title {
    margin-bottom: 32px
}

.widget ul {
    list-style: none;
    padding-left: 0
}

.widget ul.children > li {
    margin-bottom: 0;
    margin-top: 0;
    border: 0
}

.widget ul.children > li a {
    padding-left: 16px
}

.widget ul li a {
    padding: 6px 0
}

.widget ul li a:hover {
    text-decoration: underline
}

.widget ul li.recentcomments a {
    padding: 6px 0!important
}

.wp-block-latest-posts > li > a {
    display: inline-block;
    text-decoration: none !important;
}

.wp-block-latest-posts > li > a:hover, .wp-block-latest-posts > li > a:focus, .wp-block-latest-posts > li > a:active {
    text-decoration: none !important;
}

.wp-block-latest-posts .wp-block-latest-posts__post-excerpt, .wp-block-latest-posts .wp-block-latest-posts__post-full-content {
    margin-top: 32px
}

.wp-block-newspack-blocks-homepage-articles article .entry-title a {
    text-decoration: none
}

.wp-block-newspack-blocks-homepage-articles article .entry-title a:active, .wp-block-newspack-blocks-homepage-articles article .entry-title a:focus, .wp-block-newspack-blocks-homepage-articles article .entry-title a:hover {
    text-decoration: none
}

.wp-block-newspack-blocks-homepage-articles article .cat-links a, .wp-block-newspack-blocks-homepage-articles article .more-link, .wp-block-newspack-blocks-homepage-articles article .entry-meta a {
    text-decoration: none
}

.wp-block-newspack-blocks-homepage-articles article .cat-links a:active, .wp-block-newspack-blocks-homepage-articles article .cat-links a:focus, .wp-block-newspack-blocks-homepage-articles article .cat-links a:hover, .wp-block-newspack-blocks-homepage-articles article .more-link:active, .wp-block-newspack-blocks-homepage-articles article .more-link:focus, .wp-block-newspack-blocks-homepage-articles article .more-link:hover, .wp-block-newspack-blocks-homepage-articles article .entry-meta a:active, .wp-block-newspack-blocks-homepage-articles article .entry-meta a:focus, .wp-block-newspack-blocks-homepage-articles article .entry-meta a:hover {
    text-decoration: underline
}

.wp-block-newspack-blocks-homepage-articles.image-alignbehind article .entry-title a:active, .wp-block-newspack-blocks-homepage-articles.image-alignbehind article .entry-title a:focus, .wp-block-newspack-blocks-homepage-articles.image-alignbehind article .entry-title a:hover {
    color: #fff;
    text-decoration: underline
}

.has-background:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .entry-title a:active, .has-background:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .entry-title a:focus, .has-background:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .entry-title a:hover, [class*=background-color]:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .entry-title a:active, [class*=background-color]:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .entry-title a:focus, [class*=background-color]:not(.has-background-background-color) .wp-block-newspack-blocks-homepage-articles article .entry-title a:hover, [style*=background-color] .wp-block-newspack-blocks-homepage-articles article .entry-title a:active, [style*=background-color] .wp-block-newspack-blocks-homepage-articles article .entry-title a:focus, [style*=background-color] .wp-block-newspack-blocks-homepage-articles article .entry-title a:hover {
    text-decoration: underline
}

@media only screen and (max-width: 559px) {
    .mobile-nav-side .has-menu {
        position:relative;
        display: grid;
        grid-gap: 2px;
        grid-template-areas: "site-logo site-logo" "social-navigation main-navigation"
    }

    .mobile-nav-side .has-menu:before, .mobile-nav-side .has-menu:after {
        content: none
    }

    .mobile-nav-side .has-menu.has-title-and-tagline {
        grid-template-areas: "site-logo site-logo" "site-title main-navigation" "site-description main-navigation" "social-navigation social-navigation"
    }

    .mobile-nav-side .has-menu.has-title-and-tagline .site-title {
        grid-area: site-title;
        align-self: end
    }

    .mobile-nav-side .has-menu.has-title-and-tagline .site-description {
        grid-area: site-description;
        align-self: start
    }

    .mobile-nav-side .has-menu > *:not(.site-logo) {
        margin: 0
    }

    .mobile-nav-side .has-menu .site-logo {
        grid-area: site-logo;
        justify-self: center;
        margin: 8px 0
    }

    .mobile-nav-side .has-menu .social-navigation {
        grid-area: social-navigation;
        align-self: center
    }

    .mobile-nav-side .has-menu .main-navigation {
        grid-area: main-navigation
    }

    .mobile-nav-side .site-header #site-navigation.main-navigation {
        margin: 0;
        justify-self: end;
        display: flex;
        align-items: flex-start;
        justify-content: end
    }

    .mobile-nav-side .site-header #site-navigation.main-navigation #woocommerce-toggle:checked + label, .mobile-nav-side .site-header #site-navigation.main-navigation #toggle:checked + label {
        position: fixed;
        top: 18px;
        right: 16px;
        z-index: 20000;
        margin-right: 0
    }

    .mobile-nav-side .site-header #site-navigation.main-navigation #toggle-menu {
        order: 2;
        grid-area: menu-toggle
    }

    .mobile-nav-side .site-header #site-navigation.main-navigation #toggle-cart[for=woocommerce-toggle] {
        order: 1;
        grid-area: cart-toggle;
        margin-right: 8px
    }

    .mobile-nav-side .site-header #site-navigation.main-navigation #toggle-cart[for=woocommerce-toggle].button, .mobile-nav-side .site-header #site-navigation.main-navigation #toggle-menu {
        line-height: 1.55;
        padding: 12px;
        display: inline-block;
        text-align: center;
        justify-self: end;
        font-size: 0.8680555556rem
    }

    .mobile-nav-side .site-header #site-navigation.main-navigation #toggle-cart[for=woocommerce-toggle].button svg {
        margin-top: -2px
    }

    .mobile-nav-side .site-header #site-navigation.main-navigation .woocommerce-menu-container, .mobile-nav-side .site-header #site-navigation.main-navigation > div {
        grid-area: dropdown-menu;
        margin-top: 16px;
        position: fixed;
        z-index: 100;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background: #ffffff;
        padding: 48px 16px 8px;
        overflow-y: auto;
        white-space: normal
    }

    .mobile-nav-side.has-marketing-bar .site-header #site-navigation.main-navigation > div {
        top: 45px
    }

    .mobile-nav-side.has-marketing-bar .site-header #site-navigation.main-navigation #woocommerce-toggle:checked + label, .mobile-nav-side.has-marketing-bar .site-header #site-navigation.main-navigation #toggle:checked + label {
        top: 61px
    }

    .mobile-nav-side.admin-bar .site-header #site-navigation.main-navigation > div {
        top: 46px
    }

    .mobile-nav-side.admin-bar .site-header #site-navigation.main-navigation #woocommerce-toggle:checked + label, .mobile-nav-side.admin-bar .site-header #site-navigation.main-navigation #toggle:checked + label {
        top: 64px
    }

    .mobile-nav-side.admin-bar.has-marketing-bar .site-header #site-navigation.main-navigation > div {
        top: 91px
    }

    .mobile-nav-side.admin-bar.has-marketing-bar .site-header #site-navigation.main-navigation #woocommerce-toggle:checked + label, .mobile-nav-side.admin-bar.has-marketing-bar .site-header #site-navigation.main-navigation #toggle:checked + label {
        top: 107px
    }

    .lock-scrolling .site {
        left: 0;
        max-width: 100%;
        position: fixed;
        right: 0
    }
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    border-radius: 160px
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__input {
    background: transparent
}

.wp-block-search .wp-block-search__input {
    margin-right: calc(0.1 * 48px);
    border-radius: 160px
}

.fse-template-part {
    margin-bottom: 0;
    margin-top: 0
}

.fse-template-part .main-navigation .alignwide, .fse-template-part .main-navigation .alignfull {
    width: 100%
}

.fse-template-part .main-navigation .has-text-color > .main-menu.footer-menu > li > a {
    color: inherit
}

.fse-template-part .main-navigation .has-text-align-left > .main-menu.footer-menu {
    justify-content: flex-start
}

.fse-template-part .main-navigation .has-text-align-center > .main-menu.footer-menu {
    justify-content: center
}

.fse-template-part .main-navigation .has-text-align-right > .main-menu.footer-menu {
    justify-content: flex-end
}

.fse-template-part .main-navigation .has-background > .main-menu.footer-menu {
    padding: 16px 0
}

@media only screen and (min-width: 560px) {
    .fse-template-part .main-navigation .has-background > .main-menu.footer-menu {
        padding:16px
    }
}

.fse-template-part .main-navigation > div > .main-menu.footer-menu > .menu-item-has-children > a::after {
    font-size: 0.6em;
    vertical-align: middle
}

.fse-template-part .wp-block-columns .wp-block-column > * {
    margin: 0 0 5px 0
}

.fse-header > *:first-child:not(.alignfull) {
    margin-top: 21.312px
}

@media only screen and (min-width: 560px) {
    .fse-header > *:first-child:not(.alignfull) {
        margin-top:32px
    }
}

.fse-footer {
    display: block
}

.fse-footer .site-info {
    margin-top: 21.312px;
    margin-bottom: 21.312px;
    text-align: center
}

@media only screen and (min-width: 560px) {
    .fse-footer .site-info {
        margin-top:32px;
        margin-bottom: 32px
    }
}

.fse-enabled.home.page.hide-homepage-title .fse-header.entry-content {
    padding-bottom: 32px
}

@media only screen and (min-width: 560px) {
    .fse-enabled.home.page.hide-homepage-title .fse-header.entry-content {
        padding-bottom:calc(1.5 * 32px)
    }
}

.fse-template-part .main-navigation a {
    text-decoration: none
}

@media only screen and (max-width: 559px) {
    .fse-template-part {
        max-width:calc(100% - 32px)
    }

    .fse-template-part .main-navigation > div {
        padding: 0 32px
    }
}

.fse-template-part .wp-block-cover .site-title a, .fse-template-part .wp-block-cover-image .site-title a {
    text-decoration: none
}

.fse-template-part .wp-block-cover .has-background, .fse-template-part .wp-block-cover-image .has-background {
    text-shadow: none
}
@media only screen and (min-width: 1460px) {
	.wp-block-cover {
		padding-left:25% !important;
		padding-right:25% !important;
	}
	.wp-block-column.wp-block-column-is-layout-flow >  .wp-block-heading {
		width:200px;	
	}
	.wp-block-column p {
		line-height:28px !important;
		
	}
	p.has-background {
		padding-top:80px;
		padding-bottom:80px;
		line-height:24px !important;
	}
	.has-text-align-center {
		text-align:center;
		width:100% !important;
	}
	.wp-block-pullquote  {
		padding-left:10%;	
		padding-right:10%;
	}
	
	.container  {
		width:65%;	
	}
	
	.contentmin{
		width:70%;
		position:flex;
		margin-left:50%;
		transform:translateX(-50%);
		
	}
}

.wp-block-latest-posts li {
	list-style: none;   /* Quita el punto */
	  padding-left: 0;    /* Elimina la sangría izquierda */
	  margin-left: 0;  
}
.wp-block-latest-posts > li > a:hover, .wp-block-latest-posts > li > a:focus, .wp-block-latest-posts > li > a:active {
	color:#B389E2 !important;
	font-family: 'Lora', serif !important;
	text-decoration:none !importnat;
}
.wp-block-latest-posts__post-title {
	color:#B389E2 !important;
	font-family: 'Lora', serif !important;
	text-decoration:none !importnat;
}

.wp-block-pullquote p  {
	border:4px solid #868d8d;
	padding:90px;
}

body[data-form-style="minimal"] label:after,body .recent_projects_widget a:hover img,.recent_projects_widget a:hover img,#sidebar #flickr a:hover img,body .nectar-button.see-through-2[data-hover-color-override="false"]:hover,#footer-outer #flickr a:hover img,#featured article .post-title a:hover,body #featured article .post-title a:hover,div.wpcf7-validation-errors,.select2-container .select2-choice:hover,.select2-dropdown-open .select2-choice,body:not(.original) .bypostauthor img.avatar,.material blockquote::before,blockquote.wp-block-quote:before,#header-outer:not(.transparent) #top nav > ul > .button_bordered > a:hover:before,.single #project-meta ul li:not(.meta-share-count):hover a,body[data-button-style="rounded"] #pagination > a:hover,body[data-form-submit="see-through"] input[type=submit],body[data-form-submit="see-through"] button[type=submit],.span_12.dark .nectar_video_lightbox.play_button_with_text[data-color="default-accent-color"] .play:before,.span_12.dark .nectar_video_lightbox.play_button_with_text[data-color="default-accent-color"] .play:after,#header-secondary-outer[data-lhe="animated_underline"] nav > .sf-menu >li >a .menu-title-text:after,body.material .nectar-button.see-through.accent-color[data-color-override="false"],.woocommerce-page.material .widget_price_filter .ui-slider .ui-slider-handle,body[data-form-submit="see-through"] button[type=submit]:not(.search-widget-btn),.woocommerce-account[data-form-submit="see-through"] .woocommerce-form-login button.button,.woocommerce-account[data-form-submit="see-through"] .woocommerce-form-register button.button,body[data-form-submit="see-through"] .woocommerce #order_review #payment #place_order,body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single:hover,body[data-fancy-form-rcs="1"] .select2-container--default.select2-container--open .select2-selection--single,.gallery a:hover img {
    border-color: transparent!important;
}


.alignfull  {
	margin-bottom:50px;	
}
p {
  margin-bottom: 1.5em; /* espacio debajo de cada párrafo */
}

.has-normal-font-size {
font-size:25px !important;	
	letter-spacing:0.5px !important;
}


h4 strong {
	font-family: "Lora",Georgia,sans-serif;
    font-family: var(--font-headings,"Lora",Georgia,sans-serif);
    clear: both;
	color:#A176E0;
	
	font-weight:bold;
	
}
h4 {
	margin-bottom:25px !important;
}

.wp-block-heading  > strong {
	color:black !important;	
}

body[data-header-resize="0"] .container-wrap, body[data-header-resize="0"] .project-title {
	padding-top:0px !important;	
}

.menu-title-text {
	color:black !important;	
}

.menu-item-gtranslate {
  position: relative;
  top: 35px; /* baja el elemento */
}

#chaty-widget-0 .Whatsapp-channel .color-element {
	fill:#A176E0 !important;
	color:#A176E0 !important;
}

.textwidget p{
font-size:16px !important;	
	line-height:18px !important;

}

#slide-out-widget-area.slide-out-from-right-hover {
padding-left:13px !important;	
}
.home .sf-menu > .menu-item > a > .menu-title-text{
	color:white !important;
}
.single  .sf-menu > .menu-item > a > .menu-title-text{
	color:white !important;
}

.single-product  .sf-menu > .menu-item > a > .menu-title-text{
	color:black !important;
}


.scrolled-down #top .menu-item > a > .menu-title-text{
	color:black !important;
}
.sub-menu > .menu-item  > a > .menu-title-text{
	color:black !important;
	font-size:16px !important;
}
.scrolled-down #top{
	background-color:white !important;	
	
}

@media only screen and (max-width: 850px) {
	.off-canvas-menu-container:nth-of-type(2) {
	  display: none !important;
	}
}
.single-post #page-header-bg[data-post-hs="default_minimal"] {
    background-color: transparent !important;
}
.single-post #page-header-bg[data-post-hs="default_minimal"] .page-header-bg-image:after {
     background-color: #9c6ede; 
    opacity: 0.8;
}

.category-entry {
  margin-bottom: 60px;
  border-bottom: 1px solid #eee;
  padding-bottom: 40px;
}

.category-entry .entry-title a {
  color: #b389e2; /* tu color lila */
  font-size: 2em;
  text-decoration: none;
}

.category-entry .entry-excerpt {
  margin-top: 10px;
  line-height: 1.7;
}

.category-entry .read-more {
  display: inline-block;
  margin-top: 10px;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.category-entry .entry-meta {
  margin-top: 15px;
  font-size: 0.9em;
  color: #555;
}

.cart-empty,
.woocommerce .return-to-shop,
.woocommerce .related,
.woocommerce .cross-sells {
    display: none !important;
}

.wp-block-woocommerce-empty-cart-block {
    display: none !important;
}

/* Oculta el checkbox de crear compte */

.wc-block-checkout__create-account {
    display: none !important;
}


.wc-block-components-checkbox {
	display: none !important;
}

/*
#checkbox-control-1 {
	display: none !important;
}
label[for="checkbox-control-1"]  {
	display: none !important;
}
*/