/*!
 * getwid-section
 */

.wp-block-getwid-section {
    position: relative
}

.wp-block-getwid-section__wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 1em;
    min-width: 70px
}

.wp-block-getwid-section__background, .wp-block-getwid-section__background-holder {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

.wp-block-getwid-section__background {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden
}

@supports (-webkit-overflow-scrolling:touch) {
    .wp-block-getwid-section__background {
        background-attachment: scroll !important
    }
}

.wp-block-getwid-section__background-image-wrapper, .wp-block-getwid-section__background-slider-wrapper, .wp-block-getwid-section__background-video-wrapper {
    width: 100%;
    height: 100%
}

.wp-block-getwid-section__background-image-wrapper {
    display: none
}

.wp-block-getwid-section__background-video {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .wp-block-getwid-section__background-video {
        min-width: 100%;
        min-height: 100%;
        height: auto;
        width: auto;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%)
    }
}

.wp-block-getwid-section__background-video-wrapper, .wp-block-getwid-section__background-video-youtube {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.wp-block-getwid-section__background-video.source-youtube {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto
}

    .wp-block-getwid-section__background-video.source-youtube.scale-youtube-low {
        min-width: 120%;
        min-height: 120%
    }

    .wp-block-getwid-section__background-video.source-youtube.scale-youtube-medium {
        min-width: 150%;
        min-height: 150%
    }

    .wp-block-getwid-section__background-video.source-youtube.scale-youtube-high {
        min-width: 180%;
        min-height: 180%
    }

    .wp-block-getwid-section__background-video.source-youtube.scale-youtube-huge {
        min-width: 200%;
        min-height: 200%
    }

.wp-block-getwid-section__background-slider {
    height: 100%;
    width: 100%
}

    .wp-block-getwid-section__background-slider.slick-initialized .wp-block-getwid-section__background-slider-item {
        display: block
    }

    .wp-block-getwid-section__background-slider .slick-list, .wp-block-getwid-section__background-slider .slick-list .slick-track {
        height: 100%
    }

.wp-block-getwid-section .wp-block-getwid-section__background-slider-item {
    width: 100%;
    height: 100%;
    display: none
}

@media (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .wp-block-getwid-section .wp-block-getwid-section__background-slider-item {
        position: relative
    }
}

.wp-block-getwid-section .wp-block-getwid-section__background-slider-item:first-child {
    display: block
}

.wp-block-getwid-section .wp-block-getwid-section__background-slider-item img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .wp-block-getwid-section .wp-block-getwid-section__background-slider-item img {
        min-width: 100%;
        min-height: 100%;
        height: auto;
        width: auto;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%)
    }
}

.wp-block-getwid-section__foreground {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat
}

.wp-block-getwid-section__inner-wrapper {
    width: 100%;
    max-width: 768px
}

    .wp-block-getwid-section__inner-wrapper.has-dividers-over {
        z-index: 0
    }

.wp-block-getwid-section__content {
    position: relative;
    z-index: 1
}

.wp-block-getwid-section__divider {
    position: absolute;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 1;
    max-height: 100%
}

    .wp-block-getwid-section__divider.is-bottom-divider {
        bottom: 0
    }

        .wp-block-getwid-section__divider.is-bottom-divider .wp-block-getwid-section__divider-svg {
            transform: translateX(-50%) rotate(180deg) translateY(-1px)
        }

        .wp-block-getwid-section__divider.is-bottom-divider .wp-block-getwid-section__divider-svg-negative {
            transform: translateX(-50%) translateY(1px)
        }

    .wp-block-getwid-section__divider.is-top-divider {
        top: 0
    }

    .wp-block-getwid-section__divider .wp-block-getwid-section__divider-svg {
        position: relative;
        display: block;
        left: 50%;
        transform: translateX(-50%) translateY(-1px);
        width: calc(100% + 2px)
    }

    .wp-block-getwid-section__divider .wp-block-getwid-section__divider-svg-negative {
        transform: translateX(-50%) rotate(180deg) translateY(1px)
    }

.wp-block-getwid-section.getwid-section-content-full-width > .wp-block-getwid-section__wrapper > .wp-block-getwid-section__inner-wrapper {
    max-width: 100% !important
}

.wp-block-getwid-section.has-inner-blocks-gap-small > .wp-block-getwid-section__wrapper > .wp-block-getwid-section__inner-wrapper > .wp-block-getwid-section__content > .wp-block-getwid-section__inner-content > * {
    margin-top: 10px;
    margin-bottom: 10px
}

.wp-block-getwid-section.has-inner-blocks-gap-small > .wp-block-getwid-section__wrapper > .wp-block-getwid-section__inner-wrapper > .wp-block-getwid-section__content > .wp-block-getwid-section__inner-content > :first-child {
    margin-top: 0
}

.wp-block-getwid-section.has-inner-blocks-gap-small > .wp-block-getwid-section__wrapper > .wp-block-getwid-section__inner-wrapper > .wp-block-getwid-section__content > .wp-block-getwid-section__inner-content > :last-child {
    margin-bottom: 0
}

.wp-block-getwid-section.has-inner-blocks-gap-medium > .wp-block-getwid-section__wrapper > .wp-block-getwid-section__inner-wrapper > .wp-block-getwid-section__content > .wp-block-getwid-section__inner-content > * {
    margin-top: 20px;
    margin-bottom: 20px
}

.wp-block-getwid-section.has-inner-blocks-gap-medium > .wp-block-getwid-section__wrapper > .wp-block-getwid-section__inner-wrapper > .wp-block-getwid-section__content > .wp-block-getwid-section__inner-content > :first-child {
    margin-top: 0
}

.wp-block-getwid-section.has-inner-blocks-gap-medium > .wp-block-getwid-section__wrapper > .wp-block-getwid-section__inner-wrapper > .wp-block-getwid-section__content > .wp-block-getwid-section__inner-content > :last-child {
    margin-bottom: 0
}

.wp-block-getwid-section.has-inner-blocks-gap-normal > .wp-block-getwid-section__wrapper > .wp-block-getwid-section__inner-wrapper > .wp-block-getwid-section__content > .wp-block-getwid-section__inner-content > * {
    margin-top: 40px;
    margin-bottom: 40px
}

.wp-block-getwid-section.has-inner-blocks-gap-normal > .wp-block-getwid-section__wrapper > .wp-block-getwid-section__inner-wrapper > .wp-block-getwid-section__content > .wp-block-getwid-section__inner-content > :first-child {
    margin-top: 0
}

.wp-block-getwid-section.has-inner-blocks-gap-normal > .wp-block-getwid-section__wrapper > .wp-block-getwid-section__inner-wrapper > .wp-block-getwid-section__content > .wp-block-getwid-section__inner-content > :last-child {
    margin-bottom: 0
}

.wp-block-getwid-section.has-inner-blocks-gap-large > .wp-block-getwid-section__wrapper > .wp-block-getwid-section__inner-wrapper > .wp-block-getwid-section__content > .wp-block-getwid-section__inner-content > * {
    margin-top: 60px;
    margin-bottom: 60px
}

.wp-block-getwid-section.has-inner-blocks-gap-large > .wp-block-getwid-section__wrapper > .wp-block-getwid-section__inner-wrapper > .wp-block-getwid-section__content > .wp-block-getwid-section__inner-content > :first-child {
    margin-top: 0
}

.wp-block-getwid-section.has-inner-blocks-gap-large > .wp-block-getwid-section__wrapper > .wp-block-getwid-section__inner-wrapper > .wp-block-getwid-section__content > .wp-block-getwid-section__inner-content > :last-child {
    margin-bottom: 0
}

.wp-block-getwid-section.has-inner-blocks-gap-huge > .wp-block-getwid-section__wrapper > .wp-block-getwid-section__inner-wrapper > .wp-block-getwid-section__content > .wp-block-getwid-section__inner-content > * {
    margin-top: 80px;
    margin-bottom: 80px
}

.wp-block-getwid-section.has-inner-blocks-gap-huge > .wp-block-getwid-section__wrapper > .wp-block-getwid-section__inner-wrapper > .wp-block-getwid-section__content > .wp-block-getwid-section__inner-content > :first-child {
    margin-top: 0
}

.wp-block-getwid-section.has-inner-blocks-gap-huge > .wp-block-getwid-section__wrapper > .wp-block-getwid-section__inner-wrapper > .wp-block-getwid-section__content > .wp-block-getwid-section__inner-content > :last-child {
    margin-bottom: 0
}

.wp-block-getwid-section.has-inner-blocks-gap-none > .wp-block-getwid-section__wrapper > .wp-block-getwid-section__inner-wrapper > .wp-block-getwid-section__content > .wp-block-getwid-section__inner-content > * {
    margin-top: 0;
    margin-bottom: 0
}

.getwid-background-video-controls {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    display: flex;
    flex-direction: column
}

    .getwid-background-video-controls .getwid-background-video-mute, .getwid-background-video-controls .getwid-background-video-play {
        background: transparent;
        border: 0;
        color: #fff;
        padding: 1em;
        text-shadow: 0 0 3px rgba(0,0,0,.5);
        opacity: .75;
        box-shadow: none;
        text-decoration: none
    }

        .getwid-background-video-controls .getwid-background-video-mute:after, .getwid-background-video-controls .getwid-background-video-mute:before, .getwid-background-video-controls .getwid-background-video-play:after, .getwid-background-video-controls .getwid-background-video-play:before {
            display: none
        }

        .getwid-background-video-controls .getwid-background-video-mute:focus, .getwid-background-video-controls .getwid-background-video-mute:hover, .getwid-background-video-controls .getwid-background-video-play:focus, .getwid-background-video-controls .getwid-background-video-play:hover {
            background: transparent;
            border: 0;
            color: #fff;
            opacity: 1;
            text-decoration: none;
            box-shadow: none
        }

        .getwid-background-video-controls .getwid-background-video-mute:hover, .getwid-background-video-controls .getwid-background-video-play:hover {
            cursor: pointer
        }

        .getwid-background-video-controls .getwid-background-video-mute:focus, .getwid-background-video-controls .getwid-background-video-play:focus {
            outline: none
        }

        .getwid-background-video-controls .getwid-background-video-mute:first-child, .getwid-background-video-controls .getwid-background-video-play:first-child {
            padding-bottom: .5em
        }

        .getwid-background-video-controls .getwid-background-video-mute:last-child, .getwid-background-video-controls .getwid-background-video-play:last-child {
            padding-top: .5em
        }

        .getwid-background-video-controls .getwid-background-video-mute i, .getwid-background-video-controls .getwid-background-video-play i {
            width: 1em;
            height: 1em;
            display: flex;
            justify-content: center;
            align-items: center
        }

    .getwid-background-video-controls .getwid-icon {
        font-family: Font Awesome\ 5 Free;
        font-weight: 400;
        font-style: normal
    }

    .getwid-background-video-controls .getwid-icon-play:before {
        content: "\f144"
    }

    .getwid-background-video-controls .getwid-icon-pause:before {
        content: "\f28b"
    }

    .getwid-background-video-controls .getwid-icon-mute {
        font-weight: 900
    }

        .getwid-background-video-controls .getwid-icon-mute:before {
            content: "\f6a9"
        }

    .getwid-background-video-controls .getwid-icon-volume-up {
        font-weight: 900
    }

        .getwid-background-video-controls .getwid-icon-volume-up:before {
            content: "\f028"
        }

    .getwid-background-video-controls.is-position-top-left {
        left: 0;
        right: auto
    }

    .getwid-background-video-controls.is-position-bottom-left {
        left: 0;
        right: auto;
        bottom: 0;
        top: auto
    }

    .getwid-background-video-controls.is-position-bottom-right {
        top: auto;
        bottom: 0
    }

    .getwid-background-video-controls.is-position-center-center {
        top: 50%;
        left: 50%;
        right: auto;
        bottom: auto;
        transform: translate(-50%,-50%);
        flex-direction: row
    }

        .getwid-background-video-controls.is-position-center-center .getwid-background-video-mute, .getwid-background-video-controls.is-position-center-center .getwid-background-video-play {
            padding: 1em
        }
/*!
 * getwid-media-text-slider
 */ .wp-block-getwid-media-text-slider .slick-track {
    display: flex
}

.wp-block-getwid-media-text-slider__content {
    margin-bottom: 0
}

.wp-block-getwid-media-text-slider-slide {
    height: auto
}

.wp-block-getwid-media-text-slider-slide__content {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100%;
    box-sizing: border-box;
    padding: 100px 50px
}

.wp-block-getwid-media-text-slider-slide-content {
    max-width: 80%;
    width: 100%
}

.wp-block-getwid-media-text-slider-slide-content__content {
    transition: opacity .5s ease
}

.wp-block-getwid-media-text-slider-slide-content__media {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

    .wp-block-getwid-media-text-slider-slide-content__media img, .wp-block-getwid-media-text-slider-slide-content__media video {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

.wp-block-getwid-media-text-slider-slide-content__media-overlay {
    background-color: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .3
}

.wp-block-getwid-media-text-slider-slide-content__content {
    position: relative;
    height: 100%;
    color: #fff
}

    .wp-block-getwid-media-text-slider-slide-content__content h1, .wp-block-getwid-media-text-slider-slide-content__content h2, .wp-block-getwid-media-text-slider-slide-content__content h3, .wp-block-getwid-media-text-slider-slide-content__content h4, .wp-block-getwid-media-text-slider-slide-content__content h5, .wp-block-getwid-media-text-slider-slide-content__content h6, .wp-block-getwid-media-text-slider-slide-content__content p {
        color: inherit
    }

.wp-block-getwid-media-text-slider-slide-content__content-wrapper > :first-child {
    margin-top: 0
}

.wp-block-getwid-media-text-slider-slide-content__content-wrapper > :last-child {
    margin-bottom: 0
}
/*!
 * getwid-images-slider
 */ .wp-block-getwid-images-slider .slick-initialized .wp-block-getwid-images-slider__item {
    display: flex
}

.wp-block-getwid-images-slider .wp-block-getwid-images-slider__item {
    display: none;
    height: auto;
    justify-content: center;
    align-items: center;
    position: relative
}

    .wp-block-getwid-images-slider .wp-block-getwid-images-slider__item a {
        display: block;
        text-decoration: none
    }

        .wp-block-getwid-images-slider .wp-block-getwid-images-slider__item a:hover {
            text-decoration: none
        }

    .wp-block-getwid-images-slider .wp-block-getwid-images-slider__item figure {
        margin: 0;
        padding: 0;
        position: relative
    }

    .wp-block-getwid-images-slider .wp-block-getwid-images-slider__item figcaption {
        display: none;
        position: absolute;
        margin: 0;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        font-style: normal;
        padding: 40px 20px 10px;
        width: 100%;
        color: #fff;
        background: linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent)
    }

.wp-block-getwid-images-slider.has-captions .wp-block-getwid-images-slider__item figcaption {
    display: block
}

.wp-block-getwid-images-slider.captions-style-light .wp-block-getwid-images-slider__item figcaption {
    color: #000;
    background: linear-gradient(0deg,hsla(0,0%,100%,.7),hsla(0,0%,100%,.3) 70%,transparent)
}

.wp-block-getwid-images-slider.captions-top-center .wp-block-getwid-images-slider__item figcaption, .wp-block-getwid-images-slider.captions-top-left .wp-block-getwid-images-slider__item figcaption, .wp-block-getwid-images-slider.captions-top-right .wp-block-getwid-images-slider__item figcaption {
    bottom: auto;
    top: 0;
    padding: 10px 20px 40px;
    background: linear-gradient(180deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent)
}

.wp-block-getwid-images-slider.captions-top-center.captions-style-light .wp-block-getwid-images-slider__item figcaption, .wp-block-getwid-images-slider.captions-top-left.captions-style-light .wp-block-getwid-images-slider__item figcaption, .wp-block-getwid-images-slider.captions-top-right.captions-style-light .wp-block-getwid-images-slider__item figcaption {
    background: linear-gradient(180deg,hsla(0,0%,100%,.7),hsla(0,0%,100%,.3) 70%,transparent)
}

.wp-block-getwid-images-slider.captions-bottom-left .wp-block-getwid-images-slider__item figcaption, .wp-block-getwid-images-slider.captions-top-left .wp-block-getwid-images-slider__item figcaption {
    text-align: left
}

.wp-block-getwid-images-slider.captions-bottom-right .wp-block-getwid-images-slider__item figcaption, .wp-block-getwid-images-slider.captions-top-right .wp-block-getwid-images-slider__item figcaption {
    text-align: right
}

.wp-block-getwid-images-slider.captions-underneath .wp-block-getwid-images-slider__item figcaption {
    position: static;
    background: transparent;
    color: inherit;
    padding: 5px
}

.wp-block-getwid-images-slider.has-cropped-images .slick-track {
    display: flex
}

.wp-block-getwid-images-slider.has-cropped-images .wp-block-getwid-images-slider__item a, .wp-block-getwid-images-slider.has-cropped-images .wp-block-getwid-images-slider__item figure {
    display: block;
    height: 100%;
    width: 100%
}

.wp-block-getwid-images-slider.has-cropped-images .wp-block-getwid-images-slider__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.wp-block-getwid-images-slider.has-fitted-images .slick-track {
    display: flex
}

.wp-block-getwid-images-slider.has-fitted-images .wp-block-getwid-images-slider__item > a, .wp-block-getwid-images-slider.has-fitted-images .wp-block-getwid-images-slider__item > figure {
    display: flex;
    max-height: 100%
}

.wp-block-getwid-images-slider.has-fitted-images .wp-block-getwid-images-slider__item img {
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 100%;
    max-height: 100%
}

.wp-block-getwid-images-slider.has-images-top .slick-track {
    display: flex
}

.wp-block-getwid-images-slider.has-images-top .wp-block-getwid-images-slider__item {
    align-items: flex-start
}

.wp-block-getwid-images-slider.has-images-center .slick-track {
    display: flex
}

.wp-block-getwid-images-slider.has-images-center .wp-block-getwid-images-slider__item {
    align-items: center
}

.wp-block-getwid-images-slider.has-images-bottom .slick-track {
    display: flex
}

.wp-block-getwid-images-slider.has-images-bottom .wp-block-getwid-images-slider__item {
    align-items: flex-end
}
/*!
 * getwid-icon
 */ .wp-block-getwid-icon.is-aligned-left {
    text-align: left
}

.wp-block-getwid-icon.is-aligned-center {
    text-align: center
}

.wp-block-getwid-icon.is-aligned-right {
    text-align: right
}

.wp-block-getwid-icon__wrapper {
    line-height: 1;
    padding: 16px;
    font-size: 32px;
    text-align: center;
    display: inline-block
}

.wp-block-getwid-icon i {
    display: block;
    height: 1em;
    width: 1em;
    position: relative
}

    .wp-block-getwid-icon i:before {
        position: absolute;
        left: 50%;
        transform: translateX(-50%)
    }

.wp-block-getwid-icon a.wp-block-getwid-icon__wrapper {
    text-decoration: none;
    transition: all .3s ease
}

    .wp-block-getwid-icon a.wp-block-getwid-icon__wrapper:hover {
        cursor: pointer
    }

.has-layout-framed .wp-block-getwid-icon__wrapper {
    border: 1px solid;
    border-radius: 100%
}

.has-layout-stacked .wp-block-getwid-icon__wrapper {
    border-radius: 100%
}
/*!
 * getwid-icon-box
 */ .wp-block-getwid-icon-box.has-icon-left, .wp-block-getwid-icon-box.has-icon-right {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch
}

.wp-block-getwid-icon-box.has-text-left {
    text-align: left
}

.wp-block-getwid-icon-box.has-text-center {
    text-align: center
}

.wp-block-getwid-icon-box.has-text-right {
    text-align: right
}

.wp-block-getwid-icon-box__icon-container {
    line-height: 0;
    margin-bottom: 20px
}

    .wp-block-getwid-icon-box__icon-container.has-layout-framed .wp-block-getwid-icon-box__icon-wrapper {
        border: 1px solid;
        border-radius: 100%
    }

    .wp-block-getwid-icon-box__icon-container.has-layout-stacked .wp-block-getwid-icon-box__icon-wrapper {
        border-radius: 100%
    }

    .wp-block-getwid-icon-box__icon-container.is-position-top {
        align-self: flex-start
    }

    .wp-block-getwid-icon-box__icon-container.is-position-middle {
        align-self: center
    }

    .wp-block-getwid-icon-box__icon-container.is-position-bottom {
        align-self: flex-end
    }

.wp-block-getwid-icon-box__icon-wrapper {
    display: inline-block;
    line-height: 1;
    padding: 16px;
    font-size: 64px;
    text-align: center
}

    .wp-block-getwid-icon-box__icon-wrapper i {
        display: block;
        height: 1em;
        width: 1em;
        position: relative
    }

        .wp-block-getwid-icon-box__icon-wrapper i:before {
            position: absolute;
            left: 50%;
            transform: translateX(-50%)
        }

.wp-block-getwid-icon-box a.wp-block-getwid-icon-box__icon-wrapper {
    text-decoration: none;
    transition: all .3s ease
}

    .wp-block-getwid-icon-box a.wp-block-getwid-icon-box__icon-wrapper:hover {
        cursor: pointer
    }

.wp-block-getwid-icon-box__content {
    order: 0;
    flex: 1 1 auto;
    align-self: center
}

.has-icon-left .wp-block-getwid-icon-box__icon-container {
    margin: 0 20px 0 0
}

.has-icon-right .wp-block-getwid-icon-box__icon-container {
    order: 1;
    margin: 0 0 0 20px
}
/*!
 * getwid-banner
 */ .wp-block-getwid-banner {
    position: relative;
    overflow: hidden;
    color: #fff
}

.wp-block-getwid-banner__wrapper {
    margin: 0;
    padding: 0;
    position: relative;
    background-color: #000
}

    .wp-block-getwid-banner__wrapper:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: inherit;
        opacity: .35
    }

