.blocks-gallery {
    list-style: none !important;
    padding-left: 0;
    padding-right: 0
}

.blocks-gallery--item {
    list-style: none !important;
    margin: 0;
    padding: 0 !important
}

.blocks-gallery--item figure {
    position: relative
}

.blocks-gallery--item img {
    opacity: 1;
    vertical-align: middle
}

.blocks-gallery .blocks-gallery--item figcaption {
    color: inherit;
    margin: 0 !important
}

.blocks-gallery.is-cropped .blocks-gallery--item a,.blocks-gallery.is-cropped .blocks-gallery--item img,.blocks-gallery.is-cropped .blocks-gallery--item-thumbnail a,.blocks-gallery.is-cropped .blocks-gallery--item-thumbnail img {
    width: 100%
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .blocks-gallery.is-cropped .blocks-gallery--item a,.blocks-gallery.is-cropped .blocks-gallery--item img,.blocks-gallery.is-cropped .blocks-gallery--item-thumbnail a,.blocks-gallery.is-cropped .blocks-gallery--item-thumbnail img {
        flex:1;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.blocks-gallery.is-cropped.scale-down .blocks-gallery--item a,.blocks-gallery.is-cropped.scale-down .blocks-gallery--item img,.blocks-gallery.is-cropped.scale-down .blocks-gallery--item-thumbnail a,.blocks-gallery.is-cropped.scale-down .blocks-gallery--item-thumbnail img {
    -o-object-fit: scale-down;
    object-fit: scale-down
}

.alignfull ul.blocks-gallery,.alignwide ul.blocks-gallery {
    max-width: 100%
}

.blocks-gallery--item-thumbnail {
    list-style: none !important;
    margin: 0;
    padding: 0
}

.blocks-gallery--item-thumbnail figure {
    margin: 0;
    position: relative
}

.blocks-gallery--item-thumbnail img {
    vertical-align: middle
}

figcaption.blocks-gallery--primary-caption {
    font-size: 13px;
    margin-bottom: 1em;
    margin-top: 1.2em;
    text-align: center
}

figcaption.blocks-gallery--primary-caption:not(.has-caption-color) {
    color: #555d66
}

.block-group div[class*="block-blocks-gallery"] {
    margin-bottom: 10px !important;
    margin-top: 10px !important
}

@media (min-width: 250px) {
    .has-grid-sml .blocks-gallery--item {
        width:50%
    }
}

@media (min-width: 500px) {
    .has-grid-sml .blocks-gallery--item {
        width:33.33333%
    }
}

@media (min-width: 800px) {
    .has-grid-sml .blocks-gallery--item {
        width:25%
    }
}

@media (min-width: 1300px) {
    .has-grid-sml .blocks-gallery--item {
        width:20%
    }
}

@media (min-width: 1700px) {
    .has-grid-sml .blocks-gallery--item {
        width:16.66667%
    }
}

@media (min-width: 1900px) {
    .has-grid-sml .blocks-gallery--item {
        width:14.28571%
    }
}

@media (min-width: 350px) {
    .has-grid-med .blocks-gallery--item {
        width:50%
    }
}

@media (min-width: 650px) {
    .has-grid-med .blocks-gallery--item {
        width:33.33333%
    }
}

@media (min-width: 1100px) {
    .has-grid-med .blocks-gallery--item {
        width:25%
    }
}

@media (min-width: 1600px) {
    .alignfull .has-grid-med .blocks-gallery--item {
        width:20%
    }
}

@media (min-width: 1900px) {
    .alignfull .has-grid-med .blocks-gallery--item {
        width:16.66667%
    }
}

@media (min-width: 400px) {
    .has-grid-lrg .blocks-gallery--item {
        width:50%
    }
}

@media (min-width: 800px) {
    .has-grid-lrg .blocks-gallery--item {
        width:33.33333%
    }
}

@media (min-width: 1600px) {
    .alignfull .has-grid-lrg .blocks-gallery--item {
        width:25%
    }
}

@media (min-width: 1900px) {
    .alignfull .has-grid-lrg .blocks-gallery--item {
        width:20%
    }
}

@media (min-width: 400px) {
    .has-grid-xlrg .blocks-gallery--item {
        width:50%
    }
}

@media (min-width: 1600px) {
    .alignfull .has-grid-xlrg .blocks-gallery--item {
        width:33.33333%
    }
}

@media (min-width: 1900px) {
    .alignfull .has-grid-xlrg .blocks-gallery--item {
        width:25%
    }
}

@media (min-width: 400px) {
    .has-no-alignment .has-grid-lrg .blocks-gallery--item {
        width:50%
    }
}

@media (min-width: 900px) {
    .has-no-alignment .has-grid-lrg .blocks-gallery--item {
        width:33.33333%
    }
}

.blocks-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 .blocks-gallery--figure {
        margin: 3px !important
    }

    .has-gutter-10 .blocks-gallery--figure {
        margin: 5px !important
    }

    .has-gutter-15 .blocks-gallery--figure {
        margin: 8px !important
    }

    .has-gutter-20 .blocks-gallery--figure {
        margin: 10px !important
    }

    .has-gutter-25 .blocks-gallery--figure {
        margin: 13px !important
    }

    .has-gutter-30 .blocks-gallery--figure {
        margin: 15px !important
    }

    .has-gutter-35 .blocks-gallery--figure {
        margin: 18px !important
    }

    .has-gutter-40 .blocks-gallery--figure {
        margin: 20px !important
    }

    .has-gutter-45 .blocks-gallery--figure {
        margin: 23px !important
    }

    .has-gutter-50 .blocks-gallery--figure {
        margin: 25px !important
    }
}

@media (max-width: 599px) {
    .has-gutter-mobile-5 {
        margin:-3px !important;
        max-width: calc(100% + 5px) !important
    }

    .has-gutter-mobile-5 .blocks-gallery--figure {
        margin: 3px
    }

    .has-gutter-mobile-10 {
        margin: -5px !important;
        max-width: calc(100% + 10px) !important
    }

    .has-gutter-mobile-10 .blocks-gallery--figure {
        margin: 5px
    }

    .has-gutter-mobile-15 {
        margin: -8px !important;
        max-width: calc(100% + 15px) !important
    }

    .has-gutter-mobile-15 .blocks-gallery--figure {
        margin: 8px
    }

    .has-gutter-mobile-20 {
        margin: -10px !important;
        max-width: calc(100% + 20px) !important
    }

    .has-gutter-mobile-20 .blocks-gallery--figure {
        margin: 10px
    }

    .has-gutter-mobile-25 {
        margin: -13px !important;
        max-width: calc(100% + 25px) !important
    }

    .has-gutter-mobile-25 .blocks-gallery--figure {
        margin: 13px
    }

    .has-gutter-mobile-30 {
        margin: -15px !important;
        max-width: calc(100% + 30px) !important
    }

    .has-gutter-mobile-30 .blocks-gallery--figure {
        margin: 15px
    }

    .has-gutter-mobile-35 {
        margin: -18px !important;
        max-width: calc(100% + 35px) !important
    }

    .has-gutter-mobile-35 .blocks-gallery--figure {
        margin: 18px
    }

    .has-gutter-mobile-40 {
        margin: -20px !important;
        max-width: calc(100% + 40px) !important
    }

    .has-gutter-mobile-40 .blocks-gallery--figure {
        margin: 20px
    }

    .has-gutter-mobile-45 {
        margin: -23px !important;
        max-width: calc(100% + 45px) !important
    }

    .has-gutter-mobile-45 .blocks-gallery--figure {
        margin: 23px
    }

    .has-gutter-mobile-50 {
        margin: -25px !important;
        max-width: calc(100% + 50px) !important
    }

    .has-gutter-mobile-50 .blocks-gallery--figure {
        margin: 25px
    }
}

.has-horizontal-gutter {
    overflow-x: hidden
}

.block-blocks-image-slider .blocks-gallery--item,.block-blocks-gallery-thumbnails .blocks-gallery--item {
    height: 100%;
    margin: 0
}

@media (min-width: 1300px) {
    .has-no-alignment .has-carousel-lrg .blocks-gallery--item {
        width:70%
    }
}

.has-no-alignment .has-carousel-xlrg .blocks-gallery--item {
    width: 100%
}

.has-carousel-sml .blocks-gallery--item {
    width: 65%
}

@media (min-width: 700px) {
    .has-carousel-sml .blocks-gallery--item {
        width:33.333%
    }
}

@media (min-width: 1100px) {
    .has-carousel-sml .blocks-gallery--item {
        width:25%
    }
}

@media (min-width: 1600px) {
    .has-carousel-sml .blocks-gallery--item {
        width:20%
    }
}

.has-carousel-sml.has-aligned-cells .blocks-gallery--item {
    width: 100%
}

@media (min-width: 700px) {
    .has-carousel-sml.has-aligned-cells .blocks-gallery--item {
        width:33.333%
    }
}

@media (min-width: 1100px) {
    .has-carousel-sml.has-aligned-cells .blocks-gallery--item {
        width:25%
    }
}

@media (min-width: 1600px) {
    .has-carousel-sml.has-aligned-cells .blocks-gallery--item {
        width:20%
    }
}

.has-carousel-med .blocks-gallery--item {
    width: 70%
}

@media (min-width: 700px) {
    .has-carousel-med .blocks-gallery--item {
        width:33.333%
    }
}

@media (min-width: 1800px) {
    .has-carousel-med .blocks-gallery--item {
        width:25%
    }
}

.has-carousel-med.has-aligned-cells .blocks-gallery--item {
    width: 100%
}

@media (min-width: 600px) {
    .has-carousel-med.has-aligned-cells .blocks-gallery--item {
        width:50%
    }
}

@media (min-width: 900px) {
    .has-carousel-med.has-aligned-cells .blocks-gallery--item {
        width:33.333%
    }
}

@media (min-width: 1200px) {
    .has-carousel-med.has-aligned-cells .blocks-gallery--item {
        width:25%
    }
}

.has-carousel-lrg .blocks-gallery--item {
    width: 80%
}

@media (min-width: 600px) {
    .has-carousel-lrg .blocks-gallery--item {
        width:70%
    }
}

@media (min-width: 1300px) {
    .has-carousel-lrg .blocks-gallery--item {
        width:60%
    }
}

.has-carousel-lrg.has-aligned-cells .blocks-gallery--item {
    width: 100%
}

@media (min-width: 600px) {
    .has-carousel-lrg.has-aligned-cells .blocks-gallery--item {
        width:50%
    }
}

@media (min-width: 1800px) {
    .has-carousel-lrg.has-aligned-cells .blocks-gallery--item {
        width:33.333%
    }
}

.has-carousel-xlrg .blocks-gallery--item {
    width: 100%
}

@media (min-width: 1200px) {
    .has-carousel-xlrg .blocks-gallery--item {
        width:100%
    }
}

.has-carousel-xlrg.has-aligned-cells .blocks-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-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 .blocks-gallery--item img {
    border-radius: 2px
}

.has-border-radius-2 .blocks-gallery--item figcaption {
    border-radius: 0 0 2px 2px
}

.has-border-radius-3 .blocks-gallery--item img {
    border-radius: 3px
}

.has-border-radius-3 .blocks-gallery--item figcaption {
    border-radius: 0 0 3px 3px
}

.has-border-radius-4 .blocks-gallery--item img {
    border-radius: 4px
}

.has-border-radius-4 .blocks-gallery--item figcaption {
    border-radius: 0 0 4px 4px
}

.has-border-radius-5 .blocks-gallery--item img {
    border-radius: 5px
}

.has-border-radius-5 .blocks-gallery--item figcaption {
    border-radius: 0 0 5px 5px
}

.has-border-radius-6 .blocks-gallery--item img {
    border-radius: 6px
}

.has-border-radius-6 .blocks-gallery--item figcaption {
    border-radius: 0 0 6px 6px
}

.has-border-radius-7 .blocks-gallery--item img {
    border-radius: 7px
}

.has-border-radius-7 .blocks-gallery--item figcaption {
    border-radius: 0 0 7px 7px
}

.has-border-radius-8 .blocks-gallery--item img {
    border-radius: 8px
}

.has-border-radius-8 .blocks-gallery--item figcaption {
    border-radius: 0 0 8px 8px
}

.has-border-radius-9 .blocks-gallery--item img {
    border-radius: 9px
}

.has-border-radius-9 .blocks-gallery--item figcaption {
    border-radius: 0 0 9px 9px
}

.has-border-radius-10 .blocks-gallery--item img {
    border-radius: 10px
}

.has-border-radius-10 .blocks-gallery--item figcaption {
    border-radius: 0 0 10px 10px
}

.has-border-radius-11 .blocks-gallery--item img {
    border-radius: 11px
}

.has-border-radius-11 .blocks-gallery--item figcaption {
    border-radius: 0 0 11px 11px
}

.has-border-radius-12 .blocks-gallery--item img {
    border-radius: 12px
}

.has-border-radius-12 .blocks-gallery--item figcaption {
    border-radius: 0 0 12px 12px
}

.has-border-radius-13 .blocks-gallery--item img {
    border-radius: 13px
}

.has-border-radius-13 .blocks-gallery--item figcaption {
    border-radius: 0 0 13px 13px
}

.has-border-radius-14 .blocks-gallery--item img {
    border-radius: 14px
}

.has-border-radius-14 .blocks-gallery--item figcaption {
    border-radius: 0 0 14px 14px
}

.has-border-radius-15 .blocks-gallery--item img {
    border-radius: 15px
}

.has-border-radius-15 .blocks-gallery--item figcaption {
    border-radius: 0 0 15px 15px
}

.has-border-radius-16 .blocks-gallery--item img {
    border-radius: 16px
}

.has-border-radius-16 .blocks-gallery--item figcaption {
    border-radius: 0 0 16px 16px
}

.has-border-radius-17 .blocks-gallery--item img {
    border-radius: 17px
}

.has-border-radius-17 .blocks-gallery--item figcaption {
    border-radius: 0 0 17px 17px
}

.has-border-radius-18 .blocks-gallery--item img {
    border-radius: 18px
}

.has-border-radius-18 .blocks-gallery--item figcaption {
    border-radius: 0 0 18px 18px
}

.has-border-radius-19 .blocks-gallery--item img {
    border-radius: 19px
}

.has-border-radius-19 .blocks-gallery--item figcaption {
    border-radius: 0 0 19px 19px
}

.has-border-radius-20 .blocks-gallery--item img {
    border-radius: 20px
}

.has-border-radius-20 .blocks-gallery--item figcaption {
    border-radius: 0 0 20px 20px
}

.has-caption-style-light .blocks-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
}

.blocks-gallery:not(.has-caption-color).has-caption-style-dark figcaption {
    color: #fff
}

.blocks-gallery:not(.has-caption-color).has-caption-style-light figcaption {
    color: #000
}

.has-caption-style-none .blocks-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 {
    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)
}

.blocks-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 .blocks-lightbox {
    top: 32px
}

@media (max-width: 782px) {
    .admin-bar .blocks-lightbox {
        top:46px
    }
}

.blocks-lightbox__background {
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -10em;
    -webkit-filter: blur(25px) saturate(175%) brightness(90%);
    filter: blur(25px) saturate(175%) brightness(90%);
    left: -10em;
    position: absolute;
    right: -10em;
    top: -10em
}

.blocks-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) {
    .blocks-lightbox__heading {
        top:2em
    }
}

.blocks-lightbox__image {
    z-index: 2
}

.blocks-lightbox__image img {
    max-height: 70vh;
    max-width: 70vw
}

@media (min-width: 960px) {
    .blocks-lightbox__image img {
        max-height:80vh;
        max-width: 80vw
    }
}

.blocks-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
}

.blocks-lightbox__arrow:hover {
    background-color: rgba(255,255,255,0.15)
}

.blocks-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) {
    .blocks-lightbox__arrow {
        background-color:rgba(255,255,255,0.15);
        margin: 0 2%
    }

    .blocks-lightbox__arrow:hover {
        background-color: rgba(255,255,255,0.25)
    }
}

.blocks-lightbox__arrow>div {
    background-color: #fff;
    height: 28px;
    position: relative;
    width: 28px
}

@media (min-width: 960px) {
    .blocks-lightbox__arrow>div {
        height:32px;
        width: 32px
    }
}

.blocks-lightbox__arrow .arrow-left {
    left: -1px;
    -webkit-mask-image: url(images/lightbox/arrow-left.svg);
    mask-image: url(images/lightbox/arrow-left.svg)
}

.blocks-lightbox__arrow .arrow-right {
    -webkit-mask-image: url(images/lightbox/arrow-right.svg);
    mask-image: url(images/lightbox/arrow-right.svg);
    right: -1px
}

.blocks-lightbox__arrow--left {
    left: 0;
    right: auto
}

.blocks-lightbox__close {
    background-color: #fff;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 26px;
    -webkit-mask-image: url(images/lightbox/close.svg);
    mask-image: url(images/lightbox/close.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    padding: 7px;
    transition: transform 0.15s linear;
    width: 26px
}

@media (min-width: 960px) {
    .blocks-lightbox__close {
        height:32px;
        width: 32px
    }
}

.blocks-lightbox__close:hover {
    background-color: #fff;
    transform: scale(1.125)
}

.blocks-lightbox__close:focus {
    background-color: #fff;
    transform: scale(1.125)
}

.blocks-lightbox__caption {
    color: #ffffff;
    text-align: center;
    margin-top: 10px
}

.has-lightbox>:not(.carousel-nav) figure:hover {
    cursor: zoom-in
}

.is-twentynineteen .entry-content div[class*="block-blocks-gallery"] {
    margin-bottom: 46px;
    margin-top: 46px
}

.is-twentynineteen .entry-content div[class*="block-blocks-gallery"] .blocks-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 .block-blocks-gallery-stacked figcaption:not([class*="font-size"]) {
    font-size: 0.71111em
}

.is-twentyseventeen .entry-content div[class*="block-blocks-gallery"] {
    margin-bottom: 1.75em;
    margin-top: 1.65em
}

.is-twentyseventeen .entry-content div[class*="block-blocks-gallery"] .blocks-gallery--primary-caption {
    font-style: italic;
    margin-bottom: -10px;
    margin-top: 1em
}

.is-twentyseventeen .entry-content div[class*="block-blocks-gallery"]:not([class*="masonry"]) .blocks-gallery:not(.has-caption-color) figcaption {
    color: #555d66
}

.is-twentyseventeen .block-blocks-gallery-masonry figcaption {
    padding-bottom: 6px
}

.is-twentysixteen .entry-content div[class*="block-blocks-gallery"] {
    margin-bottom: 2.3em;
    margin-top: 2.3em
}

.is-twentysixteen .entry-content div[class*="block-blocks-gallery"] .blocks-gallery--primary-caption {
    margin-bottom: -10px;
    margin-top: 0.6em
}

.is-twentysixteen .block-blocks-gallery-masonry figcaption {
    padding-bottom: 6px
}

.is-twentyfifteen .entry-content div[class*="block-blocks-gallery"] {
    margin-bottom: 2.2em;
    margin-top: 2.2em
}

.is-twentyfifteen .entry-content div[class*="block-blocks-gallery"] .blocks-gallery--primary-caption {
    margin-bottom: -15px;
    margin-top: 0.5em;
    padding-bottom: 0
}

.is-twentyfifteen .block-blocks-gallery-masonry figcaption {
    font-size: 13px !important
}

.is-twentyfourteen .entry-content div[class*="block-blocks-gallery"] {
    margin-bottom: 30px;
    margin-top: 30px
}

.is-twentyfourteen .entry-content div[class*="block-blocks-gallery"] .blocks-gallery--primary-caption {
    margin-bottom: -7px;
    text-align: left
}

.is-twentythirteen .entry-content div[class*="block-blocks-gallery"] {
    margin-bottom: 30px;
    margin-top: 34px
}

.is-twentythirteen .entry-content div[class*="block-blocks-gallery"] .blocks-gallery--primary-caption {
    margin-bottom: -10px
}

.is-twentythirteen .block-blocks-gallery-masonry figcaption {
    font-size: 13px !important
}

.is-twentytwelve .entry-content div[class*="block-blocks-gallery"] {
    margin-bottom: 32px;
    margin-top: 32px
}

.is-twentytwelve .entry-content div[class*="block-blocks-gallery"] .blocks-gallery:not([class*="border-radius"]) img {
    border-radius: inherit
}

.is-twentytwelve .entry-content div[class*="block-blocks-gallery"] .blocks-gallery--primary-caption {
    margin-bottom: -10px
}

.is-twentytwelve .block-blocks-gallery-masonry figcaption {
    padding-bottom: 6px
}

.is-twentyeleven .entry-content div[class*="block-blocks-gallery"] {
    margin-bottom: 32px;
    margin-top: 33px
}

.is-twentyeleven .entry-content div[class*="block-blocks-gallery"] .blocks-gallery img {
    border: 0;
    max-width: 100%;
    padding: 0
}

.is-twentyeleven .entry-content div[class*="block-blocks-gallery"] .blocks-gallery--primary-caption {
    margin-bottom: -15px
}

.is-twentyeleven .entry-content div[class*="block-blocks-gallery"] .blocks-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 .block-blocks-gallery-stacked figcaption {
    padding-left: 1em !important;
    padding-right: 1em !important;
    text-align: center !important
}

.is-twentyeleven .block-blocks-gallery-stacked figcaption::before {
    display: none;
    padding-left: 0
}

.block-blocks-accordion-item.blocks-accordion-item__outer-wrap .blocks-accordion-item:focus,.block-blocks-accordion-item.blocks-accordion-item__outer-wrap .blocks-accordion-item:active {
    outline: thin dotted
}

.block-blocks-accordion-item .blocks-accordion-titles-button {
    display: flex;
    align-items: center;
    width: 100%
}

.block-blocks-accordion-item .blocks-accordion-titles-button .blocks-accordion-icon-wrap {
    display: inline-block;
    vertical-align: middle
}

.block-blocks-accordion-item .blocks-accordion-titles-button .blocks-title {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px
}

.block-blocks-accordion-item .blocks-icon svg,.block-blocks-accordion-item .blocks-icon-active svg {
    width: 15px;
    height: 15px;
    font-size: 15px
}

.block-blocks-accordion-item .blocks-accordion-content span {
    display: inline-block
}

.block-blocks-accordion-item .blocks-accordion-content p {
    margin: 0
}

.block-blocks-accordion-item.blocks-accordion-item__outer-wrap .blocks-accordion-item .blocks-icon-active,.block-blocks-accordion-item.blocks-accordion-item__outer-wrap .blocks-accordion-item.blocks-accordion-item-active .blocks-icon {
    display: none;
    width: 0;
    padding: 0;
    height: 0;
    margin: 0
}

.block-blocks-accordion-item.blocks-accordion-item__outer-wrap .blocks-accordion-item .blocks-icon,.block-blocks-accordion-item.blocks-accordion-item__outer-wrap .blocks-accordion-item.blocks-accordion-item-active .blocks-icon-active {
    display: inline-block;
    width: auto;
    height: auto
}

.blocks-accordion-layout-grid .blocks-accordion-item__outer-wrap .blocks-accordion-item .blocks-icon,.blocks-accordion-layout-grid .blocks-accordion-item__outer-wrap .blocks-accordion-item.blocks-accordion-item-active .blocks-icon-active {
    display: none
}

.blocks-accordion-layout-grid .blocks-accordion-item__outer-wrap .blocks-accordion-item span.blocks-icon-active.blocks-accordion-icon-wrap,.blocks-accordion-layout-grid .blocks-accordion-item__outer-wrap .blocks-accordion-item.blocks-accordion-item-active .blocks-icon-active {
    display: none
}

.block-blocks-accordion.blocks-accordion-layout-accordion .blocks-accordion-item__outer-wrap .blocks-accordion-titles-button {
    cursor: pointer
}

.blocks-accordion-layout-grid.blocks-accordion-equal-height .blocks-accordion__wrap .blocks-accordion-item__outer-wrap,.blocks-accordion-layout-grid.blocks-accordion-equal-height .blocks-accordion__wrap .blocks-accordion-item__wrapper,.blocks-accordion-layout-grid.blocks-accordion-equal-height .blocks-accordion__wrap .blocks-accordion-item {
    height: 100%
}

.block-cover .blocks-accordion-item__outer-wrap {
    color: #333
}

.blocks-advanced-column-child {
    position: relative;
    width: 100%
}

.blocks-section-background-image-wrap {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    z-index: -1
}

.blocks-section-background-image {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: 0.3s ease
}

.blocks-block-column {
    z-index: 1
}

.responsive-column-wrap {
    position: relative;
    overflow: hidden
}

.responsive-column-wrap .responsive-column-inner-wrap {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
    width: 100%
}

.responsive-column-wrap.responsive-column__align-left .responsive-column-inner-wrap {
    margin-left: 0;
    margin-right: auto
}

.responsive-column-wrap.responsive-column__align-right .responsive-column-inner-wrap {
    margin-left: auto;
    margin-right: 0
}

.responsive-column-wrap .responsive-column__overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.responsive-column-wrap .responsive-column__video-wrap {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    z-index: 0;
    transition: opacity 1s
}

.responsive-column-wrap .responsive-column__video-wrap video {
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 1;
    border: none;
    display: inline-block;
    vertical-align: baseline;
    -o-object-fit: cover;
    object-fit: cover;
    background-size: cover
}

.editor-inner-blocks>.editor-block-list__layout>[data-type="blocks/column"] {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-left: 0;
    padding-right: 0;
    margin-left: -14px;
    margin-right: -14px;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word;
    flex-basis: 100%
}

@media (max-width: 976px) {
    .responsive-column__align-tablet-left .responsive-column-inner-wrap {
        margin-left:0;
        margin-right: auto
    }

    .responsive-column__align-tablet-right .responsive-column-inner-wrap {
        margin-left: auto;
        margin-right: 0
    }
}

@media (max-width: 767px) {
    .responsive-column__align-mobile-left .responsive-column-inner-wrap {
        margin-left:0;
        margin-right: auto
    }

    .responsive-column__align-mobile-right .responsive-column-inner-wrap {
        margin-left: auto;
        margin-right: 0
    }
}

@media (max-width: 449px) {
    .responsive-columns-wrap.responsive-columns__background-image {
        background-attachment:scroll !important
    }
}

.blocks-block-column {
    display: flex !important;
    justify-content: stretch;
    align-items: stretch;
    height: 100%
}

.blocks-advanced-column {
    position: relative
}

.blocks-section-background-image-wrap {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    z-index: -1
}

.blocks-section-background-image {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: 0.3s ease
}

.responsive-columns__shape.responsive-columns__shape-top svg {
    fill: currentColor
}

.responsive-columns-wrap {
    position: relative
}

.responsive-columns-wrap .responsive-columns__content-width-theme .responsive-columns-inner-wrap {
    max-width: 100%
}

.responsive-columns-wrap .responsive-columns-inner-wrap {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2
}

.responsive-columns-wrap .responsive-columns__overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.responsive-columns-wrap .responsive-columns__video-wrap {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    z-index: 0;
    transition: opacity 1s
}

.responsive-columns-wrap .responsive-columns__video-wrap video {
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 1;
    border: none;
    display: inline-block;
    vertical-align: baseline;
    -o-object-fit: cover;
    object-fit: cover;
    background-size: cover
}

.responsive-columns-wrap .responsive-column-wrap {
    display: flex
}

.responsive-columns-wrap .responsive-columns__shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    z-index: 1
}

.responsive-columns-wrap .responsive-columns__shape-top {
    top: -3px
}

.responsive-columns-wrap .responsive-columns__shape-bottom {
    bottom: -3px
}

