@import url(/css/fonts_googleapis_Raleway.css);
@import url(/css/fonts_googleapis_Kaushan.css);

/*@charset "UTF-8";*/
#start-resizable-editor-section {
    display: none
}

.wp-block-audio figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-audio audio {
    width: 100%;
    min-width: 300px
}

.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border: none;
    border-radius: 1.55em;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    padding: .667em 1.333em;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word
}

.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited {
    color: #fff
}

.wp-block-button__link.aligncenter {
    text-align: center
}

.wp-block-button__link.alignright {
    text-align: right
}

.wp-block-buttons>.wp-block-button.has-custom-width {
    max-width: none
}

.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
    width: 100%
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
    width: calc(25% - .5em)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
    width: calc(50% - .5em)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-75 {
    width: calc(75% - .5em)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-100 {
    margin-right: 0;
    width: 100%
}

.wp-block-button.is-style-squared,
.wp-block-button__link.wp-block-button.is-style-squared {
    border-radius: 0
}

.wp-block-button.no-border-radius,
.wp-block-button__link.no-border-radius {
    border-radius: 0 !important
}

.is-style-outline>.wp-block-button__link,
.wp-block-button__link.is-style-outline {
    border: 2px solid
}

.is-style-outline>.wp-block-button__link:not(.has-text-color),
.wp-block-button__link.is-style-outline:not(.has-text-color) {
    color: #32373c
}

.is-style-outline>.wp-block-button__link:not(.has-background),
.wp-block-button__link.is-style-outline:not(.has-background) {
    background-color: transparent
}

.wp-block-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.wp-block-buttons.is-vertical {
    flex-direction: column
}

.wp-block-buttons.is-vertical>.wp-block-button {
    margin-right: 0
}

.wp-block-buttons.is-vertical>.wp-block-button:last-child {
    margin-bottom: 0
}

.wp-block-buttons>.wp-block-button {
    display: inline-block;
    margin-left: 0;
    margin-right: .5em;
    margin-bottom: .5em
}

.wp-block-buttons>.wp-block-button:last-child {
    margin-right: 0
}

.wp-block-buttons.is-content-justification-left {
    justify-content: flex-start
}

.wp-block-buttons.is-content-justification-left.is-vertical {
    align-items: flex-start
}

.wp-block-buttons.is-content-justification-center {
    justify-content: center
}

.wp-block-buttons.is-content-justification-center.is-vertical {
    align-items: center
}

.wp-block-buttons.is-content-justification-right {
    justify-content: flex-end
}

.wp-block-buttons.is-content-justification-right>.wp-block-button {
    margin-left: .5em;
    margin-right: 0
}

.wp-block-buttons.is-content-justification-right>.wp-block-button:first-child {
    margin-left: 0
}

.wp-block-buttons.is-content-justification-right.is-vertical {
    align-items: flex-end
}

.wp-block-buttons.is-content-justification-space-between {
    justify-content: space-between
}

.wp-block-buttons.aligncenter {
    text-align: center
}

.wp-block-buttons.alignleft .wp-block-button {
    margin-left: 0;
    margin-right: .5em
}

.wp-block-buttons.alignleft .wp-block-button:last-child {
    margin-right: 0
}

.wp-block-buttons.alignright .wp-block-button {
    margin-right: 0;
    margin-left: .5em
}

.wp-block-buttons.alignright .wp-block-button:first-child {
    margin-left: 0
}

.wp-block-buttons:not(.is-content-justification-space-between, .is-content-justification-right, .is-content-justification-left, .is-content-justification-center) .wp-block-button.aligncenter {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .5em;
    width: 100%
}

.wp-block-calendar {
    text-align: center
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
    padding: .25em;
    border: 1px solid #ddd
}

.wp-block-calendar tfoot td {
    border: none
}

.wp-block-calendar table {
    width: 100%;
    border-collapse: collapse
}

.wp-block-calendar table th {
    font-weight: 400;
    background: #ddd
}

.wp-block-calendar a {
    text-decoration: underline
}

.wp-block-calendar table caption,
.wp-block-calendar table tbody {
    color: #40464d
}

.wp-block-categories.alignleft {
    margin-right: 2em
}

.wp-block-categories.alignright {
    margin-left: 2em
}

.wp-block-code code {
    display: block;
    white-space: pre-wrap;
    overflow-wrap: break-word
}

.wp-block-columns {
    display: flex;
    margin-bottom: 1.75em;
    flex-wrap: wrap
}

@media (min-width:782px) {
    .wp-block-columns {
        flex-wrap: nowrap
    }
}

.wp-block-columns.has-background {
    padding: 1.25em 2.375em
}

.wp-block-columns.are-vertically-aligned-top {
    align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
    align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
    align-items: flex-end
}

.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word
}

@media (max-width:599px) {
    .wp-block-column {
        flex-basis: 100% !important
    }
}

@media (min-width:600px) and (max-width:781px) {
    .wp-block-column:not(:only-child) {
        flex-basis: calc(50% - 1em) !important;
        flex-grow: 0
    }

    .wp-block-column:nth-child(2n) {
        margin-left: 2em
    }
}

@media (min-width:782px) {
    .wp-block-column {
        flex-basis: 0%;
        flex-grow: 1
    }

    .wp-block-column[style*=flex-basis] {
        flex-grow: 0
    }

    .wp-block-column:not(:first-child) {
        margin-left: 2em
    }
}

.wp-block-column.is-vertically-aligned-top {
    align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
    -ms-grid-row-align: center;
    align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
    align-self: flex-end
}

.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
    width: 100%
}

.wp-block-cover,
.wp-block-cover-image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
    box-sizing: border-box
}

.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
    background-attachment: fixed
}

@supports (-webkit-overflow-scrolling:touch) {

    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

@media (prefers-reduced-motion:reduce) {

    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

.wp-block-cover-image.is-repeated,
.wp-block-cover.is-repeated {
    background-repeat: repeat;
    background-size: auto
}

.wp-block-cover-image.has-background-dim:not([class*=-background-color]),
.wp-block-cover.has-background-dim:not([class*=-background-color]) {
    background-color: #000
}

.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
    content: "";
    background-color: inherit
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover .wp-block-cover__gradient-background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
    opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
    opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
    opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
    opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
    opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
    opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
    opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
    opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
    opacity: 1
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    max-width: 420px;
    width: 100%
}

.wp-block-cover-image:after,
.wp-block-cover:after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit
}

@supports ((position:-webkit-sticky) or (position:sticky)) {

    .wp-block-cover-image:after,
    .wp-block-cover:after {
        content: none
    }
}

.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    display: flex
}

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
    width: 100%;
    z-index: 1;
    color: #fff
}

.wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover .wp-block-subhead:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
    color: inherit
}

.wp-block-cover-image.is-position-top-left,
.wp-block-cover.is-position-top-left {
    align-items: flex-start;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-top-center,
.wp-block-cover.is-position-top-center {
    align-items: flex-start;
    justify-content: center
}

.wp-block-cover-image.is-position-top-right,
.wp-block-cover.is-position-top-right {
    align-items: flex-start;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-center-left,
.wp-block-cover.is-position-center-left {
    align-items: center;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-center-center,
.wp-block-cover.is-position-center-center {
    align-items: center;
    justify-content: center
}

.wp-block-cover-image.is-position-center-right,
.wp-block-cover.is-position-center-right {
    align-items: center;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-bottom-left,
.wp-block-cover.is-position-bottom-left {
    align-items: flex-end;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-bottom-center,
.wp-block-cover.is-position-bottom-center {
    align-items: flex-end;
    justify-content: center
}

.wp-block-cover-image.is-position-bottom-right,
.wp-block-cover.is-position-bottom-right {
    align-items: flex-end;
    justify-content: flex-end
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
    margin: 0;
    width: auto
}

.wp-block-cover-image img.wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background,
.wp-block-cover img.wp-block-cover__image-background,
.wp-block-cover video.wp-block-cover__video-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    -o-object-fit: cover;
    object-fit: cover;
    outline: none;
    border: none;
    box-shadow: none
}

.wp-block-cover__image-background,
.wp-block-cover__video-background {
    z-index: 0
}

.wp-block-cover-image-text,
.wp-block-cover-image-text a,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:hover,
.wp-block-cover-text,
.wp-block-cover-text a,
.wp-block-cover-text a:active,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
section.wp-block-cover-image h2,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:hover {
    color: #fff
}

.wp-block-cover-image .wp-block-cover.has-left-content {
    justify-content: flex-start
}

.wp-block-cover-image .wp-block-cover.has-right-content {
    justify-content: flex-end
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
section.wp-block-cover-image.has-left-content>h2 {
    margin-left: 0;
    text-align: left
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
section.wp-block-cover-image.has-right-content>h2 {
    margin-right: 0;
    text-align: right
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
section.wp-block-cover-image>h2 {
    font-size: 2em;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 840px;
    padding: .44em;
    text-align: center
}

.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block[data-align=left]>[data-type="core/embed"],
.wp-block[data-align=right]>[data-type="core/embed"] {
    max-width: 360px;
    width: 100%
}

.wp-block-embed.alignleft .wp-block-embed__wrapper,
.wp-block-embed.alignright .wp-block-embed__wrapper,
.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,
.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper {
    min-width: 280px
}

.wp-block-cover .wp-block-embed {
    min-width: 320px;
    min-height: 240px
}

.wp-block-embed {
    margin-bottom: 1em
}

.wp-block-embed figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-embed iframe {
    max-width: 100%
}

.wp-block-embed__wrapper {
    position: relative
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    padding-top: 42.85%
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
    padding-top: 50%
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding-top: 75%
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
    padding-top: 100%
}

.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
    padding-top: 177.77%
}

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
    padding-top: 200%
}

.wp-block-file {
    margin-bottom: 1.5em
}

.wp-block-file.aligncenter {
    text-align: center
}

.wp-block-file.alignright {
    text-align: right
}

.wp-block-file .wp-block-file__button {
    background: #32373c;
    border-radius: 2em;
    color: #fff;
    font-size: .8em;
    padding: .5em 1em
}

.wp-block-file a.wp-block-file__button {
    text-decoration: none
}

.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited {
    box-shadow: none;
    color: #fff;
    opacity: .85;
    text-decoration: none
}

.wp-block-file *+.wp-block-file__button {
    margin-left: .75em
}

.blocks-gallery-grid,
.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    margin: 0 1em 1em 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: calc(50% - 1em)
}

.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0
}

.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure,
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
    margin: 0;
    height: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {

    .blocks-gallery-grid .blocks-gallery-image figure,
    .blocks-gallery-grid .blocks-gallery-item figure,
    .wp-block-gallery .blocks-gallery-image figure,
    .wp-block-gallery .blocks-gallery-item figure {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start
    }
}

.blocks-gallery-grid .blocks-gallery-image img,
.blocks-gallery-grid .blocks-gallery-item img,
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {

    .blocks-gallery-grid .blocks-gallery-image img,
    .blocks-gallery-grid .blocks-gallery-item img,
    .wp-block-gallery .blocks-gallery-image img,
    .wp-block-gallery .blocks-gallery-item img {
        width: auto
    }
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 3em .77em .7em;
    color: #fff;
    text-align: center;
    font-size: .8em;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent);
    box-sizing: border-box;
    margin: 0
}

.blocks-gallery-grid .blocks-gallery-image figcaption img,
.blocks-gallery-grid .blocks-gallery-item figcaption img,
.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
    display: inline
}

.blocks-gallery-grid figcaption,
.wp-block-gallery figcaption {
    flex-grow: 1
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.blocks-gallery-grid.is-cropped .blocks-gallery-item img,
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
    width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {

    .blocks-gallery-grid.is-cropped .blocks-gallery-image a,
    .blocks-gallery-grid.is-cropped .blocks-gallery-image img,
    .blocks-gallery-grid.is-cropped .blocks-gallery-item a,
    .blocks-gallery-grid.is-cropped .blocks-gallery-item img,
    .wp-block-gallery.is-cropped .blocks-gallery-image a,
    .wp-block-gallery.is-cropped .blocks-gallery-image img,
    .wp-block-gallery.is-cropped .blocks-gallery-item a,
    .wp-block-gallery.is-cropped .blocks-gallery-item img {
        height: 100%;
        flex: 1;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.blocks-gallery-grid.columns-1 .blocks-gallery-image,
.blocks-gallery-grid.columns-1 .blocks-gallery-item,
.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
    width: 100%;
    margin-right: 0
}

@media (min-width:600px) {

    .blocks-gallery-grid.columns-3 .blocks-gallery-image,
    .blocks-gallery-grid.columns-3 .blocks-gallery-item,
    .wp-block-gallery.columns-3 .blocks-gallery-image,
    .wp-block-gallery.columns-3 .blocks-gallery-item {
        width: calc(33.33333% - .66667em);
        margin-right: 1em
    }

    .blocks-gallery-grid.columns-4 .blocks-gallery-image,
    .blocks-gallery-grid.columns-4 .blocks-gallery-item,
    .wp-block-gallery.columns-4 .blocks-gallery-image,
    .wp-block-gallery.columns-4 .blocks-gallery-item {
        width: calc(25% - .75em);
        margin-right: 1em
    }

    .blocks-gallery-grid.columns-5 .blocks-gallery-image,
    .blocks-gallery-grid.columns-5 .blocks-gallery-item,
    .wp-block-gallery.columns-5 .blocks-gallery-image,
    .wp-block-gallery.columns-5 .blocks-gallery-item {
        width: calc(20% - .8em);
        margin-right: 1em
    }

    .blocks-gallery-grid.columns-6 .blocks-gallery-image,
    .blocks-gallery-grid.columns-6 .blocks-gallery-item,
    .wp-block-gallery.columns-6 .blocks-gallery-image,
    .wp-block-gallery.columns-6 .blocks-gallery-item {
        width: calc(16.66667% - .83333em);
        margin-right: 1em
    }

    .blocks-gallery-grid.columns-7 .blocks-gallery-image,
    .blocks-gallery-grid.columns-7 .blocks-gallery-item,
    .wp-block-gallery.columns-7 .blocks-gallery-image,
    .wp-block-gallery.columns-7 .blocks-gallery-item {
        width: calc(14.28571% - .85714em);
        margin-right: 1em
    }

    .blocks-gallery-grid.columns-8 .blocks-gallery-image,
    .blocks-gallery-grid.columns-8 .blocks-gallery-item,
    .wp-block-gallery.columns-8 .blocks-gallery-image,
    .wp-block-gallery.columns-8 .blocks-gallery-item {
        width: calc(12.5% - .875em);
        margin-right: 1em
    }

    .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),
    .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),
    .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),
    .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),
    .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),
    .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),
    .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),
    .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),
    .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),
    .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
    .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
    .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
    .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
    .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
    .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
    .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
    .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
    .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0
    }
}

.blocks-gallery-grid .blocks-gallery-image:last-child,
.blocks-gallery-grid .blocks-gallery-item:last-child,
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
    margin-right: 0
}

.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
    max-width: 420px;
    width: 100%
}

.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,
.wp-block-gallery.aligncenter .blocks-gallery-item figure {
    justify-content: center
}

.wp-block-group {
    box-sizing: border-box
}

h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
    padding: 1.25em 2.375em
}

.wp-block-image {
    margin-bottom: 1em
}

.wp-block-image img {
    max-width: 100%
}

.wp-block-image:not(.is-style-rounded) img {
    border-radius: inherit
}

.wp-block-image.aligncenter {
    text-align: center
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
    width: 100%
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright {
    display: table
}

.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption {
    display: table-caption;
    caption-side: bottom
}

.wp-block-image .alignleft {
    float: left;
    margin: .5em 1em .5em 0
}

.wp-block-image .alignright {
    float: right;
    margin: .5em 0 .5em 1em
}

.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto
}

.wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-image.is-style-circle-mask img,
.wp-block-image.is-style-rounded img {
    border-radius: 9999px
}

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
    .wp-block-image.is-style-circle-mask img {
        -webkit-mask-image: url('//cdn.xuansiwei.com/zhuxi3452/wp-content/cache/min/1/data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http:/www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-image: url('//cdn.xuansiwei.com/zhuxi3452/wp-content/cache/min/1/data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http:/www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-mode: alpha;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-position: center;
        mask-position: center;
        border-radius: 0
    }
}

.wp-block-latest-comments__comment {
    line-height: 1.1;
    list-style: none;
    margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
    min-height: 2.25em;
    list-style: none
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 3.25em
}

.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
    line-height: 1.5
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: .875em;
    line-height: 1.8;
    margin: .36em 0 1.4em
}

.wp-block-latest-comments__comment-date {
    display: block;
    font-size: .75em
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
    border-radius: 1.5em;
    display: block;
    float: left;
    height: 2.5em;
    margin-right: .75em;
    width: 2.5em
}

.wp-block-latest-posts.alignleft {
    margin-right: 2em
}

.wp-block-latest-posts.alignright {
    margin-left: 2em
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both
}

.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0
}

.wp-block-latest-posts.is-grid li {
    margin: 0 1.25em 1.25em 0;
    width: 100%
}

@media (min-width:600px) {
    .wp-block-latest-posts.columns-2 li {
        width: calc(50% - .625em)
    }

    .wp-block-latest-posts.columns-2 li:nth-child(2n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - .83333em)
    }

    .wp-block-latest-posts.columns-3 li:nth-child(3n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - .9375em)
    }

    .wp-block-latest-posts.columns-4 li:nth-child(4n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 1em)
    }

    .wp-block-latest-posts.columns-5 li:nth-child(5n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 1.04167em)
    }

    .wp-block-latest-posts.columns-6 li:nth-child(6n) {
        margin-right: 0
    }
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
    display: block;
    color: #555;
    font-size: .8125em
}

.wp-block-latest-posts__post-excerpt {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-latest-posts__featured-image a {
    display: inline-block
}

.wp-block-latest-posts__featured-image img {
    height: auto;
    width: auto
}

.wp-block-latest-posts__featured-image.alignleft {
    margin-right: 1em
}

.wp-block-latest-posts__featured-image.alignright {
    margin-left: 1em
}

.wp-block-latest-posts__featured-image.aligncenter {
    margin-bottom: 1em;
    text-align: center
}

.block-editor-image-alignment-control__row .components-base-control__field {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.block-editor-image-alignment-control__row .components-base-control__field .components-base-control__label {
    margin-bottom: 0
}

ol.has-background,
ul.has-background {
    padding: 1.25em 2.375em
}

.wp-block-media-text {
    /*!rtl:begin:ignore*/
    direction: ltr;
    /*!rtl:end:ignore*/
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 1fr;
    grid-template-columns: 50% 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto
}

.wp-block-media-text.has-media-on-the-right {
    -ms-grid-columns: 1fr 50%;
    grid-template-columns: 1fr 50%
}

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
    -ms-grid-row-align: start;
    align-self: start
}

.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,
.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media {
    -ms-grid-row-align: center;
    align-self: center
}

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
    -ms-grid-row-align: end;
    align-self: end
}

.wp-block-media-text .wp-block-media-text__media {
    /*!rtl:begin:ignore*/
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    /*!rtl:end:ignore*/
    margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
    direction: ltr;
    /*!rtl:begin:ignore*/
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    /*!rtl:end:ignore*/
    padding: 0 8%;
    word-break: break-word
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    /*!rtl:begin:ignore*/
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1
        /*!rtl:end:ignore*/
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    /*!rtl:begin:ignore*/
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1
        /*!rtl:end:ignore*/
}

.wp-block-media-text__media img,
.wp-block-media-text__media video {
    max-width: unset;
    width: 100%;
    vertical-align: middle
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media {
    height: 100%;
    min-height: 250px;
    background-size: cover
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media>a {
    display: block;
    height: 100%
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media img {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

@media (max-width:600px) {
    .wp-block-media-text.is-stacked-on-mobile {
        -ms-grid-columns: 100% !important;
        grid-template-columns: 100% !important
    }

    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1
    }

    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 2;
        grid-row: 2
    }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation__container {
    color: #1e1e1e;
    background-color: #fff;
    min-width: 200px
}

.items-justified-left>ul {
    justify-content: flex-start
}

.items-justified-center>ul {
    justify-content: center
}

.items-justified-right>ul {
    justify-content: flex-end
}

.items-justified-space-between>ul {
    justify-content: space-between
}

.wp-block-navigation-link {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0
}

.wp-block-navigation-link .wp-block-navigation__container:empty {
    display: none
}

.wp-block-navigation__container {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap
}

.is-vertical .wp-block-navigation__container {
    display: block
}

.has-child>.wp-block-navigation-link__content {
    padding-right: .5em
}

.has-child .wp-block-navigation__container {
    border: 1px solid rgba(0, 0, 0, .15);
    background-color: inherit;
    color: inherit;
    position: absolute;
    left: 0;
    top: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 2;
    opacity: 0;
    transition: opacity .1s linear;
    visibility: hidden
}

.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__content {
    flex-grow: 1
}

.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__submenu-icon {
    padding-right: .5em
}

@media (min-width:782px) {
    .has-child .wp-block-navigation__container {
        left: 1.5em
    }

    .has-child .wp-block-navigation__container .wp-block-navigation__container {
        left: 100%;
        top: -1px
    }

    .has-child .wp-block-navigation__container .wp-block-navigation__container:before {
        content: "";
        position: absolute;
        right: 100%;
        height: 100%;
        display: block;
        width: .5em;
        background: transparent
    }

    .has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon svg {
        transform: rotate(0)
    }
}

.has-child:hover {
    cursor: pointer
}

.has-child:hover>.wp-block-navigation__container {
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-direction: column
}

.has-child:focus-within {
    cursor: pointer
}

.has-child:focus-within>.wp-block-navigation__container {
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-direction: column
}

.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:active,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:focus,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation__container {
    text-decoration: inherit
}

.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content,
.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:active,
.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:focus {
    text-decoration: none
}

.wp-block-navigation-link__content {
    color: inherit;
    padding: .5em 1em
}

.wp-block-navigation-link__content+.wp-block-navigation-link__content {
    padding-top: 0
}

.has-text-color .wp-block-navigation-link__content {
    color: inherit
}

.wp-block-navigation-link__label {
    word-break: normal;
    overflow-wrap: break-word
}

.wp-block-navigation-link__submenu-icon {
    height: inherit;
    padding: .375em 1em .375em 0
}

.wp-block-navigation-link__submenu-icon svg {
    fill: currentColor
}

@media (min-width:782px) {
    .wp-block-navigation-link__submenu-icon svg {
        transform: rotate(90deg)
    }
}

.is-small-text {
    font-size: .875em
}

.is-regular-text {
    font-size: 1em
}

.is-large-text {
    font-size: 2.25em
}

.is-larger-text {
    font-size: 3em
}

.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    line-height: .68;
    font-weight: 100;
    margin: .05em .1em 0 0;
    text-transform: uppercase;
    font-style: normal
}

p.has-background {
    padding: 1.25em 2.375em
}

p.has-text-color a {
    color: inherit
}

.wp-block-post-author {
    display: flex;
    flex-wrap: wrap
}

.wp-block-post-author__byline {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: .5em
}

.wp-block-post-author__avatar {
    margin-right: 1em
}

.wp-block-post-author__bio {
    margin-bottom: .7em;
    font-size: .7em
}

.wp-block-post-author__content {
    flex-grow: 1;
    flex-basis: 0%
}

.wp-block-post-author__name {
    font-weight: 700;
    margin: 0
}

.wp-block-post-comments-form input[type=submit] {
    color: #fff;
    background-color: #32373c;
    border: none;
    border-radius: 1.55em;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    padding: .667em 1.333em;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word
}

.wp-block-post-comments-form input[type=submit]:active,
.wp-block-post-comments-form input[type=submit]:focus,
.wp-block-post-comments-form input[type=submit]:hover,
.wp-block-post-comments-form input[type=submit]:visited {
    color: #fff
}

.wp-block-preformatted {
    white-space: pre-wrap
}

.wp-block-pullquote {
    padding: 3em 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
    max-width: 420px
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
    font-size: 1.25em
}

.wp-block-pullquote p {
    font-size: 1.75em;
    line-height: 1.6
}

.wp-block-pullquote cite,
.wp-block-pullquote footer {
    position: relative
}

.wp-block-pullquote .has-text-color a {
    color: inherit
}

.wp-block-pullquote:not(.is-style-solid-color) {
    background: none
}

.wp-block-pullquote.is-style-solid-color {
    border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2em
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
    text-transform: none;
    font-style: normal
}

.wp-block-pullquote cite {
    color: inherit
}

.wp-block-query-loop {
    max-width: 100%;
    list-style: none;
    padding: 0
}

.wp-block-query-loop li {
    clear: both
}

.wp-block-query-loop.is-flex-container {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap
}

.wp-block-query-loop.is-flex-container li {
    margin: 0 0 1.25em;
    width: 100%
}

@media (min-width:600px) {
    .wp-block-query-loop.is-flex-container li {
        margin-right: 1.25em
    }

    .wp-block-query-loop.is-flex-container.is-flex-container.columns-2>li {
        width: calc(50% - .625em)
    }

    .wp-block-query-loop.is-flex-container.is-flex-container.columns-2>li:nth-child(2n) {
        margin-right: 0
    }

    .wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li {
        width: calc(33.33333% - .83333em)
    }

    .wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li:nth-child(3n) {
        margin-right: 0
    }

    .wp-block-query-loop.is-flex-container.is-flex-container.columns-4>li {
        width: calc(25% - .9375em)
    }

    .wp-block-query-loop.is-flex-container.is-flex-container.columns-4>li:nth-child(4n) {
        margin-right: 0
    }

    .wp-block-query-loop.is-flex-container.is-flex-container.columns-5>li {
        width: calc(20% - 1em)
    }

    .wp-block-query-loop.is-flex-container.is-flex-container.columns-5>li:nth-child(5n) {
        margin-right: 0
    }

    .wp-block-query-loop.is-flex-container.is-flex-container.columns-6>li {
        width: calc(16.66667% - 1.04167em)
    }

    .wp-block-query-loop.is-flex-container.is-flex-container.columns-6>li:nth-child(6n) {
        margin-right: 0
    }
}

.wp-block-query-pagination {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.wp-block-query-pagination>.wp-block-query-pagination-next,
.wp-block-query-pagination>.wp-block-query-pagination-numbers,
.wp-block-query-pagination>.wp-block-query-pagination-previous {
    display: inline-block;
    margin-right: .5em;
    margin-bottom: .5em
}

.wp-block-query-pagination>.wp-block-query-pagination-next:last-child,
.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,
.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child {
    margin-right: 0
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    margin-bottom: 1em;
    padding: 0 1em
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.6
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
    font-size: 1.125em;
    text-align: right
}

.wp-block-rss.wp-block-rss {
    box-sizing: border-box
}

.wp-block-rss.alignleft {
    margin-right: 2em
}

.wp-block-rss.alignright {
    margin-left: 2em
}

.wp-block-rss.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none
}

.wp-block-rss.is-grid li {
    margin: 0 1em 1em 0;
    width: 100%
}

@media (min-width:600px) {
    .wp-block-rss.columns-2 li {
        width: calc(50% - 1em)
    }

    .wp-block-rss.columns-3 li {
        width: calc(33.33333% - 1em)
    }

    .wp-block-rss.columns-4 li {
        width: calc(25% - 1em)
    }

    .wp-block-rss.columns-5 li {
        width: calc(20% - 1em)
    }

    .wp-block-rss.columns-6 li {
        width: calc(16.66667% - 1em)
    }
}

.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
    display: block;
    color: #555;
    font-size: .8125em
}

.wp-block-search .wp-block-search__button {
    background: #f7f7f7;
    border: 1px solid #ccc;
    padding: .375em .625em;
    color: #32373c;
    margin-left: .625em;
    word-break: normal
}

.wp-block-search .wp-block-search__button.has-icon {
    line-height: 0
}

.wp-block-search .wp-block-search__button svg {
    min-width: 1.5em;
    min-height: 1.5em
}

.wp-block-search .wp-block-search__inside-wrapper {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%
}

.wp-block-search .wp-block-search__label {
    width: 100%
}

.wp-block-search .wp-block-search__input {
    flex-grow: 1;
    min-width: 3em;
    border: 1px solid #949494
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
    margin-left: 0
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    padding: 4px;
    border: 1px solid #949494
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
    border-radius: 0;
    border: none;
    padding: 0 0 0 .25em
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
    outline: none
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
    padding: .125em .5em
}

.wp-block-separator.is-style-wide {
    border-bottom-width: 1px
}

.wp-block-separator.is-style-dots {
    background: none !important;
    border: none;
    text-align: center;
    max-width: none;
    line-height: 1;
    height: auto
}

.wp-block-separator.is-style-dots:before {
    content: "···";
    color: currentColor;
    font-size: 1.5em;
    letter-spacing: 2em;
    padding-left: 2em;
    font-family: serif
}

.wp-block-custom-logo {
    line-height: 0
}

.wp-block-custom-logo .aligncenter {
    display: table
}

.wp-block-custom-logo.is-style-rounded img {
    border-radius: 9999px
}

.wp-block-social-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
    text-indent: 0;
    margin-left: 0
}

.wp-block-social-links .wp-social-link a,
.wp-block-social-links .wp-social-link a:hover {
    text-decoration: none;
    border-bottom: 0;
    box-shadow: none
}

.wp-block-social-links .wp-social-link.wp-social-link.wp-social-link {
    margin: 4px 8px 4px 0
}

.wp-block-social-links .wp-social-link a {
    padding: .25em
}

.wp-block-social-links .wp-social-link svg {
    width: 1em;
    height: 1em
}

.wp-block-social-links.has-small-icon-size {
    font-size: 16px
}

.wp-block-social-links,
.wp-block-social-links.has-normal-icon-size {
    font-size: 24px
}

.wp-block-social-links.has-large-icon-size {
    font-size: 36px
}

.wp-block-social-links.has-huge-icon-size {
    font-size: 48px
}

.wp-block-social-links.aligncenter {
    justify-content: center;
    display: flex
}

.wp-block-social-links.alignright {
    justify-content: flex-end
}

.wp-social-link {
    display: block;
    border-radius: 9999px;
    transition: transform .1s ease;
    height: auto
}

@media (prefers-reduced-motion:reduce) {
    .wp-social-link {
        transition-duration: 0s
    }
}

.wp-social-link a {
    display: block;
    line-height: 0;
    transition: transform .1s ease
}

.wp-social-link a,
.wp-social-link a:active,
.wp-social-link a:hover,
.wp-social-link a:visited,
.wp-social-link svg {
    color: currentColor;
    fill: currentColor
}

.wp-social-link:hover {
    transform: scale(1.1)
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
    background-color: #f0f0f0;
    color: #444
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
    background-color: #f90;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
    background-color: #1ea0c3;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
    background-color: #0757fe;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
    background-color: #1e1f26;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
    background-color: #02e49b;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
    background-color: #e94c89;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
    background-color: #4280ff;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
    background-color: #f45800;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
    background-color: #1778f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
    background-color: #000;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
    background-color: #0461dd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
    background-color: #e65678;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
    background-color: #24292d;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
    background-color: #eceadd;
    color: #382110
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
    background-color: #ea4434;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
    background-color: #f00075;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
    background-color: #e21b24;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
    background-color: #0d66c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
    background-color: #3288d4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
    background-color: #02ab6c;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
    background-color: #f6405f;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon {
    background-color: #ff424d;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
    background-color: #e60122;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
    background-color: #ef4155;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
    background-color: #fe4500;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
    background-color: #0478d7;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
    background-color: #fefc00;
    color: #fff;
    stroke: #000
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
    background-color: #ff5600;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
    background-color: #1bd760;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram {
    background-color: #2aabee;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {
    background-color: #000;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
    background-color: #011835;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
    background-color: #6440a4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
    background-color: #1da1f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
    background-color: #1eb7ea;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
    background-color: #4680c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
    background-color: #3499cd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
    background-color: red;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
    background: none;
    padding: 4px
}

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
    color: #f90
}

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
    color: #1ea0c3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
    color: #0757fe
}

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
    color: #1e1f26
}

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
    color: #02e49b
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
    color: #e94c89
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
    color: #4280ff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
    color: #f45800
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
    color: #1778f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
    color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
    color: #0461dd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
    color: #e65678
}

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
    color: #24292d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
    color: #382110
}

.wp-block-social-links.is-style-logos-only .wp-social-link-google {
    color: #ea4434
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
    color: #f00075
}

.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
    color: #e21b24
}

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
    color: #0d66c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
    color: #3288d4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
    color: #02ab6c
}

.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
    color: #f6405f
}

.wp-block-social-links.is-style-logos-only .wp-social-link-patreon {
    color: #ff424d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
    color: #e60122
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
    color: #ef4155
}

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
    color: #fe4500
}

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
    color: #0478d7
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
    color: #fff;
    stroke: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
    color: #ff5600
}

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
    color: #1bd760
}

.wp-block-social-links.is-style-logos-only .wp-social-link-telegram {
    color: #2aabee
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok {
    color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
    color: #011835
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
    color: #6440a4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
    color: #1da1f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
    color: #1eb7ea
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
    color: #4680c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
    color: #3499cd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
    color: red
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
    width: auto
}

.wp-block-social-links.is-style-pill-shape .wp-social-link a {
    padding-left: .66667em;
    padding-right: .66667em
}

.wp-block-spacer {
    clear: both
}

p.wp-block-subhead {
    font-size: 1.1em;
    font-style: italic;
    opacity: .75
}

.wp-block-tag-cloud.aligncenter {
    text-align: center
}

.wp-block-tag-cloud.alignfull {
    padding-left: 1em;
    padding-right: 1em
}

.wp-block-table {
    overflow-x: auto
}

.wp-block-table table {
    width: 100%
}

.wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%
}

.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
    word-break: break-word
}

.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
    display: table;
    width: auto
}

.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
    word-break: break-word
}

.wp-block-table .has-subtle-light-gray-background-color {
    background-color: #f3f4f5
}

.wp-block-table .has-subtle-pale-green-background-color {
    background-color: #e9fbe5
}

.wp-block-table .has-subtle-pale-blue-background-color {
    background-color: #e7f5fe
}

.wp-block-table .has-subtle-pale-pink-background-color {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
    border-spacing: 0;
    border-collapse: inherit;
    background-color: transparent;
    border-bottom: 1px solid #f0f0f0
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f0f0f0
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
    background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
    background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
    background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
    border-color: transparent
}

.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
    display: flex
}

.wp-block-text-columns .wp-block-column {
    margin: 0 1em;
    padding: 0
}

.wp-block-text-columns .wp-block-column:first-child {
    margin-left: 0
}

.wp-block-text-columns .wp-block-column:last-child {
    margin-right: 0
}

.wp-block-text-columns.columns-2 .wp-block-column {
    width: 50%
}

.wp-block-text-columns.columns-3 .wp-block-column {
    width: 33.33333%
}

.wp-block-text-columns.columns-4 .wp-block-column {
    width: 25%
}

pre.wp-block-verse {
    font-family: inherit;
    overflow: auto;
    white-space: pre-wrap
}

.wp-block-video {
    margin-left: 0;
    margin-right: 0
}

.wp-block-video video {
    width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-video [poster] {
        -o-object-fit: cover;
        object-fit: cover
    }
}

.wp-block-video.aligncenter {
    text-align: center
}

.wp-block-video figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-post-featured-image a {
    display: inline-block
}

.wp-block-post-featured-image img {
    max-width: 100%;
    height: auto
}

:root .has-pale-pink-background-color {
    background-color: #f78da7
}

:root .has-vivid-red-background-color {
    background-color: #cf2e2e
}

:root .has-luminous-vivid-orange-background-color {
    background-color: #ff6900
}

:root .has-luminous-vivid-amber-background-color {
    background-color: #fcb900
}

:root .has-light-green-cyan-background-color {
    background-color: #7bdcb5
}

:root .has-vivid-green-cyan-background-color {
    background-color: #00d084
}

:root .has-pale-cyan-blue-background-color {
    background-color: #8ed1fc
}

:root .has-vivid-cyan-blue-background-color {
    background-color: #0693e3
}

:root .has-vivid-purple-background-color {
    background-color: #9b51e0
}

:root .has-white-background-color {
    background-color: #fff
}

:root .has-very-light-gray-background-color {
    background-color: #eee
}

:root .has-cyan-bluish-gray-background-color {
    background-color: #abb8c3
}

:root .has-very-dark-gray-background-color {
    background-color: #313131
}

:root .has-black-background-color {
    background-color: #000
}

:root .has-pale-pink-color {
    color: #f78da7
}

:root .has-vivid-red-color {
    color: #cf2e2e
}

:root .has-luminous-vivid-orange-color {
    color: #ff6900
}

:root .has-luminous-vivid-amber-color {
    color: #fcb900
}

:root .has-light-green-cyan-color {
    color: #7bdcb5
}

:root .has-vivid-green-cyan-color {
    color: #00d084
}

:root .has-pale-cyan-blue-color {
    color: #8ed1fc
}

:root .has-vivid-cyan-blue-color {
    color: #0693e3
}

:root .has-vivid-purple-color {
    color: #9b51e0
}

:root .has-white-color {
    color: #fff
}

:root .has-very-light-gray-color {
    color: #eee
}

:root .has-cyan-bluish-gray-color {
    color: #abb8c3
}

:root .has-very-dark-gray-color {
    color: #313131
}

:root .has-black-color {
    color: #000
}

:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: linear-gradient(135deg, #0693e3, #9b51e0)
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
    background: linear-gradient(135deg, #00d084, #0693e3)
}

:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: linear-gradient(135deg, #7adcb4, #00d082)
}

:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: linear-gradient(135deg, #fcb900, #ff6900)
}

:root .has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: linear-gradient(135deg, #ff6900, #cf2e2e)
}

:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: linear-gradient(135deg, #eee, #a9b8c3)
}

:root .has-cool-to-warm-spectrum-gradient-background {
    background: linear-gradient(135deg, #4aeadc, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c)
}

:root .has-blush-light-purple-gradient-background {
    background: linear-gradient(135deg, #ffceec, #9896f0)
}

:root .has-blush-bordeaux-gradient-background {
    background: linear-gradient(135deg, #fecda5, #fe2d2d 50%, #6b003e)
}

:root .has-purple-crush-gradient-background {
    background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
}

:root .has-luminous-dusk-gradient-background {
    background: linear-gradient(135deg, #ffcb70, #c751c0 50%, #4158d0)
}

:root .has-hazy-dawn-gradient-background {
    background: linear-gradient(135deg, #faaca8, #dad0ec)
}

:root .has-pale-ocean-gradient-background {
    background: linear-gradient(135deg, #fff5cb, #b6e3d4 50%, #33a7b5)
}

:root .has-electric-grass-gradient-background {
    background: linear-gradient(135deg, #caf880, #71ce7e)
}

:root .has-subdued-olive-gradient-background {
    background: linear-gradient(135deg, #fafae1, #67a671)
}

:root .has-atomic-cream-gradient-background {
    background: linear-gradient(135deg, #fdd79a, #004a59)
}

:root .has-nightshade-gradient-background {
    background: linear-gradient(135deg, #330968, #31cdcf)
}

:root .has-midnight-gradient-background {
    background: linear-gradient(135deg, #020381, #2874fc)
}

:root .has-link-color a {
    color: #00e;
    color: var(--wp--style--color--link, #00e)
}

.has-small-font-size {
    font-size: .8125em
}

.has-normal-font-size,
.has-regular-font-size {
    font-size: 1em
}

.has-medium-font-size {
    font-size: 1.25em
}

.has-large-font-size {
    font-size: 2.25em
}

.has-huge-font-size,
.has-larger-font-size {
    font-size: 2.625em
}

.has-text-align-center {
    text-align: center
}

.has-text-align-left {
    text-align: left
}

.has-text-align-right {
    text-align: right
}

#end-resizable-editor-section {
    display: none
}

.aligncenter {
    clear: both
}

.wp-block-uagb-advanced-heading {
    padding: 0;
    margin: 0 auto
}

.wp-block-uagb-advanced-heading .uagb-heading-text {
    margin: 0;
    text-align: center
}

.wp-block-uagb-advanced-heading .uagb-separator-wrap {
    font-size: 0;
    text-align: center
}

.wp-block-uagb-advanced-heading .uagb-separator {
    border-top-style: solid;
    display: inline-block;
    border-top-width: 2px;
    width: 5%;
    margin: 0 0 10px 0
}

.wp-block-uagb-advanced-heading .uagb-desc-text {
    margin: 0;
    text-align: center
}

.uagb-column__wrap {
    position: relative;
    overflow: hidden
}

.uagb-column__wrap .uagb-column__inner-wrap {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
    width: 100%
}

.uagb-column__wrap.uagb-column__align-left .uagb-column__inner-wrap {
    margin-left: 0;
    margin-right: auto
}

.uagb-column__wrap.uagb-column__align-right .uagb-column__inner-wrap {
    margin-left: auto;
    margin-right: 0
}

.uagb-column__wrap .uagb-column__overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute
}

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

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

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

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

    .uagb-column__align-tablet-right .uagb-column__inner-wrap {
        margin-left: auto;
        margin-right: 0
    }
}

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

    .uagb-column__align-mobile-right .uagb-column__inner-wrap {
        margin-left: auto;
        margin-right: 0
    }
}

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

.uagb-columns__wrap {
    position: relative
}

.uagb-columns__wrap .uagb-columns__inner-wrap {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2
}

.uagb-columns__wrap .uagb-columns__overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute
}

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

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

.uagb-columns__wrap .uagb-column__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

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

.uagb-columns__wrap .uagb-columns__shape-top {
    top: -3px
}

.uagb-columns__wrap .uagb-columns__shape-bottom {
    bottom: -3px
}

.uagb-columns__wrap .uagb-columns__shape[data-negative="false"].uagb-columns__shape-bottom {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.uagb-columns__wrap .uagb-columns__shape[data-negative="true"].uagb-columns__shape-top {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.uagb-columns__wrap .uagb-columns__shape.uagb-columns__shape-flip svg {
    transform: translateX(-50%) rotateY(180deg)
}

.uagb-columns__wrap .uagb-columns__shape svg {
    display: block;
    width: -webkit-calc(100% + 1.3px);
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.uagb-columns__wrap .uagb-columns__shape .uagb-columns__shape-fill {
    fill: #333;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

.uagb-columns__wrap .uagb-columns__shape.uagb-columns__shape-above-content {
    z-index: 9;
    pointer-events: none
}

.uagb-columns__valign-center .uagb-column__wrap,
.uagb-columns__valign-middle .uagb-column__wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.uagb-columns__valign-top .uagb-column__wrap {
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start
}

.uagb-columns__valign-bottom .uagb-column__wrap {
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end
}

.uagb-columns__inner-wrap {
    display: flex;
    flex-wrap: nowrap
}

.uagb-columns__columns-1>.uagb-column__wrap {
    width: 100%
}

.uagb-columns__columns-2>.uagb-column__wrap {
    width: 50%
}

.uagb-columns__columns-3>.uagb-column__wrap {
    width: 33.33%
}

.uagb-columns__columns-4>.uagb-column__wrap {
    width: 25%
}

.uagb-columns__columns-5>.uagb-column__wrap {
    width: 20%
}

.uagb-columns__columns-6>.uagb-column__wrap {
    width: 16.66%
}

.uagb-columns__gap-nogap>.wp-block[data-type="uagb/column"] .uagb-column__inner-wrap {
    padding: 0
}

.uagb-columns__gap-default>.wp-block[data-type="uagb/column"] .uagb-column__inner-wrap {
    padding: 10px
}

.uagb-columns__gap-narrow>.wp-block[data-type="uagb/column"] .uagb-column__inner-wrap {
    padding: 5px
}

.uagb-columns__gap-extended>.wp-block[data-type="uagb/column"] .uagb-column__inner-wrap {
    padding: 15px
}

.uagb-columns__gap-wide>.wp-block[data-type="uagb/column"] .uagb-column__inner-wrap {
    padding: 20px
}

.uagb-columns__gap-wider>.wp-block[data-type="uagb/column"] .uagb-column__inner-wrap {
    padding: 30px
}

@media (max-width:976px) {

    .uagb-columns__stack-tablet>.uagb-columns__columns-1>.uagb-column__wrap,
    .uagb-columns__stack-tablet>.uagb-columns__columns-2>.uagb-column__wrap,
    .uagb-columns__stack-tablet>.uagb-columns__columns-3>.uagb-column__wrap,
    .uagb-columns__stack-tablet>.uagb-columns__columns-4>.uagb-column__wrap,
    .uagb-columns__stack-tablet>.uagb-columns__columns-5>.uagb-column__wrap,
    .uagb-columns__stack-tablet>.uagb-columns__columns-6>.uagb-column__wrap {
        width: 100% !important
    }

    .uagb-columns__stack-tablet>.uagb-columns__inner-wrap {
        display: block
    }

    .uagb-columns__stack-tablet.uagb-columns__reverse-tablet .uagb-columns__inner-wrap {
        display: flex;
        flex-direction: column-reverse
    }

    .uagb-columns__reverse-tablet .uagb-columns__inner-wrap {
        display: flex;
        flex-direction: row-reverse
    }
}

@media (max-width:767px) {

    .uagb-columns__stack-mobile>.uagb-columns__columns-1>.uagb-column__wrap,
    .uagb-columns__stack-mobile>.uagb-columns__columns-2>.uagb-column__wrap,
    .uagb-columns__stack-mobile>.uagb-columns__columns-3>.uagb-column__wrap,
    .uagb-columns__stack-mobile>.uagb-columns__columns-4>.uagb-column__wrap,
    .uagb-columns__stack-mobile>.uagb-columns__columns-5>.uagb-column__wrap,
    .uagb-columns__stack-mobile>.uagb-columns__columns-6>.uagb-column__wrap {
        width: 100% !important
    }

    .uagb-columns__stack-mobile>.uagb-columns__inner-wrap {
        display: block
    }

    .uagb-columns__stack-mobile.uagb-columns__reverse-mobile .uagb-columns__inner-wrap {
        display: flex;
        flex-direction: column-reverse
    }

    .uagb-columns__reverse-mobile .uagb-columns__inner-wrap {
        display: flex;
        flex-direction: row-reverse
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .wp-block-uagb-columns.uagb-columns__wrap.uagb-columns__background-image {
        background-attachment: scroll
    }
}

@media (max-width:449px) {
    .uagb-columns__wrap .uagb-column__wrap.uagb-column__background-image {
        background-attachment: scroll !important
    }
}

.wp-block-uagb-blockquote {
    padding: 0;
    margin: 0 auto
}

.wp-block-uagb-blockquote .uagb-blockquote__content,
.wp-block-uagb-blockquote cite.uagb-blockquote__author {
    font-style: normal;
    display: block
}

.wp-block-uagb-blockquote cite.uagb-blockquote__author,
.wp-block-uagb-blockquote .uagb-blockquote__author {
    -ms-flex-item-align: center;
    align-self: center
}

.wp-block-uagb-blockquote .uagb-blockquote__skin-quotation blockquote.uagb-blockquote {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    quotes: none;
    border-left: 0 none;
    border-right: 0 none;
    border-top: 0 none;
    border-bottom: 0 none;
    font-style: normal
}

.wp-block-uagb-blockquote .uagb-blockquote__skin-quotation .uagb-blockquote__icon-wrap {
    position: relative;
    display: inline-block;
    padding: 0;
    z-index: 1;
    background: #333;
    padding: 10px;
    border-radius: 100%;
    margin-right: 10px
}

.wp-block-uagb-blockquote .uagb-blockquote__skin-quotation .uagb-blockquote__icon {
    height: 25px;
    width: 25px;
    display: inline-block;
    float: left
}

.wp-block-uagb-blockquote .uagb-blockquote__skin-quotation .uagb-blockquote__icon svg {
    height: inherit;
    width: inherit;
    display: inherit
}

.wp-block-uagb-blockquote .uagb-blockquote__skin-quotation.uagb-blockquote__style-style_2 .uagb-blockquote__icon-wrap {
    display: inline-block;
    float: left
}

.wp-block-uagb-blockquote blockquote.uagb-blockquote {
    margin: 0;
    padding: 0
}

.wp-block-uagb-blockquote .uagb-blockquote__wrap,
.wp-block-uagb-blockquote .uagb-blockquote__wrap * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.wp-block-uagb-blockquote .uagb-blockquote__style-style_2 .uagb-blockquote__icon-wrap {
    display: inline-block;
    float: left;
    text-align: left
}

.wp-block-uagb-blockquote .uagb-blockquote__separator-parent {
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start
}

.wp-block-uagb-blockquote .uagb-blockquote__with-tweet .uagb-blockquote footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.wp-block-uagb-blockquote .uagb-blockquote a {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none
}

.wp-block-uagb-blockquote .uagb-blockquote a.uagb-blockquote__tweet-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    line-height: 1;
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0;
    color: #1DA1F2;
    background-color: transparent;
    -ms-flex-item-align: center;
    align-self: center
}

.wp-block-uagb-blockquote a.uagb-blockquote__tweet-button svg {
    height: 15px;
    width: 15px;
    margin-right: 5px;
    fill: #fff;
    vertical-align: middle;
    align-self: center
}

.wp-block-uagb-blockquote a.uagb-blockquote__tweet-button,
.wp-block-uagb-blockquote a.uagb-blockquote__tweet-button svg {
    font-style: normal
}

.wp-block-uagb-blockquote .uagb-blockquote__tweet-icon a.uagb-blockquote__tweet-button svg {
    margin-right: 0
}

.wp-block-uagb-blockquote .uagb-blockquote__tweet-icon_text svg {
    margin-right: 10px
}

.wp-block-uagb-blockquote .uagb-blockquote__tweet-icon a.uagb-blockquote__tweet-button {
    padding: 8px
}

.wp-block-uagb-blockquote .uagb-blockquote__tweet-icon_text a.uagb-blockquote__tweet-button,
.wp-block-uagb-blockquote .uagb-blockquote__tweet-text a.uagb-blockquote__tweet-button {
    padding: 10px 14px
}

.wp-block-uagb-blockquote .uagb-blockquote__tweet-style-link a.uagb-blockquote__tweet-button {
    padding: 10px 0
}

.wp-block-uagb-blockquote .uagb-blockquote__tweet-style-classic a.uagb-blockquote__tweet-button,
.wp-block-uagb-blockquote .uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button {
    background-color: #1DA1F2;
    border-radius: 100em;
    color: #fff
}

.wp-block-uagb-blockquote .uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button:before {
    content: '';
    border: solid .5em transparent;
    border-right-color: #1DA1F2;
    position: absolute;
    left: -.8em;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(1, .65);
    -ms-transform: translateY(-50%) scale(1, .65);
    transform: translateY(-50%) scale(1, .65);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s
}

.wp-block-uagb-blockquote .uagb-blockquote__align-right.uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button:before {
    left: auto;
    right: -.8em;
    -webkit-transform: translateY(-50%) scale(1, .65) rotate(180deg);
    -ms-transform: translateY(-50%) scale(1, .65) rotate(180deg);
    transform: translateY(-50%) scale(1, .65) rotate(180deg)
}

.wp-block-uagb-blockquote .uagb-blockquote__align-center.uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button:before {
    left: 50%;
    top: -.8em;
    right: auto;
    -webkit-transform: translateX(-50%) scale(1, .85) rotate(90deg);
    -ms-transform: translateX(-50%) scale(1, .85) rotate(90deg);
    transform: translate(-50%, 10%) scale(1, .85) rotate(90deg)
}

.wp-block-uagb-blockquote .uagb-blockquote__with-tweet.uagb-blockquote__align-center .uagb-blockquote footer,
.wp-block-uagb-blockquote .uagb-blockquote__align-center .uagb-blockquote footer {
    display: block;
    text-align: center
}

.wp-block-uagb-blockquote .uagb-blockquote__align-center a.uagb-blockquote__tweet-button {
    display: block;
    text-align: center;
    margin: 0 auto;
    -ms-flex-item-align: center;
    align-self: center
}

.wp-block-uagb-blockquote .uagb-blockquote__with-tweet.uagb-blockquote__align-right .uagb-blockquote footer,
.wp-block-uagb-blockquote .uagb-blockquote__align-right .uagb-blockquote footer {
    flex-direction: row-reverse
}

.wp-block-uagb-blockquote .uagb-blockquote__author-image {
    align-self: center
}

.wp-block-uagb-blockquote .uagb-blockquote__author-image img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin-right: 10px
}

.wp-block-uagb-blockquote .uagb-blockquote__author-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row
}

.wp-block-uagb-blockquote .uagb-blockquote__align-right .uagb-blockquote__author-wrap,
.wp-block-uagb-blockquote .uagb-blockquote__align-left .uagb-blockquote__author-wrap.uagb-blockquote__author-at-right {
    justify-content: flex-end;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: flex-end
}

.wp-block-uagb-blockquote .uagb-blockquote__align-left .uagb-blockquote__author-wrap,
.wp-block-uagb-blockquote .uagb-blockquote__align-right .uagb-blockquote__author-wrap.uagb-blockquote__author-at-right {
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: flex-start
}

.wp-block-uagb-blockquote .uagb-blockquote__with-tweet .uagb-blockquote__author-wrap {
    justify-content: unset;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    -webkit-justify-content: unset;
    -moz-box-pack: unset
}

.wp-block-uagb-blockquote .uagb-blockquote__align-center .uagb-blockquote__author-wrap,
.wp-block-uagb-blockquote .uagb-blockquote__align-center.uagb-blockquote__with-tweet .uagb-blockquote__author-wrap {
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center
}

.wp-block-uagb-blockquote .uagb-blockquote__author-wrap.uagb-blockquote__author-at-top {
    width: 100%
}

.wp-block-uagb-blockquote .uagb-blockquote__author-wrap.uagb-blockquote__author-at-top .uagb-blockquote__author-image,
.wp-block-uagb-blockquote .uagb-blockquote__author-wrap.uagb-blockquote__author-at-top .uagb-blockquote__author {
    width: inherit
}

.wp-block-uagb-blockquote .uagb-blockquote__with-tweet .uagb-blockquote__author-wrap.uagb-blockquote__author-at-top {
    width: auto
}

.wp-block-uagb-blockquote .uagb-blockquote__author-wrap.uagb-blockquote__author-at-right {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.wp-block-uagb-blockquote .uagb-blockquote__align-right .uagb-blockquote__author-wrap.uagb-blockquote__author-at-top {
    text-align: right
}

.wp-block-uagb-blockquote .uagb-blockquote__author-wrap.uagb-blockquote__author-at-right .uagb-blockquote__author-image img {
    margin-left: 10px;
    margin-right: 0
}

.wp-block-uagb-blockquote .uagb-blockquote__author-wrap.uagb-blockquote__author-at-top {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (max-width:976px) {
    .wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet .uagb-blockquote__author {
        width: 100%
    }

    .wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet .uagb-blockquote__author-wrap.uagb-blockquote__author-at-right,
    .wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet .uagb-blockquote__author-wrap.uagb-blockquote__author-at-left {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet .uagb-blockquote__author-wrap.uagb-blockquote__author-at-right .uagb-blockquote__author-image img,
    .wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet .uagb-blockquote__author-wrap.uagb-blockquote__author-at-left .uagb-blockquote__author-image img {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 10px
    }

    .wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet.uagb-blockquote__with-tweet .uagb-blockquote footer {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-item-align: flex-start;
        align-self: flex-start
    }

    .wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet .uagb-blockquote__author-wrap.uagb-blockquote__author-at-left,
    .wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet a.uagb-blockquote__tweet-button {
        -ms-flex-item-align: flex-start;
        align-self: flex-start
    }

    .wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet.uagb-blockquote__align-right.uagb-blockquote__with-tweet .uagb-blockquote footer,
    .wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet.uagb-blockquote__align-right .uagb-blockquote__author-wrap.uagb-blockquote__author-at-left,
    .wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet.uagb-blockquote__align-right a.uagb-blockquote__tweet-button {
        -ms-flex-item-align: flex-end;
        align-self: flex-end
    }

    .wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet a.uagb-blockquote__tweet-button {
        margin-top: 10px
    }

    .wp-block-uagb-blockquote .uagb-blockquote__align-right.uagb-blockquote__stack-img-tablet .uagb-blockquote__author-image {
        -ms-flex-item-align: flex-end;
        align-self: flex-end
    }

    .wp-block-uagb-blockquote .uagb-blockquote__align-left.uagb-blockquote__stack-img-tablet .uagb-blockquote__author-image,
    .wp-block-uagb-blockquote .uagb-blockquote__align-left.uagb-blockquote__stack-img-tablet .uagb-blockquote__author {
        -ms-flex-item-align: flex-start;
        align-self: flex-start
    }

    .wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet.uagb-blockquote__align-right.uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button:before,
    .wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet.uagb-blockquote__align-left.uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button:before {
        left: 50%;
        top: -.8em;
        right: auto;
        -webkit-transform: translateX(-50%) scale(1, .85) rotate(90deg);
        -ms-transform: translateX(-50%) scale(1, .85) rotate(90deg);
        transform: translate(-50%, 10%) scale(1, .85) rotate(90deg)
    }
}

@media screen and (max-width:767px) {
    .wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile .uagb-blockquote__author {
        width: 100%
    }

    .wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile .uagb-blockquote__author-wrap.uagb-blockquote__author-at-right,
    .wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile .uagb-blockquote__author-wrap.uagb-blockquote__author-at-left {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile .uagb-blockquote__author-wrap.uagb-blockquote__author-at-right .uagb-blockquote__author-image img,
    .wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile .uagb-blockquote__author-wrap.uagb-blockquote__author-at-left .uagb-blockquote__author-image img {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 10px
    }

    .wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile.uagb-blockquote__with-tweet .uagb-blockquote footer {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-item-align: flex-start;
        align-self: flex-start
    }

    .wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile .uagb-blockquote__author-wrap.uagb-blockquote__author-at-left,
    .wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile a.uagb-blockquote__tweet-button {
        -ms-flex-item-align: flex-start;
        align-self: flex-start
    }

    .wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile.uagb-blockquote__align-right.uagb-blockquote__with-tweet .uagb-blockquote footer,
    .wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile.uagb-blockquote__align-right .uagb-blockquote__author-wrap.uagb-blockquote__author-at-left,
    .wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile.uagb-blockquote__align-right a.uagb-blockquote__tweet-button {
        -ms-flex-item-align: flex-end;
        align-self: flex-end
    }

    .wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile a.uagb-blockquote__tweet-button {
        margin-top: 10px
    }

    .wp-block-uagb-blockquote .uagb-blockquote__align-right.uagb-blockquote__stack-img-mobile .uagb-blockquote__author-image {
        -ms-flex-item-align: flex-end;
        align-self: flex-end
    }

    .wp-block-uagb-blockquote .uagb-blockquote__align-left.uagb-blockquote__stack-img-mobile .uagb-blockquote__author-image,
    .wp-block-uagb-blockquote .uagb-blockquote__align-left.uagb-blockquote__stack-img-tablet .uagb-blockquote__author {
        -ms-flex-item-align: flex-start;
        align-self: flex-start
    }

    .wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile.uagb-blockquote__align-right.uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button:before,
    .wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile.uagb-blockquote__align-left.uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button:before {
        left: 50%;
        top: -.8em;
        right: auto;
        -webkit-transform: translateX(-50%) scale(1, .85) rotate(90deg);
        -ms-transform: translateX(-50%) scale(1, .85) rotate(90deg);
        transform: translate(-50%, 10%) scale(1, .85) rotate(90deg)
    }
}

.uagb-cta__outer-wrap {
    position: relative
}

.uagb-cta__outer-wrap .wp-block-button__link svg {
    fill: currentColor
}

.uagb-cta__outer-wrap .uagb-cta__content {
    display: inline-block
}

.uagb-cta__outer-wrap a.uagb-cta__block-link span {
    font-size: inherit;
    vertical-align: middle;
    display: inline-block;
    float: left
}

.uagb-cta__outer-wrap .uagb-cta__content-right .uagb-cta__link-wrapper {
    width: 30%
}

.uagb-cta__outer-wrap .uagb-cta__content-right .uagb-cta__content {
    width: 70%
}

.uagb-cta__outer-wrap .uagb-cta__content-right .uagb-cta__button-wrapper {
    display: inline-block;
    float: right
}

.uagb-cta__outer-wrap .uagb-cta__link-wrapper.uagb-cta__block-link-style:empty {
    display: none
}

.uagb-cta__outer-wrap a.uagb-cta__block-link,
.uagb-cta__outer-wrap .entry .entry-content a.uagb-cta__block-link,
.uagb-cta__outer-wrap a.uagb-cta__block-link-wrap,
.uagb-cta__outer-wrap .entry .entry-content a.uagb-cta__block-link-wrap {
    text-decoration: none
}

.uagb-cta__outer-wrap a.uagb-cta__block-link:hover,
.uagb-cta__outer-wrap .entry .entry-content a.uagb-cta__block-link:hover,
.uagb-cta__outer-wrap a.uagb-cta__block-link-wrap:hover,
.uagb-cta__outer-wrap .entry .entry-content a.uagb-cta__block-link-wrap:hover .entry .entry-content a.uagb-cta__block-link:hover {
    color: inherit
}

.uagb-cta__outer-wrap .uagb-cta__content-right {
    text-align: right;
    justify-content: flex-end
}

.uagb-cta__outer-wrap .uagb-cta__left-right-wrap {
    width: 100%;
    word-break: break-word
}

.uagb-cta__outer-wrap .uagb-cta__icon-position-below-title .uagb-cta__left-right-wrap {
    display: block;
    min-width: 100%;
    width: 100%
}

.uagb-cta__outer-wrap .uagb-cta__icon-position-left .uagb-cta__left-right-wrap,
.uagb-cta__outer-wrap .uagb-cta__icon-position-right .uagb-cta__left-right-wrap {
    display: flex
}

.uagb-cta__outer-wrap .uagb-cta__icon-position-right .uagb-cta__left-right-wrap {
    justify-content: flex-end
}

.uagb-cta__outer-wrap .uagb-cta__block-link-icon-after {
    margin-left: 5px;
    margin-right: 0
}

.uagb-cta__outer-wrap .uagb-cta__block-link-icon-before {
    margin-left: 0;
    margin-right: 5px
}

.uagb-cta__outer-wrap .uagb-cta__block-link-icon,
.uagb-cta__outer-wrap .uagb-cta__block svg {
    transition: all 200ms linear
}

.uagb-cta__outer-wrap .uagb-cta__block {
    position: relative
}

.uagb-cta__outer-wrap .uagb-cta-typeof-button {
    display: inline-block;
    line-height: 1;
    background-color: transparent;
    color: #333;
    text-align: center
}

.uagb-cta__outer-wrap .uagb-cta__content-right .uagb-cta__button-link-wrapper,
.uagb-cta__outer-wrap .uagb-cta__content-right .uagb-cta__block-link,
.uagb-cta__outer-wrap .uagb-cta__content-right.uagb-cta__button-valign-middle .uagb-cta__left-right-wrap {
    display: flex;
    align-items: center
}

.uagb-cta__outer-wrap .uagb-cta__content-right .uagb-cta__button-link-wrapper,
.uagb-cta__outer-wrap .uagb-cta__content-right .uagb-cta__block-link {
    justify-content: center
}

.uagb-cta__outer-wrap .uagb-cta__link-wrapper a {
    box-shadow: none;
    text-decoration: none
}

.uagb-cta__outer-wrap .uagb-cta__title {
    padding: 0;
    margin: 0;
    display: block
}

.uagb-cta__outer-wrap .uagb-cta__block,
.uagb-cta__outer-wrap .uagb-cta__content {
    z-index: 1
}

.uagb-cta__outer-wrap .uagb-cta__left-right-wrap {
    z-index: 1
}

.uagb-cta__outer-wrap .uagb-cta__block-link {
    cursor: pointer
}

.uagb-cta__outer-wrap .uagb-cta__content-right .uagb-cta__block-link {
    display: inline-block;
    float: right;
    padding: 10px 14px
}

.uagb-cta__outer-wrap a.uagb-cta__block-link-wrap {
    color: inherit
}

.uagb-cta__outer-wrap .uagb-cta__content p:empty {
    display: none
}

.uagb-cta__outer-wrap .uagb-cta__button-type-none .uagb-cta__content {
    width: 100%
}

.uagb-cta__outer-wrap .uagb-cta-with-svg {
    height: 14px;
    width: 14px;
    line-height: 14px;
    display: inline-block;
    vertical-align: middle
}

.uagb-cta__outer-wrap .uagb-cta__block svg {
    display: block;
    height: inherit;
    width: inherit
}

.uagb-cta__outer-wrap .uagb-cta__align-button-after {
    margin-left: 5px
}

.uagb-cta__outer-wrap .uagb-cta__align-button-before {
    margin-right: 5px
}

.uagb-cta__outer-wrap .uagb-cta__block-link i {
    font-style: normal
}

.uagb-cta__outer-wrap a.uagb-cta__link-to-all {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11
}

@media only screen and (max-width:976px) {
    .uagb-cta__content-stacked-tablet .uagb-cta__left-right-wrap {
        flex-direction: column;
        text-align: center
    }

    .uagb-cta__content-stacked-tablet.uagb-cta__content-right .uagb-cta__button-wrapper {
        display: inline-block;
        float: none;
        margin: 0 auto
    }

    .uagb-cta__content-stacked-tablet .uagb-cta__left-right-wrap .uagb-cta__content {
        margin-left: 0;
        margin-right: 0
    }

    .uagb-cta__content-stacked-tablet.uagb-cta__content-right .uagb-cta__left-right-wrap .uagb-cta__content,
    .uagb-cta__content-stacked-tablet.uagb-cta__content-right .uagb-cta__left-right-wrap .uagb-cta__link-wrapper {
        width: 100% !important
    }
}

@media screen and (max-width:767px) {
    .uagb-cta__content-stacked-mobile .uagb-cta__left-right-wrap {
        flex-direction: column;
        text-align: center
    }

    .uagb-cta__content-stacked-mobile.uagb-cta__content-right .uagb-cta__button-wrapper {
        display: inline-block;
        float: none;
        margin: 0 auto
    }

    .uagb-cta__content-stacked-mobile .uagb-cta__left-right-wrap .uagb-cta__content {
        margin-left: 0;
        margin-right: 0
    }

    .uagb-cta__content-stacked-mobile.uagb-cta__content-right .uagb-cta__left-right-wrap .uagb-cta__content,
    .uagb-cta__content-stacked-mobile.uagb-cta__content-right .uagb-cta__left-right-wrap .uagb-cta__link-wrapper {
        width: 100% !important
    }
}

.wp-block-uagb-cf7-styler .wpcf7 *,
.wp-block-uagb-cf7-styler .wpcf7 :after,
.wp-block-uagb-cf7-styler .wpcf7 :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.wp-block-uagb-cf7-styler span.wpcf7-list-item-label::before,
.wp-block-uagb-cf7-styler span.wpcf7-list-item-label::after {
    content: " "
}

.wp-block-uagb-cf7-styler .wpcf7-acceptance input[type=checkbox]+span:before,
.wp-block-uagb-cf7-styler .wpcf7-checkbox input[type=checkbox]+span:before,
.wp-block-uagb-cf7-styler .wpcf7-radio input[type=radio]+span:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    text-align: center;
    height: 15px;
    width: 15px;
    border-style: solid;
    border-color: #eaeaea;
    border-width: 1px 1px 1px 1px
}

.wp-block-uagb-cf7-styler span.wpcf7-list-item {
    display: inline-block;
    margin: 0 1em 0 0
}

.wp-block-uagb-cf7-styler .wpcf7-acceptance input[type=checkbox]:checked+span:before,
.wp-block-uagb-cf7-styler .wpcf7-checkbox input[type=checkbox]:checked+span:before {
    content: "\2714";
    line-height: 1.2
}

.wp-block-uagb-cf7-styler .wpcf7-acceptance input[type=checkbox]+span:before,
.wp-block-uagb-cf7-styler .wpcf7-acceptance input[type=checkbox]:checked+span:before,
.wp-block-uagb-cf7-styler .wpcf7-checkbox input[type=checkbox]+span:before,
.wp-block-uagb-cf7-styler .wpcf7-checkbox input[type=checkbox]:checked+span:before,
.wp-block-uagb-cf7-styler .wpcf7-radio input[type=radio]+span:before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.wp-block-uagb-cf7-styler input[type=checkbox]:checked+span:before {
    font-size: -webkit-calc(12px / 1.2);
    font-size: calc(12px / 1.2)
}

.wp-block-uagb-cf7-styler .wpcf7-radio input[type=radio]+span:before {
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.wp-block-uagb-cf7-styler .uagb-cf7-styler__field-style-box .wpcf7-radio input[type="radio"]:checked+span:before,
.wp-block-uagb-cf7-styler .uagb-cf7-styler__field-style-underline .wpcf7-radio input[type="radio"]:checked+span:before {
    background-color: #545454;
    box-shadow: inset 0 0 0 4px #fafafa
}

.wp-block-uagb-cf7-styler .uagb-cf7-styler__btn-align-justify input.wpcf7-form-control.wpcf7-submit,
.wp-block-uagb-cf7-styler .uagb-cf7-styler__btn-align-left input.wpcf7-form-control.wpcf7-submit,
.wp-block-uagb-cf7-styler .uagb-cf7-styler__btn-align-right input.wpcf7-form-control.wpcf7-submit,
.wp-block-uagb-cf7-styler .uagb-cf7-styler__btn-align-center input.wpcf7-form-control.wpcf7-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: auto;
    line-height: 1em;
    background: transparent;
    border-color: #333;
    border-width: 1px;
    padding: 10px 25px
}

.wp-block-uagb-cf7-styler .uagb-cf7-styler__btn-align-right input.wpcf7-form-control.wpcf7-submit {
    margin-left: auto;
    margin-right: 0
}

.wp-block-uagb-cf7-styler .uagb-cf7-styler__btn-align-left input.wpcf7-form-control.wpcf7-submit {
    margin-right: auto;
    margin-left: 0
}

.wp-block-uagb-cf7-styler .uagb-cf7-styler__btn-align-center input.wpcf7-form-control.wpcf7-submit {
    margin-right: auto;
    margin-left: auto
}

.wp-block-uagb-cf7-styler .uagb-cf7-styler__btn-align-justify input.wpcf7-form-control.wpcf7-submit {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    width: 100%
}

.wp-block-uagb-cf7-styler .wpcf7 input[type=checkbox],
.wp-block-uagb-cf7-styler .wpcf7 input[type=radio] {
    display: none
}

.wp-block-uagb-cf7-styler .wpcf7 select {
    height: auto;
    padding: 10px;
    -webkit-appearance: menulist-button;
    -moz-appearance: menulist-button;
    -webkit-appearance: menulist-button
}

.wp-block-uagb-cf7-styler select.wpcf7-form-control.wpcf7-select[multiple="multiple"] {
    padding: 0
}

.wp-block-uagb-cf7-styler .wpcf7 select option {
    padding: 10px
}

.wp-block-uagb-cf7-styler .uagb-cf7-styler__highlight-style-bottom_right span.wpcf7-not-valid-tip {
    display: inline-block;
    right: 0;
    top: 100%;
    padding: .1em .8em;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    background-color: rgba(255, 0, 0, .6);
    padding: 5px 10px;
    font-size: 15px;
    float: right;
    margin-top: 5px
}

.wp-block-uagb-cf7-styler .wpcf7 input[type="number"] {
    height: auto
}

.wp-block-uagb-cf7-styler .wpcf7 input.wpcf7-date {
    -webkit-appearance: none
}

@media (min-width:769px) {
    .wp-block-uagb-cf7-styler .uagb-cf7_styler-col {
        -js-display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }

    .wp-block-uagb-cf7-styler .uagb-cf7_styler-col label,
    .wp-block-uagb-cf7-styler .uagb-cf7_styler-col>span {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        flex-basis: 100%
    }

    .wp-block-uagb-cf7-styler .uagb-cf7_styler-col br {
        display: none
    }

    .wp-block-uagb-cf7-styler .uagb-cf7_styler-col>span.uagb-cf7_styler-col-1 {
        padding-left: 0;
        padding-right: 15px
    }

    .wp-block-uagb-cf7-styler .uagb-cf7_styler-col>span.uagb-cf7_styler-col-3 {
        padding-left: 15px;
        padding-right: 0
    }

    .wp-block-uagb-cf7-styler .wpcf7 .uagb-cf7_styler-col span.wpcf7-form-control-wrap {
        height: 100%
    }

    .wp-block-uagb-cf7-styler .wpcf7 .uagb-cf7_styler-col select {
        height: 100%
    }
}

.uagb-timeline__widget {
    position: relative;
    display: flex;
    align-items: flex-start;
    font-size: inherit;
    color: inherit;
    margin-bottom: inherit
}

.uagb-timeline__widget a {
    text-decoration: none;
    color: inherit;
    font-size: inherit;
    margin-bottom: inherit
}

.uagb-timeline__image a {
    display: block;
    position: relative;
    max-width: 100%
}

.uagb-timeline__image img {
    display: inline-block;
    box-sizing: content-box
}

.uagb-timeline__author {
    text-transform: uppercase
}

.uagb-timeline__main {
    position: relative
}

.uagb-content {
    word-break: break-word
}

a.uagb-timeline__link {
    padding: 5px 10px;
    display: inline-block
}

.uagb-timeline__headingh1,
.uagb-timeline__headingh2,
.uagb-timeline__headingh3,
.uagb-timeline__headingh4,
.uagb-timeline__headingh5,
.uagb-timeline__headingh6 {
    margin-bottom: 0
}

.uagb-timeline__inner-date-new p,
.uagb-timeline__date-inner .uagb-timeline__inner-date-new p {
    margin-bottom: 0
}

.uagb-timeline__line {
    background-color: #eee
}

.uagb-timeline__line__inner {
    background-color: #5cb85c;
    width: 100%
}

.uagb-timeline__main .uagb-timeline__icon-new {
    line-height: 1em;
    display: inline-block;
    vertical-align: middle;
    font-style: normal
}

.uagb-timeline__center-block .uagb-timeline__date-hide {
    display: none
}

.uagb-timeline__field:not(:last-child) {
    margin-bottom: 20px
}

.uagb-timeline__field {
    margin-bottom: 20px
}

.uagb-timeline__center-block .uagb-timeline__widget.uagb-timeline__right,
.uagb-timeline__right-block .uagb-timeline__widget {
    flex-direction: row-reverse
}

.uagb-timeline__left-block .uagb-timeline__day-left .uagb-timeline__events-inner-new,
.uagb-timeline__left-block .uagb-timeline__day-right .uagb-timeline__events-inner-new {
    text-align: left
}

.uagb-timeline__right-block .uagb-timeline__center-block .uagb-timeline__date-new {
    display: block
}

.uagb-timeline__right-block .uagb-timeline__day-left .uagb-timeline__events-inner-new,
.uagb-timeline__right-block .uagb-timeline__day-right .uagb-timeline__events-inner-new {
    text-align: inherit
}

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

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

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

.uagb-timeline__right-block .uagb-timeline__right .uagb-timeline__arrow {
    right: -12px
}

.uagb-timeline__right-block .uagb-timeline__left .uagb-timeline__arrow {
    right: -10px
}

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

.uagb-timeline__right-block .uagb-timeline__day-new {
    margin-right: 14px
}

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

.uagb-timeline__right-block .uagb-timeline__day-new {
    flex-grow: 1
}

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

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

.uagb-timeline__left-block .uagb-timeline__day-new {
    margin-left: 14px;
    flex-grow: 1;
    order: 1
}

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

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

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

.uagb-timeline__left-block .uagb-timeline__right .uagb-timeline__arrow {
    left: -10px
}

.uagb-timeline__left-block .uagb-timeline__left .uagb-timeline__arrow {
    left: -12px
}

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

.uagb-timeline__marker {
    background-color: #eee;
    border-radius: 999px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    transition: all .2s ease-in-out
}

.uagb-timeline__main .uagb-timeline__days .uagb-timeline__field-wrap:hover .uagb-timeline__marker {
    transition: all .2s ease-in-out
}

.uagb-timeline__center-block .uagb-timeline__marker {
    order: 1;
    flex-shrink: 0;
    flex-grow: 0
}

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

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

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

.uagb-timeline__events-inner-new {
    padding: 40px
}

.uagb-timeline__center-block .uagb-timeline__left .uagb-timeline__date-new {
    display: flex;
    justify-content: flex-end
}

.uagb-timeline__center-block .uagb-timeline__right .uagb-timeline__date-new {
    display: flex;
    justify-content: flex-start
}

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

.uagb-timeline__right-block .uagb-timeline__date-new {
    margin-left: 10px
}

.uagb-timeline__right-block .uagb-timeline__date-new {
    display: flex;
    align-items: center
}

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

.uagb-timeline__center-block .uagb-timeline__right .uagb-timeline__arrow:after,
.uagb-timeline__center-block .uagb-timeline__left .uagb-timeline__arrow:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

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

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

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

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

.uagb-timeline__arrow-bottom .uagb-timeline__left .uagb-timeline__arrow,
.uagb-timeline__arrow-bottom .uagb-timeline__right .uagb-timeline__arrow {
    top: 100%;
    transform: translateY(-100%)
}

.uagb-timeline__day-right .uagb-timeline__events-inner {
    text-align: right
}

.uagb-timeline__day-left .uagb-timeline__events-inner {
    text-align: left
}

.uagb-timeline__arrow-top .uagb-timeline__date-new .uagb-timeline__date-new,
.uagb-timeline__arrow-bottom .uagb-timeline__date-new .uagb-timeline__date-new {
    padding-top: 8px;
    padding-bottom: 8px
}

.uagb-timeline__events-inner-new,
.uagb-timeline__arrow {
    transition: background .2s ease-in-out
}

.uagb-timeline__arrow:after {
    transition: border-color .2s ease-in-out
}

.uagb-timeline__date-new {
    transition: color .2s ease-in-out
}

.uagb-timeline__widget.uagb-timeline__left.hide-events .uagb-timeline__events-inner-new,
.uagb-timeline__widget.uagb-timeline__left.hide-events .uagb-timeline__date-new {
    visibility: hidden
}

.uagb-timeline__widget.uagb-timeline__right.hide-events .uagb-timeline__events-inner-new,
.uagb-timeline__widget.uagb-timeline__right.hide-events .uagb-timeline__date-new {
    visibility: hidden
}

.uagb-timeline__main .uagb-timeline__year {
    display: flex;
    position: relative
}

.uagb-timeline__main .uagb-timeline__year span {
    display: inline-block;
    padding-bottom: 6px
}

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

.uagb-timeline__right .uagb-timeline__day-left .uagb-timeline__arrow:after {
    right: 0
}

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

.uagb-timeline__icon {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    vertical-align: middle;
    position: relative;
    z-index: 1
}

.uagb-timeline__main .uagb-timeline__date .uagb-timeline__inner-date-new {
    white-space: nowrap;
    margin: 0
}

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

.uagb-timeline__right-block .uagb-timeline__main .uagb-timeline__line {
    position: absolute;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}

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

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

.uagb-timeline__left-block .uagb-timeline__days {
    text-align: left
}

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

.uagb-timeline__center-block .uagb-timeline__days {
    text-align: center
}

.uagb-timeline__center-block .uagb-timeline__day-right .uagb-timeline__arrow:after {
    content: '';
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    display: inline;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent
}

.uagb-timeline__right .uagb-timeline__days {
    text-align: right
}

.uagb-timeline__outer-wrap span.dashicons-admin-users.dashicons {
    display: inline;
    vertical-align: baseline;
    margin-right: 4px
}

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

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

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

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

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

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

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

    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__marker {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }

    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

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

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

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

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

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

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

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

    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__widget.uagb-timeline__right {
        -webkit-box-orient: unset;
        -webkit-box-direction: unset;
        -webkit-flex-direction: unset;
        -moz-box-orient: unset;
        -moz-box-direction: unset;
        -ms-flex-direction: unset;
        flex-direction: unset
    }

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

    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new,
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__date-new {
        -webkit-box-flex: unset;
        -webkit-flex-grow: unset;
        -moz-box-flex: unset;
        -ms-flex-positive: unset;
        flex-grow: unset;
        -webkit-flex-basis: unset;
        -ms-flex-preferred-size: unset;
        flex-basis: unset;
        max-width: 100%;
        width: 100%;
        position: relative
    }

    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__day-new {
        -webkit-box-ordinal-group: unset;
        -webkit-order: unset;
        -moz-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
        padding-left: 0;
        padding-right: 0
    }

    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__day-new {
        -webkit-box-ordinal-group: unset;
        -webkit-order: unset;
        -moz-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
        padding-right: 0;
        padding-left: 0
    }

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

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

    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__widget {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -moz-box-orient: horizontal;
        -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

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

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

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

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

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

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

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

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

    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__marker {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }

    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-new {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

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

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

    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-new,
    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__date-new {
        -webkit-box-flex: unset;
        -webkit-flex-grow: unset;
        -moz-box-flex: unset;
        -ms-flex-positive: unset;
        flex-grow: unset;
        -webkit-flex-basis: unset;
        -ms-flex-preferred-size: unset;
        flex-basis: unset;
        max-width: 100%;
        position: relative
    }

    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__day-new {
        -webkit-box-ordinal-group: unset;
        -webkit-order: unset;
        -moz-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
        padding-left: 0;
        padding-right: 0
    }

    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__day-new {
        -webkit-box-ordinal-group: unset;
        -webkit-order: unset;
        -moz-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
        padding-right: 0;
        padding-left: 0
    }

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

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

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

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

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

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

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

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

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

    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__marker {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }

    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-new {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

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

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

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

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

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

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

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

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

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

    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__widget.uagb-timeline__right {
        -webkit-box-orient: unset;
        -webkit-box-direction: unset;
        -webkit-flex-direction: unset;
        -moz-box-orient: unset;
        -moz-box-direction: unset;
        -ms-flex-direction: unset;
        flex-direction: unset
    }

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

    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-new,
    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__date-new {
        -webkit-box-flex: unset;
        -webkit-flex-grow: unset;
        -moz-box-flex: unset;
        -ms-flex-positive: unset;
        flex-grow: unset;
        -webkit-flex-basis: unset;
        -ms-flex-preferred-size: unset;
        flex-basis: unset;
        max-width: 100%;
        position: relative
    }

    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__right .uagb-timeline__day-new {
        -webkit-box-ordinal-group: unset;
        -webkit-order: unset;
        -moz-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
        padding-left: 0;
        padding-right: 0
    }

    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__left .uagb-timeline__day-new {
        -webkit-box-ordinal-group: unset;
        -webkit-order: unset;
        -moz-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
        padding-right: 0;
        padding-left: 0
    }

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

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

    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__widget {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -moz-box-orient: horizontal;
        -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

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

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

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

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

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

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

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

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

    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__marker {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }

    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-new {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

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

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

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

    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-new,
    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__date-new {
        -webkit-box-flex: unset;
        -webkit-flex-grow: unset;
        -moz-box-flex: unset;
        -ms-flex-positive: unset;
        flex-grow: unset;
        -webkit-flex-basis: unset;
        -ms-flex-preferred-size: unset;
        flex-basis: unset;
        max-width: 100%;
        position: relative
    }

    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__day-new {
        -webkit-box-ordinal-group: unset;
        -webkit-order: unset;
        -moz-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
        padding-left: 0;
        padding-right: 0
    }

    .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__day-new {
        -webkit-box-ordinal-group: unset;
        -webkit-order: unset;
        -moz-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
        padding-right: 0;
        padding-left: 0
    }

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

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

.uagb-timeline__line__inner {
    background-color: #61ce70;
    width: 100%
}

.uagb-timeline__center-block .uagb-timeline__day-right .uagb-timeline__arrow:after {
    border-left: 13px solid #eee
}

.uagb-timeline__right-block .uagb-timeline__day-right .uagb-timeline__arrow:after {
    border-left: 13px solid #eee
}

.uagb-timeline__right-block .uagb-timeline__day-left .uagb-timeline__arrow:after {
    border-left: 13px solid #eee
}

.rtl .uagb-timeline__center-block .uagb-timeline__day-right .uagb-timeline__arrow:after {
    border-right: 13px solid #eee;
    border-left: none
}

.rtl .uagb-timeline__right-block .uagb-timeline__day-right .uagb-timeline__arrow:after {
    border-right: 13px solid #eee;
    border-left: none
}

.rtl .uagb-timeline__right-block .uagb-timeline__day-left .uagb-timeline__arrow:after {
    border-right: 13px solid #eee;
    border-left: none
}

.uagb-timeline__left-block .uagb-timeline__day-right .uagb-timeline__arrow:after {
    border-right: 13px solid #eee
}

.uagb-timeline__center-block .uagb-timeline__day-left .uagb-timeline__arrow:after {
    border-right: 13px solid #eee
}

.uagb-timeline__left-block .uagb-timeline__day-left .uagb-timeline__arrow:after {
    border-right: 13px solid #eee
}

.rtl .uagb-timeline__left-block .uagb-timeline__day-right .uagb-timeline__arrow:after {
    border-left: 13px solid #eee;
    border-right: none
}

.rtl .uagb-timeline__center-block .uagb-timeline__day-left .uagb-timeline__arrow:after {
    border-left: 13px solid #eee;
    border-right: none
}

.rtl .uagb-timeline__left-block .uagb-timeline__day-left .uagb-timeline__arrow:after {
    border-left: 13px solid #eee;
    border-right: none
}

.uagb-timeline__day-right .uagb-timeline__events-inner-new {
    border-radius: 4px 4px 4px 4px
}

.uagb-timeline__day-left .uagb-timeline__events-inner-new {
    border-radius: 4px 4px 4px 4px
}

.uagb-timeline__line {
    width: 3px
}

.uagb-timeline__main .uagb-timeline__icon-new {
    font-size: 16px
}

.uagb-timeline__marker {
    min-height: 3em;
    min-width: 3em;
    line-height: 3em
}

.uagb-timeline__arrow {
    height: 3em
}

.uagb-timeline__left-block .uagb-timeline__line {
    left: calc(3em / 2)
}

.uagb-timeline__right-block .uagb-timeline__line {
    right: calc(3em / 2)
}

.rtl .uagb-timeline__left-block .uagb-timeline__line {
    right: calc(3em / 2);
    left: auto
}

.rtl .uagb-timeline__right-block .uagb-timeline__line {
    left: calc(3em / 2);
    right: auto
}

.uagb-timeline-desc-content p {
    font-size: inherit
}

.uagb-timeline__main p:empty {
    display: none
}

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

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

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

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

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

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

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

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

    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__marker {
        -ms-flex-order: 0;
        order: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }

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

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

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

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

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

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

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

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

    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__widget.uagb-timeline__right {
        -ms-flex-direction: unset;
        flex-direction: unset
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__marker {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }

    .uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-new {
        -ms-flex-positive: 1;
        flex-grow: 1
    }

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

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

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

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

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

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

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

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

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

@media (max-width:767px) {

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

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

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

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

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

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

.wp-block-uagb-content-timeline .uagb-timeline__left-block .uagb-timeline__date-new {
    display: none
}

.wp-block-uagb-content-timeline .uagb-timeline__right-block .uagb-timeline__date-new {
    display: none
}

.wp-block-uagb-faq.uagb-faq-layout-accordion .uagb-faq-child__outer-wrap .uagb-faq-questions-button {
    cursor: pointer
}

.uagb-faq-layout-grid.uagb-faq-equal-height .uagb-faq__wrap .uagb-faq-child__outer-wrap,
.uagb-faq-layout-grid.uagb-faq-equal-height .uagb-faq__wrap .uagb-faq-child__wrapper,
.uagb-faq-layout-grid.uagb-faq-equal-height .uagb-faq__wrap .uagb-faq-item {
    height: 100%
}

.wp-block-uagb-faq-child.uagb-faq-child__outer-wrap .uagb-faq-item:focus,
.wp-block-uagb-faq-child.uagb-faq-child__outer-wrap .uagb-faq-item:active {
    outline: thin dotted
}

.wp-block-uagb-faq-child .uagb-faq-questions-button {
    display: flex;
    align-items: center;
    width: 100%
}

.wp-block-uagb-faq-child .uagb-faq-questions-button .uagb-faq-icon-wrap {
    display: inline-block;
    vertical-align: middle
}

.wp-block-uagb-faq-child .uagb-faq-questions-button .uagb-question {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0
}

.wp-block-uagb-faq-child .uagb-icon svg,
.wp-block-uagb-faq-child .uagb-icon-active svg {
    width: 15px;
    height: 15px;
    font-size: 15px
}

.wp-block-uagb-faq-child .uagb-faq-content span {
    display: inline-block
}

.wp-block-uagb-faq-child .uagb-faq-content p {
    margin: 0
}

.wp-block-uagb-faq-child.uagb-faq-child__outer-wrap .uagb-faq-item .uagb-icon-active,
.wp-block-uagb-faq-child.uagb-faq-child__outer-wrap .uagb-faq-item.uagb-faq-item-active .uagb-icon {
    display: none;
    width: 0;
    padding: 0;
    height: 0;
    margin: 0
}

.wp-block-uagb-faq-child.uagb-faq-child__outer-wrap .uagb-faq-item .uagb-icon,
.wp-block-uagb-faq-child.uagb-faq-child__outer-wrap .uagb-faq-item.uagb-faq-item-active .uagb-icon-active {
    display: inline-block;
    width: auto;
    height: auto
}

.uagb-faq-layout-grid .uagb-faq-child__outer-wrap .uagb-faq-item .uagb-icon,
.uagb-faq-layout-grid .uagb-faq-child__outer-wrap .uagb-faq-item.uagb-faq-item-active .uagb-icon-active {
    display: none
}

.uagb-faq-layout-grid .uagb-faq-child__outer-wrap .uagb-faq-item span.uagb-icon-active.uagb-faq-icon-wrap,
.uagb-faq-layout-grid .uagb-faq-child__outer-wrap .uagb-faq-item.uagb-faq-item-active .uagb-icon-active {
    display: none
}

.uagb-gf-styler__check-style-enabled .gform_wrapper .chosen-container-multi .chosen-choices,
.uagb-gf-styler__check-style-enabled .gform_wrapper .chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0;
    height: auto;
    border: 1px solid #AAA;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #FFF;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #444;
    text-decoration: none;
    white-space: nowrap
}

.uagb-gf-styler__gform-heading-none .gform_wrapper .gform_heading,
.uagb-gf-styler__gform-heading-no .gform_wrapper .gform_heading,
.uagb-gf-styler__gform-heading-yes .gform_wrapper .gform_heading.custom_gform_heading {
    display: none
}

.uagb-gf-styler__gform-heading-no .gform_wrapper .gform_heading.custom_gform_heading,
.uagb-gf-styler__gform-heading-yes .gform_wrapper .gform_heading {
    display: block
}

.uagb-gf-styler__check-style-enabled .gform_wrapper .chosen-container-single .chosen-single span {
    line-height: 1
}

.uagb-gf-styler__check-style-enabled .gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single {
    background: #FFF
}

.uagb-gf-styler__check-style-enabled .gform_page .gform_page_footer input[type=button],
.uagb-gf-styler__check-style-enabled .gform_page .gform_page_footer input[type=submit] {
    display: inline-block
}

.uagb-gf-styler__check-style-enabled .gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title,
.uagb-gf-styler__check-style-enabled .gform_wrapper .gf_progressbar_wrapper .gf_progressbar_title {
    opacity: 1
}

.uagb-gf-styler__check-style-enabled .uag-gf-select-custom {
    position: relative
}

.uagb-gf-styler__check-style-enabled .uag-gf-select-custom:after {
    content: "\f078";
    font-family: 'FontAwesome' !important;
    font-size: .7em;
    line-height: 1;
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    transform: translateY(-45%);
    right: .5em;
    pointer-events: none;
    z-index: 5
}

.uagb-gf-styler__check-style-enabled span.name_prefix_select .uag-gf-select-custom {
    display: inline;
    vertical-align: middle
}

.uagb-gf-styler__check-style-enabled .gfield_radio input[type="radio"]:checked+label:before {
    box-shadow: inset 0 0 0 4px #fafafa
}

.uagb-gf-styler__check-style-enabled .gfield_checkbox input[type="checkbox"]+label:before,
.uagb-gf-styler__check-style-enabled .gfield_radio input[type="radio"]+label:before,
.uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]+label:before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]:checked+label:before {
    font-weight: 700
}

.uagb-gf-styler__check-style-enabled select,
.uagb-gf-styler__check-style-enabled .chosen-single {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.uagb-gf-styler__check-style-enabled .gform_wrapper div.validation_error {
    border-top: none;
    border-bottom: none
}

.uagb-gf-styler__check-style-enabled .gform_wrapper .gfield_radio li label {
    margin: 0 0 0 0
}

.uagb-gf-styler__check-style-enabled .gform_wrapper .gform_body {
    width: 100% !important
}

.uagb-gf-styler__check-style-enabled .gform_wrapper input[type="checkbox"]:checked+label:before,
.uagb-gf-styler__check-style-enabled .gform_wrapper input[type="radio"]:checked+label:before,
.uagb-gf-styler__check-style-enabled .gform_wrapper input[type="checkbox"]+label:before,
.uagb-gf-styler__check-style-enabled .gform_wrapper input[type="radio"]+label:before {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important
}

.uagb-gf-styler__check-style-enabled .gform_wrapper .gsection {
    margin-right: 0
}

.uag-gf-btn-size-xs .uagb-gf-styler__check-style-enabled input[type=submit],
.uag-gf-btn-size-xs .uagb-gf-styler__check-style-enabled input[type=button] {
    font-size: 13px;
    padding: 10px 20px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .gform_body input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .ginput_container textarea,
.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .ginput_container .chosen-single,
.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .ginput_container .chosen-choices {
    font-size: 13px;
    padding: 8px 10px
}

.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .ginput_container select {
    font-size: 13px;
    padding: 6px 10px
}

.ginput_container select {
    height: 100%;
    line-height: inherit
}

.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .uag-gf-select-custom {
    font-size: 13px
}

.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type="checkbox"]+label:before,
.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .gfield_radio input[type="radio"]+label:before,
.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]+label:before {
    height: 10px;
    width: 10px
}

.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type="checkbox"]:checked+label:before,
.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]+label:before {
    font-size: -webkit-calc(10px / 1.2);
    font-size: calc(10px / 1.2)
}

.uag-gf-btn-size-sm .uagb-gf-styler__check-style-enabled input[type=submit],
.uag-gf-btn-size-sm .uagb-gf-styler__check-style-enabled input[type=button] {
    font-size: 15px;
    padding: 12px 24px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .gform_body input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .ginput_container textarea,
.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .ginput_container .chosen-single,
.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .ginput_container .chosen-choices {
    font-size: 15px;
    padding: 12px 10px
}

.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .ginput_container select {
    font-size: 15px;
    padding: 10px 10px
}

.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .uag-gf-select-custom {
    font-size: 15px
}

.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type="checkbox"]+label:before,
.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .gfield_radio input[type="radio"]+label:before,
.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]+label:before {
    height: 12px;
    width: 12px
}

.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type="checkbox"]:checked+label:before,
.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]+label:before {
    font-size: -webkit-calc(12px / 1.2);
    font-size: calc(12px / 1.2)
}

.uag-gf-btn-size-md .uagb-gf-styler__check-style-enabled input[type=submit],
.uag-gf-btn-size-md .uagb-gf-styler__check-style-enabled input[type=button] {
    font-size: 16px;
    padding: 15px 30px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .gform_body input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .ginput_container textarea,
.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .ginput_container .chosen-single,
.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .ginput_container .chosen-choices {
    font-size: 16px;
    padding: 15px 10px
}

.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .ginput_container select {
    font-size: 16px;
    padding: 13px 10px
}

.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .uag-gf-select-custom {
    font-size: 16px
}

.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type="checkbox"]+label:before,
.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .gfield_radio input[type="radio"]+label:before,
.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]+label:before {
    height: 15px;
    width: 15px
}

.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type="checkbox"]:checked+label:before,
.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]+label:before {
    font-size: -webkit-calc(15px / 1.2);
    font-size: calc(15px / 1.2)
}

.uag-gf-btn-size-lg .uagb-gf-styler__check-style-enabled input[type=submit],
.uag-gf-btn-size-lg .uagb-gf-styler__check-style-enabled input[type=button] {
    font-size: 18px;
    padding: 20px 40px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .gform_body input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .ginput_container textarea,
.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .ginput_container .chosen-single,
.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .ginput_container .chosen-choices {
    font-size: 18px;
    padding: 20px 10px
}

.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .ginput_container select {
    font-size: 18px;
    padding: 18px 10px
}

.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .uag-gf-select-custom {
    font-size: 18px
}

.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type="checkbox"]+label:before,
.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .gfield_radio input[type="radio"]+label:before,
.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]+label:before {
    height: 20px;
    width: 20px
}

.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type="checkbox"]:checked+label:before,
.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]+label:before {
    font-size: -webkit-calc(20px / 1.2);
    font-size: calc(20px / 1.2)
}

.uag-gf-btn-size-xl .uagb-gf-styler__check-style-enabled input[type=submit],
.uag-gf-btn-size-xl .uagb-gf-styler__check-style-enabled input[type=button] {
    font-size: 20px;
    padding: 25px 50px;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .gform_body input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .ginput_container textarea,
.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .ginput_container .chosen-single,
.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .ginput_container .chosen-choices {
    font-size: 20px;
    padding: 25px 10px
}

.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .ginput_container select {
    font-size: 20px;
    padding: 23px 10px
}

.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .uag-gf-select-custom {
    font-size: 20px
}

.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type="checkbox"]+label:before,
.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .gfield_radio input[type="radio"]+label:before,
.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]+label:before {
    height: 25px;
    width: 25px
}

.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type="checkbox"]:checked+label:before,
.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]:checked+label:before {
    font-size: -webkit-calc(25px / 1.2);
    font-size: calc(25px / 1.2)
}

.uagb-gf-styler__btn-align-right .gform_next_button,
.uagb-gf-styler__btn-align-right .gform_previous_button {
    margin-right: 5px !important
}

.uagb-gf-styler__check-style-enabled .gform_wrapper .gform_footer:not(.top_label) {
    padding: 0 0 0 0;
    margin-right: 0;
    margin-left: 0;
    width: 100%
}

.uagb-gf-styler__check-style-enabled .gform_wrapper .gform_page_footer.left_label,
.uagb-gf-styler__check-style-enabled .gform_wrapper .gform_page_footer.right_label {
    padding: 0 0 0 0
}

.uagb-gf-styler__check-style-enabled .gfield_radio input[type="radio"]+label:before {
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.uagb-gf-styler__check-style-enabled .gform_wrapper .top_label .gfield_error {
    width: 100% !important
}

.uagb-gf-styler__check-style-enabled .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important
}

.uagb-gf-styler__btn-align-center .gform_wrapper .gform_footer input[type=submit],
.uagb-gf-styler__btn-align-center .gform_page .gform_page_footer input[type=button],
.uagb-gf-styler__btn-align-center .gform_page .gform_page_footer input[type=submit],
.uagb-gf-styler__btn-align-left .gform_wrapper .gform_footer input[type=submit],
.uagb-gf-styler__btn-align-left .gform_page .gform_page_footer input[type=button],
.uagb-gf-styler__btn-align-left .gform_page .gform_page_footer input[type=submit],
.uagb-gf-styler__btn-align-right .gform_wrapper .gform_footer input[type=submit],
.uagb-gf-styler__btn-align-right .gform_page .gform_page_footer input[type=button],
.uagb-gf-styler__btn-align-right .gform_page .gform_page_footer input[type=submit],
.uagb-gf-styler__btn-align-justify .gform_wrapper .gform_footer input[type=submit],
.uagb-gf-styler__btn-align-justify .gform_page .gform_page_footer input[type=button],
.uagb-gf-styler__btn-align-justify .gform_page .gform_page_footer input[type=submit] {
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: auto
}

.uagb-gf-styler__btn-align-center .gform_wrapper .gform_footer input[type=submit],
.uagb-gf-styler__btn-align-center .gform_page .gform_page_footer input[type=button],
.uagb-gf-styler__btn-align-center .gform_page .gform_page_footer input[type=submit],
html[dir=rtl] .uagb-gf-styler__btn-align-center .gform_wrapper .gform_footer input[type=submit],
html[dir=rtl] .uagb-gf-styler__btn-align-center .gform_page .gform_page_footer input[type=button],
html[dir=rtl] .uagb-gf-styler__btn-align-center .gform_page .gform_page_footer input[type=submit] {
    margin-left: auto;
    margin-right: auto
}

.uagb-gf-styler__btn-align-center .gform_page .gform_page_footer {
    text-align: center
}

.uagb-gf-styler__btn-align-right .gform_page .gform_page_footer {
    text-align: right
}

.uagb-gf-styler__btn-align-left .gform_wrapper .gform_footer input[type=submit],
.uagb-gf-styler__btn-align-left .gform_page .gform_page_footer input[type=button],
.uagb-gf-styler__btn-align-left .gform_page .gform_page_footer input[type=submit],
html[dir=rtl] .uagb-gf-styler__btn-align-right .gform_wrapper .gform_footer input[type=submit],
html[dir=rtl] .uagb-gf-styler__btn-align-right .gform_page .gform_page_footer input[type=button],
html[dir=rtl] .uagb-gf-styler__btn-align-right .gform_page .gform_page_footer input[type=submit] {
    margin-left: 0;
    margin-right: auto
}

.uagb-gf-styler__btn-align-right .gform_wrapper .gform_footer input[type=submit],
.uagb-gf-styler__btn-align-right .gform_page .gform_page_footer input[type=button],
.uagb-gf-styler__btn-align-right .gform_page .gform_page_footer input[type=submit],
html[dir=rtl] .uagb-gf-styler__btn-align-left .gform_wrapper .gform_footer input[type=submit],
html[dir=rtl] .uagb-gf-styler__btn-align-left .gform_page .gform_page_footer input[type=button],
html[dir=rtl] .uagb-gf-styler__btn-align-left .gform_page .gform_page_footer input[type=submit] {
    margin-left: auto;
    margin-right: 0
}

.uagb-gf-styler__btn-align-justify .gform_wrapper .gform_footer input[type=submit],
.uagb-gf-styler__btn-align-justify .gform_page .gform_page_footer input[type=button],
.uagb-gf-styler__btn-align-justify .gform_page .gform_page_footer input[type=submit] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    width: 100%
}

.uagb-gf-styler__check-style-enabled .gform_body .ginput_container_checkbox .gfield_checkbox input[type='checkbox'],
.uagb-gf-styler__check-style-enabled .gform_body .ginput_container_radio .gfield_radio input[type='radio'],
.uagb-gf-styler__check-style-enabled .gform_body .ginput_container_consent input[type='checkbox'] {
    display: none
}

.uagb-gf-styler__check-style-enabled .gform_body .ginput_container_checkbox .gfield_checkbox input[type='checkbox']+label:before,
.uagb-gf-styler__check-style-enabled .gform_body .ginput_container_radio .gfield_radio input[type='radio']+label:before,
.uagb-gf-styler__check-style-enabled .gform_body .ginput_container_consent input[type='checkbox']+label:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    text-align: center
}

.uagb-gf-styler__check-style-enabled .gform_body .ginput_container_checkbox .gfield_checkbox input[type='checkbox']:checked+label:before,
.uagb-gf-styler__check-style-enabled .gform_body .ginput_container_consent input[type='checkbox']:checked+label:before {
    content: "\2714";
    line-height: 1.2
}

.uagb-gf-styler__check-style-enabled .gform_wrapper ul.gform_fields li.gfield:not(.gf_left_half):not(.gf_left_third):not(.gf_middle_third) {
    padding-right: 0
}

.uagb-gf-styler__btn-align-width-full_width .gform_footer input[type=submit] {
    display: block;
    text-align: center;
    width: 100%
}

.uagb-gf-styler__check-style-enabled .gform_body ul {
    margin-left: 0;
    list-style: none
}

.uagb-gf-styler__check-style-enabled .gform_wrapper .gfield .ginput_container select,
.uagb-gf-styler__check-style-enabled .gform_wrapper .gfield .ginput_container .chosen-single,
.uagb-gf-styler__check-style-enabled .gform_wrapper .gfield .ginput_container .chosen-choices,
.uagb-gf-styler__check-style-enabled .gform_wrapper .chosen-choices li.search-field input[type="text"],
.uagb-gf-styler__check-style-enabled .gform_wrapper .chosen-choices li.search-field input.default {
    height: auto
}

.elementor-widget-uag-gf-styler .uagb-gf-styler__check-style-enabled .gform_wrapper .chosen-choices li.search-field input[type="text"] {
    padding: 0 0 0 0
}

.uagb-gf-styler__check-style-enabled .gform_page .gform_page_footer input[type=button] {
    margin-bottom: 20px
}

.uagb-gf-styler__check-style-enabled .gform_wrapper .chosen-container-single .chosen-single div {
    display: none
}

.uagb-gf-styler__hide-label .gform_wrapper .gform_fields .gfield_label,
.uagb-gf-styler__hide-label .gform_wrapper .gform_fields .gfield_required {
    display: none
}

.wp-block-uagb-gf-styler .gform_wrapper .chosen-container-single .chosen-single span {
    margin-bottom: 0;
    width: 100%
}

.wp-block-uagb-gf-styler .gform_wrapper .chosen-container-single .chosen-single {
    border: none
}

.wp-block-uagb-gf-styler .gform_wrapper .chosen-container-single.chosen-container-active .chosen-single {
    border: none
}

@media only screen and (max-width:976px) {
    .uagb-gf-styler__btn-align-center .gform_page .gform_page_footer {
        text-align: center
    }

    .uagb-gf-styler__btn-align-right .gform_page .gform_page_footer {
        text-align: right
    }

    .uag-tablet-gf-button-center .gform_wrapper .gform_footer input[type=submit],
    .uag-tablet-gf-button-center .gform_page .gform_page_footer input[type="button"],
    .uag-tablet-gf-button-center .gform_page .gform_page_footer input[type=submit] {
        margin-left: auto;
        margin-right: auto;
        width: auto
    }

    .uag-tablet-gf-button-left .gform_wrapper .gform_footer input[type=submit],
    .uag-tablet-gf-button-left .gform_page .gform_page_footer input[type=button],
    .uag-tablet-gf-button-left .gform_page .gform_page_footer input[type=submit] {
        margin-left: 0;
        margin-right: auto;
        width: auto
    }

    .uag-tablet-gf-button-right .gform_wrapper .gform_footer input[type=submit],
    .uag-tablet-gf-button-right .gform_page .gform_page_footer input[type=button],
    .uag-tablet-gf-button-right .gform_page .gform_page_footer input[type=submit] {
        margin-left: auto;
        margin-right: 0;
        width: auto
    }

    .uag-tablet-gf-button-justify .gform_wrapper .gform_footer input[type=submit],
    .uag-tablet-gf-button-justify .gform_page .gform_page_footer input[type=button],
    .uag-tablet-gf-button-justify .gform_page .gform_page_footer input[type=submit] {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    .uagb-gf-styler__btn-align-center .gform_page .gform_page_footer {
        text-align: center
    }

    .uagb-gf-styler__btn-align-right .gform_page .gform_page_footer {
        text-align: right
    }

    .uag-mobile-gf-button-center .gform_wrapper .gform_footer input[type=submit],
    .uag-mobile-gf-button-center .gform_page .gform_page_footer input[type=button],
    .uag-mobile-gf-button-center .gform_page .gform_page_footer input[type=submit] {
        margin-left: auto;
        margin-right: auto;
        width: auto
    }

    .uag-mobile-gf-button-left .gform_wrapper .gform_footer input[type=submit],
    .uag-mobile-gf-button-left .gform_page .gform_page_footer input[type=button],
    .uag-mobile-gf-button-left .gform_page .gform_page_footer input[type=submit] {
        margin-left: 0;
        margin-right: auto;
        width: auto
    }

    .uag-mobile-gf-button-right .gform_wrapper .gform_footer input[type=submit],
    .uag-mobile-gf-button-right .gform_page .gform_page_footer input[type=button],
    .uag-mobile-gf-button-right .gform_page .gform_page_footer input[type=submit] {
        margin-left: auto;
        margin-right: 0;
        width: auto
    }

    .uag-mobile-gf-button-justify .gform_wrapper .gform_footer input[type=submit],
    .uag-mobile-gf-button-justify .gform_page .gform_page_footer input[type=button],
    .uag-mobile-gf-button-justify .gform_page .gform_page_footer input[type=submit] {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
        width: 100%
    }
}

.uagb-google-map__wrap {
    display: flex
}

.uagb-google-map__wrap .uagb-google-map__iframe {
    width: 100%;
    box-shadow: none;
    border: none;
    padding: 0;
    margin: 0
}

.uagb-howto__cost-wrap {
    display: block
}

.uagb-howto__cost-wrap .uagb-howto-estcost-text,
.uagb-howto__cost-wrap .uagb-howto-estcost-value,
.uagb-howto__cost-wrap .uagb-howto-estcost-type {
    display: inline-flex
}

.uagb-howto__time-wrap {
    display: block
}

.uagb-howto__time-wrap .uagb-howto-timeNeeded-text,
.uagb-howto__time-wrap .uagb-howto-timeNeeded-value,
.uagb-howto__time-wrap .uagb-howto-timeINmin-text {
    display: inline-flex
}

.uagb-howto__time-wrap .uagb-howto-timeINmin-text {
    margin-left: 5px
}

.uagb-icon-list__outer-wrap .uagb-icon-list__wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start
}

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

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

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

.uagb-icon-list__outer-wrap .uagb-icon-list__wrapper {
    padding: 0;
    margin-left: 5px;
    margin-right: 5px;
    transition: all 0.2s;
    display: inline-flex;
    text-align: center
}

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

.uagb-icon-list__outer-wrap .uagb-icon-list__source-wrap {
    display: inherit;
    align-items: center
}

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

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

.uagb-icon-list__outer-wrap .uagb-icon-list__content-wrap span.uagb-icon-list__source-wrap {
    display: block
}

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

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

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

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

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

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

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

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

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

.uagb-icon-list__outer-wrap:not(.uagb-icon-list__no-label) .uagb-icon-list__source-wrap {
    margin-right: 15px
}

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

.wp-block-uagb-icon-list-child {
    position: relative
}

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

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

.uagb-ifb-icon-wrap,
.uagb-ifb-icon-wrap * {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

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

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

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

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

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

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

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

.uagb-infobox-icon-left-title.uagb-infobox-image-valign-middle .uagb-ifb-title-wrap,
.uagb-infobox-icon-right-title.uagb-infobox-image-valign-middle .uagb-ifb-title-wrap,
.uagb-infobox-image-valign-middle .uagb-ifb-imgicon-wrap,
.uagb-infobox-icon-left.uagb-infobox-image-valign-middle .uagb-ifb-content,
.uagb-infobox-icon-right.uagb-infobox-image-valign-middle .uagb-ifb-content {
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center
}

.uagb-infobox-left {
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start
}

.uagb-infobox-center {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center
}

.uagb-infobox-right {
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    justify-content: flex-end
}

.uagb-ifb-left-right-wrap {
    width: 100%;
    word-break: break-word
}

.uagb-infobox-icon-above-title .uagb-ifb-left-right-wrap,
.uagb-infobox-icon-below-title .uagb-ifb-left-right-wrap {
    display: block;
    min-width: 100%;
    width: 100%
}

.uagb-infobox-icon-left-title .uagb-ifb-icon-wrap,
.uagb-infobox-icon-left .uagb-ifb-icon-wrap {
    margin-right: 10px
}

.uagb-infobox-icon-right-title .uagb-ifb-icon-wrap,
.uagb-infobox-icon-right .uagb-ifb-icon-wrap {
    margin-left: 10px
}

.uagb-infobox-icon-left .uagb-ifb-left-right-wrap,
.uagb-infobox-icon-right .uagb-ifb-left-right-wrap,
.uagb-infobox-icon-left-title .uagb-ifb-left-title-image,
.uagb-infobox-icon-right-title .uagb-ifb-right-title-image {
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

.uagb-infobox-icon-right .uagb-ifb-left-right-wrap,
.uagb-infobox-icon-right-title .uagb-ifb-right-title-image {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    justify-content: flex-end
}

.uagb-ifb-icon-wrap .uagb-ifb-icon span {
    font-style: initial;
    height: auto;
    width: auto
}

.uagb-ifb-imgicon-wrap .uagb-ifb-image-content {
    display: inline-block;
    line-height: 0;
    position: relative;
    max-width: 100%
}

.uagb-ifb-imgicon-wrap .uagb-ifb-image-content img {
    display: inline;
    height: auto !important;
    max-width: 100%;
    width: auto;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-border-radius: inherit;
    border-radius: inherit
}

.uagb-ifb-imgicon-wrap .uagb-image-crop-circle img {
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.uagb-ifb-imgicon-wrap .uagb-image-crop-square img {
    -webkit-border-radius: 0;
    border-radius: 0
}

.uagb-infobox-module-link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 4
}

.uagb-edit-mode .uagb-infobox-module-link {
    z-index: 2
}

.uagb-infobox-link-icon-after {
    margin-left: 5px;
    margin-right: 0
}

.uagb-infobox-link-icon-before {
    margin-left: 0;
    margin-right: 5px
}

.uagb-infobox-link-icon {
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear
}

.uagb-infobox {
    position: relative
}

.uagb-ifb-separator {
    width: 30%;
    border-top-width: 2px;
    border-top-color: #333;
    border-top-style: solid;
    display: inline-block;
    margin: 0
}

.uagb-ifb-separator-parent {
    line-height: 0em;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px
}

.uagb-ifb-cta-button {
    display: inline-block;
    line-height: 1;
    background-color: #818a91;
    color: #fff;
    text-align: center
}

.uagb-ifb-button-wrapper .wp-block-button__link svg {
    fill: currentColor
}

.uagb-ifb-cta a {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none
}

.uagb-ifb-title-wrap {
    width: 100%
}

.uagb-ifb-title-wrap .uagb-ifb-title,
.uagb-ifb-title-wrap .uagb-ifb-title-prefix {
    padding: 0;
    margin: 0;
    display: block
}

.uagb-infobox__content-wrap.uagb-infobox {
    position: relative
}

.uagb-ifb-icon span {
    font-size: 40px;
    height: 40px;
    color: #333;
    width: 40px
}

.uagb-ifb-icon svg {
    fill: #333
}

.uagb-ifb-content {
    width: 100%
}

.uagb-infobox__content-wrap.uagb-infobox,
.uagb-ifb-content,
.uagb-ifb-title-wrap,
.uagb-ifb-title-prefix *,
svg.dashicon.dashicons-upload {
    z-index: 1
}

.uagb-ifb-left-right-wrap {
    z-index: 1
}

.uagb-infobox-cta-link {
    cursor: pointer
}

a.uagb-infobox-link-wrap {
    color: inherit
}

.uagb-ifb-content p:empty {
    display: none
}

.uagb-infobox .uagb-ifb-icon,
.uagb-infobox .uagb-ifb-image-content img {
    display: inline-block;
    box-sizing: content-box
}

.uagb-ifb-align-icon-after {
    margin-left: 5px
}

.uagb-ifb-align-icon-before {
    margin-right: 5px
}

span.uagb-ifb-button-icon.uagb-ifb-align-icon-after {
    float: right
}

.uagb-ifb-button-icon {
    height: 15px;
    width: 15px;
    font-size: 15px;
    vertical-align: middle
}

.uagb-ifb-text-icon {
    height: 15px;
    width: 15px;
    font-size: 15px;
    line-height: 15px;
    vertical-align: middle;
    display: inline-block
}

.uagb-ifb-button-icon svg,
.uagb-ifb-text-icon svg {
    height: inherit;
    width: inherit;
    display: inline-block
}

.block-editor-page #wpwrap .uagb-infobox-cta-link svg,
.uagb-infobox-cta-link svg {
    font-style: normal
}

.uagb-infobox__outer-wrap {
    position: relative
}

a.uagb-infbox__link-to-all {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 3;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none
}

@media only screen and (max-width:976px) {
    .uagb-infobox-stacked-tablet .uagb-ifb-left-right-wrap .uagb-ifb-imgicon-wrap {
        padding: 0;
        margin-bottom: 20px
    }

    .uagb-infobox-stacked-tablet.uagb-reverse-order-tablet .uagb-ifb-left-right-wrap {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        -js-display: inline-flex;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        flex-direction: column-reverse
    }

    .uagb-infobox.uagb-infobox-stacked-tablet .uagb-ifb-left-right-wrap .uagb-ifb-content,
    .uagb-infobox.uagb-infobox-stacked-tablet .uagb-ifb-left-right-wrap .uagb-ifb-imgicon-wrap {
        display: block;
        width: 100%;
        text-align: center
    }

    .uagb-infobox.uagb-infobox-stacked-tablet .uagb-ifb-left-right-wrap .uagb-ifb-imgicon-wrap {
        margin-left: 0;
        margin-right: 0
    }

    .uagb-infobox-stacked-tablet .uagb-ifb-left-right-wrap {
        display: inline-block
    }

    .uagb-infobox-icon-left-title.uagb-infobox-stacked-tablet .uagb-ifb-imgicon-wrap,
    .uagb-infobox-icon-left.uagb-infobox-stacked-tablet .uagb-ifb-imgicon-wrap {
        margin-right: 0
    }

    .uagb-infobox-icon-right-title.uagb-infobox-stacked-tablet .uagb-ifb-imgicon-wrap,
    .uagb-infobox-icon-right.uagb-infobox-stacked-tablet .uagb-ifb-imgicon-wrap {
        margin-left: 0
    }

    .uagb-infobox-icon-left-title .uagb-ifb-separator-parent {
        margin: 10px 0
    }
}

@media screen and (max-width:767px) {
    .uagb-infobox-stacked-mobile .uagb-ifb-left-right-wrap .uagb-ifb-imgicon-wrap {
        padding: 0;
        margin-bottom: 20px
    }

    .uagb-infobox-stacked-mobile.uagb-reverse-order-mobile .uagb-ifb-left-right-wrap {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        -js-display: inline-flex;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        flex-direction: column-reverse
    }

    .uagb-infobox.uagb-infobox-stacked-mobile .uagb-ifb-left-right-wrap .uagb-ifb-content,
    .uagb-infobox.uagb-infobox-stacked-mobile .uagb-ifb-left-right-wrap .uagb-ifb-imgicon-wrap {
        display: block;
        width: 100%;
        text-align: center
    }

    .uagb-infobox.uagb-infobox-stacked-mobile .uagb-ifb-left-right-wrap .uagb-ifb-imgicon-wrap {
        margin-left: 0;
        margin-right: 0
    }

    .uagb-infobox-stacked-mobile .uagb-ifb-left-right-wrap {
        display: inline-block
    }

    .uagb-infobox-icon-left-title.uagb-infobox-stacked-mobile .uagb-ifb-imgicon-wrap,
    .uagb-infobox-icon-left.uagb-infobox-stacked-mobile .uagb-ifb-imgicon-wrap {
        margin-right: 0
    }

    .uagb-infobox-icon-right-title.uagb-infobox-stacked-mobile .uagb-ifb-imgicon-wrap,
    .uagb-infobox-icon-right.uagb-infobox-stacked-mobile .uagb-ifb-imgicon-wrap {
        margin-left: 0
    }

    .uagb-infobox-icon-left-title .uagb-ifb-separator-parent {
        margin: 10px 0
    }
}

.uagb-inline_notice__outer-wrap.uagb-inline_notice__align-right {
    text-align: right
}

.uagb-inline_notice__outer-wrap.uagb-inline_notice__align-right span.uagb-notice-dismiss {
    left: 13px
}

.uagb-inline_notice__outer-wrap.uagb-inline_notice__align-center {
    text-align: center
}

.uagb-inline_notice__outer-wrap.uagb-inline_notice__align-center span.uagb-notice-dismiss {
    right: 13px
}

.uagb-inline_notice__outer-wrap.uagb-inline_notice__align-left {
    text-align: left
}

.uagb-inline_notice__outer-wrap.uagb-inline_notice__align-left span.uagb-notice-dismiss {
    right: 13px
}

.wp-block-uagb-inline-notice {
    position: relative
}

.wp-block-uagb-inline-notice.uagb-notice__active {
    display: none
}

.wp-block-uagb-inline-notice .uagb-notice-title {
    margin: 0;
    width: 100%;
    display: inline-block
}

.wp-block-uagb-inline-notice span.uagb-notice-dismiss svg {
    width: 16px;
    height: 16px
}

.wp-block-uagb-inline-notice span.uagb-notice-dismiss {
    position: absolute;
    cursor: pointer;
    top: 13px;
    opacity: .8;
    padding: 0;
    background: none;
    transition: .3s ease
}

.wp-block-uagb-marketing-button .uagb-marketing-btn__wrap>p,
.wp-block-uagb-marketing-button p:empty {
    display: none
}

.wp-block-uagb-marketing-button .uagb-marketing-btn__title,
.wp-block-uagb-marketing-button p.uagb-marketing-btn__prefix {
    margin: 0
}

.wp-block-uagb-marketing-button .uagb-marketing-btn__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wp-block-uagb-marketing-button .uagb-marketing-btn__link {
    z-index: 1
}

.wp-block-uagb-marketing-button .uagb-marketing-btn__link {
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

.wp-block-uagb-marketing-button .uagb-marketing-btn__icon-wrap {
    width: 20px;
    height: 20px;
    display: flex;
    z-index: 1
}

.wp-block-uagb-marketing-button .uagb-marketing-btn__icon-wrap svg {
    width: inherit;
    height: inherit
}

.wp-block-uagb-marketing-button .uagb-marketing-btn__title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wp-block-uagb-marketing-button.uagb-marketing-btn__align-center .uagb-marketing-btn__wrap,
.wp-block-uagb-marketing-button.uagb-marketing-btn__align-text-center .uagb-marketing-btn__title-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.wp-block-uagb-marketing-button.uagb-marketing-btn__align-left .uagb-marketing-btn__wrap,
.wp-block-uagb-marketing-button.uagb-marketing-btn__align-text-left .uagb-marketing-btn__title-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.wp-block-uagb-marketing-button.uagb-marketing-btn__align-right .uagb-marketing-btn__wrap,
.wp-block-uagb-marketing-button.uagb-marketing-btn__align-text-right .uagb-marketing-btn__title-wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.wp-block-uagb-marketing-button.uagb-marketing-btn__align-full .uagb-marketing-btn__link {
    width: 100%
}

.wp-block-uagb-marketing-button.uagb-marketing-btn__align-text-center .uagb-marketing-btn__prefix-wrap {
    text-align: center
}

.wp-block-uagb-marketing-button.uagb-marketing-btn__align-text-left .uagb-marketing-btn__prefix-wrap {
    text-align: left
}

.wp-block-uagb-marketing-button.uagb-marketing-btn__align-text-right .uagb-marketing-btn__prefix-wrap {
    text-align: right
}

.wp-block-uagb-marketing-button.uagb-marketing-btn__icon-after .uagb-marketing-btn__title-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.entry-content .wp-block-uagb-marketing-button .uagb-marketing-btn__link {
    text-decoration: none
}

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

.uagb-buttons__outer-wrap a {
    color: inherit
}

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

.uagb-buttons-repeater a.uagb-button__link {
    display: flex;
    justify-content: center
}

.uagb-buttons-repeater .uagb-button__icon {
    font-size: inherit;
    display: flex;
    align-items: center;
    width: 15px
}

.uagb-buttons-repeater .uagb-button__icon svg {
    fill: currentColor;
    width: inherit;
    height: inherit
}

.uagb-post-grid {
    margin: 0;
    position: relative
}

.uagb-post-grid .uagb-post__load-more-wrap {
    width: 100%
}

.uagb-post-grid .uagb-post__load-more-wrap .uagb-post-pagination-button {
    cursor: pointer
}

.uagb-post-grid .uagb-post__load-more-wrap a {
    color: inherit
}

.uagb-post-grid .is-grid article {
    float: left;
    display: inline-block
}

.uagb-post-grid .uagb-post__items {
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.uagb-post-grid .is-grid.uagb-post__equal-height .uagb-post__inner-wrap {
    height: 100%
}

.uagb-post-grid .is-masonry .uagb-post__inner-wrap {
    height: auto
}

.uagb-post-grid .uagb-post__inner-wrap>p {
    display: none
}

.uagb-post-grid .uagb-post__author span,
.uagb-post-grid .uagb-post__comment span,
.uagb-post-grid .uagb-post__taxonomy span,
.uagb-post-grid .uagb-post__date span {
    font-size: inherit;
    line-height: inherit;
    width: inherit;
    height: inherit;
    margin-right: 4px
}

.uagb-post-grid .uagb-post__columns-8 article {
    width: 12.5%
}

.uagb-post-grid .uagb-post__columns-7 article {
    width: 14.28%
}

.uagb-post-grid .uagb-post__columns-6 article {
    width: 16.66%
}

.uagb-post-grid .uagb-post__columns-5 article {
    width: 20%
}

.uagb-post-grid .uagb-post__columns-4 article {
    width: 25%
}

.uagb-post-grid .uagb-post__columns-3 article {
    width: 33.2%
}

.uagb-post-grid .uagb-post__columns-2 article {
    width: 50%
}

.uagb-post-grid .uagb-post__columns-1 article {
    width: 100%
}

@media only screen and (max-width:600px) {
    .uagb-post-grid div[class*="columns"].is-grid {
        grid-template-columns: 1fr
    }
}

.uagb-post-grid .uagb-post__image img {
    display: block;
    width: 100%
}

.uagb-post-grid .uagb-post__image {
    margin-bottom: 15px
}

.uagb-post-grid .uagb-post__title {
    margin-top: 0;
    margin-bottom: 15px;
    word-break: break-word
}

.uagb-post-grid .uagb-post__title a {
    color: inherit;
    box-shadow: none;
    transition: .3s ease;
    text-decoration: none
}

.uagb-post-grid .uagb-post__title a:hover {
    text-decoration: none
}

.uagb-post-grid .uagb-post__title a:focus {
    text-decoration: none
}

.uagb-post-grid .uagb-post__title a:active {
    text-decoration: none
}

.uagb-post-grid .uagb-post-grid-byline {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    margin-bottom: 15px
}

.uagb-post-grid .uagb-post-grid-byline>* {
    margin-right: 10px
}

.uagb-post-grid .uagb-post-grid-byline a,
.uagb-post-grid .uagb-post-grid-byline a:focus,
.uagb-post-grid .uagb-post-grid-byline a:active {
    color: inherit;
    font-size: inherit
}

.uagb-post-grid .uagb-post__title a,
.uagb-post-grid .uagb-post__title a:focus,
.uagb-post-grid .uagb-post__title a:active {
    color: inherit;
    font-size: inherit
}

.uagb-post-grid .uagb-post__author,
.uagb-post-grid .uagb-post__date {
    display: inline-block;
    word-break: break-all
}

.uagb-post-grid .uagb-post__author:not(:last-child):after,
.uagb-post-grid .uagb-post__date:not(:last-child):after {
    content: "\B7";
    vertical-align: middle;
    margin: 0 5px;
    line-height: 1
}

.uagb-post-grid .uagb-post__comment,
.uagb-post-grid .uagb-post__taxonomy {
    display: inline-block
}

.uagb-post-grid .uagb-post__author a {
    box-shadow: none
}

.uagb-post-grid .uagb-post__author a:hover {
    color: inherit;
    box-shadow: 0 -1px 0 inset
}

.uagb-post-grid .uagb-post__excerpt {
    margin-bottom: 25px;
    word-break: break-word
}

.uagb-post-grid .uagb-post__inner-wrap p {
    margin: 0 0 15px 0
}

.uagb-post-grid .uagb-post__inner-wrap p:last-of-type {
    margin-bottom: 0
}

.uagb-post-grid .uagb-post__cta {
    border: none;
    display: inline-block
}

.uagb-post-grid .uagb-post__link {
    display: inline-block;
    box-shadow: none;
    transition: .3s ease;
    font-weight: 700;
    color: inherit;
    text-decoration: none;
    padding: 5px 10px
}

.uagb-post-grid .uagb-post__excerpt div+p {
    margin-top: 15px
}

.uagb-post-grid .uagb-post__excerpt p {
    color: inherit
}

.uagb-post-grid .uagb-post__link-complete-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11
}

.uagb-post__image-position-background .uagb-post__text {
    opacity: 1;
    position: relative;
    z-index: 10;
    overflow: hidden;
    width: 100%
}

.uagb-post__image-position-background .uagb-post__inner-wrap {
    position: relative;
    width: 100%
}

.uagb-post__image-position-background .uagb-post__image img {
    position: absolute;
    width: auto;
    height: auto;
    min-width: 100%;
    max-width: none;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-height: 100%
}

.uagb-post__image-position-background .uagb-post__image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    text-align: center;
    position: relative
}

.uagb-post__image-position-background .uagb-post__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.uagb-post__image-position-background .uagb-post__image::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(255, 255, 255, .5)
}

.uagb-post-grid[data-equal-height="yes"] .uagb-post__inner-wrap {
    display: inline-block;
    height: 100%
}

.uagb-post__arrow-outside.uagb-post-grid .slick-prev {
    left: -45px;
    z-index: 1
}

[dir="rtl"] .uagb-post__arrow-outside.uagb-post-grid .slick-prev {
    left: auto;
    right: -45px
}

.uagb-post__arrow-outside.uagb-post-grid .slick-next {
    right: -45px
}

[dir="rtl"] .uagb-post__arrow-outside.uagb-post-grid .slick-next {
    left: -45px;
    right: auto
}

.uagb-post__arrow-inside.uagb-post-grid .slick-prev {
    left: 25px;
    z-index: 1
}

[dir="rtl"] .uagb-post__arrow-inside.uagb-post-grid .slick-prev {
    left: auto;
    right: 25px
}

.uagb-post__arrow-inside.uagb-post-grid .slick-next {
    right: 25px
}

[dir="rtl"] .uagb-post__arrow-inside.uagb-post-grid .slick-next {
    left: 25px;
    right: auto
}

.uagb-post-grid .is-grid article,
.uagb-post-grid .is-masonry article,
.uagb-post-grid .is-carousel article {
    box-sizing: border-box
}

@media (max-width:976px) {
    .uagb-post__arrow-outside.uagb-post-grid .slick-prev {
        left: 15px;
        z-index: 1
    }

    [dir="rtl"] .uagb-post__arrow-outside.uagb-post-grid .slick-prev {
        left: auto;
        right: 15px
    }

    .uagb-post__arrow-outside.uagb-post-grid .slick-next {
        right: 15px
    }

    [dir="rtl"] .uagb-post__arrow-outside.uagb-post-grid .slick-next {
        left: 15px;
        right: auto
    }

    .uagb-post-grid .uagb-post__columns-tablet-1 article {
        width: 100%
    }

    .uagb-post-grid .uagb-post__columns-tablet-2 article {
        width: 50%
    }

    .uagb-post-grid .uagb-post__columns-tablet-3 article {
        width: 33.2%
    }

    .uagb-post-grid .uagb-post__columns-tablet-4 article {
        width: 25%
    }

    .uagb-post-grid .uagb-post__columns-tablet-5 article {
        width: 20%
    }

    .uagb-post-grid .uagb-post__columns-tablet-6 article {
        width: 16.66%
    }

    .uagb-post-grid .uagb-post__columns-tablet-7 article {
        width: 14.28%
    }

    .uagb-post-grid .uagb-post__columns-tablet-8 article {
        width: 12.5%
    }
}

@media (max-width:767px) {
    .uagb-post-grid .uagb-post__columns-mobile-1 article {
        width: 100%
    }

    .uagb-post-grid .uagb-post__columns-mobile-2 article {
        width: 50%
    }

    .uagb-post-grid .uagb-post__columns-mobile-3 article {
        width: 33.2%
    }

    .uagb-post-grid .uagb-post__columns-mobile-4 article {
        width: 25%
    }

    .uagb-post-grid .uagb-post__columns-mobile-5 article {
        width: 20%
    }

    .uagb-post-grid .uagb-post__columns-mobile-6 article {
        width: 16.66%
    }

    .uagb-post-grid .uagb-post__columns-tablet-7 article {
        width: 14.28%
    }

    .uagb-post-grid .uagb-post__columns-tablet-8 article {
        width: 12.5%
    }
}

.entry .entry-content .uagb-post-grid a {
    text-decoration: none
}

.uagb-post-pagination-wrap a.page-numbers,
.uagb-post-pagination-wrap span.page-numbers.current {
    padding: 5px 10px;
    margin: 0;
    display: inline-block
}

.uagb-post-grid .uagb-post-inf-loader {
    margin: 0 auto;
    min-height: 58px;
    line-height: 58px;
    width: 160px;
    text-align: center
}

.uagb-post-grid .uagb-post-inf-loader div {
    width: 18px;
    height: 18px;
    background-color: #0085ba;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

.uagb-post-grid .uagb-post-inf-loader .uagb-post-loader-1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s
}

.uagb-post-grid .uagb-post-inf-loader .uagb-post-loader-2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.uagb-rest_menu__wrap {
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.uagb-rest_menu__wrap,
.uagb-rest_menu__wrap * {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

.uagb-rm__image img,
.slick-slide .uagb-rm__image img {
    display: inline-block;
    box-sizing: content-box
}

.uagb-rm__title,
.uagb-rm__price {
    display: inline-block
}

.uagb-rm__desc {
    margin-bottom: 15px;
    font-style: italic
}

.uagb-rm__content {
    overflow: hidden;
    text-align: left;
    word-break: break-word;
    padding: 15px;
    border-radius: inherit;
    position: relative;
    padding: 5px
}

.uagb-rm__image-position-left .uagb-rm__content,
.uagb-rm__image-position-right .uagb-rm__content {
    display: -ms-flexbox;
    -js-display: flex;
    display: flex
}

.uagb-rm-details {
    display: table;
    width: 100%
}

.uagb-rm__title-wrap,
.uagb-rm__price-wrap {
    display: table-cell
}

.uagb-rm__title-wrap,
.uagb-rm__image-position-left.uagb-rm__align-center .uagb-rm__price-wrap,
.uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm__price-wrap {
    width: 85%
}

.uagb-rm__price-wrap,
.uagb-rm__image-position-left.uagb-rm__align-center .uagb-rm__price-wrap,
.uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm__price-wrap {
    width: 15%
}

.uagb-rm__title,
.uagb-rm__price {
    display: block
}

.uagb-rm__align-center .uagb-rm-details,
.uagb-rm__align-center .uagb-rm__title-wrap,
.uagb-rm__align-center .uagb-rm__price-wrap {
    display: block;
    width: 100%
}

.uagb-rm__image-aligned-middle .uagb-rm__image-content {
    -ms-flex-item-align: center;
    align-self: center
}

.uagb-rm__image {
    overflow: hidden
}

.uagb-rm__title {
    margin-bottom: 5px;
    font-size: 20px
}

.uagb-rm__price {
    font-style: italic;
    text-align: right
}

.uagb-rm__image-position-center.uagb-rm__align-center .uagb-rm-details,
.uagb-rm__image-position-center.uagb-rm__align-center .uagb-rm__title-wrap,
.uagb-rm__image-position-center.uagb-rm__align-center .uagb-rm__price-wrap {
    display: block;
    width: 100%;
    text-align: center
}

.uagb-rm__align-center .uagb-rm__price {
    text-align: center
}

.uagb-rm__align-right .uagb-rm-details {
    display: flex;
    width: 100%;
    flex-direction: row-reverse
}

.uagb-rm__align-right .uagb-rm__price {
    text-align: left
}

.uagb-rm__align-left .uagb-rm__price {
    text-align: right
}

.uagb-rm__image-position-left.uagb-rm__align-left .uagb-rm__price,
.uagb-rm__image-position-left.uagb-rm__align-right .uagb-rm__price,
.uagb-rm__image-position-left.uagb-rm__align-center .uagb-rm__price {
    text-align: right
}

.uagb-rm__image-position-left.uagb-rm__align-left .uagb-rm-details,
.uagb-rm__image-position-left.uagb-rm__align-right .uagb-rm-details,
.uagb-rm__image-position-left.uagb-rm__align-center .uagb-rm-details {
    display: flex;
    flex-direction: unset;
    text-align: left
}

.uagb-rm__image-position-left.uagb-rm__align-left .uagb-rm__title-wrap,
.uagb-rm__image-position-left.uagb-rm__align-right .uagb-rm__title-wrap,
.uagb-rm__image-position-left.uagb-rm__align-center .uagb-rm__title-wrap,
.uagb-rm__image-position-left.uagb-rm__align-left .uagb-rm__image-content,
.uagb-rm__image-position-left.uagb-rm__align-right .uagb-rm__image-content,
.uagb-rm__image-position-left.uagb-rm__align-center .uagb-rm__image-content {
    text-align: left
}

.uagb-rm__image-position-right.uagb-rm__align-left .uagb-rm-details,
.uagb-rm__image-position-right.uagb-rm__align-right .uagb-rm-details,
.uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm-details {
    display: flex;
    flex-direction: row-reverse;
    text-align: right
}

.uagb-rm__image-position-right.uagb-rm__align-left .uagb-rm__price,
.uagb-rm__image-position-right.uagb-rm__align-right .uagb-rm__price,
.uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm__price {
    text-align: left
}

.uagb-rm__image-position-right.uagb-rm__align-left .uagb-rm__title-wrap,
.uagb-rm__image-position-right.uagb-rm__align-right .uagb-rm__title-wrap,
.uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm__title-wrap,
.uagb-rm__image-position-right.uagb-rm__align-left .uagb-rm__image-content,
.uagb-rm__image-position-right.uagb-rm__align-right .uagb-rm__image-content,
.uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm__image-content {
    text-align: right
}

.uagb-rest_menu__outer-wrap {
    position: relative
}

.uagb-rm__overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: transparent
}

.uagb-tm-parent {
    padding: 30px
}

.uagb-rm__text-wrap {
    position: relative;
    display: block;
    width: 100%
}

.uagb-rest_menu__wrap {
    position: relative
}

.uagb-rest_menu__outer-wrap:after {
    content: "";
    display: block;
    clear: both
}

.uagb-rest_menu__wrap.uagb-rm__desk-column-3 {
    display: block;
    width: 33%;
    float: left;
    width: calc(100% / 3);
    padding-left: 10px;
    padding-right: 10px
}

.uagb-rest_menu__wrap.uagb-rm__desk-column-2 {
    display: block;
    width: 49%;
    float: left;
    padding-left: 10px;
    padding-right: 10px
}

.uagb-rest_menu__wrap.uagb-rm__desk-column-1 {
    display: block;
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px
}

.uagb-rm__separator-parent {
    line-height: 0em;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
    -js-display: flex;
    display: -webkit-flex;
    display: -moz-flexbox;
    display: flex
}

.uagb-rm__separator {
    width: 100%;
    border-top-width: 1px;
    border-top-color: #b2b4b5;
    border-top-style: inherit
}

.uagb-rm__image-position-left .uagb-rm__image {
    margin-right: 10px
}

.uagb-rm__image-position-right .uagb-rm__image {
    margin-left: 10px
}

@media (max-width:976px) {

    .uagb-rm__image-position-left.uagb-rm-stacked-tablet .uagb-rm__content,
    .uagb-rm__image-position-right.uagb-rm-stacked-tablet .uagb-rm__content {
        display: block;
        -js-display: block;
        display: block
    }

    .uagb-rm__image-position-right.uagb-rm-stacked-tablet.uagb-rm-reverse-order-tablet .uagb-rm__content {
        display: -webkit-box;
        display: -ms-flexbox;
        -js-display: flex;
        display: -webkit-flex;
        display: -moz-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        flex-direction: column-reverse
    }

    .uagb-rm__image-position-right.uagb-rm-stacked-tablet.uagb-rm__image-aligned-middle .uagb-rm__image-content {
        align-self: flex-end
    }

    .uagb-rm__image-position-left.uagb-rm-stacked-tablet.uagb-rm__image-aligned-middle .uagb-rm__image-content {
        align-self: flex-start
    }

    .uagb-rm__tablet-column-3.uagb-rest_menu__wrap {
        width: 33%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }

    .uagb-rm__tablet-column-2.uagb-rest_menu__wrap {
        width: 50%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }

    .uagb-rm__tablet-column-1.uagb-rest_menu__wrap {
        width: 100%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (max-width:767px) {

    .uagb-rm__image-position-left.uagb-rm-stacked-mobile .uagb-rm__content,
    .uagb-rm__image-position-right.uagb-rm-stacked-mobile .uagb-rm__content {
        display: block;
        -js-display: block;
        display: block
    }

    .uagb-rm__image-position-right.uagb-rm-stacked-mobile.uagb-rm-reverse-order-mobile .uagb-rm__content {
        display: -webkit-box;
        display: -ms-flexbox;
        -js-display: flex;
        display: -webkit-flex;
        display: -moz-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        flex-direction: column-reverse
    }

    .uagb-rest_menu__wrap.uagb-rm__mobile-column-3 {
        width: 33%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }

    .uagb-rest_menu__wrap.uagb-rm__mobile-column-2 {
        width: 50%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }

    .uagb-rest_menu__wrap.uagb-rm__mobile-column-1 {
        width: 100%;
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }

    .uagb-rm__image-position-right.uagb-rm-stacked-mobile.uagb-rm__image-aligned-middle .uagb-rm__image-content {
        align-self: flex-end
    }

    .uagb-rm__image-position-left.uagb-rm-stacked-mobile.uagb-rm__image-aligned-middle .uagb-rm__image-content {
        align-self: flex-start
    }
}

.uagb_review_block {
    padding: 25px 40px 35px 40px;
    margin: 30px auto
}

.uagb_review_block a.uagb-rating-link-wrapper {
    color: inherit
}

.uagb_review_block .uagb-rating__source-wrap {
    padding-top: 10px;
    padding-bottom: 10px
}

.uagb_review_block .uagb_review_entry {
    display: flex;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #e9e9e9
}

.uagb_review_block .uagb_review_summary_title {
    margin: 23px 0 13px 0;
    font-size: 24px;
    font-weight: 600
}

.uagb_review_block .uagb_review_summary .uagb_review_overall_value {
    flex-basis: 75%
}

.uagb_review_block .uagb_review_average {
    display: inline-flex
}

.uagb_review_block .uagb_review_rating {
    text-align: right;
    font-size: 40px
}

.uagb_review_block .uagb_review_average_stars {
    display: flex;
    grid-area: auto;
    justify-self: self-end;
    height: 50px;
    line-height: 60px;
    margin-left: 10px;
    margin-top: 25px
}

.uagb-section__wrap {
    position: relative
}

.uagb-section__wrap .uagb-section__inner-wrap {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2
}

.uagb-section__wrap .uagb-section__overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.uagb-section__wrap .uagb-section__video-wrap {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    z-index: 0;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s
}

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

@media (min-width:768px) and (max-width:1024px) {
    .wp-block-uagb-section.uagb-section__wrap.uagb-section__background-image {
        background-attachment: scroll
    }
}

.uagb-social-share__outer-wrap .uagb-social-share__wrap {
    display: flex;
    align-items: center;
    justify-content: center
}

.uagb-social-share__outer-wrap a.uagb-button__link:focus {
    box-shadow: none
}

.uagb-social-share__outer-wrap .uagb-ss__wrapper {
    padding: 0;
    margin-left: 5px;
    margin-right: 5px;
    transition: all 0.2s;
    display: inline-flex;
    text-align: center
}

.uagb-social-share__outer-wrap .uagb-ss__source-wrap {
    display: inline-block
}

.uagb-social-share__outer-wrap .uagb-ss__link {
    color: #3a3a3a;
    display: inline-table;
    line-height: 0;
    cursor: pointer
}

.uagb-social-share__outer-wrap .uagb-ss__source-icon {
    font-size: 40px;
    width: 40px;
    height: 40px
}

.uagb-social-share__outer-wrap .uagb-ss__source-image {
    width: 40px
}

.uagb-social-share__outer-wrap .uagb-ss__wrapper:first-child {
    margin-left: 0
}

.uagb-social-share__outer-wrap .uagb-ss__wrapper:last-child {
    margin-right: 0
}

.uagb-social-share__layout-vertical .uagb-social-share__wrap {
    flex-direction: column
}

@media (max-width:976px) {
    .uagb-social-share__layout-horizontal .uagb-ss__wrapper {
        margin-left: 0;
        margin-right: 0
    }
}

.wp-block-uagb-social-share .uagb-social-share__wrap .uagb-social-share__wrapper {
    text-decoration: none
}

.uagb-social-share__wrap .uagb-social-share__wrapper {
    box-shadow: none
}

.uagb-social-share__outer-wrap:not(.uagb-social-share__no-label) .uagb-social-share__source-wrap {
    margin-right: 15px
}

.uagb-social-share__outer-wrap.uagb-social-share__icon-at-top .uagb-social-share__source-wrap {
    -ms-flex-item-align: flex-start;
    align-self: flex-start;
    margin-top: 5px
}

.uagb-tabs__wrap {
    display: flex;
    margin: 15px
}

.uagb-tabs__wrap ul.uagb-tabs__panel {
    list-style-type: none;
    display: inherit
}

.uagb-tabs__wrap ul.uagb-tabs__panel li.uagb-tab {
    float: left;
    position: relative
}

.uagb-tabs__wrap ul.uagb-tabs__panel .uagb-tabs__icon-position-left {
    display: inline-flex
}

.uagb-tabs__wrap ul.uagb-tabs__panel .uagb-tabs__icon-position-left .uagb-tabs__icon {
    margin-top: 3px
}

.uagb-tabs__wrap ul.uagb-tabs__panel .uagb-tabs__icon-position-top {
    display: block
}

.uagb-tabs__wrap ul.uagb-tabs__panel .uagb-tabs__icon-position-top .uagb-tabs__icon {
    display: block;
    text-align: center
}

.uagb-tabs__wrap ul.uagb-tabs__panel .uagb-tabs__icon-position-bottom {
    display: block
}

.uagb-tabs__wrap ul.uagb-tabs__panel .uagb-tabs__icon-position-bottom .uagb-tabs__icon {
    display: block;
    text-align: center
}

.uagb-tabs__wrap ul.uagb-tabs__panel .uagb-tabs__icon-position-right {
    display: inline-flex
}

.uagb-tabs__wrap ul.uagb-tabs__panel .uagb-tabs__icon-position-right .uagb-tabs__icon {
    margin-top: 3px
}

.uagb-tabs__wrap .uagb-tabs__body-wrap {
    position: relative;
    max-width: 100%;
    padding: 10px
}

.uagb-tabs__wrap.uagb-tabs__hstyle1-desktop {
    flex-direction: column
}

.uagb-tabs__wrap.uagb-tabs__hstyle1-desktop ul.uagb-tabs__panel {
    margin: 0;
    padding: 0
}

.uagb-tabs__wrap.uagb-tabs__hstyle1-desktop .uagb-tab {
    border-style: solid;
    margin: 10px 10px 10px 0;
    padding: 6px 12px;
    border-radius: 4px
}

.uagb-tabs__wrap.uagb-tabs__hstyle1-desktop p {
    margin: 0
}

.uagb-tabs__wrap.uagb-tabs__hstyle1-desktop .uagb-tabs__body-wrap {
    border-style: solid
}

.uagb-tabs__wrap.uagb-tabs__hstyle2-desktop {
    flex-direction: column
}

.uagb-tabs__wrap.uagb-tabs__hstyle2-desktop ul.uagb-tabs__panel {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #b3b6b9
}

.uagb-tabs__wrap.uagb-tabs__hstyle2-desktop .uagb-tab {
    margin: 10px 10px -1px 0;
    padding: 6px 12px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.uagb-tabs__wrap.uagb-tabs__hstyle2-desktop p {
    margin: 0
}

.uagb-tabs__wrap.uagb-tabs__hstyle2-desktop .uagb-tabs__active {
    border-bottom-style: solid
}

.uagb-tabs__wrap.uagb-tabs__hstyle2-desktop .uagb-tabs__body-wrap {
    border: none
}

.uagb-tabs__wrap.uagb-tabs__hstyle3-desktop {
    flex-direction: column
}

.uagb-tabs__wrap.uagb-tabs__hstyle3-desktop ul.uagb-tabs__panel {
    margin: 0;
    padding: 0
}

.uagb-tabs__wrap.uagb-tabs__hstyle3-desktop .uagb-tab {
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    border-top-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    margin: 10px 10px 0 0;
    padding: 6px 12px
}

.uagb-tabs__wrap.uagb-tabs__hstyle3-desktop .uagb-tab p {
    margin: 0
}

.uagb-tabs__wrap.uagb-tabs__hstyle3-desktop .uagb-tabs__body-wrap {
    border-style: solid
}

.uagb-tabs__wrap.uagb-tabs__hstyle4-desktop {
    flex-direction: column
}

.uagb-tabs__wrap.uagb-tabs__hstyle4-desktop ul.uagb-tabs__panel {
    margin: 0;
    padding: 0
}

.uagb-tabs__wrap.uagb-tabs__hstyle4-desktop .uagb-tab {
    border-radius: 30px;
    border-style: solid;
    margin: 10px 10px 10px 0;
    padding: 6px 12px
}

.uagb-tabs__wrap.uagb-tabs__hstyle4-desktop .uagb-tab p {
    margin: 0
}

.uagb-tabs__wrap.uagb-tabs__hstyle4-desktop .uagb-tabs__body-wrap {
    border-style: solid
}

.uagb-tabs__wrap.uagb-tabs__hstyle5-desktop {
    flex-direction: column;
    border-style: solid
}

.uagb-tabs__wrap.uagb-tabs__hstyle5-desktop ul.uagb-tabs__panel {
    justify-content: space-between;
    margin: 0;
    padding: 0
}

.uagb-tabs__wrap.uagb-tabs__hstyle5-desktop .uagb-tab {
    padding: 6px 12px;
    margin: 10px 10px 10px 10px;
    text-align: center;
    width: 100%
}

.uagb-tabs__wrap.uagb-tabs__hstyle5-desktop .uagb-tab p {
    margin: 0
}

.uagb-tabs__wrap.uagb-tabs__hstyle5-desktop .uagb-tab.uagb-tabs__active {
    border-bottom-style: solid
}

.uagb-tabs__wrap.uagb-tabs__vstyle6-desktop ul.uagb-tabs__panel {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-width: 25%;
    max-width: 25%
}

.uagb-tabs__wrap.uagb-tabs__vstyle6-desktop ul.uagb-tabs__panel .uagb-tab {
    border-style: solid;
    margin: 0 10px 10px 0;
    padding: 6px 12px;
    border-radius: 4px
}

.uagb-tabs__wrap.uagb-tabs__vstyle6-desktop ul.uagb-tabs__panel .uagb-tab p {
    margin: 0
}

.uagb-tabs__wrap.uagb-tabs__vstyle6-desktop .uagb-tabs__body-wrap {
    border-style: solid;
    flex-grow: 3;
    max-width: 75%
}

.uagb-tabs__wrap.uagb-tabs__vstyle7-desktop {
    flex-direction: row
}

.uagb-tabs__wrap.uagb-tabs__vstyle7-desktop ul.uagb-tabs__panel {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-width: 25%;
    max-width: 25%;
    margin: 0;
    padding: 0;
    border-bottom-style: solid
}

.uagb-tabs__wrap.uagb-tabs__vstyle7-desktop ul.uagb-tabs__panel .uagb-tab {
    margin: 10px 10px 0 0;
    padding: 6px 12px
}

.uagb-tabs__wrap.uagb-tabs__vstyle7-desktop ul.uagb-tabs__panel .uagb-tab p {
    margin: 0
}

.uagb-tabs__wrap.uagb-tabs__vstyle7-desktop ul.uagb-tabs__panel .uagb-tabs__active {
    border-bottom-style: solid
}

.uagb-tabs__wrap.uagb-tabs__vstyle7-desktop .uagb-tabs__body-wrap {
    border: none;
    flex-grow: 3;
    max-width: 75%
}

.uagb-tabs__wrap.uagb-tabs__vstyle8-desktop {
    flex-direction: row;
    display: flex
}

.uagb-tabs__wrap.uagb-tabs__vstyle8-desktop ul.uagb-tabs__panel {
    margin: 0;
    padding: 0;
    display: grid;
    flex-grow: 1;
    min-width: 25%;
    max-width: 25%
}

.uagb-tabs__wrap.uagb-tabs__vstyle8-desktop ul.uagb-tabs__panel .uagb-tab {
    border-top-style: solid;
    border-left-style: solid;
    border-bottom-style: none;
    padding: 6px 12px;
    border-top-left-radius: 4px
}

.uagb-tabs__wrap.uagb-tabs__vstyle8-desktop ul.uagb-tabs__panel .uagb-tab p {
    margin: 0
}

.uagb-tabs__wrap.uagb-tabs__vstyle8-desktop ul.uagb-tabs__panel .uagb-tab:last-child {
    border-bottom-style: solid
}

.uagb-tabs__wrap.uagb-tabs__vstyle8-desktop .uagb-tabs__body-wrap {
    border-style: solid;
    flex-grow: 3;
    max-width: 75%
}

.uagb-tabs__wrap.uagb-tabs__vstyle9-desktop {
    flex-direction: row;
    display: flex
}

.uagb-tabs__wrap.uagb-tabs__vstyle9-desktop ul.uagb-tabs__panel {
    margin: 0;
    padding: 0;
    display: grid;
    flex-grow: 1;
    min-width: 25%;
    max-width: 25%
}

.uagb-tabs__wrap.uagb-tabs__vstyle9-desktop ul.uagb-tabs__panel .uagb-tab {
    border-radius: 30px;
    border-style: solid;
    margin: 0 10px 10px 0;
    padding: 6px 12px 6px 12px
}

.uagb-tabs__wrap.uagb-tabs__vstyle9-desktop ul.uagb-tabs__panel .uagb-tab p {
    margin: 0
}

.uagb-tabs__wrap.uagb-tabs__vstyle9-desktop .uagb-tabs__body-wrap {
    border-style: solid;
    flex-grow: 3;
    max-width: 75%
}

.uagb-tabs__wrap.uagb-tabs__vstyle10-desktop {
    border-style: solid
}

.uagb-tabs__wrap.uagb-tabs__vstyle10-desktop ul.uagb-tabs__panel {
    display: grid;
    flex-grow: 1;
    min-width: 25%;
    max-width: 25%;
    margin: 0;
    padding: 0
}

.uagb-tabs__wrap.uagb-tabs__vstyle10-desktop ul.uagb-tabs__panel .uagb-tab {
    padding: 6px 12px;
    margin: 10px 10px 10px 10px;
    text-align: center
}

.uagb-tabs__wrap.uagb-tabs__vstyle10-desktop ul.uagb-tabs__panel .uagb-tab p {
    margin: 0
}

.uagb-tabs__wrap.uagb-tabs__vstyle10-desktop ul.uagb-tabs__panel .uagb-tab.uagb-tabs__active {
    border-right-style: solid
}

.uagb-tabs__wrap.uagb-tabs__vstyle10-desktop .uagb-tabs__body-wrap {
    flex-grow: 3;
    max-width: 75%
}

@media (max-width:1023px) {
    .uagb-tabs__wrap.uagb-tabs__hstyle1-tablet {
        flex-direction: column
    }

    .uagb-tabs__wrap.uagb-tabs__hstyle1-tablet ul.uagb-tabs__panel {
        margin: 0;
        padding: 0
    }

    .uagb-tabs__wrap.uagb-tabs__hstyle1-tablet .uagb-tab {
        border-style: solid;
        margin: 10px 10px 10px 0;
        padding: 6px 12px;
        border-radius: 4px
    }

    .uagb-tabs__wrap.uagb-tabs__hstyle1-tablet p {
        margin: 0
    }

    .uagb-tabs__wrap.uagb-tabs__hstyle1-tablet .uagb-tabs__body-wrap {
        border-style: solid
    }

    .uagb-tabs__wrap.uagb-tabs__hstyle2-tablet {
        flex-direction: column
    }

    .uagb-tabs__wrap.uagb-tabs__hstyle2-tablet ul.uagb-tabs__panel {
        margin: 0;
        padding: 0;
        border-bottom-style: solid
    }

    .uagb-tabs__wrap.uagb-tabs__hstyle2-tablet .uagb-tab {
        margin: 10px 10px -1px 0;
        padding: 6px 12px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px
    }

    .uagb-tabs__wrap.uagb-tabs__hstyle2-tablet p {
        margin: 0
    }

    .uagb-tabs__wrap.uagb-tabs__hstyle2-tablet .uagb-tabs__active {
        border-bottom-style: solid
    }

    .uagb-tabs__wrap.uagb-tabs__hstyle2-tablet .uagb-tabs__body-wrap {
        border: none
    }

    .uagb-tabs__wrap.uagb-tabs__hstyle3-tablet {
        flex-direction: column
    }

    .uagb-tabs__wrap.uagb-tabs__hstyle3-tablet ul.uagb-tabs__panel {
        margin: 0;
        padding: 0
    }

    .uagb-tabs__wrap.uagb-tabs__hstyle3-tablet .uagb-tab {
        border-top-right-radius: 7px;
        border-top-left-radius: 7px;
        border-top-style: solid;
        border-left-style: solid;
        border-right-style: solid;
        margin: 10px 10px 0 0;
        padding: 6px 12px
    }

    .uagb-tabs__wrap.uagb-tabs__hstyle3-tablet .uagb-tab p {
        margin: 0
    }

    .uagb-tabs__wrap.uagb-tabs__hstyle3-tablet .uagb-tabs__body-wrap {
        border-style: solid
    }

    .uagb-tabs__wrap.uagb-tabs__hstyle4-tablet {
        flex-direction: column
    }

    .uagb-tabs__wrap.uagb-tabs__hstyle4-tablet ul.uagb-tabs__panel {
        margin: 0;
        padding: 0
    }

    .uagb-tabs__wrap.uagb-tabs__hstyle4-tablet .uagb-tab {
        border-radius: 30px;
        border-style: solid;
        margin: 10px 10px 10px 0;
        padding: 6px 12px 6px 12px
    }

    .uagb-tabs__wrap.uagb-tabs__hstyle4-tablet .uagb-tab p {
        margin: 0
    }

    .uagb-tabs__wrap.uagb-tabs__hstyle4-tablet .uagb-tabs__body-wrap {
        border-style: solid
    }

    .uagb-tabs__wrap.uagb-tabs__hstyle5-tablet {
        flex-direction: column;
        border-style: solid
    }

    .uagb-tabs__wrap.uagb-tabs__hstyle5-tablet ul.uagb-tabs__panel {
        justify-content: space-between;
        margin: 0;
        padding: 0
    }

    .uagb-tabs__wrap.uagb-tabs__hstyle5-tablet .uagb-tab {
        padding: 6px 12px;
        margin: 10px 10px 10px 10px;
        width: 100%;
        text-align: center
    }

    .uagb-tabs__wrap.uagb-tabs__hstyle5-tablet .uagb-tab p {
        margin: 0
    }

    .uagb-tabs__wrap.uagb-tabs__hstyle5-tablet .uagb-tab.uagb-tabs__active {
        border-bottom: 1px solid
    }

    .uagb-tabs__wrap.uagb-tabs__vstyle6-tablet ul.uagb-tabs__panel {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        min-width: 25%;
        max-width: 25%
    }

    .uagb-tabs__wrap.uagb-tabs__vstyle6-tablet ul.uagb-tabs__panel .uagb-tab {
        border-style: solid;
        margin: 0 10px 10px 0;
        padding: 6px 12px;
        border-radius: 4px
    }

    .uagb-tabs__wrap.uagb-tabs__vstyle6-tablet ul.uagb-tabs__panel .uagb-tab p {
        margin: 0
    }

    .uagb-tabs__wrap.uagb-tabs__vstyle6-tablet .uagb-tabs__body-wrap {
        border-style: solid;
        flex-grow: 3;
        max-width: 75%
    }

    .uagb-tabs__wrap.uagb-tabs__vstyle7-tablet {
        flex-direction: row
    }

    .uagb-tabs__wrap.uagb-tabs__vstyle7-tablet ul.uagb-tabs__panel {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        min-width: 25%;
        max-width: 25%;
        margin: 0;
        padding: 0;
        border-bottom-style: solid
    }

    .uagb-tabs__wrap.uagb-tabs__vstyle7-tablet ul.uagb-tabs__panel .uagb-tab {
        margin: 10px 10px 0 0;
        padding: 6px 12px
    }

    .uagb-tabs__wrap.uagb-tabs__vstyle7-tablet ul.uagb-tabs__panel .uagb-tab p {
        margin: 0
    }

    .uagb-tabs__wrap.uagb-tabs__vstyle7-tablet ul.uagb-tabs__panel .uagb-tabs__active {
        border-bottom-style: solid
    }

    .uagb-tabs__wrap.uagb-tabs__vstyle7-tablet .uagb-tabs__body-wrap {
        border: none;
        flex-grow: 3;
        max-width: 75%
    }

    .uagb-tabs__wrap.uagb-tabs__vstyle8-tablet {
        flex-direction: row;
        display: flex
    }

    .uagb-tabs__wrap.uagb-tabs__vstyle8-tablet ul.uagb-tabs__panel {
        margin: 0;
        padding: 0;
        display: grid;
        flex-grow: 1;
        min-width: 25%;
        max-width: 25%
    }

    .uagb-tabs__wrap.uagb-tabs__vstyle8-tablet ul.uagb-tabs__panel .uagb-tab {
        border-top-style: solid;
        border-left-style: solid;
        border-bottom-style: none;
        padding: 6px 12px;
        border-top-left-radius: 4px
    }

    .uagb-tabs__wrap.uagb-tabs__vstyle8-tablet ul.uagb-tabs__panel .uagb-tab p {
        margin: 0
    }

    .uagb-tabs__wrap.uagb-tabs__vstyle8-tablet ul.uagb-tabs__panel .uagb-tab:last-child {
        border-bottom-style: solid
    }

    .uagb-tabs__wrap.uagb-tabs__vstyle8-tablet .uagb-tabs__body-wrap {
        border-style: solid;
        flex-grow: 3;
        max-width: 75%
    }

    .uagb-tabs__wrap.uagb-tabs__vstyle9-tablet {
        flex-direction: row;
        display: flex
    }

    .uagb-tabs__wrap.uagb-tabs__vstyle9-tablet ul.uagb-tabs__panel {
        margin: 0;
        padding: 0;
        display: grid;
        flex-grow: 1;
        min-width: 25%;
        max-width: 25%
    }

    .uagb-tabs__wrap.uagb-tabs__vstyle9-tablet ul.uagb-tabs__panel .uagb-tab {
        border-radius: 30px;
        border-style: solid;
        margin: 0 10px 10px 0;
        padding: 6px 12px 6px 12px
    }

    .uagb-tabs__wrap.uagb-tabs__vstyle9-tablet ul.uagb-tabs__panel .uagb-tab p {
        margin: 0
    }

    .uagb-tabs__wrap.uagb-tabs__vstyle9-tablet .uagb-tabs__body-wrap {
        border-style: solid;
        flex-grow: 3;
        max-width: 75%
    }

    .uagb-tabs__wrap.uagb-tabs__vstyle10-tablet {
        border-style: solid;
        flex-direction: row
    }

    .uagb-tabs__wrap.uagb-tabs__vstyle10-tablet ul.uagb-tabs__panel {
        display: grid;
        flex-grow: 1;
        min-width: 25%;
        max-width: 25%;
        margin: 0;
        padding: 0
    }

    .uagb-tabs__wrap.uagb-tabs__vstyle10-tablet ul.uagb-tabs__panel .uagb-tab {
        padding: 6px 12px;
        margin: 10px 10px 10px 10px;
        text-align: center
    }

    .uagb-tabs__wrap.uagb-tabs__vstyle10-tablet ul.uagb-tabs__panel .uagb-tab p {
        margin: 0
    }

    .uagb-tabs__wrap.uagb-tabs__vstyle10-tablet ul.uagb-tabs__panel .uagb-tab.uagb-tabs__active {
        border-right-style: solid
    }

    .uagb-tabs__wrap.uagb-tabs__vstyle10-tablet .uagb-tabs__body-wrap {
        flex-grow: 3;
        max-width: 75%
    }
}

@media (max-width:767px) {
    .uagb-tabs__wrap.uagb-tabs__hstyle1-mobile {
        flex-direction: column
    }

    .uagb-tabs__wrap.uagb-tabs__hstyle1-mobile ul.uagb-tabs__panel {
        margin: 0;
        padding: 0
    }

    .uagb-tabs__wrap.uagb-tabs__hstyle1-mobile .uagb-tab {
        border-style: solid;
        margin: 10px 10px 10px 0;
        padding: 6px 12px;
        border-radius: 4px
    }

    .uagb-tabs__wrap.uagb-tabs__hstyle1-mobile p {
        margin: 0
    }

    .uagb-tabs__wrap.uagb-tabs__hstyle1-mobile .uagb-tabs__body-wrap {
        border-style: solid
    }

    .uagb-tabs__wrap.uagb-tabs__hstyle2-mobile {
        flex-direction: column
    }

    .uagb-tabs__wrap.uagb-tabs__hstyle2-mobile ul.uagb-tabs__panel {
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #b3b6b9
    }

    .uagb-tabs__wrap.uagb-tabs__hstyle2-mobile .uagb-tab {
        margin: 10px 10px -1px 0;
        padding: 6px 12px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px
    }

    .uagb-tabs__wrap.uagb-tabs__hstyle2-mobile p {
        margin: 0
    }

    .uagb-tabs__wrap.uagb-tabs__hstyle2-mobile .uagb-tabs__active {
        border-bottom-style: solid
    }

    .uagb-tabs__wrap.uagb-tabs__hstyle2-mobile .uagb-tabs__body-wrap {
        border: none
    }

    .uagb-tabs__wrap.uagb-tabs__hstyle3-mobile {
        flex-direction: column
    }

    .uagb-tabs__wrap.uagb-tabs__hstyle3-mobile ul.uagb-tabs__panel {
        margin: 0;
        padding: 0
    }

    .uagb-tabs__wrap.uagb-tabs__hstyle3-mobile .uagb-tab {
        border-top-right-radius: 7px;
        border-top-left-radius: 7px;
        border-top-style: solid;
        border-left-style: solid;
        border-right-style: solid;
        margin: 10px 10px 0 0;
        padding: 6px 12px
    }

    .uagb-tabs__wrap.uagb-tabs__hstyle3-mobile .uagb-tab p {
        margin: 0
    }

    .uagb-tabs__wrap.uagb-tabs__hstyle3-mobile .uagb-tabs__body-wrap {
        border-style: solid
    }

    .uagb-tabs__wrap.uagb-tabs__hstyle4-mobile {
        flex-direction: column
    }

    .uagb-tabs__wrap.uagb-tabs__hstyle4-mobile ul.uagb-tabs__panel {
        margin: 0;
        padding: 0
    }

    .uagb-tabs__wrap.uagb-tabs__hstyle4-mobile .uagb-tab {
        border-radius: 30px;
        border-style: solid;
        margin: 10px 10px 10px 0;
        padding: 6px 12px 6px 12px
    }

    .uagb-tabs__wrap.uagb-tabs__hstyle4-mobile .uagb-tab p {
        margin: 0
    }

    .uagb-tabs__wrap.uagb-tabs__hstyle4-mobile .uagb-tabs__body-wrap {
        border-style: solid
    }

    .uagb-tabs__wrap.uagb-tabs__hstyle5-mobile {
        flex-direction: column;
        border-style: solid
    }

    .uagb-tabs__wrap.uagb-tabs__hstyle5-mobile ul.uagb-tabs__panel {
        justify-content: space-between;
        margin: 0;
        padding: 0
    }

    .uagb-tabs__wrap.uagb-tabs__hstyle5-mobile .uagb-tab {
        padding: 6px 12px;
        margin: 10px 10px 10px 10px;
        text-align: center;
        width: 100%
    }

    .uagb-tabs__wrap.uagb-tabs__hstyle5-mobile .uagb-tab p {
        margin: 0
    }

    .uagb-tabs__wrap.uagb-tabs__hstyle5-mobile .uagb-tab.uagb-tabs__active {
        border-bottom-style: solid
    }

    .uagb-tabs__wrap.uagb-tabs__vstyle6-mobile ul.uagb-tabs__panel {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        min-width: 25%;
        max-width: 25%
    }

    .uagb-tabs__wrap.uagb-tabs__vstyle6-mobile ul.uagb-tabs__panel .uagb-tab {
        border-style: solid;
        margin: 0 10px 10px 0;
        padding: 6px 12px;
        border-radius: 4px
    }

    .uagb-tabs__wrap.uagb-tabs__vstyle6-mobile ul.uagb-tabs__panel .uagb-tab p {
        margin: 0
    }

    .uagb-tabs__wrap.uagb-tabs__vstyle6-mobile .uagb-tabs__body-wrap {
        border-style: solid;
        flex-grow: 3;
        max-width: 75%
    }

    .uagb-tabs__wrap.uagb-tabs__vstyle7-mobile {
        flex-direction: row
    }

    .uagb-tabs__wrap.uagb-tabs__vstyle7-mobile ul.uagb-tabs__panel {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        min-width: 25%;
        max-width: 25%;
        margin: 0;
        padding: 0;
        border-bottom-style: solid
    }

    .uagb-tabs__wrap.uagb-tabs__vstyle7-mobile ul.uagb-tabs__panel .uagb-tab {
        margin: 10px 10px 0 0;
        padding: 6px 12px
    }

    .uagb-tabs__wrap.uagb-tabs__vstyle7-mobile ul.uagb-tabs__panel .uagb-tab p {
        margin: 0
    }

    .uagb-tabs__wrap.uagb-tabs__vstyle7-mobile ul.uagb-tabs__panel .uagb-tabs__active {
        border-bottom-style: solid
    }

    .uagb-tabs__wrap.uagb-tabs__vstyle7-mobile .uagb-tabs__body-wrap {
        border: none;
        flex-grow: 3;
        max-width: 75%
    }

    .uagb-tabs__wrap.uagb-tabs__vstyle8-mobile {
        flex-direction: row;
        display: flex
    }

    .uagb-tabs__wrap.uagb-tabs__vstyle8-mobile ul.uagb-tabs__panel {
        margin: 0;
        padding: 0;
        display: grid;
        flex-grow: 1;
        min-width: 25%;
        max-width: 25%
    }

    .uagb-tabs__wrap.uagb-tabs__vstyle8-mobile ul.uagb-tabs__panel .uagb-tab {
        border-top-style: solid;
        border-left-style: solid;
        border-bottom-style: none;
        padding: 6px 12px;
        border-top-left-radius: 4px
    }

    .uagb-tabs__wrap.uagb-tabs__vstyle8-mobile ul.uagb-tabs__panel .uagb-tab p {
        margin: 0
    }

    .uagb-tabs__wrap.uagb-tabs__vstyle8-mobile ul.uagb-tabs__panel .uagb-tab:last-child {
        border-bottom-style: solid
    }

    .uagb-tabs__wrap.uagb-tabs__vstyle8-mobile .uagb-tabs__body-wrap {
        border-style: solid;
        flex-grow: 3;
        max-width: 75%
    }

    .uagb-tabs__wrap.uagb-tabs__vstyle9-mobile {
        flex-direction: row;
        display: flex
    }

    .uagb-tabs__wrap.uagb-tabs__vstyle9-mobile ul.uagb-tabs__panel {
        margin: 0;
        padding: 0;
        display: grid;
        flex-grow: 1;
        min-width: 25%;
        max-width: 25%
    }

    .uagb-tabs__wrap.uagb-tabs__vstyle9-mobile ul.uagb-tabs__panel .uagb-tab {
        border-radius: 30px;
        border-style: solid;
        margin: 0 10px 10px 0;
        padding: 6px 12px 6px 12px
    }

    .uagb-tabs__wrap.uagb-tabs__vstyle9-mobile ul.uagb-tabs__panel .uagb-tab p {
        margin: 0
    }

    .uagb-tabs__wrap.uagb-tabs__vstyle9-mobile .uagb-tabs__body-wrap {
        border-style: solid;
        flex-grow: 3;
        max-width: 75%
    }

    .uagb-tabs__wrap.uagb-tabs__vstyle10-mobile {
        border-style: solid
    }

    .uagb-tabs__wrap.uagb-tabs__vstyle10-mobile ul.uagb-tabs__panel {
        display: grid;
        flex-grow: 1;
        min-width: 25%;
        max-width: 25%;
        margin: 0;
        padding: 0
    }

    .uagb-tabs__wrap.uagb-tabs__vstyle10-mobile ul.uagb-tabs__panel .uagb-tab {
        padding: 6px 12px;
        margin: 10px 10px 10px 10px;
        text-align: center
    }

    .uagb-tabs__wrap.uagb-tabs__vstyle10-mobile ul.uagb-tabs__panel .uagb-tab p {
        margin: 0
    }

    .uagb-tabs__wrap.uagb-tabs__vstyle10-mobile ul.uagb-tabs__panel .uagb-tab.uagb-tabs__active {
        border-right-style: solid
    }

    .uagb-tabs__wrap.uagb-tabs__vstyle10-mobile .uagb-tabs__body-wrap {
        flex-grow: 3;
        max-width: 75%
    }

    .uagb-tabs__wrap.uagb-tabs__stack1-mobile {
        display: grid
    }

    .uagb-tabs__wrap.uagb-tabs__stack1-mobile ul.uagb-tabs__panel {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        max-width: 100%;
        flex-grow: unset
    }

    .uagb-tabs__wrap.uagb-tabs__stack1-mobile ul.uagb-tabs__panel .uagb-tab {
        border-style: solid;
        margin: 0 0 10px 0;
        padding: 6px 12px
    }

    .uagb-tabs__wrap.uagb-tabs__stack1-mobile ul.uagb-tabs__panel .uagb-tab p {
        margin: 0
    }

    .uagb-tabs__wrap.uagb-tabs__stack1-mobile .uagb-tabs__body-wrap {
        border-style: solid;
        max-width: 100%
    }

    .uagb-tabs__wrap.uagb-tabs__stack2-mobile {
        display: grid
    }

    .uagb-tabs__wrap.uagb-tabs__stack2-mobile ul.uagb-tabs__panel {
        display: flex;
        flex-direction: column;
        max-width: 100%;
        flex-grow: unset;
        width: 100%;
        margin: 0;
        padding: 0;
        border-bottom-style: solid
    }

    .uagb-tabs__wrap.uagb-tabs__stack2-mobile ul.uagb-tabs__panel .uagb-tab {
        margin: 0 0 10px 0;
        padding: 6px 12px
    }

    .uagb-tabs__wrap.uagb-tabs__stack2-mobile ul.uagb-tabs__panel .uagb-tab p {
        margin: 0
    }

    .uagb-tabs__wrap.uagb-tabs__stack2-mobile ul.uagb-tabs__panel .uagb-tabs__active {
        border-bottom-style: solid
    }

    .uagb-tabs__wrap.uagb-tabs__stack2-mobile .uagb-tabs__body-wrap {
        max-width: 100%
    }

    .uagb-tabs__wrap.uagb-tabs__stack3-mobile {
        display: grid
    }

    .uagb-tabs__wrap.uagb-tabs__stack3-mobile ul.uagb-tabs__panel {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        max-width: 100%;
        flex-grow: unset;
        width: 100%
    }

    .uagb-tabs__wrap.uagb-tabs__stack3-mobile ul.uagb-tabs__panel .uagb-tab {
        border-radius: 30px;
        border-style: solid;
        margin: 0 0 10px 0;
        padding: 6px 12px 6px 12px
    }

    .uagb-tabs__wrap.uagb-tabs__stack3-mobile ul.uagb-tabs__panel .uagb-tab p {
        margin: 0
    }

    .uagb-tabs__wrap.uagb-tabs__stack3-mobile .uagb-tabs__body-wrap {
        border-style: solid;
        max-width: 100%
    }

    .uagb-tabs__wrap.uagb-tabs__stack4-mobile {
        display: grid;
        border-style: solid;
        margin: auto
    }

    .uagb-tabs__wrap.uagb-tabs__stack4-mobile ul.uagb-tabs__panel {
        display: flex;
        flex-direction: column;
        max-width: 100%;
        flex-grow: unset;
        width: 100%;
        margin: 0;
        padding: 0
    }

    .uagb-tabs__wrap.uagb-tabs__stack4-mobile ul.uagb-tabs__panel .uagb-tab {
        padding: 6px 12px;
        margin: 0 0 10px 0;
        text-align: center
    }

    .uagb-tabs__wrap.uagb-tabs__stack4-mobile ul.uagb-tabs__panel .uagb-tab p {
        margin: 0
    }

    .uagb-tabs__wrap.uagb-tabs__stack4-mobile ul.uagb-tabs__panel .uagb-tab.uagb-tabs__active {
        border-right-style: solid
    }

    .uagb-tabs__wrap.uagb-tabs__stack4-mobile .uagb-tabs__body-wrap {
        max-width: 100%
    }
}

.uagb-tabs__body {
    cursor: pointer;
    padding: 10px 15px;
    display: none
}

.wp-block-uagb-table-of-contents .uagb-toc__wrap {
    display: inline-block
}

.wp-block-uagb-table-of-contents ul.uagb-toc__list {
    margin-left: 2.2em;
    padding-left: 0;
    margin-bottom: 0
}

.wp-block-uagb-table-of-contents ul.uagb-toc__list li {
    margin: 0
}

.wp-block-uagb-table-of-contents.uagb-toc__align-left {
    text-align: left
}

.wp-block-uagb-table-of-contents.uagb-toc__align-center {
    text-align: center
}

.wp-block-uagb-table-of-contents.uagb-toc__align-right {
    text-align: right
}

.wp-block-uagb-table-of-contents ul li:empty {
    display: none
}

.wp-block-uagb-table-of-contents .uagb-toc__title-wrap {
    display: flex;
    align-items: center
}

.wp-block-uagb-table-of-contents .uagb-toc__is-collapsible.uagb-toc__title-wrap {
    cursor: pointer
}

.wp-block-uagb-table-of-contents .uag-toc__collapsible-wrap svg {
    width: 20px;
    height: 20px
}

.wp-block-uagb-table-of-contents .uag-toc__collapsible-wrap {
    margin-left: 10px;
    display: flex;
    cursor: pointer
}

.wp-block-uagb-table-of-contents.uagb-toc__collapse .uagb-toc__list-wrap {
    display: none
}

.uagb-toc__list ul {
    list-style-type: circle
}

.uagb-toc__scroll-top.dashicons {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 50px;
    padding: 10px;
    background: #ccd0d4;
    cursor: pointer
}

.uagb-toc__scroll-top.uagb-toc__show-scroll {
    display: inline-table
}

.uagb-team__outer-wrap .uagb-team__prefix {
    font-size: 15px;
    font-style: italic;
    color: #888
}

.uagb-team__outer-wrap .uagb-team__image-wrap img {
    display: inline;
    height: auto !important;
    max-width: 100%;
    width: inherit;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-border-radius: inherit;
    border-radius: inherit
}

.uagb-team__outer-wrap .uagb-team__image-wrap.uagb-team__image-crop-circle img {
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.uagb-team__outer-wrap .uagb-team__image-wrap.uagb-team__image-crop-square img {
    -webkit-border-radius: 0;
    border-radius: 0
}

.uagb-team__outer-wrap .uagb-team__social-icon-wrap ul {
    list-style: none;
    display: flex
}

.uagb-team__outer-wrap .uagb-team__social-icon a span,
.uagb-team__outer-wrap .uagb-team__social-icon a span:before {
    color: inherit;
    font-size: inherit;
    height: inherit;
    width: inherit
}

.uagb-team__outer-wrap .uagb-team__social-icon a {
    font-size: 20px;
    width: 20px;
    height: 20px;
    color: #333;
    display: block
}

.uagb-team__outer-wrap .uagb-team__social-icon {
    margin-right: 20px;
    margin-left: 0
}

.uagb-team__outer-wrap .uagb-team__social-list {
    margin: 0;
    padding: 0
}

.uagb-team__image-position-above.uagb-team__align-center {
    text-align: center
}

.uagb-team__image-position-above.uagb-team__align-left {
    text-align: left
}

.uagb-team__image-position-above.uagb-team__align-right {
    text-align: right
}

.uagb-team__image-position-left .uagb-team__wrap,
.uagb-team__image-position-right .uagb-team__wrap {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.uagb-team__image-position-left .uagb-team__content {
    text-align: left
}

.uagb-team__image-position-right .uagb-team__content {
    text-align: right
}

.uagb-team__image-position-left .uagb-team__social-icon-wrap ul {
    justify-content: flex-start;
    margin: 0;
    padding: 0
}

.uagb-team__image-position-right .uagb-team__social-icon-wrap ul {
    justify-content: flex-end;
    margin: 0;
    padding: 0
}

.uagb-team__image-position-left li {
    margin-right: 5px
}

.uagb-team__image-position-right li {
    margin-left: 5px
}

.uagb-team__image-position-above .uagb-team__social-icon-wrap {
    display: inline-block
}

.uagb-team__image-position-above.uagb-team__align-center .uagb-team__content {
    text-align: center
}

.uagb-team__image-position-above.uagb-team__align-left .uagb-team__content {
    text-align: left
}

.uagb-team__image-position-above.uagb-team__align-right .uagb-team__content {
    text-align: right
}

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

    .uagb-team__stack-tablet,
    .uagb-team__stack-tablet .uagb-team__content {
        text-align: center
    }

    .uagb-team__stack-tablet .uagb-team__wrap {
        display: inline-block
    }

    .uagb-team__stack-tablet .uagb-team__image-wrap {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .uagb-team__stack-tablet .uagb-team__social-icon-wrap ul {
        justify-content: center
    }
}

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

    .uagb-team__stack-mobile,
    .uagb-team__stack-mobile .uagb-team__content {
        text-align: center
    }

    .uagb-team__stack-mobile .uagb-team__wrap {
        display: inline-block
    }

    .uagb-team__stack-mobile .uagb-team__image-wrap {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .uagb-team__stack-mobile .uagb-team__social-icon-wrap ul {
        justify-content: center
    }
}

.uagb-testimonial__wrap {
    position: relative;
    box-sizing: border-box
}

.uagb-testimonial__wrap,
.uagb-testimonial__wrap * {
    transition: all 0.2s
}

.uagb-icon-wrap .uagb-icon {
    display: inline-block
}

.uagb-tm__image {
    position: relative
}

.uagb-tm__imgicon-style-circle .uagb-tm__image img {
    border-radius: 100%
}

.uagb-tm__imgicon-style-square .uagb-tm__image img {
    border-radius: 0%
}

.uagb-tm__image img,
.slick-slide .uagb-tm__image img {
    display: inline-block;
    box-sizing: content-box
}

.uagb-tm__author-name,
.uagb-tm__company {
    display: inline-block
}

.uagb-tm__content {
    overflow: hidden;
    text-align: center;
    word-break: break-word;
    padding: 15px;
    border-radius: inherit;
    position: relative
}

.uagb-tm__image-position-left .uagb-tm__content,
.uagb-tm__image-position-right .uagb-tm__content {
    display: flex
}

.uagb-tm__meta-inner {
    display: inline-block
}

.uagb-tm__image-position-bottom .uagb-tm__image-content,
.uagb-tm__image-position-bottom .uagb-testimonial-details {
    display: table-cell;
    vertical-align: middle
}

.uagb-tm__meta {
    width: 100%;
    line-height: 1
}

.uagb-tm__image-position-bottom .uagb-tm__image-content {
    padding-right: 10px
}

.uagb-tm__author-name,
.uagb-tm__company {
    display: block
}

.uagb-tm__image-aligned-middle .uagb-tm__image-content {
    align-self: center
}

.uagb-tm__desc {
    margin-bottom: 15px
}

.uagb-tm__author-name {
    margin-bottom: 5px;
    font-size: 30px;
    line-height: 1em
}

.uagb-tm__company {
    font-size: 15px;
    font-style: italic;
    line-height: 1em;
    color: #888
}

.is-carousel .uagb-testomonial__outer-wrap {
    padding-left: 10px;
    padding-right: 10px
}

.uagb-tm__overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: transparent
}

.uagb-tm__text-wrap {
    position: relative
}

.uagb-tm__items {
    visibility: hidden
}

.uagb-tm__items.slick-initialized {
    visibility: visible
}

.uagb-tm__image-position-top .uagb-tm__image-content {
    display: flex;
    justify-content: center
}

.uagb-slick-carousel.uagb-tm__arrow-outside .slick-next {
    right: -45px
}

.uagb-slick-carousel.uagb-tm__arrow-inside .slick-prev {
    left: 25px;
    z-index: 1
}

.uagb-slick-carousel.uagb-tm__arrow-inside .slick-next {
    right: 25px
}

[dir="rtl"] .uagb-tm__arrow-inside.uagb-slick-carousel .slick-prev {
    left: auto;
    right: 25px
}

[dir="rtl"] .uagb-tm__arrow-inside.uagb-slick-carousel .slick-next {
    left: 25px;
    right: auto
}

[dir="rtl"] .uagb-tm__arrow-outside.uagb-slick-carousel .slick-next {
    left: -45px;
    right: auto
}

@media (max-width:976px) {

    .uagb-tm-stacked-tablet.uagb-tm__image-position-bottom .uagb-tm__image-content,
    .uagb-tm-stacked-tablet.uagb-tm__image-position-bottom .uagb-testimonial-details {
        display: block;
        vertical-align: middle
    }

    .uagb-tm-stacked-tablet.uagb-tm__image-position-left .uagb-tm__content,
    .uagb-tm-stacked-tablet.uagb-tm__image-position-right .uagb-tm__content {
        display: block
    }

    .uagb-tm-stacked-tablet.uagb-tm__image-position-right.uagb-tm-reverse-order-tablet .uagb-tm__content {
        display: inline-flex;
        flex-direction: column-reverse
    }

    .uagb-tm-stacked-tablet.uagb-tm__image-aligned-top .uagb-tm__image-content {
        display: inline-flex;
        align-self: center
    }

    .uagb-slick-carousel.uagb-tm__arrow-outside .slick-prev {
        left: 15px;
        z-index: 1
    }

    .uagb-slick-carousel.uagb-tm__arrow-outside .slick-next {
        right: 15px
    }

    [dir="rtl"] .uagb-slick-carousel.uagb-tm__arrow-outside .slick-prev {
        left: auto;
        right: 15px
    }

    [dir="rtl"] .uagb-slick-carousel.uagb-tm__arrow-outside .slick-next {
        left: 15px;
        right: auto
    }
}

@media (max-width:768px) {

    .uagb-tm-stacked-mobile.uagb-tm__image-position-bottom .uagb-tm__image-content,
    .uagb-tm-stacked-mobile.uagb-tm__image-position-bottom .uagb-testimonial-details {
        display: block;
        vertical-align: middle
    }

    .uagb-tm-stacked-mobile.uagb-tm__image-position-left .uagb-tm__content,
    .uagb-tm-stacked-mobile.uagb-tm__image-position-right .uagb-tm__content {
        display: block
    }

    .uagb-tm-stacked-mobile.uagb-tm__image-position-right.uagb-tm-reverse-order-mobile .uagb-tm__content {
        display: inline-flex;
        flex-direction: column-reverse
    }

    .uagb-tm-stacked-mobile.uagb-tm__image-aligned-top .uagb-tm__image-content {
        display: inline-flex;
        align-self: center
    }
}

.wp-block-uagb-wp-search.uagb-wp-search__outer-wrap {
    min-height: 20px;
    width: 100%
}

.wp-block-uagb-wp-search.uagb-wp-search__outer-wrap.uagb-layout-input-button .uagb-search-submit {
    color: #fff;
    border: none;
    border-radius: 0
}

.wp-block-uagb-wp-search.uagb-wp-search__outer-wrap.uagb-layout-input-button svg {
    fill: currentColor
}

.wp-block-uagb-wp-search.uagb-wp-search__outer-wrap.uagb-layout-input .uagb-wp-search-icon-wrap {
    display: flex;
    align-items: center
}

.wp-block-uagb-wp-search.uagb-wp-search__outer-wrap.uagb-layout-input svg {
    fill: currentColor;
    opacity: .6
}

.wp-block-uagb-wp-search.uagb-wp-search__outer-wrap .uagb-search-wrapper .uagb-search-form__container {
    display: flex;
    overflow: hidden
}

.wp-block-uagb-wp-search.uagb-wp-search__outer-wrap .uagb-search-wrapper .uagb-search-form__container .uagb-search-form__input {
    width: 100%
}

.uagb-tax-not-available {
    border: 1px solid;
    padding: 10px;
    text-align: center
}

.uagb-layout-list .uagb-list-wrap {
    margin-left: 10px
}

.uagb-taxonomy__outer-wrap {
    margin-bottom: 20px
}

ul.uagb-taxonomy-list-children {
    margin-bottom: 0
}

.uagb-forms__outer-wrap .uagb-forms-main-form input:not([type=checkbox]):not([type=radio]):not([type=file]),
.uagb-forms__outer-wrap .uagb-forms-main-form textarea,
.uagb-forms__outer-wrap .uagb-forms-main-form select {
    width: 100%
}

.uagb-forms__outer-wrap .uagb-forms-main-form .uagb-form-phone-country {
    width: 23%;
    margin-right: 5px
}

.uagb-forms__outer-wrap .uagb-forms-main-form input.uagb-forms-phone-input.uagb-forms-input {
    width: 75% !important
}

.uagb-forms__outer-wrap .uagb-forms-main-form .required:after {
    content: " *";
    color: red
}

.uagb-forms__outer-wrap .uagb-forms-main-form .uagb-forms-form-hidden-data {
    display: none
}

.uagb-forms__outer-wrap .uagb-forms-submit-message-hide {
    display: none
}

.uagb-forms__outer-wrap .uagb-forms-success-message {
    padding: 20px 20px
}

.uagb-forms__outer-wrap .uagb-forms-failed-message {
    padding: 20px 20px
}

.uagb-forms__outer-wrap span.components-spinner {
    float: none
}

.uagb-forms__outer-wrap .uag-col-2-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 15px
}

.uagb-forms__outer-wrap .uag-col-3-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 15px
}

.uagb-forms__outer-wrap .uag-col-4-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 15px
}

.uagb-forms-radio-wrap input[type=radio]:checked+label:before {
    content: " ";
    line-height: 1.2;
    box-shadow: inset 0 0 0 4px #fafafa
}

.uagb-forms-radio-wrap input[type=radio]+label:before {
    box-sizing: content-box;
    content: '';
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 5px;
    text-align: center;
    line-height: 1.2
}

select:after,
select:before {
    padding: 10px
}

.uagb-forms-radio-wrap input[type=radio],
.uagb-forms-checkbox-wrap input[type=checkbox],
.uagb-forms-accept-wrap input[type=checkbox] {
    display: none
}

.uagb-forms-checkbox-wrap input[type=checkbox]:checked+label:before,
.uagb-forms-accept-wrap input[type=checkbox]:checked+label:before {
    content: "\2714";
    line-height: 1.2
}

.uagb-forms-checkbox-wrap input[type=checkbox]+label:before,
.uagb-forms-accept-wrap input[type=checkbox]+label:before {
    box-sizing: content-box;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 5px;
    text-align: center;
    line-height: 1.2;
    content: " "
}

.uagb-forms__small-btn .uagb-forms-main-submit-button {
    padding: 5px 10px
}

.uagb-forms__medium-btn .uagb-forms-main-submit-button {
    padding: 12px 24px
}

.uagb-forms__large-btn .uagb-forms-main-submit-button {
    padding: 20px 30px
}

.uagb-forms__extralarge-btn .uagb-forms-main-submit-button {
    padding: 30px 65px
}

.uagb-forms__full-btn .uagb-forms-main-submit-button {
    padding: 10px 15px;
    width: 100%
}

.uagb-forms__outer-wrap .uagb-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px
}

.uagb-forms__outer-wrap .uagb-switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.uagb-forms__outer-wrap .uagb-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .4s;
    background-color: #fff;
    transition: .4s
}

.uagb-forms__outer-wrap .uagb-slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    top: 3px;
    bottom: 3px;
    background-color: #000;
    -webkit-transition: .4s;
    transition: .4s
}

.uagb-forms__outer-wrap .uagb-switch input:checked+.uagb-slider:before {
    background-color: #fff;
    -webkit-transform: translateX(22px);
    -ms-transform: translateX(22px);
    transform: translateX(22px)
}

.uagb-forms__outer-wrap .uagb-slider.round {
    border-radius: 34px
}

.uagb-forms__outer-wrap .uagb-slider.round:before {
    border-radius: 50%
}

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

.wpcf7 form .wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em;
    border: 2px solid #00a0d2
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
    display: none
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232
}

.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900
}

.wpcf7-form-control-wrap {
    position: relative
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: 400;
    display: block
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: relative;
    top: -2ex;
    left: 1em;
    z-index: 100;
    border: 1px solid #dc3232;
    background: #fff;
    padding: .2em .8em;
    width: 24em
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
    content: " "
}

.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: .75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative
}

.wpcf7 form.submitting .ajax-loader {
    visibility: visible
}

.wpcf7 .ajax-loader::before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@media (prefers-reduced-motion:reduce) {
    .wpcf7 .ajax-loader::before {
        animation-name: blink;
        animation-duration: 2000ms
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes blink {
    from {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.wpcf7 input[type="file"] {
    cursor: pointer
}

.wpcf7 input[type="file"]:disabled {
    cursor: default
}

.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
    direction: ltr
}

.menu-item a img,
img.menu-image-title-after,
img.menu-image-title-before,
img.menu-image-title-above,
img.menu-image-title-below,
.menu-image-hover-wrapper .menu-image-title-above {
    border: none;
    box-shadow: none;
    vertical-align: middle;
    width: auto;
    display: inline
}

.menu-image-hover-wrapper img.hovered-image,
.menu-item:hover .menu-image-hover-wrapper img.menu-image {
    opacity: 0;
    transition: opacity 0.25s ease-in-out 0s
}

.menu-item:hover img.hovered-image {
    opacity: 1
}

.menu-image-title-after.menu-image-not-hovered img,
.menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper,
.menu-image-title-before.menu-image-title {
    padding-right: 10px
}

.menu-image-title-before.menu-image-not-hovered img,
.menu-image-hovered.menu-image-title-before .menu-image-hover-wrapper,
.menu-image-title-after.menu-image-title {
    padding-left: 10px
}

.menu-image-title.menu-image-title-above,
.menu-image-title.menu-image-title-below,
.menu-image-title-below,
.menu-image-title-above,
.menu-item a.menu-image-title-above,
.menu-item a.menu-image-title-below,
.menu-image-title.menu-image-title-above,
.menu-image-title.menu-image-title-below {
    text-align: center;
    display: block
}

.menu-image-title-above.menu-image-not-hovered>img,
.menu-image-hovered.menu-image-title-above .menu-image-hover-wrapper,
.menu-image-title-above .menu-image-hover-wrapper {
    display: block;
    padding-top: 10px;
    margin: 0 auto !important
}

.menu-image-title-below.menu-image-not-hovered>img,
.menu-image-hovered.menu-image-title-below .menu-image-hover-wrapper,
.menu-image-title-below .menu-image-hover-wrapper {
    display: block;
    padding-bottom: 10px;
    margin: 0 auto !important
}

.menu-image-title-hide .menu-image-title,
.menu-image-title-hide.menu-image-title {
    display: none
}

#et-top-navigation .nav li.menu-item,
.navigation-top .main-navigation li {
    display: inline-block
}

.above-menu-image-icons,
.below-menu-image-icons {
    margin: auto;
    text-align: center;
    display: block
}

ul li.menu-item>.menu-image-title-above.menu-link,
ul li.menu-item>.menu-image-title-below.menu-link {
    display: block
}

.menu-item:hover .sub-menu .menu-image-hover-wrapper img.menu-image {
    opacity: 1
}

.menu-item:hover .sub-menu .menu-image-hover-wrapper img.hovered-image {
    opacity: 0
}

.menu-item:hover .sub-menu .menu-item:hover .menu-image-hover-wrapper img.menu-image {
    opacity: 0
}

.menu-item:hover .sub-menu .menu-item:hover .menu-image-hover-wrapper img.hovered-image {
    opacity: 1
}

.menu-item-text span.dashicons {
    display: contents;
    transition: none
}

.menu-image-badge {
    background-color: rgb(255, 140, 68);
    display: inline;
    font-weight: 700;
    color: #fff;
    font-size: .95rem;
    padding: 3px 4px 3px;
    margin-top: 0;
    position: relative;
    top: -20px;
    right: 10px;
    text-transform: uppercase;
    line-height: 11px;
    border-radius: 5px;
    letter-spacing: .3px
}

.menu-image-bubble {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    top: -18px;
    right: 10px;
    position: relative;
    box-shadow: 0 0 0 .1rem var(--white, #fff);
    border-radius: 25px;
    padding: 1px 6px 3px 5px;
    text-align: center
}

/*! This file is auto-generated */
@font-face {
    font-display: swap;
    font-family: dashicons;
    src: url(//cdn.xuansiwei.com/zhuxi3452/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800);
    src: url("//cdn.xuansiwei.com/zhuxi3452/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800#iefix") format("embedded-opentype"), url(//cdn.xuansiwei.com/zhuxi3452/wp-content/cache/min/1/data:application/x-font-woff;charset=utf-8;base64,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) format("woff"), url(//cdn.xuansiwei.com/zhuxi3452/wp-includes/fonts/dashicons.ttf?99ac726223c749443b642ce33df8b800) format("truetype");
    font-weight: 400;
    font-style: normal
}

.dashicons,
.dashicons-before:before {
    font-family: dashicons;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: never;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
    height: 20px;
    font-size: 20px;
    vertical-align: top;
    text-align: center;
    transition: color .1s ease-in
}

.dashicons-admin-appearance:before {
    content: "\f100"
}

.dashicons-admin-collapse:before {
    content: "\f148"
}

.dashicons-admin-comments:before {
    content: "\f101"
}

.dashicons-admin-customizer:before {
    content: "\f540"
}

.dashicons-admin-generic:before {
    content: "\f111"
}

.dashicons-admin-home:before {
    content: "\f102"
}

.dashicons-admin-links:before {
    content: "\f103"
}

.dashicons-admin-media:before {
    content: "\f104"
}

.dashicons-admin-multisite:before {
    content: "\f541"
}

.dashicons-admin-network:before {
    content: "\f112"
}

.dashicons-admin-page:before {
    content: "\f105"
}

.dashicons-admin-plugins:before {
    content: "\f106"
}

.dashicons-admin-post:before {
    content: "\f109"
}

.dashicons-admin-settings:before {
    content: "\f108"
}

.dashicons-admin-site-alt:before {
    content: "\f11d"
}

.dashicons-admin-site-alt2:before {
    content: "\f11e"
}

.dashicons-admin-site-alt3:before {
    content: "\f11f"
}

.dashicons-admin-site:before {
    content: "\f319"
}

.dashicons-admin-tools:before {
    content: "\f107"
}

.dashicons-admin-users:before {
    content: "\f110"
}

.dashicons-airplane:before {
    content: "\f15f"
}

.dashicons-album:before {
    content: "\f514"
}

.dashicons-align-center:before {
    content: "\f134"
}

.dashicons-align-full-width:before {
    content: "\f114"
}

.dashicons-align-left:before {
    content: "\f135"
}

.dashicons-align-none:before {
    content: "\f138"
}

.dashicons-align-pull-left:before {
    content: "\f10a"
}

.dashicons-align-pull-right:before {
    content: "\f10b"
}

.dashicons-align-right:before {
    content: "\f136"
}

.dashicons-align-wide:before {
    content: "\f11b"
}

.dashicons-amazon:before {
    content: "\f162"
}

.dashicons-analytics:before {
    content: "\f183"
}

.dashicons-archive:before {
    content: "\f480"
}

.dashicons-arrow-down-alt:before {
    content: "\f346"
}

.dashicons-arrow-down-alt2:before {
    content: "\f347"
}

.dashicons-arrow-down:before {
    content: "\f140"
}

.dashicons-arrow-left-alt:before {
    content: "\f340"
}

.dashicons-arrow-left-alt2:before {
    content: "\f341"
}

.dashicons-arrow-left:before {
    content: "\f141"
}

.dashicons-arrow-right-alt:before {
    content: "\f344"
}

.dashicons-arrow-right-alt2:before {
    content: "\f345"
}

.dashicons-arrow-right:before {
    content: "\f139"
}

.dashicons-arrow-up-alt:before {
    content: "\f342"
}

.dashicons-arrow-up-alt2:before {
    content: "\f343"
}

.dashicons-arrow-up-duplicate:before {
    content: "\f143"
}

.dashicons-arrow-up:before {
    content: "\f142"
}

.dashicons-art:before {
    content: "\f309"
}

.dashicons-awards:before {
    content: "\f313"
}

.dashicons-backup:before {
    content: "\f321"
}

.dashicons-bank:before {
    content: "\f16a"
}

.dashicons-beer:before {
    content: "\f16c"
}

.dashicons-bell:before {
    content: "\f16d"
}

.dashicons-block-default:before {
    content: "\f12b"
}

.dashicons-book-alt:before {
    content: "\f331"
}

.dashicons-book:before {
    content: "\f330"
}

.dashicons-buddicons-activity:before {
    content: "\f452"
}

.dashicons-buddicons-bbpress-logo:before {
    content: "\f477"
}

.dashicons-buddicons-buddypress-logo:before {
    content: "\f448"
}

.dashicons-buddicons-community:before {
    content: "\f453"
}

.dashicons-buddicons-forums:before {
    content: "\f449"
}

.dashicons-buddicons-friends:before {
    content: "\f454"
}

.dashicons-buddicons-groups:before {
    content: "\f456"
}

.dashicons-buddicons-pm:before {
    content: "\f457"
}

.dashicons-buddicons-replies:before {
    content: "\f451"
}

.dashicons-buddicons-topics:before {
    content: "\f450"
}

.dashicons-buddicons-tracking:before {
    content: "\f455"
}

.dashicons-building:before {
    content: "\f512"
}

.dashicons-businessman:before {
    content: "\f338"
}

.dashicons-businessperson:before {
    content: "\f12e"
}

.dashicons-businesswoman:before {
    content: "\f12f"
}

.dashicons-button:before {
    content: "\f11a"
}

.dashicons-calculator:before {
    content: "\f16e"
}

.dashicons-calendar-alt:before {
    content: "\f508"
}

.dashicons-calendar:before {
    content: "\f145"
}

.dashicons-camera-alt:before {
    content: "\f129"
}

.dashicons-camera:before {
    content: "\f306"
}

.dashicons-car:before {
    content: "\f16b"
}

.dashicons-carrot:before {
    content: "\f511"
}

.dashicons-cart:before {
    content: "\f174"
}

.dashicons-category:before {
    content: "\f318"
}

.dashicons-chart-area:before {
    content: "\f239"
}

.dashicons-chart-bar:before {
    content: "\f185"
}

.dashicons-chart-line:before {
    content: "\f238"
}

.dashicons-chart-pie:before {
    content: "\f184"
}

.dashicons-clipboard:before {
    content: "\f481"
}

.dashicons-clock:before {
    content: "\f469"
}

.dashicons-cloud-saved:before {
    content: "\f137"
}

.dashicons-cloud-upload:before {
    content: "\f13b"
}

.dashicons-cloud:before {
    content: "\f176"
}

.dashicons-code-standards:before {
    content: "\f13a"
}

.dashicons-coffee:before {
    content: "\f16f"
}

.dashicons-color-picker:before {
    content: "\f131"
}

.dashicons-columns:before {
    content: "\f13c"
}

.dashicons-controls-back:before {
    content: "\f518"
}

.dashicons-controls-forward:before {
    content: "\f519"
}

.dashicons-controls-pause:before {
    content: "\f523"
}

.dashicons-controls-play:before {
    content: "\f522"
}

.dashicons-controls-repeat:before {
    content: "\f515"
}

.dashicons-controls-skipback:before {
    content: "\f516"
}

.dashicons-controls-skipforward:before {
    content: "\f517"
}

.dashicons-controls-volumeoff:before {
    content: "\f520"
}

.dashicons-controls-volumeon:before {
    content: "\f521"
}

.dashicons-cover-image:before {
    content: "\f13d"
}

.dashicons-dashboard:before {
    content: "\f226"
}

.dashicons-database-add:before {
    content: "\f170"
}

.dashicons-database-export:before {
    content: "\f17a"
}

.dashicons-database-import:before {
    content: "\f17b"
}

.dashicons-database-remove:before {
    content: "\f17c"
}

.dashicons-database-view:before {
    content: "\f17d"
}

.dashicons-database:before {
    content: "\f17e"
}

.dashicons-desktop:before {
    content: "\f472"
}

.dashicons-dismiss:before {
    content: "\f153"
}

.dashicons-download:before {
    content: "\f316"
}

.dashicons-drumstick:before {
    content: "\f17f"
}

.dashicons-edit-large:before {
    content: "\f327"
}

.dashicons-edit-page:before {
    content: "\f186"
}

.dashicons-edit:before {
    content: "\f464"
}

.dashicons-editor-aligncenter:before {
    content: "\f207"
}

.dashicons-editor-alignleft:before {
    content: "\f206"
}

.dashicons-editor-alignright:before {
    content: "\f208"
}

.dashicons-editor-bold:before {
    content: "\f200"
}

.dashicons-editor-break:before {
    content: "\f474"
}

.dashicons-editor-code-duplicate:before {
    content: "\f494"
}

.dashicons-editor-code:before {
    content: "\f475"
}

.dashicons-editor-contract:before {
    content: "\f506"
}

.dashicons-editor-customchar:before {
    content: "\f220"
}

.dashicons-editor-expand:before {
    content: "\f211"
}

.dashicons-editor-help:before {
    content: "\f223"
}

.dashicons-editor-indent:before {
    content: "\f222"
}

.dashicons-editor-insertmore:before {
    content: "\f209"
}

.dashicons-editor-italic:before {
    content: "\f201"
}

.dashicons-editor-justify:before {
    content: "\f214"
}

.dashicons-editor-kitchensink:before {
    content: "\f212"
}

.dashicons-editor-ltr:before {
    content: "\f10c"
}

.dashicons-editor-ol-rtl:before {
    content: "\f12c"
}

.dashicons-editor-ol:before {
    content: "\f204"
}

.dashicons-editor-outdent:before {
    content: "\f221"
}

.dashicons-editor-paragraph:before {
    content: "\f476"
}

.dashicons-editor-paste-text:before {
    content: "\f217"
}

.dashicons-editor-paste-word:before {
    content: "\f216"
}

.dashicons-editor-quote:before {
    content: "\f205"
}

.dashicons-editor-removeformatting:before {
    content: "\f218"
}

.dashicons-editor-rtl:before {
    content: "\f320"
}

.dashicons-editor-spellcheck:before {
    content: "\f210"
}

.dashicons-editor-strikethrough:before {
    content: "\f224"
}

.dashicons-editor-table:before {
    content: "\f535"
}

.dashicons-editor-textcolor:before {
    content: "\f215"
}

.dashicons-editor-ul:before {
    content: "\f203"
}

.dashicons-editor-underline:before {
    content: "\f213"
}

.dashicons-editor-unlink:before {
    content: "\f225"
}

.dashicons-editor-video:before {
    content: "\f219"
}

.dashicons-ellipsis:before {
    content: "\f11c"
}

.dashicons-email-alt:before {
    content: "\f466"
}

.dashicons-email-alt2:before {
    content: "\f467"
}

.dashicons-email:before {
    content: "\f465"
}

.dashicons-embed-audio:before {
    content: "\f13e"
}

.dashicons-embed-generic:before {
    content: "\f13f"
}

.dashicons-embed-photo:before {
    content: "\f144"
}

.dashicons-embed-post:before {
    content: "\f146"
}

.dashicons-embed-video:before {
    content: "\f149"
}

.dashicons-excerpt-view:before {
    content: "\f164"
}

.dashicons-exit:before {
    content: "\f14a"
}

.dashicons-external:before {
    content: "\f504"
}

.dashicons-facebook-alt:before {
    content: "\f305"
}

.dashicons-facebook:before {
    content: "\f304"
}

.dashicons-feedback:before {
    content: "\f175"
}

.dashicons-filter:before {
    content: "\f536"
}

.dashicons-flag:before {
    content: "\f227"
}

.dashicons-food:before {
    content: "\f187"
}

.dashicons-format-aside:before {
    content: "\f123"
}

.dashicons-format-audio:before {
    content: "\f127"
}

.dashicons-format-chat:before {
    content: "\f125"
}

.dashicons-format-gallery:before {
    content: "\f161"
}

.dashicons-format-image:before {
    content: "\f128"
}

.dashicons-format-quote:before {
    content: "\f122"
}

.dashicons-format-status:before {
    content: "\f130"
}

.dashicons-format-video:before {
    content: "\f126"
}

.dashicons-forms:before {
    content: "\f314"
}

.dashicons-fullscreen-alt:before {
    content: "\f188"
}

.dashicons-fullscreen-exit-alt:before {
    content: "\f189"
}

.dashicons-games:before {
    content: "\f18a"
}

.dashicons-google:before {
    content: "\f18b"
}

.dashicons-googleplus:before {
    content: "\f462"
}

.dashicons-grid-view:before {
    content: "\f509"
}

.dashicons-groups:before {
    content: "\f307"
}

.dashicons-hammer:before {
    content: "\f308"
}

.dashicons-heading:before {
    content: "\f10e"
}

.dashicons-heart:before {
    content: "\f487"
}

.dashicons-hidden:before {
    content: "\f530"
}

.dashicons-hourglass:before {
    content: "\f18c"
}

.dashicons-html:before {
    content: "\f14b"
}

.dashicons-id-alt:before {
    content: "\f337"
}

.dashicons-id:before {
    content: "\f336"
}

.dashicons-image-crop:before {
    content: "\f165"
}

.dashicons-image-filter:before {
    content: "\f533"
}

.dashicons-image-flip-horizontal:before {
    content: "\f169"
}

.dashicons-image-flip-vertical:before {
    content: "\f168"
}

.dashicons-image-rotate-left:before {
    content: "\f166"
}

.dashicons-image-rotate-right:before {
    content: "\f167"
}

.dashicons-image-rotate:before {
    content: "\f531"
}

.dashicons-images-alt:before {
    content: "\f232"
}

.dashicons-images-alt2:before {
    content: "\f233"
}

.dashicons-index-card:before {
    content: "\f510"
}

.dashicons-info-outline:before {
    content: "\f14c"
}

.dashicons-info:before {
    content: "\f348"
}

.dashicons-insert-after:before {
    content: "\f14d"
}

.dashicons-insert-before:before {
    content: "\f14e"
}

.dashicons-insert:before {
    content: "\f10f"
}

.dashicons-instagram:before {
    content: "\f12d"
}

.dashicons-laptop:before {
    content: "\f547"
}

.dashicons-layout:before {
    content: "\f538"
}

.dashicons-leftright:before {
    content: "\f229"
}

.dashicons-lightbulb:before {
    content: "\f339"
}

.dashicons-linkedin:before {
    content: "\f18d"
}

.dashicons-list-view:before {
    content: "\f163"
}

.dashicons-location-alt:before {
    content: "\f231"
}

.dashicons-location:before {
    content: "\f230"
}

.dashicons-lock-duplicate:before {
    content: "\f315"
}

.dashicons-lock:before {
    content: "\f160"
}

.dashicons-marker:before {
    content: "\f159"
}

.dashicons-media-archive:before {
    content: "\f501"
}

.dashicons-media-audio:before {
    content: "\f500"
}

.dashicons-media-code:before {
    content: "\f499"
}

.dashicons-media-default:before {
    content: "\f498"
}

.dashicons-media-document:before {
    content: "\f497"
}

.dashicons-media-interactive:before {
    content: "\f496"
}

.dashicons-media-spreadsheet:before {
    content: "\f495"
}

.dashicons-media-text:before {
    content: "\f491"
}

.dashicons-media-video:before {
    content: "\f490"
}

.dashicons-megaphone:before {
    content: "\f488"
}

.dashicons-menu-alt:before {
    content: "\f228"
}

.dashicons-menu-alt2:before {
    content: "\f329"
}

.dashicons-menu-alt3:before {
    content: "\f349"
}

.dashicons-menu:before {
    content: "\f333"
}

.dashicons-microphone:before {
    content: "\f482"
}

.dashicons-migrate:before {
    content: "\f310"
}

.dashicons-minus:before {
    content: "\f460"
}

.dashicons-money-alt:before {
    content: "\f18e"
}

.dashicons-money:before {
    content: "\f526"
}

.dashicons-move:before {
    content: "\f545"
}

.dashicons-nametag:before {
    content: "\f484"
}

.dashicons-networking:before {
    content: "\f325"
}

.dashicons-no-alt:before {
    content: "\f335"
}

.dashicons-no:before {
    content: "\f158"
}

.dashicons-open-folder:before {
    content: "\f18f"
}

.dashicons-palmtree:before {
    content: "\f527"
}

.dashicons-paperclip:before {
    content: "\f546"
}

.dashicons-pdf:before {
    content: "\f190"
}

.dashicons-performance:before {
    content: "\f311"
}

.dashicons-pets:before {
    content: "\f191"
}

.dashicons-phone:before {
    content: "\f525"
}

.dashicons-pinterest:before {
    content: "\f192"
}

.dashicons-playlist-audio:before {
    content: "\f492"
}

.dashicons-playlist-video:before {
    content: "\f493"
}

.dashicons-plugins-checked:before {
    content: "\f485"
}

.dashicons-plus-alt:before {
    content: "\f502"
}

.dashicons-plus-alt2:before {
    content: "\f543"
}

.dashicons-plus:before {
    content: "\f132"
}

.dashicons-podio:before {
    content: "\f19c"
}

.dashicons-portfolio:before {
    content: "\f322"
}

.dashicons-post-status:before {
    content: "\f173"
}

.dashicons-pressthis:before {
    content: "\f157"
}

.dashicons-printer:before {
    content: "\f193"
}

.dashicons-privacy:before {
    content: "\f194"
}

.dashicons-products:before {
    content: "\f312"
}

.dashicons-randomize:before {
    content: "\f503"
}

.dashicons-reddit:before {
    content: "\f195"
}

.dashicons-redo:before {
    content: "\f172"
}

.dashicons-remove:before {
    content: "\f14f"
}

.dashicons-rest-api:before {
    content: "\f124"
}

.dashicons-rss:before {
    content: "\f303"
}

.dashicons-saved:before {
    content: "\f15e"
}

.dashicons-schedule:before {
    content: "\f489"
}

.dashicons-screenoptions:before {
    content: "\f180"
}

.dashicons-search:before {
    content: "\f179"
}

.dashicons-share-alt:before {
    content: "\f240"
}

.dashicons-share-alt2:before {
    content: "\f242"
}

.dashicons-share:before {
    content: "\f237"
}

.dashicons-shield-alt:before {
    content: "\f334"
}

.dashicons-shield:before {
    content: "\f332"
}

.dashicons-shortcode:before {
    content: "\f150"
}

.dashicons-slides:before {
    content: "\f181"
}

.dashicons-smartphone:before {
    content: "\f470"
}

.dashicons-smiley:before {
    content: "\f328"
}

.dashicons-sort:before {
    content: "\f156"
}

.dashicons-sos:before {
    content: "\f468"
}

.dashicons-spotify:before {
    content: "\f196"
}

.dashicons-star-empty:before {
    content: "\f154"
}

.dashicons-star-filled:before {
    content: "\f155"
}

.dashicons-star-half:before {
    content: "\f459"
}

.dashicons-sticky:before {
    content: "\f537"
}

.dashicons-store:before {
    content: "\f513"
}

.dashicons-superhero-alt:before {
    content: "\f197"
}

.dashicons-superhero:before {
    content: "\f198"
}

.dashicons-table-col-after:before {
    content: "\f151"
}

.dashicons-table-col-before:before {
    content: "\f152"
}

.dashicons-table-col-delete:before {
    content: "\f15a"
}

.dashicons-table-row-after:before {
    content: "\f15b"
}

.dashicons-table-row-before:before {
    content: "\f15c"
}

.dashicons-table-row-delete:before {
    content: "\f15d"
}

.dashicons-tablet:before {
    content: "\f471"
}

.dashicons-tag:before {
    content: "\f323"
}

.dashicons-tagcloud:before {
    content: "\f479"
}

.dashicons-testimonial:before {
    content: "\f473"
}

.dashicons-text-page:before {
    content: "\f121"
}

.dashicons-text:before {
    content: "\f478"
}

.dashicons-thumbs-down:before {
    content: "\f542"
}

.dashicons-thumbs-up:before {
    content: "\f529"
}

.dashicons-tickets-alt:before {
    content: "\f524"
}

.dashicons-tickets:before {
    content: "\f486"
}

.dashicons-tide:before {
    content: "\f10d"
}

.dashicons-translation:before {
    content: "\f326"
}

.dashicons-trash:before {
    content: "\f182"
}

.dashicons-twitch:before {
    content: "\f199"
}

.dashicons-twitter-alt:before {
    content: "\f302"
}

.dashicons-twitter:before {
    content: "\f301"
}

.dashicons-undo:before {
    content: "\f171"
}

.dashicons-universal-access-alt:before {
    content: "\f507"
}

.dashicons-universal-access:before {
    content: "\f483"
}

.dashicons-unlock:before {
    content: "\f528"
}

.dashicons-update-alt:before {
    content: "\f113"
}

.dashicons-update:before {
    content: "\f463"
}

.dashicons-upload:before {
    content: "\f317"
}

.dashicons-vault:before {
    content: "\f178"
}

.dashicons-video-alt:before {
    content: "\f234"
}

.dashicons-video-alt2:before {
    content: "\f235"
}

.dashicons-video-alt3:before {
    content: "\f236"
}

.dashicons-visibility:before {
    content: "\f177"
}

.dashicons-warning:before {
    content: "\f534"
}

.dashicons-welcome-add-page:before {
    content: "\f133"
}

.dashicons-welcome-comments:before {
    content: "\f117"
}

.dashicons-welcome-learn-more:before {
    content: "\f118"
}

.dashicons-welcome-view-site:before {
    content: "\f115"
}

.dashicons-welcome-widgets-menus:before {
    content: "\f116"
}

.dashicons-welcome-write-blog:before {
    content: "\f119"
}

.dashicons-whatsapp:before {
    content: "\f19a"
}

.dashicons-wordpress-alt:before {
    content: "\f324"
}

.dashicons-wordpress:before {
    content: "\f120"
}

.dashicons-xing:before {
    content: "\f19d"
}

.dashicons-yes-alt:before {
    content: "\f12a"
}

.dashicons-yes:before {
    content: "\f147"
}

.dashicons-youtube:before {
    content: "\f19b"
}

.dashicons-editor-distractionfree:before {
    content: "\f211"
}

.dashicons-exerpt-view:before {
    content: "\f164"
}

.dashicons-format-links:before {
    content: "\f103"
}

.dashicons-format-standard:before {
    content: "\f109"
}

.dashicons-post-trash:before {
    content: "\f182"
}

.dashicons-share1:before {
    content: "\f237"
}

.dashicons-welcome-edit-page:before {
    content: "\f119"
}

/*!
 * Nivo Lightbox v1.3.1
 * http://dev7studios.com/nivo-lightbox
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
.nivo-lightbox-content,
.nivo-lightbox-overlay {
    height: 100%;
    width: 100%
}

.nivo-lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99998;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.nivo-lightbox-overlay.nivo-lightbox-open {
    visibility: visible;
    opacity: 1
}

.nivo-lightbox-wrap {
    position: absolute;
    top: 10%;
    bottom: 10%;
    left: 10%;
    right: 10%
}

.nivo-lightbox-title-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    text-align: center
}

.nivo-lightbox-nav {
    display: none
}

.nivo-lightbox-prev {
    position: absolute;
    top: 50%;
    left: 0
}

.nivo-lightbox-next {
    position: absolute;
    top: 50%;
    right: 0
}

.nivo-lightbox-close {
    position: absolute;
    top: 2%;
    right: 2%
}

.nivo-lightbox-image {
    text-align: center
}

.nivo-lightbox-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    vertical-align: middle
}

.nivo-lightbox-content iframe,
.nivo-lightbox-error {
    width: 100%;
    height: 100%
}

.nivo-lightbox-ajax,
.nivo-lightbox-inline {
    max-height: 100%;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.nivo-lightbox-error {
    display: table;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 1px #000
}

.nivo-lightbox-error p {
    display: table-cell;
    vertical-align: middle
}

.nivo-lightbox-notouch .nivo-lightbox-effect-fade,
.nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale,
.nivo-lightbox-notouch .nivo-lightbox-effect-fall,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideDown,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideRight,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideUp {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7)
}

.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
    -webkit-transition: all .3s cubic-bezier(.25, .5, .5, .9);
    -moz-transition: all .3s cubic-bezier(.25, .5, .5, .9);
    -ms-transition: all .3s cubic-bezier(.25, .5, .5, .9);
    -o-transition: all .3s cubic-bezier(.25, .5, .5, .9);
    transition: all .3s cubic-bezier(.25, .5, .5, .9)
}

.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
    -webkit-transform: translateX(-10%);
    -moz-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    transform: translateX(-10%)
}

.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    transform: translateX(10%)
}

.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%)
}

.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%)
}

.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px
}

.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transform: translateZ(300px);
    -moz-transform: translateZ(300px);
    -ms-transform: translateZ(300px);
    transform: translateZ(300px)
}

.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay {
    background: #666;
    background: rgba(0, 0, 0, .6)
}

.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
    background: url(//cdn.xuansiwei.com/zhuxi3452/wp-content/plugins/responsive-lightbox/assets/nivo/themes/default/loading.gif) no-repeat 50% 50%
}

.nivo-lightbox-theme-default .nivo-lightbox-nav {
    top: 10%;
    width: 8%;
    height: 80%;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: .5
}

.nivo-lightbox-theme-default .nivo-lightbox-nav:hover {
    opacity: 1;
    background-color: rgba(0, 0, 0, .5)
}

.nivo-lightbox-theme-default .nivo-lightbox-prev {
    background-image: url(//cdn.xuansiwei.com/zhuxi3452/wp-content/plugins/responsive-lightbox/assets/nivo/themes/default/prev.png);
    border-radius: 0 3px 3px 0
}

.nivo-lightbox-theme-default .nivo-lightbox-next {
    background-image: url(//cdn.xuansiwei.com/zhuxi3452/wp-content/plugins/responsive-lightbox/assets/nivo/themes/default/next.png);
    border-radius: 3px 0 0 3px
}

.nivo-lightbox-theme-default .nivo-lightbox-close {
    display: block;
    background: url(//cdn.xuansiwei.com/zhuxi3452/wp-content/plugins/responsive-lightbox/assets/nivo/themes/default/close.png) no-repeat 5px 5px;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    padding: 5px;
    opacity: .5
}

.nivo-lightbox-theme-default .nivo-lightbox-close:hover {
    opacity: 1
}

.nivo-lightbox-theme-default .nivo-lightbox-title-wrap {
    bottom: -7%
}

.nivo-lightbox-theme-default .nivo-lightbox-title {
    font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    background: #000;
    color: #fff;
    padding: 7px 15px;
    border-radius: 30px
}

.nivo-lightbox-theme-default .nivo-lightbox-image img {
    background: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .4);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .4)
}

.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
    background: #fff;
    padding: 40px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .4);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .4)
}

@media (-webkit-min-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6/2),
(min--moz-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
        background-image: url(//cdn.xuansiwei.com/zhuxi3452/wp-content/plugins/responsive-lightbox/assets/nivo/themes/default/loading@2x.gif);
        background-size: 32px 32px
    }

    .nivo-lightbox-theme-default .nivo-lightbox-prev {
        background-image: url(//cdn.xuansiwei.com/zhuxi3452/wp-content/plugins/responsive-lightbox/assets/nivo/themes/default/prev@2x.png);
        background-size: 48px 48px
    }

    .nivo-lightbox-theme-default .nivo-lightbox-next {
        background-image: url(//cdn.xuansiwei.com/zhuxi3452/wp-content/plugins/responsive-lightbox/assets/nivo/themes/default/next@2x.png);
        background-size: 48px 48px
    }

    .nivo-lightbox-theme-default .nivo-lightbox-close {
        background-image: url(//cdn.xuansiwei.com/zhuxi3452/wp-content/plugins/responsive-lightbox/assets/nivo/themes/default/close@2x.png);
        background-size: 16px 16px
    }
}

.twenty20 {
    margin-bottom: 20px
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
    content: " ";
    display: block;
    background: #fff;
    position: absolute;
    z-index: 30;
    -webkit-box-shadow: 0 0 12px rgba(51, 51, 51, .5);
    -moz-box-shadow: 0 0 12px rgba(51, 51, 51, .5);
    box-shadow: 0 0 12px rgba(51, 51, 51, .5)
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
    width: 3px;
    height: 9999px;
    left: 50%;
    margin-left: -1.5px
}

.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
    width: 9999px;
    height: 3px;
    top: 50%;
    margin-top: -1.5px
}

.twentytwenty-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

.twentytwenty-overlay {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s
}

.twentytwenty-before-label,
.twentytwenty-after-label {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity
}

.twentytwenty-before-label,
.twentytwenty-after-label {
    color: #fff;
    font-size: 13px;
    letter-spacing: .1em
}

.twentytwenty-before-label,
.twentytwenty-after-label {
    position: absolute;
    background: rgba(255, 255, 255, .2);
    line-height: 38px;
    padding: 0 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
    top: 50%;
    margin-top: -6px
}

.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
    left: 50%;
    margin-left: -6px
}

.twentytwenty-container {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 0;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none
}

.twentytwenty-container img {
    max-width: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    display: block
}

.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0)
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
    opacity: 0
}

.twentytwenty-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.twentytwenty-before-label {
    opacity: 0
}

.twentytwenty-container.t20-hover.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.t20-hover.active .twentytwenty-overlay .twentytwenty-after-label {
    opacity: 1
}

.twentytwenty-after-label {
    opacity: 0
}

.twentytwenty-horizontal .twentytwenty-before-label {
    left: 1px;
    bottom: 0;
    max-width: 50%;
    box-sizing: border-box;
    line-height: inherit;
    padding: 4px
}

.twentytwenty-horizontal .twentytwenty-after-label {
    right: 1px;
    bottom: 0;
    max-width: 50%;
    box-sizing: border-box;
    line-height: inherit;
    padding: 4px
}

.twentytwenty-vertical .twentytwenty-before-label {
    top: 1px;
    line-height: inherit;
    padding: 6px;
    box-sizing: border-box
}

.twentytwenty-vertical .twentytwenty-after-label {
    bottom: 1px;
    line-height: inherit;
    padding: 6px;
    box-sizing: border-box
}

.twentytwenty-overlay {
    -webkit-transition-property: background;
    -moz-transition-property: background;
    transition-property: background;
    background: rgba(0, 0, 0, 0);
    z-index: 25
}

.twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, .5)
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
    opacity: 1
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
    opacity: 1
}

.twentytwenty-before {
    z-index: 20
}

.twentytwenty-after {
    z-index: 10
}

.twentytwenty-handle {
    height: 38px;
    width: 38px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -22px;
    border: 3px solid #fff;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    -webkit-box-shadow: 0 0 12px rgba(51, 51, 51, .5);
    -moz-box-shadow: 0 0 12px rgba(51, 51, 51, .5);
    box-shadow: 0 0 12px rgba(51, 51, 51, .5);
    z-index: 40;
    cursor: pointer
}

.twentytwenty-horizontal .twentytwenty-handle:before {
    bottom: 50%;
    margin-bottom: 22px;
    -webkit-box-shadow: 0 3px 0 white, 0 0 12px rgba(51, 51, 51, .5);
    -moz-box-shadow: 0 3px 0 white, 0 0 12px rgba(51, 51, 51, .5);
    box-shadow: 0 3px 0 white, 0 0 12px rgba(51, 51, 51, .5)
}

.twentytwenty-horizontal .twentytwenty-handle:after {
    top: 50%;
    margin-top: 22px;
    -webkit-box-shadow: 0 -3px 0 white, 0 0 12px rgba(51, 51, 51, .5);
    -moz-box-shadow: 0 -3px 0 white, 0 0 12px rgba(51, 51, 51, .5);
    box-shadow: 0 -3px 0 white, 0 0 12px rgba(51, 51, 51, .5)
}

.twentytwenty-vertical .twentytwenty-handle:before {
    left: 50%;
    margin-left: 22px;
    -webkit-box-shadow: 3px 0 0 white, 0 0 12px rgba(51, 51, 51, .5);
    -moz-box-shadow: 3px 0 0 white, 0 0 12px rgba(51, 51, 51, .5);
    box-shadow: 3px 0 0 white, 0 0 12px rgba(51, 51, 51, .5)
}

.twentytwenty-vertical .twentytwenty-handle:after {
    right: 50%;
    margin-right: 22px;
    -webkit-box-shadow: -3px 0 0 white, 0 0 12px rgba(51, 51, 51, .5);
    -moz-box-shadow: -3px 0 0 white, 0 0 12px rgba(51, 51, 51, .5);
    box-shadow: -3px 0 0 white, 0 0 12px rgba(51, 51, 51, .5)
}

.twentytwenty-left-arrow {
    border-right: 6px solid #fff;
    left: 50%;
    margin-left: -17px
}

.twentytwenty-right-arrow {
    border-left: 6px solid #fff;
    right: 50%;
    margin-right: -17px
}

.twentytwenty-up-arrow {
    border-bottom: 6px solid #fff;
    top: 50%;
    margin-top: -17px
}

.twentytwenty-down-arrow {
    border-top: 6px solid #fff;
    bottom: 50%;
    margin-bottom: -17px
}

.popup-template .modal {
    opacity: 0;
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease
}

.popup-template .modal.is-open {
    opacity: 1;
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease
}

.rplg {
    box-sizing: border-box !important;
    font-size: 16px !important
}

.rplg *,
.rplg *:before,
.rplg *:after {
    box-sizing: inherit !important
}

.rplg a,
.rplg p,
.rplg div,
.rplg span,
.rplg button {
    margin: 0;
    padding: 0;
    border: 0 !important;
    font-size: 100% !important;
    font: inherit !important;
    vertical-align: baseline !important
}

.rplg a {
    box-shadow: none !important
}

.rplg ol,
.rplg ul {
    list-style: none !important
}

.rplg img {
    max-width: 100% !important;
    height: auto !important
}

.rplg .rplg-hr {
    margin: 10px 0 !important;
    border-top: 1px solid #ddd !important;
    border-bottom: 1px solid #fff !important
}

.rplg .rplg-hr2 {
    margin: 15px 0 !important;
    border-top: 1px solid #ddd !important;
    border-bottom: 1px solid #fff !important
}

.rplg .rplg-hr-fancy {
    border: 0 !important;
    height: 1px !important;
    margin: 20px 0 !important;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 0) 75%) !important
}

.rplg .rplg-more,
.rplg .rplg-hide {
    display: none !important
}

.rplg .rplg-more-toggle {
    color: #136aaf !important;
    cursor: pointer !important;
    text-decoration: underline !important
}

.rplg .rplg-url {
    display: block;
    margin: 10px 0 !important;
    color: #2c7cff !important;
    text-align: center !important;
    box-shadow: none !important;
    outline: none !important
}

.rplg .rplg-trim {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important
}

.rplg .rplg-star {
    padding: 0 4px 0 0 !important;
    line-height: 22px !important
}

.rplg .rplg-stars {
    display: inline-block !important
}

.rplg .rplg-stars svg {
    display: inline-block !important;
    width: 18px !important;
    height: 18px !important;
    margin: 0 4px 0 0 !important;
    vertical-align: middle !important
}

.rplg svg.yrw-rating {
    width: 106px !important;
    height: 20px !important
}

.rplg .rplg-row {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.rplg .rplg-row.rplg-row-start {
    -webkit-box-align: start !important;
    -webkit-align-items: start !important;
    -ms-flex-align: start !important;
    align-items: start !important
}

.rplg-row .rplg-row-left {
    position: relative !important;
    -webkit-flex-basis: auto !important;
    -ms-flex-preferred-size: auto !important;
    flex-basis: auto !important;
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.rplg-row .rplg-row-right {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
    overflow: hidden !important;
    text-align: left !important;
    line-height: 24px !important
}

.rplg-links a,
.rplg-links a:focus {
    display: inline-block;
    font-size: 14px !important;
    margin: 0 10px 0 0 !important;
    box-shadow: none !important;
    text-decoration: none !important
}

.yrw-rating {
    fill: #ccc
}

.yrw-rating-05 .yrw-stars-0h,
.yrw-rating-10 .yrw-stars-1f,
.yrw-rating-15 .yrw-stars-1f,
.yrw-rating-15 .yrw-stars-1h {
    fill: #f2bd79
}

.yrw-rating-20 .yrw-stars-1f,
.yrw-rating-20 .yrw-stars-2f,
.yrw-rating-25 .yrw-stars-1f,
.yrw-rating-25 .yrw-stars-2f,
.yrw-rating-25 .yrw-stars-2h {
    fill: #fec011
}

.yrw-rating-30 .yrw-stars-1f,
.yrw-rating-30 .yrw-stars-2f,
.yrw-rating-30 .yrw-stars-3f,
.yrw-rating-35 .yrw-stars-1f,
.yrw-rating-35 .yrw-stars-2f,
.yrw-rating-35 .yrw-stars-3f,
.yrw-rating-35 .yrw-stars-3h {
    fill: #ff9242
}

.yrw-rating-40 .yrw-stars-1f,
.yrw-rating-40 .yrw-stars-2f,
.yrw-rating-40 .yrw-stars-3f,
.yrw-rating-40 .yrw-stars-4f,
.yrw-rating-45 .yrw-stars-1f,
.yrw-rating-45 .yrw-stars-2f,
.yrw-rating-45 .yrw-stars-3f,
.yrw-rating-45 .yrw-stars-4f,
.yrw-rating-45 .yrw-stars-4h {
    fill: #f15c4f
}

.yrw-rating-50 .yrw-stars-1f,
.yrw-rating-50 .yrw-stars-2f,
.yrw-rating-50 .yrw-stars-3f,
.yrw-rating-50 .yrw-stars-4f,
.yrw-rating-50 .yrw-stars-5f {
    fill: #d32323
}

.yrw-rating-10 .yrw-stars-0h,
.yrw-rating-15 .yrw-stars-0h,
.yrw-rating-20 .yrw-stars-0h,
.yrw-rating-20 .yrw-stars-1h,
.yrw-rating-25 .yrw-stars-0h,
.yrw-rating-25 .yrw-stars-1h,
.yrw-rating-30 .yrw-stars-0h,
.yrw-rating-30 .yrw-stars-1h,
.yrw-rating-30 .yrw-stars-2h,
.yrw-rating-35 .yrw-stars-0h,
.yrw-rating-35 .yrw-stars-1h,
.yrw-rating-35 .yrw-stars-2h,
.yrw-rating-40 .yrw-stars-0h,
.yrw-rating-40 .yrw-stars-1h,
.yrw-rating-40 .yrw-stars-2h,
.yrw-rating-40 .yrw-stars-3h,
.yrw-rating-45 .yrw-stars-0h,
.yrw-rating-45 .yrw-stars-1h,
.yrw-rating-45 .yrw-stars-2h,
.yrw-rating-45 .yrw-stars-3h,
.yrw-rating-50 .yrw-stars-0h,
.yrw-rating-50 .yrw-stars-1h,
.yrw-rating-50 .yrw-stars-2h,
.yrw-rating-50 .yrw-stars-3h,
.yrw-rating-50 .yrw-stars-4h {
    display: none
}

.rplg .rplg-box {
    position: relative !important;
    margin: 2px !important;
    color: #777 !important;
    border: 1px solid #ededed !important;
    background-color: #fafafa !important;
    border-radius: 4px !important
}

.rplg .rplg-box-tiny {
    position: relative !important;
    margin: 2px !important;
    color: #777 !important
}

.rplg-box .rplg-box-content {
    position: static !important;
    height: 100px !important;
    overflow-y: auto !important;
    font-size: 14px !important;
    text-align: left !important;
    padding: 0 2px 0 0 !important
}

.rplg-box .rplg-box-content::-webkit-scrollbar {
    width: 4px !important
}

.rplg-box .rplg-box-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3) !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important
}

.rplg-box .rplg-box-content::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
    background: #ccc !important;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5) !important
}

.rplg-box .rplg-box-content::-webkit-scrollbar-thumb:window-inactive {
    background: #ccc !important
}

.rplg .rplg-review-avatar {
    display: block !important;
    width: 56px !important;
    height: 56px !important;
    font-style: italic !important;
    padding: 0 !important;
    margin: 0 10px 0 0 !important;
    border-radius: 50% !important;
    vertical-align: middle !important;
    box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 4px rgba(0, 0, 0, .24) !important
}

.rplg .rplg-review-name {
    display: block !important;
    font-size: 100% !important;
    font-weight: bold !important;
    color: #427fed !important;
    text-decoration: none !important;
    box-shadow: none !important
}

.rplg .rplg-review-text {
    color: #777 !important;
    line-height: 24px !important;
    font-size: 14px !important
}

.rplg .rplg-review-time {
    display: block !important;
    color: #999 !important;
    font-size: 13px !important;
    text-shadow: 1px 1px 0 #fff !important
}

.rplg .rplg-dark .rplg-review-time {
    text-shadow: none !important
}

.rplg .rplg-review-badge {
    top: 12px !important;
    right: 12px !important;
    position: absolute !important;
    background-color: inherit !important
}

.rplg .rplg-social-logo svg {
    display: block !important;
    width: 20px !important;
    height: 20px !important;
    background: transparent !important;
    border-radius: 50% !important
}

.rplg .rplg-social-logo.rplg-facebook-logo svg {
    width: 20px !important;
    height: 20px !important;
    padding: 2px !important;
    background-color: #3c5b9b !important
}

.rplg-slider {
    position: relative
}

.rplg-slider .rplg-slider-prev,
.rplg-slider .rplg-slider-next {
    position: absolute !important;
    top: 50% !important;
    width: 30px;
    height: 30px;
    background: #eee;
    border-radius: 50%;
    margin-top: -22px !important;
    z-index: 10 !important;
    cursor: pointer !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.rplg-slider .rplg-slider-prev {
    left: -35px !important
}

.rplg-slider .rplg-slider-next {
    right: -35px !important
}

.rplg-slider .rplg-slider-prev span,
.rplg-slider .rplg-slider-next span {
    position: absolute !important;
    top: 48% !important;
    left: 40% !important;
    color: #777 !important;
    direction: ltr !important;
    font: normal 300 28px / 0 "Muli", Helvetica, Arial, Verdana, sans-serif !important
}

.rplg-slider .rplg-slider-review {
    margin: 20px 0 40px !important
}

.rplg-slider .rplg-box:before {
    position: absolute !important;
    bottom: -8px !important;
    left: 35px !important;
    display: block !important;
    width: 14px !important;
    height: 14px !important;
    border: 1px solid #ededed !important;
    border-top: none !important;
    border-left: none !important;
    background-color: #fafafa !important;
    content: "" !important;
    -webkit-transform: rotate(45deg) !important;
    -ms-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important
}

.rplg-slider .rplg-box .rplg-box-content {
    height: 150px !important;
    margin: 20px 20px 20px 40px !important;
    background-color: inherit !important
}

.rplg-slider .rplg-box .rplg-box-content:before {
    bottom: 47px !important;
    box-sizing: border-box !important;
    color: #bbb !important;
    content: '\201C' !important;
    display: block !important;
    height: 96px !important;
    left: 50px !important;
    position: absolute !important;
    right: 515.391px !important;
    text-size-adjust: 100% !important;
    top: 20px !important;
    width: 24.6094px !important;
    column-rule-color: #bbb !important;
    perspective-origin: 12.2969px 48px !important;
    transform-origin: 12.2969px 48px !important;
    border: 0 none #bbb !important;
    font: normal normal normal normal 60px / 96px Georgia, serif !important;
    margin: -25px 0 0 -40px !important;
    outline: #bbb none 0 !important
}

.rplg-slider .rplg-stars {
    display: inline-block !important;
    margin-right: 4px !important
}

.rplg-slider .rplg-row {
    margin: 0 !important;
    padding: 20px !important
}

.rplg-grid .rplg-grid-row {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-flow: row wrap !important;
    -ms-flex-flow: row wrap !important;
    flex-flow: row wrap !important;
    margin: 0 auto !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.rplg-grid .rplg-col {
    box-sizing: border-box !important
}

.rplg-grid .rplg-col-6 {
    margin: 0 4px 8px 4px !important;
    width: calc(50% - 8px) !important
}

@media (min-width:840px) {
    .rplg-grid .rplg-col-12 {
        margin: 0 6px 12px 6px !important;
        width: calc(100% - 12px) !important
    }

    .rplg-grid .rplg-col-4 {
        margin: 0 6px 12px 6px !important;
        width: calc(25% - 12px) !important
    }

    .rplg-grid .rplg-col-3 {
        margin: 0 6px 12px 6px !important;
        width: calc(33.3333333333% - 12px) !important
    }

    .rplg-grid .rplg-col-2 {
        margin: 0 6px 12px 6px !important;
        width: calc(50% - 12px) !important
    }
}

@media (max-width:839px) and (min-width:480px) {
    .rplg-grid .rplg-col-12 {
        margin: 0 4px 8px 4px !important;
        width: calc(100% - 12px) !important
    }

    .rplg-grid .rplg-col-4,
    .rplg-grid .rplg-col-3,
    .rplg-grid .rplg-col-2 {
        margin: 0 4px 8px 4px !important;
        width: calc(50% - 8px) !important
    }
}

@media (max-width:479px) {
    .rplg-grid .rplg-col-12 {
        margin: 0 4px 8px 4px !important;
        width: calc(100% - 12px) !important
    }

    .rplg-grid .rplg-col-6,
    .rplg-grid .rplg-col-4,
    .rplg-grid .rplg-col-3,
    .rplg-grid .rplg-col-2 {
        margin: 0 4px 8px 4px !important;
        width: calc(100% - 8px) !important
    }
}

.rplg-grid .rplg-box {
    padding: 20px !important
}

.rplg-grid .rplg-biz-name {
    padding-right: 10px !important
}

.rplg-grid .rplg-review-name {
    line-height: 18px !important;
    padding-right: 10px !important
}

.rplg-grid .rplg-stars {
    white-space: nowrap !important
}

.rplg-grid .rplg-review-time {
    margin: 2px 0 0 !important;
    line-height: 18px !important
}

.rplg-grid .rplg-box-content {
    margin: 10px 0 0 !important
}

.rplg .rplg-biz-name {
    color: #333 !important;
    font-size: 15px !important;
    font-weight: 600 !important
}

.rplg .rplg-biz-name a {
    text-decoration: none !important
}

.rplg .rplg-biz-rating.rplg-trim {
    overflow: visible !important
}

.rplg .rplg-biz-rating .rplg-biz-score {
    display: inline-block !important;
    color: #0caa41 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    margin: 0 8px 0 0 !important;
    vertical-align: middle !important
}

.rplg .rplg-biz-rating.rplg-biz-google .rplg-biz-score {
    color: #e7711b !important
}

.rplg .rplg-biz-rating.rplg-biz-facebook .rplg-biz-score {
    color: #3c5b9b !important
}

.rplg .rplg-biz-rating.rplg-biz-yelp .rplg-biz-score {
    color: #d32323 !important
}

.rplg .rplg-biz-based {
    display: block !important;
    color: #777 !important;
    font-size: 14px !important;
    text-align: left !important;
    text-shadow: 1px 1px 0 #fff !important
}

.rplg .rplg-dark .rplg-biz-based {
    color: #ccc !important;
    text-shadow: none !important
}

.rplg .rplg-biz-based .rplg-social-logo svg {
    display: inline-block !important;
    margin: 0 4px !important;
    vertical-align: middle !important
}

.rplg .rplg-biz-based .rplg-biz-based-text {
    vertical-align: middle !important
}

.rplg-badge-cnt.rplg-badge-center {
    text-align: center !important
}

.rplg .rplg-badge-fixed {
    position: fixed !important;
    right: 30px !important;
    bottom: 30px !important;
    max-width: none !important;
    z-index: 2147482999 !important
}

.rplg .rplg-badge_left-fixed {
    position: fixed !important;
    left: 30px !important;
    bottom: 30px !important;
    max-width: none !important;
    z-index: 2147482999 !important
}

.rplg .rplg-badge {
    display: inline-block;
    margin: 0 10px 10px 0 !important;
    border-left: 6px solid #0caa41 !important;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, .12) !important
}

.rplg-badge-fixed .rplg-badge,
.rplg-badge_left-fixed .rplg-badge {
    display: block
}

.rplg-badge[data-provider="google"] {
    border-left-color: #e7711b !important
}

.rplg-badge[data-provider="facebook"] {
    border-left-color: #3c5b9b !important
}

.rplg-badge[data-provider="yelp"] {
    border-left-color: #d32323 !important
}

.rplg-badge.rplg-badge-block {
    display: block
}

.rplg-badge.rplg-badge-clickable {
    cursor: pointer !important
}

.rplg-badge.rplg-badge-clickable:hover .rplg-badge-btn {
    background-color: #f9f9f9 !important
}

.rplg-badge .rplg-badge-btn {
    width: 270px !important;
    position: relative !important;
    padding: 10px 24px 10px 10px !important;
    background: #fff !important;
    transition: all .2s ease-in-out !important
}

.rplg-badge.rplg-badge-block .rplg-badge-btn {
    width: auto !important
}

.rplg-badge .rplg-badge-menu {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    padding: 8px !important;
    cursor: pointer !important;
    border: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
    outline: none !important
}

.rplg-badge .rplg-badge-menu svg {
    width: 20px !important;
    height: 20px !important
}

.rplg-badge .rplg-badge-menu svg circle {
    fill: #999 !important;
    transition: all .2s ease-in-out !important
}

.rplg-badge .rplg-badge-menu:hover svg circle {
    fill: #555 !important
}

.rplg-badge .rplg-badge-actions {
    position: absolute !important;
    right: 5px !important;
    top: 33px !important;
    background: none repeat scroll 0 0 #fff !important;
    border: 1px solid #ccc !important;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    list-style-type: none !important;
    margin: 3px 0 0 0 !important;
    padding: 0 !important;
    z-index: 999999 !important;
    text-align: left !important;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .15) !important;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .15) !important;
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .15) !important
}

.rplg-badge .rplg-badge-actions .rplg-links a {
    display: block !important;
    margin: 0 !important;
    padding: 1px 5px !important
}

.rplg-badge .rplg-badge-actions .rplg-links a:hover {
    background: #ccc !important
}

.rplg-badge .rplg-row {
    margin: 0 !important;
    padding: 0 !important
}

.rplg-badge .rplg-badge-logo {
    margin: 0 10px 0 0 !important
}

.rplg-badge .rplg-badge-logo .rplg-review-avatar {
    display: inline-block !important;
    width: 50px !important;
    height: 50px !important;
    margin-right: 0 !important;
    border-radius: 50% !important;
    box-shadow: none !important
}

.rplg-badge .rplg-badge-logo>svg {
    width: 50px !important;
    height: 50px !important;
    vertical-align: middle !important
}

.rplg-badge[data-provider="facebook"] .rplg-badge-logo>svg {
    padding: 4px !important;
    border-radius: 50% !important;
    background-color: #3c5b9b !important
}

@media(max-width:480px) {
    .rplg-badge-cnt.rplg-badge-fixed.rplg-badge-hide {
        display: none !important
    }
}

@media(max-width:480px) {
    .rplg-badge-cnt.rplg-badge_left-fixed.rplg-badge-hide {
        display: none !important
    }
}

.rplg .rplg-badge .rplg-social-logo svg {
    width: 16px !important;
    height: 16px !important
}

.rplg .rplg-badge .rplg-social-logo.rplg-facebook-logo svg {
    width: 12px !important;
    height: 12px !important
}

.rplg-badge .rplg-social-logo {
    position: absolute !important;
    right: 6px !important
}

.rplg-badge .rplg-social-logo.rplg-google-logo {
    top: 6px !important
}

.rplg-badge .rplg-social-logo.rplg-facebook-logo {
    top: 27px !important
}

.rplg-badge .rplg-social-logo.rplg-yelp-logo {
    top: 50px !important
}

.rplg .rplg-badge2 {
    display: inline-block;
    position: relative !important;
    text-align: left !important;
    border-radius: 2px !important;
    margin: 10px 10px 0 0 !important;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26) !important
}

.rplg-badge-fixed .rplg-badge2,
.rplg-badge_left-fixed .rplg-badge2 {
    display: none;
    margin: 10px 10px 0 0 !important
}

.rplg-badge2.rplg-badge-block {
    display: block
}

.rplg-badge2 .rplg-badge2-border {
    width: 100% !important;
    height: 6px !important;
    background: #4fce6a !important;
    border-radius: 2px 2px 0 0 !important
}

.rplg-badge2 .rplg-badge2-btn {
    display: flex !important;
    align-items: center !important;
    position: relative !important;
    padding: 10px !important;
    z-index: 999 !important;
    color: #333 !important;
    background: #fff !important;
    border-radius: 0 0 2px 2px !important;
    transition: all .2s ease-in-out !important
}

.rplg-badge2 .rplg-badge2-btn.rplg-badge2-clickable {
    cursor: pointer !important
}

.rplg-badge2 .rplg-badge2-btn.rplg-badge2-clickable:hover {
    background: #f3f3f5 !important
}

.rplg-badge2 .rplg-badge2-btn img {
    display: inline-block !important;
    width: 44px !important;
    height: 44px !important;
    margin: 0 !important;
    box-shadow: none !important
}

.rplg-badge2 .rplg-badge2-close {
    display: none;
    position: absolute !important;
    top: -12px !important;
    right: -18px !important;
    width: 16px !important;
    line-height: 16px !important;
    text-align: center !important;
    cursor: pointer !important;
    text-decoration: none !important;
    color: #555 !important;
    font-size: 18px !important;
    font-family: Arial, sans-serif !important;
    border-radius: 50% !important;
    background-color: rgba(255, 255, 255, .5) !important
}

.rplg-badge-cnt:hover .rplg-badge2-close {
    display: block
}

.rplg-badge2 .rplg-badge2-close:hover {
    color: #333 !important;
    background-color: rgba(255, 255, 255, .7) !important
}

.rplg-badge2 svg {
    vertical-align: middle !important
}

.rplg-badge2 .rplg-badge2-btn>svg {
    width: 44px !important;
    height: 44px !important
}

.rplg-badge2[data-provider="facebook"] .rplg-badge2-btn>svg {
    padding: 4px !important;
    border-radius: 50% !important;
    background-color: #3c5b9b !important
}

.rplg-badge2 .rplg-badge2-score {
    display: inline-block;
    font-size: 14px !important;
    line-height: 20px !important;
    margin: 0 0 0 8px !important;
    vertical-align: middle !important
}

.rplg .rplg-badge2 .rplg-biz-rating>div {
    font-size: 20px !important;
    font-weight: normal !important
}

.rplg .rplg-form {
    position: fixed !important;
    bottom: 0 !important;
    right: 0 !important;
    height: 100% !important;
    width: 368px !important;
    z-index: 2147483000 !important
}

.rplg .rplg-form.rplg-form-left {
    left: 0 !important
}

@media(max-width:460px) {
    .rplg .rplg-form {
        width: 100% !important
    }
}

.rplg-form .rplg-form-head {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 80px !important;
    background: #fff !important;
    padding: 10px 16px !important;
    overflow: hidden !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .12) !important;
    z-index: 2147483002 !important;
    box-sizing: border-box !important
}

.rplg-form .rplg-form-head-inner {
    z-index: 2147483000 !important;
    position: absolute !important;
    left: 20px !important;
    top: 15px !important;
    width: 100% !important;
    height: 100% !important;
    padding: 0 40px 0 0 !important;
    pointer-events: none !important
}

.rplg-form .rplg-head-info .rplg-review-name {
    color: #000 !important
}

.rplg-form .rplg-form-close {
    padding: 0 !important;
    cursor: pointer !important;
    outline: 0 !important;
    border: 0 !important;
    background: 0 0 !important;
    min-height: 0 !important;
    width: auto !important;
    float: right !important;
    font-size: 32px !important;
    font-weight: 500 !important;
    line-height: .6 !important;
    color: #999 !important;
    -webkit-appearance: none !important
}

.rplg-form .rplg-form-close:hover {
    color: #555 !important
}

.rplg-form .rplg-form-body {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    background: rgba(250, 250, 251, .98) !important;
    border-left: 1px solid #dadee2 !important;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, .08) !important;
    z-index: 2147483000 !important
}

.rplg-form .rplg-form-content {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    overflow-y: auto !important;
    z-index: 2147483001 !important;
    -webkit-transform: translateZ(0) !important
}

.rplg-form .rplg-form-content {
    top: 80px !important;
    bottom: 48px !important
}

.rplg-form .rplg-form-content-inner {
    position: relative !important;
    min-height: 100% !important;
    margin: 0 auto !important;
    padding: 15px 0 15px 20px !important
}

.rplg-form .rplg-list-review {
    position: relative !important
}

.rplg-form .rplg-links {
    text-align: center !important
}

.rplg-form .rplg-links a {
    padding: 2px 8px !important;
    background-color: #eee !important;
    border: 1px solid #dedede !important;
    text-shadow: 1px 1px 0 #f5f5f5 !important;
    transition: all .2s ease-in-out !important
}

.rplg-form .rplg-links a:hover {
    background-color: #dfdfdf !important
}

.rplg-form .rplg-form-footer {
    position: absolute !important;
    bottom: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 48px !important;
    text-align: center !important;
    z-index: 2147483002 !important;
    background: #fff !important;
    box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, .06) !important;
    -moz-text-align-last: center !important;
    text-align-last: center !important
}

.rplg-form .rplg-form-footer img {
    padding: 16px !important
}

.rplg-form .rplg-powered {
    color: #999 !important;
    margin: 12px 0 0 !important;
    font-size: 14px !important
}

.rplg-form .rplg-facebook-powered span {
    color: #4080ff !important;
    font-weight: 700 !important;
    font-size: 15px !important
}

.rplg-form .rplg-yelp-logo {
    margin: 6px 0 0 !important
}

.rplg-form .rplg-yelp-logo img {
    float: none !important;
    width: 60px !important;
    padding: 0 !important;
    vertical-align: bottom !important
}

.rplg-form .rplg-review-avatar {
    width: 50px !important;
    height: 50px !important;
    box-shadow: none !important
}

.rplg-form .rplg-review-name {
    font-size: 14px !important
}

.rplg-form .rplg-form-review {
    margin-bottom: 15px !important
}

.rplg-list2 .rplg-social-ratings .rplg-row {
    margin: 0 0 10px !important
}

.rplg-list2 .rplg-social-ratings .rplg-row:last-child {
    margin: 0 !important
}

.rplg-list2 .rplg-social-ratings .rplg-social-logo {
    display: block !important;
    width: 56px !important
}

.rplg-list2 .rplg-social-logo svg {
    margin: 0 auto !important
}

.rplg-list2 .rplg-social-rating {
    font-size: 1.1em !important;
    margin: 0 6px 0 0 !important
}

.rplg-list2 .rplg-google-rating {
    color: #e7711b !important
}

.rplg-list2 .rplg-facebook-rating {
    color: #4080ff !important
}

.rplg-list2 .rplg-yelp-rating {
    color: #d32323 !important
}

.rplg-list2 .rplg-box-content {
    height: auto !important;
    margin: 10px 0 0 !important
}

.rplg-list2 .rplg-box {
    padding: 20px !important;
    margin-bottom: 15px !important
}

.rplg-list2 .rplg-row:last-child {
    margin-bottom: 0 !important
}

.rplg-list2 .rplg-stars {
    display: inline-block !important;
    margin-right: 4px !important
}

.rplg-list2 .rplg-review-text {
    vertical-align: middle !important
}

.rplg-list .rplg-list-header {
    margin: 0 0 15px 0 !important
}

.rplg-list .rplg-list-header:last-child {
    margin: 0 !important
}

.rplg-list .rplg-list-reviews {
    position: relative !important;
    min-height: 100% !important;
    margin: 0 auto !important
}

.rplg-list .rplg-list-review {
    margin: 0 0 15px !important
}

.rplg-list .rplg-list-review:last-child {
    margin: 0 !important
}

.rplg-list .rplg-review-avatar {
    width: 50px !important;
    height: 50px !important;
    min-height: 50px !important;
    max-height: 50px !important
}

.rplg-list .rplg-review-name {
    color: #427fed !important;
    font-size: 100% !important;
    font-weight: bold !important;
    padding-right: 6px !important;
    text-decoration: none !important;
    box-shadow: none !important
}

.rplg-list .rplg-review-time {
    font-size: 13px !important;
    line-height: unset !important
}

.rplg-list .rplg-review-count,
.rplg-list .rplg-google-powered,
.rplg-list .rplg-facebook-powered {
    margin: 6px 0 0 !important;
    color: #999 !important
}

.rplg-list .rplg-facebook-powered span {
    color: #4080ff !important;
    font-weight: 700 !important;
    font-size: 15px !important
}

.rplg-list .rplg-review-text {
    color: #222 !important;
    font-size: 13px !important;
    line-height: 18px !important;
    max-width: 100% !important;
    overflow: hidden !important;
    white-space: pre-wrap !important
}

.rplg-list .rplg-review-badge {
    top: auto !important;
    bottom: -1px !important;
    right: 9px !important;
    background-color: #f5f5f5 !important;
    border-radius: 50% !important
}

.rplg .rplg-dark .rplg-box {
    background-color: #333 !important
}

.rplg .rplg-dark.rplg-slider .rplg-box:before {
    background-color: #333 !important
}

.rplg .rplg-dark .rplg-review-name {
    color: #eee !important
}

.rplg .rplg-dark .rplg-review-text {
    color: #fff !important
}

.rplg .rplg-dark .rplg-review-time {
    color: #ccc !important
}

.rplg .rplg-dark .rplg-powered {
    color: #999 !important
}

.rplg .rplg-rating {
    display: block !important
}

.rplg .rplg-rating img {
    display: inline-block !important
}

.rplg .rplg-rating-name,
.rplg .rplg-rating-info {
    vertical-align: middle !important
}

.rplg .rplg-rating-name {
    margin-right: 6px !important
}

.rplg .rplg-rating-info {
    margin-left: 4px !important
}

.rplgsw-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.rplgsw-container-no-flexbox .rplgsw-slide {
    float: left
}

.rplgsw-container-vertical>.rplgsw-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.rplgsw-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.rplgsw-container-android .rplgsw-slide,
.rplgsw-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.rplgsw-container-multirow>.rplgsw-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.rplgsw-container-free-mode>.rplgsw-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.rplgsw-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.rplgsw-container-autoheight,
.rplgsw-container-autoheight .rplgsw-slide {
    height: auto
}

.rplgsw-container-autoheight .rplgsw-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform, height
}

.rplgsw-container .rplgsw-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.rplgsw-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.rplgsw-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.rplgsw-button-next,
.rplgsw-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.rplgsw-button-next.rplgsw-button-disabled,
.rplgsw-button-prev.rplgsw-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.rplgsw-button-prev,
.rplgsw-container-rtl .rplgsw-button-next {
    background-image: url("//cdn.xuansiwei.com/zhuxi3452/wp-content/cache/min/1/data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.rplgsw-button-prev.rplgsw-button-black,
.rplgsw-container-rtl .rplgsw-button-next.rplgsw-button-black {
    background-image: url("//cdn.xuansiwei.com/zhuxi3452/wp-content/cache/min/1/data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.rplgsw-button-prev.rplgsw-button-white,
.rplgsw-container-rtl .rplgsw-button-next.rplgsw-button-white {
    background-image: url("//cdn.xuansiwei.com/zhuxi3452/wp-content/cache/min/1/data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.rplgsw-button-next,
.rplgsw-container-rtl .rplgsw-button-prev {
    background-image: url("//cdn.xuansiwei.com/zhuxi3452/wp-content/cache/min/1/data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.rplgsw-button-next.rplgsw-button-black,
.rplgsw-container-rtl .rplgsw-button-prev.rplgsw-button-black {
    background-image: url("//cdn.xuansiwei.com/zhuxi3452/wp-content/cache/min/1/data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.rplgsw-button-next.rplgsw-button-white,
.rplgsw-container-rtl .rplgsw-button-prev.rplgsw-button-white {
    background-image: url("//cdn.xuansiwei.com/zhuxi3452/wp-content/cache/min/1/data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.rplgsw-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.rplgsw-pagination.rplgsw-pagination-hidden {
    opacity: 0
}

.rplgsw-container-horizontal>.rplgsw-pagination-bullets,
.rplgsw-pagination-custom,
.rplgsw-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.rplgsw-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.rplgsw-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.rplgsw-pagination-clickable .rplgsw-pagination-bullet {
    cursor: pointer
}

.rplgsw-pagination-white .rplgsw-pagination-bullet {
    background: #fff
}

.rplgsw-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.rplgsw-pagination-white .rplgsw-pagination-bullet-active {
    background: #fff
}

.rplgsw-pagination-black .rplgsw-pagination-bullet-active {
    background: #000
}

.rplgsw-container-vertical>.rplgsw-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate(0, -50%);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.rplgsw-container-vertical>.rplgsw-pagination-bullets .rplgsw-pagination-bullet {
    margin: 5px 0;
    display: block
}

.rplgsw-container-horizontal>.rplgsw-pagination-bullets .rplgsw-pagination-bullet {
    margin: 0 5px
}

.rplgsw-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.rplgsw-pagination-progress .rplgsw-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top
}

.rplgsw-container-rtl .rplgsw-pagination-progress .rplgsw-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top
}

.rplgsw-container-horizontal>.rplgsw-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.rplgsw-container-vertical>.rplgsw-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.rplgsw-pagination-progress.rplgsw-pagination-white {
    background: rgba(255, 255, 255, .5)
}

.rplgsw-pagination-progress.rplgsw-pagination-white .rplgsw-pagination-progressbar {
    background: #fff
}

.rplgsw-pagination-progress.rplgsw-pagination-black .rplgsw-pagination-progressbar {
    background: #000
}

.rplgsw-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.rplgsw-container-3d .rplgsw-cube-shadow,
.rplgsw-container-3d .rplgsw-slide,
.rplgsw-container-3d .rplgsw-slide-shadow-bottom,
.rplgsw-container-3d .rplgsw-slide-shadow-left,
.rplgsw-container-3d .rplgsw-slide-shadow-right,
.rplgsw-container-3d .rplgsw-slide-shadow-top,
.rplgsw-container-3d .rplgsw-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.rplgsw-container-3d .rplgsw-slide-shadow-bottom,
.rplgsw-container-3d .rplgsw-slide-shadow-left,
.rplgsw-container-3d .rplgsw-slide-shadow-right,
.rplgsw-container-3d .rplgsw-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.rplgsw-container-3d .rplgsw-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.rplgsw-container-3d .rplgsw-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.rplgsw-container-3d .rplgsw-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.rplgsw-container-3d .rplgsw-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.rplgsw-container-coverflow .rplgsw-wrapper,
.rplgsw-container-flip .rplgsw-wrapper {
    -ms-perspective: 1200px
}

.rplgsw-container-cube,
.rplgsw-container-flip {
    overflow: visible
}

.rplgsw-container-cube .rplgsw-slide,
.rplgsw-container-flip .rplgsw-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.rplgsw-container-cube .rplgsw-slide .rplgsw-slide,
.rplgsw-container-flip .rplgsw-slide .rplgsw-slide {
    pointer-events: none
}

.rplgsw-container-cube .rplgsw-slide-active,
.rplgsw-container-cube .rplgsw-slide-active .rplgsw-slide-active,
.rplgsw-container-flip .rplgsw-slide-active,
.rplgsw-container-flip .rplgsw-slide-active .rplgsw-slide-active {
    pointer-events: auto
}

.rplgsw-container-cube .rplgsw-slide-shadow-bottom,
.rplgsw-container-cube .rplgsw-slide-shadow-left,
.rplgsw-container-cube .rplgsw-slide-shadow-right,
.rplgsw-container-cube .rplgsw-slide-shadow-top,
.rplgsw-container-flip .rplgsw-slide-shadow-bottom,
.rplgsw-container-flip .rplgsw-slide-shadow-left,
.rplgsw-container-flip .rplgsw-slide-shadow-right,
.rplgsw-container-flip .rplgsw-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.rplgsw-container-cube .rplgsw-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.rplgsw-container-cube.rplgsw-container-rtl .rplgsw-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.rplgsw-container-cube .rplgsw-slide-active,
.rplgsw-container-cube .rplgsw-slide-next,
.rplgsw-container-cube .rplgsw-slide-next+.rplgsw-slide,
.rplgsw-container-cube .rplgsw-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.rplgsw-container-cube .rplgsw-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.rplgsw-container-fade.rplgsw-container-free-mode .rplgsw-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.rplgsw-container-fade .rplgsw-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.rplgsw-container-fade .rplgsw-slide .rplgsw-slide {
    pointer-events: none
}

.rplgsw-container-fade .rplgsw-slide-active,
.rplgsw-container-fade .rplgsw-slide-active .rplgsw-slide-active {
    pointer-events: auto
}

.rplgsw-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center
}

.rplgsw-zoom-container>canvas,
.rplgsw-zoom-container>img,
.rplgsw-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.rplgsw-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.rplgsw-container-horizontal>.rplgsw-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.rplgsw-container-vertical>.rplgsw-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.rplgsw-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.rplgsw-scrollbar-cursor-drag {
    cursor: move
}

.rplgsw-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: rplgsw-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: rplgsw-preloader-spin 1s steps(12, end) infinite;
    animation: rplgsw-preloader-spin 1s steps(12, end) infinite
}

.rplgsw-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("//cdn.xuansiwei.com/zhuxi3452/wp-content/cache/min/1/data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat
}

.rplgsw-lazy-preloader-white:after {
    background-image: url("//cdn.xuansiwei.com/zhuxi3452/wp-content/cache/min/1/data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes rplgsw-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rplgsw-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

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

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

progress {
    vertical-align: baseline
}

template,
[hidden] {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

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

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

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

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

figure {
    margin: 1em 40px
}

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

button,
input,
select,
textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: 700
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

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

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

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

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-display: swap;
    font-family: 'FontAwesome';
    src: url(/wp-content/themes/quark/fonts/fontawesome-webfont.eot?v=4.6.3);
    src: url('/wp-content/themes/quark/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url(/wp-content/themes/quark/fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'), url(/wp-content/themes/quark/fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'), url(/wp-content/themes/quark/fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'), url('/wp-content/themes/quark/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row-bs {
    margin-left: -15px;
    margin-right: -15px;
    clear: both;
    margin: 0 auto
}

.row-bs:before,
.row-bs:after {
    content: "";
    display: table
}

.row-bs:after {
    clear: both
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0%
}

@media (min-width:768px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0%
    }
}

@media (min-width:992px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0%
    }
}

@media (min-width:1200px) {

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0%
    }
}

/*@charset "UTF-8";*/
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.hinge {
    animation-duration: 2s
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
    animation-duration: .75s
}

@keyframes bounce {

    from,
    20%,
    53%,
    80%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom
}

@keyframes flash {

    from,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    animation-name: flash
}

@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1)
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    animation-name: pulse
}

@keyframes rubberBand {
    from {
        transform: scale3d(1, 1, 1)
    }

    30% {
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        transform: scale3d(1.05, .95, 1)
    }

    to {
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    animation-name: rubberBand
}

@keyframes shake {

    from,
    to {
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    animation-name: shake
}

@keyframes headShake {
    0% {
        transform: translateX(0)
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        transform: translateX(0)
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing
}

@keyframes tada {
    from {
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    to {
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    animation-name: tada
}

@keyframes wobble {
    from {
        transform: none
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    to {
        transform: none
    }
}

.wobble {
    animation-name: wobble
}

@keyframes jello {

    from,
    11.1%,
    to {
        transform: none
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }

    77.7% {
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }

    88.8% {
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
    }
}

.jello {
    animation-name: jello;
    transform-origin: center
}

@keyframes bounceIn {

    from,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    animation-name: bounceIn
}

@keyframes bounceInDown {

    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }

    75% {
        transform: translate3d(0, -10px, 0)
    }

    90% {
        transform: translate3d(0, 5px, 0)
    }

    to {
        transform: none
    }
}

.bounceInDown {
    animation-name: bounceInDown
}

@keyframes bounceInLeft {

    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }

    75% {
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        transform: translate3d(5px, 0, 0)
    }

    to {
        transform: none
    }
}

.bounceInLeft {
    animation-name: bounceInLeft
}

@keyframes bounceInRight {

    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        transform: translate3d(10px, 0, 0)
    }

    90% {
        transform: translate3d(-5px, 0, 0)
    }

    to {
        transform: none
    }
}

.bounceInRight {
    animation-name: bounceInRight
}

@keyframes bounceInUp {

    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    75% {
        transform: translate3d(0, 10px, 0)
    }

    90% {
        transform: translate3d(0, -5px, 0)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    animation-name: bounceInUp
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    animation-name: bounceOut
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    animation-name: bounceOutDown
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    animation-name: bounceOutRight
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    animation-name: bounceOutUp
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    animation-name: fadeOutDown
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    animation-name: fadeOutRight
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    animation-name: fadeOutUp
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig
}

@keyframes flip {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        animation-timing-function: ease-out
    }

    40% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        animation-timing-function: ease-out
    }

    50% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        animation-timing-function: ease-in
    }

    80% {
        transform: perspective(400px) scale3d(.95, .95, .95);
        animation-timing-function: ease-in
    }

    to {
        transform: perspective(400px);
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip
}

@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX
}

@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInY
}

@keyframes flipOutX {
    from {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@keyframes flipOutY {
    from {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY
}

@keyframes lightSpeedIn {
    from {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out
}

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in
}

@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        transform-origin: center;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    animation-name: rotateIn
}

@keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight
}

@keyframes rotateOut {
    from {
        transform-origin: center;
        opacity: 1
    }

    to {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    animation-name: rotateOut
}

@keyframes rotateOutDownLeft {
    from {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft
}

@keyframes rotateOutDownRight {
    from {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight
}

@keyframes rotateOutUpLeft {
    from {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft
}

@keyframes rotateOutUpRight {
    from {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    animation-name: hinge
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        transform: scale(.1) rotate(30deg);
        transform-origin: center bottom
    }

    50% {
        transform: rotate(-10deg)
    }

    70% {
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.jackInTheBox {
    animation-name: jackInTheBox
}

@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.rollIn {
    animation-name: rollIn
}

@keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    animation-name: rollOut
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    animation-name: zoomInDown
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    animation-name: zoomInLeft
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    animation-name: zoomInRight
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    animation-name: zoomInUp
}

@keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    animation-name: zoomOut
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    animation-name: zoomOutDown
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

.zoomOutLeft {
    animation-name: zoomOutLeft
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

.zoomOutRight {
    animation-name: zoomOutRight
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    animation-name: zoomOutUp
}

@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    animation-name: slideInDown
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    animation-name: slideInRight
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    animation-name: slideInUp
}

@keyframes slideOutDown {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    animation-name: slideOutDown
}

@keyframes slideOutLeft {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    animation-name: slideOutLeft
}

@keyframes slideOutRight {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    animation-name: slideOutRight
}

@keyframes slideOutUp {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    animation-name: slideOutUp
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    margin: 0;
    font-size: 16px;
    line-height: 1.5
}

::-webkit-selection {
    background: #626262;
    color: #fff;
    text-shadow: none
}

::-moz-selection {
    background: #626262;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #626262;
    color: #fff;
    text-shadow: none
}

menu {
    padding: 0
}

td {
    vertical-align: top
}

canvas {
    -ms-touch-action: double-tap-zoom
}

embed,
iframe,
object,
video {
    max-width: 100%
}

.entry-content .twitter-tweet-rendered {
    max-width: 100% !important
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
    vertical-align: top
}

.entry-content img,
.comment-content img,
.widget img {
    max-width: 100%
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto
}

img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
    max-width: 100%;
    /* height: auto; */
    height: 244px;
}

img.wp-smiley,
.rsswidget img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-style: normal;
    line-height: normal;
    margin: 0;
    padding: 0 0 18px 0
}

h1 {
    font-size: 54px
}

h2 {
    font-size: 48px
}

h3 {
    font-size: 42px
}

h4 {
    font-size: 36px
}

h5 {
    font-size: 30px
}

h6 {
    font-size: 24px
}

hr {
    background-color: #d0d0d0;
    border: 0;
    height: 1px;
    margin: 30px
}

ol,
ul {
    list-style: none outside none
}

p,
ol,
ul,
dl,
address {
    margin: 0 0 20px 0
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin-bottom: 0
}

dt {
    font-family: inherit;
    font-style: normal;
    font-weight: 700
}

figure {
    margin: 16px 0
}

b,
strong {
    font-family: inherit;
    font-style: normal;
    font-weight: 700
}

em {
    font-family: inherit;
    font-style: italic
}

strong em,
b em {
    font-family: inherit;
    font-style: italic;
    font-weight: 700
}

ins {
    background: none repeat scroll 0 0 #FFF9C0;
    text-decoration: none
}

.alignleft {
    float: left;
    margin: 0 20px 15px 0
}

.alignright {
    float: right;
    margin: 0 0 15px 20px
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

blockquote {
    border-left: 5px solid #000;
    margin: 25px 0 25px 20px;
    padding: 0 0 0 16px
}

blockquote.pull-right {
    border-left: 0 none;
    border-right: 5px solid #000;
    margin: 25px 20px 25px 0;
    padding: 0 16px 0 0;
    float: none
}

blockquote p {
    font-weight: 400;
    margin-bottom: 0
}

blockquote.pull-right p,
blockquote.pull-right small {
    text-align: right
}

blockquote cite:before {
    content: "\2014 "
}

blockquote cite {
    font-family: inherit;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #999;
    display: block
}

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

caption,
th,
td {
    font-weight: 400;
    text-align: left
}

code,
pre {
    border-radius: 3px;
    color: #555;
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
    font-size: 12px;
    padding: 0 3px 2px;
    overflow: auto;
    white-space: pre-wrap;
    word-wrap: break-word
}

code {
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    padding: 2px 4px
}

pre {
    background-color: #fafafa;
    border-color: #ddd;
    border-style: solid;
    border-width: 1px 1px 1px 11px
}

abbr,
dfn,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

.wp-caption {
    max-width: 100%;
    padding: 4px
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
    font-family: inherit;
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #777;
    text-align: center
}

img.wp-smiley,
.rsswidget img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

.entry-content dl.gallery-item {
    margin: 0
}

.gallery-columns-1 .gallery-item a {
    max-width: 100%;
    width: auto
}

.gallery .gallery-icon img {
    height: auto
}

.gallery {
    clear: both;
    margin: 0 auto;
    *zoom: 1
}

.gallery:before,
.gallery:after {
    content: "";
    display: table
}

.gallery:after {
    clear: both
}

#primary .entry-content [id^="gallery-"] img {
    border: none
}

.assistive-text {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important
}

select,
option {
    -webkit-appearance: none
}

button,
input {
    font-family: inherit;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    margin: 0;
    vertical-align: middle
}

button,
input {
    *overflow: visible;
    line-height: normal
}

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

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

input[type="button"] {
    width: auto
}

.btn:first-child {
    *margin-left: 0
}

.btn:focus,
input[type="submit"]:focus {
    outline: none;
}

.btn.disabled,
.btn[disabled] {
    cursor: default;
    background-image: none;
    opacity: .95;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.btn.disabled:active,
.btn[disabled]:active {
    top: 0
}

button.btn,
input[type="submit"].btn {
    *padding-top: 2px;
    *padding-bottom: 2px
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
    padding: 0;
    border: 0
}

.btn-large,
input[type="submit"].btn-large {
    padding: 10px 15px;
    font-size: 20px
}

.btn-small,
input[type="submit"].btn-small {
    padding: 5px 9px;
    font-size: 13px
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="file"],
input[type="url"],
input[type="tel"],
input[type="date"],
input[type="search"],
textarea,
select {
    padding: 8px 12px;
    font-family: inherit;
    font-size: inherit;
    background: #fff;
    border: 1px solid #eaeaea;
    color: #333;
    width: 100%;
    max-width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out
}

textarea {
    height: 120px;
    overflow: auto
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="file"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
    border-color: #ccc;
    outline: none
}

.gallery .gallery-item {
    float: left;
    margin: 10px 1% 0;
    text-align: center
}

.gallery-columns-1 .gallery-item {
    width: 100%;
    margin: 10px 0 0
}

.gallery-columns-2 .gallery-item {
    width: 47.5%
}

.gallery-columns-3 .gallery-item {
    width: 31%
}

.gallery-columns-4 .gallery-item {
    width: 22.5%
}

.gallery-columns-5 .gallery-item {
    width: 17.75%
}

.gallery-columns-6 .gallery-item {
    width: 14%
}

.gallery-columns-7 .gallery-item {
    width: 12%
}

.gallery-columns-8 .gallery-item {
    width: 10.25%
}

.gallery-columns-9 .gallery-item {
    width: 9%
}

.archive-title,
.page-title,
.entry-content th,
.comment-content th {
    font-family: inherit;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase
}

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

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

#wrapper {
    width: 100%;
    position: relative
}

.container-fluid {
    max-width: 1170px
}

.container-fluid.full {
    max-width: 100%
}

#maincontentcontainer {
    width: 100%;
    position: relative
}

.site-content {
    clear: both;
    padding: 52px 0;
    position: relative
}

.full-width .site-content {
    padding: 0
}

.full-width .entry-content,
.full-width .site-content article {
    margin-bottom: 0
}

.full-width .entry-header {
    padding: 0 20px
}

#breadcrumbs {
    text-align: center;
    font-style: italic;
    color: #737373;
    margin-bottom: 30px
}

.entry-meta {
    clear: both
}

.comments-link {
    font-family: inherit;
    font-style: italic;
    font-weight: 400;
    float: right
}

.entry-header {
    margin-bottom: 16px;
    text-align: center
}

.entry-header .entry-title a {
    text-decoration: none
}

article.sticky .featured-post {
    font-family: inherit;
    font-style: normal;
    font-weight: 400;
    border-top: 4px double #aaa;
    border-bottom: 4px double #aaa;
    color: #777;
    line-height: 3;
    margin-bottom: 24px;
    text-align: center
}

article.sticky {
    border-bottom: 4px double #aaa
}

.site-content article {
    margin-bottom: 40px
}

.header-meta {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 10px 0;
    *zoom: 1
}

.header-meta:before,
.header-meta:after {
    content: "";
    display: table
}

.header-meta:after {
    clear: both
}

.header-meta a {
    text-decoration: none
}

.entry-content {
    margin-bottom: 20px;
    *zoom: 1
}

.entry-content:before,
.entry-content:after {
    content: "";
    display: table
}

.entry-content:after {
    clear: both
}

.post-categories a,
.post-tags a {
    margin: 0 3px 0 0;
    display: inline-block;
    text-decoration: none
}

.entry-header address,
.comment-content address {
    font-family: inherit;
    font-style: italic;
    font-weight: 400;
    display: block
}

.entry-header address {
    display: inline
}

.entry-header time,
.entry-header address {
    font-family: inherit;
    font-style: italic;
    font-weight: 400;
    margin: 0 20px 0 0
}

.page-links {
    clear: both;
    line-height: 1.75;
    color: #333
}

.page-links .page-numbers {
    background-color: #333;
    border: 1px solid #333;
    padding: 2px 4px;
    color: #fff
}

.page-links a {
    text-decoration: none
}

.page-links a .page-numbers {
    background-color: transparent;
    color: #333
}

.page-links a:hover .page-numbers {
    background-color: #f3961e;
    color: #fff
}

.more-link {
    text-decoration: none
}

.post-edit-link {
    text-decoration: none
}

.entry-content dl,
.comment-content dl {
    margin: 0 24px
}

.entry-content dt,
.comment-content dt {
    font-family: inherit;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5
}

.entry-content dd,
.comment-content dd {
    line-height: 1.5;
    margin-bottom: 24px
}

.entry-content table,
.comment-content table {
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 24px;
    width: 100%
}

.entry-content table caption,
.comment-content table caption {
    font-size: 16px;
    margin: 24px 0
}

.entry-content td,
.comment-content td {
    border-top: 1px solid #ccc;
    padding: 6px 10px 6px 0
}

.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul {
    margin: 0 0 24px;
    line-height: 1.5;
    padding: 0
}

.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
    margin-bottom: 0
}

.entry-content ul,
.comment-content ul {
    list-style: disc outside
}

.entry-content ol,
.comment-content ol {
    list-style: decimal outside
}

.entry-content li,
.comment-content li {
    margin: 0 0 0 28px
}

.author .archive-header {
    margin-bottom: 24px
}

.author-info {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 24px 0;
    padding: 24px 0;
    overflow: hidden;
    *zoom: 1
}

.author-info:before,
.author-info:after {
    content: "";
    display: table
}

.author-info:after {
    clear: both
}

.author-description h2 {
    font-size: 24px
}

.author-description p {
    color: #777;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px
}

.author-link {
    font-size: 14px
}

.author-link a {
    color: #777;
    text-decoration: none
}

.author.archive .author-info {
    border-top: 0;
    margin: 0 0 48px
}

.author.archive .author-avatar {
    margin-top: 0
}

.author.archive .author-link {
    display: none
}

.author-avatar {
    float: left;
    margin-top: 8px
}

.author-description {
    float: right;
    width: 80%
}

.social-meta a {
    text-decoration: none;
    margin-right: 5px
}

.entry-media {
    margin: 0 auto 16px;
    max-width: 792px;
    width: 100%
}

.entry-media .wp-caption,
.entry-media .wp-caption-text,
.entry-media [class*="align"] {
    margin: 0 auto
}

.format-aside .entry-content {
    margin: 20px 0 18px 0
}

.format-aside .entry-content p:last-child {
    margin-bottom: 0
}

.format-status .entry-content {
    border-left: 5px solid #ddd;
    margin: 20px 0 18px 0;
    padding: 0 0 0 15px
}

.format-status .entry-content p {
    font-size: 20px;
    font-style: italic
}

.format-status .entry-content p:last-child {
    margin-bottom: 0
}

.format-quote .entry-content blockquote:before {
    font-family: 'FontAwesome';
    font-weight: 400;
    font-style: normal;
    speak: none;
    vertical-align: top;
    font-size: 40px;
    content: "\f10d";
    color: #ddd;
    top: -15px;
    left: 0;
    position: absolute;
    z-index: -1
}

.format-quote .entry-content {
    margin-top: 24px;
    position: relative
}

.format-quote .entry-content blockquote {
    border: none;
    margin-left: 40px
}

.format-audio .wp-audio-shortcode {
    margin-bottom: 16px
}

.archive-header,
.page-header {
    margin-bottom: 32px;
    text-align: center
}

.archive-header .archive-title {
    font-size: 32px
}

.archive-meta {
    font-family: inherit;
    font-style: italic;
    font-weight: 400;
    color: #777;
    font-size: 14px;
    line-height: 2;
    margin-top: 16px;
    text-align: left
}

article.error404 {
    text-align: center;
    font-size: 18px
}

article.error404 .error-code {
    font-size: 180px;
    color: #000;
    line-height: 1.1
}

article.error404 #searchform {
    width: 600px;
    max-width: 100%;
    margin: 0 auto
}

#searchform .controls-wrap {
    position: relative
}

#searchform .field {
    padding: 10px 40px 10px 15px;
    height: 44px;
    font-size: 13px;
    color: #999;
    border: 2px solid #dedede
}

#searchform .field:focus {
    border-color: #bfbfbf !important
}

#searchform .btn-wrap {
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
    height: 100%;
    text-align: center
}

#searchform .button {
    font-size: 0;
    text-indent: -9999px;
    padding: 0;
    border: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: none !important
}

#searchform .btn-wrap:before {
    content: "\f002";
    font-family: FontAwesome;
    display: inline-block;
    position: relative;
    line-height: 44px;
    font-size: 18px;
    width: 55px;
    text-indent: 0;
    color: #B3B3B3
}

.comments-title {
    padding-bottom: 20px;
    font-size: 28px;
    line-height: 1.5;
    font-weight: 400
}

.comments-area article {
    padding-bottom: 16px;
    margin: 24px 0;
    border-bottom: 1px solid #ccc
}

.comments-area article header {
    margin: 0 0 24px;
    overflow: hidden;
    position: relative
}

.comments-area article header img {
    float: left;
    padding: 0;
    line-height: 0
}

.comments-area article header cite,
.comments-area article header time {
    display: block;
    margin-left: 84px
}

.comments-area article header cite {
    font-style: normal;
    font-size: 16px;
    line-height: 1.5
}

.comments-area article header time {
    font-family: inherit;
    font-style: italic;
    font-weight: 400;
    line-height: 1.8;
    text-decoration: none;
    font-size: 14px;
    color: #5e5e5e
}

.comments-area article header a {
    text-decoration: none;
    color: #5e5e5e
}

.comments-area article header a:hover {
    color: #000
}

.comments-area article header cite a {
    color: #444
}

.comments-area article header cite a:hover {
    text-decoration: underline
}

.comments-area article header h4 {
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background-color: #0088d0;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #009cee, #0088d0);
    background-image: -ms-linear-gradient(top, #009cee, #0088d0);
    background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
    background-image: -o-linear-gradient(top, #009cee, #0088d0);
    background-image: linear-gradient(top, #009cee, #0088d0);
    border-radius: 3px;
    border: 1px solid #007cbd
}

.comments-area li.bypostauthor cite span {
    position: absolute;
    margin-left: 6px;
    padding: 2px 6px;
    font-size: 12px
}

a.comment-reply-link {
    font-size: 14px;
    line-height: 1.8;
    color: #686868;
    text-decoration: none
}

a.comment-reply-link:hover {
    color: #000
}

.commentlist .pingback {
    line-height: 1.8;
    margin-bottom: 24px;
    padding-bottom: 0
}

.commentlist .children {
    margin-left: 48px
}

.commentlist {
    padding-left: 0
}

#respond {
    margin-top: 25px
}

#respond h3#reply-title #cancel-comment-reply-link {
    margin-left: 12px;
    font-weight: 400;
    font-size: 12px
}

#respond form {
    margin: 24px 0 32px 0
}

#respond form p {
    margin: 12px 0
}

#respond form p.logged-in-as {
    margin-bottom: 24px
}

#respond form label {
    display: block;
    line-height: 1.8
}

#respond form input[type="text"],
#respond form textarea {
    font-family: inherit;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.8;
    padding: 8px;
    width: 100%
}

#respond form p.form-allowed-tags {
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
    color: #5e5e5e
}

#respond form p.form-allowed-tags code {
    background: none;
    border: none;
    color: #5e5e5e
}

label .required,
span.required {
    color: #bb0504
}

form label.error {
    font-family: inherit;
    font-style: normal;
    font-weight: 700;
    display: block;
    padding: 0 10px 0 10px;
    margin: 5px 0 5px 0;
    font-size: 14px;
    border-left: 4px solid #bb0504;
    display: none
}

#respond form label.error {
    line-height: 1.3
}

.widget-area ul {
    list-style: none outside none;
    padding-left: 0
}

.widget-area .widget {
    margin-bottom: 20px
}

.widget-area .widget ul ul {
    margin-left: 12px
}

.widget_rss li {
    margin: 12px 0
}

.widget_recent_entries .post-date,
.widget_rss .rss-date {
    font-size: 12px;
    margin-left: 12px
}

#wp-calendar {
    margin: 0;
    width: 100%;
    font-size: 14px;
    line-height: 2
}

#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
    text-align: center
}

#wp-calendar thead {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa
}

#wp-calendar caption {
    font-family: inherit;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left
}

#wp-calendar #today {
    background-color: #ddd
}

#wp-calendar tfoot {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa
}

#wp-calendar #next {
    padding-right: 24px;
    text-align: right
}

.widget_search label {
    font-size: 14px;
    line-height: 1.5
}

.widget_twitter li {
    list-style-type: none
}

.widget_twitter .timesince {
    display: block;
    text-align: right
}

.site-content nav {
    clear: both;
    line-height: 2;
    overflow: hidden
}

#nav-below.nav-single {
    padding-top: 20px;
    border-top: 1px solid #ccc
}

#nav-above {
    padding: 24px
}

#nav-above {
    display: none
}

.paged #nav-above {
    display: block
}

.nav-previous,
.previous-image {
    float: left;
    width: 50%;
    line-height: 1.3
}

.nav-previous a,
.nav-next a {
    text-decoration: none
}

.nav-next,
.next-image {
    float: right;
    text-align: right;
    width: 50%;
    line-height: 1.3
}

.nav-single+.comments-area,
#comment-nav-above {
    margin: 48px 48px 48px 0
}

ul.page-numbers {
    padding: 0;
    margin: 0;
    text-align: center
}

li a.page-numbers,
li span.page-numbers {
    padding: 5px 10px;
    border: 1px solid #ccc;
    text-decoration: none;
    display: inline-block;
    line-height: normal
}

li a:visited.page-numbers {
    color: #333
}

li a:hover.page-numbers {
    background-color: #ccc;
    color: #fff
}

li a:hover.prev,
li a:hover.next {
    background-color: transparent;
    color: #000
}

.page-numbers li {
    display: inline-block
}

li span.current {
    background-color: #ccc;
    color: #fff
}

li a.prev,
li a.next,
li span.dots {
    border: none
}

#lang_sel {
    width: 65%;
    height: 35px
}

#lang_sel li {
    width: 100%
}

#lang_sel ul ul {
    top: 35px;
    width: 100%
}

#lang_sel a.lang_sel_sel {
    border-radius: 3px
}

#lang_sel a,
#lang_sel a:visited {
    font-size: 16px;
    font-size: 1rem;
    padding: 5px 0 5px 10px
}

.main-navigation .menu-item-language .iclflag {
    margin-top: 7px
}

#lang_sel .iclflag {
    margin-top: 2px
}

#lang_sel .lang_sel_sel .iclflag {
    margin-top: 6px
}

#lang_sel_footer .iclflag,
#lang_sel_footer .icl_lang_sel_current {
    margin-top: 6px
}

.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    *line-height: 0
}

.ir br {
    display: none
}

.hidden {
    display: none !important;
    visibility: hidden
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.invisible {
    visibility: hidden
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1
}

.clr {
    clear: both
}

@media print {
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " ("attr(href) ")"
    }

    abbr[title]:after {
        content: " ("attr(title) ")"
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: .5cm
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }
}

body {
    margin: 0 auto;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    color: #3c3c3c;
    text-align: left;
    background: #fff !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    line-height: normal;
    text-transform: none;
    font-weight: 400;
    color: #053258;
    margin: 0;
    padding: 0 0 18px 0
}

h1 {
    font-size: 44px
}

h2 {
    font-size: 38px
}

h3 {
    font-size: 32px
}

h4 {
    font-size: 26px
}

h5 {
    font-size: 22px
}

h6 {
    font-size: 18px
}

a {
    color: #053258;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out
}

a:visited {
    color: #053258
}

a:focus {
    outline: none;
    color: #053258
}

a:hover,
a:active {
    outline: 0;
    color: #000
}

.btn,
input[type="submit"],
input[type="reset"],
.wp-block-button__link {
    display: inline-block;
    *display: inline;
    padding: 10px 25px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
    text-transform: none;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background: #183c5b;
    border: 1px solid #183c5b;
    border-radius: 0 !important;
    text-decoration: none;
    transition: all 0.5s;
    position: relative
}

a.btn {
    color: #fff;
    text-decoration: none;
    position: relative
}

a.btn:before {
    content: '';
    display: block;
    position: absolute;
    top: -7px;
    left: 7px;
    width: 100%;
    height: 100%;
    border: 1px solid #6a8398;
    z-index: 1;
    transition: all 0.3s
}

a.btn:hover:before {
    top: 4px;
    left: -6px
}

.wp-block-button__link:hover {
    background: #232323
}

.btn strong {
    position: relative;
    font-weight: 700;
    z-index: 10
}

.btn:hover,
.btn:active,
input[type="submit"]:hover,
input[type="reset"]:hover {
    color: #183c5b;
    text-decoration: none;
    background: #fff;
    border-color: #183c5b
}

.btn-lg {
    padding: 15px 30px;
    font-size: 21px;
    font-weight: 300
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="file"],
input[type="url"],
input[type="tel"],
input[type="date"],
input[type="search"],
textarea,
select {
    padding: 12px 16px;
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    background: #fff;
    border: 1px solid #b0b0b0;
    color: #183c5b
}

textarea {
    height: 80px;
    overflow: auto
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="file"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
    border-color: #183c5b !important;
    outline: none
}

form.wpcf7 {
    position: relative
}

.wpcf7 .field {
    margin-bottom: 20px;
    position: relative
}

.wpcf7 .field .wpcf7-form-control-wrap {
    display: block
}

.wpcf7 .field .wpcf7-not-valid-tip {
    position: absolute;
    right: 1px;
    bottom: 0;
    padding: 0 5px;
    color: #D8000C;
    background-color: #ffa3a8;
    border: 1px solid #D8000C;
    z-index: 20
}

.wpcf7 .lbl {
    display: block;
    margin-bottom: 5px
}

.wpcf7 .controls input {
    margin-right: 10px
}

.wpcf7 div.wpcf7-response-output {
    background: #fff;
    box-shadow: 0 0 14px rgba(69, 69, 69, .4);
    border: 2px solid #fff;
    color: #000;
    left: 50%;
    padding: 25px;
    position: absolute;
    top: 50%;
    width: 70%;
    min-width: 300px;
    max-width: 100%;
    margin: 0;
    text-align: center;
    transform: translate(-50%, -50%);
    z-index: 50
}

.wpcf7 div.wpcf7-response-output.wpcf7-validation-errors {
    color: #fff;
    background-color: #a20101
}

.wpcf7 div.wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #4F8A10;
    background-color: #DFF2BF
}

.wpcf7 .wpcf7-form-control span.wpcf7-list-item {
    display: inline-block;
    vertical-align: top;
    margin: 0 25px 10px 0;
    position: relative
}

.wpcf7 .wpcf7-form-control span.wpcf7-list-item label {
    padding: 1px 0 0 30px;
    display: block;
    position: relative;
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
    font-size: 14px
}

.wpcf7 .wpcf7-form-control span.wpcf7-list-item input {
    display: inline-block;
    width: auto
}

.wpcf7 .wpcf7-form-control.wpcf7-radio {
    display: block;
    margin: 12px 0
}

.wpcf7 .wpcf7-form-control.wpcf7-radio input[type=radio] {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0
}

.wpcf7 .wpcf7-form-control.wpcf7-radio input[type=radio]+span:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    border: 2px solid #888
}

.wpcf7 .wpcf7-form-control.wpcf7-radio input[type=radio]+span+span:after {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 7px;
    width: 7px;
    top: 6px;
    left: 6px;
    background: rgba(0, 0, 0, 0);
    visibility: hidden;
    transition: all 0.3s
}

.wpcf7 .wpcf7-form-control.wpcf7-radio input[type=radio]:checked+span:before {
    background: transparent
}

.wpcf7 .wpcf7-form-control.wpcf7-radio input[type=radio]:checked+span:after {
    background: #bbb;
    visibility: visible
}

.wpcf7 .wpcf7-form-control.wpcf7-checkbox {
    display: block;
    margin: 12px 0
}

.wpcf7 .wpcf7-form-control.wpcf7-checkbox input[type=checkbox] {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0
}

.wpcf7 .wpcf7-form-control.wpcf7-checkbox input[type=checkbox]+span:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #888
}

.wpcf7 .wpcf7-form-control.wpcf7-checkbox input[type=checkbox]+span:after {
    display: block;
    position: absolute;
    content: '\f00c';
    font-family: FontAwesome;
    font-weight: 900;
    top: 0;
    left: 4px;
    line-height: 1.4;
    font-size: 18px;
    visibility: hidden;
    transition: all 0.3s;
    color: #bbb
}

.wpcf7 .wpcf7-form-control.wpcf7-checkbox input[type=checkbox]:checked+span:before {
    background: transparent
}

.wpcf7 .wpcf7-form-control.wpcf7-checkbox input[type=checkbox]:checked+span:after {
    visibility: visible
}

.wpcf7 .terms {
    text-align: left;
    margin: 0 0 10px 0 !important;
    font-size: 8px !important;
    letter-spacing: 1px
}

.grecaptcha-badge {
    opacity: 0 !important;
    width: 0 !important
}

.is-sticky .sticker {
    position: relative;
    z-index: 999 !important;
    left: 0;
    right: 0
}

body::-webkit-scrollbar {
    width: 16px
}

body::-webkit-scrollbar-track {
    background: #2d2d2d
}

body::-webkit-scrollbar-thumb {
    background: #6a8398;
    background-size: contain;
    border: 2px solid #fff
}

body::-webkit-scrollbar-thumb:hover {
    background-color: #f0f0f0
}

body #wptime-plugin-preloader {
    -moz-background-size: auto;
    -o-background-size: auto;
    -webkit-background-size: auto;
    background-size: auto;
    background: #232323 !important
}

#wptime-plugin-preloader .load-box {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -175px;
    margin-top: -30px;
    width: 350px
}

#wptime-plugin-preloader .load-box img {
    display: block;
    margin: 0 auto;
    animation: blinking 1.5s infinite
}

@keyframes blinking {
    from {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeInUpSm {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUpSm {
    -webkit-animation-name: fadeInUpSm;
    animation-name: fadeInUpSm
}

@keyframes fadeInRightSm {
    from {
        opacity: 0;
        -webkit-transform: translate3d(30px, 0, 0);
        transform: translate3d(30px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRightSm {
    -webkit-animation-name: fadeInRightSm;
    animation-name: fadeInRightSm
}

@keyframes fadeInLeftSm {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-30px, 0, 0);
        transform: translate3d(-30px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeftSm {
    -webkit-animation-name: fadeInLeftSm;
    animation-name: fadeInLeftSm
}

@keyframes fadeInDownSm {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDownSm {
    -webkit-animation-name: fadeInDownSm;
    animation-name: fadeInDownSm
}

#maincontentcontainer {
    background: #fff;
    z-index: 50;
    overflow: hidden
}

article.error404 .error-code {
    font-size: 180px;
    color: #0a2332;
    line-height: 1.1
}

.entry-content ul:not(.swifty_imgwidget_ul):not(.blocks-gallery-grid):not(.kt-tabs-title-list):not(.slides) {
    list-style: none;
    margin-left: 0
}

.entry-content ul:not(.swifty_imgwidget_ul):not(.blocks-gallery-grid):not(.kt-tabs-title-list):not(.slides) li {
    padding-left: 30px;
    position: relative;
    margin: 0 0 5px 0
}

.entry-content ul:not(.swifty_imgwidget_ul):not(.blocks-gallery-grid):not(.kt-tabs-title-list):not(.slides) li:before {
    content: '\f00c';
    font-family: FontAwesome;
    display: block;
    width: 25px;
    height: 25px;
    line-height: 24px;
    font-size: 19px;
    position: absolute;
    left: 0;
    top: 2px;
    color: #053258
}

.entry-content .wp-block-media-text,
.entry-content .wp-block-columns.grid-row,
.entry-content .su-row.grid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 25px 0
}

.entry-content .wp-block-media-text.has-media-on-the-right,
.entry-content .wp-block-columns.grid-row.flip,
.entry-content .su-row.grid:nth-child(odd) {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.entry-content .wp-block-media-text>*,
.entry-content .wp-block-columns.grid-row>*,
.entry-content .su-row.grid>div {
    margin: 0;
    width: calc(50% - 20px);
    padding: 20px 0
}

.entry-content .wp-block-columns.grid-row>* {
    padding: 0
}

.entry-content .wp-block-columns.grid-row figure {
    margin-top: 0;
    margin-bottom: 0
}

.bg-decor {
    background: rgba(0, 0, 0, .68);
    color: #fff;
    padding: 15px 15px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 2px
}

.bg-decor1 {
    color: #0176ba;
    padding: 15px;
    margin-bottom: 20px;
    margin-top: 20px
}

.entry-content .su-tabs {
    background: #183c5b;
    padding: 1px
}

.entry-content .su-tabs .su-tabs-nav span {
    font-size: 16px;
    padding: 12px 15px;
    color: #fff
}

.entry-content .su-tabs .su-tabs-nav span:hover {
    color: #fff;
    background: rgba(255, 255, 255, .3)
}

.entry-content .su-tabs .su-tabs-nav span.su-tabs-current {
    background: #fff;
    color: #183c5b
}

.entry-content .su-tabs .su-tabs-panes {
    background: #fff
}

.entry-content .su-tabs .su-tabs-pane {
    padding: 25px;
    font-size: 18px
}

.entry-content .su-tabs .su-tabs-pane.su-tabs-pane-open {
    animation: fadeIn 0.6s
}

.s_sep {
    position: relative;
    clear: both;
    margin: 10px 0 40px 0;
    overflow: hidden;
    background: url(//cdn.xuansiwei.com/zhuxi3452/wp-content/themes/quark/css/images/sep.png) no-repeat center bottom;
    background-size: contain;
    height: 34px
}

.category article.post {
    position: relative;
    padding-bottom: 1px
}

.category article.post .entry-header {
    margin: 0
}

.category article.post .post-thumb {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden
}

.category article.post .post-thumb img {
    display: block;
    width: 100%;
    height: auto;
    transition: all 3s
}

.category article.post:hover .post-thumb img {
    transform: scale(1.1)
}

.category article.post .entry-content {
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .05);
    margin: 20px 0 0 0;
    position: relative;
    z-index: 100
}

.category article.post .entry-title {
    text-align: left;
    font-size: 30px
}

.category article.post .entry-title a {
    text-decoration: none
}

.category article.post .entry-title a:hover {
    color: #000
}

article.post .more-link {
    display: inline-block;
    padding: 8px 20px;
    margin: 10px 0 0 0;
    border: 1px solid #828282;
    color: #828282
}

article.post .entry-content:hover .more-link {
    color: #fff;
    background: #828282;
    border-color: #828282
}

article.post .entry-content .more-p {
    display: none
}

.category article.post.no-results {
    padding: 40px
}

.category article.post.no-results .entry-content {
    background: none;
    width: auto;
    margin: 0;
    padding: 0
}

.category-89 .category-posts .post {
    margin-bottom: 60px
}

.category-89 .category-posts .post:nth-child(2n+1) {
    clear: both
}

.category-89 .category-posts .post .entry-header {
    position: relative
}

.category-89 .category-posts .post .entry-title {
    font-size: 26px;
    text-shadow: 0 1px 0 #fff;
    padding: 0;
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, .8);
    background: -moz-linear-gradient(315deg, rgba(255, 255, 255, .35) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(315deg, rgba(255, 255, 255, .35) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(315deg, rgba(255, 255, 255, .35) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
    z-index: 10
}

.category-89 .category-posts .post .entry-title a {
    display: block;
    padding: 15px 15px 10px 15px
}

.post-template-portfolio-post #maincontentcontainer {
    padding-top: 103px
}

.head-video-section .kt-row-layout-inner,
.head-line .kt-row-layout-inner {
    position: relative
}

.head-video-section .kt-row-layout-inner:before,
.head-video-section .kt-row-layout-inner:after,
.head-line .kt-row-layout-inner:before,
.head-line .kt-row-layout-inner:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #bfbfbf;
    -webkit-box-shadow: 0 15px 10px #bfbfbf;
    -moz-box-shadow: 0 15px 10px #bfbfbf;
    box-shadow: 0 15px 10px #bfbfbf;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg)
}

.head-video-section .kt-row-layout-inner:after,
.head-line .kt-row-layout-inner:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto
}

.head-video-section h1 {
    font-size: 36px
}

.head-video-section figure {
    margin: 0 auto
}

.head-video-section .see-video {
    position: relative;
    font-size: 18px;
    margin: 0
}

.head-video-section .see-video:after {
    content: '\f061';
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 10px
}

.video-box {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 0 0 0 0;
    width: 100%
}

.video-box iframe,
.video-box object,
.video-box video,
.video-box embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.wp-video {
    margin: 0 auto
}

.wp-video .mejs-controls {
    opacity: 0
}

#headercontainer {
    width: 100%;
    background: #232323;
    color: #ececec;
    transition: all 0.3s;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 800
}

.admin-bar #headercontainer {
    top: 32px
}

#masthead {
    position: relative;
    z-index: 20
}

#masthead .header-side {
    position: relative;
    animation: fadeIn 1s;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.header-side .logo {
    text-align: center;
    padding: 10px 15px
}

.header-side .logo img {
    width: auto
}

.header-side .logo a {
    display: inline-block;
    position: relative
}

.site-header .header-widgets {
    flex: 1
}

.is-sticky .header-side {
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    animation: fadeInDown 0.8s;
    z-index: 999
}

.widget.contact-info {
    text-align: center;
    display: block;
    animation: fadeInDown 1s 1s backwards
}

.widget.contact-info .phone {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #ececec
}

.widget.contact-info .phone i {
    color: #053258
}

.widget.contact-info .phone a {
    display: inline-block;
    font-size: 28px;
    font-family: Arial;
    text-decoration: none;
    color: #ececec;
    line-height: normal
}

.widget.contact-info .phone a:after {
    content: '';
    display: block;
    border-top: 1px solid;
    width: 0;
    transition: all 0.4s
}

.widget.contact-info .phone a:hover {
    color: #fff
}

.widget.contact-info .phone a:hover:after {
    width: 100%
}

.widget.contact-info .phone b {
    display: block;
    font-size: 11px;
    letter-spacing: 5px;
    font-weight: 400;
    text-align: right;
    text-transform: uppercase;
    margin-top: 4px
}

.widget.contact-info .social-media-icons {
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
    margin-left: 20px;
    border-left: 1px solid #9a9a9a
}

.widget.contact-info .social-media-icons a {
    color: #ececec
}

.widget.contact-info .fa-homestars {
    color: rgba(255, 255, 255, 0);
    background-image: url(//cdn.xuansiwei.com/zhuxi3452/wp-content/themes/quark/images/homestars_w.png)
}

.social-media-icons {
    height: auto
}

.social-media-icons ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.social-media-icons li {
    display: inline-block;
    vertical-align: middle;
    margin: 2px 2px;
    text-align: center;
    font-size: 24px
}

.social-media-icons a {
    text-decoration: none;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: rgba(24, 60, 91, 0);
    border: 1px solid rgba(24, 60, 91, 0);
    position: relative;
    color: #053258
}

.social-media-icons a:hover {
    border: 1px solid;
    color: #053258
}

.social-media-icons a i {
    position: relative;
    z-index: 20
}

.fa-homestars {
    background: url(//cdn.xuansiwei.com/zhuxi3452/wp-content/themes/quark/images/homestars_b.png) no-repeat center center;
    background-size: 74%;
    width: 100%;
    height: 100%
}

.header-top-image {
    padding: 160px 0 25px 0;
    background: url(//cdn.xuansiwei.com/zhuxi3452/wp-content/themes/quark/images/bg-1.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.header-top-image:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(35, 35, 35, .5);
    z-index: 1
}

.header-top-image .entry-title {
    color: #fff;
    text-align: center;
    padding-bottom: 25px;
    margin-bottom: 10px;
    position: relative;
    z-index: 20;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 60px;
    text-shadow: 1px 1px 0 #042139
}

#breadcrumbs {
    font-style: normal;
    color: #ccc;
    margin: 0;
    position: relative;
    z-index: 20
}

#breadcrumbs>span {
    position: relative;
    display: inline-block
}

#breadcrumbs>span:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -5px;
    top: -5px;
    border: 1px solid #738fa6;
    z-index: 1
}

#breadcrumbs>span>span {
    display: inline-block;
    padding: 10px 20px;
    background: rgba(5, 50, 88, .6);
    position: relative;
    z-index: 10
}

#breadcrumbs a {
    color: #fff
}

#breadcrumbs a:hover {
    opacity: .8
}

.contactform-holder {
    margin-top: 60px;
    text-align: left;
    position: relative;
    z-index: 30
}

.page-template-contact-page .header-top-image:before {
    background: rgba(35, 35, 35, .68)
}

#bannercontainer {
    clear: both;
    overflow: hidden;
    position: relative;
    z-index: 50;
    background: #fff !important
}

.widget.slideshow .metaslider {
    padding: 0 !important
}

.widget.slideshow .nivoSlider,
.widget.slideshow .flexslider {
    position: relative;
    overflow: hidden
}

.widget.slideshow .metaslider.ms-theme-outline .flexslider ol.flex-control-nav:not(.flex-control-thumbs) li a {
    width: 20px;
    height: 20px
}

.widget.slideshow .nivoSlider .nivo-prevNav,
.widget.slideshow .nivoSlider .nivo-nextNav,
.widget.slideshow .flexslider .flex-prev,
.widget.slideshow .flexslider .flex-next {
    opacity: 1 !important
}

.slider-caption-box {
    position: absolute;
    top: 0;
    bottom: 60px;
    width: auto;
    left: 65px;
    right: 65px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
    z-index: 99
}

.slider-caption-box .inwidget {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    transition: transform 0.2s;
    -webkit-transition: transform 0.2s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform: translateZ(0)
}

.slider-caption-box .widget-title {
    color: #fff;
    font-family: 'Kaushan Script', cursive;
    font-weight: 400;
    font-size: 66px;
    text-shadow: 1px 1px 0 #042139;
    padding: 0;
    margin-bottom: -30px;
    position: relative;
    z-index: 20;
    -webkit-transform: translateZ(50px);
    transform: translateZ(50px)
}

.slider-caption-box .textwidget {
    background: rgba(5, 50, 88, .5);
    padding: 40px;
    position: relative
}

.slider-caption-box .textwidget:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 12px;
    top: -12px;
    border: 1px solid #fff;
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px)
}

.slider-caption-box .ttl {
    color: #fff;
    font-weight: 400;
    font-size: 46px;
    text-shadow: 2px 3px 0 #042139;
    -webkit-transform: translateZ(100px);
    transform: translateZ(100px)
}

.slider-caption-box .sub-ttl {
    color: #fff;
    padding: 0;
    font-size: 38px;
    text-shadow: 2px 3px 0 #042139;
    -webkit-transform: translateZ(80px);
    transform: translateZ(80px)
}

.slider-video {
    position: relative;
    overflow: hidden
}

.slider-video .w-bottom-bar.w-css-reset {
    display: none !important
}

.slider-video.iframe-embed {
    position: relative
}

.slider-video.iframe-embed:before {
    content: '';
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: 100
}

.slider-video.iframe-embed iframe {
    height: 100vh;
    min-height: 500px
}

.home-sidebar {
    padding: 70px 0
}

.home-sidebar .widget-title {
    font-size: 42px
}

.home.page .site-content {
    padding: 0
}

.home.page .site-content article {
    margin-bottom: 0
}

.home-content {
    font-size: 17px;
    line-height: 1.7;
    text-align: justify;
    padding: 0;
    position: relative
}

.home-content p a,
.home-sidebar p a {
    text-decoration: none;
    border-bottom: 1px solid
}

.home-content.home-sidebar:before,
.su-row.quote-line:before,
.wp-block-uagb-columns.quote-line:before,
.wp-block-kadence-rowlayout.quote-line:not(.clean):before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(//cdn.xuansiwei.com/zhuxi3452/wp-content/themes/quark/images/bg-3.jpg) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    opacity: .2;
    z-index: 1
}

.home-content .inside {
    position: relative;
    z-index: 20
}

.home-content .entry-content {
    margin-bottom: 0
}

.home-content .entry-meta {
    display: none
}

.about-section .wp-block-button__link {
    min-width: 335px;
    padding: 12px 35px;
    text-transform: uppercase;
    background: #232323
}

.about-section .wp-block-button__link:hover {
    background: #183c5b
}

.home-content h1 {
    max-width: 1170px;
    margin: 0 auto 45px auto
}

.home-content .entry-content .su-tabs {
    background: rgba(255, 255, 255, 0)
}

.home-content .entry-content .su-tabs .su-tabs-nav {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center
}

.home-content .entry-content .su-tabs .su-tabs-nav span {
    flex-grow: 1;
    min-width: 33.33%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: rgba(255, 255, 255, 1);
    color: #000
}

.home-content .entry-content .su-tabs .su-tabs-nav span:hover {
    color: #183c5b
}

.home-content .entry-content .su-tabs .su-tabs-nav span.su-tabs-current {
    background: rgba(255, 255, 255, 1);
    background: #183c5b;
    color: #fff
}

.home-content .entry-content .su-tabs .su-tabs-panes {
    background: rgba(255, 255, 255, 0)
}

.home-content .entry-content .su-tabs .su-tabs-pane {
    background: rgba(255, 255, 255, 0);
    padding: 25px 0
}

.su-row.home-info .su-column.slider-box,
.home-intro .slider-box,
.home-intro .slider-box .kt-inside-inner-col {
    position: relative;
    z-index: 30
}

.su-row.home-info .su-column.slider-box.offset,
.home-intro .slider-box.offset {
    margin-bottom: -120px
}

.metaslider.vertical-slider {
    position: relative
}

.metaslider.vertical-slider:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #053258;
    left: -10px;
    top: -10px;
    z-index: 1
}

.metaslider.vertical-slider>div {
    position: relative;
    z-index: 10
}

.metaslider.vertical-slider .nivoSlider .nivo-caption,
.metaslider.vertical-slider .flexslider .caption-wrap {
    padding: 10px !important;
    margin: 0 !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    bottom: auto !important;
    text-align: center !important;
    width: auto !important;
    heigth: auto !important
}

.home-content .metaslider.vertical-slider .nivoSlider .nivo-caption,
.home-content .metaslider.vertical-slider .flexslider .caption-wrap {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .25) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .25) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .25) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40000000', endColorstr='#00000000', GradientType=0)
}

.metaslider.vertical-slider .nivoSlider .nivo-caption .ttl,
.metaslider.vertical-slider .flexslider .caption-wrap .ttl {
    font-family: 'Kaushan Script', cursive;
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    padding: 0;
    text-align: left
}

.metaslider.vertical-slider .nivoSlider .nivo-directionNav,
.metaslider.vertical-slider .flexslider .flex-direction-nav {
    bottom: auto !important;
    top: 20px
}

.metaslider.vertical-slider .nivoSlider .nivo-directionNav a,
.metaslider.vertical-slider .flexslider .flex-direction-nav a {
    opacity: 1 !important;
    font-size: 0
}

.metaslider.vertical-slider .nivoSlider .nivo-directionNav a:hover,
.metaslider.vertical-slider .flexslider .flex-direction-nav a:hover {
    opacity: 0.7 !important
}

.metaslider.vertical-slider .nivoSlider .nivo-directionNav li,
.metaslider.vertical-slider .flexslider .flex-direction-nav li {
    margin: 0 !important
}

.su-row.home-info .su-column.slider-box>div>h3,
.slider-box .slider-ttl {
    position: absolute;
    bottom: 10px;
    right: 20px;
    color: #fff;
    font-family: 'Kaushan Script', cursive;
    font-size: 36px;
    z-index: 50;
    font-weight: 400;
    padding: 0
}

.su-row.quote-line,
.wp-block-uagb-columns.quote-line,
.wp-block-kadence-rowlayout.quote-line {
    margin: 0 -15px;
    background: rgba(35, 35, 35, 1);
    color: #fff;
    padding: 25px;
    position: relative;
    z-index: 20
}

.su-row.quote-line .su-column {
    float: none;
    margin: 0 auto !important;
    position: relative;
    z-index: 20
}

.quote-line p {
    margin: 0
}

.su-row.quote-line .btn,
.wp-block-uagb-columns.quote-line .wp-block-button__link,
.btn-style .wp-block-button__link {
    background: rgba(0, 0, 0, 0);
    text-transform: none;
    border: 1px solid #fff;
    color: #fff;
    padding: 15px 35px;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase
}

.wp-block-uagb-columns.quote-line .wp-block-button__link:before,
.btn-style .wp-block-button__link:before {
    content: '';
    display: block;
    position: absolute;
    top: -7px;
    left: 7px;
    width: 100%;
    height: 100%;
    border: 1px solid #838a90;
    z-index: 1;
    transition: all 0.3s
}

.su-row.quote-line .btn:hover,
.wp-block-uagb-columns.quote-line .wp-block-button__link:hover,
.btn-style .wp-block-button__link:hover {
    background: #183c5b
}

.wp-block-uagb-columns.quote-line .wp-block-button__link:hover:before,
.btn-style .wp-block-button__link:hover:before {
    top: 4px;
    left: -6px
}

.wp-block-uagb-columns.quote-line p {
    margin: 0
}

.home-intro {
    font-size: 17px;
    line-height: 1.7;
    text-align: justify
}

.entry-content .wp-block-kadence-tab[aria-hidden="false"] {
    animation: fadeIn 0.8s
}

.entry-content .kt-tabs-accordion-title a {
    text-decoration: none
}

.home-area-1 {
    background: url(//cdn.xuansiwei.com/zhuxi3452/wp-content/themes/quark/images/bg-5.jpg) no-repeat center;
    background-attachment: fixed;
    background-size: cover
}

.widget.icon-boxes .widget-title {
    text-align: center;
    font-size: 44px;
    margin-bottom: 30px
}

.widget.icon-boxes .swifty_imgwidget_ul {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0
}

.widget.icon-boxes .swifty_imgwidget_ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 40px 15px;
    padding: 0;
    width: calc(32% - 30px);
    position: relative;
    transition: all 0.3s;
    top: 0;
    opacity: 0
}

.widget.icon-boxes li:hover {
    top: -15px
}

.widget.icon-boxes li>a {
    display: inline-block;
    padding: 30px;
    position: relative;
    margin-bottom: 20px;
    transition: transform 0.2s;
    -webkit-transition: transform 0.2s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform: translateZ(0)
}

.widget.icon-boxes li>a:before,
.widget.icon-boxes li>a:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 1;
    transition: all 0.4s
}

.widget.icon-boxes li>a:before {
    background: url(//cdn.xuansiwei.com/zhuxi3452/wp-content/themes/quark/images/sm-square-bg.jpg) no-repeat center;
    background-size: cover
}

.widget.icon-boxes li>a:after {
    border: 2px solid #053258;
    left: 10px;
    top: -10px;
    z-index: 3;
    -webkit-transform: translateZ(10px);
    transform: translateZ(10px)
}

.widget.icon-boxes li:hover>a:before,
.widget.icon-boxes li:hover>a:after {
    opacity: 1
}

.widget.icon-boxes li img {
    height: auto;
    position: relative;
    z-index: 15;
    transition: all 0.6s;
    width: 130px;
    -webkit-transform: translateZ(50px);
    transform: translateZ(50px)
}

.widget.icon-boxes li img.hover {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -65px 0 0 -65px;
    opacity: 0
}

.widget.icon-boxes li:hover img {
    opacity: 0
}

.widget.icon-boxes li:hover img.hover {
    opacity: 1
}

.widget.icon-boxes li .sbcaption {
    display: block;
    padding: 0 0 30px 0;
    text-align: center;
    margin: 0;
    color: #053258;
    transition: all 0.4s;
    position: relative;
    overflow: hidden
}

.widget.icon-boxes li .sbcaption .ttl {
    color: #053258;
    font-size: 26px
}

.widget.icon-boxes li .sbcaption p {
    margin-bottom: 10px
}

.widget.icon-boxes li .sbcaption .more {
    color: #000;
    text-decoration: none;
    font-size: 18px;
    display: inline-block;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translate(-50%, 0)
}

.widget.icon-boxes li:hover .sbcaption .more {
    bottom: 0
}

.widget.icon-boxes li .sbcaption .more:after {
    content: '\f178';
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 6px;
    vertical-align: middle;
    transition: all 0.3s
}

.widget.icon-boxes li .sbcaption .more:hover:after {
    animation: fadeInLeft 1s infinite
}

.icon-boxes.inview li {
    animation: fadeInUpSm 1s ease-out;
    animation-fill-mode: forwards
}

.icon-boxes.inview li+li {
    animation-delay: 0.4s
}

.icon-boxes.inview li+li+li {
    animation-delay: 0.8s
}

.icon-boxes.inview li+li+li+li {
    animation-delay: 1.2s
}

.icon-boxes.inview li+li+li+li+li {
    animation-delay: 1.6s
}

.icon-boxes.inview li+li+li+li+li+li {
    animation-delay: 2s
}

.home-design-area {
    background: #f5f5f5
}

.extra-design-block .widget-title {
    text-align: center
}

.extra-design-block .su-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.extra-design-block .twenty20 {
    border: 2px solid #f5f5f5;
    box-shadow: 0 3px 15px rgba(0, 0, 0, .12)
}

.twenty20 .twentytwenty-overlay .twentytwenty-before-label,
.twenty20 .twentytwenty-overlay .twentytwenty-after-label {
    opacity: 1 !important;
    background: rgba(24, 60, 91, .42);
    padding: 3px 7px;
    font-size: 15px;
    font-weight: 700
}

.twenty20 .twentytwenty-handle {
    animation: shpulse 2s infinite
}

.twenty20:hover .twentytwenty-handle {
    animation: pulse 1.5s
}

.home-area-2 {
    text-align: center;
    background: url(//cdn.xuansiwei.com/zhuxi3452/wp-content/themes/quark/images/bg-2.jpg) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    color: #fff;
    padding: 120px 0;
    position: relative
}

.home-area-2:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(17, 50, 78, .75);
    z-index: 1
}

.home-area-2>div {
    position: relative;
    z-index: 20
}

.widget.subs-form .inwidget {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%
}

.widget.subs-form .widget-title {
    font-size: 24px;
    text-transform: none;
    text-align: right;
    color: #fff;
    width: 35%;
    padding: 0 15px 0 0
}

.wpcf7-form .line-fields {
    overflow: hidden;
    background: rgba(255, 255, 255, .4);
    padding: 8px
}

.wpcf7-form .line-fields .field {
    margin-bottom: 0
}

.wpcf7-form .line-fields>div {
    float: left;
    width: 32.666%;
    margin-left: 1%
}

.wpcf7-form .line-fields>div:first-child {
    margin-left: 0
}

.wpcf7-form .line-fields .field input {
    height: 45px
}

.wpcf7-form .line-fields .wpcf7-submit {
    display: block;
    width: 100%;
    border: none;
    height: 45px
}

.wpcf7-form .line-fields .controls {
    position: relative
}

.wpcf7-form .line-fields .ajax-loader {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 5
}

.home-area-3 {
    background: #efefef;
    position: relative
}

.home-area-3 .inside {
    position: relative;
    z-index: 20
}

.testi-area {
    padding: 70px 0;
    background: #efefef;
    position: relative;
    z-index: 20
}

.testi-widget {
    text-align: center
}

.testi-widget .widget-title {
    margin-bottom: 15px
}

.testi-widget .strong-view .testimonial {
    position: relative;
    padding-bottom: 50px !important;
    border: none !important
}

.testi-widget .strong-view .testimonial .testimonial-inner {
    padding: 65px 25px 25px 25px !important;
    border: none;
    background: #183c5b;
    color: #fff;
    font-size: 18px;
    position: relative
}

.testi-widget .strong-view .testimonial .testimonial-inner:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid #183c5b;
    border-left: 50px solid rgba(0, 0, 0, 0);
    position: absolute;
    top: 100%;
    margin-top: -1px;
    right: 10%
}

.testi-widget .strong-view .testimonial .testimonial-client>.strong-rating,
.testi-widget .strong-view .testimonial .testimonial-field.strong-rating {
    position: absolute;
    left: 20px;
    top: 20px;
    line-height: normal;
    white-space: nowrap
}

.testi-widget .strong-view .testimonial .testimonial-field.testimonial-name {
    text-align: right;
    margin-top: 1em
}

.testi-widget .strong-view.default .testimonial-image {
    position: absolute;
    bottom: -175px;
    right: 2%;
    width: 115px;
    height: 115px;
    border-radius: 50%;
    padding: 0;
    margin: 0
}

.testi-widget .strong-view.default .testimonial-image img {
    padding: 3px;
    border: none;
    border-radius: 50%
}

.testi-widget .strong-view .wpmslider-controls {
    animation: fadeIn 1s
}

.testi-widget .strong-view.controls-type-sides .wpmslider-prev,
.testi-widget .strong-view.controls-type-sides .wpmslider-next {
    top: 25%;
    color: #183c5b;
    font-size: 45px
}

.testi-widget .strong-view.controls-type-sides .wpmslider-prev:hover,
.testi-widget .strong-view.controls-type-sides .wpmslider-next:hover {
    color: #183c5b;
    opacity: .7
}

.testi-widget .strong-view.controls-type-sides .wpmslider-prev:before {
    content: '\f0a8' !important
}

.testi-widget .strong-view.controls-type-sides .wpmslider-next:before {
    content: '\f0a9' !important
}

.testi-widget .strong-view.controls-type-sides .wpmslider-prev {
    left: -60px !important
}

.testi-widget .strong-view.controls-type-sides .wpmslider-next {
    right: -60px !important
}

.testi-widget .rplg .rplg-grid-row.rplg-businesses .rplg-row-right {
    text-align: center !important
}

.testi-widget .rplg .rplg-grid-row.rplg-businesses .rplg-biz-rating .rplg-biz-score {
    font-size: 30px !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 400 !important
}

.testi-widget .rplg .rplg-grid-row.rplg-businesses .rplg-stars svg {
    width: 30px !important;
    height: 30px !important
}

.testi-widget .rplg .rplg-biz-based {
    text-align: center !important;
    font-size: 14px !important;
    letter-spacing: 4px;
    margin: 6px 0
}

.testi-widget .rplg .rplg-links a {
    display: inline-block;
    vertical-align: top;
    padding: 10px 25px;
    margin: 5px !important;
    color: #fff;
    text-decoration: none;
    background: #232323;
    font-size: 14px !important;
    font-family: 'robotomedium';
    text-transform: uppercase;
    transition: all 0.4s
}

.testi-widget .rplg .rplg-links a:hover {
    background: #053258
}

.testi-widget .rplg-slider .rplg-box .rplg-box-content {
    margin-top: 15px !important
}

.testi-widget .rplg .rplg-slider .rplg-review-text {
    display: block;
    margin-top: 10px
}

.testi-widget .rplg .rplg-review-name {
    color: #053258 !important
}

.testi-widget .rplgsw-pagination-bullet-active {
    background: #053258 !important
}

.testi-widget .rplg .rplg-review-badge {
    background: #fff;
    padding-bottom: 5px
}

.home-service-areas {
    text-align: center
}

.home-service-areas .container-fluid {
    max-width: 100%
}

.areas-list {
    display: block;
    text-align: center;
    padding: 0;
    margin: 20px 0 20px 0;
    font-size: 18px
}

.areas-list li {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    margin: 5px 2px;
    padding: 5px 15px;
    background: rgba(17, 138, 206, .1);
    color: #0082cc;
    transition: all 0.3s
}

.areas-list li a {
    text-decoration: none;
    border-bottom: 1px solid;
    color: #0082cc;
    transition: all 0.3s
}

.areas-list li:hover,
.areas-list li:hover a {
    color: #fff;
    background: #183c5b
}

.areas-list li:before {
    content: '\f041';
    font-family: FontAwesome;
    margin-right: 5px;
    display: inline-block
}

.contact-area {
    padding: 100px 0;
    background: url(//cdn.xuansiwei.com/zhuxi3452/wp-content/themes/quark/images/contact-bg.jpg) no-repeat center fixed;
    background-size: cover;
    position: relative;
    z-index: 50
}

.contact-area:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0)
}

.contact-area>div {
    position: relative;
    z-index: 50
}

.strong-view.wpmtst-default .wpmtst-testimonial-heading {
    color: #fff
}

.widget.form-info {
    color: #fff;
    font-size: 26px;
    text-shadow: 0 1px 6px #000
}

.widget.form-info .inwidget {
    padding-top: 22%
}

.widget.form-info .widget-title {
    font-size: 42px;
    margin-bottom: 10px;
    color: #fff
}

.widget.form-info a {
    color: #fff;
    text-shadow: 0 1px 6px #fff
}

.widget.form-box {
    padding: 0 45px 45px 45px !important;
    background: rgba(37, 37, 37, .85);
    color: #fff;
    text-align: center;
    position: relative
}

.widget.form-box a {
    color: #fff
}

.widget.form-box .inwidget {
    position: relative;
    z-index: 20
}

.widget.form-box .widget-title {
    color: #fff;
    text-shadow: 1px 1px 1px #262626;
    margin-bottom: 10px;
    text-align: center;
    font-family: 'Kaushan Script', cursive;
    font-size: 70px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: -55px
}

.widget.form-box p {
    margin-bottom: 30px
}

.widget.form-box .field {
    display: block;
    position: relative;
    margin-bottom: 10px
}

.widget.form-box .field svg,
.widget.form-box .field i {
    position: absolute;
    left: 13px;
    top: 13px;
    color: #183c5b;
    font-size: 20px;
    z-index: 5
}

.widget.form-box .field input,
.widget.form-box .field select,
.widget.form-box .field textarea {
    padding-left: 45px
}

.widget.form-box .g-recaptcha>div {
    margin: 0 auto;
    max-width: 100%
}

.widget.form-box .lbl {
    font-weight: 700;
    text-align: left;
    display: block
}

.widget.form-box .about-us {
    text-align: left;
    margin-bottom: 15px
}

.widget.form-box .wpcf7-list-item {
    margin: 0 20px 5px 0
}

.widget.form-box .controls {
    position: relative
}

.widget.form-box .controls .wpcf7-submit {
    width: 100%;
    margin: 0
}

.widget.form-box .controls .ajax-loader {
    position: absolute;
    right: 0;
    top: 10px
}

.partners-area {
    padding: 50px 0;
    background-color: #f7f7f7;
    text-align: center;
    position: relative;
    z-index: 50
}

.widget.partners-list .widget-title {
    margin-bottom: 15px
}

.widget.partners-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    justify-content: space-around
}

.widget.partners-list ul li {
    margin: 0 10px 10px 10px !important;
    min-width: 30%;
    position: relative;
    top: 0;
    transition: all 0.4s
}

.widget.partners-list ul li:hover {
    top: -12px
}

.page-id-21 .container-fluid.full,
.page-id-21 .container-fluid.full .col-md-12 {
    padding: 0
}

.page-id-21 .site-content {
    padding: 0
}

.page-id-21 .site-content article,
.page-id-21 .site-content .entry-content {
    margin: 0
}

.su-row.contacts-row {
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.su-row.contacts-row .su-column:first-child {
    padding: 5% 5% 5% 9%
}

.contacts-row .map-column {
    position: relative
}

.page-id-369 #breadcrumbs {
    display: none
}

.rl-gallery-container .rl-gallery:not(.caption-gallery) .rl-gallery-item {
    position: relative;
    overflow: visible
}

.rl-gallery-container .rl-gallery:not(.caption-gallery) .rl-gallery-item .rl-gallery-link:before {
    z-index: 15
}

.rl-gallery-container .rl-gallery:not(.caption-gallery) .rl-gallery-item .rl-gallery-link:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -7px;
    top: -7px;
    border: 1px solid rgba(24, 60, 91, .6);
    background: none;
    opacity: 1;
    z-index: 10;
    transition: all 0.4s
}

.rl-gallery-container .rl-gallery:not(.caption-gallery) .rl-gallery-item:hover .rl-gallery-link:after {
    top: 5px;
    left: 5px
}

.rl-gallery-container .rl-gallery:not(.caption-gallery) .rl-gallery-item .rl-gallery-link img {
    position: relative;
    z-index: 5;
    display: block
}

.rl-gallery-container .rl-gallery.caption-gallery {
    margin: 0 -8px
}

.rl-gallery-container .rl-gallery.caption-gallery .rl-gallery-item {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2) !important
}

.rl-gallery-container .rl-gallery.caption-gallery .rl-gallery-item {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2) !important
}

.rl-gallery-container .rl-gallery.caption-gallery .rl-gallery-link .rl-gallery-caption {
    background: rgba(0, 0, 0, .4);
    background: linear-gradient(0deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .15) 70%, transparent);
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px
}

.rl-gallery-container .rl-gallery.caption-gallery .rl-gallery-link .rl-gallery-caption .rl-gallery-item-caption {
    color: #fff
}

.rl-gallery-container .rl-gallery.caption-gallery a img {
    width: 100%;
    transition: all 5s
}

.rl-gallery-container .rl-gallery.caption-gallery a:hover img {
    transform: scale(1.2)
}

.price-boxes {
    margin-bottom: 40px
}

.price-boxes .wp-block-column {
    position: relative;
    background: #fafafa;
    padding: 0 20px 20px 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap
}

.price-boxes .wp-block-column>* {
    width: 100%
}

.price-boxes .price-ttl {
    font-size: 26px;
    text-shadow: 0 1px 0 #fff;
    padding: 15px 15px 10px 15px;
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, .8);
    background: -moz-linear-gradient(315deg, rgba(255, 255, 255, .35) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(315deg, rgba(255, 255, 255, .35) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(315deg, rgba(255, 255, 255, .35) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
    z-index: 10
}

.price-boxes .wp-block-column figure {
    margin: 0 -20px 20px -20px;
    overflow: hidden
}

.price-boxes .wp-block-column figure img {
    width: 100%;
    transition: all 5s
}

.price-boxes .wp-block-column figure:hover img {
    transform: scale(1.2)
}

.price-boxes .dimensions {
    color: #053258
}

.price-boxes .dimensions strong {
    display: inline-block;
    width: 48%;
    margin-right: 10px;
    text-align: right
}

.price-boxes .wp-block-separator {
    margin: auto 0 0 0;
    border: none;
    height: 0
}

.price-boxes .price {
    color: #053258;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    padding: 15px 0 0 0;
    border-top: 1px solid rgba(5, 50, 88, .2);
    text-align: center
}

.price-boxes .btn {
    margin: 5px 10px;
    font-size: 16px;
    min-width: 150px
}

.price-line {
    position: relative;
    background: #fff;
    padding: 25px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2)
}

.price-line .price-ttl {
    font-size: 34px;
    text-shadow: 0 1px 0 #fff;
    padding: 10px 15px;
    margin-bottom: 25px;
    background: rgb(244, 244, 244);
    background: -moz-linear-gradient(90deg, rgba(244, 244, 244, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(244, 244, 244, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(90deg, rgba(244, 244, 244, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f4f4", endColorstr="#ffffff", GradientType=1)
}

.price-line .wp-block-image a,
.price-line .blocks-gallery-item a {
    display: block;
    overflow: hidden;
    margin: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.price-line .wp-block-image a img,
.price-line .blocks-gallery-item img {
    width: 100%;
    transition: all 5s
}

.price-line .wp-block-image a:hover img,
.price-line .blocks-gallery-item a:hover img {
    transform: scale(1.2)
}

.price-line .dimensions {
    color: #053258
}

.price-line .dimensions strong {
    display: inline-block;
    width: 48%;
    margin-right: 10px;
    text-align: right
}

.price-line .wp-block-separator {
    margin: auto 0 0 0;
    border: none;
    height: 0
}

.price-line .price-cols {
    margin-bottom: 0
}

.price-line .price {
    color: #053258;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    padding: 15px 0 0 0;
    border-top: 1px solid rgba(5, 50, 88, .2);
    text-align: center
}

.price-line .btn {
    margin: 5px 10px;
    font-size: 16px;
    min-width: 150px
}

#footercontainer {
    font-family: 'Lato', sans-serif;
    width: 100%;
    background: #262626 !important;
    color: #ececec;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10
}

.site-footer {
    padding: 65px 0 35px 0;
    position: relative;
    z-index: 50
}

.site-footer a {
    color: #ececec;
    text-decoration: none
}

.site-footer a:hover {
    color: #ccc
}

.site-footer .widget-area {
    position: relative
}

.site-footer .widget-title {
    color: #ececec;
    font-size: 22px
}

.site-footer ul {
    padding: 0
}

.foot-logo {
    text-align: center
}

.site-footer .social-media-icons {
    text-align: center
}

.foot-contacts p {
    margin-bottom: 12px
}

.foot-contacts i.fa {
    margin-right: 4px
}

.site-footer .social-media-icons a {
    color: #ececec
}

.site-footer .fa-homestars {
    color: rgba(255, 255, 255, 0);
    background-image: url(//cdn.xuansiwei.com/zhuxi3452/wp-content/themes/quark/images/homestars_w.png)
}

.foot-services .menu li {
    margin-bottom: 5px;
    position: relative
}

.foot-services .menu li a {
    display: inline-block;
    position: relative;
    padding-left: 18px
}

.foot-services .menu li a:before {
    content: '\f111';
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 7px;
    font-size: 8px
}

.foot-services .menu li a:hover {
    margin-left: 10px
}

.footer-copyright {
    position: relative;
    z-index: 50;
    background: #fff
}

.smallprint {
    font-size: 15px;
    color: #262626;
    text-align: center;
    padding: 15px 0
}

.smallprint p {
    margin: 0
}

.smallprint a {
    color: #262626
}

.smallprint a:hover {
    color: #183c5b
}

@-webkit-keyframes shpulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(5, 50, 88, .4)
    }

    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(5, 50, 88, 0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(5, 50, 88, 0)
    }
}

@keyframes shpulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(5, 50, 88, .4);
        box-shadow: 0 0 0 0 rgba(5, 50, 88, .4)
    }

    70% {
        -moz-box-shadow: 0 0 0 40px rgba(5, 50, 88, 0);
        box-shadow: 0 0 0 40px rgba(5, 50, 88, 0)
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(5, 50, 88, 0);
        box-shadow: 0 0 0 0 rgba(5, 50, 88, 0)
    }
}

.floater-promo {
    position: fixed;
    right: 5px;
    bottom: 5px;
    z-index: 500;
    animation: fadeInRight 0.8s 5s;
    animation-fill-mode: backwards
}

.floater-promo .textwidget {
    background: rgb(207, 4, 4);
    background: -webkit-linear-gradient(45deg, rgba(207, 4, 4, 1) 1%, rgba(255, 48, 25, 1) 51%, rgba(207, 4, 4, 1) 100%);
    background: linear-gradient(45deg, rgba(207, 4, 4, 1) 1%, rgba(255, 48, 25, 1) 51%, rgba(207, 4, 4, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf0404', endColorstr='#cf0404', GradientType=1);
    color: #fff;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    animation: shpulse 2s infinite;
    transition: all 0.3s;
    text-align: center;
    text-shadow: 0 1px 0 #000
}

.floater-promo a {
    text-decoration: none
}

.floater-promo .widget-title {
    color: #fff;
    padding: 0;
    font-family: 'Kaushan Script', cursive;
    padding: 20px;
    font-size: 36px;
    line-height: 1.2;
    text-align: center
}

.floater-promo h5 {
    color: #fff;
    font-family: 'Kaushan Script', cursive;
    font-size: 28px;
    letter-spacing: 1px;
    display: none;
    animation-fill-mode: backwards
}

.floater-promo:hover .textwidget {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    padding: 60px 40px
}

.floater-promo:hover .widget-title {
    text-align: center;
    padding: 10px
}

.floater-promo:hover .widget-title br {
    display: none
}

.floater-promo:hover h5 {
    display: block;
    animation: fadeIn 0.7s 0.4s;
    animation-fill-mode: backwards
}

.floater-promo:hover h5 b {
    display: block;
    margin-top: 10px;
    font-size: 80%;
    font-weight: 400;
    letter-spacing: 4px
}

#back-top {
    position: fixed;
    bottom: 50px;
    left: -100px;
    z-index: 300;
    display: block;
    transition: all 0.4s
}

#back-top.show {
    left: 30px
}

#back-top a {
    display: block;
    width: 45px;
    height: 45px;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    background: rgba(24, 60, 91, 1);
    border: 1px solid #183c5b;
    transition: all 0.4s
}

#back-top a:before {
    content: "\f176";
    font-family: FontAwesome;
    font-size: 22px;
    line-height: 42px;
    height: 42px;
    width: 42px;
    text-align: center;
    display: block;
    transition: all 0.4s
}

#back-top a:hover {
    background: rgba(0, 0, 0, 1);
    color: #fff;
    border: 2px solid #000
}

#back-top a:hover:before {
    animation: rotateIn 0.6s
}

@-webkit-keyframes showsSlideDown {
    0% {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.main-navigation {
    text-align: left
}

.main-navigation .menu-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    padding: 0 15px;
    padding-left: 30rem;
}

.main-navigation .menu {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left
}

.main-navigation .menu:after {
    content: "";
    display: block;
    clear: both
}

.main-navigation .menu>li {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    text-align: center;
    padding: 28px 0
}

.main-navigation li.menu-item-has-children>a {
    position: relative
}

.main-navigation li.menu-item-has-children>a:after {
    font-family: 'FontAwesome';
    font-style: normal;
    speak: none;
    display: inline-block;
    margin-left: 8px;
    font-size: 16px;
    content: "\f103"
}

.main-navigation .menu a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 10px 15px
}

.main-navigation .menu a span {
    padding: 0;
    display: inline-block;
    transition: all 0.4s
}

.main-navigation .menu a span:after {
    content: '';
    display: block;
    border-top: 1px solid;
    width: 0;
    transition: all 0.4s
}

.main-navigation .menu>li:hover>a {
    color: #ccc
}

.main-navigation .menu>li:not(.drop):hover>a>span:after {
    width: 100%
}

.main-navigation .menu>.current-menu-item>a,
.main-navigation .menu>.current-menu-ancestor>a,
.main-navigation .menu>.current_page_item>a,
.main-navigation .menu>.current_page_ancestor>a,
.main-navigation .menu>.current_page_parent>a {
    color: #ccc
}

.main-navigation .sub-menu {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99999;
    font-size: 16px;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: left;
    overflow: hidden;
    height: 0;
    transition: all 0.5s 0.3s
}

.main-navigation .sub-menu li {
    display: inline-block;
    float: left;
    position: relative;
    animation: fadeOutUp 0.3s 0.2s cubic-bezier(.895, .03, .685, .22) both
}

.main-navigation .sub-menu li+li {
    animation-delay: 0.15s
}

.main-navigation .sub-menu li+li+li {
    animation-delay: 0.1s
}

.main-navigation .sub-menu li+li+li+li {
    animation-delay: 0.05s
}

.main-navigation .sub-menu li+li+li+li+li {
    animation-delay: 0s
}

.main-navigation .sub-menu li.all-link {
    width: 100%;
    text-align: center
}

.main-navigation .sub-menu li.all-link a {
    height: 44px;
    background: #232323;
    padding: 6px 15px;
    text-transform: uppercase;
    font-weight: 400;
    border-top: 1px solid #949494;
    border-bottom: 1px solid #949494
}

.main-navigation .sub-menu li.all-link:hover a {
    background: #000;
    letter-spacing: 2px
}

.main-navigation .sub-menu li.all-link a:after {
    display: none
}

.main-navigation .sub-menu li.menu-item-has-children>a:after {
    font-family: 'FontAwesome';
    font-weight: 400;
    font-style: normal;
    speak: none;
    vertical-align: middle;
    font-size: 9px;
    content: "\f054"
}

.main-navigation .sub-menu a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: flex-end;
    -moz-box-align: flex-end;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 20px 20px;
    height: 166px;
    color: #fff;
    position: relative;
    overflow: hidden;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-shadow: 0 2px 5px #000
}

.main-navigation .sub-menu li>a:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .45);
    z-index: 20;
    opacity: 1;
    transition: all 0.5s
}

.main-navigation .sub-menu a .menu-image {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 !important;
    margin: 0;
    z-index: 10;
    transition: all 1.3s;
    object-fit: cover;
    max-width: none;
    min-height: 100%
}

.main-navigation .sub-menu a .menu-image-title {
    display: block;
    position: relative;
    z-index: 30;
    transition: all 0.5s
}

.main-navigation .sub-menu li:hover>a {
    color: #fff
}

.main-navigation .sub-menu li:hover>a:after {
    opacity: 0
}

.main-navigation .sub-menu li:hover>a .menu-image {
    -moz-transform: scale(1.05) translateY(-50%);
    -ms-transform: scale(1.05) translateY(-50%);
    -webkit-transform: scale(1.05) translateY(-50%);
    -o-transform: scale(1.05) translateY(-50%);
    transform: scale(1.05) translateY(-50%)
}

.main-navigation li.menu-item-has-children>a:before {
    content: '\2715';
    display: none;
    position: absolute;
    bottom: -17px;
    left: 50%;
    margin-left: -10px;
    font-size: 18px
}

.main-navigation li.menu-item-has-children.drop>a:before {
    display: block;
    animation: zoomIn 1s
}

.main-navigation ul li.drop>.sub-menu {
    visibility: visible;
    height: 210px;
    z-index: 99999;
    transition: all 0.1s 0s
}

.main-navigation ul li.drop>.sub-menu>li {
    animation: fadeInDown 0.3s 0.4s cubic-bezier(.165, .84, .44, 1) both
}

.main-navigation ul li.drop>.sub-menu>li+li {
    animation-delay: 0.45s
}

.main-navigation ul li.drop>.sub-menu>li+li+li {
    animation-delay: 0.5s
}

.main-navigation ul li.drop>.sub-menu>li+li+li+li {
    animation-delay: 0.55s
}

.main-navigation ul li.drop>.sub-menu>li+li+li+li+li {
    animation-delay: 0.6s
}

.main-navigation ul li.drop>.sub-menu>li>a .menu-image-title {
    animation: fadeInDown 0.4s both 0.45s
}

.main-navigation ul li.drop>.sub-menu>li+li>a .menu-image-title {
    animation-delay: 0.55s
}

.main-navigation ul li.drop>.sub-menu>li+li+li>a .menu-image-title {
    animation-delay: 0.65s
}

.main-navigation ul li.drop>.sub-menu>li+li+li+li>a .menu-image-title {
    animation-delay: 0.75s
}

.main-navigation ul li.drop>.sub-menu>li+li+li+li+li>a .menu-image-title {
    animation-delay: 0.85s
}

.main-navigation ul .divider {
    border-bottom: 1px solid #aaa;
    height: 0;
    overflow: hidden
}

.main-navigation ul ul ul {
    left: 100%;
    top: 0
}

.menu-toggle {
    display: none;
    cursor: pointer;
    color: #183c5b;
    font-size: 22px;
    box-sizing: border-box;
    z-index: 300;
    text-align: center;
    padding: 5px;
    margin: 10px
}

.menu-toggle .lbl {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff
}

.menu-toggle .bar {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 2px;
    background: #fff
}

.menu-toggle .bar:before,
.menu-toggle .bar:after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0
}

.menu-toggle .bar:before {
    top: -8px
}

.menu-toggle .bar:after {
    bottom: -8px
}

.main-small-navigation .nav-menu {
    display: none
}

.menu-close {
    position: absolute;
    right: 30px;
    top: 32px;
    color: #183c5b;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #183c5b;
    font-size: 22px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    display: none
}

.menu-block.open .menu-close {
    animation: rotateIn 0.6s 0.5s
}

@media only screen and (max-width:1520px) {
    .header-side .logo {
        padding-right: 0
    }

    .widget.contact-info .phone a {
        font-size: 24px
    }

    .widget.contact-info .phone b {
        font-size: 10px;
        letter-spacing: 4px
    }

    .main-navigation .menu a {
        padding-left: 10px;
        padding-right: 5px
    }
}

@media only screen and (max-width:1366px) {
    .widget.contact-info .social-media-icons {
        padding-left: 5px;
        margin-left: 10px
    }

    .widget.contact-info .phone {
        font-size: 18px
    }

    .widget.contact-info .phone a {
        font-size: 22px
    }

    .widget.contact-info .phone b {
        letter-spacing: 3px
    }

    .main-navigation .menu {
        font-size: 17px
    }

    .main-navigation .sub-menu a {
        font-size: 18px
    }
}

@media only screen and (max-width:1365px) {
    .header-side .logo {
        width: 250px
    }
}

@media only screen and (max-width:1279px) {
    .post-template-portfolio-post #maincontentcontainer {
        padding-top: 65px
    }

    .slider-video.iframe-embed .frame-wrap {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
        margin: 0 0 0 0;
        width: 100%
    }

    .slider-video.iframe-embed .frame-wrap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        min-height: 1px
    }

    body.menu-opened {
        overflow: hidden
    }

    .sh_body {
        visibility: hidden;
        background: #000;
        left: 0;
        top: 0;
        position: fixed;
        width: 100%;
        height: 100%;
        opacity: 0;
        z-index: -1;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out
    }

    .sh_body.show {
        opacity: .5;
        visibility: visible;
        z-index: 1100
    }

    .main-navigation {
        margin: 0;
        text-align: right
    }

    .menu-toggle,
    .menu-close {
        display: inline-block
    }

    .main-navigation .menu-block {
        background: rgba(255, 255, 255, .95);
        height: 100%;
        max-height: 100%;
        position: fixed;
        top: 0;
        right: -420px;
        width: 420px;
        overflow: auto;
        margin: 0;
        -webkit-transition: all 0.5s ease-in-out 0s;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out;
        z-index: 1200;
        text-align: center;
        padding: 75px 0 20px 0;
        display: block
    }

    .main-navigation .menu-block.open {
        right: 0
    }

    .main-navigation .menu {
        font-size: 20px
    }

    .main-navigation .menu>li {
        display: block;
        width: auto;
        padding: 0 !important;
        border-bottom: 1px solid #d7dde1
    }

    .main-navigation .menu>li.right {
        float: none
    }

    .main-navigation .menu>li>a,
    .main-navigation .menu>li:hover>a {
        padding: 15px 15px;
        color: #3c3c3c
    }

    .main-navigation li.menu-item-has-children>a:before {
        display: none !important
    }

    .main-navigation li.menu-item-has-children>a:after {
        font-size: 18px;
        bottom: -5px
    }

    .main-navigation .sub-menu {
        display: block;
        position: relative;
        top: auto;
        left: auto;
        text-align: center;
        width: auto;
        background: none;
        border-top: none;
        height: auto;
        animation: none !important
    }

    .main-navigation .menu-block.open .sub-menu {
        animation: none !important;
        display: none !important;
        height: auto !important;
        padding-bottom: 15px
    }

    .main-navigation .menu-block.open li.drop .sub-menu {
        display: block !important;
        animation: fadeInDownSm 0.8s !important
    }

    .main-navigation .sub-menu li,
    .main-navigation .sub-menu li.all-link {
        float: none;
        display: block;
        animation: none !important;
        width: auto !important
    }

    .main-navigation .sub-menu a,
    .main-navigation .sub-menu li.all-link a {
        color: #183c5b;
        padding: 10px 15px;
        font-size: 16px;
        font-weight: 400;
        display: block !important;
        height: auto;
        text-shadow: none;
        text-transform: none
    }

    .main-navigation .sub-menu li.all-link a {
        background: rgba(0, 0, 0, 0);
        border: none
    }

    .main-navigation .sub-menu li:hover>a,
    .main-navigation .sub-menu li.all-link:hover a {
        color: #053258;
        background: rgba(0, 0, 0, 0)
    }

    .main-navigation ul li.drop>.sub-menu>li>a .menu-image-title,
    .main-navigation ul li:hover>.sub-menu>li>a .menu-image-title {
        animation: none !important
    }

    .main-navigation .sub-menu a .menu-image {
        display: none
    }

    .main-navigation .sub-menu li>a:after {
        display: none
    }

    .widget.contact-info {
        margin: 30px 0 0 0;
        padding: 10px;
        background: #232323
    }

    .widget.contact-info .phone b {
        text-align: center
    }

    .widget.contact-info .social-media-icons {
        border-left: none;
        padding-left: 0;
        margin-left: 0;
        display: block
    }
}

@media only screen and (max-width:1200px) {
    .home-intro .wp-block-kadence-tabs .kt-tabs-title-list li .kt-tab-title {
        font-size: 18px !important
    }
}

@media only screen and (max-width:1100px) {
    .home-content.home-sidebar {
        font-size: 16px
    }
}

@media only screen and (max-width:1024px) {
    body {
        padding-bottom: 0 !important
    }

    #footercontainer {
        position: relative !important
    }

    .home-intro .slider-box,
    .home-intro .slider-box.offset {
        margin: 0 auto 30px auto !important;
        width: 600px !important;
        max-width: 100%
    }
}

@media only screen and (max-width:992px) {
    .header-side .logo img {}

    .slider-caption-box .widget-title,
    .slider-caption-box .ttl {
        font-size: 40px
    }

    .slider-caption-box .sub-ttl {
        font-size: 30px
    }

    .home-content .su-column {
        float: none;
        width: 100%;
        margin: 0 0 20px 0
    }

    .su-row.home-info .su-column.slider-box,
    .su-row.home-info .su-column.slider-box.offset {
        margin: 30px auto 30px auto;
        width: 600px;
        max-width: 100%;
        float: none
    }

    .header-top-image {
        background-attachment: scroll
    }

    .widget.icon-boxes .swifty_imgwidget_ul li {
        width: calc(49% - 30px);
        margin: 10px 15px 10px 15px
    }

    .home-area-2 {
        padding: 70px 0
    }

    .widget.subs-form .inwidget {
        display: block !important
    }

    .widget.subs-form .widget-title {
        width: auto;
        margin-bottom: 20px;
        text-align: center
    }

    .widget.subs-form .widget-title br {
        display: none
    }

    .widget.form-info .inwidget {
        padding-top: 0;
        padding-bottom: 40px
    }

    .widget.form-info {
        font-size: 20px;
        margin-bottom: 70px
    }

    #back-top {
        right: auto;
        left: -100px;
        bottom: 20px
    }

    #back-top.show {
        left: 20px
    }

    #back-top a {
        width: 35px;
        height: 35px
    }

    #back-top a:before {
        width: 31px;
        height: 31px;
        line-height: 31px;
        font-size: 16px
    }

    .smallprint p {
        font-size: 12px
    }

    .floater-promo .textwidget {
        width: 150px;
        height: 150px
    }

    .floater-promo h5 {
        font-size: 22px
    }

    .floater-promo:hover .textwidget {
        width: 300px;
        height: 300px;
        padding: 30px 20px
    }

    .head-video-section h1 {
        font-size: 32px
    }
}

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

    .banner h1,
    .banner h2,
    .banner p {
        text-align: center
    }

    .entry-content .wp-block-media-text,
    .entry-content .wp-block-columns.grid-row,
    .entry-content .su-row.grid {
        display: block !important;
        margin: 0
    }

    .entry-content .wp-block-media-text>*,
    .entry-content .wp-block-columns.grid-row>*,
    .entry-content .su-row.grid>div {
        margin: 0;
        width: 100%;
        padding: 20px 0
    }

    .entry-content .wp-block-columns.grid-row>* {
        padding: 0
    }

    .entry-content .wp-block-columns.grid-row>:last-child {
        padding: 20px 0
    }
}

@media only screen and (max-width:800px) {
    .slider-caption-box .widget-title {
        margin-bottom: -20px
    }

    .slider-caption-box .widget-title,
    .slider-caption-box .ttl {
        font-size: 32px
    }

    .slider-caption-box .sub-ttl {
        font-size: 26px
    }

    .home-area-1 {
        background-attachment: scroll
    }
}

@media only screen and (max-width:768px) {
    .header-top-image {
        padding: 60px 0 25px 0
    }

    .post-template-portfolio-post #maincontentcontainer {
        padding-top: 0
    }

    .widget[class*=" col-md-"] {
        padding-left: 0;
        padding-right: 0
    }

    .widget[class*=" col-xs-"] {
        padding-left: 15px;
        padding-right: 15px
    }

    .su-row.contacts-row,
    .extra-design-block .su-row {
        display: block !important
    }

    #headercontainer,
    .admin-bar #headercontainer {
        position: relative;
        top: auto
    }

    .testi-widget .strong-view.controls-type-sides .wpmslider-prev {
        top: auto !important;
        left: auto !important;
        right: 51%;
        bottom: 0
    }

    .testi-widget .strong-view.controls-type-sides .wpmslider-next {
        top: auto !important;
        right: auto !important;
        left: 51%;
        bottom: 0
    }

    .category-89 .category-posts .post {
        margin-bottom: 40px;
        padding: 0
    }

    .wp-block-columns.price-boxes {
        display: block !important
    }

    .wp-block-columns .wp-block-column {
        margin: 0 0 40px 0
    }

    .quote-line p {
        text-align: center
    }

    .floater-promo .textwidget {
        width: 120px;
        height: 120px
    }

    .floater-promo .widget-title {
        font-size: 28px
    }

    .price-line .wp-block-columns .wp-block-column {
        margin-bottom: 15px
    }
}

@media only screen and (max-width:767px) {
    .head-video-section h1 {
        text-align: center;
        padding: 0
    }

    .head-video-section .see-video {
        display: none
    }
}

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

    .grid_1_of_12,
    .grid_2_of_12,
    .grid_3_of_12,
    .grid_4_of_12,
    .grid_5_of_12,
    .grid_6_of_12,
    .grid_7_of_12,
    .grid_8_of_12,
    .grid_9_of_12,
    .grid_10_of_12,
    .grid_11_of_12,
    .grid_12_of_12 {
        width: 100%
    }

    .col {
        margin: 0
    }

    .top-banner {
        position: absolute
    }

    .home-sidebar,
    .testi-area {
        padding: 40px 0
    }

    .widget.icon-boxes li .sbcaption .ttl {
        font-size: 19px
    }

    .widget.icon-boxes li .sbcaption .more {
        font-size: 15px
    }

    .wpcf7-form .line-fields>div {
        width: 100%;
        margin-left: 0
    }

    h1,
    .widget.icon-boxes .widget-title,
    .home-sidebar .widget-title,
    .widget.form-info .widget-title {
        font-size: 32px
    }

    h2 {
        font-size: 26px
    }

    h3 {
        font-size: 22px
    }

    h4 {
        font-size: 20px
    }

    h5 {
        font-size: 18px
    }

    h6 {
        font-size: 16px
    }

    .widget.form-box .widget-title {
        font-size: 46px
    }

    .header-top-image .entry-title {
        font-size: 40px
    }

    .slider-caption-box .textwidget {
        padding: 26px
    }

    .slider-caption-box .ttl {
        font-size: 20px
    }

    .slider-caption-box .sub-ttl {
        font-size: 20px
    }

    .home-content .entry-content .su-tabs .su-tabs-nav {
        display: block
    }

    .home-content .entry-content .su-tabs .su-tabs-nav span {
        display: block;
        text-align: center;
        margin-bottom: 2px
    }

    .category-89 .category-posts .post .entry-title {
        font-size: 20px
    }

    .category-89 .category-posts .post .entry-title a {
        padding: 5px
    }

    .areas-list {
        font-size: 15px
    }

    .areas-list li {
        padding: 3px 8px;
        margin: 3px 1px
    }
}

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

    .site-content article img,
    .site-content .alignright,
    .site-content .alignleft {
        display: block;
        float: none !important;
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 100% !important;
        width: 100%;
        height: 134px;
    }

    .wp-smiley,
    img.ajax-loader {
        width: auto !important;
        height: auto !important
    }
}

@media only screen and (max-width:480px) {
    .slider-caption-box {
        position: relative;
        height: auto;
        left: auto;
        right: auto;
        bottom: auto;
        margin: 20px
    }

    .slider-caption-box .ttl {
        font-size: 18px;
        padding-bottom: 5px
    }

    .slider-caption-box .sub-ttl {
        font-size: 18px
    }

    #wptime-plugin-preloader .load-box {
        margin-left: -140px;
        margin-top: -20px;
        width: 280px
    }

    .main-navigation .menu-block {
        right: -620px;
        width: 100%
    }

    .menu-toggle .lbl {
        display: none
    }

    .widget.form-box {
        padding: 0 25px 25px 25px !important
    }

    .widget.form-box .widget-title {
        font-size: 40px
    }

    .widget.contact-info .social-media-icons {
        display: block;
        border-left: 0;
        padding-left: 0;
        margin-left: 0
    }

    .site-navigation.post-navigation.nav-single {
        font-size: 14px
    }

    .widget.partners-list ul {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .widget.partners-list ul li {
        width: 44%;
        margin: 0 2% 20px 2% !important
    }

    .widget.partners-list ul li:first-child {
        order: 3
    }

    .su-row.quote-line .btn,
    .wp-block-uagb-columns.quote-line .wp-block-button__link,
    .btn-style .wp-block-button__link {
        font-size: 18px
    }

    .twenty20 .twentytwenty-overlay .twentytwenty-before-label,
    .twenty20 .twentytwenty-overlay .twentytwenty-after-label {
        font-size: 11px
    }

    .home-area-1 .col-md-12 {
        padding: 0
    }

    .widget.icon-boxes li img.hover {
        width: 100px;
        margin: -50px 0 0 -50px
    }

    .head-video-section h1 {
        font-size: 26px
    }
}

@media only screen and (max-width:420px) {
    .widget.icon-boxes li>a {
        padding: 20px
    }
}

@media only screen and (max-width:390px) {
    .widget.icon-boxes li img.hover {
        width: 90px;
        margin: -45px 0 0 -45px
    }

    .widget.icon-boxes li .sbcaption .ttl {
        font-size: 17px
    }

    .price-line .price-ttl {
        font-size: 28px
    }

    .price-line .price {
        font-size: 22px
    }
}

@media only screen and (max-width:375px) {
    .price-boxes .dimensions strong {
        width: auto
    }
}

@media only screen and (max-width:320px) {
    .author-description {
        float: left;
        width: 100%
    }
}

ul.swifty_imgwidget_ul li {
    list-style: none !important;
    padding: 0 !important;
    display: inline-block;
    margin: 0 3px 10px 3px;
    vertical-align: top
}

ul.swifty_imgwidget_ul li img {
    display: block;
    margin: auto
}

ul.swifty_imgwidget_ul.alcenter {
    text-align: center
}

ul.swifty_imgwidget_ul.alright {
    text-align: right
}

ul.swifty_imgwidget_ul.alleft {
    text-align: left
}

ul.swifty_imgwidget_ul .sbcaption {
    margin: 5px 0;
    display: block
}