.wp-block-getwid-banner .wp-block-getwid-banner__link {
    display: block;
    text-decoration: none !important;
    color: inherit;
    margin: 0;
    padding: 0
}

    .wp-block-getwid-banner .wp-block-getwid-banner__link:hover {
        color: inherit;
        text-decoration: none
    }

.wp-block-getwid-banner .wp-block-getwid-banner__image, .wp-block-getwid-banner .wp-block-getwid-banner__video {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transition: all .3s ease;
    max-width: none
}

.wp-block-getwid-banner__caption {
    min-height: 450px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2.5rem;
    text-align: center;
    z-index: 1;
    color: inherit;
    box-sizing: border-box
}

.wp-block-getwid-banner__caption-wrapper {
    z-index: 1
}

.wp-block-getwid-banner__title {
    font-size: 2em;
    display: block;
    line-height: 1.4;
    color: inherit
}

.wp-block-getwid-banner__text {
    margin: 0;
    padding: 0;
    color: inherit
}

.wp-block-getwid-banner__title + .wp-block-getwid-banner__text {
    margin-top: .875em
}

.has-animation-style1 .wp-block-getwid-banner__image, .has-animation-style1 .wp-block-getwid-banner__video {
    width: calc(100% + 25px);
    transform: translateX(-25px)
}

.has-animation-style1:hover .wp-block-getwid-banner__image, .has-animation-style1:hover .wp-block-getwid-banner__video {
    transform: none
}

.has-animation-style2 .wp-block-getwid-banner__caption {
    padding: 3.5rem
}

    .has-animation-style2 .wp-block-getwid-banner__caption:after, .has-animation-style2 .wp-block-getwid-banner__caption:before {
        content: "";
        display: block;
        position: absolute;
        transition: all .3s ease
    }

    .has-animation-style2 .wp-block-getwid-banner__caption:before {
        border-left: 1px solid;
        border-right: 1px solid;
        left: 40px;
        right: 40px;
        bottom: 100%;
        top: 20px
    }

    .has-animation-style2 .wp-block-getwid-banner__caption:after {
        left: 20px;
        right: 100%;
        top: 40px;
        bottom: 40px;
        border-top: 1px solid;
        border-bottom: 1px solid
    }

    .has-animation-style2 .wp-block-getwid-banner__caption:hover:before {
        bottom: 20px
    }

    .has-animation-style2 .wp-block-getwid-banner__caption:hover:after {
        right: 20px
    }

.has-animation-style3:hover .wp-block-getwid-banner__image, .has-animation-style3:hover .wp-block-getwid-banner__video {
    transform: scale(1.2)
}

.has-animation-style3 .wp-block-getwid-banner__caption {
    padding: 3.5rem
}

    .has-animation-style3 .wp-block-getwid-banner__caption:before {
        content: "";
        position: absolute;
        border: 1px solid;
        left: 30px;
        right: 30px;
        top: 30px;
        bottom: 30px;
        opacity: 0;
        transform: scale(.9);
        transition: all .3s ease-in-out
    }

    .has-animation-style3 .wp-block-getwid-banner__caption:hover:before {
        transform: none;
        opacity: 1
    }

.has-animation-style4 .wp-block-getwid-banner__image, .has-animation-style4 .wp-block-getwid-banner__video {
    transform: scale(1.2)
}

.has-animation-style4:hover .wp-block-getwid-banner__image, .has-animation-style4:hover .wp-block-getwid-banner__video, .has-animation-style5:hover .wp-block-getwid-banner__image, .has-animation-style5:hover .wp-block-getwid-banner__video {
    transform: none
}

.has-animation-style5:hover .wp-block-getwid-banner__caption:before {
    transform: none;
    opacity: 1
}

.has-animation-style5 .wp-block-getwid-banner__image, .has-animation-style5 .wp-block-getwid-banner__video {
    width: calc(100% + 25px);
    transform: translateX(-25px)
}

.has-animation-style5 .wp-block-getwid-banner__caption {
    padding: 3.5rem
}

    .has-animation-style5 .wp-block-getwid-banner__caption:before {
        content: "";
        position: absolute;
        border: 1px solid;
        left: 30px;
        right: 30px;
        top: 30px;
        bottom: 30px;
        opacity: 0;
        transform: translateX(-25px);
        transition: all .3s ease
    }

.has-animation-style6 .wp-block-getwid-banner__image, .has-animation-style6 .wp-block-getwid-banner__video {
    transform: scale(1.2);
    transition: all .5s ease
}

.has-animation-style6:hover .wp-block-getwid-banner__image, .has-animation-style6:hover .wp-block-getwid-banner__video {
    transform: none
}

.has-animation-style6:hover .wp-block-getwid-banner__caption:before {
    transform: none;
    opacity: 1
}

.has-animation-style6 .wp-block-getwid-banner__caption {
    padding: 3.5rem
}

    .has-animation-style6 .wp-block-getwid-banner__caption:before {
        content: "";
        position: absolute;
        border: 1px solid;
        left: 30px;
        right: 30px;
        top: 30px;
        bottom: 30px;
        opacity: 0;
        transform: scale(1.2);
        transition: all .3s ease
    }

.has-text-animation-opacity:hover .wp-block-getwid-banner__text {
    opacity: .85
}

.has-text-animation-opacity .wp-block-getwid-banner__text {
    transition: all .3s ease;
    opacity: 0
}

.has-text-animation-opacity-top:hover .wp-block-getwid-banner__text {
    opacity: .85;
    transform: none
}

.has-text-animation-opacity-top .wp-block-getwid-banner__text {
    transition: all .3s ease;
    opacity: 0;
    transform: translateY(-20px)
}

.has-text-animation-opacity-bottom:hover .wp-block-getwid-banner__text {
    opacity: .85;
    transform: none
}

.has-text-animation-opacity-bottom .wp-block-getwid-banner__text {
    transition: all .3s ease;
    opacity: 0;
    transform: translateY(20px)
}

.has-text-animation-opacity-left:hover .wp-block-getwid-banner__text {
    opacity: .85;
    transform: none
}

.has-text-animation-opacity-left .wp-block-getwid-banner__text {
    transition: all .3s ease;
    opacity: 0;
    transform: translateX(-20px)
}

.has-text-animation-opacity-right:hover .wp-block-getwid-banner__text {
    opacity: .85;
    transform: none
}

.has-text-animation-opacity-right .wp-block-getwid-banner__text {
    transition: all .3s ease;
    opacity: 0;
    transform: translateX(20px)
}

.has-text-animation-opacity-zoom-in:hover .wp-block-getwid-banner__text {
    opacity: .85;
    transform: none
}

.has-text-animation-opacity-zoom-in .wp-block-getwid-banner__text {
    transition: all .3s ease;
    opacity: 0;
    transform: scale(.8)
}

.has-text-animation-opacity-zoom-out:hover .wp-block-getwid-banner__text {
    opacity: .85;
    transform: none
}

.has-text-animation-opacity-zoom-out .wp-block-getwid-banner__text {
    transition: all .3s ease;
    opacity: 0;
    transform: scale(1.2)
}

.has-vertical-alignment-center .wp-block-getwid-banner__caption {
    align-items: center
}

.has-vertical-alignment-top .wp-block-getwid-banner__caption {
    align-items: flex-start
}

.has-vertical-alignment-bottom .wp-block-getwid-banner__caption {
    align-items: flex-end
}

.has-horizontal-alignment-left .wp-block-getwid-banner__caption {
    justify-content: flex-start;
    text-align: left
}

.has-horizontal-alignment-right .wp-block-getwid-banner__caption {
    justify-content: flex-end;
    text-align: right
}

.has-horizontal-alignment-center .wp-block-getwid-banner__caption {
    justify-content: center
}

.has-foreground-0 .wp-block-getwid-banner__wrapper:after {
    opacity: 0
}

.has-foreground-5 .wp-block-getwid-banner__wrapper:after {
    opacity: .05
}

.has-foreground-10 .wp-block-getwid-banner__wrapper:after {
    opacity: .1
}

.has-foreground-15 .wp-block-getwid-banner__wrapper:after {
    opacity: .15
}

.has-foreground-20 .wp-block-getwid-banner__wrapper:after {
    opacity: .2
}

.has-foreground-25 .wp-block-getwid-banner__wrapper:after {
    opacity: .25
}

.has-foreground-30 .wp-block-getwid-banner__wrapper:after {
    opacity: .3
}

.has-foreground-35 .wp-block-getwid-banner__wrapper:after {
    opacity: .35
}

.has-foreground-40 .wp-block-getwid-banner__wrapper:after {
    opacity: .4
}

.has-foreground-45 .wp-block-getwid-banner__wrapper:after {
    opacity: .45
}

.has-foreground-50 .wp-block-getwid-banner__wrapper:after {
    opacity: .5
}

.has-foreground-55 .wp-block-getwid-banner__wrapper:after {
    opacity: .55
}

.has-foreground-60 .wp-block-getwid-banner__wrapper:after {
    opacity: .6
}

.has-foreground-65 .wp-block-getwid-banner__wrapper:after {
    opacity: .65
}

.has-foreground-70 .wp-block-getwid-banner__wrapper:after {
    opacity: .7
}

.has-foreground-75 .wp-block-getwid-banner__wrapper:after {
    opacity: .75
}

.has-foreground-80 .wp-block-getwid-banner__wrapper:after {
    opacity: .8
}

.has-foreground-85 .wp-block-getwid-banner__wrapper:after {
    opacity: .85
}

.has-foreground-90 .wp-block-getwid-banner__wrapper:after {
    opacity: .9
}

.has-foreground-95 .wp-block-getwid-banner__wrapper:after {
    opacity: .95
}

.has-foreground-100 .wp-block-getwid-banner__wrapper:after {
    opacity: 1
}
/*!
 * getwid-tabs
 */ .wp-block-getwid-tabs {
    position: relative
}

.wp-block-getwid-tabs__nav-links {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    margin: 0 0 -1px
}

.wp-block-getwid-tabs__nav-link {
    margin: 0 5px 0 0;
    padding: 0;
    position: relative;
    border: 1px solid transparent;
    border-bottom: 0
}

    .wp-block-getwid-tabs__nav-link:last-child {
        margin-right: 0
    }

    .wp-block-getwid-tabs__nav-link:after, .wp-block-getwid-tabs__nav-link:before {
        display: none
    }

    .wp-block-getwid-tabs__nav-link:hover {
        border-color: #ebeef1
    }

    .wp-block-getwid-tabs__nav-link.ui-tabs-active {
        border-color: #ebeef1;
        background: #fff
    }

    .wp-block-getwid-tabs__nav-link a {
        padding: .5em .75em !important;
        display: block;
        text-decoration: none;
        border: 0;
        box-shadow: none
    }

        .wp-block-getwid-tabs__nav-link a:focus {
            border: 0;
            outline: none;
            box-shadow: none
        }

        .wp-block-getwid-tabs__nav-link a:hover {
            text-decoration: none
        }

.wp-block-getwid-tabs .wp-block-getwid-tabs__title-wrapper {
    margin: 0;
    padding: 0;
    border: 0
}

    .wp-block-getwid-tabs .wp-block-getwid-tabs__title-wrapper:after, .wp-block-getwid-tabs .wp-block-getwid-tabs__title-wrapper:before {
        display: none
    }

.wp-block-getwid-tabs__tab-content-wrapper {
    height: 0;
    overflow: hidden;
    display: block !important;
    position: absolute
}

    .wp-block-getwid-tabs__tab-content-wrapper.is-active-tab, .wp-block-getwid-tabs__tab-content-wrapper[aria-hidden=false] {
        height: auto;
        overflow: visible;
        position: static
    }

.wp-block-getwid-tabs__tab-content {
    border: 1px solid #ebeef1;
    padding: 1.5em
}

    .wp-block-getwid-tabs__tab-content:after {
        content: "";
        display: table;
        clear: both
    }

    .wp-block-getwid-tabs__tab-content > :first-child {
        margin-top: 0
    }

    .wp-block-getwid-tabs__tab-content > :last-child {
        margin-bottom: 0
    }

.has-layout-vertical-left, .has-layout-vertical-right, .is-style-vertical {
    display: flex
}

    .has-layout-vertical-left > .wp-block-getwid-tabs__nav-links, .has-layout-vertical-right > .wp-block-getwid-tabs__nav-links, .is-style-vertical > .wp-block-getwid-tabs__nav-links {
        flex-direction: column;
        align-items: normal;
        flex: 1 0 auto;
        margin: 0 -1px 0 0;
        max-width: 25%
    }

        .has-layout-vertical-left > .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link, .has-layout-vertical-right > .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link, .is-style-vertical > .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link {
            margin: 0 0 5px;
            border: 1px solid #eee;
            border-right: 0
        }

            .has-layout-vertical-left > .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link *, .has-layout-vertical-right > .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link *, .is-style-vertical > .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link * {
                word-wrap: break-word;
                -webkit-hyphens: auto;
                -ms-hyphens: auto;
                hyphens: auto
            }

            .has-layout-vertical-left > .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link:last-child, .has-layout-vertical-right > .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link:last-child, .is-style-vertical > .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link:last-child {
                margin-bottom: 0
            }

    .has-layout-vertical-left > .wp-block-getwid-tabs__tab-content-wrapper, .has-layout-vertical-right > .wp-block-getwid-tabs__tab-content-wrapper, .is-style-vertical > .wp-block-getwid-tabs__tab-content-wrapper {
        flex: 1
    }

.has-layout-vertical-right {
    flex-direction: row-reverse
}

    .has-layout-vertical-right > .wp-block-getwid-tabs__nav-links {
        margin: 0 0 0 -1px
    }

        .has-layout-vertical-right > .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link {
            border: 1px solid #eee;
            border-left: 0
        }

.has-layout-horizontal-center > .wp-block-getwid-tabs__nav-links {
    justify-content: center
}

.has-layout-horizontal-right > .wp-block-getwid-tabs__nav-links {
    justify-content: flex-end
}
/*!
 * getwid-accordion
 */ .wp-block-getwid-accordion {
    width: 100%
}

    .wp-block-getwid-accordion .wp-block-getwid-accordion__header {
        margin: 0;
        padding: .5em .75em;
        border: 0;
        width: 100%;
        display: block
    }

        .wp-block-getwid-accordion .wp-block-getwid-accordion__header:after, .wp-block-getwid-accordion .wp-block-getwid-accordion__header:before {
            display: none
        }

    .wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper {
        padding: 0;
        border: 1px solid #eee;
        border-top: 0
    }

        .wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper:first-child {
            border: 1px solid #eee
        }

        .wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper a {
            display: flex;
            align-items: center;
            justify-content: space-between;
            text-decoration: none !important;
            border: 0;
            box-shadow: none
        }

            .wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper a:after, .wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper a:before {
                display: none
            }

            .wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper a:focus, .wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper a:hover {
                outline: none;
                border: 0;
                text-decoration: none !important;
                box-shadow: none
            }

                .wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper.ui-state-active .wp-block-getwid-accordion__icon.is-active, .wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper a:focus:after, .wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper a:focus:before, .wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper a:hover:after, .wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper a:hover:before {
                    display: none
                }

        .wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper.ui-state-active .wp-block-getwid-accordion__icon.is-passive {
            display: flex
        }

    .wp-block-getwid-accordion .wp-block-getwid-accordion__header:focus {
        outline: none
    }

    .wp-block-getwid-accordion .wp-block-getwid-accordion__header:hover {
        cursor: pointer
    }

    .wp-block-getwid-accordion .wp-block-getwid-accordion__header .wp-block-getwid-accordion__edit-area {
        width: 100%
    }

.wp-block-getwid-accordion__title {
    margin: 0
}

.wp-block-getwid-accordion__icon {
    font-size: inherit;
    margin: 0 0 0 .75em;
    display: flex;
    align-items: center
}

    .wp-block-getwid-accordion__icon.is-passive {
        display: none
    }

    .wp-block-getwid-accordion__icon i {
        font-size: .75em
    }

.wp-block-getwid-accordion__content {
    padding: 1.5em;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee
}

    .wp-block-getwid-accordion__content:after {
        content: "";
        display: table;
        clear: both
    }

    .wp-block-getwid-accordion__content > :first-child {
        margin-top: 0
    }

    .wp-block-getwid-accordion__content > :last-child {
        margin-bottom: 0
    }

.wp-block-getwid-accordion__content-wrapper {
    height: 0;
    position: relative;
    overflow: hidden;
    display: block !important
}

    .wp-block-getwid-accordion__content-wrapper.ui-accordion-content-active {
        height: auto;
        overflow: visible
    }

.wp-block-getwid-accordion.active-accordion .wp-block-getwid-accordion__content {
    opacity: 1;
    height: auto;
    pointer-events: all
}

.wp-block-getwid-accordion.active-accordion .wp-block-getwid-accordion__icon.is-active {
    display: none
}

.wp-block-getwid-accordion.active-accordion .wp-block-getwid-accordion__icon.is-passive {
    display: flex
}

.has-icon-left .wp-block-getwid-accordion__header-wrapper a {
    flex-direction: row-reverse;
    justify-content: flex-end
}

.has-icon-left .wp-block-getwid-accordion__icon {
    margin: 0 .75em 0 0
}
/*!
 * getwid-toggle
 */ .wp-block-getwid-toggle {
    width: 100%
}

.wp-block-getwid-toggle__row {
    margin: 0
}

    .wp-block-getwid-toggle__row:first-child .wp-block-getwid-toggle__header-wrapper {
        border-top: 1px solid #eee
    }

    .wp-block-getwid-toggle__row.is-active > .wp-block-getwid-toggle__header-wrapper .wp-block-getwid-toggle__icon.is-active, .wp-block-getwid-toggle__row > .wp-block-getwid-toggle__content {
        display: none
    }

    .wp-block-getwid-toggle__row.is-active > .wp-block-getwid-toggle__header-wrapper .wp-block-getwid-toggle__icon.is-passive {
        display: inline
    }

    .wp-block-getwid-toggle__row.is-active > .wp-block-getwid-toggle__content {
        display: block
    }

.wp-block-getwid-toggle .wp-block-getwid-toggle__header {
    margin: 0;
    padding: .5em .75em;
    border: 0;
    width: 100%;
    display: block
}

    .wp-block-getwid-toggle .wp-block-getwid-toggle__header:after, .wp-block-getwid-toggle .wp-block-getwid-toggle__header:before {
        display: none
    }

    .wp-block-getwid-toggle .wp-block-getwid-toggle__header a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-decoration: none !important;
        border: 0;
        box-shadow: none
    }

        .wp-block-getwid-toggle .wp-block-getwid-toggle__header a:after, .wp-block-getwid-toggle .wp-block-getwid-toggle__header a:before {
            display: none
        }

        .wp-block-getwid-toggle .wp-block-getwid-toggle__header a:focus, .wp-block-getwid-toggle .wp-block-getwid-toggle__header a:hover {
            outline: none;
            border: 0;
            text-decoration: none !important;
            box-shadow: none
        }

            .wp-block-getwid-toggle .wp-block-getwid-toggle__header a:focus:after, .wp-block-getwid-toggle .wp-block-getwid-toggle__header a:focus:before, .wp-block-getwid-toggle .wp-block-getwid-toggle__header a:hover:after, .wp-block-getwid-toggle .wp-block-getwid-toggle__header a:hover:before {
                display: none
            }

.wp-block-getwid-toggle .wp-block-getwid-toggle__header-wrapper {
    padding: 0;
    border: 1px solid #eee;
    border-top: 0
}

.wp-block-getwid-toggle .wp-block-getwid-toggle__header-title {
    margin: 0;
    padding: 0
}

    .wp-block-getwid-toggle .wp-block-getwid-toggle__header-title:after, .wp-block-getwid-toggle .wp-block-getwid-toggle__header-title:before {
        display: none
    }

.wp-block-getwid-toggle .wp-block-getwid-toggle__header:focus {
    outline: none
}

.wp-block-getwid-toggle .wp-block-getwid-toggle__header:hover {
    cursor: pointer
}

.wp-block-getwid-toggle__icon {
    font-size: inherit;
    margin: 0 0 0 .75em
}

    .wp-block-getwid-toggle__icon.is-passive {
        display: none
    }

    .wp-block-getwid-toggle__icon i {
        font-size: .75em
    }

.wp-block-getwid-toggle__content {
    padding: 1.5em;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee
}

    .wp-block-getwid-toggle__content:after {
        content: "";
        display: table;
        clear: both
    }

    .wp-block-getwid-toggle__content > :first-child {
        margin-top: 0
    }

    .wp-block-getwid-toggle__content > :last-child {
        margin-bottom: 0
    }

.wp-block-getwid-toggle__title {
    margin: 0
}

.wp-block-getwid-toggle__content-wrapper {
    height: 0;
    overflow: hidden;
    display: block !important
}