.responsive-columns-wrap .responsive-columns__shape[data-negative="false"].responsive-columns__shape-bottom {
    transform: rotate(180deg)
}

.responsive-columns-wrap .responsive-columns__shape[data-negative="true"].responsive-columns__shape-top {
    transform: rotate(180deg)
}

.responsive-columns-wrap .responsive-columns__shape.responsive-columns__shape-flip svg {
    transform: translateX(-50%) rotateY(180deg)
}

.responsive-columns-wrap .responsive-columns__shape.responsive-columns__shape-above-content {
    z-index: 9;
    pointer-events: none
}

.responsive-columns__valign-middle .responsive-column-wrap {
    align-items: center
}

.responsive-columns__valign-top .responsive-column-wrap {
    align-items: flex-start
}

.responsive-columns__valign-bottom .responsive-column-wrap {
    align-items: flex-end
}

.responsive-columns-inner-wrap {
    display: flex;
    flex-wrap: nowrap
}

.responsive-columns-columns-1>.responsive-column-wrap {
    width: 100%
}

.responsive-columns-columns-2>.responsive-column-wrap {
    width: 50%
}

.responsive-columns-columns-3>.responsive-column-wrap {
    width: 33.33%
}

.responsive-columns-columns-4>.responsive-column-wrap {
    width: 25%
}

.responsive-columns-columns-5>.responsive-column-wrap {
    width: 20%
}

.responsive-columns-columns-6>.responsive-column-wrap {
    width: 16.66%
}

.responsive-columns__gap-nogap>.blocks-block-columns[data-type="blocks/column"] .responsive-column-inner-wrap {
    padding: 0
}

.responsive-columns__gap-narrow .responsive-column-inner-wrap {
    padding: 5px
}

.responsive-columns__gap-extended .responsive-column-inner-wrap {
    padding: 15px
}

.responsive-columns__gap-wide .responsive-column-inner-wrap {
    padding: 20px
}

.responsive-columns__gap-wider .responsive-column-inner-wrap {
    padding: 30px
}

@media (max-width: 976px) {
    .responsive-columns__stack-tablet .responsive-columns-columns-1 .responsive-column-wrap,.responsive-columns__stack-tablet .responsive-columns-columns-1 .blocks-advanced-column-child,.responsive-columns__stack-tablet .responsive-columns-columns-2 .responsive-column-wrap,.responsive-columns__stack-tablet .responsive-columns-columns-2 .blocks-advanced-column-child,.responsive-columns__stack-tablet .responsive-columns-columns-3 .responsive-column-wrap,.responsive-columns__stack-tablet .responsive-columns-columns-3 .blocks-advanced-column-child,.responsive-columns__stack-tablet .responsive-columns-columns-4 .responsive-column-wrap,.responsive-columns__stack-tablet .responsive-columns-columns-4 .blocks-advanced-column-child,.responsive-columns__stack-tablet .responsive-columns-columns-5 .responsive-column-wrap,.responsive-columns__stack-tablet .responsive-columns-columns-5 .blocks-advanced-column-child,.responsive-columns__stack-tablet .responsive-columns-columns-6 .responsive-column-wrap,.responsive-columns__stack-tablet .responsive-columns-columns-6 .blocks-advanced-column-child {
        width:100% !important
    }

    .responsive-columns__stack-tablet>.responsive-columns-inner-wrap {
        display: block
    }

    .responsive-columns__reverse-tablet .responsive-columns-inner-wrap {
        display: flex;
        flex-direction: column-reverse
    }
}

@media (max-width: 767px) {
    .responsive-columns__stack-mobile .responsive-columns-columns-1 .responsive-column-wrap,.responsive-columns__stack-mobile .responsive-columns-columns-1 .blocks-advanced-column-child,.responsive-columns__stack-mobile .responsive-columns-columns-2 .responsive-column-wrap,.responsive-columns__stack-mobile .responsive-columns-columns-2 .blocks-advanced-column-child,.responsive-columns__stack-mobile .responsive-columns-columns-3 .responsive-column-wrap,.responsive-columns__stack-mobile .responsive-columns-columns-3 .blocks-advanced-column-child,.responsive-columns__stack-mobile .responsive-columns-columns-4 .responsive-column-wrap,.responsive-columns__stack-mobile .responsive-columns-columns-4 .blocks-advanced-column-child,.responsive-columns__stack-mobile .responsive-columns-columns-5 .responsive-column-wrap,.responsive-columns__stack-mobile .responsive-columns-columns-5 .blocks-advanced-column-child,.responsive-columns__stack-mobile .responsive-columns-columns-6 .responsive-column-wrap,.responsive-columns__stack-mobile .responsive-columns-columns-6 .blocks-advanced-column-child {
        width:100% !important
    }

    .responsive-columns__stack-mobile>.responsive-columns-inner-wrap {
        display: block
    }

    .responsive-columns__reverse-mobile .responsive-columns-inner-wrap {
        display: flex;
        flex-direction: column-reverse
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .responsive-columns-wrap.responsive-columns__background-image {
        background-attachment:scroll
    }
}

@media (max-width: 449px) {
    .responsive-columns-wrap .responsive-column-wrap.responsive-column__background-image {
        background-attachment:scroll !important
    }

    .blocks-block-column {
        margin-left: 0;
        margin-right: 0
    }
}

.blocks-advanced-column-child {
    display: flex;
    flex-direction: column
}

@media (max-width: 449px) {
    .blocks-advanced-column-child {
        display:flex;
        flex-direction: row
    }
}
.blocks-block-advanced-heading {
    padding: 0;
    margin: 0 auto
}

.blocks-block-advanced-heading .responsive-heading-title-text {
    margin: 0
}

.blocks-block-advanced-heading .responsive-heading-seperator-wrap {
    font-size: 0
}

.blocks-block-advanced-heading .responsive-heading-seperator {
    border-top-style: solid;
    display: inline-block;
    border-top-width: 2px;
    width: 5%;
    margin: 0px 0px 10px 0px
}

.blocks-block-advanced-heading .responsive-heading-desc-text {
    margin: 0
}

.blocks-block-quote {
    position: relative
}

.blocks-block-quote .blocks-block-blockquote-item {
    position: relative;
    padding: 60px 70px 0 70px;
    width: 100%
}

.blocks-block-quote .blocks-block-blockquote-item .blocks-block-blockquote-quote {
    position: absolute;
    fill: rgba(129,141,165,0.32);
    width: 70px;
    height: 70px;
    transform: translateX(-50%) translateY(-30%);
    top: 20px;
    left: 30px;
    z-index: 5
}

.blocks-block-quote .blocks-block-blockquote-item .blocks-block-blockquote-quote svg {
    width: 100%;
    height: 100%
}

.blocks-block-quote .blocks-block-blockquote-item .blocks-block-blockquote-text {
    position: relative;
    z-index: 6
}

.blocks-block-quote .blocks-section__video-wrap {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    z-index: 0;
    transition: opacity 1s
}

.blocks-block-quote .blocks-section__video-wrap video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 976px) {
    .blocks-block-quote {
        padding:10px 20px !important
    }

    .blocks-block-quote .blocks-block-blockquote-item {
        padding: 30px 35px
    }
}

.blocks-buttons__wrap .blocks-button__wrapper .blocks-buttons-repeater a.blocks-button__link {
    display: inline-block
}

.blocks-button__icon {
    font-size: inherit;
    display: flex;
    align-items: center;
    width: 15px;
    color: #333
}

.blocks-button__icon svg {
    fill: currentColor;
    width: inherit;
    height: inherit
}

.blocks-button__icon-position-after {
    margin-left: 8px
}

.blocks-button__icon-position-before {
    margin-right: 8px
}

.blocks-buttons__outer-wrap .blocks-button__wrapper div {
    display: inline-flex;
    cursor: pointer
}

.blocks-button__effect-lift:hover {
    transform: translateY(-10%)
}

.blocks-button__effect-scale:hover {
    transform: scale(1.03)
}

.blocks-button__effect-lift-scale:hover {
    transform: scale(1.03) translateY(-10%)
}

.blocks-button__effect-scale-more:hover {
    transform: scale(1.13)
}

.blocks-button__effect-lift-scale-more:hover {
    transform: scale(1.13) translateY(-10%)
}

.blocks-button__link_child {
    text-decoration: none
}

.blocks-buttons-repeater .blocks-button__icon {
    cursor: auto
}

.blocks-buttons__outer-wrap .blocks-buttons__wrap {
    -js-display: flex;
    display: flex;
    align-items: start;
    justify-content: center
}

.blocks-buttons__outer-wrap .blocks-button__active,.blocks-buttons__outer-wrap .blocks-button__active:focus {
    box-shadow: 0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,0.8)
}

.blocks-buttons__outer-wrap a.blocks-button__link:focus,.blocks-buttons__outer-wrap .blocks-button__link:focus {
    box-shadow: none;
    text-decoration: none
}

.blocks-buttons__outer-wrap .blocks-button__wrapper {
    text-decoration: none;
    font-family: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-size: inherit
}

.blocks-buttons__outer-wrap .blocks-button__wrapper a.blocks-button__link,.blocks-buttons__outer-wrap .blocks-button__wrapper:hover a.blocks-button__link,.blocks-buttons__outer-wrap .blocks-button__wrapper .blocks-button__link,.blocks-buttons__outer-wrap .blocks-button__wrapper:hover .blocks-button__link {
    text-decoration: none
}

.blocks-buttons__wrap .blocks-button__wrapper a.blocks-button__link {
    display: inline-block
}

.blocks-buttons__outer-wrap.center .blocks-buttons__wrap {
    align-items: center
}

.block-blocks-buttons.right.blocks-block-button.blocks-buttons__outer-wrap {
    justify-content: flex-end;
    display: flex
}

.block-blocks-buttons.left.blocks-block-button.blocks-buttons__outer-wrap {
    justify-content: flex-start;
    display: flex
}

.blocks-buttons-repeater {
    display: flex;
    justify-content: center;
    align-items: center
}

.blocks-buttons-stack-desktop .blocks-buttons__wrap {
    flex-direction: column
}

@media (max-width: 576px) {
    .blocks-buttons-stack-mobile .blocks-buttons__wrap {
        flex-direction:column
    }

    .block-blocks-buttons-child.blocks-block-button.blocks-buttons__outer-wrap {
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 1024px) {
    .blocks-buttons-stack-tablet .blocks-buttons__wrap {
        flex-direction:column
    }
}

@media only screen and (min-width: 976px) {
    .block-blocks-buttons.right.blocks-block-button.blocks-buttons__outer-wrap {
        justify-content:flex-end;
        display: flex
    }

    .block-blocks-buttons.left.blocks-block-button.blocks-buttons__outer-wrap {
        justify-content: flex-start;
        display: flex
    }
}

@media only screen and (max-width: 976px) {
    .block-blocks-buttons.tabletAlignright.blocks-block-button.blocks-buttons__outer-wrap {
        justify-content:flex-end;
        display: flex
    }

    .block-blocks-buttons.tabletAligncenter.blocks-block-button.blocks-buttons__outer-wrap {
        justify-content: center;
        display: flex
    }

    .block-blocks-buttons.tabletAlignleft.blocks-block-button.blocks-buttons__outer-wrap {
        justify-content: flex-start;
        display: flex
    }
}

@media only screen and (max-width: 767px) {
    .block-blocks-buttons.mobileAlignright.blocks-block-button.blocks-buttons__outer-wrap {
        justify-content:flex-end;
        display: flex
    }

    .block-blocks-buttons.mobileAligncenter.blocks-block-button.blocks-buttons__outer-wrap {
        justify-content: center;
        display: flex
    }

    .block-blocks-buttons.mobileAlignleft.blocks-block-button.blocks-buttons__outer-wrap {
        justify-content: flex-start;
        display: flex
    }
}

.blocks-block-cta {
    margin: 0 0 1.2em 0;
    position: relative;
    color: #293038;
    padding: 5% 3%;
    border-radius: 5px
}

.blocks-block-cta .components-autocomplete {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    position: relative
}

.blocks-block-cta * {
    z-index: 10;
    position: relative
}

.blocks-block-cta.alignfull {
    border-radius: 0;
    padding: 4% 3%
}

@media only screen and (max-width: 768px) {
    .blocks-block-cta {
        padding:8% 6%
    }
}

@media only screen and (min-width: 768px) {
    .blocks-block-cta.alignfull .blocks-cta-content,.blocks-block-cta.alignfull .blocks-cta-button {
        max-width:80%;
        margin: 1% auto
    }
}

@media only screen and (min-width: 768px) {
    .blocks-block-cta.alignwide .blocks-cta-content,.blocks-block-cta.alignwide .blocks-cta-button {
        max-width:80%;
        margin: 0 auto
    }
}

.blocks-block-cta .blocks-cta-image-wrap {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    z-index: 1
}

.blocks-block-cta .blocks-cta-image {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: 0.3s ease
}

.blocks-block-cta .blocks-cta-title {
    display: inline-block;
    width: 100%;
    margin-bottom: 0.6em;
    line-height: 1.2
}

.blocks-block-cta .blocks-cta-text {
    line-height: 1.4;
    margin: 0 0 16px
}

.blocks-block-cta .blocks-cta-text p {
    color: inherit
}

.blocks-block-cta .blocks-cta-text a {
    color: inherit;
    box-shadow: 0 -1px 0 inset;
    text-decoration: none
}

.blocks-block-cta .blocks-cta-text a:hover {
    color: inherit;
    box-shadow: 0 -2px 0 inset
}

.blocks-block-cta .blocks-cta-button .blocks-rich-text {
    display: inline-flex
}

.blocks-block-cta .blocks-cta-button-wrapper {
    text-align: center;
    font-size: 18px;
    line-height: 1 !important;
    background-color: #32373c;
    border: none;
    border-radius: 50px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    word-break: break-word;
    transition: 0.3s ease;
    display: inline-flex
}

.blocks-block-cta .blocks-cta-button-wrapper:hover {
    box-shadow: inset 0 0 200px rgba(255,255,255,0.15)
}

.blocks-block-cta .blocks-cta-title:empty,.blocks-block-cta .blocks-cta-text:empty,.blocks-block-cta .blocks-cta-button-wrapper:empty,.blocks-block-cta .blocks-cta-button:empty {
    display: none
}

.blocks-block-cta .blocks-cta-button-shape-square {
    border-radius: 0
}

.blocks-block-cta .blocks-cta-button-shape-rounded {
    border-radius: 4px
}

.blocks-block-cta .blocks-cta-button-shape-circular {
    border-radius: 100px
}

.blocks-block-cta .blocks-cta-button-size-small .blocks-cta-button {
    font-size: 14px
}

.blocks-block-cta .blocks-cta-button-size-small .blocks-cta-button__icon {
    font-size: 14px
}

.blocks-block-cta .blocks-cta-button-size-medium .blocks-cta-button {
    font-size: 20px;
    padding: 8px 0px
}

.blocks-block-cta .blocks-cta-button-size-medium .blocks-cta-button__icon {
    padding: 8px 0px;
    font-size: 20px
}

.blocks-block-cta .blocks-cta-button-size-large .blocks-cta-button {
    font-size: 26px;
    padding: 0.8em 1.2em
}

.blocks-block-cta .blocks-cta-button-size-large .blocks-cta-button__icon {
    padding: 0.8em 0em;
    font-size: 26px
}

.blocks-block-cta .blocks-cta-button-size-extralarge .blocks-cta-button {
    font-size: 32px;
    padding: 0.8em 1.2em
}

.blocks-block-cta .blocks-cta-button-size-extralarge .blocks-cta-button__icon {
    padding: 0.8em 0em;
    font-size: 32px
}

.blocks-block-cta .blocks-button__inline-link {
    margin-top: 15px
}

.blocks-block-cta .blocks-cta-image:not(.has-background-dim) {
    opacity: 0
}

.blocks-block-cta .has-background-dim {
    opacity: 0.5
}

.blocks-block-cta .has-background-dim-10 {
    opacity: 0.1
}

.blocks-block-cta .has-background-dim-20 {
    opacity: 0.2
}

.blocks-block-cta .has-background-dim-30 {
    opacity: 0.3
}

.blocks-block-cta .has-background-dim-40 {
    opacity: 0.4
}

.blocks-block-cta .has-background-dim-50 {
    opacity: 0.5
}

.blocks-block-cta .has-background-dim-60 {
    opacity: 0.6
}

.blocks-block-cta .has-background-dim-70 {
    opacity: 0.7
}

.blocks-block-cta .has-background-dim-80 {
    opacity: 0.8
}

.blocks-block-cta .has-background-dim-90 {
    opacity: 0.9
}

.blocks-block-cta .has-background-dim-100 {
    opacity: 1
}

.blocks-cta-button-right {
    transform: translateX(-100%);
    left: 100%;
    position: relative
}

.blocks-cta-button-center {
    margin: 0 auto
}

.blocks-cta-inspector-media.components-button {
    vertical-align: top;
    border: 1px solid #e2e4e7;
    background-color: #fff;
    display: inline-flex;
    border-radius: 3px;
    margin-bottom: 15px
}

.blocks-cta-inspector-media.components-button:hover {
    box-shadow: none !important;
    border: solid 1px #555d66
}

.blocks-cta-inspector-media.components-button:first-child {
    margin-right: 8px
}

.blocks-cta-inspector-media.components-button svg {
    margin-right: 5px
}

.blocks-cta-button-wrapper {
    margin: 2em 0
}

.blocks-cta-button__icon svg {
    width: 1em;
    height: 1em
}

.card-content-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
    background-size: cover;
    background-position: 50%;
    padding: 60px 35px
}

.block-blocks-card-item {
    box-shadow: 0 5px 5px 0 rgba(18,63,82,0.035),0 0 0 1px rgba(176,181,193,0.2);
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden
}

.block-blocks-card-item form.blocks-button__inline-link {
    display: flex;
    justify-content: center;
    align-items: center
}

.blocks-card-button-inner {
    border-radius: 4px;
    display: inline-flex;
    cursor: pointer;
    opacity: 1;
    background: #2091e1;
    padding: 8px 26px;
    line-height: 1.5;
    align-items: center;
    font-size: 1em;
    position: relative;
    justify-content: center;
    align-items: center;
    word-break: break-all
}

.blocks-card-button-inner:hover {
    box-shadow: inset 0 0 200px rgba(255,255,255,0.15);
    color: #fff
}

.block-blocks-card-item .block-editor-url-input input[type="text"],.ab-block-pricing-table-inside .block-editor-block-list__block .block-editor-url-input input[type="text"] {
    width: 100%;
    border: 1px solid #0066cc
}

.blocks-card-avatar {
    margin-top: 0px;
    margin-bottom: 0px;
    margin: 0;
    height: 200px;
    width: 100%;
    padding: 0;
    z-index: 999
}

.blocks-card-avatar .blocks-card-avatar-img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-color: #f1f1f1;
    display: flex;
    justify-content: center;
    align-items: center
}

.blocks-card-avatar .blocks-card-avatar-img svg {
    fill: #ddd;
    width: 40%;
    height: 40%
}

@media (max-width: 976px) {
    .responsive-columns__stack-tablet>.block-blocks-card__inner>.block-blocks-card-item {
        max-width:100% !important;
        flex-basis: 100% !important
    }
}

@media (max-width: 767px) {
    .responsive-columns__stack-mobile>.block-blocks-card__inner>.block-blocks-card-item {
        max-width:100% !important;
        flex-basis: 100% !important
    }
}

.block-blocks-card__inner {
    display: grid;
    grid-auto-columns: minmax(0, 1fr);
    grid-auto-flow: column;
    grid-gap: 35px;
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative
}

.block-blocks-card__inner .block-blocks-card-item {
    display: flex;
    flex-direction: column;
    position: relative
}

@media (max-width: 767px) {
    .responsive-columns__stack-mobile .block-blocks-card__inner {
        grid-auto-flow:row
    }
}

@media (max-width: 976px) {
    .responsive-columns__stack-tablet .block-blocks-card__inner {
        grid-auto-flow:row
    }
}

.blocks-card-background-image-wrap {
    position: absolute;
    height: 100%;
    width: 100%
}

.blocks-card-background-image-wrap .blocks-card-background-image {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: -webkit-fill-available
}

.block-blocks-card__inner .responsive-card-image-size-thumbnail {
    margin: auto;
    width: 150px;
    height: 150px
}

.blocks-button__icon {
    font-size: inherit;
    padding: 0;
    cursor: copy;
    display: inline-block;
    width: 1em;
    line-height: 1
}

.blocks-button__icon-position-after {
    margin-left: 8px
}

.blocks-button__icon-position-before {
    margin-right: 8px
}

.blocks-button-size-small {
    font-size: 14px
}

.blocks-button-size-medium {
    font-size: 20px
}

.blocks-button-size-large {
    font-size: 26px;
    padding: 0.8em 1.2em
}

.blocks-button-size-extralarge {
    font-size: 32px;
    padding: 0.8em 1.2em
}

.block-blocks-card__inner * {
    z-index: 10
}

.blocks-card-background-image:not(.has-background-dim) {
    opacity: 0
}

.block-blocks-card__inner .has-background-dim {
    opacity: 0.5
}

.block-blocks-card__inner .has-background-dim-10 {
    opacity: 0.1
}

.block-blocks-card__inner .has-background-dim-20 {
    opacity: 0.2
}

.block-blocks-card__inner .has-background-dim-30 {
    opacity: 0.3
}

.block-blocks-card__inner .has-background-dim-40 {
    opacity: 0.4
}

.block-blocks-card__inner .has-background-dim-50 {
    opacity: 0.5
}

.block-blocks-card__inner .has-background-dim-60 {
    opacity: 0.6
}

.block-blocks-card__inner .has-background-dim-70 {
    opacity: 0.7
}

.block-blocks-card__inner .has-background-dim-80 {
    opacity: 0.8
}

.block-blocks-card__inner .has-background-dim-90 {
    opacity: 0.9
}

.block-blocks-card__inner .has-background-dim-100 {
    opacity: 1
}

.block-cover .card-content-wrap {
    color: #333
}

.responsive-timeline__main {
    position: relative
}

.responsive-timeline__days {
    text-align: center
}

.responsive-timeline__main .in-view i.responsive-timeline__in-view-icon {
    transition: background 0.25s ease-out 0.25s, width 0.25s ease-in-out, height 0.25s ease-in-out, color 0.25s ease-in-out, font-size 0.25s ease-out
}

.responsive-timeline__widget.responsive-timeline__right {
    flex-direction: row-reverse
}

.responsive-timeline__arrow-center .responsive-timeline__widget {
    align-items: center
}

.responsive-timeline__widget {
    position: relative;
    -js-display: flex;
    display: flex;
    align-items: flex-start
}

.responsive-timeline__field:not(:last-child) {
    margin-bottom: 15px
}

.responsive-timeline__events-inner-new {
    border-radius: 2px;
    padding: 20px;
    background: 2s ease-in-out
}

.responsive-timeline__right .responsive-timeline__day-new {
    order: 2;
    padding-left: 0;
    padding-right: 12px
}

.responsive-timeline__left .responsive-timeline__day-new {
    order: 2;
    padding-right: 0;
    padding-left: 12px
}

.responsive-timeline__day-new,.responsive-timeline__date-new {
    flex-grow: 1;
    flex-basis: 50%;
    max-width: 100%;
    position: relative
}

.responsive-timeline__right .responsive-timeline__day-new {
    order: 2;
    padding-left: 0;
    padding-right: 12px
}

.responsive-timeline__day-new,.responsive-timeline__date-new {
    flex-grow: 1;
    flex-basis: 50%;
    max-width: 100%;
    position: relative
}

.responsive-timeline__right .responsive-timeline__arrow {
    right: 0px;
    top: 0;
    width: 10px;
    height: 40px;
    position: absolute
}

.responsive-timeline__right .responsive-timeline__arrow {
    top: 50%;
    transform: translateY(-50%)
}

.responsive-timeline__right .responsive-timeline__arrow {
    height: 35px
}

.responsive-timeline__right .responsive-timeline__day-right .responsive-timeline__arrow:after {
    content: "";
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    display: inline;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    transition: border-color 0.2s ease-in-out
}

.responsive-timeline__left .responsive-timeline__day-left .responsive-timeline__arrow:after {
    content: "";
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    display: inline;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    transition: border-color 0.2s ease-in-out
}

.responsive-timeline__left .responsive-timeline__date-new {
    -js-display: flex;
    display: flex;
    justify-content: flex-end
}

.responsive-timeline__right .responsive-timeline__date-new {
    -js-display: flex;
    display: flex;
    justify-content: flex-start
}

.responsive-timeline__marker {
    min-height: 35px;
    min-width: 35px;
    line-height: 35px;
    border: 0px solid #eee
}

.responsive-timeline__marker {
    border-radius: 999px;
    position: relative;
    -js-display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    transition: all 0.2s ease-in-out
}

.responsive-timeline__marker {
    min-width: 35px;
    line-height: 35px;
    border: 0px solid #eee
}

.responsive-timeline__line {
    position: absolute;
    transform: translateX(-50%)
}

.responsive-timeline__line {
    left: 50%;
    right: auto;
    width: 3px;
    right: calc(35px / 2);
    top: 101.5px;
    bottom: 101.5px
}

.responsive-timeline__main .responsive-timeline__line {
    position: absolute;
    transform: translateX(-50%)
}

.responsive-timeline__center-block .responsive-timeline__marker {
    order: 1;
    flex-shrink: 0;
    flex-grow: 0;
    margin-left: 10px;
    margin-right: 10px
}

.responsive-timeline__right-block .responsive-timeline__marker {
    flex-shrink: 0;
    flex-grow: 0
}

.responsive-timeline__right-block .responsive-timeline__marker,.responsive-timeline__right-block .responsive-timeline__day-new {
    max-width: 100%;
    position: relative
}

.responsive-timeline__left-block .responsive-timeline__marker {
    order: 0;
    flex-shrink: 0;
    flex-grow: 0
}

.responsive-timeline__left-block .responsive-timeline__marker,.responsive-timeline__left-block .responsive-timeline__day-new {
    max-width: 100%;
    position: relative
}

.responsive-timeline__center-block .responsive-timeline__line {
    left: 50%;
    right: auto
}

.responsive-timeline__line {
    width: 3px
}

.responsive-timeline__center-block .responsive-timeline__line {
    right: calc(35px / 2)
}

.responsive-timeline__left-block .responsive-timeline__line {
    left: 20px;
    right: auto
}

.responsive-timeline__left-block .responsive-timeline__line {
    left: calc(35px / 2)
}

.responsive-timeline__right-block .responsive-timeline__line {
    right: 16px;
    left: auto
}

.responsive-timeline__right-block .responsive-timeline__line {
    right: calc(35px / 2)
}

.responsive-timeline__arrow {
    transition: background 0.2s ease-in-out
}

.responsive-timeline__arrow {
    height: 3em
}

.responsive-timeline__right .responsive-timeline__arrow {
    right: 0px;
    top: 0;
    width: 10px;
    height: 40px;
    position: absolute
}

.responsive-timeline__right .responsive-timeline__arrow {
    top: 50%;
    transform: translateY(-50%)
}

.responsive-timeline__right .responsive-timeline__arrow {
    height: 35px
}

.responsive-timeline__center-block .responsive-timeline__right .responsive-timeline__arrow {
    right: 0px;
    top: 50%;
    width: 10px;
    height: 40px;
    position: absolute
}

.responsive-timeline__center-block .responsive-timeline__right .responsive-timeline__arrow {
    height: 35px
}

.responsive-timeline__center-block .responsive-timeline__left .responsive-timeline__arrow {
    left: 0px;
    top: 50%;
    width: 10px;
    height: 40px;
    position: absolute
}

.responsive-timeline__center-block .responsive-timeline__left .responsive-timeline__arrow {
    height: 35px
}

.responsive-timeline__left-block .responsive-timeline__right .responsive-timeline__arrow,.responsive-timeline__left-block .responsive-timeline__left .responsive-timeline__arrow {
    top: 50%;
    width: 10px;
    height: 40px;
    position: absolute
}

.responsive-timeline__left-block .responsive-timeline__left .responsive-timeline__arrow {
    left: 0
}

.responsive-timeline__arrow-center .responsive-timeline__left .responsive-timeline__arrow,.responsive-timeline__arrow-center .responsive-timeline__right .responsive-timeline__arrow {
    top: 50%;
    transform: translateY(-50%)
}

.responsive-timeline__left-block .responsive-timeline__left .responsive-timeline__arrow {
    height: 35px
}

.responsive-timeline__right-block .responsive-timeline__right .responsive-timeline__arrow,.responsive-timeline__right-block .responsive-timeline__left .responsive-timeline__arrow {
    top: 50%;
    right: 0;
    width: 10px;
    height: 40px;
    position: absolute
}

.responsive-timeline__right-block .responsive-timeline__right .responsive-timeline__arrow {
    height: 35px
}

.responsive-timeline__day-right .responsive-timeline__arrow:after {
    content: "";
    right: 0px;
    position: absolute;
    display: inline;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent
}

.responsive-timeline__right-block .responsive-timeline__right .responsive-timeline__arrow:after,.responsive-timeline__right-block .responsive-timeline__left .responsive-timeline__arrow:after {
    top: 0
}

.responsive-timeline__left-block .responsive-timeline__right .responsive-timeline__arrow:after,.responsive-timeline__left-block .responsive-timeline__left .responsive-timeline__arrow:after,.responsive-timeline__right-block .responsive-timeline__right .responsive-timeline__arrow:after,.responsive-timeline__right-block .responsive-timeline__left .responsive-timeline__arrow:after {
    top: 50%;
    transform: translateY(-50%)
}

.responsive-timeline__day-left .responsive-timeline__arrow:after {
    content: "";
    left: 0px;
    position: absolute;
    display: inline;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent
}

.responsive-timeline__center-block.responsive-timeline__arrow-top .responsive-timeline__left .responsive-timeline__arrow {
    top: 0 !important
}

.responsive-timeline__center-block.responsive-timeline__arrow-top .responsive-timeline__right .responsive-timeline__arrow {
    top: 9% !important
}

.responsive-timeline__left-block.responsive-timeline__arrow-top .responsive-timeline__left .responsive-timeline__arrow {
    top: 0 !important
}

.responsive-timeline__left-block.responsive-timeline__arrow-top .responsive-timeline__right .responsive-timeline__arrow {
    top: 9% !important
}

.responsive-timeline__right-block.responsive-timeline__arrow-top .responsive-timeline__left .responsive-timeline__arrow {
    top: 0 !important
}

.responsive-timeline__right-block.responsive-timeline__arrow-top .responsive-timeline__right .responsive-timeline__arrow {
    top: 9% !important
}

.responsive-timeline__center-block.responsive-timeline__arrow-bottom .responsive-timeline__left .responsive-timeline__arrow {
    top: 85% !important
}

.responsive-timeline__center-block.responsive-timeline__arrow-bottom .responsive-timeline__right .responsive-timeline__arrow {
    top: 93% !important
}

.responsive-timeline__left-block.responsive-timeline__arrow-bottom .responsive-timeline__left .responsive-timeline__arrow {
    top: 85% !important
}

.responsive-timeline__left-block.responsive-timeline__arrow-bottom .responsive-timeline__right .responsive-timeline__arrow {
    top: 93% !important
}

.responsive-timeline__right-block.responsive-timeline__arrow-bottom .responsive-timeline__left .responsive-timeline__arrow {
    top: 85% !important
}

.responsive-timeline__right-block.responsive-timeline__arrow-bottom .responsive-timeline__right .responsive-timeline__arrow {
    top: 93% !important
}

.responsive-timeline__arrow-bottom .responsive-timeline__widget {
    align-items: flex-end
}