.wp-block-getwid-toggle__row.is-active > .wp-block-getwid-toggle__content-wrapper {
    height: auto;
    overflow: visible
}

.has-icon-left .wp-block-getwid-toggle__header-wrapper a {
    flex-direction: row-reverse;
    justify-content: flex-end
}

.has-icon-left .wp-block-getwid-toggle__icon {
    margin: 0 .75em 0 0
}
/*!
 * getwid-images-stack
 */ .wp-block-getwid-images-stack {
    position: relative
}

.wp-block-getwid-images-stack__wrapper {
    position: relative;
    overflow: hidden
}

    .wp-block-getwid-images-stack__wrapper:after {
        display: table;
        content: "";
        clear: both
    }

.wp-block-getwid-images-stack__chunk {
    position: relative;
    margin: 0 -2%
}

    .wp-block-getwid-images-stack__chunk:nth-child(2n) .wp-block-getwid-images-stack__media-wrapper {
        float: right
    }

        .wp-block-getwid-images-stack__chunk:nth-child(2n) .wp-block-getwid-images-stack__media-wrapper:nth-child(2) {
            float: left;
            margin-top: 4%
        }

.wp-block-getwid-images-stack__media-wrapper {
    position: relative;
    width: 50%;
    margin: 0 0 4%;
    padding: 0 2%;
    float: left;
    box-sizing: border-box
}

    .wp-block-getwid-images-stack__media-wrapper:last-child {
        margin-bottom: 0
    }

    .wp-block-getwid-images-stack__media-wrapper:nth-child(2n) {
        margin-top: 30%;
        float: right
    }

.wp-block-getwid-images-stack__media-inner-wrapper {
    position: relative;
    padding-top: 148%
}

.wp-block-getwid-images-stack .wp-block-getwid-images-stack__media {
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    position: absolute;
    border-radius: 0 !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    outline: 0
}

.is-layout-alpha .wp-block-getwid-images-stack__chunk, .is-layout-beta .wp-block-getwid-images-stack__chunk, .is-layout-gamma .wp-block-getwid-images-stack__chunk {
    margin: 9% 0 0;
    padding-top: 100%
}

    .is-layout-alpha .wp-block-getwid-images-stack__chunk:first-child, .is-layout-beta .wp-block-getwid-images-stack__chunk:first-child, .is-layout-gamma .wp-block-getwid-images-stack__chunk:first-child {
        margin-top: 0
    }

    .is-layout-alpha .wp-block-getwid-images-stack__chunk:after, .is-layout-beta .wp-block-getwid-images-stack__chunk:after, .is-layout-gamma .wp-block-getwid-images-stack__chunk:after {
        clear: both;
        display: table;
        content: ""
    }

    .is-layout-alpha .wp-block-getwid-images-stack__chunk:nth-child(2n) .wp-block-getwid-images-stack__media-wrapper:nth-child(2), .is-layout-beta .wp-block-getwid-images-stack__chunk:nth-child(2n) .wp-block-getwid-images-stack__media-wrapper:nth-child(2), .is-layout-gamma .wp-block-getwid-images-stack__chunk:nth-child(2n) .wp-block-getwid-images-stack__media-wrapper:nth-child(2) {
        margin-top: 0
    }

.is-layout-alpha .wp-block-getwid-images-stack__media-wrapper, .is-layout-beta .wp-block-getwid-images-stack__media-wrapper, .is-layout-gamma .wp-block-getwid-images-stack__media-wrapper {
    position: absolute;
    width: 60%;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0
}

    .is-layout-alpha .wp-block-getwid-images-stack__media-wrapper:nth-child(2), .is-layout-beta .wp-block-getwid-images-stack__media-wrapper:nth-child(2), .is-layout-gamma .wp-block-getwid-images-stack__media-wrapper:nth-child(2) {
        width: 70%;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%)
    }

    .is-layout-alpha .wp-block-getwid-images-stack__media-wrapper:nth-child(3), .is-layout-beta .wp-block-getwid-images-stack__media-wrapper:nth-child(3), .is-layout-gamma .wp-block-getwid-images-stack__media-wrapper:nth-child(3) {
        top: auto;
        left: auto;
        bottom: 0;
        right: 0
    }

.is-layout-alpha .wp-block-getwid-images-stack__media-inner-wrapper, .is-layout-beta .wp-block-getwid-images-stack__media-inner-wrapper, .is-layout-gamma .wp-block-getwid-images-stack__media-inner-wrapper {
    padding-top: 68%
}

.is-layout-beta .wp-block-getwid-images-stack__media-wrapper:first-child, .is-layout-gamma .wp-block-getwid-images-stack__media-wrapper:nth-child(2) {
    z-index: 1
}

    .is-layout-alpha .wp-block-getwid-images-stack__media-wrapper:first-child:nth-last-child(2), .is-layout-beta .wp-block-getwid-images-stack__media-wrapper:first-child:nth-last-child(2), .is-layout-gamma .wp-block-getwid-images-stack__media-wrapper:first-child:nth-last-child(2) {
        width: 75%;
        top: 5%
    }

    .is-layout-alpha .wp-block-getwid-images-stack__media-wrapper:nth-child(2):last-child, .is-layout-beta .wp-block-getwid-images-stack__media-wrapper:nth-child(2):last-child, .is-layout-gamma .wp-block-getwid-images-stack__media-wrapper:nth-child(2):last-child {
        left: auto;
        top: auto;
        right: 0;
        bottom: 5%;
        width: 75%;
        transform: none
    }

.is-layout-delta .wp-block-getwid-images-stack__chunk {
    margin: 9% 0 0;
    padding-top: 92%
}

    .is-layout-delta .wp-block-getwid-images-stack__chunk:first-child {
        margin-top: 0
    }

    .is-layout-delta .wp-block-getwid-images-stack__chunk:after {
        clear: both;
        display: table;
        content: ""
    }

    .is-layout-delta .wp-block-getwid-images-stack__chunk:nth-child(2n) .wp-block-getwid-images-stack__media-wrapper:nth-child(2) {
        margin-top: 0
    }

.is-layout-delta .wp-block-getwid-images-stack__media-wrapper {
    position: absolute;
    width: 63%;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0
}

    .is-layout-delta .wp-block-getwid-images-stack__media-wrapper:nth-child(2) {
        width: 70%;
        top: 33%;
        right: 0;
        left: auto;
        z-index: 1
    }

        .is-layout-delta .wp-block-getwid-images-stack__media-wrapper:nth-child(2):last-child {
            top: auto;
            bottom: 0;
            width: 75%
        }

    .is-layout-delta .wp-block-getwid-images-stack__media-wrapper:nth-child(3) {
        width: 45%;
        top: auto;
        bottom: 0
    }

        .is-layout-delta .wp-block-getwid-images-stack__media-wrapper:nth-child(3) .wp-block-getwid-images-stack__media-inner-wrapper {
            padding-top: 100%
        }

    .is-layout-delta .wp-block-getwid-images-stack__media-wrapper:first-child:nth-last-child(2) {
        width: 75%
    }

.is-layout-delta .wp-block-getwid-images-stack__media-inner-wrapper {
    padding-top: 68%
}

.is-layout-epsilon .wp-block-getwid-images-stack__chunk {
    margin: 9% 0 0;
    padding-top: 90%
}

    .is-layout-epsilon .wp-block-getwid-images-stack__chunk:first-child {
        margin-top: 0
    }

    .is-layout-epsilon .wp-block-getwid-images-stack__chunk:after {
        clear: both;
        display: table;
        content: ""
    }

    .is-layout-epsilon .wp-block-getwid-images-stack__chunk:nth-child(2n) .wp-block-getwid-images-stack__media-wrapper:nth-child(2) {
        margin-top: 0
    }

.is-layout-epsilon .wp-block-getwid-images-stack__media-wrapper {
    position: absolute;
    width: 54%;
    bottom: 0;
    left: 0;
    padding: 0;
    margin: 0
}

    .is-layout-epsilon .wp-block-getwid-images-stack__media-wrapper .wp-block-getwid-images-stack__media-inner-wrapper {
        padding-top: 148%
    }

    .is-layout-epsilon .wp-block-getwid-images-stack__media-wrapper:nth-child(2) {
        width: 65%;
        top: auto;
        left: auto;
        right: 0;
        bottom: 0
    }

        .is-layout-epsilon .wp-block-getwid-images-stack__media-wrapper:nth-child(2) .wp-block-getwid-images-stack__media-inner-wrapper {
            padding-top: 68%
        }

    .is-layout-epsilon .wp-block-getwid-images-stack__media-wrapper:nth-child(3) {
        width: 40%;
        top: 0;
        right: 0;
        left: auto;
        bottom: auto
    }

        .is-layout-epsilon .wp-block-getwid-images-stack__media-wrapper:nth-child(3) .wp-block-getwid-images-stack__media-inner-wrapper {
            padding-top: 100%
        }

    .is-layout-epsilon .wp-block-getwid-images-stack__media-wrapper:first-child:nth-last-child(2) {
        width: 61%
    }

.is-layout-zeta .wp-block-getwid-images-stack__chunk {
    margin: 9% 0 0;
    padding-top: 100%
}

    .is-layout-zeta .wp-block-getwid-images-stack__chunk:first-child {
        margin-top: 0
    }

    .is-layout-zeta .wp-block-getwid-images-stack__chunk:after {
        clear: both;
        display: table;
        content: ""
    }

    .is-layout-zeta .wp-block-getwid-images-stack__chunk:nth-child(2n) .wp-block-getwid-images-stack__media-wrapper:nth-child(2) {
        margin-top: 0
    }

.is-layout-zeta .wp-block-getwid-images-stack__media-wrapper {
    position: absolute;
    width: 54%;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0
}

    .is-layout-zeta .wp-block-getwid-images-stack__media-wrapper .wp-block-getwid-images-stack__media-inner-wrapper {
        padding-top: 148%
    }

    .is-layout-zeta .wp-block-getwid-images-stack__media-wrapper:nth-child(3) {
        width: 40%;
        top: 10%;
        right: 0;
        left: auto;
        bottom: auto
    }

        .is-layout-zeta .wp-block-getwid-images-stack__media-wrapper:nth-child(3) .wp-block-getwid-images-stack__media-inner-wrapper {
            padding-top: 100%
        }

    .is-layout-zeta .wp-block-getwid-images-stack__media-wrapper:nth-child(2) {
        width: 65%;
        top: auto;
        left: auto;
        right: 0;
        bottom: 0
    }

        .is-layout-zeta .wp-block-getwid-images-stack__media-wrapper:nth-child(2) .wp-block-getwid-images-stack__media-inner-wrapper {
            padding-top: 68%
        }

    .is-layout-alpha .wp-block-getwid-images-stack__media-wrapper:only-child, .is-layout-beta .wp-block-getwid-images-stack__media-wrapper:only-child, .is-layout-delta .wp-block-getwid-images-stack__media-wrapper:only-child, .is-layout-epsilon .wp-block-getwid-images-stack__media-wrapper:only-child, .is-layout-gamma .wp-block-getwid-images-stack__media-wrapper:only-child, .is-layout-zeta .wp-block-getwid-images-stack__media-wrapper:only-child {
        width: 100%
    }

        .is-layout-alpha .wp-block-getwid-images-stack__media-wrapper:only-child .wp-block-getwid-images-stack__media-inner-wrapper, .is-layout-beta .wp-block-getwid-images-stack__media-wrapper:only-child .wp-block-getwid-images-stack__media-inner-wrapper, .is-layout-delta .wp-block-getwid-images-stack__media-wrapper:only-child .wp-block-getwid-images-stack__media-inner-wrapper, .is-layout-epsilon .wp-block-getwid-images-stack__media-wrapper:only-child .wp-block-getwid-images-stack__media-inner-wrapper, .is-layout-gamma .wp-block-getwid-images-stack__media-wrapper:only-child .wp-block-getwid-images-stack__media-inner-wrapper, .is-layout-zeta .wp-block-getwid-images-stack__media-wrapper:only-child .wp-block-getwid-images-stack__media-inner-wrapper {
            padding-top: 100%
        }
/*!
 * getwid-recent-posts
 */ .wp-block-getwid-recent-posts {
    overflow: hidden
}

    .wp-block-getwid-recent-posts > .wp-block-getwid-recent-posts__wrapper {
        margin-bottom: -1.5rem !important
    }

.wp-block-getwid-recent-posts__post {
    margin-bottom: 1.5rem
}

.wp-block-getwid-recent-posts__post-thumbnail {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0
}

    .wp-block-getwid-recent-posts__post-thumbnail a, .wp-block-getwid-recent-posts__post-thumbnail img {
        display: block
    }

.wp-block-getwid-recent-posts__content-wrapper {
    margin-top: 1em
}

    .wp-block-getwid-recent-posts__content-wrapper:first-child {
        margin-top: 0
    }

.wp-block-getwid-recent-posts__entry-footer, .wp-block-getwid-recent-posts__entry-header, .wp-block-getwid-recent-posts__post-content, .wp-block-getwid-recent-posts__post-content > * {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0
}

.wp-block-getwid-recent-posts__post-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post-title {
    margin: 0
}

.wp-block-getwid-recent-posts__entry-meta {
    margin-top: .5em
}

    .wp-block-getwid-recent-posts__entry-meta:first-child {
        margin-top: 0
    }

.wp-block-getwid-recent-posts__post-content > :last-child {
    margin-bottom: 0
}

.wp-block-getwid-recent-posts__entry-footer, .wp-block-getwid-recent-posts__entry-meta {
    font-size: .875em
}

.wp-block-getwid-recent-posts__entry-footer, .wp-block-getwid-recent-posts__post-content {
    margin-top: .5em
}

    .wp-block-getwid-recent-posts__entry-footer:first-child, .wp-block-getwid-recent-posts__post-content:first-child {
        margin-top: 0
    }

    .wp-block-getwid-recent-posts__entry-footer > p {
        margin: 0
    }

.has-cropped-images .wp-block-getwid-recent-posts__post-thumbnail {
    width: 100%
}

    .has-cropped-images .wp-block-getwid-recent-posts__post-thumbnail a {
        position: relative;
        padding-top: 100%;
        width: 100%
    }

    .has-cropped-images .wp-block-getwid-recent-posts__post-thumbnail img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%
    }

@media screen and (min-width:768px) {
    .has-layout-list .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-wrapper {
        flex-direction: row
    }

    .has-layout-list .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__entry-header, .has-layout-list .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__entry-header .wp-block-getwid-recent-posts__post-title {
        margin-top: 0
    }

    .has-layout-list .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-thumbnail {
        max-width: 40%;
        margin: 0
    }

        .has-layout-list .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-thumbnail:only-child {
            width: 100%
        }

        .has-layout-list .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-thumbnail + .wp-block-getwid-recent-posts__content-wrapper {
            margin-left: 5%;
            margin-top: 0;
            max-width: 55%;
            width: 100%
        }
}
/*!
 * getwid-advanced-heading
 */ .wp-block-getwid-advanced-heading .wp-block-getwid-advanced-heading__content {
    display: block
}

.has-custom-font-size .wp-block-getwid-advanced-heading__content {
    font-size: inherit
}
/*!
 * getwid-image-box
 */ .wp-block-getwid-image-box__image-container {
    margin: 0 0 20px;
    line-height: 0;
    flex: 1 0 auto
}

    .wp-block-getwid-image-box__image-container.is-position-top {
        align-self: flex-start
    }

    .wp-block-getwid-image-box__image-container.is-position-middle {
        align-self: center
    }

    .wp-block-getwid-image-box__image-container.is-position-bottom {
        align-self: flex-end
    }

    .wp-block-getwid-image-box__image-container .wp-block-getwid-image-box__image-wrapper {
        display: inline-block;
        line-height: 1
    }

        .wp-block-getwid-image-box__image-container .wp-block-getwid-image-box__image-wrapper img {
            display: block
        }

    .wp-block-getwid-image-box__image-container a.wp-block-getwid-image-box__image-wrapper {
        text-decoration: none;
        transition: all .3s ease
    }

        .wp-block-getwid-image-box__image-container a.wp-block-getwid-image-box__image-wrapper:hover {
            cursor: pointer
        }

.wp-block-getwid-image-box__content {
    order: 0;
    flex: 0 1 100%;
    align-self: center
}

.wp-block-getwid-image-box.has-text-left {
    text-align: left
}

.wp-block-getwid-image-box.has-text-center {
    text-align: center
}

.wp-block-getwid-image-box.has-text-right {
    text-align: right
}

.wp-block-getwid-image-box.has-image-left, .wp-block-getwid-image-box.has-image-right {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: nowrap
}

@media screen and (max-width:767px) {
    .wp-block-getwid-image-box.has-mobile-layout-column, .wp-block-getwid-image-box.has-mobile-layout-column-reverse {
        flex-direction: column
    }
}

@media screen and (max-width:767px) {
    .wp-block-getwid-image-box.has-mobile-alignment-center {
        text-align: center
    }
}

@media screen and (max-width:767px) {
    .wp-block-getwid-image-box.has-mobile-alignment-left {
        text-align: left
    }
}

@media screen and (max-width:767px) {
    .wp-block-getwid-image-box.has-mobile-alignment-right {
        text-align: right
    }
}

.has-image-left .wp-block-getwid-image-box__image-container {
    margin: 0 20px 0 0;
    max-width: 50%
}

.has-image-right .wp-block-getwid-image-box__image-container {
    order: 1;
    margin: 0 0 0 20px;
    max-width: 50%
}