@media screen and (max-width: 1023px) {
    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline-res-right .responsive-timeline__line {
        position:absolute;
        transform: translateX(50%)
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline__date-hide {
        display: block
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline__day-left .responsive-timeline__events-inner-new,.responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline__day-right .responsive-timeline__events-inner-new {
        text-align: left
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline__line {
        right: 20px;
        left: auto
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline__marker,.responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline__day-new {
        max-width: 100%;
        position: relative
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline__line {
        left: 20px;
        right: auto
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline__day-new {
        margin-left: 16px
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline__marker {
        order: 0;
        flex-shrink: 0;
        flex-grow: 0
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline__day-new {
        flex-grow: 1;
        order: 1
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline__right .responsive-timeline__arrow:after,.responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline__left .responsive-timeline__arrow:after {
        top: 0
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline__right .responsive-timeline__arrow,.responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline__left .responsive-timeline__arrow {
        width: 10px;
        height: 40px;
        position: absolute
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline__right .responsive-timeline__arrow {
        left: -10px
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline__left .responsive-timeline__arrow {
        left: -12px
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline__right .responsive-timeline__arrow:after,.responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline__left .responsive-timeline__arrow:after {
        top: 50%;
        transform: translateY(-50%)
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline__days {
        text-align: left
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline__day-right .responsive-timeline__arrow:after {
        content: "";
        position: absolute;
        display: inline;
        width: 0;
        height: 0;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline__widget.responsive-timeline__right {
        flex-direction: unset
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline__date-new {
        display: none
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline__day-new,.responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline__date-new {
        flex-grow: unset;
        flex-basis: unset;
        max-width: 100%;
        width: 100%;
        position: relative
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline__right .responsive-timeline__day-new {
        order: unset;
        padding-left: 0;
        padding-right: 0
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline__left .responsive-timeline__day-new {
        order: unset;
        padding-right: 0;
        padding-left: 0
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline__left .responsive-timeline__date-new {
        display: none
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline__right .responsive-timeline__date-new {
        display: none
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline-res-right .responsive-timeline__widget {
        flex-direction: row-reverse
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline-res-right .responsive-timeline__day-left .responsive-timeline__events-inner-new,.responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline-res-right .responsive-timeline__day-right .responsive-timeline__events-inner-new {
        text-align: right
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline-res-right .responsive-timeline__line {
        right: 16px;
        left: auto
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline-res-right .responsive-timeline__right .responsive-timeline__arrow:after,.responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline-res-right .responsive-timeline__left .responsive-timeline__arrow:after {
        top: 0
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline-res-right .responsive-timeline__right .responsive-timeline__arrow,.responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline-res-right .responsive-timeline__left .responsive-timeline__arrow {
        left: auto;
        right: 0;
        width: 10px;
        height: 40px;
        position: absolute
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline-res-right .responsive-timeline__right .responsive-timeline__arrow {
        right: -12px
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline-res-right .responsive-timeline__left .responsive-timeline__arrow {
        right: -10px
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline-res-right .responsive-timeline__marker,.responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline-res-right .responsive-timeline__day-new {
        max-width: 100%;
        position: relative
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline-res-right .responsive-timeline__day-new {
        margin-right: 16px
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline-res-right .responsive-timeline__marker {
        flex-shrink: 0;
        flex-grow: 0
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline-res-right .responsive-timeline__day-new {
        flex-grow: 1
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline-res-right .responsive-timeline__right .responsive-timeline__arrow:after,.responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline-res-right .responsive-timeline__left .responsive-timeline__arrow:after {
        top: 50%;
        transform: translateY(-50%)
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline-res-right .responsive-timeline__days {
        text-align: right
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline-res-right .responsive-timeline__day-new,.responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline-res-right .responsive-timeline__date-new {
        flex-grow: unset;
        flex-basis: unset;
        max-width: 100%;
        position: relative
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline-res-right .responsive-timeline__right .responsive-timeline__day-new {
        order: unset;
        padding-left: 0;
        padding-right: 0
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline-res-right .responsive-timeline__left .responsive-timeline__day-new {
        order: unset;
        padding-right: 0;
        padding-left: 0
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline-res-right .responsive-timeline__left .responsive-timeline__date-new {
        display: none
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline-res-right .responsive-timeline__right .responsive-timeline__date-new {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .responsive-timeline-responsive-none .responsive-timeline__events-inner-new {
        padding:15px
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-mobile .responsive-timeline__date-hide {
        display: block
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-mobile .responsive-timeline__day-left .responsive-timeline__events-inner-new,.responsive-timeline__center-block.responsive-timeline__responsive-mobile .responsive-timeline__day-right .responsive-timeline__events-inner-new {
        text-align: left
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-mobile .responsive-timeline__line {
        right: 20px;
        left: auto
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-mobile .responsive-timeline__marker,.responsive-timeline__center-block.responsive-timeline__responsive-mobile .responsive-timeline__day-new {
        max-width: 100%;
        position: relative
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-mobile .responsive-timeline__line {
        left: 20px;
        right: auto
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-mobile .responsive-timeline__day-new {
        margin-left: 16px
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-mobile .responsive-timeline__marker {
        order: 0;
        flex-shrink: 0;
        flex-grow: 0
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-mobile .responsive-timeline__day-new {
        flex-grow: 1;
        order: 1
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-mobile .responsive-timeline__right .responsive-timeline__arrow:after,.responsive-timeline__center-block.responsive-timeline__responsive-mobile .responsive-timeline__left .responsive-timeline__arrow:after {
        top: 0
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-mobile .responsive-timeline__right .responsive-timeline__arrow,.responsive-timeline__center-block.responsive-timeline__responsive-mobile .responsive-timeline__left .responsive-timeline__arrow {
        width: 10px;
        height: 40px;
        position: absolute
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-mobile .responsive-timeline__right .responsive-timeline__arrow {
        left: -10px
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-mobile .responsive-timeline__left .responsive-timeline__arrow {
        left: -12px
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-mobile .responsive-timeline__right .responsive-timeline__arrow:after,.responsive-timeline__center-block.responsive-timeline__responsive-mobile .responsive-timeline__left .responsive-timeline__arrow:after {
        top: 50%;
        transform: translateY(-50%)
    }

    .responsive-timeline__day-left .responsive-timeline__events-inner-new {
        text-align: left
    }

    .responsive-timeline__left-block .responsive-timeline__date-new {
        margin-right: 10px
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-mobile .responsive-timeline__days {
        text-align: left
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-mobile .responsive-timeline__day-right .responsive-timeline__arrow:after {
        content: "";
        position: absolute;
        display: inline;
        width: 0;
        height: 0;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-mobile .responsive-timeline__widget.responsive-timeline__right {
        flex-direction: unset
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-mobile .responsive-timeline__date-new {
        display: none
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-mobile .responsive-timeline__day-new,.responsive-timeline__center-block.responsive-timeline__responsive-mobile .responsive-timeline__date-new {
        flex-grow: unset;
        flex-basis: unset;
        max-width: 100%;
        position: relative
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-mobile .responsive-timeline__right .responsive-timeline__day-new {
        order: unset;
        padding-left: 0;
        padding-right: 0
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-mobile .responsive-timeline__left .responsive-timeline__day-new {
        order: unset;
        padding-right: 0;
        padding-left: 0
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-mobile .responsive-timeline__left .responsive-timeline__date-new {
        display: none
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-mobile .responsive-timeline__right .responsive-timeline__date-new {
        display: none
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-mobile .responsive-timeline-res-right .responsive-timeline__widget {
        flex-direction: row-reverse
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-mobile .responsive-timeline-res-right .responsive-timeline__day-left .responsive-timeline__events-inner-new,.responsive-timeline__center-block.responsive-timeline__responsive-mobile .responsive-timeline-res-right .responsive-timeline__day-right .responsive-timeline__events-inner-new {
        text-align: right
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-mobile .responsive-timeline-res-right .responsive-timeline__line {
        right: 16px;
        left: auto
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-mobile .responsive-timeline-res-right .responsive-timeline__right .responsive-timeline__arrow:after,.responsive-timeline__center-block.responsive-timeline__responsive-mobile .responsive-timeline-res-right .responsive-timeline__left .responsive-timeline__arrow:after {
        top: 0
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-mobile .responsive-timeline-res-right .responsive-timeline__right .responsive-timeline__arrow,.responsive-timeline__center-block.responsive-timeline__responsive-mobile .responsive-timeline-res-right .responsive-timeline__left .responsive-timeline__arrow {
        left: auto;
        right: 0;
        width: 10px;
        height: 40px;
        position: absolute
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-mobile .responsive-timeline-res-right .responsive-timeline__right .responsive-timeline__arrow {
        right: -12px
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-mobile .responsive-timeline-res-right .responsive-timeline__left .responsive-timeline__arrow {
        right: -10px
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-mobile .responsive-timeline-res-right .responsive-timeline__marker,.responsive-timeline__center-block.responsive-timeline__responsive-mobile .responsive-timeline-res-right .responsive-timeline__day-new {
        max-width: 100%;
        position: relative
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-mobile .responsive-timeline-res-right .responsive-timeline__day-new {
        margin-right: 16px
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-mobile .responsive-timeline-res-right .responsive-timeline__marker {
        flex-shrink: 0;
        flex-grow: 0
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-mobile .responsive-timeline-res-right .responsive-timeline__day-new {
        flex-grow: 1
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-mobile .responsive-timeline-res-right .responsive-timeline__right .responsive-timeline__arrow:after,.responsive-timeline__center-block.responsive-timeline__responsive-mobile .responsive-timeline-res-right .responsive-timeline__left .responsive-timeline__arrow:after {
        top: 50%;
        transform: translateY(-50%)
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-mobile .responsive-timeline-res-right .responsive-timeline__line {
        position: absolute;
        transform: translateX(50%)
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-mobile .responsive-timeline-res-right .responsive-timeline__days {
        text-align: right
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-mobile .responsive-timeline-res-right .responsive-timeline__day-new,.responsive-timeline__center-block.responsive-timeline__responsive-mobile .responsive-timeline-res-right .responsive-timeline__date-new {
        flex-grow: unset;
        flex-basis: unset;
        max-width: 100%;
        position: relative
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-mobile .responsive-timeline-res-right .responsive-timeline__right .responsive-timeline__day-new {
        order: unset;
        padding-left: 0;
        padding-right: 0
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-mobile .responsive-timeline-res-right .responsive-timeline__left .responsive-timeline__day-new {
        order: unset;
        padding-right: 0;
        padding-left: 0
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-mobile .responsive-timeline-res-right .responsive-timeline__left .responsive-timeline__date-new {
        display: none
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-mobile .responsive-timeline-res-right .responsive-timeline__right .responsive-timeline__date-new {
        display: none
    }
}

@media (max-width: 976px) {
    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline-res-right .responsive-timeline__line {
        position:absolute;
        transform: translateX(50%)
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline-res-right .responsive-timeline__line {
        position: absolute;
        transform: translateX(50%)
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline__date-hide {
        display: block
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline__day-left .responsive-timeline__events-inner-new,.responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline__day-right .responsive-timeline__events-inner-new {
        text-align: left
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline__line {
        right: 20px;
        left: auto
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline__marker,.responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline__day-new {
        max-width: 100%;
        position: relative
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline__line {
        left: 20px;
        right: auto
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline__day-new {
        margin-left: 16px
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline__marker {
        order: 0;
        flex-shrink: 0;
        flex-grow: 0
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline__day-new {
        flex-grow: 1;
        order: 1
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline__right .responsive-timeline__arrow:after,.responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline__left .responsive-timeline__arrow:after {
        top: 0
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline__right .responsive-timeline__arrow,.responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline__left .responsive-timeline__arrow {
        width: 10px;
        height: 40px;
        position: absolute
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline__right .responsive-timeline__arrow {
        left: -10px
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline__left .responsive-timeline__arrow {
        left: -12px
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline__right .responsive-timeline__arrow:after,.responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline__left .responsive-timeline__arrow:after {
        top: 50%;
        transform: translateY(-50%)
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline__days {
        text-align: left
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline__day-right .responsive-timeline__arrow:after {
        content: "";
        position: absolute;
        display: inline;
        width: 0;
        height: 0;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline__widget.responsive-timeline__right {
        flex-direction: unset
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline__date-new {
        display: none
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline__day-new,.responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline__date-new {
        flex-grow: unset;
        flex-basis: unset;
        max-width: 100%;
        width: 100%;
        position: relative
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline__right .responsive-timeline__day-new {
        order: unset;
        padding-left: 0;
        padding-right: 0
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline__left .responsive-timeline__day-new {
        order: unset;
        padding-right: 0;
        padding-left: 0
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline__left .responsive-timeline__date-new {
        display: none
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline__right .responsive-timeline__date-new {
        display: none
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline-res-right .responsive-timeline__widget {
        flex-direction: row-reverse
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline-res-right .responsive-timeline__day-left .responsive-timeline__events-inner-new,.responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline-res-right .responsive-timeline__day-right .responsive-timeline__events-inner-new {
        text-align: right
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline-res-right .responsive-timeline__line {
        right: 16px;
        left: auto
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline-res-right .responsive-timeline__right .responsive-timeline__arrow:after,.responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline-res-right .responsive-timeline__left .responsive-timeline__arrow:after {
        top: 0
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline-res-right .responsive-timeline__right .responsive-timeline__arrow,.responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline-res-right .responsive-timeline__left .responsive-timeline__arrow {
        left: auto;
        right: 0;
        width: 10px;
        height: 40px;
        position: absolute
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline-res-right .responsive-timeline__right .responsive-timeline__arrow {
        right: -12px
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline-res-right .responsive-timeline__left .responsive-timeline__arrow {
        right: -10px
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline-res-right .responsive-timeline__marker,.responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline-res-right .responsive-timeline__day-new {
        max-width: 100%;
        position: relative
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline-res-right .responsive-timeline__day-new {
        margin-right: 16px
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline-res-right .responsive-timeline__marker {
        flex-shrink: 0;
        flex-grow: 0
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline-res-right .responsive-timeline__day-new {
        flex-grow: 1
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline-res-right .responsive-timeline__right .responsive-timeline__arrow:after,.responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline-res-right .responsive-timeline__left .responsive-timeline__arrow:after {
        top: 50%;
        transform: translateY(-50%)
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline-res-right .responsive-timeline__days {
        text-align: right
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline-res-right .responsive-timeline__day-new,.responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline-res-right .responsive-timeline__date-new {
        flex-grow: unset;
        flex-basis: unset;
        max-width: 100%;
        position: relative
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline-res-right .responsive-timeline__right .responsive-timeline__day-new {
        order: unset;
        padding-left: 0;
        padding-right: 0
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline-res-right .responsive-timeline__left .responsive-timeline__day-new {
        order: unset;
        padding-right: 0;
        padding-left: 0
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline-res-right .responsive-timeline__left .responsive-timeline__date-new,.responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline-res-right .responsive-timeline__right .responsive-timeline__date-new {
        display: none
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline__day-right .responsive-timeline__arrow:after,.responsive-timeline__center-block.responsive-timeline__responsive-tablet .responsive-timeline__day-left .responsive-timeline__arrow:after {
        border-right: 13px solid #eeeeee;
        border-left: none
    }

    .responsive-timeline__responsive-tablet.responsive-timeline__center-block .responsive-timeline__author,.responsive-timeline__responsive-tablet.responsive-timeline__center-block .responsive-timeline__link_parent,.responsive-timeline__responsive-tablet.responsive-timeline__center-block .responsive-timeline__image a,.responsive-timeline__responsive-tablet.responsive-timeline__center-block .responsive-timeline__heading,.responsive-timeline__responsive-tablet.responsive-timeline__center-block .responsive-timeline-desc-content,.responsive-timeline__responsive-tablet.responsive-timeline__center-block .responsive-timeline__date-inner {
        text-align: left
    }

    .responsive-timeline__responsive-tablet.responsive-timeline__center-block .responsive-timeline__date-hide.responsive-timeline__date-inner {
        text-align: left
    }
}

@media (max-width: 767px) {
    .responsive-timeline__center-block.responsive-timeline__responsive-mobile .responsive-timeline__day-right .responsive-timeline__arrow:after,.responsive-timeline__center-block.responsive-timeline__responsive-mobile .responsive-timeline__day-left .responsive-timeline__arrow:after,.rtl .responsive-timeline__center-block.responsive-timeline__responsive-mobile .responsive-timeline-res-right .responsive-timeline__day-right .responsive-timeline__arrow:after,.rtl .responsive-timeline__center-block.responsive-timeline__responsive-mobile .responsive-timeline-res-right .responsive-timeline__day-left .responsive-timeline__arrow:after {
        border-right:13px solid #eeeeee;
        border-left: none
    }

    .rtl .responsive-timeline__center-block.responsive-timeline__responsive-mobile .responsive-timeline__day-right .responsive-timeline__arrow:after,.rtl .responsive-timeline__center-block.responsive-timeline__responsive-mobile .responsive-timeline__day-left .responsive-timeline__arrow:after,.responsive-timeline__center-block.responsive-timeline__responsive-mobile .responsive-timeline-res-right .responsive-timeline__day-right .responsive-timeline__arrow:after,.responsive-timeline__center-block.responsive-timeline__responsive-mobile .responsive-timeline-res-right .responsive-timeline__day-left .responsive-timeline__arrow:after {
        border-left: 13px solid #eeeeee;
        border-right: none
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-mobile .responsive-timeline__line,.rtl .responsive-timeline__center-block.responsive-timeline__responsive-mobile .responsive-timeline-res-right .responsive-timeline__line {
        left: calc(3em / 2);
        right: auto
    }

    .responsive-timeline__center-block.responsive-timeline__responsive-mobile .responsive-timeline-res-right .responsive-timeline__line,.rtl .responsive-timeline__center-block.responsive-timeline__responsive-mobile .responsive-timeline__line {
        right: calc(3em / 2);
        left: auto
    }

    .responsive-timeline__responsive-mobile.responsive-timeline__center-block .responsive-timeline__author,.responsive-timeline__responsive-mobile.responsive-timeline__center-block .responsive-timeline__link_parent,.responsive-timeline__responsive-mobile.responsive-timeline__center-block .responsive-timeline__image a,.responsive-timeline__responsive-mobile.responsive-timeline__center-block .responsive-timeline__heading,.responsive-timeline__responsive-mobile.responsive-timeline__center-block .responsive-timeline-desc-content,.responsive-timeline__responsive-mobile.responsive-timeline__center-block .responsive-timeline__date-inner {
        text-align: left
    }

    .responsive-timeline__responsive-mobile.responsive-timeline__center-block .responsive-timeline__date-hide.responsive-timeline__date-inner {
        text-align: left
    }
}

.block-cover .responsive-timeline__content-wrap {
    color: #333
}

.has-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%
}

.has-medium-gutter.has-2-columns>*:not(.block-editor-inner-blocks) {
    max-width: calc(100% / 2 - 1em)
}

.has-medium-gutter.has-3-columns>*:not(.block-editor-inner-blocks) {
    max-width: calc(100% / 2.975 - 1.5em)
}

.has-medium-gutter.has-4-columns>*:not(.block-editor-inner-blocks) {
    max-width: calc(100% / 4 - 1.5em)
}

@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 (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: 1280px) {
    .has-columns.has-4-columns>*:not(.block-editor-inner-blocks) {
        flex-basis:25%
    }
}

.block[data-type="blocks/count-up-item"] .responsive-count-item__features {
    margin: 0 0 20px
}

.responsive-count-item .responsive-count-item__features {
    margin: 0 0 20px;
    max-width: none;
    padding: 0
}

.responsive-count-item {
    display: flex;
    flex-direction: column;
    background-color: #f00;
    padding: 10px
}

@media (max-width: 767px) {
    .responsive-count-item {
        margin-bottom:5%
    }
}

.responsive-count-item:not(.has-background) {
    background: rgba(140,140,151,0.1)
}

.responsive-count-item__title {
    font-size: 16px;
    margin-top: 0;
    padding: 0
}

.responsive-count-item__price-wrapper {
    line-height: 1;
    position: relative
}

.responsive-count-item__currency {
    font-size: 1em
}

.responsive-count-item__amount {
    font-size: 40px;
    letter-spacing: normal;
    margin: 0;
    padding: 0
}

.responsive-count-item__features {
    margin: 0 0 30px;
    max-width: none;
    padding: 0
}

.responsive-count-item__features ul,.responsive-count-item__features li {
    list-style: none;
    margin: 0;
    padding: 0
}

.responsive-count-item__title {
    display: block;
    margin-bottom: 20px
}

.responsive-count-item .block-button {
    margin-bottom: 0
}

.has-text-align-center .responsive-count-item__price-wrapper {
    justify-content: center
}

.has-text-align-right .responsive-count-item__price-wrapper {
    justify-content: flex-end
}

.responsive-countup--hide {
    visibility: hidden
}

.blocks-count-up__source-icon svg {
    width: 24px;
    height: 24px;
    display: block
}

.responsive-count__inner {
    display: grid;
    grid-auto-columns: minmax(0, 1fr);
    grid-auto-flow: column;
    grid-gap: 35px;
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative
}

@media (max-width: 767px) {
    .responsive-count__inner {
        display:block
    }
}

.has-text-align-left .blocks-count-up__source-wrap {
    text-align: left;
    margin-left: 0;
    margin-right: auto
}

.has-text-align-right .blocks-count-up__source-wrap {
    text-align: left;
    margin-left: auto;
    margin-right: 0
}

.blocks-count-up__source-wrap {
    display: flex;
    flex-direction: column;
    align-items: center
}

.blocks-count-up__source-wrap.res-countup-icon-design-outline .blocks-count-up__source-icon {
    border: 2px solid
}

.blocks-block-spacer {
    margin: 0 0 1.2em 0;
    position: relative
}

.blocks-block-spacer hr {
    border: none;
    background: none
}

.blocks-block-spacer.bars .blocks-divider-content,.blocks-block-spacer.basic .blocks-divider-content {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    overflow: hidden
}

.blocks-block-spacer.basic .blocks-divider-content hr::before,.blocks-block-spacer.asterisks .blocks-divider-content hr::before,.blocks-block-spacer.dots .blocks-divider-content hr::before,.blocks-block-spacer.bars .blocks-divider-content hr::before {
    content: none
}

.blocks-block-spacer.basic .blocks-divider-content hr::after,.blocks-block-spacer.asterisks .blocks-divider-content hr::after,.blocks-block-spacer.dots .blocks-divider-content hr::after,.blocks-block-spacer.bars .blocks-divider-content hr::after {
    content: none
}

.blocks-block-spacer.blocks-spacer-divider .rgbl-divider__dots {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.blocks-block-spacer.blocks-spacer-divider .rgbl-divider__dot {
    flex-shrink: 0
}

.entry-content .blocks-block-spacer hr {
    border: none;
    margin: 0;
    background: none
}

.entry-content .blocks-block-spacer hr .aaabefore,.entry-content .blocks-block-spacer hr .aaaafter {
    display: none
}

.blocks-block-spacer.blocks-spacer-divider.asterisks hr {
    background-color: transparent !important;
    height: 0 !important
}

.blocks-block-spacer.blocks-spacer-divider.asterisks .rgbl-divider__dot {
    background: transparent !important;
    position: relative
}

.blocks-block-spacer.blocks-spacer-divider.asterisks .rgbl-divider__dot::before {
    content: "*";
    font-family: Georgia, Times, "Times New Roman", serif;
    line-height: 1;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0
}

.blocks-block-spacer.blocks-spacer-divider.dots hr,.blocks-block-spacer.blocks-spacer-divider.asterisks hr {
    background-color: transparent !important;
    height: 0 !important
}

.blocks-block-spacer.blocks-spacer-divider.dots .rgbl-divider__dot,.blocks-block-spacer.blocks-spacer-divider.asterisks .rgbl-divider__dot {
    border-radius: 100%;
    background-color: #ddd
}

.entry-content .block-blocks-divider hr::after,.entry-content .block-blocks-divider hr::before {
    content: none
}

.blocks-expand--more .blocks-expand-less-text,.blocks-expand--more .blocks-expand-more-toggle-text {
    display: none
}

.blocks-expand--more .blocks-expand-more-text {
    display: block !important
}

.blocks-expand--more .blocks-expand-less-toggle-text {
    display: inline-block !important
}

.block-blocks-flip-box {
    width: 420px;
    height: 420px;
    perspective: 1000px;
    word-break: break-all
}

.block-blocks-flip-box .block-blocks-flipbox-item__button {
    width: auto
}

.block-blocks-flip-box .blocks-section-background-image-wrap,.block-blocks-flip-box .blocks-section-back-background-image-wrap {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    z-index: -1
}

.block-blocks-flip-box .blocks-section-background-image,.block-blocks-flip-box .blocks-section-back-background-image {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: 0.3s ease
}

.block-blocks-flip-box .flip-box-inner.frontSelected .blocks-section-back-background-image-wrap,.block-blocks-flip-box .flip-box-inner.backSelected .blocks-section-background-image-wrap,.block-blocks-flip-box .block-blocks-flip-box:hover .flip-box-inner.frontSelected .blocks-section-background-image-wrap,.block-blocks-flip-box .block-blocks-flip-box:hover .flip-box-inner.backSelected .blocks-section-back-background-image-wrap {
    display: none
}

.block-blocks-flip-box .flip-box-inner.frontSelected .blocks-section-background-image-wrap,.block-blocks-flip-box .flip-box-inner.backSelected .blocks-section-back-background-image-wrap,.block-blocks-flip-box .block-blocks-flip-box:hover .flip-box-inner.frontSelected .blocks-section-back-background-image-wrap,.block-blocks-flip-box .block-blocks-flip-box:hover .flip-box-inner.backSelected .blocks-section-background-image-wrap {
    display: block
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d
}

.block-blocks-flip-box:hover .flip-box-inner.LTR,.flip-box-back.LTR {
    transform: rotateY(180deg)
}

.block-blocks-flip-box:hover .flip-box-inner.RTL,.flip-box-back.RTL {
    transform: rotateY(-180deg)
}

.block-blocks-flip-box:hover .flip-box-inner.BTT,.flip-box-back.BTT {
    transform: rotateX(180deg)
}

.block-blocks-flip-box:hover .flip-box-inner.TTB,.flip-box-back.TTB {
    transform: rotateX(-180deg)
}

.flip-box-front,.flip-box-back {
    position: absolute;
    width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 30px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.block-blocks-flip-box__title,.block-blocks-flip-box__backtitle {
    font-family: "Montserrat";
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.2px;
    line-height: 1.1;
    margin-top: 1.67em;
    margin-bottom: 1.67em;
    text-transform: uppercase
}

.block-blocks-flip-box__subtitle,.block-blocks-flip-box__backsubtitle {
    font-size: 13px;
    line-height: 20px
}

.blocks-iconSelector {
    overflow-y: scroll;
    height: 140px
}

.has-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%
}

.has-1-columns .block-blocks-flip-box {
    width: 100%
}

.has-medium-gutter.has-2-columns>*:not(.block-editor-inner-blocks) {
    max-width: calc(100% / 2 - 1em)
}

.has-medium-gutter.has-3-columns>*:not(.block-editor-inner-blocks) {
    max-width: calc(100% / 2.975 - 1.5em)
}

.has-medium-gutter.has-4-columns>*:not(.block-editor-inner-blocks) {
    max-width: calc(100% / 4 - 1.5em)
}

@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 (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: 1280px) {
    .has-columns.has-4-columns>*:not(.block-editor-inner-blocks) {
        flex-basis:25%
    }
}

.block-blocks-gallery-masonry {
    position: relative
}

.block-blocks-gallery-masonry ul {
    list-style: none !important;
    padding: 0 !important;
    margin-left: auto;
    margin-right: auto
}

.block-blocks-gallery-masonry li {
    margin: 0 !important
}

.block-blocks-gallery-masonry figure {
    overflow: hidden
}

.block-blocks-gallery-masonry img {
    height: auto;
    width: 100%;
    vertical-align: bottom
}

.block-blocks-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%
}

.block-blocks-gallery-masonry figcaption img {
    display: inline
}

.block-blocks-icon-list-child {
    position: relative
}

.block-blocks-icon-list-child>a.blocks-icon-list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

img.blocks-icon-list__source-image {
    max-width: unset
}

.blocks-icon-list__layout-vertical .block[data-type="blocks/icons-list-child"] {
    margin-left: 0;
    margin-right: 0
}

.blocks-icon-list__layout-vertical .blocks-icon-list__wrap {
    flex-direction: column
}

.blocks-icon-list__layout-vertical .blocks-icon-list__wrapper:last-child {
    margin-bottom: 0
}

.blocks-icon-list__layout-horizontal .block[data-type="blocks/icons-list-child"]:first-child {
    margin-left: 0
}

.blocks-icon-list__layout-horizontal .block[data-type="blocks/icons-list-child"]:last-child {
    margin-right: 0
}

.blocks-icon-list__wrap .block-editor-inner-blocks {
    width: 100%
}

.block-blocks-icons-list-child {
    position: relative
}

.block-blocks-icons-list-child.blocks-icon-list-repeater.blocks-icon-list__wrapper {
    line-height: 1
}

.blocks-icon-list__wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start
}

.blocks-icon-list__icon-at-top .blocks-icon-list__source-wrap {
    align-self: flex-start
}

.blocks-icon-list__outer-wrap {
    margin-bottom: 0
}

.blocks-icon-list__outer-wrap.block-blocks-icon-list .blocks-icon-list__wrap a.blocks-icon-list__wrapper,.blocks-icon-list__outer-wrap.block-blocks-icon-list .blocks-icon-list__wrap a.blocks-icon-list__wrapper:focus,.blocks-icon-list__outer-wrap.block-blocks-icon-list .blocks-icon-list__wrap a.blocks-icon-list__wrapper:active,.blocks-icon-list__outer-wrap.block-blocks-icon-list .blocks-icon-list__wrap a.blocks-icon-list__wrapper:visited {
    text-decoration: none
}

.blocks-icon-list__outer-wrap a.blocks-button__link:focus {
    box-shadow: none
}

.blocks-icon-list__outer-wrap .blocks-icon-list__wrapper>p {
    display: none
}

.blocks-icon-list__outer-wrap .blocks-icon-list__wrapper {
    padding: 0;
    transition: all 0.2s;
    display: inline-flex;
    text-align: center
}

.blocks-icon-list__outer-wrap .blocks-icon-list__content-wrap,.blocks-icon-list__outer-wrap .blocks-icon-list__source-wrap {
    width: inherit;
    display: inline-block
}

.blocks-icon-list__outer-wrap .blocks-icon-list__source-wrap {
    display: inherit;
    align-items: center;
    border-style: solid
}

.blocks-icon-list__outer-wrap .blocks-icon-list__content-wrap {
    color: #3a3a3a;
    display: flex;
    align-items: center
}

.blocks-icon-list__outer-wrap .blocks-icon-list__source-icon,.blocks-icon-list__outer-wrap .blocks-icon-list__source-icon:before {
    font-size: 16px;
    width: 16px;
    height: 16px
}

.blocks-icon-list__outer-wrap .blocks-icon-list__source-icon svg {
    display: block
}

.blocks-icon-list__outer-wrap .blocks-icon-list__source-image {
    width: 40px
}

.blocks-icon-list__outer-wrap .blocks-icon-list__wrapper:first-child {
    margin-left: 0
}

.blocks-icon-list__outer-wrap .blocks-icon-list__wrapper:last-child {
    margin-right: 0
}

.blocks-icon-list__outer-wrap .blocks-icon-list__wrap>p {
    display: none
}

.blocks-icon-list__outer-wrap .blocks-icon-list__wrapper[href="/"] {
    pointer-events: none;
    cursor: text
}

.blocks-icon-list__outer-wrap.block-blocks-icon-list .blocks-icon-list__wrap .blocks-icon-list__wrapper {
    text-decoration: none
}

.blocks-icon-list__outer-wrap .blocks-icon-list__wrap .blocks-icon-list__wrapper {
    box-shadow: none
}

.blocks-icon-list__outer-wrap.blocks-icon-list__icon-at-top .blocks-icon-list__source-wrap {
    align-self: flex-start
}

.blocks-icon-list__no-label .blocks-icon-list__label-wrap {
    display: none
}

.blocks-icon-list__layout-horizontal .blocks-icon-list__wrapper {
    padding: 0
}

.block-blocks-icons-list-child>a.blocks-icon-list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.has-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%
}

.has-medium-gutter.has-2-columns>*:not(.block-editor-inner-blocks) {
    max-width: calc(100% / 2 - 1em)
}

.has-medium-gutter.has-3-columns>*:not(.block-editor-inner-blocks) {
    max-width: calc(100% / 2.975 - 1.5em)
}

.has-medium-gutter.has-4-columns>*:not(.block-editor-inner-blocks) {
    max-width: calc(100% / 4 - 1.5em)
}

@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 (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: 1280px) {
    .has-columns.has-4-columns>*:not(.block-editor-inner-blocks) {
        flex-basis:25%
    }
}

.block[data-type="blocks/image-boxes-block-item"] .block-blocks-image-boxes-block-item__descriptions {
    margin: 0 0 30px
}

.block-blocks-image-boxes-block-item .block-blocks-image-boxes-block-item__descriptions {
    margin: 0 0 30px;
    max-width: none;
    padding: 0
}

.block-blocks-image-boxes-block-item {
    padding: 0;
    position: relative;
    width: 100%;
    border: 2px solid;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.block-blocks-image-boxes-block-item form {
    display: flex;
    margin-top: 20px;
    border: thin solid;
    padding: 10px;
    flex-wrap: nowrap;
    z-index: 1
}

.block-blocks-image-boxes-block-item form .components-base-control.block-editor-url-input {
    max-width: 80%
}

.block-blocks-image-boxes-block-item form svg.dashicon {
    margin: auto 0
}

@media (min-width: 600px) {
    .block-blocks-image-boxes-block-item {
        margin-bottom:0
    }
}

.block-blocks-image-boxes-block-item__title {
    margin-top: 0;
    padding: 0
}

.block-blocks-image-boxes-block-item__imagebox-wrapper {
    display: flex;
    line-height: 1;
    position: relative
}

.block-blocks-image-boxes-block-item__descriptions {
    margin: 0 0 30px;
    max-width: none;
    padding: 0
}

.block-blocks-image-boxes-block-item__descriptions ul,.block-blocks-image-boxes-block-item__descriptions li {
    list-style: none;
    margin: 0;
    padding: 0
}

.block-blocks-image-boxes-block-item__title {
    display: block;
    margin-bottom: 20px
}

.block-blocks-image-boxes-block-item__imagebox-wrapper {
    margin-bottom: 20px
}

.block-blocks-image-boxes-block-item .block-button {
    margin-bottom: 0
}

.block-blocks-image-boxes-block-item * {
    max-width: 100%
}

.has-text-align-center .block-blocks-image-boxes-block-item__imagebox-wrapper {
    justify-content: center
}

.has-text-align-right .block-blocks-image-boxes-block-item__imagebox-wrapper {
    justify-content: flex-end
}

.block-blocks-image-boxes-block-item {
    transform: scale(1.02);
    transition: transform 0.3s
}

[class*="blocks-change-image"] {
    width: 600px !important;
    margin: 0 auto;
    height: auto;
    max-width: 100%;
    position: relative;
    mask-mode: alpha;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    border-radius: none
}

.blocks-add-image {
    width: auto;
    position: relative
}

.blocks-add-image.components-button {
    cursor: copy !important
}

.block-blocks-image-boxes-block-item .blocks-add-image {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.blocks-imagebox-image-wrap {
    position: absolute;
    transition: all 0.5s ease
}

.blocks-remove-image {
    position: absolute;
    right: -10px;
    top: -10px
}

.block-blocks-image-boxes-block-item:hover {
    transform: scale(1)
}

.block-blocks-image-boxes-block-item:hover button[class^="components-button blocks-change-image"]:before,.block-blocks-image-boxes-block-item:hover .blocks-imagebox-image-wrap.front:before {
    content: "";
    background-color: black;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    opacity: 0.2;
    transition: all 0.5s ease
}

.block-blocks-image-boxes-block-item__title {
    padding: 0 20px;
    width: 100%;
    z-index: 999
}

.block-blocks-image-boxes-block-item__description {
    padding: 0 20px;
    z-index: 999;
    transition: all 1s ease
}

.imagebox-arrow {
    font-size: 30px;
    padding: 0 20px;
    width: 100%;
    transition: all 1s ease;
    z-index: 999
}

.block-blocks-image-boxes-block-item:hover .imagebox-arrow {
    display: block
}

.block-blocks-image-slider,.block-blocks-image-slider .blocks-gallery {
    position: relative;
    overflow: hidden
}

.block-blocks-image-slider .blocks-gallery--figure {
    height: 100%
}

.block-blocks-image-slider .carousel-nav.has-border-radius-2 img {
    border-radius: 2px
}

.block-blocks-image-slider .carousel-nav.has-border-radius-3 img {
    border-radius: 3px
}

.block-blocks-image-slider .carousel-nav.has-border-radius-4 img {
    border-radius: 4px
}

.block-blocks-image-slider .carousel-nav.has-border-radius-5 img {
    border-radius: 5px
}

.block-blocks-image-slider .carousel-nav.has-border-radius-6 img {
    border-radius: 6px
}

.block-blocks-image-slider .carousel-nav.has-border-radius-7 img {
    border-radius: 7px
}

.block-blocks-image-slider .carousel-nav.has-border-radius-8 img {
    border-radius: 8px
}

.block-blocks-image-slider .carousel-nav.has-border-radius-9 img {
    border-radius: 9px
}

.block-blocks-image-slider .carousel-nav.has-border-radius-10 img {
    border-radius: 10px
}

.block-blocks-image-slider .carousel-nav.has-border-radius-11 img {
    border-radius: 11px
}

.block-blocks-image-slider .carousel-nav.has-border-radius-12 img {
    border-radius: 12px
}

.block-blocks-image-slider .carousel-nav.has-border-radius-13 img {
    border-radius: 13px
}

.block-blocks-image-slider .carousel-nav.has-border-radius-14 img {
    border-radius: 14px
}

.block-blocks-image-slider .carousel-nav.has-border-radius-15 img {
    border-radius: 15px
}

.block-blocks-image-slider .carousel-nav.has-border-radius-16 img {
    border-radius: 16px
}

.block-blocks-image-slider .carousel-nav.has-border-radius-17 img {
    border-radius: 17px
}

.block-blocks-image-slider .carousel-nav.has-border-radius-18 img {
    border-radius: 18px
}

.block-blocks-image-slider .carousel-nav.has-border-radius-19 img {
    border-radius: 19px
}

.block-blocks-image-slider .carousel-nav.has-border-radius-20 img {
    border-radius: 20px
}

.block-blocks-image-slider .flickity-button {
    align-items: center;
    border-radius: 100%;
    color: #fff;
    cursor: pointer;
    display: flex;
    height: auto;
    width: auto;
    margin: 0 1%;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 250ms background-color linear;
    z-index: 3
}

.block-blocks-image-slider .flickity-button:hover {
    background-color: rgba(255,255,255,0.15)
}

.block-blocks-image-slider .flickity-button: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) {
    .block-blocks-image-slider .flickity-button {
        margin:0 2%
    }

    .block-blocks-image-slider .flickity-button:hover {
        background-color: rgba(255,255,255,0.25)
    }
}

.block-blocks-image-slider .flickity-button::after {
    display: block;
    background-color: #fff;
    height: 28px;
    position: relative;
    width: 28px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

@media (min-width: 960px) {
    .block-blocks-image-slider .flickity-button::after {
        height:32px;
        width: 32px
    }
}

.block-blocks-image-slider .flickity-button.previous {
    height: 62px;
    left: 0;
    width: 62px
}

.block-blocks-image-slider .flickity-button.previous::after {
    width: 32px;
    height: 32px;
    left: -1px;
    -webkit-mask-image: url(images/lightbox/arrow-left.svg);
    mask-image: url(images/lightbox/arrow-left.svg)
}

.block-blocks-image-slider .flickity-button.next {
    width: 62px;
    height: 62px
}

.block-blocks-image-slider .flickity-button.next::after {
    width: 32px;
    height: 32px;
    -webkit-mask-image: url(images/lightbox/arrow-right.svg);
    mask-image: url(images/lightbox/arrow-right.svg);
    right: -1px
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .block-blocks-image-slider .flickity-button.previous::after {
        background-image: url(images/lightbox/arrow-left.svg);
        color: transparent !important;
        background-color: transparent !important
    }

    .block-blocks-image-slider .flickity-button.next::after {
        background-image: url(images/lightbox/arrow-right.svg);
        color: transparent !important;
        background-color: transparent !important
    }
}

.block-blocks-image-slider .carousel-nav {
    height: auto
}

.block-blocks-image-slider .carousel-nav .flickity-viewport {
    height: 80px !important;
    margin-left: 0;
    margin-right: 0
}

.block-blocks-image-slider .carousel-nav figure {
    margin: 0
}

.block-blocks-image-slider .carousel-nav .blocks--figure {
    height: 100%;
    position: relative
}

.block-blocks-image-slider .carousel-nav .blocks--item-thumbnail {
    height: 80px;
    opacity: 0.4;
    overflow: hidden;
    transition: opacity 250ms ease;
    width: 100px
}

.block-blocks-image-slider .carousel-nav .blocks--item-thumbnail:hover {
    opacity: 0.66
}

.block-blocks-image-slider .carousel-nav .blocks--item-thumbnail.is-selected {
    opacity: 1
}

.block-blocks-image-slider .carousel-nav .blocks--item-thumbnail img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    vertical-align: middle;
    width: 100%
}

.blocks-gallery .carousel-nav {
    height: auto
}

.blocks-gallery .carousel-nav .flickity-viewport {
    height: 80px !important;
    margin-left: 0;
    margin-right: 0
}

.blocks-gallery .carousel-nav figure {
    margin: 0
}

.blocks-gallery .carousel-nav .blocks--figure {
    height: 100%;
    position: relative
}

.blocks-gallery .carousel-nav .blocks--item-thumbnail {
    height: 80px;
    opacity: 0.4;
    overflow: hidden;
    transition: opacity 250ms ease;
    width: 100px
}

.blocks-gallery .carousel-nav .blocks--item-thumbnail:hover {
    opacity: 0.66
}

.blocks-gallery .carousel-nav .blocks--item-thumbnail.is-selected {
    opacity: 1
}

.blocks-gallery .carousel-nav .blocks--item-thumbnail img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    vertical-align: middle;
    width: 100%
}

.has-responsive-height .has-carousel {
    height: auto !important;
    padding-bottom: 56.25%;
    position: relative
}

.has-responsive-height .has-carousel .flickity-viewport {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media (max-width: 767px) {
    .has-margin-left-mobile-5.has-margin-right-mobile-5 {
        margin-left:5px;
        margin-right: 5px
    }

    .has-margin-left-mobile-10.has-margin-right-mobile-10 {
        margin-left: 10px;
        margin-right: 10px
    }

    .has-margin-left-mobile-15.has-margin-right-mobile-15 {
        margin-left: 15px;
        margin-right: 15px
    }

    .has-margin-left-mobile-20.has-margin-right-mobile-20 {
        margin-left: 20px;
        margin-right: 20px
    }
}

.block-blocks-image-slider,.blocks-gallery {
    height: 100%
}

.block-blocks-image-slider .flickity-enabled,.blocks-gallery .flickity-enabled {
    height: 100%
}

.blocks-ifb-icon-wrap .blocks-ifb-icon,.blocks-ifb-content {
    display: inline-block
}

.blocks-ifb-icon svg {
    width: inherit;
    height: inherit;
    vertical-align: middle
}

.infobox-icon-above-title .blocks-ifb-left-right-wrap {
    text-align: center
}

a.blocks-infobox-cta-link span {
    font-size: inherit
}

.blocks-ifb-cta.blocks-infobox-cta-link-style:empty {
    display: none
}

a.blocks-infobox-cta-link,.entry .entry-content a.blocks-infobox-cta-link,a.blocks-infobox-link-wrap,.entry .entry-content a.blocks-infobox-link-wrap {
    text-decoration: none
}

a.blocks-infobox-cta-link:hover,.entry .entry-content a.blocks-infobox-cta-link:hover,a.blocks-infobox-link-wrap:hover,.entry .entry-content a.blocks-infobox-link-wrap:hover .entry .entry-content a.blocks-infobox-cta-link:hover {
    color: inherit
}

.blocks-infobox-icon-left-title.blocks-infobox-image-valign-middle .blocks-ifb-title-wrap,.blocks-infobox-icon-right-title.blocks-infobox-image-valign-middle .blocks-ifb-title-wrap,.blocks-infobox-image-valign-middle .blocks-ifb-imgicon-wrap,.blocks-infobox-icon-left.blocks-infobox-image-valign-middle .blocks-ifb-content,.blocks-infobox-icon-right.blocks-infobox-image-valign-middle .blocks-ifb-content {
    align-self: center
}

.blocks-infobox-left {
    text-align: left;
    justify-content: flex-start
}

.blocks-infobox-center {
    text-align: center;
    justify-content: center
}

.blocks-infobox-right {
    text-align: right;
    justify-content: flex-end
}

.blocks-ifb-left-right-wrap {
    width: 100%;
    word-break: break-word
}

.blocks-infobox-icon-above-title .blocks-ifb-left-right-wrap,.blocks-infobox-icon-below-title .blocks-ifb-left-right-wrap {
    display: block;
    min-width: 100%;
    width: 100%
}

.blocks-infobox-icon-left-title .blocks-ifb-icon-wrap,.blocks-infobox-icon-left .blocks-ifb-icon-wrap {
    margin-right: 10px
}

.blocks-infobox-icon-right-title .blocks-ifb-icon-wrap,.blocks-infobox-icon-right .blocks-ifb-icon-wrap {
    margin-left: 10px
}

@media only screen and (max-width: 976px) {
    .blocks-infobox__content-wrap.blocks-infobox-stacked-tablet .blocks-ifb-icon-wrap {
        margin-left:0;
        margin-right: 0
    }
}

@media only screen and (max-width: 767px) {
    .blocks-infobox__content-wrap.blocks-infobox-stacked-mobile .blocks-ifb-icon-wrap {
        margin-left:0;
        margin-right: 0
    }
}

.blocks-infobox-icon-left .blocks-ifb-left-right-wrap,.blocks-infobox-icon-right .blocks-ifb-left-right-wrap,.blocks-infobox-icon-left-title .blocks-ifb-left-title-image,.blocks-infobox-icon-right-title .blocks-ifb-right-title-image {
    -js-display: flex;
    display: flex
}

.blocks-infobox-icon-right .blocks-ifb-left-right-wrap,.blocks-infobox-icon-right-title .blocks-ifb-right-title-image {
    justify-content: flex-end
}

.blocks-ifb-icon-wrap .blocks-ifb-icon span {
    font-style: initial;
    height: auto;
    width: auto
}

.blocks-ifb-imgicon-wrap .blocks-ifb-image-content {
    display: inline-block;
    line-height: 0;
    position: relative;
    max-width: 100%;
    vertical-align: middle
}

.blocks-ifb-imgicon-wrap .blocks-ifb-image-content img {
    display: inline;
    height: auto !important;
    max-width: 100%;
    width: auto;
    box-sizing: content-box;
    border-radius: inherit
}

.blocks-ifb-imgicon-wrap .blocks-image-crop-circle img {
    border-radius: 100%
}

.blocks-ifb-imgicon-wrap .blocks-image-crop-square img {
    border-radius: 0
}

.blocks-infobox-module-link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 4
}

.blocks-edit-mode .blocks-infobox-module-link {
    z-index: 2
}

.blocks-infobox-link-icon-after {
    margin-left: 5px;
    margin-right: 0
}

.blocks-infobox-link-icon-before {
    margin-left: 0;
    margin-right: 5px
}

.blocks-infobox-link-icon {
    transition: all 200ms linear
}

.blocks-ifb-separator {
    width: 30%;
    border-top-width: 2px;
    border-top-color: #333;
    border-top-style: solid;
    display: inline-block;
    margin: 0
}

.blocks-ifb-separator-parent {
    line-height: 0em;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px
}

.blocks-ifb-cta-button {
    display: inline-block;
    line-height: 1;
    text-align: center
}

.blocks-ifb-button-wrapper .block-button__link svg {
    fill: currentColor
}

.blocks-ifb-cta a {
    box-shadow: none;
    text-decoration: none
}

.blocks-ifb-title-wrap {
    width: 100%;
    margin-top: 0
}

.blocks-ifb-title-wrap .blocks-ifb-title,.blocks-ifb-title-wrap .blocks-ifb-title-prefix {
    padding: 0;
    margin: 0;
    display: block
}

.blocks-ifb-icon span {
    font-size: 40px;
    height: 40px;
    color: #333;
    width: 40px
}

.blocks-ifb-icon svg {
    fill: #333
}

.blocks-ifb-content {
    width: 100%
}

.blocks-infobox__content-wrap.blocks-infobox,.blocks-ifb-content,.blocks-ifb-title-wrap,.blocks-ifb-title-prefix *,svg.dashicon.dashicons-upload {
    z-index: 1
}

.blocks-ifb-left-right-wrap,button.components-button {
    z-index: 1
}

.blocks-infobox-cta-link {
    cursor: pointer
}

a.blocks-infobox-link-wrap {
    color: inherit
}

.blocks-ifb-content p:empty {
    display: none
}

.blocks-infobox .blocks-ifb-icon,.blocks-infobox .blocks-ifb-image-content img {
    display: inline-block;
    box-sizing: content-box
}

.blocks-ifb-align-icon-after {
    margin-left: 5px
}

.blocks-ifb-align-icon-before {
    margin-right: 5px
}

span.blocks-ifb-button-icon.blocks-ifb-align-icon-after {
    float: right
}

.blocks-ifb-button-icon {
    height: 15px;
    width: 15px;
    font-size: 15px;
    vertical-align: middle
}

.blocks-ifb-text-icon {
    height: 15px;
    width: 15px;
    font-size: 15px;
    line-height: 15px;
    vertical-align: middle;
    display: inline-block
}

.blocks-ifb-button-icon svg,.blocks-ifb-text-icon svg {
    height: inherit;
    width: inherit;
    display: inline-block
}

.block-editor-page #wpwrap .blocks-infobox-cta-link svg,.blocks-infobox-cta-link svg {
    font-style: normal
}

.blocks-infobox__outer-wrap {
    position: relative;
    margin-bottom: 0;
    z-index: 999;
    overflow: hidden
}

a.blocks-infbox__link-to-all {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 3;
    box-shadow: none;
    text-decoration: none
}

@media only screen and (max-width: 976px) {
    .blocks-infobox-stacked-tablet .blocks-ifb-left-right-wrap .blocks-ifb-imgicon-wrap {
        padding:0;
        margin-bottom: 20px
    }

    .blocks-infobox-stacked-tablet.blocks-reverse-order-tablet .blocks-ifb-left-right-wrap {
        -js-display: inline-flex;
        display: inline-flex;
        flex-direction: column-reverse
    }

    .blocks-infobox.blocks-infobox-stacked-tablet .blocks-ifb-left-right-wrap .blocks-ifb-content,.blocks-infobox.blocks-infobox-stacked-tablet .blocks-ifb-left-right-wrap .blocks-ifb-imgicon-wrap {
        display: block;
        width: 100%
    }

    .blocks-infobox.blocks-infobox-stacked-tablet .blocks-ifb-left-right-wrap .blocks-ifb-imgicon-wrap {
        margin-left: 0px;
        margin-right: 0px
    }

    .blocks-infobox-stacked-tablet .blocks-ifb-left-right-wrap {
        display: inline-block
    }

    .blocks-infobox-icon-left-title.blocks-infobox-stacked-tablet .blocks-ifb-imgicon-wrap,.blocks-infobox-icon-left.blocks-infobox-stacked-tablet .blocks-ifb-imgicon-wrap {
        margin-right: 0px
    }

    .blocks-infobox-icon-right-title.blocks-infobox-stacked-tablet .blocks-ifb-imgicon-wrap,.blocks-infobox-icon-right.blocks-infobox-stacked-tablet .blocks-ifb-imgicon-wrap {
        margin-left: 0px
    }

    .blocks-infobox-icon-left-title .blocks-ifb-separator-parent {
        margin: 10px 0
    }
}

@media screen and (max-width: 767px) {
    .blocks-infobox-stacked-mobile .blocks-ifb-left-right-wrap .blocks-ifb-imgicon-wrap {
        padding:0;
        margin-bottom: 20px
    }

    .blocks-infobox-stacked-mobile.blocks-reverse-order-mobile .blocks-ifb-left-right-wrap {
        -js-display: inline-flex;
        display: inline-flex;
        flex-direction: column-reverse
    }

    .blocks-infobox.blocks-infobox-stacked-mobile .blocks-ifb-left-right-wrap .blocks-ifb-content,.blocks-infobox.blocks-infobox-stacked-mobile .blocks-ifb-left-right-wrap .blocks-ifb-imgicon-wrap {
        display: block;
        width: 100%;
        text-align: center
    }

    .blocks-infobox.blocks-infobox-stacked-mobile .blocks-ifb-left-right-wrap .blocks-ifb-imgicon-wrap {
        margin-left: 0px;
        margin-right: 0px
    }

    .blocks-infobox-stacked-mobile .blocks-ifb-left-right-wrap {
        display: inline-block
    }

    .blocks-infobox-icon-left-title.blocks-infobox-stacked-mobile .blocks-ifb-imgicon-wrap,.blocks-infobox-icon-left.blocks-infobox-stacked-mobile .blocks-ifb-imgicon-wrap {
        margin-right: 0px
    }

    .blocks-infobox-icon-right-title.blocks-infobox-stacked-mobile .blocks-ifb-imgicon-wrap,.blocks-infobox-icon-right.blocks-infobox-stacked-mobile .blocks-ifb-imgicon-wrap {
        margin-left: 0px
    }

    .blocks-infobox-icon-left-title .blocks-ifb-separator-parent {
        margin: 10px 0
    }
}

.blocks-cta-image:not(.has-background-dim) {
    opacity: 0
}

.blocks-infobox__content-wrap .has-background-dim {
    opacity: 0.5
}

.blocks-infobox__content-wrap .has-background-dim-10 {
    opacity: 0.1
}

.blocks-infobox__content-wrap .has-background-dim-20 {
    opacity: 0.2
}

.blocks-infobox__content-wrap .has-background-dim-30 {
    opacity: 0.3
}

.blocks-infobox__content-wrap .has-background-dim-40 {
    opacity: 0.4
}

.blocks-infobox__content-wrap .has-background-dim-50 {
    opacity: 0.5
}

.blocks-infobox__content-wrap .has-background-dim-60 {
    opacity: 0.6
}

.blocks-infobox__content-wrap .has-background-dim-70 {
    opacity: 0.7
}

.blocks-infobox__content-wrap .has-background-dim-80 {
    opacity: 0.8
}

.blocks-infobox__content-wrap .has-background-dim-90 {
    opacity: 0.9
}

.blocks-infobox__content-wrap .has-background-dim-100 {
    opacity: 1
}

.blocks-infobox__content-wrap.blocks-infobox .blocks-cta-image-wrap {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    z-index: -1
}

.blocks-infobox__content-wrap.blocks-infobox .blocks-cta-image {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: 0.3s ease
}

.blocks-post-carousel-inner {
    position: relative;
    width: 100%
}

.blocks-block-post-carousel-author,.blocks-block-post-carousel-date,.blocks-block-post-carousel-comments {
    display: inline;
    padding-right: 20px
}

.blocks-block-post-carousel-comments {
    margin-bottom: 28px
}

.blocks-block-post-carousel-text-wrap {
    position: relative
}

.blocks-block-post-carousel-image-background {
    position: absolute;
    â€¨left: 0;
    â€¨right: 0;
    width: 100%;
    height: 100%;
    â€¨top: 0
}

.blocks-block-post-carousel-image-background img {
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 100%
}

.resp-post__image-position-background-- .blocks-block-post-carousel-header {
    opacity: 1;
    position: relative;
    z-index: 10;
    overflow: hidden;
    width: 100%
}

.resp-post__image-position-background-- .blocks-post-carousel-inner {
    position: relative;
    width: 100%
}

.resp-post__image-position-background-- .blocks-block-post-carousel-image-background img {
    position: absolute;
    width: auto;
    height: auto;
    min-width: 100%;
    max-width: none;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-height: 100%
}

.resp-post__image-position-background-- .blocks-block-post-carousel-image-background {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    text-align: center;
    position: relative
}

.resp-post__image-position-background-- .blocks-block-post-carousel-image-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.resp-post__image-position-background-- .blocks-block-post-carousel-image-background::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(255,255,255,0.5)
}

.blocks-block-post-carousel {
    text-align: center
}

.blocks-block-post-carousel .blocks-block-post-carousel-header {
    overflow: hidden;
    word-break: break-word;
    padding-bottom: 0;
    border-radius: inherit;
    position: relative
}

.blocks-block-post-carousel .blocks-block-post-carousel-image-top {
    margin-bottom: 1.2em
}

.blocks-block-post-carousel .blocks-block-post-carousel-image-top img {
    display: block;
    width: 100%
}

.blocks-block-post-carousel .slick-slide {
    width: 100%
}

.blocks-block-post-carousel .slick-slide img {
    margin: auto
}

.blocks-block-post-carousel .blocks-post-carousel-item.hentry {
    padding: 0px;
    margin: 0px
}

.blocks-post-carousel-inner {
    margin-left: auto;
    margin-right: auto
}

.responsive-post-slick-carousel {
    padding: 45px
}

.slick-list,.slick-slider,.slick-track {
    position: relative;
    display: block
}

.slick-loading .slick-slide,.slick-loading .slick-track {
    visibility: hidden
}

.slick-slider {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
    transform: translate3d(0, 0, 0)
}

.slick-track {
    top: 0;
    left: 0
}

.slick-track:after,.slick-track:before {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-prev,.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: auto;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: #aaa;
    border: 1px solid #aaa;
    outline: none;
    background: transparent
}

.slick-prev:before,.slick-next:before {
    font-size: 35px;
    line-height: 1;
    opacity: 0.75;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev:before,[dir="rtl"] .slick-prev:before,.slick-next:before,[dir="rtl"] .slick-next:before {
    content: "";
    font-size: 0;
    line-height: 0
}

.slick-prev {
    left: -45px;
    z-index: 1;
    border-radius: 0
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -45px
}

button.slick-arrow {
    padding: 7px
}

.slick-prev i,.slick-next i,.slick-prev i:hover,.slick-next i:hover,.slick-prev i:focus,.slick-next i:focus {
    font-size: 20px;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.6em;
    text-align: center;
    box-sizing: content-box
}

ul.slick-dots {
    padding-top: 0;
    display: block;
    position: absolute;
    margin: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    transform: translateY(100%);
    text-align: center
}

ul.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer
}

ul.slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: black
}

ul.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

ul.slick-dots li button:before {
    font-family: none;
    font-size: 30px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "â€¢";
    text-align: center;
    opacity: 0.25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-next {
    right: -45px
}

[dir="rtl"] .slick-next {
    left: -45px;
    right: auto
}

@media (max-width: 976px) {
    .slick-prev {
        left:15px;
        z-index: 1
    }

    [dir="rtl"] .slick-prev {
        left: auto;
        right: 15px
    }

    .slick-next {
        right: 15px
    }

    [dir="rtl"] .slick-next {
        left: 15px;
        right: auto
    }

    .slick-prev,.slick-next {
        border-color: transparent !important
    }

    .slick-prev {
        left: -3px
    }

    .slick-next {
        right: -3px
    }
}

.blocks-block-post-grid {
    margin: 0 0 1.2em 0;
    position: relative
}

.blocks-block-post-grid .is-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-gap: 0
}

@media all and (-ms-high-contrast: none) {
    .blocks-block-post-grid .is-grid {
        display: block
    }
}

.blocks-block-post-grid .is-grid article {
    margin-bottom: 2.5em;
    min-width: 0;
    background-size: cover
}

@media all and (-ms-high-contrast: none) {
    .blocks-block-post-grid .is-grid article {
        padding-left: 10px;
        padding-right: 10px;
        display: inline-block;
        vertical-align: top
    }
}

.blocks-block-post-grid .is-grid.columns-1 {
    grid-template-columns: 1fr
}

@media all and (-ms-high-contrast: none) {
    .blocks-block-post-grid .is-grid.columns-1 article {
        width: 100%
    }
}

.blocks-block-post-grid .is-grid.columns-2 {
    grid-template-columns: 1fr 1fr
}

@media all and (-ms-high-contrast: none) {
    .blocks-block-post-grid .is-grid.columns-2 article {
        width: 48%
    }
}

.blocks-block-post-grid .is-grid.columns-3 {
    grid-template-columns: 1fr 1fr 1fr
}

@media all and (-ms-high-contrast: none) {
    .blocks-block-post-grid .is-grid.columns-3 article {
        width: 32%
    }
}

.blocks-block-post-grid .is-grid.columns-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr
}

@media all and (-ms-high-contrast: none) {
    .blocks-block-post-grid .is-grid.columns-4 article {
        width: 24%
    }
}

@media only screen and (max-width: 600px) {
    .blocks-block-post-grid div[class*="columns"].is-grid {
        grid-template-columns:1fr
    }
}

.blocks-block-post-grid .blocks-post-grid-section-title {
    text-align: left
}

.blocks-block-post-grid .blocks-block-post-grid-image {
    margin-bottom: 1.2em
}

.blocks-block-post-grid .blocks-block-post-grid-image img {
    display: block;
    width: 100%
}

.blocks-block-post-grid .blocks-block-post-grid-text {
    text-align: left;
    padding: 0px
}

.blocks-block-post-grid a {
    text-decoration: none
}

.blocks-block-post-grid header .blocks-block-post-grid-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 1.2
}

.blocks-block-post-grid header .blocks-block-post-grid-title a {
    color: #293038;
    text-decoration: none
}

.blocks-block-post-grid .blocks-block-post-grid-byline {
    font-size: 14px;
    color: #626e81;
    margin-bottom: 15px
}

.blocks-block-post-grid .blocks-block-post-grid-author,.blocks-block-post-grid .blocks-block-post-grid-date {
    display: inline-block
}

.blocks-block-post-grid .blocks-block-post-grid-author:not(:last-child):after,.blocks-block-post-grid .blocks-block-post-grid-date:not(:last-child):after {
    content: "\B7";
    vertical-align: middle;
    margin: 0 5px;
    line-height: 1
}

.blocks-block-post-grid .blocks-block-post-grid-author a {
    color: inherit;
    text-decoration: none;
    word-break: break-all
}

.blocks-block-post-grid .blocks-block-post-grid-author a:hover {
    color: inherit;
    text-decoration: underline
}

.blocks-block-post-grid .blocks-block-post-grid-text p {
    margin: 0 0 15px 0;
    font-size: inherit
}

.blocks-block-post-grid .blocks-block-post-grid-text p:last-of-type {
    margin-bottom: 0
}

.blocks-block-post-grid .blocks-block-post-grid-more-link {
    display: inline-block;
    box-shadow: none;
    transition: 0.3s ease;
    font-weight: bold;
    text-decoration: none
}

.blocks-block-post-grid .blocks-block-post-grid-more-link:hover {
    text-decoration: underline
}

.blocks-block-post-grid .blocks-block-post-grid-excerpt div+p {
    margin-top: 15px;
    line-height: inherit
}

.blocks-block-post-grid .is-list article {
    display: grid;
    grid-template-columns: 30% 1fr;
    grid-template-rows: 1fr;
    grid-gap: 0 1em
}

@media all and (-ms-high-contrast: none) {
    .blocks-block-post-grid .is-list article {
        display: block
    }
}

.blocks-block-post-grid .is-list article:before {
    display: none
}

.blocks-block-post-grid .is-list article:not(:last-child) {
    margin-bottom: 5%;
    padding-bottom: 5%
}

@media only screen and (max-width: 600px) {
    .blocks-block-post-grid .is-list article {
        grid-template-columns:1fr
    }
}

.blocks-block-post-grid .is-list article:not(.has-post-thumbnail) {
    grid-template-columns: 1fr
}

.blocks-block-post-grid .is-list .blocks-block-post-grid-image {
    margin-bottom: 0
}

@media all and (-ms-high-contrast: none) {
    .blocks-block-post-grid .is-list .blocks-block-post-grid-image {
        width: 30%;
        display: inline-block;
        vertical-align: top
    }
}

@media only screen and (max-width: 600px) {
    .blocks-block-post-grid .is-list .blocks-block-post-grid-image {
        margin-bottom:5%
    }
}

@media all and (-ms-high-contrast: none) {
    .blocks-block-post-grid .is-list .blocks-block-post-grid-text {
        width: 65%;
        padding-left: 5%;
        display: inline-block;
        vertical-align: top
    }

    .blocks-block-post-grid .is-list .post:not(.has-post-thumbnail) .blocks-block-post-grid-text {
        width: 100%;
        padding-left: 0
    }
}

@media only screen and (min-width: 600px) {
    .blocks-block-post-grid .is-list .blocks-block-post-grid-title {
        font-size:34px
    }
}

.blocks-block-post-grid .is-list .no-thumb .blocks-block-post-grid-text {
    grid-column: span 2
}

.blocks-block-post-grid .hentry {
    margin-top: 0
}

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

.blocks-block-post-timeline {
    margin: 0 0 1.2em 0;
    position: relative
}

.blocks-block-post-timeline .is-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-gap: 0 1em
}

@media all and (-ms-high-contrast: none) {
    .blocks-block-post-timeline .is-grid {
        display: block
    }
}

.blocks-block-post-timeline .is-grid article {
    margin-bottom: 2.5em;
    min-width: 0
}

@media all and (-ms-high-contrast: none) {
    .blocks-block-post-timeline .is-grid article {
        padding-left: 10px;
        padding-right: 10px;
        display: inline-block;
        vertical-align: top
    }
}

.blocks-block-post-timeline .is-grid.columns-1 {
    grid-template-columns: 1fr
}

@media all and (-ms-high-contrast: none) {
    .blocks-block-post-timeline .is-grid.columns-1 article {
        width: 100%
    }
}

.blocks-block-post-timeline .is-grid.columns-2 {
    grid-template-columns: 1fr 1fr
}

@media all and (-ms-high-contrast: none) {
    .blocks-block-post-timeline .is-grid.columns-2 article {
        width: 48%
    }
}

.blocks-block-post-timeline .is-grid.columns-3 {
    grid-template-columns: 1fr 1fr 1fr
}

@media all and (-ms-high-contrast: none) {
    .blocks-block-post-timeline .is-grid.columns-3 article {
        width: 32%
    }
}

.blocks-block-post-timeline .is-grid.columns-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr
}

@media all and (-ms-high-contrast: none) {
    .blocks-block-post-timeline .is-grid.columns-4 article {
        width: 24%
    }
}

@media only screen and (max-width: 600px) {
    .blocks-block-post-timeline div[class*="columns"].is-grid {
        grid-template-columns:1fr
    }
}

.blocks-block-post-timeline .blocks-post-grid-section-title {
    text-align: left
}

.blocks-block-post-timeline .blocks-block-post-timeline-image {
    margin-bottom: 1.2em
}

.blocks-block-post-timeline .blocks-block-post-timeline-image img {
    display: block;
    width: 100%
}

.blocks-block-post-timeline .blocks-block-post-timeline-text {
    text-align: left;
    padding: 20px
}

.blocks-block-post-timeline a {
    text-decoration: none
}

.blocks-block-post-timeline header .blocks-block-post-timeline-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 1.2
}

.blocks-block-post-timeline header .blocks-block-post-timeline-title a {
    color: #293038;
    text-decoration: none
}

.blocks-block-post-timeline header .blocks-block-post-timeline-title a:hover {
    text-decoration: underline
}

.blocks-block-post-timeline .blocks-block-post-timeline-byline {
    font-size: 14px;
    color: #626e81;
    margin-bottom: 15px
}

.blocks-block-post-timeline .blocks-block-post-timeline-author,.blocks-block-post-timeline .blocks-block-post-timeline-date {
    display: inline-block
}

.blocks-block-post-timeline .blocks-block-post-timeline-author:not(:last-child):after,.blocks-block-post-timeline .blocks-block-post-timeline-date:not(:last-child):after {
    content: "\B7";
    vertical-align: middle;
    margin: 0 5px;
    line-height: 1
}

.blocks-block-post-timeline .blocks-block-post-timeline-author a {
    color: inherit;
    text-decoration: none
}

.blocks-block-post-timeline .blocks-block-post-timeline-author a:hover {
    color: inherit;
    text-decoration: underline
}

.blocks-block-post-timeline .blocks-block-post-timeline-text p {
    margin: 0 0 15px 0;
    font-size: inherit
}

.blocks-block-post-timeline .blocks-block-post-timeline-text p:last-of-type {
    margin-bottom: 0
}

.blocks-block-post-timeline .blocks-block-post-timeline-more-link {
    display: inline-block;
    box-shadow: none;
    transition: 0.3s ease;
    font-weight: bold;
    text-decoration: none
}

.blocks-block-post-timeline .blocks-block-post-timeline-more-link:hover {
    text-decoration: underline
}

.blocks-block-post-timeline .blocks-block-post-timeline-excerpt div+p {
    margin-top: 5px
}

.blocks-block-post-timeline .is-list article {
    display: grid;
    grid-template-columns: 30% 1fr;
    grid-template-rows: 1fr;
    grid-gap: 0 1em
}

@media all and (-ms-high-contrast: none) {
    .blocks-block-post-timeline .is-list article {
        display: block
    }
}

.blocks-block-post-timeline .is-list article:before {
    display: none
}

.blocks-block-post-timeline .is-list article:not(:last-child) {
    margin-bottom: 5%;
    padding-bottom: 5%
}

@media only screen and (min-width: 600px) {
    .blocks-block-post-timeline .is-list article:not(:last-child) {
        border-bottom:solid 1px #eee
    }
}

@media only screen and (max-width: 600px) {
    .blocks-block-post-timeline .is-list article {
        grid-template-columns:1fr
    }
}

.blocks-block-post-timeline .is-list article:not(.has-post-thumbnail) {
    grid-template-columns: 1fr
}

.blocks-block-post-timeline .is-list .blocks-block-post-timeline-image {
    margin-bottom: 0
}

@media all and (-ms-high-contrast: none) {
    .blocks-block-post-timeline .is-list .blocks-block-post-timeline-image {
        width: 30%;
        display: inline-block;
        vertical-align: top
    }
}

@media only screen and (max-width: 600px) {
    .blocks-block-post-timeline .is-list .blocks-block-post-timeline-image {
        margin-bottom:5%
    }
}

@media all and (-ms-high-contrast: none) {
    .blocks-block-post-timeline .is-list .blocks-block-post-timeline-text {
        width: 65%;
        padding-left: 5%;
        display: inline-block;
        vertical-align: top
    }

    .blocks-block-post-timeline .is-list .post:not(.has-post-thumbnail) .blocks-block-post-timeline-text {
        width: 100%;
        padding-left: 0
    }
}

@media only screen and (min-width: 600px) {
    .blocks-block-post-timeline .is-list .blocks-block-post-timeline-title {
        font-size:34px
    }
}

.blocks-block-post-timeline .is-list .no-thumb .blocks-block-post-timeline-text {
    grid-column: span 2
}

@media (max-width: 768px) {
    .responsive-site-style-boxed .site-content .blocks-block-post-timeline.hentry {
        padding:0
    }
}

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

.blocks-timeline__widget {
    position: relative;
    -js-display: flex;
    display: flex;
    align-items: flex-start
}

.blocks-timeline__widget a {
    text-decoration: none;
    color: #000000
}

.blocks-timeline__heading a {
    font-size: inherit;
    color: #000000;
    margin-bottom: inherit
}

.blocks-timeline__image a {
    display: block;
    position: relative;
    max-width: 100%
}

.blocks-timeline__image img {
    display: inline-block;
    -mz-box-sizing: content-box;
    box-sizing: content-box
}

.blocks-timeline__author {
    text-transform: uppercase
}

.blocks-timeline__main {
    position: relative
}

.blocks-content {
    word-break: break-word
}

a.blocks-timeline__link {
    padding: 5px 10px;
    display: inline-block
}

h1.blocks-timeline__heading,h2.blocks-timeline__heading,h3.blocks-timeline__heading,h4.blocks-timeline__heading,h5.blocks-timeline__heading,h6.blocks-timeline__heading {
    margin-bottom: 0px
}

.blocks-timeline__inner-date-new p {
    margin-bottom: 0
}

.blocks-timeline__date-inner .blocks-timeline__inner-date-new p {
    margin-bottom: 0px
}

.blocks-timeline__line {
    background-color: #eeeeee
}

.blocks-timeline__line__inner {
    background-color: #5cb85c;
    width: 100%
}

.blocks-timeline__main .blocks-timeline__icon-new {
    line-height: 1em;
    display: inline-block;
    vertical-align: middle;
    font-style: normal
}

.blocks-timeline__center-block .blocks-timeline__date-hide {
    display: none
}

.blocks-timeline__field:not(:last-child) {
    margin-bottom: 20px
}

.blocks-timeline__center-block .blocks-timeline__widget.blocks-timeline__right {
    flex-direction: row-reverse
}

.blocks-timeline__right-block .blocks-timeline__widget {
    flex-direction: row-reverse
}

.blocks-timeline__left-block .blocks-timeline__day-left .blocks-timeline__events-inner-new,.blocks-timeline__left-block .blocks-timeline__day-right .blocks-timeline__events-inner-new {
    text-align: inherit
}

.blocks-timeline__right-block .blocks-timeline__day-left .blocks-timeline__events-inner-new,.blocks-timeline__right-block .blocks-timeline__day-right .blocks-timeline__events-inner-new {
    text-align: inherit
}

.blocks-timeline__center-block .blocks-timeline__date-new {
    display: block
}

.blocks-timeline__right-block .blocks-timeline__line {
    right: 16px;
    left: auto
}

.blocks-timeline__right-block .blocks-timeline__right .blocks-timeline__arrow:after,.blocks-timeline__right-block .blocks-timeline__left .blocks-timeline__arrow:after {
    top: 0
}

.blocks-timeline__right-block .blocks-timeline__right .blocks-timeline__arrow,.blocks-timeline__right-block .blocks-timeline__left .blocks-timeline__arrow {
    top: 0;
    right: 0;
    width: 10px;
    height: 40px;
    position: absolute
}

.blocks-timeline__right-block .blocks-timeline__right .blocks-timeline__arrow {
    right: -12px
}

.blocks-timeline__right-block .blocks-timeline__left .blocks-timeline__arrow {
    right: -10px
}

.blocks-timeline__right-block .blocks-timeline__marker,.blocks-timeline__right-block .blocks-timeline__day-new {
    max-width: 100%;
    position: relative
}

.blocks-timeline__right-block .blocks-timeline__day-new {
    margin-right: 14px
}

.blocks-timeline__right-block .blocks-timeline__marker {
    flex-shrink: 0;
    flex-grow: 0
}

.blocks-timeline__right-block .blocks-timeline__day-new {
    flex-grow: 1
}

.blocks-timeline__left-block .blocks-timeline__marker,.blocks-timeline__left-block .blocks-timeline__day-new {
    max-width: 100%;
    position: relative
}

.blocks-timeline__left-block .blocks-timeline__line {
    left: 20px;
    right: auto
}

.blocks-timeline__left-block .blocks-timeline__day-new {
    margin-left: 14px
}

.blocks-timeline__left-block .blocks-timeline__marker {
    order: 0;
    flex-shrink: 0;
    flex-grow: 0
}

.blocks-timeline__left-block .blocks-timeline__day-new {
    flex-grow: 1;
    order: 1
}

.blocks-timeline__left-block .blocks-timeline__right .blocks-timeline__arrow:after,.blocks-timeline__left-block .blocks-timeline__left .blocks-timeline__arrow:after {
    top: 0
}

.blocks-timeline__left-block .blocks-timeline__right .blocks-timeline__arrow,.blocks-timeline__left-block .blocks-timeline__left .blocks-timeline__arrow {
    top: 0;
    width: 10px;
    height: 40px;
    position: absolute
}

.blocks-timeline__left-block .blocks-timeline__right .blocks-timeline__arrow {
    left: -10px
}

.blocks-timeline__left-block .blocks-timeline__left .blocks-timeline__arrow {
    left: -12px
}

.blocks-timeline__left-block .blocks-timeline__right .blocks-timeline__arrow:after,.blocks-timeline__left-block .blocks-timeline__left .blocks-timeline__arrow:after,.blocks-timeline__right-block .blocks-timeline__right .blocks-timeline__arrow:after,.blocks-timeline__right-block .blocks-timeline__left .blocks-timeline__arrow:after {
    top: 50%;
    transform: translateY(-50%)
}

.blocks-timeline__marker {
    background-color: #eeeeee;
    border-radius: 999px;
    position: relative;
    -js-display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    transition: all 0.2s ease-in-out
}

.blocks-timeline__main .blocks-timeline__days .blocks-timeline__field-wrap:hover .blocks-timeline__marker {
    transition: all 0.2s ease-in-out
}

.blocks-timeline__center-block .blocks-timeline__marker {
    order: 1;
    flex-shrink: 0;
    flex-grow: 0
}

.blocks-timeline__center-block .blocks-timeline__day-new,.blocks-timeline__center-block .blocks-timeline__date-new {
    flex-grow: 1;
    flex-basis: 50%;
    max-width: 100%;
    position: relative
}

.blocks-timeline__center-block .blocks-timeline__right .blocks-timeline__day-new {
    order: 2;
    padding-left: 0;
    padding-right: 12px
}

@media (max-width: 576px) {
    .blocks-timeline__center-block .blocks-timeline__right .blocks-timeline__day-new {
        padding-top:12px;
        padding-right: 0
    }
}

.blocks-timeline__center-block .blocks-timeline__left .blocks-timeline__day-new {
    order: 2;
    padding-right: 0;
    padding-left: 12px
}

@media (max-width: 576px) {
    .blocks-timeline__center-block .blocks-timeline__left .blocks-timeline__day-new {
        padding-top:12px;
        padding-left: 0
    }
}

.blocks-timeline__events-inner-new {
    padding: 10px
}

.blocks-timeline__center-block .blocks-timeline__left .blocks-timeline__date-new {
    -js-display: flex;
    display: flex;
    justify-content: flex-end
}

.blocks-timeline__center-block .blocks-timeline__right .blocks-timeline__date-new {
    -js-display: flex;
    display: flex;
    justify-content: flex-start
}

.blocks-timeline__left-block .blocks-timeline__date-new {
    margin-right: 10px
}

.blocks-timeline__right-block .blocks-timeline__date-new {
    margin-left: 10px
}

.blocks-timeline__events-new {
    text-align: center
}

.blocks-timeline__center-block .blocks-timeline__right .blocks-timeline__arrow {
    right: 0px;
    top: 0;
    width: 10px;
    height: 40px;
    position: absolute
}

.blocks-timeline__center-block .blocks-timeline__right .blocks-timeline__arrow:after,.blocks-timeline__center-block .blocks-timeline__left .blocks-timeline__arrow:after {
    top: 50%;
    transform: translateY(-50%)
}

.blocks-timeline__center-block .blocks-timeline__left .blocks-timeline__arrow {
    left: 0px;
    top: 0;
    width: 10px;
    height: 40px;
    position: absolute
}

.blocks-timeline__arrow-center .blocks-timeline__widget {
    align-items: center
}

.blocks-timeline__arrow-bottom .blocks-timeline__widget {
    align-items: flex-end
}

.blocks-timeline__arrow-center .blocks-timeline__left .blocks-timeline__arrow,.blocks-timeline__arrow-center .blocks-timeline__right .blocks-timeline__arrow {
    top: 50%;
    transform: translateY(-50%)
}

@media (max-width: 576px) {
    .blocks-timeline__arrow-center .blocks-timeline__left .blocks-timeline__arrow,.blocks-timeline__arrow-center .blocks-timeline__right .blocks-timeline__arrow {
        left:48%;
        top: 0;
        transform: translateY(-65%)
    }
}

.blocks-timeline__arrow-bottom .blocks-timeline__left .blocks-timeline__arrow,.blocks-timeline__arrow-bottom .blocks-timeline__right .blocks-timeline__arrow {
    top: 100%;
    transform: translateY(-100%)
}

.blocks-timeline__day-right .blocks-timeline__events-inner {
    text-align: right
}

.blocks-timeline__day-left .blocks-timeline__events-inner {
    text-align: left
}

.blocks-timeline__arrow-top .blocks-timeline__date-new .blocks-timeline__date-new,.blocks-timeline__arrow-bottom .blocks-timeline__date-new .blocks-timeline__date-new {
    padding-top: 8px;
    padding-bottom: 8px
}

.blocks-timeline__events-inner-new,.blocks-timeline__arrow {
    transition: background 0.2s ease-in-out
}

.blocks-timeline__arrow:after {
    transition: border-color 0.2s ease-in-out
}

.blocks-timeline__date-new {
    transition: color 0.2s ease-in-out
}

.blocks-timeline__widget.blocks-timeline__left.hide-events .blocks-timeline__events-inner-new,.blocks-timeline__widget.blocks-timeline__left.hide-events .blocks-timeline__date-new {
    visibility: hidden
}

.blocks-timeline__widget.blocks-timeline__right.hide-events .blocks-timeline__events-inner-new,.blocks-timeline__widget.blocks-timeline__right.hide-events .blocks-timeline__date-new {
    visibility: hidden
}

.blocks-timeline__main .blocks-timeline__year {
    -js-display: flex;
    display: flex;
    position: relative
}

.blocks-timeline__main .blocks-timeline__year span {
    display: inline-block;
    padding-bottom: 6px
}

.blocks-timeline__day-left .blocks-timeline__arrow:after {
    content: "";
    left: 0px;
    position: absolute;
    display: inline;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent
}

.blocks-timeline__right .blocks-timeline__day-left .blocks-timeline__arrow:after {
    right: 0
}

.blocks-timeline__day-right .blocks-timeline__arrow:after {
    content: "";
    right: 0px;
    position: absolute;
    display: inline;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent
}

.blocks-timeline__icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    vertical-align: middle;
    position: relative;
    z-index: 1
}

.blocks-timeline__main .blocks-timeline__date .blocks-timeline__inner-date-new {
    white-space: nowrap;
    margin: 0px
}

.blocks-timeline__main .blocks-timeline__line {
    position: absolute;
    transform: translateX(-50%)
}

.blocks-timeline__right-block .blocks-timeline__main .blocks-timeline__line {
    position: absolute;
    transform: translateX(50%)
}

.blocks-timeline__center-block .blocks-timeline__line {
    left: 50%;
    right: auto;
    right: calc(3em / 2);
    top: 106.5px;
    bottom: 106.5px
}

.blocks-timeline__main .in-view i.blocks-timeline__in-view-icon {
    transition: background 0.25s ease-out 0.25s, width 0.25s ease-in-out, height 0.25s ease-in-out, color 0.25s ease-in-out, font-size 0.25s ease-out
}

.blocks-timeline__left-block .blocks-timeline__days {
    text-align: left
}

.blocks-timeline__left-block .blocks-timeline__day-right .blocks-timeline__arrow:after {
    content: "";
    position: absolute;
    display: inline;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent
}

.blocks-timeline__center-block .blocks-timeline__days {
    text-align: center
}

.blocks-timeline__center-block .blocks-timeline__day-right .blocks-timeline__arrow:after {
    content: "";
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    display: inline;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent
}

.blocks-timeline__right .blocks-timeline__days {
    text-align: right
}

.blocks-timeline__outer-wrap span.dashicons-admin-users.dashicons {
    display: inline;
    vertical-align: baseline;
    margin-right: 4px
}

@media screen and (max-width: 1023px) {
    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__line {
        position:absolute;
        transform: translateX(50%)
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__date-hide {
        display: block
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__day-left .blocks-timeline__events-inner-new,.blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__day-right .blocks-timeline__events-inner-new {
        text-align: left
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__line {
        right: 20px;
        left: auto
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__marker,.blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__day-new {
        max-width: 100%;
        position: relative
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__line {
        left: 20px;
        right: auto
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__day-new {
        margin-left: 16px
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__marker {
        order: 0;
        flex-shrink: 0;
        flex-grow: 0
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__day-new {
        flex-grow: 1;
        order: 1
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__right .blocks-timeline__arrow:after,.blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__left .blocks-timeline__arrow:after {
        top: 0
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__right .blocks-timeline__arrow,.blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__left .blocks-timeline__arrow {
        width: 10px;
        height: 40px;
        position: absolute
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__right .blocks-timeline__arrow {
        left: -10px
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__left .blocks-timeline__arrow {
        left: -12px
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__right .blocks-timeline__arrow:after,.blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__left .blocks-timeline__arrow:after {
        top: 50%;
        transform: translateY(-50%)
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__days {
        text-align: left
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__day-right .blocks-timeline__arrow:after {
        content: "";
        position: absolute;
        display: inline;
        width: 0;
        height: 0;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__widget.blocks-timeline__right {
        flex-direction: unset
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__date-new {
        display: none
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__day-new,.blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__date-new {
        flex-grow: unset;
        flex-basis: unset;
        max-width: 100%;
        width: 100%;
        position: relative
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__right .blocks-timeline__day-new {
        order: unset;
        padding-left: 0;
        padding-right: 0
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__left .blocks-timeline__day-new {
        order: unset;
        padding-right: 0;
        padding-left: 0
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__left .blocks-timeline__date-new {
        display: none
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__right .blocks-timeline__date-new {
        display: none
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__widget {
        flex-direction: row-reverse
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__day-left .blocks-timeline__events-inner-new,.blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__day-right .blocks-timeline__events-inner-new {
        text-align: right
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__line {
        right: 16px;
        left: auto
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__right .blocks-timeline__arrow:after,.blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__left .blocks-timeline__arrow:after {
        top: 0
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__right .blocks-timeline__arrow,.blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__left .blocks-timeline__arrow {
        left: auto;
        right: 0;
        width: 10px;
        height: 40px;
        position: absolute
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__right .blocks-timeline__arrow {
        right: -12px
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__left .blocks-timeline__arrow {
        right: -10px
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__marker,.blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__day-new {
        max-width: 100%;
        position: relative
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__day-new {
        margin-right: 16px
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__marker {
        flex-shrink: 0;
        flex-grow: 0
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__day-new {
        flex-grow: 1
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__right .blocks-timeline__arrow:after,.blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__left .blocks-timeline__arrow:after {
        top: 50%;
        transform: translateY(-50%)
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__days {
        text-align: right
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__day-new,.blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__date-new {
        flex-grow: unset;
        flex-basis: unset;
        max-width: 100%;
        position: relative
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__right .blocks-timeline__day-new {
        order: unset;
        padding-left: 0;
        padding-right: 0
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__left .blocks-timeline__day-new {
        order: unset;
        padding-right: 0;
        padding-left: 0
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__left .blocks-timeline__date-new {
        display: none
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__right .blocks-timeline__date-new {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .blocks-timeline-responsive-none .blocks-timeline__events-inner-new {
        padding:15px
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline__date-hide {
        display: block
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline__day-left .blocks-timeline__events-inner-new,.blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline__day-right .blocks-timeline__events-inner-new {
        text-align: left
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline__line {
        right: 20px;
        left: auto
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline__marker,.blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline__day-new {
        max-width: 100%;
        position: relative
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline__line {
        left: 20px;
        right: auto
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline__day-new {
        margin-left: 16px
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline__marker {
        order: 0;
        flex-shrink: 0;
        flex-grow: 0
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline__day-new {
        flex-grow: 1;
        order: 1
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline__right .blocks-timeline__arrow:after,.blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline__left .blocks-timeline__arrow:after {
        top: 0
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline__right .blocks-timeline__arrow,.blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline__left .blocks-timeline__arrow {
        width: 10px;
        height: 40px;
        position: absolute
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline__right .blocks-timeline__arrow {
        left: -10px
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline__left .blocks-timeline__arrow {
        left: -12px
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline__right .blocks-timeline__arrow:after,.blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline__left .blocks-timeline__arrow:after {
        top: 50%;
        transform: translateY(-50%)
    }

    .blocks-timeline__day-left .blocks-timeline__events-inner-new {
        text-align: left
    }

    .blocks-timeline__left-block .blocks-timeline__date-new {
        margin-right: 10px
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline__days {
        text-align: left
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline__day-right .blocks-timeline__arrow:after {
        content: "";
        position: absolute;
        display: inline;
        width: 0;
        height: 0;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline__widget.blocks-timeline__right {
        flex-direction: unset
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline__date-new {
        display: none
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline__day-new,.blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline__date-new {
        flex-grow: unset;
        flex-basis: unset;
        max-width: 100%;
        position: relative
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline__right .blocks-timeline__day-new {
        order: unset;
        padding-left: 0;
        padding-right: 0
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline__left .blocks-timeline__day-new {
        order: unset;
        padding-right: 0;
        padding-left: 0
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline__left .blocks-timeline__date-new {
        display: none
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline__right .blocks-timeline__date-new {
        display: none
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline-res-right .blocks-timeline__widget {
        flex-direction: row-reverse
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline-res-right .blocks-timeline__day-left .blocks-timeline__events-inner-new,.blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline-res-right .blocks-timeline__day-right .blocks-timeline__events-inner-new {
        text-align: right
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline-res-right .blocks-timeline__line {
        right: 16px;
        left: auto
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline-res-right .blocks-timeline__right .blocks-timeline__arrow:after,.blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline-res-right .blocks-timeline__left .blocks-timeline__arrow:after {
        top: 0
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline-res-right .blocks-timeline__right .blocks-timeline__arrow,.blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline-res-right .blocks-timeline__left .blocks-timeline__arrow {
        left: auto;
        right: 0;
        width: 10px;
        height: 40px;
        position: absolute
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline-res-right .blocks-timeline__right .blocks-timeline__arrow {
        right: -12px
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline-res-right .blocks-timeline__left .blocks-timeline__arrow {
        right: -10px
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline-res-right .blocks-timeline__marker,.blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline-res-right .blocks-timeline__day-new {
        max-width: 100%;
        position: relative
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline-res-right .blocks-timeline__day-new {
        margin-right: 16px
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline-res-right .blocks-timeline__marker {
        flex-shrink: 0;
        flex-grow: 0
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline-res-right .blocks-timeline__day-new {
        flex-grow: 1
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline-res-right .blocks-timeline__right .blocks-timeline__arrow:after,.blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline-res-right .blocks-timeline__left .blocks-timeline__arrow:after {
        top: 50%;
        transform: translateY(-50%)
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline-res-right .blocks-timeline__line {
        position: absolute;
        transform: translateX(50%)
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline-res-right .blocks-timeline__days {
        text-align: right
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline-res-right .blocks-timeline__day-new,.blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline-res-right .blocks-timeline__date-new {
        flex-grow: unset;
        flex-basis: unset;
        max-width: 100%;
        position: relative
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline-res-right .blocks-timeline__right .blocks-timeline__day-new {
        order: unset;
        padding-left: 0;
        padding-right: 0
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline-res-right .blocks-timeline__left .blocks-timeline__day-new {
        order: unset;
        padding-right: 0;
        padding-left: 0
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline-res-right .blocks-timeline__left .blocks-timeline__date-new {
        display: none
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline-res-right .blocks-timeline__right .blocks-timeline__date-new {
        display: none
    }
}

.blocks-timeline__line__inner {
    background-color: #61ce70;
    width: 100%
}

.blocks-timeline__center-block .blocks-timeline__day-right .blocks-timeline__arrow:after {
    border-left: 13px solid #eeeeee
}

@media (max-width: 576px) {
    .blocks-timeline__center-block .blocks-timeline__day-right .blocks-timeline__arrow:after {
        transform:rotate(-90deg)
    }
}

.blocks-timeline__right-block .blocks-timeline__day-right .blocks-timeline__arrow:after {
    border-left: 13px solid #eeeeee
}

@media (max-width: 576px) {
    .blocks-timeline__right-block .blocks-timeline__day-right .blocks-timeline__arrow:after {
        transform:rotate(-90deg)
    }
}

.blocks-timeline__right-block .blocks-timeline__day-left .blocks-timeline__arrow:after {
    border-left: 13px solid #eeeeee
}

@media (max-width: 576px) {
    .blocks-timeline__right-block .blocks-timeline__day-left .blocks-timeline__arrow:after {
        transform:rotate(-90deg)
    }
}

.rtl .blocks-timeline__center-block .blocks-timeline__day-right .blocks-timeline__arrow:after {
    border-right: 13px solid #eeeeee;
    border-left: none
}

@media (max-width: 576px) {
    .rtl .blocks-timeline__center-block .blocks-timeline__day-right .blocks-timeline__arrow:after {
        transform:rotate(90deg)
    }
}

.rtl .blocks-timeline__right-block .blocks-timeline__day-right .blocks-timeline__arrow:after {
    border-right: 13px solid #eeeeee;
    border-left: none
}

@media (max-width: 576px) {
    .rtl .blocks-timeline__right-block .blocks-timeline__day-right .blocks-timeline__arrow:after {
        transform:rotate(90deg)
    }
}

.rtl .blocks-timeline__right-block .blocks-timeline__day-left .blocks-timeline__arrow:after {
    border-right: 13px solid #eeeeee;
    border-left: none
}

@media (max-width: 576px) {
    .rtl .blocks-timeline__right-block .blocks-timeline__day-left .blocks-timeline__arrow:after {
        transform:rotate(90deg)
    }
}

.blocks-timeline__left-block .blocks-timeline__day-right .blocks-timeline__arrow:after {
    border-right: 13px solid #eeeeee
}

@media (max-width: 576px) {
    .blocks-timeline__left-block .blocks-timeline__day-right .blocks-timeline__arrow:after {
        transform:rotate(90deg)
    }
}

.blocks-timeline__center-block .blocks-timeline__day-left .blocks-timeline__arrow:after {
    border-right: 13px solid #eeeeee
}

@media (max-width: 576px) {
    .blocks-timeline__center-block .blocks-timeline__day-left .blocks-timeline__arrow:after {
        transform:rotate(90deg)
    }
}

.blocks-timeline__left-block .blocks-timeline__day-left .blocks-timeline__arrow:after {
    border-right: 13px solid #eeeeee
}

@media (max-width: 576px) {
    .blocks-timeline__left-block .blocks-timeline__day-left .blocks-timeline__arrow:after {
        transform:rotate(90deg)
    }
}

.rtl .blocks-timeline__left-block .blocks-timeline__day-right .blocks-timeline__arrow:after {
    border-left: 13px solid #eeeeee;
    border-right: none
}

@media (max-width: 576px) {
    .rtl .blocks-timeline__left-block .blocks-timeline__day-right .blocks-timeline__arrow:after {
        transform:rotate(-90deg)
    }
}

.rtl .blocks-timeline__center-block .blocks-timeline__day-left .blocks-timeline__arrow:after {
    border-left: 13px solid #eeeeee;
    border-right: none
}

@media (max-width: 576px) {
    .rtl .blocks-timeline__center-block .blocks-timeline__day-left .blocks-timeline__arrow:after {
        transform:rotate(-90deg)
    }
}

.rtl .blocks-timeline__left-block .blocks-timeline__day-left .blocks-timeline__arrow:after {
    border-left: 13px solid #eeeeee;
    border-right: none
}

@media (max-width: 576px) {
    .rtl .blocks-timeline__left-block .blocks-timeline__day-left .blocks-timeline__arrow:after {
        transform:rotate(-90deg)
    }
}

.blocks-timeline__day-right .blocks-timeline__events-inner-new {
    border-radius: 4px 4px 4px 4px
}

.blocks-timeline__day-left .blocks-timeline__events-inner-new {
    border-radius: 4px 4px 4px 4px
}

.blocks-timeline__line {
    width: 3px
}

.blocks-timeline__main .blocks-timeline__icon-new {
    font-size: 16px
}

.blocks-timeline__marker {
    line-height: 3em
}

.blocks-timeline__arrow {
    height: 3em
}

.blocks-timeline__left-block.blocks-timeline__arrow-top .blocks-timeline__line,.blocks-timeline__right-block.blocks-timeline__arrow-top .blocks-timeline__line {
    top: 0px;
    bottom: 249px
}

.blocks-timeline__left-block.blocks-timeline__arrow-bottom .blocks-timeline__line,.blocks-timeline__right-block.blocks-timeline__arrow-bottom .blocks-timeline__line {
    top: 189px;
    bottom: 35px
}

.blocks-timeline__center-block.blocks-timeline__arrow-bottom .blocks-timeline__line {
    top: 213px;
    bottom: 35px
}

.blocks-timeline__center-block.blocks-timeline__arrow-top .blocks-timeline__line {
    top: 0px;
    bottom: 248px
}

.blocks-timeline__left-block .blocks-timeline__line {
    left: calc(3em / 2);
    top: 94.5px;
    bottom: 107px
}

.blocks-timeline__right-block .blocks-timeline__line {
    right: calc(3em / 2);
    top: 94.5px;
    bottom: 107px
}

.rtl .blocks-timeline__left-block .blocks-timeline__line {
    right: calc(3em / 2);
    left: auto
}

.rtl .blocks-timeline__right-block .blocks-timeline__line {
    left: calc(3em / 2);
    right: auto
}

.blocks-timeline-desc-content p {
    font-size: inherit
}

.blocks-timeline__main p:empty {
    display: none
}

@media (max-width: 976px) {
    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__line {
        position:absolute;
        transform: translateX(50%)
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__line {
        position: absolute;
        transform: translateX(50%)
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__date-hide {
        display: block
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__day-left .blocks-timeline__events-inner-new,.blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__day-right .blocks-timeline__events-inner-new {
        text-align: left
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__line {
        right: 20px;
        left: auto
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__marker,.blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__day-new {
        max-width: 100%;
        position: relative
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__line {
        left: 20px;
        right: auto
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__day-new {
        margin-left: 16px
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__marker {
        order: 0;
        flex-shrink: 0;
        flex-grow: 0
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__day-new {
        flex-grow: 1;
        order: 1
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__right .blocks-timeline__arrow:after,.blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__left .blocks-timeline__arrow:after {
        top: 0
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__right .blocks-timeline__arrow,.blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__left .blocks-timeline__arrow {
        width: 10px;
        height: 40px;
        position: absolute
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__right .blocks-timeline__arrow {
        left: -10px
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__left .blocks-timeline__arrow {
        left: -12px
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__right .blocks-timeline__arrow:after,.blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__left .blocks-timeline__arrow:after {
        top: 50%;
        transform: translateY(-50%)
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__days {
        text-align: left
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__day-right .blocks-timeline__arrow:after {
        content: "";
        position: absolute;
        display: inline;
        width: 0;
        height: 0;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__widget.blocks-timeline__right {
        flex-direction: unset
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__date-new {
        display: none
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__day-new,.blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__date-new {
        flex-grow: unset;
        flex-basis: unset;
        max-width: 100%;
        width: 100%;
        position: relative
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__right .blocks-timeline__day-new {
        order: unset;
        padding-left: 0;
        padding-right: 0
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__left .blocks-timeline__day-new {
        order: unset;
        padding-right: 0;
        padding-left: 0
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__left .blocks-timeline__date-new {
        display: none
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__right .blocks-timeline__date-new {
        display: none
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__widget {
        flex-direction: row-reverse
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__day-left .blocks-timeline__events-inner-new,.blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__day-right .blocks-timeline__events-inner-new {
        text-align: right
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__line {
        right: 16px;
        left: auto
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__right .blocks-timeline__arrow:after,.blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__left .blocks-timeline__arrow:after {
        top: 0
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__right .blocks-timeline__arrow,.blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__left .blocks-timeline__arrow {
        left: auto;
        right: 0;
        width: 10px;
        height: 40px;
        position: absolute
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__right .blocks-timeline__arrow {
        right: -12px
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__left .blocks-timeline__arrow {
        right: -10px
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__marker,.blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__day-new {
        max-width: 100%;
        position: relative
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__day-new {
        margin-right: 16px
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__marker {
        flex-shrink: 0;
        flex-grow: 0
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__day-new {
        flex-grow: 1
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__right .blocks-timeline__arrow:after,.blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__left .blocks-timeline__arrow:after {
        top: 50%;
        transform: translateY(-50%)
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__days {
        text-align: right
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__day-new,.blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__date-new {
        flex-grow: unset;
        flex-basis: unset;
        max-width: 100%;
        position: relative
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__right .blocks-timeline__day-new {
        order: unset;
        padding-left: 0;
        padding-right: 0
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__left .blocks-timeline__day-new {
        order: unset;
        padding-right: 0;
        padding-left: 0
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__left .blocks-timeline__date-new,.blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__right .blocks-timeline__date-new {
        display: none
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__day-right .blocks-timeline__arrow:after,.blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__day-left .blocks-timeline__arrow:after {
        border-right: 13px solid #eeeeee;
        border-left: none
    }
}

@media (max-width: 767px) {
    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline__day-right .blocks-timeline__arrow:after,.blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline__day-left .blocks-timeline__arrow:after,.rtl .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline-res-right .blocks-timeline__day-right .blocks-timeline__arrow:after,.rtl .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline-res-right .blocks-timeline__day-left .blocks-timeline__arrow:after {
        border-right:13px solid #eeeeee;
        border-left: none
    }

    .rtl .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline__day-right .blocks-timeline__arrow:after,.rtl .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline__day-left .blocks-timeline__arrow:after,.blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline-res-right .blocks-timeline__day-right .blocks-timeline__arrow:after,.blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline-res-right .blocks-timeline__day-left .blocks-timeline__arrow:after {
        border-left: 13px solid #eeeeee;
        border-right: none
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline__line,.rtl .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline-res-right .blocks-timeline__line {
        left: calc(3em / 2);
        right: auto
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline-res-right .blocks-timeline__line,.rtl .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline__line {
        right: calc(3em / 2);
        left: auto
    }
}

.blocks-timeline__left-block .blocks-timeline__date-outer,.blocks-timeline__right-block .blocks-timeline__date-outer {
    display: none
}

.blocks-timeline__date-inner {
    color: #333;
    font-size: 12px;
    text-align: center
}

.blocks-timeline__out-view-icon svg {
    display: block;
    fill: #3a3a3a;
    height: 16px;
    width: 16px
}

.blocks-block-post-timeline-more-link.blocks-text-link:hover {
    text-decoration: none
}

.blocks-timeline__events-inner-new {
    overflow: hidden
}

@media screen and (max-width: 767px) {
    .blocks-timeline-responsive-none .blocks-timeline__events-inner-new {
        padding:15px
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline__date-hide {
        display: block
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline__day-left .blocks-timeline__events-inner-new,.blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline__day-right .blocks-timeline__events-inner-new {
        text-align: left
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline__line {
        right: 20px;
        left: auto
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline__marker,.blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline__day-new {
        max-width: 100%;
        position: relative
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline__line {
        left: 20px;
        right: auto
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline__day-new {
        margin-left: 16px
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline__marker {
        order: 0;
        flex-shrink: 0;
        flex-grow: 0
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline__day-new {
        flex-grow: 1;
        order: 1
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline__right .blocks-timeline__arrow:after,.blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline__left .blocks-timeline__arrow:after {
        top: 0
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline__right .blocks-timeline__arrow,.blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline__left .blocks-timeline__arrow {
        width: 10px;
        height: 40px;
        position: absolute
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline__right .blocks-timeline__arrow {
        left: -10px
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline__left .blocks-timeline__arrow {
        left: -12px
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline__right .blocks-timeline__arrow:after,.blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline__left .blocks-timeline__arrow:after {
        top: 50%;
        transform: translateY(-50%)
    }

    .blocks-timeline__day-left .blocks-timeline__events-inner-new {
        text-align: left
    }

    .blocks-timeline__left-block .blocks-timeline__date-new {
        margin-right: 10px
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline__days {
        text-align: left
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline__day-right .blocks-timeline__arrow:after {
        content: "";
        position: absolute;
        display: inline;
        width: 0;
        height: 0;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline__widget.blocks-timeline__right {
        flex-direction: unset
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline__date-new {
        display: none
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline__day-new,.blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline__date-new {
        flex-grow: unset;
        flex-basis: unset;
        max-width: 100%;
        position: relative
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline__right .blocks-timeline__day-new {
        order: unset;
        padding-left: 0;
        padding-right: 0
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline__left .blocks-timeline__day-new {
        order: unset;
        padding-right: 0;
        padding-left: 0
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline__left .blocks-timeline__date-new {
        display: none
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline__right .blocks-timeline__date-new {
        display: none
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline-res-right .blocks-timeline__widget {
        flex-direction: row-reverse
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline-res-right .blocks-timeline__day-left .blocks-timeline__events-inner-new,.blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline-res-right .blocks-timeline__day-right .blocks-timeline__events-inner-new {
        text-align: right
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline-res-right .blocks-timeline__line {
        right: 16px;
        left: auto
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline-res-right .blocks-timeline__right .blocks-timeline__arrow:after,.blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline-res-right .blocks-timeline__left .blocks-timeline__arrow:after {
        top: 0
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline-res-right .blocks-timeline__right .blocks-timeline__arrow,.blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline-res-right .blocks-timeline__left .blocks-timeline__arrow {
        left: auto;
        right: 0;
        width: 10px;
        height: 40px;
        position: absolute
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline-res-right .blocks-timeline__right .blocks-timeline__arrow {
        right: -12px
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline-res-right .blocks-timeline__left .blocks-timeline__arrow {
        right: -10px
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline-res-right .blocks-timeline__marker,.blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline-res-right .blocks-timeline__day-new {
        max-width: 100%;
        position: relative
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline-res-right .blocks-timeline__day-new {
        margin-right: 16px
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline-res-right .blocks-timeline__marker {
        flex-shrink: 0;
        flex-grow: 0
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline-res-right .blocks-timeline__day-new {
        flex-grow: 1
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline-res-right .blocks-timeline__right .blocks-timeline__arrow:after,.blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline-res-right .blocks-timeline__left .blocks-timeline__arrow:after {
        top: 50%;
        transform: translateY(-50%)
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline-res-right .blocks-timeline__line {
        position: absolute;
        transform: translateX(50%)
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline-res-right .blocks-timeline__days {
        text-align: right
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline-res-right .blocks-timeline__day-new,.blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline-res-right .blocks-timeline__date-new {
        flex-grow: unset;
        flex-basis: unset;
        max-width: 100%;
        position: relative
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline-res-right .blocks-timeline__right .blocks-timeline__day-new {
        order: unset;
        padding-left: 0;
        padding-right: 0
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline-res-right .blocks-timeline__left .blocks-timeline__day-new {
        order: unset;
        padding-right: 0;
        padding-left: 0
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline-res-right .blocks-timeline__left .blocks-timeline__date-new {
        display: none
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline-res-right .blocks-timeline__right .blocks-timeline__date-new {
        display: none
    }
}

@media (max-width: 976px) {
    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__line {
        position:absolute;
        transform: translateX(50%)
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__line {
        position: absolute;
        transform: translateX(50%)
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__date-hide {
        display: block
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__day-left .blocks-timeline__events-inner-new,.blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__day-right .blocks-timeline__events-inner-new {
        text-align: left
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__line {
        right: 20px;
        left: auto
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__marker,.blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__day-new {
        max-width: 100%;
        position: relative
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__line {
        left: 20px;
        right: auto
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__day-new {
        margin-left: 16px
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__marker {
        order: 0;
        flex-shrink: 0;
        flex-grow: 0
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__day-new {
        flex-grow: 1;
        order: 1
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__right .blocks-timeline__arrow:after,.blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__left .blocks-timeline__arrow:after {
        top: 0
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__right .blocks-timeline__arrow,.blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__left .blocks-timeline__arrow {
        width: 10px;
        height: 40px;
        position: absolute
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__right .blocks-timeline__arrow {
        left: -10px
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__left .blocks-timeline__arrow {
        left: -12px
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__right .blocks-timeline__arrow:after,.blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__left .blocks-timeline__arrow:after {
        top: 50%;
        transform: translateY(-50%)
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__days {
        text-align: left
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__day-right .blocks-timeline__arrow:after {
        content: "";
        position: absolute;
        display: inline;
        width: 0;
        height: 0;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__widget.blocks-timeline__right {
        flex-direction: unset
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__date-new {
        display: none
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__day-new,.blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__date-new {
        flex-grow: unset;
        flex-basis: unset;
        max-width: 100%;
        width: 100%;
        position: relative
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__right .blocks-timeline__day-new {
        order: unset;
        padding-left: 0;
        padding-right: 0
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__left .blocks-timeline__day-new {
        order: unset;
        padding-right: 0;
        padding-left: 0
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__left .blocks-timeline__date-new {
        display: none
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__right .blocks-timeline__date-new {
        display: none
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__widget {
        flex-direction: row-reverse
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__day-left .blocks-timeline__events-inner-new,.blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__day-right .blocks-timeline__events-inner-new {
        text-align: right
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__line {
        right: 16px;
        left: auto
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__right .blocks-timeline__arrow:after,.blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__left .blocks-timeline__arrow:after {
        top: 0
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__right .blocks-timeline__arrow,.blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__left .blocks-timeline__arrow {
        left: auto;
        right: 0;
        width: 10px;
        height: 40px;
        position: absolute
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__right .blocks-timeline__arrow {
        right: -12px
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__left .blocks-timeline__arrow {
        right: -10px
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__marker,.blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__day-new {
        max-width: 100%;
        position: relative
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__day-new {
        margin-right: 16px
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__marker {
        flex-shrink: 0;
        flex-grow: 0
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__day-new {
        flex-grow: 1
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__right .blocks-timeline__arrow:after,.blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__left .blocks-timeline__arrow:after {
        top: 50%;
        transform: translateY(-50%)
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__days {
        text-align: right
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__day-new,.blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__date-new {
        flex-grow: unset;
        flex-basis: unset;
        max-width: 100%;
        position: relative
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__right .blocks-timeline__day-new {
        order: unset;
        padding-left: 0;
        padding-right: 0
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__left .blocks-timeline__day-new {
        order: unset;
        padding-right: 0;
        padding-left: 0
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__left .blocks-timeline__date-new,.blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline-res-right .blocks-timeline__right .blocks-timeline__date-new {
        display: none
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__day-right .blocks-timeline__arrow:after,.blocks-timeline__center-block.blocks-timeline__responsive-tablet .blocks-timeline__day-left .blocks-timeline__arrow:after {
        border-right: 13px solid #eeeeee;
        border-left: none
    }

    .blocks-timeline__responsive-tablet.blocks-timeline__center-block .blocks-timeline__author,.blocks-timeline__responsive-tablet.blocks-timeline__center-block .blocks-timeline__link_parent,.blocks-timeline__responsive-tablet.blocks-timeline__center-block .blocks-timeline__image a,.blocks-timeline__responsive-tablet.blocks-timeline__center-block .blocks-timeline__heading,.blocks-timeline__responsive-tablet.blocks-timeline__center-block .blocks-timeline-desc-content,.blocks-timeline__responsive-tablet.blocks-timeline__center-block .blocks-timeline__date-inner {
        text-align: left
    }

    .blocks-timeline__responsive-tablet.blocks-timeline__center-block .blocks-timeline__date-hide.blocks-timeline__date-inner {
        text-align: left
    }
}

@media (max-width: 767px) {
    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline__day-right .blocks-timeline__arrow:after,.blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline__day-left .blocks-timeline__arrow:after,.rtl .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline-res-right .blocks-timeline__day-right .blocks-timeline__arrow:after,.rtl .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline-res-right .blocks-timeline__day-left .blocks-timeline__arrow:after {
        border-right:13px solid #eeeeee;
        border-left: none
    }

    .rtl .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline__day-right .blocks-timeline__arrow:after,.rtl .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline__day-left .blocks-timeline__arrow:after,.blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline-res-right .blocks-timeline__day-right .blocks-timeline__arrow:after,.blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline-res-right .blocks-timeline__day-left .blocks-timeline__arrow:after {
        border-left: 13px solid #eeeeee;
        border-right: none
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline__line,.rtl .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline-res-right .blocks-timeline__line {
        left: calc(3em / 2);
        right: auto
    }

    .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline-res-right .blocks-timeline__line,.rtl .blocks-timeline__center-block.blocks-timeline__responsive-mobile .blocks-timeline__line {
        right: calc(3em / 2);
        left: auto
    }

    .blocks-timeline__responsive-mobile.blocks-timeline__center-block .blocks-timeline__author,.blocks-timeline__responsive-mobile.blocks-timeline__center-block .blocks-timeline__link_parent,.blocks-timeline__responsive-mobile.blocks-timeline__center-block .blocks-timeline__image a,.blocks-timeline__responsive-mobile.blocks-timeline__center-block .blocks-timeline__heading,.blocks-timeline__responsive-mobile.blocks-timeline__center-block .blocks-timeline-desc-content,.blocks-timeline__responsive-mobile.blocks-timeline__center-block .blocks-timeline__date-inner {
        text-align: left
    }

    .blocks-timeline__responsive-mobile.blocks-timeline__center-block .blocks-timeline__date-hide.blocks-timeline__date-inner {
        text-align: left
    }
}

.blocks-pricing-list-outer-wrap {
    position: relative
}

.blocks-pricing-list-outer-wrap:after {
    content: "";
    display: block;
    clear: both
}

.blocks-pricing-list-outer-wrap .blocks-pricing-list-item-wrap.image-position-left .blocks-pricing-list-item-content,.blocks-pricing-list-outer-wrap .blocks-pricing-list-item-wrap.image-position-right .blocks-pricing-list-item-content {
    -js-display: flex;
    display: flex
}

.blocks-pricing-list-outer-wrap .blocks-pricing-list-item-wrap.image-position-left .blocks-pricing-list-item-image-wrap,.blocks-pricing-list-outer-wrap .blocks-pricing-list-item-wrap.image-position-right .blocks-pricing-list-item-image-wrap {
    align-self: center
}

.blocks-pricing-list-outer-wrap .blocks-pricing-list-item-wrap.image-position-left .blocks-pricing-list-item-image-wrap {
    margin-right: 10px
}

.blocks-pricing-list-outer-wrap .blocks-pricing-list-item-wrap.image-position-right .blocks-pricing-list-item-image-wrap {
    margin-left: 10px
}

.blocks-pricing-list-outer-wrap .blocks-pricing-list-item-wrap .blocks-pricing-list-item-separator-wrap {
    line-height: 0em;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
    -js-display: flex;
    display: -moz-flexbox;
    display: flex
}

.blocks-pricing-list-outer-wrap .blocks-pricing-list-item-wrap .blocks-pricing-list-item-separator {
    width: 100%;
    border-top-width: 1px;
    border-top-color: #b2b4b5;
    border-top-style: dashed
}

.blocks-pricing-list-outer-wrap .blocks-pricing-list-item-wrap .blocks-pricing-list-item-wrap {
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box
}

.blocks-pricing-list-outer-wrap .blocks-pricing-list-item-wrap .blocks-pricing-list-item-wrap,.blocks-pricing-list-outer-wrap .blocks-pricing-list-item-wrap .blocks-pricing-list-item-wrap * {
    transition: all 0.2s
}

.blocks-pricing-list-outer-wrap .blocks-pricing-list-item-wrap .blocks-pricing-list-item-title,.blocks-pricing-list-outer-wrap .blocks-pricing-list-item-wrap .blocks-pricing-list-item-price {
    display: inline-block
}

.blocks-pricing-list-outer-wrap .blocks-pricing-list-item-wrap .blocks-pricing-list-item-title-wrap,.blocks-pricing-list-outer-wrap .blocks-pricing-list-item-wrap .blocks-pricing-list-item-price-wrap {
    display: table-cell
}

.blocks-pricing-list-outer-wrap .blocks-pricing-list-item-wrap .blocks-pricing-list-item-title-wrap {
    width: 85%
}

.blocks-pricing-list-outer-wrap .blocks-pricing-list-item-wrap .blocks-pricing-list-item-price-wrap {
    width: 15%
}

.blocks-pricing-list-outer-wrap .blocks-pricing-list-item-wrap .blocks-pricing-list-item-title,.blocks-pricing-list-outer-wrap .blocks-pricing-list-item-wrap .blocks-pricing-list-item-price {
    display: block
}

.blocks-pricing-list-outer-wrap .blocks-pricing-list-item-wrap .blocks-pricing-list-item-content {
    overflow: hidden;
    text-align: left;
    word-break: break-word;
    padding: 15px;
    border-radius: inherit;
    position: relative;
    padding: 5px;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px
}

.blocks-pricing-list-outer-wrap .blocks-pricing-list-item-wrap .blocks-pricing-list-item-text-wrap {
    position: relative;
    display: block;
    width: 100%
}

.blocks-pricing-list-outer-wrap .blocks-pricing-list-item-wrap .blocks-pricing-list-item-details {
    display: table;
    width: 100%
}

.blocks-pricing-list-outer-wrap .blocks-pricing-list-item-wrap .blocks-pricing-list-item--title-wrap {
    display: table-cell;
    width: 85%
}

.blocks-pricing-list-outer-wrap .blocks-pricing-list-item-wrap .blocks-pricing-list-item-title {
    margin-bottom: 10px;
    color: #333
}

.blocks-pricing-list-outer-wrap .blocks-pricing-list-item-wrap .blocks-pricing-list-item-description {
    margin-bottom: 15px;
    color: #333;
    font-style: italic
}

.blocks-pricing-list-outer-wrap .blocks-pricing-list-item-wrap.resp-desktop-column-3 {
    display: block;
    width: 33%;
    float: left;
    width: calc(100% / 3);
    padding-left: 10px;
    padding-right: 10px
}

.blocks-pricing-list-outer-wrap .blocks-pricing-list-item-wrap.resp-desktop-column-2 {
    display: block;
    width: 49%;
    float: left;
    padding-left: 10px;
    padding-right: 10px
}

.blocks-pricing-list-outer-wrap .blocks-pricing-list-item-wrap.resp-desktop-column-1 {
    display: block;
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px
}

@media (max-width: 576px) {
    .blocks-pricing-list-outer-wrap .blocks-pricing-list-item-wrap.resp-desktop-column-1,.blocks-pricing-list-outer-wrap .blocks-pricing-list-item-wrap.resp-desktop-column-2,.blocks-pricing-list-outer-wrap .blocks-pricing-list-item-wrap.resp-desktop-column-3 {
        width:100%
    }

    .blocks-pricing-list-outer-wrap .blocks-pricing-list-item-wrap.image-position-left .blocks-pricing-list-item-content,.blocks-pricing-list-outer-wrap .blocks-pricing-list-item-wrap.image-position-right .blocks-pricing-list-item-content {
        -js-display: flex;
        display: block
    }

    .blocks-pricing-list-outer-wrap .blocks-pricing-list-item-wrap.image-position-left .blocks-pricing-list-item-image-wrap,.blocks-pricing-list-outer-wrap .blocks-pricing-list-item-wrap.image-position-right .blocks-pricing-list-item-image-wrap {
        align-self: center
    }
}

.block-blocks-pricing-table {
    position: relative
}

.block-blocks-pricing-table {
    z-index: 9999
}

.editor-styles-wrapper .block-blocks-pricing-table {
    z-index: 25
}

.block-blocks-pricing-table .block-blocks-pricing-table-item__button {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto
}

.blocks-pricing-table-background-image-wrap {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    z-index: -1
}

.blocks-pricing-table-background-image {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: 0.3s ease
}

.has-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%
}

.has-small-gutter.has-2-columns>*:not(.block-editor-inner-blocks) {
    max-width: calc(100% / 2 - 0.5em)
}

.has-small-gutter.has-3-columns>*:not(.block-editor-inner-blocks) {
    max-width: calc(100% / 3 - 1em)
}

.has-small-gutter.has-4-columns>*:not(.block-editor-inner-blocks) {
    max-width: calc(100% / 4 - 1em)
}

.has-medium-gutter.has-2-columns>*:not(.block-editor-inner-blocks) {
    max-width: calc(100% / 2 - 1em)
}

.has-medium-gutter.has-3-columns>*:not(.block-editor-inner-blocks) {
    max-width: calc(100% / 2.975 - 1.5em)
}

.has-medium-gutter.has-4-columns>*:not(.block-editor-inner-blocks) {
    max-width: calc(100% / 4 - 1.5em)
}

.has-large-gutter.has-2-columns>*:not(.block-editor-inner-blocks) {
    max-width: calc(100% / 2.01 - 1.5em)
}

.has-large-gutter.has-3-columns>*:not(.block-editor-inner-blocks) {
    max-width: calc(100% / 3.03 - 2em)
}

.has-large-gutter.has-4-columns>*:not(.block-editor-inner-blocks) {
    max-width: calc(100% / 4.08 - 2em)
}

.has-huge-gutter.has-2-columns>*:not(.block-editor-inner-blocks) {
    max-width: calc(100% / 2.02 - 2em)
}

.has-huge-gutter.has-3-columns>*:not(.block-editor-inner-blocks) {
    max-width: calc(100% / 3.09 - 2.5em)
}

.has-huge-gutter.has-4-columns>*:not(.block-editor-inner-blocks) {
    max-width: calc(100% / 4.15 - 2.5em)
}

@media (max-width: 576px) {
    .has-large-gutter.has-2-columns>*:not(.block-editor-inner-blocks),.has-large-gutter.has-3-columns>*:not(.block-editor-inner-blocks),.has-large-gutter.has-4-columns>*:not(.block-editor-inner-blocks),.has-small-gutter.has-2-columns>*:not(.block-editor-inner-blocks),.has-small-gutter.has-3-columns>*:not(.block-editor-inner-blocks),.has-small-gutter.has-4-columns>*:not(.block-editor-inner-blocks),.has-medium-gutter.has-2-columns>*:not(.block-editor-inner-blocks),.has-medium-gutter.has-3-columns>*:not(.block-editor-inner-blocks),.has-medium-gutter.has-4-columns>*:not(.block-editor-inner-blocks),.has-huge-gutter.has-2-columns>*:not(.block-editor-inner-blocks),.has-huge-gutter.has-3-columns>*:not(.block-editor-inner-blocks),.has-huge-gutter.has-4-columns>*:not(.block-editor-inner-blocks) {
        max-width:100%;
        margin-bottom: 20px
    }
}

@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 (min-width: 1280px) {
    .has-columns.has-4-columns>*:not(.block-editor-inner-blocks) {
        flex-basis:25%
    }
}

.block[data-type="blocks/pricing-table-item"] .block-blocks-pricing-table-item__features {
    margin: 0 0 30px
}

.block-blocks-pricing-table-item .block-blocks-pricing-table-item__features {
    margin: 0 0 30px;
    max-width: none;
    padding: 0
}

.block-blocks-pricing-table-item {
    padding: 4em 1.5em;
    position: relative;
    width: 100%;
    background-color: #f00
}

@media (min-width: 600px) {
    .block-blocks-pricing-table-item {
        margin-bottom:0
    }
}

.block-blocks-pricing-table-item:not(.has-background) {
    background: rgba(140,140,151,0.1)
}

.block-blocks-pricing-table-item__title {
    margin-top: 0;
    padding: 0
}

.block-blocks-pricing-table-item__price-wrapper {
    display: flex;
    line-height: 1;
    position: relative
}

.block-blocks-pricing-table-item__currency {
    font-size: 1em
}

.block-blocks-pricing-table-item__amount {
    font-size: 5em;
    letter-spacing: normal;
    line-height: 1 !important;
    margin: 0;
    padding: 0
}

.block-blocks-pricing-table-item__features {
    margin: 0 0 30px;
    max-width: none;
    padding: 0
}

.block-blocks-pricing-table-item__features ul,.block-blocks-pricing-table-item__features li {
    list-style: none;
    margin: 0;
    padding: 0
}

.block-blocks-pricing-table-item__title {
    display: block;
    margin-bottom: 20px
}

.block-blocks-pricing-table-item__price-wrapper {
    margin-bottom: 20px
}

.block-blocks-pricing-table-item .block-button {
    margin-bottom: 0
}

.has-text-align-center .block-blocks-pricing-table-item__price-wrapper {
    justify-content: center
}

.has-text-align-right .block-blocks-pricing-table-item__price-wrapper {
    justify-content: flex-end
}

.block-blocks-pricing-table-item__price-wrapper {
    display: flex;
    justify-content: center
}

.block-blocks-pricing-table-item__price-wrapper p {
    line-height: 1.75
}

.block-blocks-pricing-table-item__price-wrapper .block-blocks-pricing-table-item__currency {
    align-self: flex-start;
    font-size: 1.2em;
    margin: 0px !important
}

.block-blocks-pricing-table-item__price-wrapper .block-blocks-pricing-table-item__amount {
    font-size: 3.5em;
    margin: 0px !important
}

.block-blocks-pricing-table-item__price-wrapper .block-blocks-pricing-table-item__price_suffix {
    align-self: flex-end;
    font-size: 1.2em;
    margin: 0px !important
}

.block-blocks-pricing-table-item__sub_price {
    font-size: 0.75em;
    color: #ddd;
    text-transform: uppercase;
    margin-top: 0px !important
}

.block-blocks-pricing-table .blocks-pricing-table-avatar {
    flex: 0 0 auto;
    position: relative;
    margin-bottom: 15px
}

.block-blocks-pricing-table .blocks-pricing-table-avatar-img {
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    vertical-align: middle;
    width: 100%
}

.block-blocks-pricing-table .blocks-pricing-table-avatar button {
    height: 100%;
    left: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    background-color: #fff
}

.block-blocks-pricing-table .blocks-pricing-table-avatar button:focus:not(:disabled) {
    background: none;
    border: none;
    box-shadow: 0 0 0 2px #007cba;
    outline: none
}

.block-blocks-pricing-table .blocks-pricing-table-avatar button svg {
    height: 100px;
    fill: #555d66;
    margin: auto auto;
    pointer-events: none;
    transform: translate3d(0, 0, 0);
    transition: transform 100ms cubic-bezier(0.645, 0.045, 0.355, 1)
}

.blocks-pricing-image-wrap button {
    width: auto !important
}

.blocks-pricing-image-wrap button img {
    margin-left: auto;
    margin-right: auto
}

.image-shape-blob .blocks-pricing-image {
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAwIDIwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTg4LjUgMzEuOWMxMi45IDE1LjkgMTIuNSA0My4zIDEwLjMgNzcuMXMtNi4yIDc0LjItMjYuMiA4Ni41LTU2LjEtMy4zLTg5LjQtMjEuMi02My43LTM4LjEtNzYuNC02OS44Qy01LjkgNzMtLjggMjkuOSAyMS42IDExLjcgNDQtNi40IDgzLjguNSAxMTYuNyA2LjFzNTkgMTAgNzEuOCAyNS44eiI+PC9wYXRoPjwvc3ZnPg==);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAwIDIwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTg4LjUgMzEuOWMxMi45IDE1LjkgMTIuNSA0My4zIDEwLjMgNzcuMXMtNi4yIDc0LjItMjYuMiA4Ni41LTU2LjEtMy4zLTg5LjQtMjEuMi02My43LTM4LjEtNzYuNC02OS44Qy01LjkgNzMtLjggMjkuOSAyMS42IDExLjcgNDQtNi40IDgzLjguNSAxMTYuNyA2LjFzNTkgMTAgNzEuOCAyNS44eiI+PC9wYXRoPjwvc3ZnPg==);
    mask-mode: alpha;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    border-radius: none
}

.image-shape-circle .blocks-pricing-image {
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiByPSI1MCI+PC9jaXJjbGU+PC9zdmc+);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiByPSI1MCI+PC9jaXJjbGU+PC9zdmc+);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%
}

.image-shape-square .blocks-pricing-image {
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAwIDIwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBjbGFzcz0ic3F1YXJlX3N2Z19fc3QwIiBkPSJNMCAwaDIwMHYyMDBIMHoiPjwvcGF0aD48L3N2Zz4=);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAwIDIwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBjbGFzcz0ic3F1YXJlX3N2Z19fc3QwIiBkPSJNMCAwaDIwMHYyMDBIMHoiPjwvcGF0aD48L3N2Zz4=)
}

.block-cover .block-blocks-pricing-table__inner {
    color: #333
}
    .has-large-gutter.has-1-columns>.block-blocks-pricing-table-item:last-child,.has-large-gutter.has-2-columns>.block-blocks-pricing-table-item:last-child,.has-large-gutter.has-3-columns>.block-blocks-pricing-table-item:last-child,.has-large-gutter.has-4-columns>.block-blocks-pricing-table-item:last-child,.has-small-gutter.has-1-columns>.block-blocks-pricing-table-item:last-child,.has-small-gutter.has-2-columns>.block-blocks-pricing-table-item:last-child,.has-small-gutter.has-3-columns>.block-blocks-pricing-table-item:last-child,.has-small-gutter.has-4-columns>.block-blocks-pricing-table-item:last-child,.has-medium-gutter.has-1-columns>.block-blocks-pricing-table-item:last-child,.has-medium-gutter.has-2-columns>.block-blocks-pricing-table-item:last-child,.has-medium-gutter.has-3-columns>.block-blocks-pricing-table-item:last-child,.has-medium-gutter.has-4-columns>.block-blocks-pricing-table-item:last-child,.has-huge-gutter.has-1-columns>.block-blocks-pricing-table-item:last-child,.has-huge-gutter.has-2-columns>.block-blocks-pricing-table-item:last-child,.has-huge-gutter.has-3-columns>.block-blocks-pricing-table-item:last-child,.has-huge-gutter.has-4-columns>.block-blocks-pricing-table-item:last-child {
        margin-bottom: 0px
    }
}

.blocks-section__video-wrap {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    z-index: 0;
    transition: opacity 1s
}

.blocks-section__video-wrap video {
    width: 100%
}

.blocks-block-section {
    margin-left: auto;
    margin-right: auto
}

.blocks-section-background-image-wrap {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    z-index: 1
}

.blocks-section-background-image {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: 0.3s ease
}

.blocks-block-section-outer-wrap {
    position: relative
}

.responsive-section-wrap {
    position: relative;
    overflow: hidden
}

.responsive-section-wrap .responsive-section-inner-wrap {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
    width: 100%
}

.responsive-section-wrap.responsive-column__align-left .responsive-section-inner-wrap {
    margin-left: 0;
    margin-right: auto
}

.responsive-section-wrap.responsive-column__align-right .responsive-section-inner-wrap {
    margin-left: auto;
    margin-right: 0
}

.responsive-section-wrap .responsive-column__overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.responsive-section-wrap .responsive-column__video-wrap {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    z-index: 0;
    transition: opacity 1s
}

.responsive-section-wrap .responsive-column__video-wrap video {
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 1;
    border: none;
    display: inline-block;
    vertical-align: baseline;
    -o-object-fit: cover;
    object-fit: cover;
    background-size: cover
}

.editor-inner-blocks>.editor-block-list__layout>[data-type="blocks/column"] {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-left: 0;
    padding-right: 0;
    margin-left: -14px;
    margin-right: -14px;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word;
    flex-basis: 100%
}

@media (max-width: 976px) {
    .responsive-column__align-tablet-left .responsive-section-inner-wrap {
        margin-left:0;
        margin-right: auto
    }

    .responsive-column__align-tablet-right .responsive-section-inner-wrap {
        margin-left: auto;
        margin-right: 0
    }
}

@media (max-width: 767px) {
    .responsive-column__align-mobile-left .responsive-section-inner-wrap {
        margin-left:0;
        margin-right: auto
    }

    .responsive-column__align-mobile-right .responsive-section-inner-wrap {
        margin-left: auto;
        margin-right: 0
    }
}

@media (max-width: 449px) {
    .responsive-columns-wrap.responsive-columns__background-image {
        background-attachment:scroll !important
    }
}

.blocks-typography-option-actions,.uag-box-shadow-option-actions {
    margin-bottom: 1.5em;
    margin-top: 1.5em
}

.blocks-typography-option-actions button {
    margin: 0;
    float: right
}

.blocks-typography-option-actions .rbea-typography-reset-btn,.blocks-typography-option-actions .rbea-typography-reset-btn:hover,.blocks-typography-option-actions .rbea-typography-reset-btn:active:enabled {
    background: none;
    border: none;
    box-shadow: none;
    float: right
}

.blocks-typography-option-actions button svg {
    height: 15px;
    width: 15px
}

.blocks-typography-option-actions button svg:hover {
    fill: #23282d
}

.blocks-typography-option-actions button.rbea-typography-reset-btn svg {
    height: 13px;
    width: 13px;
    fill: #777
}

.block-blocks-shape-divider {
    display: flex;
    flex-direction: column;
    position: relative
}

.block-blocks-shape-divider svg {
    bottom: -1px;
    fill: currentColor;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%
}

.block-blocks-shape-divider__svg-wrapper {
    position: relative
}

.block-blocks-shape-divider__alt-wrapper {
    background-color: currentColor
}

.block-blocks-shape-divider.is-horizontally-flipped svg {
    transform: scaleX(-1)
}

.block-blocks-shape-divider.is-vertically-flipped {
    flex-direction: column-reverse
}

.block-blocks-shape-divider.is-vertically-flipped svg {
    bottom: 0;
    top: -1px;
    transform: scaleY(-1)
}

.block-blocks-shape-divider.is-vertically-flipped.is-horizontally-flipped svg {
    transform: scaleX(-1) scaleY(-1)
}

.block-blocks-shape-divider .divider--waves path:nth-child(1) {
    opacity: 0.15
}

.block-blocks-shape-divider .divider--waves path:nth-child(2) {
    opacity: 0.3
}

.blocks-block-team {
    align-items: flex-start;
    padding: 0;
    position: relative;
    text-align: center;
    border: 2px solid
}

.blocks-block-team .blocks-team-content {
    flex: 1 1 auto
}

.blocks-block-team .blocks-team-content .blocks-team-name {
    display: block;
    font-size: 1.5em;
    margin: 1em 0;
    padding: 0;
    margin-top: 0
}

.blocks-block-team .blocks-team-content .blocks-team-designation p {
    margin: 0;
    margin-bottom: 0;
    line-height: inherit
}

.blocks-block-team .blocks-team-content .blocks-team-designation p:last-of-type {
    margin-bottom: 0
}

.blocks-block-team .blocks-team-content .blocks-team-description {
    margin: 0
}

.blocks-block-team .blocks-team-content .blocks-team-description p {
    line-height: inherit;
    margin-bottom: 10px
}

.blocks-block-team .blocks-team-content .blocks-team-description:last-of-type {
    margin-bottom: 10px
}

.blocks-block-team .blocks-team-content .blocks-team-social-icons-wrapper {
    display: inline-block
}

.blocks-block-team .blocks-team-content .blocks-team-social-icons-wrapper .blocks-team-social-icons {
    list-style-type: none;
    display: flex;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center
}

.blocks-block-team .blocks-team-content .blocks-team-social-icons-wrapper .blocks-team-social-icons li {
    margin-right: 10px;
    margin-left: 10px
}

.blocks-block-team .blocks-team-content .blocks-team-social-icons-wrapper .blocks-team-social-icons li a {
    display: block
}

.blocks-block-team .blocks-team-content .blocks-team-social-icons-wrapper .blocks-team-social-icons.edit-block li {
    margin-right: auto;
    margin-left: auto
}

.blocks-block-team .blocks-team-content .blocks-team-social-icons-wrapper .blocks-team-social-icons.edit-block li {
    position: relative
}

.blocks-block-team .blocks-team-content .blocks-team-social-icons-wrapper .blocks-team-social-icons.edit-block li form {
    display: none;
    min-width: 300px;
    position: absolute;
    top: 20px;
    left: -100px;
    border: 1px solid;
    z-index: 999;
    padding: 15px;
    background: #fff
}

.blocks-block-team .blocks-team-content .blocks-team-social-icons-wrapper .blocks-team-social-icons.edit-block li form input.block-editor-url-input__input {
    max-width: 200px;
    min-width: 200px
}

.blocks-block-team .blocks-team-content .blocks-team-social-icons-wrapper .blocks-team-social-icons.edit-block li:hover form {
    display: flex
}

.blocks-block-team .blocks-team-avatar {
    flex: 0 0 auto;
    position: relative;
    margin-bottom: 15px;
    margin: 0 auto
}

.blocks-block-team .blocks-team-avatar-img {
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    top: 0;
    vertical-align: middle;
    width: 100%
}

.blocks-block-team .blocks-team-avatar button {
    height: 100%;
    left: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    background-color: #fff;
    position: relative;
    padding-bottom: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.blocks-block-team .blocks-team-avatar button:focus:not(:disabled) {
    background: none;
    border: none;
    box-shadow: 0 0 0 2px #007cba;
    outline: none
}

.blocks-block-team .blocks-team-avatar button svg {
    fill: #555d66;
    margin: auto auto;
    pointer-events: none;
    transform: translate3d(0, 0, 0);
    transition: transform 100ms cubic-bezier(0.645, 0.045, 0.355, 1);
    top: 50%;
    position: absolute;
    transform: translateY(-50%)
}

.blocks-block-team.image-shape-blob .blocks-team-avatar,.blocks-block-team.image-shape-blob .blocks-team-avatar-img {
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAwIDIwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTg4LjUgMzEuOWMxMi45IDE1LjkgMTIuNSA0My4zIDEwLjMgNzcuMXMtNi4yIDc0LjItMjYuMiA4Ni41LTU2LjEtMy4zLTg5LjQtMjEuMi02My43LTM4LjEtNzYuNC02OS44Qy01LjkgNzMtLjggMjkuOSAyMS42IDExLjcgNDQtNi40IDgzLjguNSAxMTYuNyA2LjFzNTkgMTAgNzEuOCAyNS44eiI+PC9wYXRoPjwvc3ZnPg==);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAwIDIwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTg4LjUgMzEuOWMxMi45IDE1LjkgMTIuNSA0My4zIDEwLjMgNzcuMXMtNi4yIDc0LjItMjYuMiA4Ni41LTU2LjEtMy4zLTg5LjQtMjEuMi02My43LTM4LjEtNzYuNC02OS44Qy01LjkgNzMtLjggMjkuOSAyMS42IDExLjcgNDQtNi40IDgzLjguNSAxMTYuNyA2LjFzNTkgMTAgNzEuOCAyNS44eiI+PC9wYXRoPjwvc3ZnPg==);
    mask-mode: alpha;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    border-radius: none
}

.blocks-block-team.image-shape-circle .blocks-team-avatar,.blocks-block-team.image-shape-circle .blocks-team-avatar-img {
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiByPSI1MCI+PC9jaXJjbGU+PC9zdmc+);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiByPSI1MCI+PC9jaXJjbGU+PC9zdmc+);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%
}

.blocks-block-team.image-shape-square .blocks-team-avatar,.blocks-block-team.image-shape-square .blocks-team-avatar-img {
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAwIDIwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBjbGFzcz0ic3F1YXJlX3N2Z19fc3QwIiBkPSJNMCAwaDIwMHYyMDBIMHoiPjwvcGF0aD48L3N2Zz4=);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAwIDIwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBjbGFzcz0ic3F1YXJlX3N2Z19fc3QwIiBkPSJNMCAwaDIwMHYyMDBIMHoiPjwvcGF0aD48L3N2Zz4=)
}

.has-small-gutter.has-2-columns>*:not(.block-editor-inner-blocks) {
    max-width: calc(100% / 2 - 0.5em)
}

.has-small-gutter.has-3-columns>*:not(.block-editor-inner-blocks) {
    max-width: calc(100% / 3 - 1em)
}

.has-small-gutter.has-4-columns>*:not(.block-editor-inner-blocks) {
    max-width: calc(100% / 4 - 1em)
}

.has-medium-gutter.has-2-columns>*:not(.block-editor-inner-blocks) {
    max-width: calc(100% / 2 - 1em)
}

.has-medium-gutter.has-3-columns>*:not(.block-editor-inner-blocks) {
    max-width: calc(100% / 2.975 - 1.5em)
}

.has-medium-gutter.has-4-columns>*:not(.block-editor-inner-blocks) {
    max-width: calc(100% / 4 - 1.5em)
}

.has-large-gutter.has-2-columns>*:not(.block-editor-inner-blocks) {
    max-width: calc(100% / 2.01 - 1.5em)
}

.has-large-gutter.has-3-columns>*:not(.block-editor-inner-blocks) {
    max-width: calc(100% / 3.03 - 2em)
}

.has-large-gutter.has-4-columns>*:not(.block-editor-inner-blocks) {
    max-width: calc(100% / 4.08 - 2em)
}

.has-huge-gutter.has-2-columns>*:not(.block-editor-inner-blocks) {
    max-width: calc(100% / 2.02 - 2em)
}

.has-huge-gutter.has-3-columns>*:not(.block-editor-inner-blocks) {
    max-width: calc(100% / 3.09 - 2.5em)
}

.has-huge-gutter.has-4-columns>*:not(.block-editor-inner-blocks) {
    max-width: calc(100% / 4.15 - 2.5em)
}
@media (max-width: 769px) {
    .has-small-gutter.has-2-columns>*:not(.block-editor-inner-blocks),.has-small-gutter.has-3-columns>*:not(.block-editor-inner-blocks),.has-small-gutter.has-4-columns>*:not(.block-editor-inner-blocks) {
        max-width:calc(100% / 2 - 0.5em);
        margin-bottom: 20px
    }

    .has-medium-gutter.has-2-columns>*:not(.block-editor-inner-blocks),.has-medium-gutter.has-3-columns>*:not(.block-editor-inner-blocks),.has-medium-gutter.has-4-columns>*:not(.block-editor-inner-blocks) {
        max-width: calc(100% / 2 - 1em);
        margin-bottom: 20px
    }

    .has-large-gutter.has-2-columns>*:not(.block-editor-inner-blocks),.has-large-gutter.has-3-columns>*:not(.block-editor-inner-blocks),.has-large-gutter.has-4-columns>*:not(.block-editor-inner-blocks) {
        max-width: calc(100% / 2.01 - 1.5em);
        margin-bottom: 20px
    }

    .has-huge-gutter.has-2-columns>*:not(.block-editor-inner-blocks),.has-huge-gutter.has-3-columns>*:not(.block-editor-inner-blocks),.has-huge-gutter.has-4-columns>*:not(.block-editor-inner-blocks) {
        max-width: calc(100% / 2.02 - 2em);
        margin-bottom: 20px
    }

    .has-large-gutter.has-2-columns>*:not(.block-editor-inner-blocks),.has-large-gutter.has-3-columns>*:not(.block-editor-inner-blocks),.has-large-gutter.has-4-columns>*:not(.block-editor-inner-blocks),.has-small-gutter.has-2-columns>*:not(.block-editor-inner-blocks),.has-small-gutter.has-3-columns>*:not(.block-editor-inner-blocks),.has-small-gutter.has-4-columns>*:not(.block-editor-inner-blocks),.has-medium-gutter.has-2-columns>*:not(.block-editor-inner-blocks),.has-medium-gutter.has-3-columns>*:not(.block-editor-inner-blocks),.has-medium-gutter.has-4-columns>*:not(.block-editor-inner-blocks),.has-huge-gutter.has-2-columns>*:not(.block-editor-inner-blocks),.has-huge-gutter.has-3-columns>*:not(.block-editor-inner-blocks),.has-huge-gutter.has-4-columns>*:not(.block-editor-inner-blocks) {
        max-width: 100%;
        width: 100%;
        margin-bottom: 20px
    }

    .blocks-block-team {
        margin-left: auto;
        margin-right: auto
    }
}

.blocks-testimonial__wrap {
    position: relative;
    box-sizing: border-box
}

.blocks-testimonial__wrap,.blocks-testimonial__wrap * {
    transition: all 0.2s
}

.blocks-icon-wrap .blocks-icon {
    display: inline-block
}

.blocks-tm__image {
    position: relative
}

.blocks-tm__imgicon-style-circle .blocks-tm__image img {
    border-radius: 100%
}

.blocks-tm__imgicon-style-square .blocks-tm__image img {
    border-radius: 0%
}

.blocks-tm__image img,.slick-slide .blocks-tm__image img {
    display: inline-block;
    box-sizing: content-box
}

.blocks-tm__author-name,.blocks-tm__company {
    display: inline-block
}

.blocks-tm__content {
    overflow: hidden;
    text-align: center;
    word-break: break-word;
    padding: 15px;
    border-radius: inherit;
    position: relative
}

.blocks-tm__image-position-left .blocks-tm__content,.blocks-tm__image-position-right .blocks-tm__content {
    display: flex
}

.blocks-tm__meta-inner {
    display: inline-block
}

.blocks-tm__image-position-bottom .blocks-tm__image-content,.blocks-tm__image-position-bottom .blocks-testimonial-details {
    display: table-cell;
    vertical-align: middle
}

.blocks-tm__meta {
    width: 100%;
    line-height: 1
}

.blocks-tm__image-position-bottom .blocks-tm__image-content {
    padding-right: 10px
}

.blocks-tm__author-name,.blocks-tm__company {
    display: block
}

.blocks-tm__image-aligned-middle .blocks-tm__image-content {
    align-self: center
}

.blocks-tm__desc {
    margin-bottom: 15px
}

.blocks-tm__author-name {
    margin-bottom: 5px;
    font-size: 30px;
    line-height: 1em
}

.blocks-tm__company {
    font-size: 15px;
    font-style: italic;
    line-height: 1em;
    color: #888888
}

.is-carousel .blocks-testomonial__outer-wrap {
    padding-left: 10px;
    padding-right: 10px
}

.blocks-tm__overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: transparent
}

.blocks-tm__text-wrap {
    position: relative
}

.blocks-tm__items {
    visibility: hidden
}

.blocks-tm__items.slick-initialized {
    visibility: visible
}

.blocks-tm__image-position-top .blocks-tm__image-content {
    display: flex;
    justify-content: center
}

.blocks-slick-carousel {
    padding: 45px
}

.blocks-slick-carousel.blocks-tm__arrow-outside .slick-next {
    right: -45px
}

.blocks-slick-carousel.blocks-tm__arrow-inside .slick-prev {
    left: 25px;
    z-index: 1
}

.blocks-slick-carousel.blocks-tm__arrow-inside .slick-next {
    right: 25px
}

[dir="rtl"] .blocks-tm__arrow-inside.blocks-slick-carousel .slick-prev {
    left: auto;
    right: 25px
}

[dir="rtl"] .blocks-tm__arrow-inside.blocks-slick-carousel .slick-next {
    left: 25px;
    right: auto
}

[dir="rtl"] .blocks-tm__arrow-outside.blocks-slick-carousel .slick-next {
    left: -45px;
    right: auto
}

@media (max-width: 976px) {
    .blocks-tm-stacked-tablet.blocks-tm__image-position-bottom .blocks-tm__image-content,.blocks-tm-stacked-tablet.blocks-tm__image-position-bottom .blocks-testimonial-details {
        display:block;
        vertical-align: middle
    }

    .blocks-tm-stacked-tablet.blocks-tm__image-position-left .blocks-tm__content,.blocks-tm-stacked-tablet.blocks-tm__image-position-right .blocks-tm__content {
        display: block
    }

    .blocks-tm-stacked-tablet.blocks-tm__image-position-right.blocks-tm-reverse-order-tablet .blocks-tm__content {
        display: inline-flex;
        flex-direction: column-reverse
    }

    .blocks-tm-stacked-tablet.blocks-tm__image-aligned-top .blocks-tm__image-content {
        display: inline-flex;
        align-self: center
    }

    .blocks-slick-carousel.blocks-tm__arrow-outside .slick-prev {
        left: 15px;
        z-index: 1
    }

    .blocks-slick-carousel.blocks-tm__arrow-outside .slick-next {
        right: 15px
    }

    [dir="rtl"] .blocks-slick-carousel.blocks-tm__arrow-outside .slick-prev {
        left: auto;
        right: 15px
    }

    [dir="rtl"] .blocks-slick-carousel.blocks-tm__arrow-outside .slick-next {
        left: 15px;
        right: auto
    }
}

@media (max-width: 768px) {
    .blocks-tm-stacked-mobile.blocks-tm__image-position-bottom .blocks-tm__image-content,.blocks-tm-stacked-mobile.blocks-tm__image-position-bottom .blocks-testimonial-details {
        display:block;
        vertical-align: middle
    }

    .blocks-tm-stacked-mobile.blocks-tm__image-position-left .blocks-tm__content,.blocks-tm-stacked-mobile.blocks-tm__image-position-right .blocks-tm__content {
        display: block
    }

    .blocks-tm-stacked-mobile.blocks-tm__image-position-right.blocks-tm-reverse-order-mobile .blocks-tm__content {
        display: inline-flex;
        flex-direction: column-reverse
    }

    .blocks-tm-stacked-mobile.blocks-tm__image-aligned-top .blocks-tm__image-content {
        display: inline-flex;
        align-self: center
    }

    .responsive-testimonial-slick-carousel .slick-arrow {
        display: none !important
    }
}

.blocks-tm__content.skin-type-bubble .blocks-tm__desc {
    padding: 10px
}

.blocks-tm__content.skin-type-bubble .blocks-testinomial-text-wrap {
    position: relative;
    background-color: #e4e4e4
}

.blocks-tm__content.skin-type-bubble .blocks-testinomial-text-wrap:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #e4e4e4;
    border-bottom: 10px solid transparent;
    right: 50%;
    bottom: -20px
}

.blocks-tm__content.skin-type-bubble.left-aligned .blocks-testinomial-text-wrap:before {
    left: 30px
}

.blocks-tm__content.skin-type-bubble.right-aligned .blocks-testinomial-text-wrap:before {
    right: 30px
}

.blocks-tm__content.skin-type-bubble.center-aligned .blocks-testinomial-text-wrap:before {
    right: 49%
}

.responsive-testimonial-slick-carousel .slick-arrow {
    background: transparent
}

.blocks-block-testimonial {
    margin: 0 auto;
    border-radius: 5px
}

.blocks-block-testimonial .blocks-testimonial-info .blocks-testimonial-inner-block {
    display: inline-block
}

.blocks-block-testimonial .blocks-testimonial-info .blocks-editable {
    padding-left: 0
}

.blocks-block-testimonial .blocks-testimonial-info .blocks-testimonial-avatar-wrap {
    padding-right: 10px
}

.blocks-block-testimonial .blocks-testimonial-avatar-wrap,.blocks-block-testimonial .blocks-testimonial-details {
    display: table-cell;
    vertical-align: middle
}

.blocks-block-testimonial .blocks-testimonial-avatar-wrap+.blocks-testimonial-name,.blocks-block-testimonial .blocks-testimonial-avatar-wrap+.blocks-testimonial-name+.blocks-testimonial-title,.blocks-block-testimonial .blocks-testimonial-avatar-wrap+.blocks-testimonial-title,.blocks-block-testimonial .blocks-testimonial-avatar-wrap+.editor-rich-text,.blocks-block-testimonial .blocks-testimonial-avatar-wrap+.editor-rich-text+.editor-rich-text {
    margin-left: 70px;
    padding-left: 0
}

.blocks-block-testimonial .blocks-testimonial-text p {
    line-height: inherit;
    margin-bottom: 0
}

.blocks-block-testimonial .blocks-testimonial-text a {
    color: inherit;
    box-shadow: 0 -1px 0 inset;
    text-decoration: none
}

.blocks-block-testimonial .blocks-testimonial-text a:hover {
    color: inherit;
    box-shadow: 0 -2px 0 inset
}

.blocks-block-testimonial .blocks-testimonial-name {
    margin: 0;
    padding: 0
}

.blocks-block-testimonial .blocks-testimonial-title {
    opacity: 0.8
}

.blocks-block-testimonial .blocks-testimonial-image-wrap {
    height: 55px;
    width: 55px;
    position: relative;
    display: flex;
    align-items: center
}

.blocks-block-testimonial .blocks-testimonial-image-wrap button.blocks-change-image {
    width: 100%;
    height: 100%;
    padding: 0
}

.blocks-block-testimonial .blocks-testimonial-image-wrap img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 10;
    z-index: 5
}

.blocks-block-testimonial.image-shape-blob .blocks-testimonial-avatar,.blocks-block-testimonial.image-shape-blob .blocks-testimonial-avatar-img {
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAwIDIwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTg4LjUgMzEuOWMxMi45IDE1LjkgMTIuNSA0My4zIDEwLjMgNzcuMXMtNi4yIDc0LjItMjYuMiA4Ni41LTU2LjEtMy4zLTg5LjQtMjEuMi02My43LTM4LjEtNzYuNC02OS44Qy01LjkgNzMtLjggMjkuOSAyMS42IDExLjcgNDQtNi40IDgzLjguNSAxMTYuNyA2LjFzNTkgMTAgNzEuOCAyNS44eiI+PC9wYXRoPjwvc3ZnPg==);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAwIDIwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTg4LjUgMzEuOWMxMi45IDE1LjkgMTIuNSA0My4zIDEwLjMgNzcuMXMtNi4yIDc0LjItMjYuMiA4Ni41LTU2LjEtMy4zLTg5LjQtMjEuMi02My43LTM4LjEtNzYuNC02OS44Qy01LjkgNzMtLjggMjkuOSAyMS42IDExLjcgNDQtNi40IDgzLjguNSAxMTYuNyA2LjFzNTkgMTAgNzEuOCAyNS44eiI+PC9wYXRoPjwvc3ZnPg==)
}

.blocks-block-testimonial.image-shape-circle .blocks-testimonial-avatar,.blocks-block-testimonial.image-shape-circle .blocks-testimonial-avatar-img {
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiByPSI1MCI+PC9jaXJjbGU+PC9zdmc+);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiByPSI1MCI+PC9jaXJjbGU+PC9zdmc+);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%
}

.blocks-block-testimonial.image-shape-square .blocks-testimonial-avatar,.blocks-block-testimonial.image-shape-square .blocks-testimonial-avatar-img {
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAwIDIwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBjbGFzcz0ic3F1YXJlX3N2Z19fc3QwIiBkPSJNMCAwaDIwMHYyMDBIMHoiPjwvcGF0aD48L3N2Zz4=);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAwIDIwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBjbGFzcz0ic3F1YXJlX3N2Z19fc3QwIiBkPSJNMCAwaDIwMHYyMDBIMHoiPjwvcGF0aD48L3N2Zz4=)
}

.edit-post-visual-editor.editor-styles-wrapper .blocks-testimonial-text p {
    line-height: inherit
}

.right-aligned .blocks-testimonial-info {
    text-align: right
}

.center-aligned .blocks-testimonial-info {
    text-align: center
}

.has-small-gutter.has-2-columns>*:not(.block-editor-inner-blocks) {
    max-width: calc(100% / 2 - 0.5em)
}

.has-small-gutter.has-3-columns>*:not(.block-editor-inner-blocks) {
    max-width: calc(100% / 3 - 1em)
}

.has-small-gutter.has-4-columns>*:not(.block-editor-inner-blocks) {
    max-width: calc(100% / 4 - 1em)
}

.has-medium-gutter.has-2-columns>*:not(.block-editor-inner-blocks) {
    max-width: calc(100% / 2 - 1em)
}

.has-medium-gutter.has-3-columns>*:not(.block-editor-inner-blocks) {
    max-width: calc(100% / 2.975 - 1.5em)
}

.has-medium-gutter.has-4-columns>*:not(.block-editor-inner-blocks) {
    max-width: calc(100% / 4 - 1.5em)
}

.has-large-gutter.has-2-columns>*:not(.block-editor-inner-blocks) {
    max-width: calc(100% / 2.01 - 1.5em)
}

.has-large-gutter.has-3-columns>*:not(.block-editor-inner-blocks) {
    max-width: calc(100% / 3.03 - 2em)
}

.has-large-gutter.has-4-columns>*:not(.block-editor-inner-blocks) {
    max-width: calc(100% / 4.08 - 2em)
}

.has-huge-gutter.has-2-columns>*:not(.block-editor-inner-blocks) {
    max-width: calc(100% / 2.02 - 2em)
}

.has-huge-gutter.has-3-columns>*:not(.block-editor-inner-blocks) {
    max-width: calc(100% / 3.09 - 2.5em)
}

.has-huge-gutter.has-4-columns>*:not(.block-editor-inner-blocks) {
    max-width: calc(100% / 4.15 - 2.5em)
}


@media (max-width: 769px) {
    .has-small-gutter.has-2-columns>*:not(.block-editor-inner-blocks),.has-small-gutter.has-3-columns>*:not(.block-editor-inner-blocks),.has-small-gutter.has-4-columns>*:not(.block-editor-inner-blocks) {
        max-width:calc(100% / 2 - 0.5em);
        margin-bottom: 20px
    }

    .has-medium-gutter.has-2-columns>*:not(.block-editor-inner-blocks),.has-medium-gutter.has-3-columns>*:not(.block-editor-inner-blocks),.has-medium-gutter.has-4-columns>*:not(.block-editor-inner-blocks) {
        max-width: calc(100% / 2 - 1em);
        margin-bottom: 20px
    }

    .has-large-gutter.has-2-columns>*:not(.block-editor-inner-blocks),.has-large-gutter.has-3-columns>*:not(.block-editor-inner-blocks),.has-large-gutter.has-4-columns>*:not(.block-editor-inner-blocks) {
        max-width: calc(100% / 2.01 - 1.5em);
        margin-bottom: 20px
    }

    .has-huge-gutter.has-2-columns>*:not(.block-editor-inner-blocks),.has-huge-gutter.has-3-columns>*:not(.block-editor-inner-blocks),.has-huge-gutter.has-4-columns>*:not(.block-editor-inner-blocks) {
        max-width: calc(100% / 2.02 - 2em);
        margin-bottom: 20px
    }
@media (max-width: 767px) {
    .block-blocks-testimonial-wrapper {
        display:block
    }

    .page.sidebar-position-no:not(.woocommerce) .alignfull .block-blocks-testimonial-wrapper:not(.block-cover__inner-container):not(.block-separator).has-medium-gutter.has-3-columns>*:not(.block-editor-inner-blocks),.page.sidebar-position-no:not(.woocommerce) .alignfull .block-blocks-testimonial-wrapper:not(.block-cover__inner-container):not(.block-separator).has-medium-gutter.has-3-columns>*:not(.block-editor-inner-blocks) {
        max-width: 100%
    }
}

    .has-large-gutter.has-2-columns>*:not(.block-editor-inner-blocks),.has-large-gutter.has-3-columns>*:not(.block-editor-inner-blocks),.has-large-gutter.has-4-columns>*:not(.block-editor-inner-blocks),.has-small-gutter.has-2-columns>*:not(.block-editor-inner-blocks),.has-small-gutter.has-3-columns>*:not(.block-editor-inner-blocks),.has-small-gutter.has-4-columns>*:not(.block-editor-inner-blocks),.has-medium-gutter.has-2-columns>*:not(.block-editor-inner-blocks),.has-medium-gutter.has-3-columns>*:not(.block-editor-inner-blocks),.has-medium-gutter.has-4-columns>*:not(.block-editor-inner-blocks),.has-huge-gutter.has-2-columns>*:not(.block-editor-inner-blocks),.has-huge-gutter.has-3-columns>*:not(.block-editor-inner-blocks),.has-huge-gutter.has-4-columns>*:not(.block-editor-inner-blocks) {
        max-width: 100%;
        width: 100%;
        margin-bottom: 20px
    }
}

.blocks-video-popup__wrapper {
    background-color: #000000;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 400px;
    padding: 0;
    background: #000;
    background-size: cover;
    background-position: 50%;
    border-radius: 12px
}

.blocks-video-popup__overlay {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 6 !important
}

.blocks--has-background-overlay {
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center
}

.blocks--has-background-overlay.blocks--has-background-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2
}

.blocks--has-background-overlay>* {
    position: relative;
    z-index: 3
}

.blocks-video-popup__play-button {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.blocks-video-popup__play-button svg {
    fill: #fff;
    width: 10%;
    height: 10%;
    min-width: 30px;
    min-height: 30px
}

.blocks-video-popup__wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2
}

.blocks-main-block {
    position: relative
}

.blocks-main-block .blocks-video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover
}

.block-cover:not(.components-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
}

.block-cover:not(.components-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
}
.block-blocks-flip-box:hover .flip-box-front .fliptitle, .block-blocks-flip-box:hover .flip-box-front .flipsubtitle, .block-blocks-flip-box:hover .flip-box-front .dashicon {
    display: none;
    visibility: hidden;
}

.block-blocks-flip-box:hover .flip-box-back .fliptitle, .block-blocks-flip-box:hover .flip-box-back .fliptsubitle, .block-blocks-flip-box:hover .flip-box-front .dashicon {
    transform: initial !important;
}