@media screen and (max-width:767px) {
    .has-mobile-layout-column .wp-block-getwid-image-box__image-container {
        max-width: 100%;
        order: 0;
        margin-bottom: 20px;
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}

@media screen and (max-width:767px) {
    .has-mobile-layout-column-reverse .wp-block-getwid-image-box__image-container {
        max-width: 100%;
        order: 1;
        margin-top: 20px;
        margin-right: 0 !important;
        margin-left: 0 !important
    }
}

.has-mobile-alignment-center .wp-block-getwid-image-box__image-container {
    align-self: center
}

.has-mobile-alignment-left .wp-block-getwid-image-box__image-container {
    align-self: flex-start
}

.has-mobile-alignment-right .wp-block-getwid-image-box__image-container {
    align-self: flex-end
}
/*!
 * getwid-social-links
 */ .wp-block-getwid-social-links {
    padding: 0;
    overflow: hidden
}

.wp-block-getwid-social-links__list {
    margin: 0 -.2em -.2em;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.wp-block-getwid-social-links__item {
    padding: 0 .2em .2em;
    margin: 0
}

    .wp-block-getwid-social-links__item:after, .wp-block-getwid-social-links__item:before {
        display: none
    }

    .wp-block-getwid-social-links__item:last-child {
        margin-right: 0
    }

.wp-block-getwid-social-links__link {
    border: 0;
    text-decoration: none;
    display: inline-block;
    box-shadow: none
}

    .wp-block-getwid-social-links__link:after, .wp-block-getwid-social-links__link:before {
        display: none
    }

    .wp-block-getwid-social-links__link:hover {
        text-decoration: none
    }

    .wp-block-getwid-social-links__link i {
        width: 1em;
        height: 1em;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1em;
        font-style: normal
    }

.wp-block-getwid-social-links__wrapper {
    display: inline-block;
    line-height: 0
}

.has-icons-framed .wp-block-getwid-social-links__wrapper {
    border: 1px solid;
    border-radius: 50%;
    padding: .75em
}

.has-icons-stacked .wp-block-getwid-social-links__link .wp-block-getwid-social-links__wrapper {
    padding: .75em;
    border-radius: 50%
}

.has-none-spacing .wp-block-getwid-social-links__list {
    margin: 0
}

.has-none-spacing .wp-block-getwid-social-links__item {
    padding: 0
}

.has-small-spacing .wp-block-getwid-social-links__list {
    margin: 0 -.125em -.125em
}

.has-small-spacing .wp-block-getwid-social-links__item {
    padding: 0 .125em .125em
}

.has-medium-spacing .wp-block-getwid-social-links__list {
    margin: 0 -.25em -.25em
}

.has-medium-spacing .wp-block-getwid-social-links__item {
    padding: 0 .25em .25em
}

.has-large-spacing .wp-block-getwid-social-links__list {
    margin: 0 -.5em -.5em
}

.has-large-spacing .wp-block-getwid-social-links__item {
    padding: 0 .5em .5em
}
/*!
 * getwid-button-group
 */ .wp-block-getwid-button-group {
    overflow: hidden
}

    .wp-block-getwid-button-group .wp-block-button {
        margin: 0;
        padding: 0 5px 5px
    }

    .wp-block-getwid-button-group .wp-block-button__link {
        width: 100%
    }

    .wp-block-getwid-button-group .wp-block-button.wp-block-button__width-25 {
        width: 25%
    }

    .wp-block-getwid-button-group .wp-block-button.wp-block-button__width-50 {
        width: 50%
    }

    .wp-block-getwid-button-group .wp-block-button.wp-block-button__width-75 {
        width: 75%
    }

    .wp-block-getwid-button-group .wp-block-button.wp-block-button__width-100 {
        width: 100%
    }

.wp-block-getwid-button-group__wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin: 0 -5px -5px !important
}

    .wp-block-getwid-button-group__wrapper.has-spacing-none {
        margin: 0 !important
    }

        .wp-block-getwid-button-group__wrapper.has-spacing-none .wp-block-button {
            margin: 0
        }

    .wp-block-getwid-button-group__wrapper.has-spacing-small {
        margin: 0 -10px -10px !important
    }

        .wp-block-getwid-button-group__wrapper.has-spacing-small .wp-block-button {
            padding: 0 10px 10px
        }

    .wp-block-getwid-button-group__wrapper.has-spacing-medium {
        margin: 0 -15px -15px !important
    }

        .wp-block-getwid-button-group__wrapper.has-spacing-medium .wp-block-button {
            padding: 0 15px 15px
        }

    .wp-block-getwid-button-group__wrapper.has-spacing-normal {
        margin: 0 -20px -20px !important
    }

        .wp-block-getwid-button-group__wrapper.has-spacing-normal .wp-block-button {
            padding: 0 20px 20px
        }

    .wp-block-getwid-button-group__wrapper.has-spacing-large {
        margin: 0 -25px -25px !important
    }

        .wp-block-getwid-button-group__wrapper.has-spacing-large .wp-block-button {
            padding: 0 25px 25px
        }

    .wp-block-getwid-button-group__wrapper.has-alignment-center {
        justify-content: center
    }

    .wp-block-getwid-button-group__wrapper.has-alignment-right {
        justify-content: flex-end
    }

@media screen and (min-width:768px) and (max-width:991px) {
    .wp-block-getwid-button-group__wrapper.has-alignment-tablet-center {
        justify-content: center
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .wp-block-getwid-button-group__wrapper.has-alignment-tablet-right {
        justify-content: flex-end
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .wp-block-getwid-button-group__wrapper.has-alignment-tablet-left {
        justify-content: flex-start
    }
}

@media screen and (max-width:767px) {
    .wp-block-getwid-button-group__wrapper.has-alignment-mobile-center {
        justify-content: center
    }
}

@media screen and (max-width:767px) {
    .wp-block-getwid-button-group__wrapper.has-alignment-mobile-right {
        justify-content: flex-end
    }
}

@media screen and (max-width:767px) {
    .wp-block-getwid-button-group__wrapper.has-alignment-mobile-left {
        justify-content: flex-start
    }
}

.wp-block-getwid-button-group__wrapper.has-direction-column {
    flex-direction: column;
    align-items: flex-start
}

    .wp-block-getwid-button-group__wrapper.has-direction-column.has-alignment-center {
        align-items: center
    }

    .wp-block-getwid-button-group__wrapper.has-direction-column.has-alignment-right {
        align-items: flex-end
    }

@media screen and (min-width:768px) and (max-width:991px) {
    .wp-block-getwid-button-group__wrapper.has-direction-column.has-alignment-tablet-center {
        align-items: center
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .wp-block-getwid-button-group__wrapper.has-direction-column.has-alignment-tablet-right {
        align-items: flex-end
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .wp-block-getwid-button-group__wrapper.has-direction-column.has-alignment-tablet-left {
        align-items: flex-start
    }
}

@media screen and (max-width:767px) {
    .wp-block-getwid-button-group__wrapper.has-direction-column.has-alignment-mobile-center {
        align-items: center
    }
}

@media screen and (max-width:767px) {
    .wp-block-getwid-button-group__wrapper.has-direction-column.has-alignment-mobile-right {
        align-items: flex-end
    }
}

@media screen and (max-width:767px) {
    .wp-block-getwid-button-group__wrapper.has-direction-column.has-alignment-mobile-left {
        align-items: flex-start
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .wp-block-getwid-button-group__wrapper.has-direction-tablet-column {
        flex-direction: column
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .wp-block-getwid-button-group__wrapper.has-direction-tablet-column.has-alignment-tablet-center {
        align-items: center
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .wp-block-getwid-button-group__wrapper.has-direction-tablet-column.has-alignment-tablet-right {
        align-items: flex-end
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .wp-block-getwid-button-group__wrapper.has-direction-tablet-column.has-alignment-tablet-left {
        align-items: flex-start
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .wp-block-getwid-button-group__wrapper.has-direction-tablet-row {
        flex-direction: row
    }
}

@media screen and (max-width:767px) {
    .wp-block-getwid-button-group__wrapper.has-direction-mobile-column {
        flex-direction: column
    }
}

@media screen and (max-width:767px) {
    .wp-block-getwid-button-group__wrapper.has-direction-mobile-column.has-alignment-mobile-center {
        align-items: center
    }
}

@media screen and (max-width:767px) {
    .wp-block-getwid-button-group__wrapper.has-direction-mobile-column.has-alignment-mobile-right {
        align-items: flex-end
    }
}

@media screen and (max-width:767px) {
    .wp-block-getwid-button-group__wrapper.has-direction-mobile-column.has-alignment-mobile-left {
        align-items: flex-start
    }
}

@media screen and (max-width:767px) {
    .wp-block-getwid-button-group__wrapper.has-direction-mobile-row {
        flex-direction: row
    }
}

.has-width-100 .wp-block-button {
    width: 100%
}

.has-width-50 .wp-block-button {
    width: 50%
}

.has-width-33 .wp-block-button {
    width: 33.3333%
}

.has-width-25 .wp-block-button {
    width: 25%
}

.has-width-20 .wp-block-button {
    width: 20%
}

@media screen and (min-width:768px) and (max-width:991px) {
    .has-width-tablet-100 .wp-block-button {
        width: 100%
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .has-width-tablet-50 .wp-block-button {
        width: 50%
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .has-width-tablet-33 .wp-block-button {
        width: 33.3333%
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .has-width-tablet-25 .wp-block-button {
        width: 25%
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .has-width-tablet-20 .wp-block-button {
        width: 20%
    }
}

@media screen and (max-width:767px) {
    .has-width-mobile-100 .wp-block-button {
        width: 100%
    }
}

@media screen and (max-width:767px) {
    .has-width-mobile-50 .wp-block-button {
        width: 50%
    }
}

@media screen and (max-width:767px) {
    .has-width-mobile-33 .wp-block-button {
        width: 33.3333%
    }
}

@media screen and (max-width:767px) {
    .has-width-mobile-25 .wp-block-button {
        width: 25%
    }
}

@media screen and (max-width:767px) {
    .has-width-mobile-20 .wp-block-button {
        width: 20%
    }
}
/*!
 * getwid-testimonial
 */ .wp-block-getwid-testimonial__wrapper {
    display: flex;
    flex-direction: column
}

.wp-block-getwid-testimonial__subtitle {
    margin: 0;
    padding: 0;
    display: block;
    font-size: .75em
}

.wp-block-getwid-testimonial__header {
    display: flex;
    align-items: center
}

.wp-block-getwid-testimonial__content-wrapper, .wp-block-getwid-testimonial__header {
    width: 100%
}

    .wp-block-getwid-testimonial__content-wrapper + .wp-block-getwid-testimonial__header {
        margin-top: 1.5em
    }

.wp-block-getwid-testimonial__image {
    position: relative;
    width: 100%;
    padding-top: 100%
}

.wp-block-getwid-testimonial__image-wrapper {
    max-width: 75px;
    width: 100%
}

    .wp-block-getwid-testimonial__image-wrapper + .wp-block-getwid-testimonial__heading {
        margin-left: 1.5em
    }

.wp-block-getwid-testimonial__image img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.wp-block-getwid-testimonial__content {
    margin: 0;
    padding: 0
}
/*!
 * getwid-person
 */ .wp-block-getwid-person__image img {
    display: block;
    margin: 0 auto
}

.wp-block-getwid-person__image + .wp-block-getwid-person__content-wrapper {
    margin-top: 1.5em
}

.wp-block-getwid-person__content, .wp-block-getwid-person__subtitle, .wp-block-getwid-person__title {
    text-align: center;
    margin: 0;
    padding: 0
}

.wp-block-getwid-person__title {
    display: block
}

.wp-block-getwid-person__subtitle {
    display: block;
    font-size: .75em
}

.wp-block-getwid-person__content {
    margin-top: 1em
}

    .wp-block-getwid-person__content:first-child {
        margin-top: 0
    }

.wp-block-getwid-person .wp-block-getwid-social-links {
    margin: 1em 0 0;
    padding: 0
}

.is-image-cropped .wp-block-getwid-person__image {
    position: relative;
    padding-top: 100%
}

    .is-image-cropped .wp-block-getwid-person__image img {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
/*!
 * getwid-instagram
 */ .wp-block-getwid-instagram {
    overflow: hidden
}

.wp-block-getwid-instagram__wrapper {
    display: flex;
    flex-wrap: wrap
}

.wp-block-getwid-instagram__media-wrapper {
    position: relative;
    overflow: hidden;
    padding-top: 100%
}

.wp-block-getwid-instagram__media-link {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block
}

    .wp-block-getwid-instagram__media-link img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        transition: all .25s linear
    }

    .wp-block-getwid-instagram__media-link:before {
        content: "";
        background-color: #000;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: all .25s linear;
        z-index: 1
    }

    .wp-block-getwid-instagram__media-link:hover .wp-block-getwid-instagram__meta-wrapper {
        opacity: 1
    }

    .wp-block-getwid-instagram__media-link:hover .wp-block-getwid-instagram__meta > span:first-child {
        padding-right: 10px
    }

    .wp-block-getwid-instagram__media-link:hover .wp-block-getwid-instagram__meta > span:last-child {
        padding-left: 10px
    }

    .wp-block-getwid-instagram__media-link:hover img {
        transform: scale(1.1)
    }

    .wp-block-getwid-instagram__media-link:hover:before {
        opacity: .1
    }

.wp-block-getwid-instagram__meta-wrapper {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    width: 100%;
    text-align: center;
    transition: all .25s linear;
    z-index: 2
}

.wp-block-getwid-instagram__meta > span {
    transition: all .25s linear
}

    .wp-block-getwid-instagram__meta > span:first-child {
        padding-right: 30px
    }

    .wp-block-getwid-instagram__meta > span:last-child {
        padding-left: 30px
    }

.has-spacing-none .wp-block-getwid-instagram__item {
    padding: 0
}

.has-spacing-none .wp-block-getwid-instagram__wrapper {
    margin: 0
}

.has-spacing-small .wp-block-getwid-instagram__item {
    padding: 5px
}

.has-spacing-small .wp-block-getwid-instagram__wrapper {
    margin: -5px
}

.has-spacing-medium .wp-block-getwid-instagram__item {
    padding: 15px
}

.has-spacing-medium .wp-block-getwid-instagram__wrapper {
    margin: -15px
}

.has-spacing-normal .wp-block-getwid-instagram__item {
    padding: 25px
}

.has-spacing-normal .wp-block-getwid-instagram__wrapper {
    margin: -25px
}

.has-spacing-large .wp-block-getwid-instagram__item {
    padding: 40px
}

.has-spacing-large .wp-block-getwid-instagram__wrapper {
    margin: -40px
}

.has-1-columns .wp-block-getwid-instagram__item {
    width: 100%
}

@media screen and (min-width:992px) {
    .has-1-columns .wp-block-getwid-instagram__item {
        width: 100%
    }
}

.has-2-columns .wp-block-getwid-instagram__item {
    width: 100%
}

@media screen and (min-width:992px) {
    .has-2-columns .wp-block-getwid-instagram__item {
        width: 50%
    }
}

.has-3-columns .wp-block-getwid-instagram__item {
    width: 100%
}

@media screen and (min-width:992px) {
    .has-3-columns .wp-block-getwid-instagram__item {
        width: 33.33333%
    }
}

.has-4-columns .wp-block-getwid-instagram__item {
    width: 100%
}

@media screen and (min-width:480px) {
    .has-4-columns .wp-block-getwid-instagram__item {
        width: 50%
    }
}

@media screen and (min-width:992px) {
    .has-4-columns .wp-block-getwid-instagram__item {
        width: 25%
    }
}

.has-5-columns .wp-block-getwid-instagram__item {
    width: 100%
}

@media screen and (min-width:480px) {
    .has-5-columns .wp-block-getwid-instagram__item {
        width: 33.33333%
    }
}

@media screen and (min-width:992px) {
    .has-5-columns .wp-block-getwid-instagram__item {
        width: 20%
    }
}

.has-6-columns .wp-block-getwid-instagram__item {
    width: 100%
}

@media screen and (min-width:480px) {
    .has-6-columns .wp-block-getwid-instagram__item {
        width: 33.33333%
    }
}

@media screen and (min-width:992px) {
    .has-6-columns .wp-block-getwid-instagram__item {
        width: 16.66667%
    }
}
/*!
 * getwid-progress-bar
 */ .wp-block-getwid-progress-bar {
    width: 100%;
    position: relative
}

.wp-block-getwid-progress-bar__header {
    width: 100%;
    display: flex;
    vertical-align: middle;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: .25em
}

    .wp-block-getwid-progress-bar__header > * {
        margin: 0
    }

.wp-block-getwid-progress-bar__percent {
    margin-left: auto
}

.wp-block-getwid-progress-bar__bar {
    height: 5px;
    overflow: hidden;
    width: 100%;
    background-color: #eee
}

.wp-block-getwid-progress-bar__progress {
    height: 100%;
    overflow: hidden;
    background-color: currentColor
}
/*!
 * getwid-circle-progress-bar
 */ .wp-block-getwid-circle-progress-bar__canvas {
    max-width: 100%
}
/*!
 * getwid-counter
 */ .wp-block-getwid-counter__wrapper > * {
    margin: 0;
    padding: 0;
    display: block
}

.wp-block-getwid-counter__prefix {
    padding-bottom: .5em
}

.wp-block-getwid-counter__number {
    font-size: 2.5em
}

.wp-block-getwid-counter__suffix {
    padding-top: .5em
}
/*!
 * getwid-price-box
 */ .wp-block-getwid-price-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2.5em 1.25em
}

.wp-block-getwid-price-box__title {
    margin-bottom: 1.25rem;
    color: inherit
}

.wp-block-getwid-price-box__pricing {
    margin-bottom: 2.5em
}

    .wp-block-getwid-price-box__pricing > * {
        display: inline-block;
        color: inherit;
        margin: 0;
        line-height: 1
    }

.wp-block-getwid-price-box .wp-block-getwid-price-box__currency {
    font-size: 1.25em;
    vertical-align: top
}

.wp-block-getwid-price-box .wp-block-getwid-price-box__amount {
    font-size: 2.5em
}

.wp-block-getwid-price-box__period {
    vertical-align: bottom
}

.wp-block-getwid-price-box .wp-block-getwid-price-box__features {
    list-style: none;
    padding: 0;
    margin: 0 auto 2.5em;
    text-align: center;
    color: inherit
}

    .wp-block-getwid-price-box .wp-block-getwid-price-box__features li {
        margin-left: 0;
        padding-left: 0
    }

        .wp-block-getwid-price-box .wp-block-getwid-price-box__features li + li {
            margin-top: .5em
        }

.wp-block-getwid-price-box .wp-block-button {
    margin-top: 0;
    margin-bottom: 0
}

.wp-block-getwid-price-box .wp-block-button__link, .wp-block-getwid-price-box .wp-block-button__width-100 {
    width: 100%
}

.wp-block-getwid-price-box .wp-block-button__width-75 {
    width: 75%
}

.wp-block-getwid-price-box .wp-block-button__width-50 {
    width: 50%
}

.wp-block-getwid-price-box .wp-block-button__width-25 {
    width: 25%
}
/*!
 * getwid-contact-form
 */ .wp-block-getwid-contact-form .wp-block-getwid-field-email, .wp-block-getwid-contact-form .wp-block-getwid-field-name, .wp-block-getwid-contact-form .wp-block-getwid-field-textarea {
    display: flex;
    flex-direction: column
}

.wp-block-getwid-contact-form .wp-block-getwid-contact-form__result.success {
    color: green
}

.wp-block-getwid-contact-form .wp-block-getwid-contact-form__result.fail {
    color: red
}

.wp-block-getwid-contact-form__submit {
    margin-top: 2em
}

    .wp-block-getwid-contact-form__submit .wp-block-button {
        margin-bottom: 0
    }

.wp-block-getwid-captcha {
    margin-bottom: 1em
}
/*!
 * getwid-post-carousel
 */ .wp-block-getwid-post-carousel__wrapper:not(.slick-initialized) > :not(:first-child) {
    display: none
}

.wp-block-getwid-post-carousel .slick-track {
    display: flex
}

    .wp-block-getwid-post-carousel .slick-track > * {
        height: auto
    }

        .wp-block-getwid-post-carousel .slick-track > * > :only-child {
            height: 100%
        }

.wp-block-getwid-post-carousel__post {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.wp-block-getwid-post-carousel .wp-block-getwid-post-carousel__post-title {
    margin: 0
}

.wp-block-getwid-post-carousel__post-thumbnail {
    margin-bottom: 1em;
    position: relative;
    padding-top: 75%;
    width: 100%
}

    .wp-block-getwid-post-carousel__post-thumbnail:last-child {
        margin-top: 0
    }

    .wp-block-getwid-post-carousel__post-thumbnail a {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0
    }

    .wp-block-getwid-post-carousel__post-thumbnail img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

.wp-block-getwid-post-carousel__post-excerpt {
    margin-top: .5em
}

    .wp-block-getwid-post-carousel__post-excerpt:first-child {
        margin-top: 0
    }

    .wp-block-getwid-post-carousel__post-excerpt p {
        margin-bottom: 0
    }
/*!
 * getwid-post-slider
 */ .wp-block-getwid-post-slider__content .slick-list, .wp-block-getwid-post-slider__content .slick-track {
    height: 100%
}

.wp-block-getwid-post-slider__content:not(.slick-initialized) > :not(:first-child) {
    display: none
}

.wp-block-getwid-post-slider .slick-track {
    display: flex
}

    .wp-block-getwid-post-slider .slick-track > * {
        height: auto
    }

        .wp-block-getwid-post-slider .slick-track > * > :only-child {
            height: 100%
        }

.wp-block-getwid-post-slider__post {
    position: relative;
    padding: 80px;
    display: flex;
    justify-content: center;
    align-items: center
}

.wp-block-getwid-post-slider .wp-block-getwid-post-slider__post-thumbnail {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

    .wp-block-getwid-post-slider .wp-block-getwid-post-slider__post-thumbnail img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

.wp-block-getwid-post-slider__post-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .3;
    background-color: #000
}

.wp-block-getwid-post-slider__post-content-wrapper {
    max-width: 768px;
    text-align: center
}

.wp-block-getwid-post-slider .wp-block-getwid-post-slider__post-title {
    color: #fff;
    position: relative
}

    .wp-block-getwid-post-slider .wp-block-getwid-post-slider__post-title a {
        color: inherit
    }

.wp-block-getwid-post-slider__post-excerpt {
    position: relative;
    color: #fff
}
/*!
 * getwid-post-custom-post-type
 */ .wp-block-getwid-custom-post-type {
    overflow: hidden
}

    .wp-block-getwid-custom-post-type .navigation.pagination {
        margin-top: 3.125em
    }

.wp-block-getwid-custom-post-type__post {
    margin-top: 22px
}

    .wp-block-getwid-custom-post-type__post:first-child {
        margin-top: 0
    }

.wp-block-getwid-custom-post-type__post-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.wp-block-getwid-custom-post-type .wp-block-getwid-custom-post-type__post-title {
    margin: 0
}

.wp-block-getwid-custom-post-type__post-thumbnail {
    margin-bottom: 1em
}

    .wp-block-getwid-custom-post-type__post-thumbnail:last-child {
        margin-bottom: 0
    }

    .wp-block-getwid-custom-post-type__post-thumbnail a, .wp-block-getwid-custom-post-type__post-thumbnail a img {
        display: block
    }

.wp-block-getwid-custom-post-type__post-excerpt > :last-child {
    margin-bottom: 0
}

.wp-block-getwid-custom-post-type__post-excerpt {
    margin-top: .5em
}

    .wp-block-getwid-custom-post-type__post-excerpt:first-child {
        margin-top: 0
    }

.wp-block-getwid-custom-post-type__post > .wp-block-getwid-template-post-featured-image {
    margin-bottom: 1.875em
}

    .wp-block-getwid-custom-post-type__post > .wp-block-getwid-template-post-featured-image:last-child {
        margin-bottom: 0
    }

.wp-block-getwid-custom-post-type__post > .wp-block-getwid-template-post-title {
    margin-bottom: .5em
}

    .wp-block-getwid-custom-post-type__post > .wp-block-getwid-template-post-title:last-child {
        margin-bottom: 0
    }

    .wp-block-getwid-custom-post-type__post > .wp-block-getwid-template-post-title + .wp-block-getwid-template-post-featured-image {
        margin-top: 1.25em
    }

.wp-block-getwid-custom-post-type__post > .wp-block-getwid-template-post-content {
    margin-bottom: .5em
}

    .wp-block-getwid-custom-post-type__post > .wp-block-getwid-template-post-content:last-child {
        margin-bottom: 0
    }

.wp-block-getwid-custom-post-type__post > .wp-block-getwid-template-post-link {
    margin-top: 1.5em;
    margin-bottom: 1.5em
}

    .wp-block-getwid-custom-post-type__post > .wp-block-getwid-template-post-link:first-child {
        margin-top: 0
    }

    .wp-block-getwid-custom-post-type__post > .wp-block-getwid-template-post-link:last-child {
        margin-bottom: 0
    }

.wp-block-getwid-custom-post-type__post > .wp-block-getwid-template-post-meta {
    margin-bottom: .25em
}

    .wp-block-getwid-custom-post-type__post > .wp-block-getwid-template-post-meta + .wp-block-getwid-template-post-featured-image {
        margin-top: 1.25em
    }

.wp-block-getwid-custom-post-type__post > .wp-block-getwid-section {
    height: 100%
}

.has-spacing-none.has-layout-list .wp-block-getwid-custom-post-type__post + .wp-block-getwid-custom-post-type__post {
    margin-top: 0
}

.has-spacing-none > .getwid-columns {
    margin-left: 0;
    margin-right: 0
}

    .has-spacing-none > .getwid-columns > * {
        padding-left: 0;
        margin-top: 0;
        padding-right: 0
    }

.has-spacing-small.has-layout-list .wp-block-getwid-custom-post-type__post + .wp-block-getwid-custom-post-type__post {
    margin-top: 20px
}

.has-spacing-small > .getwid-columns {
    margin-left: -5px;
    margin-right: -5px
}

    .has-spacing-small > .getwid-columns > * {
        margin-top: 10px;
        padding-left: 5px;
        padding-right: 5px
    }

.has-spacing-medium.has-layout-list .wp-block-getwid-custom-post-type__post + .wp-block-getwid-custom-post-type__post {
    margin-top: 30px
}

.has-spacing-medium > .getwid-columns {
    margin-left: -15px;
    margin-right: -15px
}

    .has-spacing-medium > .getwid-columns > * {
        margin-top: 30px;
        padding-left: 15px;
        padding-right: 15px
    }

.has-spacing-normal.has-layout-list .wp-block-getwid-custom-post-type__post + .wp-block-getwid-custom-post-type__post {
    margin-top: 60px
}

.has-spacing-normal > .getwid-columns {
    margin-left: -25px;
    margin-right: -25px
}

    .has-spacing-normal > .getwid-columns > * {
        margin-top: 50px;
        padding-left: 25px;
        padding-right: 25px
    }

.has-spacing-large.has-layout-list .wp-block-getwid-custom-post-type__post + .wp-block-getwid-custom-post-type__post {
    margin-top: 80px
}

.has-spacing-large > .getwid-columns {
    margin-left: -40px;
    margin-right: -40px
}

    .has-spacing-large > .getwid-columns > * {
        margin-top: 80px;
        padding-left: 40px;
        padding-right: 40px
    }

.has-layout-list .wp-block-getwid-custom-post-type__post + .wp-block-getwid-custom-post-type__post {
    margin-top: 3.125em
}

.has-layout-list .wp-block-getwid-custom-post-type__post:last-child {
    margin-bottom: 0
}

@media screen and (min-width:768px) {
    .has-layout-list .wp-block-getwid-custom-post-type__post-wrapper {
        flex-direction: row
    }

    .has-layout-list .wp-block-getwid-custom-post-type__entry-header, .has-layout-list .wp-block-getwid-custom-post-type__entry-header .wp-block-getwid-custom-post-type__post-title {
        margin-top: 0
    }

    .has-layout-list .wp-block-getwid-custom-post-type__post-thumbnail {
        max-width: 40%;
        margin: 0
    }

        .has-layout-list .wp-block-getwid-custom-post-type__post-thumbnail:only-child {
            width: 100%
        }

        .has-layout-list .wp-block-getwid-custom-post-type__post-thumbnail + .wp-block-getwid-custom-post-type__content-wrapper {
            margin-left: 5%;
            margin-top: 0;
            max-width: 55%;
            width: 100%
        }
}

@media screen and (min-width:991px) {
    .getwid-columns-1 .wp-block-getwid-custom-post-type__post:first-child, .getwid-columns-2 .wp-block-getwid-custom-post-type__post:first-child, .getwid-columns-2 .wp-block-getwid-custom-post-type__post:nth-child(2), .getwid-columns-3 .wp-block-getwid-custom-post-type__post:first-child, .getwid-columns-3 .wp-block-getwid-custom-post-type__post:nth-child(2), .getwid-columns-3 .wp-block-getwid-custom-post-type__post:nth-child(3), .getwid-columns-4 .wp-block-getwid-custom-post-type__post:first-child, .getwid-columns-4 .wp-block-getwid-custom-post-type__post:nth-child(2), .getwid-columns-4 .wp-block-getwid-custom-post-type__post:nth-child(3), .getwid-columns-4 .wp-block-getwid-custom-post-type__post:nth-child(4), .getwid-columns-5 .wp-block-getwid-custom-post-type__post:first-child, .getwid-columns-5 .wp-block-getwid-custom-post-type__post:nth-child(2), .getwid-columns-5 .wp-block-getwid-custom-post-type__post:nth-child(3), .getwid-columns-5 .wp-block-getwid-custom-post-type__post:nth-child(4), .getwid-columns-5 .wp-block-getwid-custom-post-type__post:nth-child(5), .getwid-columns-6 .wp-block-getwid-custom-post-type__post:first-child, .getwid-columns-6 .wp-block-getwid-custom-post-type__post:nth-child(2), .getwid-columns-6 .wp-block-getwid-custom-post-type__post:nth-child(3), .getwid-columns-6 .wp-block-getwid-custom-post-type__post:nth-child(4), .getwid-columns-6 .wp-block-getwid-custom-post-type__post:nth-child(5), .getwid-columns-6 .wp-block-getwid-custom-post-type__post:nth-child(6) {
        margin-top: 0
    }
}
/*!
 * getwid-price-list
 */ .wp-block-getwid-price-list {
    display: flex;
    margin: 0 0 30px;
    flex-direction: column
}

@media screen and (min-width:768px) {
    .wp-block-getwid-price-list {
        flex-direction: row
    }
}

.wp-block-getwid-price-list__image-wrapper {
    margin-bottom: 20px
}

@media screen and (min-width:768px) {
    .wp-block-getwid-price-list__image-wrapper {
        margin-right: 20px;
        margin-bottom: 0
    }
}

.wp-block-getwid-price-list__image {
    display: block
}

.wp-block-getwid-price-list__content-wrapper {
    width: 100%
}

.wp-block-getwid-price-list__header {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between
}

.wp-block-getwid-price-list .wp-block-getwid-price-list__title {
    margin: 0;
    word-break: normal
}

.wp-block-getwid-price-list .wp-block-getwid-price-list__amount, .wp-block-getwid-price-list .wp-block-getwid-price-list__currency {
    margin: 0
}

.wp-block-getwid-price-list__amount {
    white-space: nowrap
}

.wp-block-getwid-price-list__price-wrapper {
    display: flex;
    flex-direction: row
}

    .wp-block-getwid-price-list__price-wrapper.has-currency-after, .wp-block-getwid-price-list__price-wrapper.has-currency-after-space {
        flex-direction: row-reverse
    }

        .wp-block-getwid-price-list__price-wrapper.has-currency-after-space .wp-block-getwid-price-list__currency {
            margin-left: .5em
        }

    .wp-block-getwid-price-list__price-wrapper.has-currency-before-space .wp-block-getwid-price-list__currency {
        margin-right: .5em
    }

.wp-block-getwid-price-list__description {
    margin: 0
}

.has-dots .wp-block-getwid-price-list__price-line {
    margin: 0 10px;
    flex-grow: 1;
    border-bottom-style: dotted;
    border-bottom-width: 1px
}

.has-text-color .wp-block-getwid-price-list__amount, .has-text-color .wp-block-getwid-price-list__currency, .has-text-color .wp-block-getwid-price-list__description, .has-text-color .wp-block-getwid-price-list__title {
    color: inherit
}

.wp-block-getwid-template-acf-background-image {
    padding: 25px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box
}

    .wp-block-getwid-template-acf-background-image:only-child {
        height: 100%
    }

    .wp-block-getwid-template-acf-background-image .wp-block-getwid-template-acf-background-image__image {
        position: absolute;
        background-position: 50%;
        background-attachment: scroll;
        background-size: cover;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0
    }

.wp-block-getwid-template-acf-background-image__foreground {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: .35
}

.wp-block-getwid-template-acf-background-image__content {
    position: relative;
    width: 100%
}

    .wp-block-getwid-template-acf-background-image__content .wp-block-getwid-section {
        height: 100%
    }

.wp-block-getwid-template-acf-image {
    margin-bottom: .5em
}

    .wp-block-getwid-template-acf-image img {
        display: block
    }

    .wp-block-getwid-template-acf-image.aligncenter img {
        margin: 0 auto
    }

.wp-block-getwid-template-acf-select, .wp-block-getwid-template-acf-wysiwyg {
    margin-bottom: .5em
}

    .wp-block-getwid-template-acf-wysiwyg:after {
        content: "";
        display: table;
        clear: both
    }
/*!
 * getwid-template-post-title
 */ .wp-block-getwid-template-post-title {
    margin-bottom: .5em
}

    .wp-block-getwid-template-post-title:last-child {
        margin-bottom: 0
    }

    .wp-block-getwid-template-post-title.has-text-color .wp-block-getwid-template-post-title__link, .wp-block-getwid-template-post-title.has-text-color .wp-block-getwid-template-post-title__link:visited {
        color: inherit
    }

    .wp-block-getwid-template-post-title > h2, .wp-block-getwid-template-post-title > h3, .wp-block-getwid-template-post-title > h4, .wp-block-getwid-template-post-title > h5, .wp-block-getwid-template-post-title > h6, .wp-block-getwid-template-post-title > p {
        margin: 0;
        padding: 0
    }

        .wp-block-getwid-template-post-title > h2:after, .wp-block-getwid-template-post-title > h2:before, .wp-block-getwid-template-post-title > h3:after, .wp-block-getwid-template-post-title > h3:before, .wp-block-getwid-template-post-title > h4:after, .wp-block-getwid-template-post-title > h4:before, .wp-block-getwid-template-post-title > h5:after, .wp-block-getwid-template-post-title > h5:before, .wp-block-getwid-template-post-title > h6:after, .wp-block-getwid-template-post-title > h6:before, .wp-block-getwid-template-post-title > p:after, .wp-block-getwid-template-post-title > p:before {
            display: none
        }
/*!
 * getwid-template-post-featured-image
 */ .wp-block-getwid-template-post-featured-image {
    margin-bottom: .5em
}

    .wp-block-getwid-template-post-featured-image:last-child {
        margin-bottom: 0
    }

    .wp-block-getwid-template-post-featured-image.aligncenter a {
        display: block
    }

    .wp-block-getwid-template-post-featured-image.aligncenter img {
        margin: 0 auto
    }

    .wp-block-getwid-template-post-featured-image img {
        display: block
    }

.wp-block-column > .wp-block-getwid-template-post-featured-image:only-child {
    height: 100%
}

    .wp-block-column > .wp-block-getwid-template-post-featured-image:only-child img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
/*!
 * getwid-template-post-content
 */ .wp-block-getwid-template-post-content {
    margin-bottom: .5em
}
/*!
 * getwid-template-post-link
 */ .wp-block-getwid-template-post-link {
    margin: 1.25em 0
}

    .wp-block-getwid-template-post-link:first-child {
        margin-top: 0
    }

    .wp-block-getwid-template-post-link:last-child {
        margin-bottom: 0
    }

    .wp-block-getwid-template-post-link.has-text-color a {
        color: inherit
    }
/*!
 * getwid-template-post-button
 */ .wp-block-getwid-template-post-button {
    margin: 1.25em 0
}

    .wp-block-getwid-template-post-button:first-child {
        margin-top: 0
    }

    .wp-block-getwid-template-post-button:last-child {
        margin-bottom: 0
    }
/*!
 * getwid-template-post-author
 */ .wp-block-getwid-template-post-author {
    margin-bottom: .5em
}

    .wp-block-getwid-template-post-author i {
        font-size: .7em;
        margin-right: .5em;
        min-width: 1.25em
    }

    .wp-block-getwid-template-post-author.has-text-color a {
        color: inherit
    }
/*!
 * getwid-template-post-categories
 */ .wp-block-getwid-template-post-categories {
    margin-bottom: .5em
}

    .wp-block-getwid-template-post-categories i {
        font-size: .7em;
        margin-right: .5em;
        min-width: 1.25em
    }

    .wp-block-getwid-template-post-categories.has-text-color a {
        color: inherit
    }
/*!
 * getwid-template-post-comments
 */ .wp-block-getwid-template-post-comments {
    margin-bottom: .5em
}

    .wp-block-getwid-template-post-comments i {
        font-size: .7em;
        margin-right: .5em;
        min-width: 1.25em
    }

    .wp-block-getwid-template-post-comments.has-text-color a {
        color: inherit
    }
/*!
 * getwid-template-post-tags
 */ .wp-block-getwid-template-post-tags {
    margin-bottom: .5em
}

    .wp-block-getwid-template-post-tags:last-child {
        margin-bottom: 0
    }

    .wp-block-getwid-template-post-tags i {
        font-size: .7em;
        margin-right: .5em;
        min-width: 1.25em
    }

    .wp-block-getwid-template-post-tags.has-text-color a {
        color: inherit
    }
/*!
 * getwid-template-post-date
 */ .wp-block-getwid-template-post-date {
    margin-bottom: .5em
}

    .wp-block-getwid-template-post-date i {
        font-size: .7em;
        margin-right: .5em;
        min-width: 1.25em
    }

    .wp-block-getwid-template-post-date.has-text-color a {
        color: inherit
    }
/*!
 * getwid-template-post-featured-background-image
 */ .wp-block-getwid-template-post-featured-background-image {
    padding: 25px;
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box
}

    .wp-block-getwid-template-post-featured-background-image .wp-block-getwid-template-post-featured-background-image__image {
        position: absolute;
        background-position: 50%;
        background-attachment: scroll;
        background-size: cover;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0
    }

.wp-block-getwid-template-post-featured-background-image__foreground {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: .35
}

.wp-block-getwid-template-post-featured-background-image__content {
    position: relative;
    width: 100%
}

    .wp-block-getwid-template-post-featured-background-image__content .wp-block-getwid-section {
        height: 100%
    }

.wp-block-getwid-template-post-featured-background-image.has-link .wp-block-getwid-template-post-featured-background-image__content {
    pointer-events: none
}

    .wp-block-getwid-template-post-featured-background-image.has-link .wp-block-getwid-template-post-featured-background-image__content a, .wp-block-getwid-template-post-featured-background-image.has-link .wp-block-getwid-template-post-featured-background-image__content button, .wp-block-getwid-template-post-featured-background-image.has-link .wp-block-getwid-template-post-featured-background-image__content input {
        pointer-events: auto
    }
/*!
 * getwid-template-post-meta
 */ .wp-block-getwid-template-post-meta {
    margin-bottom: .5em
}

    .wp-block-getwid-template-post-meta:last-child {
        margin-bottom: 0
    }

    .wp-block-getwid-template-post-meta > p {
        margin: 0
    }

    .wp-block-getwid-template-post-meta > .getwid-post-meta-divider:last-child, .wp-block-getwid-template-post-meta > .getwid-post-meta-divider:nth-last-child(2) {
        display: none
    }

    .wp-block-getwid-template-post-meta.has-text-color a {
        color: inherit
    }

    .wp-block-getwid-template-post-meta.has-direction-row > * {
        display: inline;
        margin-bottom: 0;
        margin-right: 20px
    }

    .wp-block-getwid-template-post-meta.has-direction-row > :last-child, .wp-block-getwid-template-post-meta.has-direction-row > p {
        margin-right: 0
    }

        .wp-block-getwid-template-post-meta.has-direction-row > p + div {
            margin-left: 5px
        }

    .wp-block-getwid-template-post-meta.has-direction-row.has-alignment-left {
        text-align: left
    }

    .wp-block-getwid-template-post-meta.has-direction-row.has-alignment-center {
        text-align: center
    }

    .wp-block-getwid-template-post-meta.has-direction-row.has-alignment-right {
        text-align: right
    }

    .wp-block-getwid-template-post-meta.has-direction-column:after {
        display: table;
        content: "";
        clear: both
    }

    .wp-block-getwid-template-post-meta.has-direction-column .getwid-post-meta-divider {
        display: none
    }

    .wp-block-getwid-template-post-meta.has-direction-column > p {
        float: left;
        margin-right: 5px
    }
/*!
 * getwid-template-post-custom-field
 */ .wp-block-getwid-template-post-custom-field {
    margin-bottom: .5em
}
/*!
 * getwid-mailchimp
 */ .wp-block-getwid-mailchimp .wp-block-getwid-field-email, .wp-block-getwid-mailchimp .wp-block-getwid-field-first-name, .wp-block-getwid-mailchimp .wp-block-getwid-field-last-name {
    display: flex;
    flex-direction: column
}

.wp-block-getwid-mailchimp .wp-block-getwid-mailchimp__result.success {
    color: green
}

.wp-block-getwid-mailchimp .wp-block-getwid-mailchimp__result.fail {
    color: red
}

.wp-block-getwid-mailchimp__submit {
    margin-top: 2em
}

    .wp-block-getwid-mailchimp__submit .wp-block-button {
        margin-bottom: 0
    }
/*!
 * getwid-video-popup
 */ .wp-block-getwid-video-popup {
    position: relative;
    text-align: center
}

.wp-block-getwid-video-popup__wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

    .wp-block-getwid-video-popup__wrapper:after {
        display: none;
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: inherit;
        opacity: .35
    }

.wp-block-getwid-video-popup__button-wrapper {
    margin: 0 auto
}

.wp-block-getwid-video-popup__button {
    min-height: 90px;
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 45px;
    border-color: red;
    color: inherit
}

    .wp-block-getwid-video-popup__button:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        border-radius: inherit
    }

    .wp-block-getwid-video-popup__button.is-style-bordered:before {
        border: 1px solid;
        border-color: inherit
    }

    .wp-block-getwid-video-popup__button.is-style-outline {
        padding: 5px;
        border-radius: 50px
    }

        .wp-block-getwid-video-popup__button.is-style-outline:before {
            border: 1px solid;
            border-color: inherit
        }

    .wp-block-getwid-video-popup__button.is-style-fill {
        color: #fff
    }

        .wp-block-getwid-video-popup__button.is-style-fill:not(.has-background) {
            background-color: red
        }

    .wp-block-getwid-video-popup__button.is-style-default .wp-block-getwid-video-popup__button-caption {
        padding: 10px 20px
    }

    .wp-block-getwid-video-popup__button.has-animation-pulse .wp-block-getwid-video-popup__icon {
        position: relative;
        border-color: red
    }

        .wp-block-getwid-video-popup__button.has-animation-pulse .wp-block-getwid-video-popup__icon:before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
            z-index: 0;
            display: block;
            background-color: inherit;
            border-radius: inherit;
            animation: getwidPulseAnimation 1.5s linear .5s infinite
        }

        .wp-block-getwid-video-popup__button.has-animation-pulse .wp-block-getwid-video-popup__icon i {
            position: relative
        }

    .wp-block-getwid-video-popup__button.is-size-small {
        border-radius: 35px;
        min-height: 70px
    }

        .wp-block-getwid-video-popup__button.is-size-small.is-style-outline {
            border-radius: 40px
        }

        .wp-block-getwid-video-popup__button.is-size-small.is-style-default .wp-block-getwid-video-popup__button-caption {
            padding: 5px 10px
        }

        .wp-block-getwid-video-popup__button.is-size-small .wp-block-getwid-video-popup__icon {
            width: 70px;
            height: 70px;
            line-height: 70px;
            font-size: 15px
        }

        .wp-block-getwid-video-popup__button.is-size-small .wp-block-getwid-video-popup__button-caption {
            padding: 5px 35px 5px 10px
        }

    .wp-block-getwid-video-popup__button.is-size-large {
        border-radius: 55px;
        min-height: 110px
    }

        .wp-block-getwid-video-popup__button.is-size-large.is-style-outline {
            border-radius: 60px
        }

        .wp-block-getwid-video-popup__button.is-size-large.is-style-default .wp-block-getwid-video-popup__button-caption {
            padding: 15px 25px
        }

        .wp-block-getwid-video-popup__button.is-size-large .wp-block-getwid-video-popup__icon {
            width: 110px;
            height: 110px;
            line-height: 110px;
            font-size: 25px
        }

        .wp-block-getwid-video-popup__button.is-size-large .wp-block-getwid-video-popup__button-caption {
            padding: 15px 55px 15px 25px
        }

.wp-block-getwid-video-popup__icon {
    width: 90px;
    height: 90px;
    line-height: 90px;
    background-color: red;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    text-align: center;
    flex: 1 0 auto
}

    .wp-block-getwid-video-popup__icon i {
        margin-left: 5px
    }

.wp-block-getwid-video-popup__button-caption {
    padding: 10px 45px 10px 20px;
    flex: 0 1 auto;
    word-break: break-word
}

    .wp-block-getwid-video-popup__button-caption .wp-block-getwid-video-popup__title {
        margin: 0
    }

.wp-block-getwid-video-popup__title {
    font-size: 1em;
    margin: 0;
    text-align: left
}

.wp-block-getwid-video-popup__caption {
    margin-top: .5em
}

    .wp-block-getwid-video-popup__caption .wp-block-getwid-video-popup__title {
        text-align: center;
        margin-bottom: 0
    }

.wp-block-getwid-video-popup__link {
    max-width: 450px;
    display: inline-block
}

.wp-block-getwid-video-popup .wp-block-getwid-video-popup__link {
    text-decoration: none;
    color: inherit;
    margin: 0;
    padding: 0;
    text-shadow: none;
    box-shadow: none;
    border: 0
}

    .wp-block-getwid-video-popup .wp-block-getwid-video-popup__link:after, .wp-block-getwid-video-popup .wp-block-getwid-video-popup__link:before {
        display: none
    }

    .wp-block-getwid-video-popup .wp-block-getwid-video-popup__link:focus, .wp-block-getwid-video-popup .wp-block-getwid-video-popup__link:hover, .wp-block-getwid-video-popup .wp-block-getwid-video-popup__link:visited {
        color: inherit;
        text-decoration: none;
        text-shadow: none;
        box-shadow: none;
        border: 0
    }

.wp-block-getwid-video-popup__image, .wp-block-getwid-video-popup__video {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transition: all .3s ease;
    max-width: none
}

.has-image .wp-block-getwid-video-popup__wrapper {
    padding: 25px;
    min-height: 400px;
    overflow: hidden
}

    .has-image .wp-block-getwid-video-popup__wrapper:not(.has-background) {
        background-color: #000
    }

    .has-image .wp-block-getwid-video-popup__wrapper:after {
        display: block
    }

    .has-image .wp-block-getwid-video-popup__wrapper:before {
        display: block;
        content: "";
        min-height: inherit;
        font-size: 0
    }

.has-image .wp-block-getwid-video-popup__button {
    position: relative;
    z-index: 1
}

.has-image .wp-block-getwid-video-popup__link {
    width: 100%;
    max-width: 100%
}

.has-animation-slide-left .wp-block-getwid-video-popup__image, .has-animation-slide-left .wp-block-getwid-video-popup__video {
    width: calc(100% + 25px)
}

.has-animation-slide-left:hover .wp-block-getwid-video-popup__image, .has-animation-slide-left:hover .wp-block-getwid-video-popup__video {
    transform: translateX(-25px)
}

.has-animation-slide-right .wp-block-getwid-video-popup__image, .has-animation-slide-right .wp-block-getwid-video-popup__video {
    width: calc(100% + 25px);
    transform: translateX(-25px)
}

.has-animation-slide-right:hover .wp-block-getwid-video-popup__image, .has-animation-slide-right:hover .wp-block-getwid-video-popup__video {
    transform: none
}

.has-animation-slide-top .wp-block-getwid-video-popup__image, .has-animation-slide-top .wp-block-getwid-video-popup__video {
    height: calc(100% + 25px)
}

.has-animation-slide-top:hover .wp-block-getwid-video-popup__image, .has-animation-slide-top:hover .wp-block-getwid-video-popup__video {
    transform: translateY(-25px)
}

.has-animation-slide-bottom .wp-block-getwid-video-popup__image, .has-animation-slide-bottom .wp-block-getwid-video-popup__video {
    height: calc(100% + 25px);
    transform: translateY(-25px)
}

.has-animation-slide-bottom:hover .wp-block-getwid-video-popup__image, .has-animation-slide-bottom:hover .wp-block-getwid-video-popup__video {
    transform: none
}

.has-animation-zoom-in:hover .wp-block-getwid-video-popup__image, .has-animation-zoom-in:hover .wp-block-getwid-video-popup__video, .has-animation-zoom-out .wp-block-getwid-video-popup__image, .has-animation-zoom-out .wp-block-getwid-video-popup__video {
    transform: scale(1.2)
}

.has-animation-zoom-out:hover .wp-block-getwid-video-popup__image, .has-animation-zoom-out:hover .wp-block-getwid-video-popup__video {
    transform: none
}

.has-foreground-0 .wp-block-getwid-video-popup__wrapper:after {
    opacity: 0
}

.has-foreground-5 .wp-block-getwid-video-popup__wrapper:after {
    opacity: .05
}

.has-foreground-10 .wp-block-getwid-video-popup__wrapper:after {
    opacity: .1
}

.has-foreground-15 .wp-block-getwid-video-popup__wrapper:after {
    opacity: .15
}

.has-foreground-20 .wp-block-getwid-video-popup__wrapper:after {
    opacity: .2
}

.has-foreground-25 .wp-block-getwid-video-popup__wrapper:after {
    opacity: .25
}

.has-foreground-30 .wp-block-getwid-video-popup__wrapper:after {
    opacity: .3
}

.has-foreground-35 .wp-block-getwid-video-popup__wrapper:after {
    opacity: .35
}

.has-foreground-40 .wp-block-getwid-video-popup__wrapper:after {
    opacity: .4
}

.has-foreground-45 .wp-block-getwid-video-popup__wrapper:after {
    opacity: .45
}

.has-foreground-50 .wp-block-getwid-video-popup__wrapper:after {
    opacity: .5
}

.has-foreground-55 .wp-block-getwid-video-popup__wrapper:after {
    opacity: .55
}

.has-foreground-60 .wp-block-getwid-video-popup__wrapper:after {
    opacity: .6
}

.has-foreground-65 .wp-block-getwid-video-popup__wrapper:after {
    opacity: .65
}

.has-foreground-70 .wp-block-getwid-video-popup__wrapper:after {
    opacity: .7
}

.has-foreground-75 .wp-block-getwid-video-popup__wrapper:after {
    opacity: .75
}

.has-foreground-80 .wp-block-getwid-video-popup__wrapper:after {
    opacity: .8
}

.has-foreground-85 .wp-block-getwid-video-popup__wrapper:after {
    opacity: .85
}

.has-foreground-90 .wp-block-getwid-video-popup__wrapper:after {
    opacity: .9
}

.has-foreground-95 .wp-block-getwid-video-popup__wrapper:after {
    opacity: .95
}

.has-foreground-100 .wp-block-getwid-video-popup__wrapper:after {
    opacity: 1
}
/*!
 * getwid-image-hotspot
 */ .wp-block-getwid-image-hotspot {
    display: flex;
    justify-content: center
}

.wp-block-getwid-image-hotspot__wrapper {
    position: relative
}

@media (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .wp-block-getwid-image-hotspot__wrapper {
        max-width: inherit
    }
}

.wp-block-getwid-image-hotspot__image {
    display: block
}

@media (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .wp-block-getwid-image-hotspot__image {
        max-width: inherit
    }
}

.wp-block-getwid-image-hotspot .wp-block-getwid-image-hotspot__dot {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    padding: 6px;
    background-color: #404040;
    border-radius: 50%;
    transition: opacity .3s ease;
    cursor: pointer;
    outline: none
}

    .wp-block-getwid-image-hotspot .wp-block-getwid-image-hotspot__dot.has-animation-pulse:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: inherit;
        border-radius: 50%;
        transition: all .3s ease-in;
        animation: getwidPulseAnimation 1.5s ease infinite
    }

.wp-block-getwid-image-hotspot .wp-block-getwid-image-hotspot__dot-description {
    display: none
}

.wp-block-getwid-image-hotspot .wp-block-getwid-image-hotspot__dot-content {
    color: #fff;
    font-size: 16px
}

.wp-block-getwid-image-hotspot .wp-block-getwid-image-hotspot__dot-icon {
    display: block;
    height: 1.25em;
    width: 1.25em;
    position: relative;
    line-height: 1.25;
    text-align: center;
    font-style: normal
}

.wp-block-getwid-image-hotspot__tooltip {
    padding: 10px;
    text-align: center
}

.wp-block-getwid-image-hotspot__tooltip-title {
    font-size: 16px;
    font-weight: 700
}

    .wp-block-getwid-image-hotspot__tooltip-title:last-child {
        margin-bottom: 0
    }

    .wp-block-getwid-image-hotspot__tooltip-title:empty {
        display: none
    }

.wp-block-getwid-image-hotspot__tooltip-content {
    font-size: 12px;
    margin-top: .75em
}

    .wp-block-getwid-image-hotspot__tooltip-content:empty {
        display: none
    }

    .wp-block-getwid-image-hotspot__tooltip-content iframe, .wp-block-getwid-image-hotspot__tooltip-content img {
        max-width: 100%
    }

.has-animated-dots .wp-block-getwid-image-hotspot__dot {
    transform: scale(0);
    transition: all .5s ease-out .8s
}

    .has-animated-dots .wp-block-getwid-image-hotspot__dot.is-visible {
        transform: none
    }

.has-animated-dots[data-appearance-animation=slideDown] .wp-block-getwid-image-hotspot__dot {
    transform: translateY(-50px) scale(0)
}

    .has-animated-dots[data-appearance-animation=slideDown] .wp-block-getwid-image-hotspot__dot.is-visible {
        transform: none
    }
/*!
 * getwid-countdown
 */ .wp-block-getwid-countdown {
    font-size: 32px
}

    .wp-block-getwid-countdown .countdown-section {
        padding: 20px
    }

    .wp-block-getwid-countdown .countdown-amount, .wp-block-getwid-countdown .countdown-period {
        word-break: keep-all
    }

    .wp-block-getwid-countdown .countdown-row {
        justify-content: center
    }

    .wp-block-getwid-countdown.has-horizontal-alignment-left .countdown-row {
        justify-content: flex-start
    }

    .wp-block-getwid-countdown.has-horizontal-alignment-center .countdown-row {
        justify-content: center
    }

    .wp-block-getwid-countdown.has-horizontal-alignment-justify .countdown-row .countdown-section {
        flex: 1 0 0
    }

    .wp-block-getwid-countdown.has-horizontal-alignment-right .countdown-row {
        justify-content: flex-end
    }

    .wp-block-getwid-countdown .wp-block-getwid-countdown__wrapper {
        overflow: hidden
    }

    .wp-block-getwid-countdown .is-countdown {
        background-color: transparent;
        border: 0
    }

        .wp-block-getwid-countdown .is-countdown .countdown-row {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            align-content: stretch;
            align-items: center
        }

            .wp-block-getwid-countdown .is-countdown .countdown-row .countdown-section {
                font-size: inherit;
                width: auto;
                text-align: center
            }

                .wp-block-getwid-countdown .is-countdown .countdown-row .countdown-section .countdown-amount {
                    font-size: inherit
                }

                .wp-block-getwid-countdown .is-countdown .countdown-row .countdown-section .countdown-period {
                    display: block;
                    line-height: 1.4;
                    font-size: 12px
                }

@media screen and (min-width:768px) {
    .wp-block-getwid-countdown .is-countdown .countdown-row .countdown-section .countdown-period {
        font-size: 14px
    }
}

@media screen and (min-width:992px) {
    .wp-block-getwid-countdown .is-countdown .countdown-row .countdown-section .countdown-period {
        font-size: 16px
    }
}

.wp-block-getwid-countdown.has-inner-paddings-small .countdown-section {
    padding: 10px
}

.wp-block-getwid-countdown.has-inner-paddings-medium .countdown-section {
    padding: 15px
}

.wp-block-getwid-countdown.has-inner-paddings-normal .countdown-section {
    padding: 20px
}

.wp-block-getwid-countdown.has-inner-paddings-large .countdown-section {
    padding: 30px
}

.wp-block-getwid-countdown.has-spacing-small .wp-block-getwid-countdown__content {
    margin-left: -5px;
    margin-right: -5px
}

.wp-block-getwid-countdown.has-spacing-small .countdown-section {
    margin: 0 5px 10px
}

.wp-block-getwid-countdown.has-spacing-medium .wp-block-getwid-countdown__content {
    margin-left: -10px;
    margin-right: -10px
}

.wp-block-getwid-countdown.has-spacing-medium .countdown-section {
    margin: 0 10px 20px
}

.wp-block-getwid-countdown.has-spacing-normal .wp-block-getwid-countdown__content {
    margin-left: -15px;
    margin-right: -15px
}

.wp-block-getwid-countdown.has-spacing-normal .countdown-section {
    margin: 0 15px 30px
}

.wp-block-getwid-countdown.has-spacing-large .wp-block-getwid-countdown__content {
    margin-left: -20px;
    margin-right: -20px
}

.wp-block-getwid-countdown.has-spacing-large .countdown-section {
    margin: 0 20px 40px
}
/*!
 * getwid-content-timeline
 */ .wp-block-getwid-content-timeline {
    position: relative
}

.wp-block-getwid-content-timeline__line {
    width: 2px;
    position: absolute;
    margin: 0 auto;
    background-color: #f5f5f5;
    transform: translateX(-50%)
}

@media (min-width:992px) {
    .wp-block-getwid-content-timeline__line {
        left: 50%
    }
}

.wp-block-getwid-content-timeline__bar {
    position: absolute;
    width: 100%;
    background-color: currentColor
}

.wp-block-getwid-content-timeline__wrapper > .wp-block-getwid-content-timeline-item {
    width: 100%;
    position: relative
}

    .wp-block-getwid-content-timeline__wrapper > .wp-block-getwid-content-timeline-item:last-child {
        margin-bottom: 0 !important
    }

.wp-block-getwid-content-timeline-item {
    margin-bottom: 20px
}

@media screen and (min-width:992px) {
    .wp-block-getwid-content-timeline-item.is-hidden {
        visibility: hidden
    }
}

@media screen and (min-width:992px) {
    .wp-block-getwid-content-timeline-item.has-card-right .wp-block-getwid-content-timeline-item__wrapper, .wp-block-getwid-content-timeline-item:nth-child(2n) .wp-block-getwid-content-timeline-item__wrapper {
        flex-direction: row-reverse
    }

    .wp-block-getwid-content-timeline-item.has-card-right .wp-block-getwid-content-timeline-item__meta, .wp-block-getwid-content-timeline-item:nth-child(2n) .wp-block-getwid-content-timeline-item__meta {
        text-align: right
    }

    .wp-block-getwid-content-timeline-item.has-card-right .wp-block-getwid-content-timeline-item__card:after, .wp-block-getwid-content-timeline-item:nth-child(2n) .wp-block-getwid-content-timeline-item__card:after {
        left: 0
    }
}

.wp-block-getwid-content-timeline-item.is-active .wp-block-getwid-content-timeline-item__point-content {
    border-color: currentColor
}

@media screen and (min-width:992px) {
    .wp-block-getwid-content-timeline-item.has-card-left .wp-block-getwid-content-timeline-item__wrapper {
        flex-direction: row
    }

    .wp-block-getwid-content-timeline-item.has-card-left .wp-block-getwid-content-timeline-item__meta {
        text-align: left
    }

    .wp-block-getwid-content-timeline-item.has-card-left .wp-block-getwid-content-timeline-item__card:after {
        left: 100%
    }
}

.wp-block-getwid-content-timeline-item__wrapper {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    position: relative
}

@media screen and (min-width:992px) {
    .wp-block-getwid-content-timeline-item__wrapper {
        flex-direction: row
    }
}

.wp-block-getwid-content-timeline-item__image-wrapper {
    position: relative;
    padding-top: 56.25%;
    width: 100%
}

    .wp-block-getwid-content-timeline-item__image-wrapper .wp-block-getwid-content-timeline-item__image {
        display: block;
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1
    }

.wp-block-getwid-content-timeline-item__card {
    position: relative;
    filter: drop-shadow(0 0 5px rgba(40,40,40,.1));
    border-radius: 7px;
    flex: 0 1 100%;
    background-color: #fff
}

@media screen and (min-width:992px) {
    .wp-block-getwid-content-timeline-item__card {
        flex: 1 1 50%
    }
}

.wp-block-getwid-content-timeline-item__card:after {
    content: "";
    background-color: inherit;
    width: 13px;
    height: 13px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%) rotate(-45deg);
    left: 0
}

@media screen and (min-width:992px) {
    .wp-block-getwid-content-timeline-item__card:after {
        left: 100%
    }
}

.wp-block-getwid-content-timeline-item__card-wrapper {
    border-radius: inherit;
    background-color: inherit;
    overflow: hidden
}

.wp-block-getwid-content-timeline-item__content-wrapper {
    padding: 25px
}

@media screen and (min-width:992px) {
    .wp-block-getwid-content-timeline-item__content-wrapper {
        padding: 40px
    }
}

.wp-block-getwid-content-timeline-item__content-wrapper.has-no-content:empty {
    display: none
}

@media screen and (min-width:992px) {
    .wp-block-getwid-content-timeline-item__content-wrapper.has-no-content {
        display: none
    }
}

.wp-block-getwid-content-timeline-item__meta {
    display: none
}

@media screen and (min-width:992px) {
    .wp-block-getwid-content-timeline-item__meta {
        display: block;
        flex: 1 1 50%
    }
}

.wp-block-getwid-content-timeline-item__meta-content {
    text-align: inherit
}

.wp-block-getwid-content-timeline-item .wp-block-getwid-content-timeline-item__mobile-meta + h1, .wp-block-getwid-content-timeline-item .wp-block-getwid-content-timeline-item__mobile-meta + h2, .wp-block-getwid-content-timeline-item .wp-block-getwid-content-timeline-item__mobile-meta + h3, .wp-block-getwid-content-timeline-item .wp-block-getwid-content-timeline-item__mobile-meta + h4, .wp-block-getwid-content-timeline-item .wp-block-getwid-content-timeline-item__mobile-meta + h5, .wp-block-getwid-content-timeline-item .wp-block-getwid-content-timeline-item__mobile-meta + h6 {
    margin-top: .5em
}

@media screen and (min-width:992px) {
    .wp-block-getwid-content-timeline-item .wp-block-getwid-content-timeline-item__mobile-meta + h1, .wp-block-getwid-content-timeline-item .wp-block-getwid-content-timeline-item__mobile-meta + h2, .wp-block-getwid-content-timeline-item .wp-block-getwid-content-timeline-item__mobile-meta + h3, .wp-block-getwid-content-timeline-item .wp-block-getwid-content-timeline-item__mobile-meta + h4, .wp-block-getwid-content-timeline-item .wp-block-getwid-content-timeline-item__mobile-meta + h5, .wp-block-getwid-content-timeline-item .wp-block-getwid-content-timeline-item__mobile-meta + h6 {
        margin-top: 0
    }
}

@media screen and (min-width:992px) {
    .wp-block-getwid-content-timeline-item .wp-block-getwid-content-timeline-item__mobile-meta {
        display: none
    }
}

.wp-block-getwid-content-timeline-item__point {
    flex: 1 0 auto;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    transform: translateX(-50%)
}

@media screen and (max-width:991px) {
    .wp-block-getwid-content-timeline-item__point {
        margin-left: 0 !important
    }
}

@media screen and (min-width:992px) {
    .wp-block-getwid-content-timeline-item__point {
        margin-left: 20px;
        margin-right: 20px;
        transform: none
    }
}

.wp-block-getwid-content-timeline-item__point-content {
    width: inherit;
    height: inherit;
    position: relative;
    background-color: #fff;
    border: 2px solid #dee3e6;
    border-radius: 50%;
    box-sizing: border-box
}

@media screen and (min-width:992px) {
    .slideInSides .wp-block-getwid-content-timeline-item__card {
        animation: fadeInLeftShort 1s
    }

    .slideInSides .wp-block-getwid-content-timeline-item__point-content {
        animation: getwidTimelinePointBounce .75s
    }

    .slideInSides .wp-block-getwid-content-timeline-item__meta {
        animation: fadeInRightShort 1s
    }

    .slideInSides.has-card-right .wp-block-getwid-content-timeline-item__meta, .slideInSides:nth-child(2n) .wp-block-getwid-content-timeline-item__meta {
        animation: fadeInLeftShort 1s
    }

    .slideInSides.has-card-left .wp-block-getwid-content-timeline-item__meta, .slideInSides.has-card-right .wp-block-getwid-content-timeline-item__card, .slideInSides:nth-child(2n) .wp-block-getwid-content-timeline-item__card {
        animation: fadeInRightShort 1s
    }

    .slideInSides.has-card-left .wp-block-getwid-content-timeline-item__card {
        animation: fadeInLeftShort 1s
    }
}

@media screen and (min-width:992px) {
    .slideInBottom .wp-block-getwid-content-timeline-item__card, .slideInBottom .wp-block-getwid-content-timeline-item__meta {
        animation: fadeInUpShort 1s
    }
}

@media screen and (min-width:992px) {
    .fadeIn .wp-block-getwid-content-timeline-item__card, .fadeIn .wp-block-getwid-content-timeline-item__meta {
        animation: getwidFadeIn 1.5s
    }
}
/*!
 * getwid-table
 */ .wp-block-getwid-table table {
    width: 100%
}

.wp-block-getwid-table figcaption {
    text-align: center
}

.wp-block-getwid-table.has-horizontal-align-left td, .wp-block-getwid-table.has-horizontal-align-left th {
    text-align: left
}

.wp-block-getwid-table.has-horizontal-align-center td, .wp-block-getwid-table.has-horizontal-align-center th {
    text-align: center
}

.wp-block-getwid-table.has-horizontal-align-right td, .wp-block-getwid-table.has-horizontal-align-right th {
    text-align: right
}

.wp-block-getwid-table.has-vertical-align-top td, .wp-block-getwid-table.has-vertical-align-top th {
    vertical-align: top
}

.wp-block-getwid-table.has-vertical-align-middle td, .wp-block-getwid-table.has-vertical-align-middle th {
    vertical-align: middle
}

.wp-block-getwid-table.has-vertical-align-bottom td, .wp-block-getwid-table.has-vertical-align-bottom th {
    vertical-align: bottom
}

.wp-block-getwid-table.has-table-layout-fixed table {
    table-layout: fixed
}

.wp-block-getwid-table.has-table-layout-auto table {
    table-layout: auto
}

.wp-block-getwid-table.has-border-collapse-collapse table {
    border-collapse: collapse
}

.wp-block-getwid-table.has-border-collapse-separate table {
    border-collapse: separate
}
/*!
 * getwid-table-of-contents
 */ .wp-block-getwid-table-of-contents.is-style-none ul {
    list-style: none
}

.wp-block-getwid-table-of-contents.is-style-none li {
    padding-left: 0;
    margin-left: 0
}

    .wp-block-getwid-table-of-contents.is-style-none li:after, .wp-block-getwid-table-of-contents.is-style-none li:before {
        display: none
    }

.wp-block-getwid-table-of-contents.is-style-none .wp-block-getwid-table-of-contents__list {
    padding: 0;
    margin: 0
}

    .wp-block-getwid-table-of-contents.is-style-none .wp-block-getwid-table-of-contents__list > li {
        padding-left: 0;
        margin-left: 0
    }

.wp-block-getwid-table-of-contents.is-style-unordered ul {
    list-style: outside disc;
    margin-left: 1em;
    padding-left: 0
}

.wp-block-getwid-table-of-contents.is-style-unordered li {
    padding-left: 0;
    margin-left: 0
}

    .wp-block-getwid-table-of-contents.is-style-unordered li:after, .wp-block-getwid-table-of-contents.is-style-unordered li:before {
        display: none
    }

.wp-block-getwid-table-of-contents.is-style-ordered .wp-block-getwid-table-of-contents__list {
    margin-left: 0;
    padding-left: 0
}

.wp-block-getwid-table-of-contents.is-style-ordered ol {
    counter-reset: item;
    list-style: none
}

.wp-block-getwid-table-of-contents.is-style-ordered li {
    padding-left: 0;
    margin-left: 0
}

    .wp-block-getwid-table-of-contents.is-style-ordered li:after {
        display: none
    }

    .wp-block-getwid-table-of-contents.is-style-ordered li:before {
        content: counters(item,".") ".";
        counter-increment: item;
        margin-right: .5em
    }
/*!
 * getwid-common-styles
 */ @keyframes slideInDownShort {
    0% {
        transform: translate3d(0,-100px,0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInDownShort {
    animation-name: slideInDownShort
}

@keyframes slideInLeftShort {
    0% {
        transform: translate3d(-100px,0,0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInLeftShort {
    animation-name: slideInLeftShort
}

@keyframes slideInRightShort {
    0% {
        transform: translate3d(100px,0,0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInRightShort {
    animation-name: slideInRightShort
}

@keyframes slideInUpShort {
    0% {
        transform: translate3d(0,100px,0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInUpShort {
    animation-name: slideInUpShort
}

@keyframes bounceInDownShort {
    0%,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0,-100px,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0,25px,0)
    }

    75% {
        transform: translate3d(0,-10px,0)
    }

    90% {
        transform: translate3d(0,5px,0)
    }

    to {
        transform: translateZ(0)
    }
}

.bounceInDownShort {
    animation-name: bounceInDownShort
}

@keyframes bounceInLeftShort {
    0%,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-100px,0,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px,0,0)
    }

    75% {
        transform: translate3d(-10px,0,0)
    }

    90% {
        transform: translate3d(5px,0,0)
    }

    to {
        transform: translateZ(0)
    }
}

.bounceInLeftShort {
    animation-name: bounceInLeftShort
}

@keyframes bounceInRightShort {
    0%,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(100px,0,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px,0,0)
    }

    75% {
        transform: translate3d(10px,0,0)
    }

    90% {
        transform: translate3d(-5px,0,0)
    }

    to {
        transform: translateZ(0)
    }
}

.bounceInRightShort {
    animation-name: bounceInRightShort
}

@keyframes bounceInUpShort {
    0%,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0,100px,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0,-20px,0)
    }

    75% {
        transform: translate3d(0,10px,0)
    }

    90% {
        transform: translate3d(0,-5px,0)
    }

    to {
        transform: translateZ(0)
    }
}

.bounceInUpShort {
    animation-name: bounceInUpShort
}

@keyframes fadeInDownShort {
    0% {
        opacity: 0;
        transform: translate3d(0,-100px,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInDownShort {
    animation-name: fadeInDownShort
}

@keyframes fadeInLeftShort {
    0% {
        opacity: 0;
        transform: translate3d(-100px,0,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInLeftShort {
    animation-name: fadeInLeftShort
}

@keyframes fadeInRightShort {
    0% {
        opacity: 0;
        transform: translate3d(100px,0,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInRightShort {
    animation-name: fadeInRightShort
}

@keyframes fadeInUpShort {
    0% {
        opacity: 0;
        transform: translate3d(0,100px,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInUpShort {
    animation-name: fadeInUpShort
}

@keyframes lightSpeedInShort {
    0% {
        transform: translate3d(400px,0,0) skewX(-30deg);
        opacity: 0
    }

    60% {
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        transform: skewX(-5deg)
    }

    to {
        transform: translateZ(0)
    }
}

.lightSpeedInShort {
    animation-name: lightSpeedInShort;
    animation-timing-function: ease-out
}

@keyframes getwidPulseAnimation {
    0% {
        transform: scale(1);
        opacity: 1
    }

    to {
        transform: scale(1.5);
        opacity: 0
    }
}

@keyframes getwidTimelinePointBounce {
    0% {
        opacity: 0;
        transform: scale(.5)
    }

    60% {
        opacity: 1;
        transform: scale(1.2)
    }

    to {
        transform: scale(1)
    }
}

@keyframes getwidFadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.wp-block-getwid-images-slider.is-carousel .slick-list, .wp-block-getwid-post-carousel.is-carousel .slick-list {
    margin: 0 -5px
}

.wp-block-getwid-images-slider.is-carousel .slick-slide, .wp-block-getwid-post-carousel.is-carousel .slick-slide {
    margin: 0 5px
}

.wp-block-getwid-images-slider.has-slides-gap-none .slick-list, .wp-block-getwid-images-slider.has-slides-gap-none .slick-slide, .wp-block-getwid-post-carousel.has-slides-gap-none .slick-list, .wp-block-getwid-post-carousel.has-slides-gap-none .slick-slide {
    margin: 0
}

.wp-block-getwid-images-slider.has-slides-gap-small .slick-list, .wp-block-getwid-post-carousel.has-slides-gap-small .slick-list {
    margin: 0 -5px
}

.wp-block-getwid-images-slider.has-slides-gap-small .slick-slide, .wp-block-getwid-post-carousel.has-slides-gap-small .slick-slide {
    margin: 0 5px
}

.wp-block-getwid-images-slider.has-slides-gap-normal .slick-list, .wp-block-getwid-post-carousel.has-slides-gap-normal .slick-list {
    margin: 0 -10px
}

.wp-block-getwid-images-slider.has-slides-gap-normal .slick-slide, .wp-block-getwid-post-carousel.has-slides-gap-normal .slick-slide {
    margin: 0 10px
}

.wp-block-getwid-images-slider.has-slides-gap-large .slick-list, .wp-block-getwid-post-carousel.has-slides-gap-large .slick-list {
    margin: 0 -20px
}

.wp-block-getwid-images-slider.has-slides-gap-large .slick-slide, .wp-block-getwid-post-carousel.has-slides-gap-large .slick-slide {
    margin: 0 20px
}

.wp-block-getwid-images-slider.has-slides-gap-huge .slick-list, .wp-block-getwid-post-carousel.has-slides-gap-huge .slick-list {
    margin: 0 -30px
}

.wp-block-getwid-images-slider.has-slides-gap-huge .slick-slide, .wp-block-getwid-post-carousel.has-slides-gap-huge .slick-slide {
    margin: 0 30px
}

.wp-block-getwid-content-slider .slick-next, .wp-block-getwid-content-slider .slick-prev, .wp-block-getwid-images-slider .slick-next, .wp-block-getwid-images-slider .slick-prev, .wp-block-getwid-media-text-slider .slick-next, .wp-block-getwid-media-text-slider .slick-prev, .wp-block-getwid-post-carousel .slick-next, .wp-block-getwid-post-carousel .slick-prev, .wp-block-getwid-post-slider .slick-next, .wp-block-getwid-post-slider .slick-prev {
    z-index: 1;
    background-color: transparent
}

    .wp-block-getwid-content-slider .slick-next:before, .wp-block-getwid-content-slider .slick-prev:before, .wp-block-getwid-images-slider .slick-next:before, .wp-block-getwid-images-slider .slick-prev:before, .wp-block-getwid-media-text-slider .slick-next:before, .wp-block-getwid-media-text-slider .slick-prev:before, .wp-block-getwid-post-carousel .slick-next:before, .wp-block-getwid-post-carousel .slick-prev:before, .wp-block-getwid-post-slider .slick-next:before, .wp-block-getwid-post-slider .slick-prev:before {
        color: #000
    }

    .wp-block-getwid-content-slider .slick-next:focus, .wp-block-getwid-content-slider .slick-next:hover, .wp-block-getwid-content-slider .slick-prev:focus, .wp-block-getwid-content-slider .slick-prev:hover, .wp-block-getwid-images-slider .slick-next:focus, .wp-block-getwid-images-slider .slick-next:hover, .wp-block-getwid-images-slider .slick-prev:focus, .wp-block-getwid-images-slider .slick-prev:hover, .wp-block-getwid-media-text-slider .slick-next:focus, .wp-block-getwid-media-text-slider .slick-next:hover, .wp-block-getwid-media-text-slider .slick-prev:focus, .wp-block-getwid-media-text-slider .slick-prev:hover, .wp-block-getwid-post-carousel .slick-next:focus, .wp-block-getwid-post-carousel .slick-next:hover, .wp-block-getwid-post-carousel .slick-prev:focus, .wp-block-getwid-post-carousel .slick-prev:hover, .wp-block-getwid-post-slider .slick-next:focus, .wp-block-getwid-post-slider .slick-next:hover, .wp-block-getwid-post-slider .slick-prev:focus, .wp-block-getwid-post-slider .slick-prev:hover {
        text-decoration: none
    }

.wp-block-getwid-content-slider .slick-dotted.slick-slider, .wp-block-getwid-images-slider .slick-dotted.slick-slider, .wp-block-getwid-media-text-slider .slick-dotted.slick-slider, .wp-block-getwid-post-carousel .slick-dotted.slick-slider, .wp-block-getwid-post-slider .slick-dotted.slick-slider {
    margin-bottom: 0;
    padding-bottom: 30px
}

.wp-block-getwid-content-slider .slick-dots, .wp-block-getwid-images-slider .slick-dots, .wp-block-getwid-media-text-slider .slick-dots, .wp-block-getwid-post-carousel .slick-dots, .wp-block-getwid-post-slider .slick-dots {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    bottom: 0
}

    .wp-block-getwid-content-slider .slick-dots li, .wp-block-getwid-images-slider .slick-dots li, .wp-block-getwid-media-text-slider .slick-dots li, .wp-block-getwid-post-carousel .slick-dots li, .wp-block-getwid-post-slider .slick-dots li {
        margin: 0 5px
    }

.wp-block-getwid-content-slider.has-arrows-inside, .wp-block-getwid-images-slider.has-arrows-inside, .wp-block-getwid-media-text-slider.has-arrows-inside, .wp-block-getwid-post-carousel.has-arrows-inside, .wp-block-getwid-post-slider.has-arrows-inside {
    padding-left: 0;
    padding-right: 0
}

    .wp-block-getwid-content-slider.has-arrows-inside .slick-next, .wp-block-getwid-content-slider.has-arrows-inside .slick-prev, .wp-block-getwid-images-slider.has-arrows-inside .slick-next, .wp-block-getwid-images-slider.has-arrows-inside .slick-prev, .wp-block-getwid-media-text-slider.has-arrows-inside .slick-next, .wp-block-getwid-media-text-slider.has-arrows-inside .slick-prev, .wp-block-getwid-post-carousel.has-arrows-inside .slick-next, .wp-block-getwid-post-carousel.has-arrows-inside .slick-prev, .wp-block-getwid-post-slider.has-arrows-inside .slick-next, .wp-block-getwid-post-slider.has-arrows-inside .slick-prev {
        text-shadow: 0 0 3px rgba(0,0,0,.5)
    }

        .wp-block-getwid-content-slider.has-arrows-inside .slick-next:before, .wp-block-getwid-content-slider.has-arrows-inside .slick-prev:before, .wp-block-getwid-images-slider.has-arrows-inside .slick-next:before, .wp-block-getwid-images-slider.has-arrows-inside .slick-prev:before, .wp-block-getwid-media-text-slider.has-arrows-inside .slick-next:before, .wp-block-getwid-media-text-slider.has-arrows-inside .slick-prev:before, .wp-block-getwid-post-carousel.has-arrows-inside .slick-next:before, .wp-block-getwid-post-carousel.has-arrows-inside .slick-prev:before, .wp-block-getwid-post-slider.has-arrows-inside .slick-next:before, .wp-block-getwid-post-slider.has-arrows-inside .slick-prev:before {
            color: #fff
        }

    .wp-block-getwid-content-slider.has-arrows-inside .slick-prev, .wp-block-getwid-images-slider.has-arrows-inside .slick-prev, .wp-block-getwid-media-text-slider.has-arrows-inside .slick-prev, .wp-block-getwid-post-carousel.has-arrows-inside .slick-prev, .wp-block-getwid-post-slider.has-arrows-inside .slick-prev {
        left: 25px
    }

    .wp-block-getwid-content-slider.has-arrows-inside .slick-next, .wp-block-getwid-images-slider.has-arrows-inside .slick-next, .wp-block-getwid-media-text-slider.has-arrows-inside .slick-next, .wp-block-getwid-post-carousel.has-arrows-inside .slick-next, .wp-block-getwid-post-slider.has-arrows-inside .slick-next {
        right: 25px
    }

.wp-block-getwid-content-slider.has-dots-inside .slick-dotted.slick-slider, .wp-block-getwid-images-slider.has-dots-inside .slick-dotted.slick-slider, .wp-block-getwid-media-text-slider.has-dots-inside .slick-dotted.slick-slider, .wp-block-getwid-post-carousel.has-dots-inside .slick-dotted.slick-slider, .wp-block-getwid-post-slider.has-dots-inside .slick-dotted.slick-slider {
    margin-bottom: 0;
    padding-bottom: 0
}

.wp-block-getwid-content-slider.has-dots-inside .slick-dots, .wp-block-getwid-images-slider.has-dots-inside .slick-dots, .wp-block-getwid-media-text-slider.has-dots-inside .slick-dots, .wp-block-getwid-post-carousel.has-dots-inside .slick-dots, .wp-block-getwid-post-slider.has-dots-inside .slick-dots {
    bottom: 20px
}

    .wp-block-getwid-content-slider.has-dots-inside .slick-dots li .slick-active, .wp-block-getwid-images-slider.has-dots-inside .slick-dots li .slick-active, .wp-block-getwid-media-text-slider.has-dots-inside .slick-dots li .slick-active, .wp-block-getwid-post-carousel.has-dots-inside .slick-dots li .slick-active, .wp-block-getwid-post-slider.has-dots-inside .slick-dots li .slick-active {
        color: #fff
    }

    .wp-block-getwid-content-slider.has-dots-inside .slick-dots li button, .wp-block-getwid-images-slider.has-dots-inside .slick-dots li button, .wp-block-getwid-media-text-slider.has-dots-inside .slick-dots li button, .wp-block-getwid-post-carousel.has-dots-inside .slick-dots li button, .wp-block-getwid-post-slider.has-dots-inside .slick-dots li button {
        text-shadow: 0 0 3px rgba(0,0,0,.5)
    }

        .wp-block-getwid-content-slider.has-dots-inside .slick-dots li button:before, .wp-block-getwid-images-slider.has-dots-inside .slick-dots li button:before, .wp-block-getwid-media-text-slider.has-dots-inside .slick-dots li button:before, .wp-block-getwid-post-carousel.has-dots-inside .slick-dots li button:before, .wp-block-getwid-post-slider.has-dots-inside .slick-dots li button:before {
            color: #fff
        }

.wp-block-getwid-content-slider.alignfull .slick-list, .wp-block-getwid-images-slider.alignfull .slick-list, .wp-block-getwid-media-text-slider.alignfull .slick-list, .wp-block-getwid-post-carousel.alignfull .slick-list, .wp-block-getwid-post-slider.alignfull .slick-list {
    margin: 0
}

.wp-block-getwid-content-slider.alignfull.has-arrows-ouside .slick-prev, .wp-block-getwid-content-slider.alignfull.has-arrows-outside .slick-prev, .wp-block-getwid-images-slider.alignfull.has-arrows-ouside .slick-prev, .wp-block-getwid-images-slider.alignfull.has-arrows-outside .slick-prev, .wp-block-getwid-media-text-slider.alignfull.has-arrows-ouside .slick-prev, .wp-block-getwid-media-text-slider.alignfull.has-arrows-outside .slick-prev, .wp-block-getwid-post-carousel.alignfull.has-arrows-ouside .slick-prev, .wp-block-getwid-post-carousel.alignfull.has-arrows-outside .slick-prev, .wp-block-getwid-post-slider.alignfull.has-arrows-ouside .slick-prev, .wp-block-getwid-post-slider.alignfull.has-arrows-outside .slick-prev {
    left: 25px
}

.wp-block-getwid-content-slider.alignfull.has-arrows-ouside .slick-next, .wp-block-getwid-content-slider.alignfull.has-arrows-outside .slick-next, .wp-block-getwid-images-slider.alignfull.has-arrows-ouside .slick-next, .wp-block-getwid-images-slider.alignfull.has-arrows-outside .slick-next, .wp-block-getwid-media-text-slider.alignfull.has-arrows-ouside .slick-next, .wp-block-getwid-media-text-slider.alignfull.has-arrows-outside .slick-next, .wp-block-getwid-post-carousel.alignfull.has-arrows-ouside .slick-next, .wp-block-getwid-post-carousel.alignfull.has-arrows-outside .slick-next, .wp-block-getwid-post-slider.alignfull.has-arrows-ouside .slick-next, .wp-block-getwid-post-slider.alignfull.has-arrows-outside .slick-next {
    right: 25px
}

@media screen and (min-width:768px) and (max-width:991px) {
    .fs-tablet-50 .wp-block-getwid-advanced-heading__content, .fs-tablet-50 .wp-block-getwid-countdown__content {
        font-size: 50%
    }
}

@media screen and (max-width:767px) {
    .fs-mobile-50 .wp-block-getwid-advanced-heading__content, .fs-mobile-50 .wp-block-getwid-countdown__content {
        font-size: 50%
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .fs-tablet-60 .wp-block-getwid-advanced-heading__content, .fs-tablet-60 .wp-block-getwid-countdown__content {
        font-size: 60%
    }
}

@media screen and (max-width:767px) {
    .fs-mobile-60 .wp-block-getwid-advanced-heading__content, .fs-mobile-60 .wp-block-getwid-countdown__content {
        font-size: 60%
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .fs-tablet-70 .wp-block-getwid-advanced-heading__content, .fs-tablet-70 .wp-block-getwid-countdown__content {
        font-size: 70%
    }
}

@media screen and (max-width:767px) {
    .fs-mobile-70 .wp-block-getwid-advanced-heading__content, .fs-mobile-70 .wp-block-getwid-countdown__content {
        font-size: 70%
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .fs-tablet-80 .wp-block-getwid-advanced-heading__content, .fs-tablet-80 .wp-block-getwid-countdown__content {
        font-size: 80%
    }
}

@media screen and (max-width:767px) {
    .fs-mobile-80 .wp-block-getwid-advanced-heading__content, .fs-mobile-80 .wp-block-getwid-countdown__content {
        font-size: 80%
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .fs-tablet-90 .wp-block-getwid-advanced-heading__content, .fs-tablet-90 .wp-block-getwid-countdown__content {
        font-size: 90%
    }
}

@media screen and (max-width:767px) {
    .fs-mobile-90 .wp-block-getwid-advanced-heading__content, .fs-mobile-90 .wp-block-getwid-countdown__content {
        font-size: 90%
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .fs-tablet-100 .wp-block-getwid-advanced-heading__content, .fs-tablet-100 .wp-block-getwid-countdown__content {
        font-size: 100%
    }
}

@media screen and (max-width:767px) {
    .fs-mobile-100 .wp-block-getwid-advanced-heading__content, .fs-mobile-100 .wp-block-getwid-countdown__content {
        font-size: 100%
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .fs-tablet-110 .wp-block-getwid-advanced-heading__content, .fs-tablet-110 .wp-block-getwid-countdown__content {
        font-size: 110%
    }
}

@media screen and (max-width:767px) {
    .fs-mobile-110 .wp-block-getwid-advanced-heading__content, .fs-mobile-110 .wp-block-getwid-countdown__content {
        font-size: 110%
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .fs-tablet-120 .wp-block-getwid-advanced-heading__content, .fs-tablet-120 .wp-block-getwid-countdown__content {
        font-size: 120%
    }
}

@media screen and (max-width:767px) {
    .fs-mobile-120 .wp-block-getwid-advanced-heading__content, .fs-mobile-120 .wp-block-getwid-countdown__content {
        font-size: 120%
    }
}

[data-animation] .wp-block-getwid-icon-box__icon-wrapper, [data-animation].wp-block-getwid-icon__wrapper, [data-animation] .wp-block-getwid-image-box__image-wrapper {
    transition: .3s ease;
    transform: none
}

[data-animation=slideTop]:hover .wp-block-getwid-icon-box__icon-wrapper, [data-animation=slideTop]:hover.wp-block-getwid-icon__wrapper, [data-animation=slideTop]:hover .wp-block-getwid-image-box__image-wrapper {
    transform: translateY(-10px)
}

[data-animation=slideBottom]:hover .wp-block-getwid-icon-box__icon-wrapper, [data-animation=slideBottom]:hover.wp-block-getwid-icon__wrapper, [data-animation=slideBottom]:hover .wp-block-getwid-image-box__image-wrapper {
    transform: translateY(10px)
}

[data-animation=slideLeft]:hover .wp-block-getwid-icon-box__icon-wrapper, [data-animation=slideLeft]:hover.wp-block-getwid-icon__wrapper, [data-animation=slideLeft]:hover .wp-block-getwid-image-box__image-wrapper {
    transform: translateX(-10px)
}

[data-animation=slideRight]:hover .wp-block-getwid-icon-box__icon-wrapper, [data-animation=slideRight]:hover.wp-block-getwid-icon__wrapper, [data-animation=slideRight]:hover .wp-block-getwid-image-box__image-wrapper {
    transform: translateX(10px)
}

[data-animation=zoomSmall]:hover .wp-block-getwid-icon-box__icon-wrapper, [data-animation=zoomSmall]:hover.wp-block-getwid-icon__wrapper, [data-animation=zoomSmall]:hover .wp-block-getwid-image-box__image-wrapper {
    transform: scale(1.05)
}

[data-animation=zoomBig]:hover .wp-block-getwid-icon-box__icon-wrapper, [data-animation=zoomBig]:hover.wp-block-getwid-icon__wrapper, [data-animation=zoomBig]:hover .wp-block-getwid-image-box__image-wrapper {
    transform: scale(1.2)
}

.getwid-columns {
    margin-left: -30px;
    margin-right: -30px;
    display: flex;
    flex-wrap: wrap
}

.getwid-columns-1 > * {
    padding-left: 30px;
    padding-right: 30px;
    margin-right: 0;
    margin-left: 0;
    width: 100%
}

@media screen and (min-width:992px) {
    .getwid-columns-1 > * {
        width: 100%
    }
}

.getwid-columns-2 > * {
    padding-left: 30px;
    padding-right: 30px;
    margin-right: 0;
    margin-left: 0;
    width: 100%
}

@media screen and (min-width:992px) {
    .getwid-columns-2 > * {
        width: 50%
    }
}

.getwid-columns-3 > * {
    padding-left: 30px;
    padding-right: 30px;
    margin-right: 0;
    margin-left: 0;
    width: 100%
}

@media screen and (min-width:992px) {
    .getwid-columns-3 > * {
        width: 33.33333%
    }
}

.getwid-columns-4 > * {
    padding-left: 30px;
    padding-right: 30px;
    margin-right: 0;
    margin-left: 0;
    width: 100%
}

@media screen and (min-width:992px) {
    .getwid-columns-4 > * {
        width: 25%
    }
}

.getwid-columns-5 > * {
    padding-left: 30px;
    padding-right: 30px;
    margin-right: 0;
    margin-left: 0;
    width: 100%
}

@media screen and (min-width:992px) {
    .getwid-columns-5 > * {
        width: 20%
    }
}

.getwid-columns-6 > * {
    padding-left: 30px;
    padding-right: 30px;
    margin-right: 0;
    margin-left: 0;
    width: 100%
}

@media screen and (min-width:992px) {
    .getwid-columns-6 > * {
        width: 16.66667%
    }
}

.getwid-columns-7 > * {
    padding-left: 30px;
    padding-right: 30px;
    margin-right: 0;
    margin-left: 0;
    width: 100%
}

@media screen and (min-width:992px) {
    .getwid-columns-7 > * {
        width: 14.28571%
    }
}

.getwid-columns-8 > * {
    padding-left: 30px;
    padding-right: 30px;
    margin-right: 0;
    margin-left: 0;
    width: 100%
}

@media screen and (min-width:992px) {
    .getwid-columns-8 > * {
        width: 12.5%
    }
}

.getwid-columns-9 > * {
    padding-left: 30px;
    padding-right: 30px;
    margin-right: 0;
    margin-left: 0;
    width: 100%
}

@media screen and (min-width:992px) {
    .getwid-columns-9 > * {
        width: 11.11111%
    }
}

.getwid-columns-10 > * {
    padding-left: 30px;
    padding-right: 30px;
    margin-right: 0;
    margin-left: 0;
    width: 100%
}

@media screen and (min-width:992px) {
    .getwid-columns-10 > * {
        width: 10%
    }
}

.getwid-columns-11 > * {
    padding-left: 30px;
    padding-right: 30px;
    margin-right: 0;
    margin-left: 0;
    width: 100%
}

@media screen and (min-width:992px) {
    .getwid-columns-11 > * {
        width: 9.09091%
    }
}

.getwid-columns-12 > * {
    padding-left: 30px;
    padding-right: 30px;
    margin-right: 0;
    margin-left: 0;
    width: 100%
}

@media screen and (min-width:992px) {
    .getwid-columns-12 > * {
        width: 8.33333%
    }
}

@media screen and (min-width:992px) {
    .getwid-hide-desktop {
        display: none
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .getwid-hide-tablet {
        display: none
    }
}

@media screen and (max-width:767px) {
    .getwid-hide-mobile {
        display: none
    }
}

.getwid-padding-top-small {
    padding-top: 10px
}

.getwid-padding-top-medium {
    padding-top: 25px
}

.getwid-padding-top-normal {
    padding-top: 40px
}

.getwid-padding-top-large {
    padding-top: 60px
}

.getwid-padding-top-none {
    padding-top: 0 !important
}

.getwid-padding-bottom-small {
    padding-bottom: 10px
}

.getwid-padding-bottom-medium {
    padding-bottom: 25px
}

.getwid-padding-bottom-normal {
    padding-bottom: 40px
}

.getwid-padding-bottom-large {
    padding-bottom: 60px
}

.getwid-padding-bottom-none {
    padding-bottom: 0 !important
}

.getwid-padding-left-small {
    padding-left: 10px
}

.getwid-padding-left-medium {
    padding-left: 25px
}

.getwid-padding-left-normal {
    padding-left: 40px
}

.getwid-padding-left-large {
    padding-left: 60px
}

.getwid-padding-left-none {
    padding-left: 0 !important
}

.getwid-padding-right-small {
    padding-right: 10px
}

.getwid-padding-right-medium {
    padding-right: 25px
}

.getwid-padding-right-normal {
    padding-right: 40px
}

.getwid-padding-right-large {
    padding-right: 60px
}

.getwid-padding-right-none {
    padding-right: 0 !important
}

@media screen and (max-width:991px) {
    .getwid-padding-tablet-top-small {
        padding-top: 10px !important
    }
}

@media screen and (max-width:991px) {
    .getwid-padding-tablet-top-medium {
        padding-top: 25px !important
    }
}

@media screen and (max-width:991px) {
    .getwid-padding-tablet-top-normal {
        padding-top: 40px !important
    }
}

@media screen and (max-width:991px) {
    .getwid-padding-tablet-top-large {
        padding-top: 60px !important
    }
}

@media screen and (max-width:991px) {
    .getwid-padding-tablet-top-none {
        padding-top: 0 !important
    }
}

@media screen and (max-width:991px) {
    .getwid-padding-tablet-bottom-small {
        padding-bottom: 10px !important
    }
}

@media screen and (max-width:991px) {
    .getwid-padding-tablet-bottom-medium {
        padding-bottom: 25px !important
    }
}

@media screen and (max-width:991px) {
    .getwid-padding-tablet-bottom-normal {
        padding-bottom: 40px !important
    }
}

@media screen and (max-width:991px) {
    .getwid-padding-tablet-bottom-large {
        padding-bottom: 60px !important
    }
}

@media screen and (max-width:991px) {
    .getwid-padding-tablet-bottom-none {
        padding-bottom: 0 !important
    }
}

@media screen and (max-width:991px) {
    .getwid-padding-tablet-left-small {
        padding-left: 10px !important
    }
}

@media screen and (max-width:991px) {
    .getwid-padding-tablet-left-medium {
        padding-left: 25px !important
    }
}

@media screen and (max-width:991px) {
    .getwid-padding-tablet-left-normal {
        padding-left: 40px !important
    }
}

@media screen and (max-width:991px) {
    .getwid-padding-tablet-left-large {
        padding-left: 60px !important
    }
}

@media screen and (max-width:991px) {
    .getwid-padding-tablet-left-none {
        padding-left: 0 !important
    }
}

@media screen and (max-width:991px) {
    .getwid-padding-tablet-right-small {
        padding-right: 10px !important
    }
}

@media screen and (max-width:991px) {
    .getwid-padding-tablet-right-medium {
        padding-right: 25px !important
    }
}

@media screen and (max-width:991px) {
    .getwid-padding-tablet-right-normal {
        padding-right: 40px !important
    }
}

@media screen and (max-width:991px) {
    .getwid-padding-tablet-right-large {
        padding-right: 60px !important
    }
}

@media screen and (max-width:991px) {
    .getwid-padding-tablet-right-none {
        padding-right: 0 !important
    }
}

@media screen and (max-width:767px) {
    .getwid-padding-mobile-top-small {
        padding-top: 10px !important
    }
}

@media screen and (max-width:767px) {
    .getwid-padding-mobile-top-medium {
        padding-top: 25px !important
    }
}

@media screen and (max-width:767px) {
    .getwid-padding-mobile-top-normal {
        padding-top: 40px !important
    }
}

@media screen and (max-width:767px) {
    .getwid-padding-mobile-top-large {
        padding-top: 60px !important
    }
}

@media screen and (max-width:767px) {
    .getwid-padding-mobile-top-none {
        padding-top: 0 !important
    }
}

@media screen and (max-width:767px) {
    .getwid-padding-mobile-bottom-small {
        padding-bottom: 10px !important
    }
}

@media screen and (max-width:767px) {
    .getwid-padding-mobile-bottom-medium {
        padding-bottom: 25px !important
    }
}

@media screen and (max-width:767px) {
    .getwid-padding-mobile-bottom-normal {
        padding-bottom: 40px !important
    }
}

@media screen and (max-width:767px) {
    .getwid-padding-mobile-bottom-large {
        padding-bottom: 60px !important
    }
}

@media screen and (max-width:767px) {
    .getwid-padding-mobile-bottom-none {
        padding-bottom: 0 !important
    }
}

@media screen and (max-width:767px) {
    .getwid-padding-mobile-left-small {
        padding-left: 10px !important
    }
}

@media screen and (max-width:767px) {
    .getwid-padding-mobile-left-medium {
        padding-left: 25px !important
    }
}

@media screen and (max-width:767px) {
    .getwid-padding-mobile-left-normal {
        padding-left: 40px !important
    }
}

@media screen and (max-width:767px) {
    .getwid-padding-mobile-left-large {
        padding-left: 60px !important
    }
}

@media screen and (max-width:767px) {
    .getwid-padding-mobile-left-none {
        padding-left: 0 !important
    }
}

@media screen and (max-width:767px) {
    .getwid-padding-mobile-right-small {
        padding-right: 10px !important
    }
}

@media screen and (max-width:767px) {
    .getwid-padding-mobile-right-medium {
        padding-right: 25px !important
    }
}

@media screen and (max-width:767px) {
    .getwid-padding-mobile-right-normal {
        padding-right: 40px !important
    }
}

@media screen and (max-width:767px) {
    .getwid-padding-mobile-right-large {
        padding-right: 60px !important
    }
}

@media screen and (max-width:767px) {
    .getwid-padding-mobile-right-none {
        padding-right: 0 !important
    }
}

.getwid-margin-top-small {
    margin-top: 10px !important
}

.getwid-margin-top-medium {
    margin-top: 25px !important
}

.getwid-margin-top-normal {
    margin-top: 40px !important
}

.getwid-margin-top-large {
    margin-top: 60px !important
}

.getwid-margin-top-none {
    margin-top: 0 !important
}

.getwid-margin-bottom-small {
    margin-bottom: 10px !important
}

.getwid-margin-bottom-medium {
    margin-bottom: 25px !important
}

.getwid-margin-bottom-normal {
    margin-bottom: 40px !important
}

.getwid-margin-bottom-large {
    margin-bottom: 60px !important
}

.getwid-margin-bottom-none {
    margin-bottom: 0 !important
}

.getwid-margin-left-small {
    margin-left: 10px
}

.getwid-margin-left-medium {
    margin-left: 25px
}

.getwid-margin-left-normal {
    margin-left: 40px
}

.getwid-margin-left-large {
    margin-left: 60px
}

.getwid-margin-left-none {
    margin-left: 0 !important
}

.getwid-margin-right-small {
    margin-right: 10px
}

.getwid-margin-right-medium {
    margin-right: 25px
}

.getwid-margin-right-normal {
    margin-right: 40px
}

.getwid-margin-right-large {
    margin-right: 60px
}

.getwid-margin-right-none {
    margin-right: 0 !important
}

@media screen and (max-width:991px) {
    .getwid-margin-tablet-top-small {
        margin-top: 10px !important
    }
}

@media screen and (max-width:991px) {
    .getwid-margin-tablet-top-medium {
        margin-top: 25px !important
    }
}

@media screen and (max-width:991px) {
    .getwid-margin-tablet-top-normal {
        margin-top: 40px !important
    }
}

@media screen and (max-width:991px) {
    .getwid-margin-tablet-top-large {
        margin-top: 60px !important
    }
}

@media screen and (max-width:991px) {
    .getwid-margin-tablet-top-none {
        margin-top: 0 !important
    }
}

@media screen and (max-width:991px) {
    .getwid-margin-tablet-bottom-small {
        margin-bottom: 10px !important
    }
}

@media screen and (max-width:991px) {
    .getwid-margin-tablet-bottom-medium {
        margin-bottom: 25px !important
    }
}

@media screen and (max-width:991px) {
    .getwid-margin-tablet-bottom-normal {
        margin-bottom: 40px !important
    }
}

@media screen and (max-width:991px) {
    .getwid-margin-tablet-bottom-large {
        margin-bottom: 60px !important
    }
}

@media screen and (max-width:991px) {
    .getwid-margin-tablet-bottom-none {
        margin-bottom: 0 !important
    }
}

@media screen and (max-width:991px) {
    .getwid-margin-tablet-left-small {
        margin-left: 10px !important
    }
}

@media screen and (max-width:991px) {
    .getwid-margin-tablet-left-medium {
        margin-left: 25px !important
    }
}

@media screen and (max-width:991px) {
    .getwid-margin-tablet-left-normal {
        margin-left: 40px !important
    }
}

@media screen and (max-width:991px) {
    .getwid-margin-tablet-left-large {
        margin-left: 60px !important
    }
}

@media screen and (max-width:991px) {
    .getwid-margin-tablet-left-none {
        margin-left: 0 !important
    }
}

@media screen and (max-width:991px) {
    .getwid-margin-tablet-right-small {
        margin-right: 10px !important
    }
}

@media screen and (max-width:991px) {
    .getwid-margin-tablet-right-medium {
        margin-right: 25px !important
    }
}

@media screen and (max-width:991px) {
    .getwid-margin-tablet-right-normal {
        margin-right: 40px !important
    }
}

@media screen and (max-width:991px) {
    .getwid-margin-tablet-right-large {
        margin-right: 60px !important
    }
}

@media screen and (max-width:991px) {
    .getwid-margin-tablet-right-none {
        margin-right: 0 !important
    }
}

@media screen and (max-width:767px) {
    .getwid-margin-mobile-top-small {
        margin-top: 10px !important
    }
}

@media screen and (max-width:767px) {
    .getwid-margin-mobile-top-medium {
        margin-top: 25px !important
    }
}

@media screen and (max-width:767px) {
    .getwid-margin-mobile-top-normal {
        margin-top: 40px !important
    }
}

@media screen and (max-width:767px) {
    .getwid-margin-mobile-top-large {
        margin-top: 60px !important
    }
}

@media screen and (max-width:767px) {
    .getwid-margin-mobile-top-none {
        margin-top: 0 !important
    }
}

@media screen and (max-width:767px) {
    .getwid-margin-mobile-bottom-small {
        margin-bottom: 10px !important
    }
}

@media screen and (max-width:767px) {
    .getwid-margin-mobile-bottom-medium {
        margin-bottom: 25px !important
    }
}

@media screen and (max-width:767px) {
    .getwid-margin-mobile-bottom-normal {
        margin-bottom: 40px !important
    }
}

@media screen and (max-width:767px) {
    .getwid-margin-mobile-bottom-large {
        margin-bottom: 60px !important
    }
}

@media screen and (max-width:767px) {
    .getwid-margin-mobile-bottom-none {
        margin-bottom: 0 !important
    }
}

@media screen and (max-width:767px) {
    .getwid-margin-mobile-left-small {
        margin-left: 10px !important
    }
}

@media screen and (max-width:767px) {
    .getwid-margin-mobile-left-medium {
        margin-left: 25px !important
    }
}

@media screen and (max-width:767px) {
    .getwid-margin-mobile-left-normal {
        margin-left: 40px !important
    }
}

@media screen and (max-width:767px) {
    .getwid-margin-mobile-left-large {
        margin-left: 60px !important
    }
}

@media screen and (max-width:767px) {
    .getwid-margin-mobile-left-none {
        margin-left: 0 !important
    }
}

@media screen and (max-width:767px) {
    .getwid-margin-mobile-right-small {
        margin-right: 10px !important
    }
}

@media screen and (max-width:767px) {
    .getwid-margin-mobile-right-medium {
        margin-right: 25px !important
    }
}

@media screen and (max-width:767px) {
    .getwid-margin-mobile-right-normal {
        margin-right: 40px !important
    }
}

@media screen and (max-width:767px) {
    .getwid-margin-mobile-right-large {
        margin-right: 60px !important
    }
}

@media screen and (max-width:767px) {
    .getwid-margin-mobile-right-none {
        margin-right: 0 !important
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .getwid-reset-min-height-tablet {
        min-height: auto !important
    }
}

@media screen and (max-width:767px) {
    .getwid-reset-min-height-mobile {
        min-height: auto !important
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .getwid-reset-height-tablet {
        height: auto !important
    }
}

@media screen and (max-width:767px) {
    .getwid-reset-height-mobile {
        height: auto !important
    }
}

.getwid-align-items-flex-start {
    align-items: flex-start
}

.getwid-align-items-center {
    align-items: center
}

.getwid-align-items-flex-end {
    align-items: flex-end
}

@media screen and (max-width:991px) {
    .getwid-align-items-tablet-flex-start {
        align-items: flex-start
    }
}

@media screen and (max-width:991px) {
    .getwid-align-items-tablet-center {
        align-items: center
    }
}

@media screen and (max-width:991px) {
    .getwid-align-items-tablet-flex-end {
        align-items: flex-end
    }
}

@media screen and (max-width:767px) {
    .getwid-align-items-mobile-flex-start {
        align-items: flex-start
    }
}

@media screen and (max-width:767px) {
    .getwid-align-items-mobile-center {
        align-items: center
    }
}

@media screen and (max-width:767px) {
    .getwid-align-items-mobile-flex-end {
        align-items: flex-end
    }
}

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

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

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

@media screen and (max-width:991px) {
    .getwid-justify-content-tablet-flex-start {
        justify-content: flex-start
    }
}

@media screen and (max-width:991px) {
    .getwid-justify-content-tablet-center {
        justify-content: center
    }
}

@media screen and (max-width:991px) {
    .getwid-justify-content-tablet-flex-end {
        justify-content: flex-end
    }
}

@media screen and (max-width:767px) {
    .getwid-justify-content-mobile-flex-start {
        justify-content: flex-start
    }
}

@media screen and (max-width:767px) {
    .getwid-justify-content-mobile-center {
        justify-content: center
    }
}

@media screen and (max-width:767px) {
    .getwid-justify-content-mobile-flex-end {
        justify-content: flex-end
    }
}

.getwid-icon {
    font-style: normal
}

.getwid-icon-like {
    font-family: Font Awesome\ 5 Free;
    font-weight: 900
}

    .getwid-icon-like:before {
        content: "\f004"
    }

.getwid-icon-comment {
    font-family: Font Awesome\ 5 Free;
    font-weight: 900
}

    .getwid-icon-comment:before {
        content: "\f075"
    }

.getwid-opacity-0 {
    opacity: 0
}

.getwid-opacity-5 {
    opacity: .05
}

.getwid-opacity-10 {
    opacity: .1
}

.getwid-opacity-15 {
    opacity: .15
}

.getwid-opacity-20 {
    opacity: .2
}

.getwid-opacity-25 {
    opacity: .25
}

.getwid-opacity-30 {
    opacity: .3
}

.getwid-opacity-35 {
    opacity: .35
}

.getwid-opacity-40 {
    opacity: .4
}

.getwid-opacity-45 {
    opacity: .45
}

.getwid-opacity-50 {
    opacity: .5
}

.getwid-opacity-55 {
    opacity: .55
}

.getwid-opacity-60 {
    opacity: .6
}

.getwid-opacity-65 {
    opacity: .65
}

.getwid-opacity-70 {
    opacity: .7
}

.getwid-opacity-75 {
    opacity: .75
}

.getwid-opacity-80 {
    opacity: .8
}

.getwid-opacity-85 {
    opacity: .85
}

.getwid-opacity-90 {
    opacity: .9
}

.getwid-opacity-95 {
    opacity: .95
}

.getwid-opacity-100 {
    opacity: 1
}