/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    zoom: 1;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
    /*-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;*/

    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../img/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    zoom: 1;
    display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(../img/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(../img/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(../img/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(../img/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}



/**
 * CSS style for carouselTicker
 **/

.carouselTicker__list {
    margin: 10px 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
}

.carouselTicker__item {
    margin: 0 0 0 5px;
    /*float: left;*/
    border: 4px solid red;
    /*    width: 100px;
    height: 60px;
    line-height: 60px;*/
    text-align: center;
    display: inline-block;
    overflow: hidden;
}

.carouselTicker__item a {
    /*display: block;*/
}

.carouselTicker__loader {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
}

/**
 * CSS style for vertical direction
 **/

.carouselTicker_vertical .carouselTicker__list {
    margin: 0;
}

.carouselTicker_vertical .carouselTicker__item {
    margin: 0 0 5px 0;
    border: 4px solid red;
    /*  width: 100px;
    height: 60px;
    line-height: 60px;*/
    text-align: center;
}


#carouselTicker .carouselTicker__item {
    width: auto;
    height: auto;
    line-height: normal;
}

.carouselTicker__item img {
    /*vertical-align: top;*/
    display: block;
    overflow: hidden;
}

.bx-viewport {
    height: auto !important;
}

.gs_logo_single img {
    margin: 0 auto;
}

.bx-wrapper .bx-controls-direction a {
    display: none;
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
    text-decoration: none;
    border: none;
}

.bx-wrapper:hover .bx-controls-direction a {
    display: block;
}

.gs_logo_title {
    text-align: center;
    font-size: 14px;
    margin-top: 5px;
}

.gs_logo_single {
    vertical-align: middle;
    display: inline-block;
    float: none !important;
}

.gs_logo_single a,
.gs_logo_single a::before,
.gs_logo_single a::after {
    -webkit-transition-duration: unset;
    -o-transition-duration: unset;
    transition-duration: unset;
    -webkit-transition-timing-function: unset;
    -o-transition-timing-function: unset;
    transition-timing-function: unset;
}

.gs_logo_area .bx-loading {
    display: none;
}

/*Grid theme*/
.gs_logo_container_grid .gs_logo_single,
.gs_logo_container_grid2 .gs_logo_single,
.gs_logo_container_grid3 .gs_logo_single,
.gs_logo_container_grid4 .gs_logo_single {
    width: 18%;
    margin: 1%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.gs_logo_container_grid2 .gs_logo_single,
.gsl-filter2 .gs_logo_single,
.gsl-livef2 .gsl-responsive-wrapper {
    border: 1px solid rgba(0, 0, 0, 0.07);
}

.gs_logo_container_grid3 .gs_logo_single:hover,
.gsl-filter3 .gs_logo_single:hover,
.gsl-livef3 .gsl-responsive-wrapper:hover {
    -webkit-box-shadow: 0 3px 20px 1.2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 3px 20px 1.2px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 20px 1.2px rgba(0, 0, 0, .2);
}

.gs_logo_container_list .gs_logo_single,
.gs_logo_container_list2 .gs_logo_single,
.gs_logo_container_list3 .gs_logo_single,
.gs_logo_container_list4 .gs_logo_single {
    display: block;
    clear: both;
    /*background: #f0f0f5;*/
    background: #f1f1f1;
    overflow: hidden;
    margin-bottom: 15px;
}

.gs_logo_container_list .gs_logo_title,
.gs_logo_container_list2 .gs_logo_title,
.gs_logo_container_list3 .gs_logo_title {
    font-size: 17px;
    margin: 10px 0 0 0;
    text-align: left;
    text-transform: capitalize;
    color: #2196F3;
}



.gs_logo_container_list .gs_logo_single img,
.gs_logo_container_list2 .gs_logo_single img,
.gs_logo_container_list3 .gs_logo_single img {
    max-width: 150px;
    float: left;
    padding: 10px;
}

.gs_logo_container_list3 .gs_logo_single img {
    float: right;
    /*width: 20%;*/
    max-width: 11%;
}

.gs_logo_container_list .gs-logo-details,
.gs_logo_container_list2 .gs-logo-details,
.gs_logo_container_list3 .gs-logo-details {
    padding: 10px;
}

.gs_logo_container_list2 .gs-logo-details {
    font-size: 16px;
    line-height: 1.3;
}

.gs_logo_container_list3 .gs-logo-details {
    float: left;
    width: 89%;
    text-align: justify;
}

.gs_logo_container_list .gs_logo_title,
.gs_logo_container_list2 .gs_logo_title,
.gs_logo_container_list3 .gs_logo_title {
    font-size: 17px;
    margin: 10px 0 0 0;
    text-align: left;
    text-transform: capitalize;
    color: #2196F3;
    display: inline-block;
}

.gs_logo_container_list2 .gs_logo_title,
.gs_logo_container_list3 .gs_logo_title {
    text-align: center;
}

/*Table view*/
.gs-logos-table {
    display: table;
    width: 100%;
}

.gs-logos-table-row {
    display: table-row;
}

.gs-logos-table-cell {
    display: table-cell;
    padding: 10px;
    vertical-align: middle;
}

.gs-logos-table .gs-logos-table-cell {
    border-bottom: 1px solid #ccc;
}

.gs-logos-table .gsc-table-head .gs-logos-table-cell {
    border-bottom: 2px solid #9dd8f3;
    font-weight: 400;
    color: #03A9F4;
}

.gs_logo_table1 .gsc-image {
    padding-left: 0;
}

.gs-logos-table-cell.gsc-image img {
    max-width: 140px;
}

.gs_logo_table1 h3.gs_logo_title {
    font-size: 16px;
    text-transform: capitalize;
    color: #2196F3;
}

.gs-logos-table .gsc-table-head .gs-logos-table-cell {
    border-bottom: 2px solid #9dd8f3;
    color: #03A9F4;
}


@media only screen and (min-width: 768px) and (max-width: 1023px) {
    /* .slider1	.gs_logo_single {
		width: 222px !important;
	} */

    .gs_logo_container_grid .gs_logo_single {
        width: 46%;
        margin: 2%;
    }

    .gs-logos-table-cell.gsc-image img {
        max-width: 90px;
    }

    .gs_logo_table1 .gsc-image img {
        width: 90px;
    }

    .gs_logo_table1 .gsc-desc {
        font-size: 16px;
        line-height: 1.4;
    }
}


}

@media only screen and (min-width: 600px) and (max-width: 767px) {
    /* .slider1 .gs_logo_single {
		width: 165px !important;
	}	 */

    .gs_logo_container_grid .gs_logo_single {
        width: 46%;
        margin: 2%;
    }

    .gs_logo_container_list .gs_logo_single img {
        max-width: 100px;
    }

    .gs_logo_container_list .gs-logo-details {
        font-size: 15px;
        line-height: 1.4;
    }

    .gs_logo_table1 .gsc-image img {
        width: 90px;
    }

    .gs_logo_table1 .gsc-desc {
        font-size: 16px;
        line-height: 1.4;
    }
}

@media only screen and (min-width: 480px) and (max-width: 599px) {

    /* .slider1 .gs_logo_single {
		width: 198px !important;
	} */
    .gs_logo_container_grid .gs_logo_single {
        width: 46%;
        margin: 2%;
    }

    .gs_logo_container_list .gs_logo_single img {
        max-width: 100px;
    }

    .gs_logo_container_list .gs-logo-details {
        font-size: 15px;
        line-height: 1.4;
    }

    .gs_logo_table1 .gsc-image img {
        width: 90px;
    }

    .gs_logo_table1 .gsc-desc {
        font-size: 16px;
        line-height: 1.4;
    }
}

@media only screen and (max-width: 479px) {

    .gs_logo_container_grid .gs_logo_single,
    .gs_logo_container_grid2 .gs_logo_single,
    .gs_logo_container_grid3 .gs_logo_single,
    .gs_logo_container_grid4 .gs_logo_single {
        width: 95%;
        margin: 3% 1%;
    }

    .gs_logo_container_list .gs_logo_single img {
        max-width: 100px;
    }

    .gs_logo_container_list .gs-logo-details {
        font-size: 15px;
        line-height: 1.4;
    }

    .gs_logo_area .gsc-table-head {
        display: none;
    }

    .gs_logo_table1 .gsc-image {
        display: block;
        padding: 0;
        text-align: center;
    }

    .gs_logo_table1 .gsc-name,
    .gs_logo_table1 .gsc-desc {
        display: block;
        padding: 10px 0;
    }

    .gs-logos-table .gs-logos-table-cell {
        border-bottom: 1px solid #ccc;
    }

    /* .slider1 .gs_logo_single {
		width: 268px !important;
		margin: 0 auto;
		float: none !important;
		display: table-cell;
	} */
}

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

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

.wp-block-button {
    color: #fff
}

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

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

.wp-block-button__link {
    background-color: #32373c;
    border: none;
    border-radius: 28px;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    margin: 0;
    padding: 12px 24px;
    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: inherit
}

.wp-gs .wp-block-button__link:not(.has-background) {
    background-color: var(--wp-block-core-button--color--background, var(--wp-color--primary, #32373c))
}

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

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

.is-style-outline {
    color: #32373c
}

.is-style-outline .wp-block-button__link {
    background-color: transparent;
    border: 2px solid
}

.wp-block-buttons .wp-block-button {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px
}

.wp-block-buttons.alignright .wp-block-button {
    margin-right: none;
    margin-left: 8px
}

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

.wp-block-calendar tbody td,
.wp-block-calendar th {
    padding: 4px;
    border: 1px solid #e2e4e7
}

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

.wp-block-calendar table {
    width: 100%;
    border-collapse: collapse;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif
}

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

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

.wp-block-calendar tfoot a {
    color: #00739c
}

.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-columns {
    display: flex;
    margin-bottom: 28px;
    flex-wrap: wrap
}

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

.wp-block-columns.has-background {
    padding: 20px 30px
}

.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 {
        flex-basis: calc(50% - 16px) !important;
        flex-grow: 0
    }

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

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

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

    .wp-block-column:not(:first-child) {
        margin-left: 32px
    }
}

.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.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-color: #000;
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

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

.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 {
    opacity: .5
}

.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:not(.has-background-gradient):before {
    opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background {
    opacity: .1
}

.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:not(.has-background-gradient):before {
    opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background {
    opacity: .2
}

.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:not(.has-background-gradient):before {
    opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background {
    opacity: .3
}

.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:not(.has-background-gradient):before {
    opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background {
    opacity: .4
}

.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:not(.has-background-gradient):before {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background {
    opacity: .5
}

.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:not(.has-background-gradient):before {
    opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background {
    opacity: .6
}

.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:not(.has-background-gradient):before {
    opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background {
    opacity: .7
}

.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:not(.has-background-gradient):before {
    opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background {
    opacity: .8
}

.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:not(.has-background-gradient):before {
    opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background {
    opacity: .9
}

.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:not(.has-background-gradient):before {
    opacity: 1
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background {
    opacity: 1
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    max-width: 290px;
    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: calc(100% - 70px);
    z-index: 1;
    color: #f8f9f9
}

.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__video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover
}

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

.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 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 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: 580px;
    padding: 14px;
    text-align: center
}

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

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

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

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper {
    position: relative
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

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

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

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

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

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

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

.wp-embed-responsive .wp-block-embed.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: 13px;
    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 16px 16px 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.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: 40px 10px 9px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent)
}

.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.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;
        object-fit: cover
    }
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    width: calc((100% - 16px)/2)
}

.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.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((100% - 32px)/3);
        margin-right: 16px
    }

    @supports (-ms-ime-align:auto) {

        .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((100% - 32px)/3 - 1px)
        }
    }

    .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((100% - 48px)/4);
        margin-right: 16px
    }

    @supports (-ms-ime-align:auto) {

        .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((100% - 48px)/4 - 1px)
        }
    }

    .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((100% - 64px)/5);
        margin-right: 16px
    }

    @supports (-ms-ime-align:auto) {

        .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((100% - 64px)/5 - 1px)
        }
    }

    .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((100% - 80px)/6);
        margin-right: 16px
    }

    @supports (-ms-ime-align:auto) {

        .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((100% - 80px)/6 - 1px)
        }
    }

    .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((100% - 96px)/7);
        margin-right: 16px
    }

    @supports (-ms-ime-align:auto) {

        .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((100% - 96px)/7 - 1px)
        }
    }

    .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((100% - 112px)/8);
        margin-right: 16px
    }

    @supports (-ms-ime-align:auto) {

        .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((100% - 112px)/8 - 1px)
        }
    }

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

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

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

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

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

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

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

    .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-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: 290px;
    width: 100%
}

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

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

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

.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,
.wp-block-image.is-resized {
    display: table;
    margin-left: 0;
    margin-right: 0
}

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

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

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

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

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

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

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
    .is-style-circle-mask img {
        -webkit-mask-image: url('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('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 {
    font-size: 15px;
    line-height: 1.1;
    list-style: none;
    margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
    min-height: 36px;
    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: 52px
}

.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: 14px;
    line-height: 1.8;
    margin: 5px 0 20px
}

.wp-block-latest-comments__comment-date {
    color: #8f98a1;
    display: block;
    font-size: 12px
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
    border-radius: 24px;
    display: block;
    float: left;
    height: 40px;
    margin-right: 12px;
    width: 40px
}

.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 16px 16px 0;
    width: 100%
}

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

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

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

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

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

.wp-block-latest-posts__post-date {
    display: block;
    color: #6c7781;
    font-size: 13px
}

.wp-block-latest-posts__post-excerpt {
    margin-top: 8px;
    margin-bottom: 16px
}

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

.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>figure>img,
.wp-block-media-text>figure>video {
    max-width: unset;
    width: 100%;
    vertical-align: middle
}

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

.wp-block-media-text.is-image-fill figure.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.has-media-on-the-right .wp-block-media-text__media,
    .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-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1
    }
}

.wp-block-navigation>ul {
    display: block;
    list-style: none;
    margin: 0;
    padding-left: 0
}

@media (min-width:600px) {
    .wp-block-navigation>ul {
        display: flex;
        flex-wrap: wrap
    }
}

.wp-block-navigation>ul ul {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-left: 0
}

.wp-block-navigation>ul ul li {
    margin: 0
}

.wp-block-navigation>ul li {
    z-index: 1
}

.wp-block-navigation>ul li:focus-within,
.wp-block-navigation>ul li:hover {
    cursor: pointer;
    z-index: 99999
}

.wp-block-navigation>ul li:focus-within>ul,
.wp-block-navigation>ul li:hover>ul,
.wp-block-navigation>ul li ul:focus,
.wp-block-navigation>ul li ul:hover {
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-direction: column
}

.wp-block-navigation>ul>li ul {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 200px;
    max-width: 200px;
    opacity: 0;
    transition: opacity .1s linear;
    visibility: hidden
}

.wp-block-navigation,
.wp-block-navigation .block-editor-block-list__layout {
    display: flex;
    flex-wrap: wrap
}

.wp-block-navigation .block-editor-block-list__layout .block-editor-block-list__layout {
    width: 200px
}

.wp-block-navigation .block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block {
    margin: 0;
    width: auto
}

.wp-block-navigation,
.wp-block-navigation>.wp-block-navigation__container {
    align-items: center;
    width: 100%
}

.wp-block-navigation>.wp-block-navigation-link,
.wp-block-navigation>.wp-block-navigation__container>.wp-block-navigation-link {
    display: flex;
    margin-top: 0;
    margin-bottom: 0
}

.wp-block-navigation .wp-block-navigation-link {
    position: relative;
    margin: 0;
    min-height: 56px;
    display: flex;
    line-height: 1.4
}

.wp-block-navigation .wp-block-navigation-link .wp-block,
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link {
    min-height: auto;
    padding: 0
}

.wp-block-navigation .wp-block-navigation-link .wp-block .wp-block-navigation-link {
    margin: 0
}

.wp-block-navigation .wp-block-navigation-link>.block-editor-inner-blocks {
    display: none
}

.wp-block-navigation .wp-block-navigation-link.has-child>.wp-block-navigation__container,
.wp-block-navigation .wp-block-navigation-link.is-editing.has-child>.block-editor-inner-blocks {
    display: flex;
    border: 1px solid rgba(0, 0, 0, .15);
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0
}

.wp-block-navigation .wp-block-navigation-link.has-child>.wp-block-navigation__container .block-editor-inner-blocks,
.wp-block-navigation .wp-block-navigation-link.has-child>.wp-block-navigation__container .wp-block-navigation__container,
.wp-block-navigation .wp-block-navigation-link.is-editing.has-child>.block-editor-inner-blocks .block-editor-inner-blocks,
.wp-block-navigation .wp-block-navigation-link.is-editing.has-child>.block-editor-inner-blocks .wp-block-navigation__container {
    left: 100%;
    top: -1px
}

.wp-block-navigation .wp-block-navigation-link .block-editor-inner-blocks,
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation__container {
    background-color: inherit;
    color: inherit
}

.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__content {
    display: flex;
    align-items: center;
    width: max-content;
    padding: 6px 16px
}

.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link:first-child:not(:only-child) .wp-block-navigation-link__content {
    padding-top: 8px
}

.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link:last-child .wp-block-navigation-link__content {
    padding-bottom: 8px
}

.wp-block-navigation .wp-block-navigation-link.has-child .wp-block-navigation-link__content {
    min-width: 100%;
    padding-right: 32px;
    position: relative
}

.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__submenu-icon {
    position: absolute;
    right: 16px
}

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

.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link svg {
    transform: rotate(0)
}

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

.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-text-color)>.block-editor-inner-blocks,
.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-text-color)>.wp-block-navigation__container,
.wp-block-navigation .wp-block-navigation-link:not(.has-text-color)>.block-editor-inner-blocks,
.wp-block-navigation .wp-block-navigation-link:not(.has-text-color)>.wp-block-navigation__container {
    color: #111
}

.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-background)>.block-editor-inner-blocks,
.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-background)>.wp-block-navigation__container,
.wp-block-navigation .wp-block-navigation-link:not(.has-background)>.block-editor-inner-blocks,
.wp-block-navigation .wp-block-navigation-link:not(.has-background)>.wp-block-navigation__container {
    background-color: #fff
}

.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-text-color)>.block-editor-inner-blocks,
.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-text-color)>.wp-block-navigation__container {
    color: #fff
}

.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-background)>.block-editor-inner-blocks,
.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-background)>.wp-block-navigation__container {
    background-color: #333
}

.wp-block-navigation .wp-block-navigation-link.has-child>.wp-block-navigation__container {
    display: flex;
    flex-direction: column;
    padding: 0
}

.wp-block-navigation>ul>li>a {
    display: flex;
    align-items: center
}

.wp-block-navigation>ul>li:first-of-type>a {
    padding-left: 0
}

.wp-block-navigation>ul>li:last-of-type>a {
    padding-right: 0
}

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

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

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

.is-small-text {
    font-size: 14px
}

.is-regular-text {
    font-size: 16px
}

.is-large-text {
    font-size: 36px
}

.is-larger-text {
    font-size: 48px
}

.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: 20px 30px
}

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

.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: 290px
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
    font-size: 20px
}

.wp-block-pullquote p {
    font-size: 28px;
    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: 32px
}

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

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

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

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    font-size: 24px;
    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: 18px;
    text-align: right
}

.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 16px 16px 0;
    width: 100%
}

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

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

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

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

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

.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
    display: block;
    color: #6c7781;
    font-size: 13px
}

.wp-block-search {
    display: flex;
    flex-wrap: wrap
}

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

.wp-block-search .wp-block-search__input {
    flex-grow: 1;
    max-width: 360px
}

.wp-block-search .wp-block-search__button {
    margin-left: 10px
}

.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: "\00b7 \00b7 \00b7";
    color: currentColor;
    font-size: 20px;
    letter-spacing: 2em;
    padding-left: 2em;
    font-family: serif
}

.wp-block-social-links {
    display: flex;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 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-social-link {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 36px;
    margin-right: 8px;
    transition: transform .1s ease
}

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

.wp-social-link a {
    padding: 6px;
    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.aligncenter {
    justify-content: center;
    display: flex
}

.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: #1977f2;
    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: #0577b5;
    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-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-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: #21a1f3;
    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: #ff0100;
    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 svg {
    width: 28px;
    height: 28px
}

.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: #1977f2
}

.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: #0577b5
}

.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-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-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: #21a1f3
}

.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: #ff0100
}

.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: 16px;
    padding-right: 16px
}

.wp-block-spacer {
    clear: both
}

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

.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 #f3f4f5
}

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

.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 16px;
    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%
}

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

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

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

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

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

: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-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-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-very-light-gray-color {
    color: #eee
}

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

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

: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)
}

.has-small-font-size {
    font-size: 13px
}

.has-normal-font-size,
.has-regular-font-size {
    font-size: 16px
}

.has-medium-font-size {
    font-size: 20px
}

.has-large-font-size {
    font-size: 36px
}

.has-huge-font-size,
.has-larger-font-size {
    font-size: 42px
}

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

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

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

.wp-block-audio figcaption {
    color: #555d66;
    font-size: 13px;
    text-align: center
}

.wp-block-code {
    font-family: Menlo, Consolas, monaco, monospace;
    font-size: 14px;
    color: #23282d;
    padding: .8em 1em;
    border: 1px solid #e2e4e7;
    border-radius: 4px
}

.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
    color: #555d66;
    font-size: 13px;
    text-align: center
}

.wp-block-pullquote {
    border-top: 4px solid #555d66;
    border-bottom: 4px solid #555d66;
    margin-bottom: 28px;
    color: #40464d
}

.wp-block-pullquote__citation,
.wp-block-pullquote cite,
.wp-block-pullquote footer {
    color: #40464d;
    text-transform: uppercase;
    font-size: 13px;
    font-style: normal
}

.wp-block-navigation ul,
.wp-block-navigation ul li {
    list-style: none
}

.wp-block-quote {
    border-left: 4px solid #000;
    margin: 0 0 28px;
    padding-left: 1em
}

.wp-block-quote__citation,
.wp-block-quote cite,
.wp-block-quote footer {
    color: #6c7781;
    font-size: 13px;
    margin-top: 1em;
    position: relative;
    font-style: normal
}

.wp-block-quote.has-text-align-right {
    border-left: none;
    border-right: 4px solid #000;
    padding-left: 0;
    padding-right: 1em
}

.wp-block-quote.has-text-align-center {
    border: none;
    padding-left: 0
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    border: none
}

.wp-block-search .wp-block-search__label {
    font-weight: 700
}

.wp-block-group.has-background {
    padding: 20px 30px;
    margin-top: 0;
    margin-bottom: 0
}

.wp-block-separator {
    border: none;
    border-bottom: 2px solid #8f98a1;
    margin-left: auto;
    margin-right: auto
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 100px
}

.wp-block-separator.has-background:not(.is-style-dots) {
    border-bottom: none;
    height: 1px
}

.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
    height: 2px
}

.wp-block-table {
    border-collapse: collapse
}

.wp-block-table thead {
    border-bottom: 3px solid
}

.wp-block-table tfoot {
    border-top: 3px solid
}

.wp-block-table td,
.wp-block-table th {
    padding: .5em;
    border: 1px solid;
    word-break: normal
}

.wp-block-table figcaption,
.wp-block-video figcaption {
    color: #555d66;
    font-size: 13px;
    text-align: center
}

.rtw_pdf_gif {
    display: none;
}

@charset "UTF-8";


.wcs-timetable__container {
    position: relative;
    min-height: 12.5vh;
    clear: both;
    width: 100%;
    padding: 5vh 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wcs-timetable__container::after {
    content: '';
    display: block;
    clear: both;
}

.wcs-timetable__container * {
    box-sizing: border-box;
}

.wcs-timetable__container .wcs-filters__container {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.wcs-timetable__container .wcs-timetable {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
}

@media (min-width: 992px) {
    .wcs-timetable__container.wcs-timetable--with-filters:not(.wcs-timetable--filters-center) .wcs-filters__container {
        -webkit-flex-basis: 210px;
        flex-basis: 210px;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        flex-grow: 0;
    }

    .wcs-timetable__container.wcs-timetable--with-filters:not(.wcs-timetable--filters-center) .wcs-filters__container .wcs-filters__filter-column:first-child {
        padding-top: 0;
    }

    .wcs-timetable__container.wcs-timetable--with-filters:not(.wcs-timetable--filters-center) .wcs-filters__container .wcs-filters__filter-column:first-child::before {
        display: none;
    }

    .wcs-timetable__container.wcs-timetable--with-filters:not(.wcs-timetable--filters-center) .wcs-timetable {
        -webkit-flex-basis: 40%;
        flex-basis: 40%;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
    }

    .wcs-timetable__container.wcs-timetable--with-filters.wcs-timetable--filters-center.wcs-timetable--filters-without-toggle .wcs-filters__filter-column {
        padding-top: 0;
    }

    .wcs-timetable__container.wcs-timetable--with-filters.wcs-timetable--filters-center.wcs-timetable--filters-without-toggle .wcs-filters__filter-column::before {
        display: none;
    }

    .wcs-timetable__container.wcs-timetable--with-filters.wcs-timetable--filters-right .wcs-filters__container {
        margin-left: 30px;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        order: 2;
    }

    .wcs-timetable__container.wcs-timetable--with-filters.wcs-timetable--filters-left .wcs-filters__container {
        margin-right: 30px;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        order: 0;
    }

    .wcs-timetable__container.wcs-timetable--with-filters.wcs-timetable--filters-center .wcs-timetable {
        margin-top: 1vh;
    }
}

.wcs-timetable__container table,
.wcs-timetable__container thead,
.wcs-timetable__container tbody,
.wcs-timetable__container tr,
.wcs-timetable__container td,
.wcs-timetable__container th {
    border: none !important;
}

.wcs-timetable__container .wcs-mobile {
    display: none;
}

.wcs-timetable__container .wcs-content {
    display: none;
}

.wcs-timetable__container h2 {
    margin: 0 0 1vh;
    padding: 1vh 0;
    text-align: left;
}

.wcs-timetable__container h3 {
    font-size: 160%;
    line-height: 1.25;
}

.wcs-timetable__container a:not(.wcs-btn) {
    color: inherit;
}

.wcs-timetable__container a:not(.wcs-btn):hover {
    color: inherit;
    opacity: 0.75;
}

.wcs-timetable__container .wcs-class__title:not(td) {
    margin: 0;
    padding: 0;
}

.wcs-timetable {
    text-align: center;
    position: relative;
    width: 100%;
}

.wcs-timetable.disabled {
    opacity: 0.5;
}

.wcs-timetable--class-title {
    margin: 0;
    padding: 0;
    font-size: 140%;
    line-height: 1.4;
    color: inherit;
}

.wcs-class__non-breakable {
    display: inline-block;
    white-space: nowrap;
}

.wcs-class__title {
    word-break: break-word;
}

.wcs-filters {
    margin: 0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
}

.wcs-filters__filter-column {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    position: relative;
    padding: 2vh 5px 0;
    margin-bottom: 1.5vh;
    -webkit-flex-basis: 160px;
    flex-basis: 160px;
    /*
		@at-root
		.wcs-timetable--filters-left &,
		.wcs-timetable--filters-right &{
			width: 100%;
		}*/
}

.wcs-filters__filter-column::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border-top: 1px solid currentColor;
    opacity: 0.125;
}

.wcs-filters__filter-column:last-of-type {
    padding-bottom: 0;
    border-bottom: none !important;
}

.wcs-filters__filter-wrapper {
    margin: 0.5vh 0;
    display: block;
    font-size: 90%;
    font-weight: normal;
    cursor: pointer;
}

.wcs-filters__filter-wrapper .wcs-filter {
    margin-top: 0;
    margin-right: 7px;
}

.wcs-filters__filter-wrapper--padded {
    padding-left: 22px;
}

.wcs-filters__filter-wrapper--padded:first-of-type {
    padding-left: 0;
}

.wcs-filters.disabled div {
    opacity: 0.5;
}

.wcs-filters__title {
    font-size: 90%;
    font-weight: bold;
    display: block;
    padding: 0;
    margin: 0 0 1vh;
}

.wcs-filters--inline .wcs-filter {
    display: none;
}

.wcs-filters--inline .wcs-filters__filter-wrapper {
    display: inline-block;
    margin-right: 1vh;
}

.wcs-filters--inline .wcs-filters__filter-column {
    padding-left: 0;
    padding-right: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
}

.wcs-filters--inline .wcs-filters__title {
    display: inline-block;
    margin: 0 1vh 0 0;
}

.wcs-filters .wcs-filter:checked+span {
    position: relative;
    display: inline-block;
}

.wcs-filter-toggler {
    display: inline-block;
    padding: 0 5px;
    line-height: 2.4;
    cursor: pointer;
    font-weight: bold;
}

.wcs-filter-toggler-container {
    text-align: right;
    display: none;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
}

.wcs-timetable--filters-with-toggle .wcs-filter-toggler-container {
    display: block;
}

.wcs-filter-toggler em {
    display: inline-block;
    margin-left: 5px;
}

.wcs-filters--switches .wcs-switcher__switch {
    background: currentColor;
    border-radius: 48px;
    display: inline-block;
    width: 22px;
    position: relative;
    height: 13px;
    cursor: pointer;
    -webkit-transition: background .2s ease-in-out !important;
    transition: background .2s ease-in-out !important;
    margin-right: 10px;
    float: left;
    margin-top: 3px;
    box-shadow: 1px 1px 0px white;
}

.wcs-filters--switches .wcs-filter {
    display: none;
}

.wcs-filters--switches .wcs-filter+.wcs-switcher__switch .wcs-switcher__handler {
    border-radius: 50%;
    width: 11px;
    height: 11px;
    background: #fff;
    position: absolute;
    top: 1px;
    left: 1px;
}

.wcs-filters--switches .wcs-filter:checked+.wcs-switcher__switch .wcs-switcher__handler {
    right: 1px;
    left: auto;
}

.wcs-timetable--filters-center .wcs-filters--inline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.wcs-timetable--filters-center .wcs-filters__container {
    padding-bottom: 2em;
}

.wcs-timetable__list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.wcs-timetable__list .wcs-class {
    list-style: none;
    margin: inherit;
    padding: inherit;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    position: relative;
    min-height: 12.5vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-animation: fadein 1s;
    animation: fadein 1s;
}

@media (max-width: 768px) {
    .wcs-timetable__list .wcs-class {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        align-items: stretch;
        -webkit-align-content: stretch;
        align-content: stretch;
    }
}

.wcs-timetable__list .wcs-class::before {
    content: '';
    display: block;
    position: absolute;
    top: 1px;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: currentcolor;
    opacity: 0;
    z-index: 0;
}

.wcs-timetable__list .wcs-class::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-top: 1px solid currentColor;
    opacity: 0.075;
}

.wcs-timetable__list .wcs-class:hover::before {
    opacity: 0.04;
}

.wcs-timetable__list .wcs-class--canceled {
    opacity: 0.85;
    text-decoration: line-through;
}

.wcs-timetable__list .wcs-class--canceled:hover::before {
    opacity: 0;
}

.wcs-timetable__list .wcs-class--canceled * {
    color: currentColor !important;
    opacity: 0.6;
}

.wcs-timetable__list .wcs-class--canceled .wcs-class__action,
.wcs-timetable__list .wcs-class--canceled .wcs-class__image {
    display: none;
}

.wcs-timetable__list .wcs-class--canceled a {
    cursor: text;
}

.wcs-timetable__list .wcs-class__excerpt {
    margin-top: 1vh;
}

.wcs-timetable__list .wcs-class .wcs-class__action,
.wcs-timetable__list .wcs-class .wcs-class__image,
.wcs-timetable__list .wcs-class .wcs-class__meta,
.wcs-timetable__list .wcs-class .wcs-class__time {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin: 3vh 15px;
    z-index: 1;
}

.wcs-timetable__list .wcs-class .wcs-class__meta {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

@media (max-width: 768px) {
    .wcs-timetable__list .wcs-class .wcs-class__meta {
        margin: 10px 20px;
    }
}

.wcs-timetable__list .wcs-class .wcs-class_time-duration {
    font-size: 100%;
    line-height: 1.4;
    margin: 0;
    opacity: 0.75;
}

.wcs-timetable__list .wcs-class .wcs-class__time {
    text-align: center;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin: 3vh 15px 3vh 30px;
}

.wcs-timetable__list .wcs-class .wcs-class__time span {
    display: block;
    width: 100%;
}

.wcs-timetable__list .wcs-class .wcs-class__time span:first-child {
    font-size: 196%;
    line-height: 1;
}

.wcs-timetable__list .wcs-class .wcs-class__time span:last-child {
    font-size: 100%;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .wcs-timetable__list .wcs-class .wcs-class__time {
        display: block;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: 1;
        flex-flow: 1;
        width: calc(100% - 40px);
        margin: 20px 20px 0;
        text-align: left;
    }

    .wcs-timetable__list .wcs-class .wcs-class__time span {
        display: inline-block;
        width: auto;
    }

    .wcs-timetable__list .wcs-class .wcs-class__time span:first-child {
        font-size: inherit;
        line-height: inherit;
    }

    .wcs-timetable__list .wcs-class .wcs-class__time span:last-child {
        font-size: inherit;
    }
}

.wcs-timetable__list .wcs-class .wcs-class__image {
    width: 12.5vh;
    background-size: cover;
    background-position: center center;
    margin: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-align-self: stretch;
    align-self: stretch;
}

@media (max-width: 768px) {
    .wcs-timetable__list .wcs-class .wcs-class__image {
        display: none;
    }
}

.wcs-timetable__list .wcs-class .wcs-class__action {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-left: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

@media (max-width: 768px) {
    .wcs-timetable__list .wcs-class .wcs-class__action {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        width: 100%;
        margin: 0 20px 20px;
    }
}

.wcs-timetable__list .wcs-timetable__zero-data {
    text-align: center;
    min-height: 20vh;
}

.wcs-timetable__list .wcs-timetable__zero-data::before {
    opacity: 0.08;
}

.wcs-timetable__list .wcs-class__inner-flex {
    width: 100%;
}

.wcs-timetable__list .wcs-class__duration {
    text-transform: none;
}

.wcs-timetable__list .wcs-class__duration::before {
    opacity: 1;
}

.wcs-timetable__compact-list {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}

.wcs-timetable__compact-list .wcs-day {
    border-color: inherit;
    -webkit-transition: background-color, border-left-color 300ms;
    transition: background-color, border-left-color 300ms;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.wcs-timetable__compact-list .wcs-day+.wcs-timetable__compact-list .wcs-day {
    margin-top: 5vh;
}

@media (min-width: 768px) {
    .wcs-timetable__compact-list .wcs-day+.wcs-timetable__compact-list .wcs-day {
        margin-top: auto;
    }
}

@media (min-width: 768px) {
    .wcs-timetable__compact-list .wcs-day {
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .wcs-timetable__compact-list .wcs-day--visible:not(:last-child)::after {
        content: '';
        display: block;
        position: absolute;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        opacity: 0.25;
        bottom: 0;
        left: 0;
        right: 0;
    }
}

.wcs-timetable__compact-list .wcs-day__date {
    line-height: 1.64;
    width: 100%;
    box-sizing: border-box;
    padding: 1vh 0;
    text-overflow: ellipsis;
    min-width: 90px;
    font-size: normal;
}

@media (min-width: 768px) {
    .wcs-timetable__compact-list .wcs-day__date {
        width: 18%;
    }
}

@media (min-width: 1200px) {
    .wcs-timetable__compact-list .wcs-day__date {
        font-size: large;
    }
}

.wcs-timetable__compact-list .wcs-day .wcs-timetable__classes {
    padding: 0;
    margin: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.wcs-timetable__compact-list .wcs-day .wcs-timetable__classes::before {
    content: '';
    display: block;
    position: absolute;
    border-top: 3px solid;
    right: 0;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    .wcs-timetable__compact-list .wcs-day .wcs-timetable__classes::before {
        border-left: 3px solid;
        bottom: 0;
        right: auto;
    }
}

.wcs-timetable__compact-list .wcs-class:last-child::after {
    display: none;
}

.wcs-timetable__compact-list .wcs-timetable__classes {
    list-style: none;
    padding: 0;
    margin: 0;
    border-color: inherit;
    width: 100%;
    position: relative;
}

.wcs-timetable__compact-list .wcs-class {
    padding: 2vh 0;
    position: relative;
    min-height: 7.5vh;
    width: 100%;
}

@media (min-width: 768px) {
    .wcs-timetable__compact-list .wcs-class {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        padding: 1vh 0 1vh 2vh;
    }

    .wcs-timetable__compact-list .wcs-class:not(.wcs-class--canceled):hover::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: currentcolor;
        opacity: 0.05;
    }
}

.wcs-timetable__compact-list .wcs-class--visible:last-child::after {
    display: none;
}

.wcs-timetable__compact-list .wcs-class--visible::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: inherit;
    opacity: 0.15;
}

.wcs-timetable__compact-list .wcs-class__content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    position: relative;
}

@media (min-width: 768px) {
    .wcs-timetable__compact-list .wcs-class__content {
        padding: 0 2vh;
    }
}

.wcs-timetable__compact-list .wcs-class__title {
    font-size: normal;
    margin-bottom: 5px;
}

.wcs-timetable__compact-list .wcs-class__title.wcs-modal-call {
    cursor: pointer;
}

@media (min-width: 768px) {
    .wcs-timetable__compact-list .wcs-class__title {
        font-size: larger;
    }
}

@media (min-width: 1200px) {
    .wcs-timetable__compact-list .wcs-class__title {
        font-size: 120%;
    }
}

.wcs-timetable__compact-list .wcs-class__time {
    width: 100%;
}

.wcs-timetable__compact-list .wcs-class__time .wcs-class__duration {
    display: inline-block;
    font-size: 100%;
    padding-left: 10px;
}

@media (min-width: 768px) {
    .wcs-timetable__compact-list .wcs-class__time {
        line-height: 1.96;
        width: 15vh;
        min-width: 160px;
        text-align: center;
        padding: 0;
    }

    .wcs-timetable__compact-list .wcs-class__time .wcs-class__duration {
        padding-left: 0;
        display: block;
        font-size: 90%;
    }
}

.wcs-timetable__compact-list .wcs-class__excerpt {
    margin-top: 1vh;
}

.wcs-timetable__compact-list small {
    display: inline-block;
    opacity: 0.75;
    margin: 0 !important;
    padding: 0;
    font-size: 90%;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .wcs-timetable__compact-list small {
        display: block;
    }
}

.wcs-timetable__compact-list span {
    font-size: inherit;
}

.wcs-timetable__compact-list .wcs-class--canceled {
    position: relative;
}

.wcs-timetable__compact-list .wcs-class--canceled::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: currentcolor;
    opacity: 0.025;
}

.wcs-timetable__compact-list .wcs-class--canceled .wcs-class__time,
.wcs-timetable__compact-list .wcs-class--canceled .wcs-class__title,
.wcs-timetable__compact-list .wcs-class--canceled small {
    text-decoration: line-through;
    opacity: 0.25;
    color: inherit !important;
}

.wcs-timetable__compact-list .wcs-class--canceled .wcs-class__time small {
    opacity: 1;
}

.wcs-timetable__compact-list .wcs-class--canceled a {
    cursor: text;
    color: inherit;
}

.wcs-timetable__compact-list .wcs-class--canceled a:hover {
    color: inherit;
    opacity: 1;
}

.wcs-timetable--large {
    width: 100%;
    text-align: left;
}

.wcs-timetable--large .wcs-table {
    display: table;
}

.wcs-timetable--large .wcs-table__te {
    display: table-row;
}

.wcs-timetable--large .wcs-table__te>div {
    display: table-cell;
}

.wcs-timetable--large tbody {
    border-color: inherit;
    display: block;
    width: 100%;
}

@media (min-width: 768px) {
    .wcs-timetable--large tbody {
        display: table-row-group;
    }
}

.wcs-timetable--large .wcs-table__tr {
    border-color: inherit;
}

.wcs-timetable--large .wcs-table__tr:first-of-type .wcs-table__td {
    border-top: none;
}

.wcs-timetable--large .no-classes {
    border-style: solid;
    border-width: 1px;
}

.wcs-timetable--large .wcs-class__time {
    letter-spacing: 1px;
    text-align: center;
}

.wcs-timetable--large .wcs-class__time span {
    display: inline-block;
}

.wcs-timetable--large .wcs-table__tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0;
}

.wcs-timetable--large .wcs-table__tr.wcs-timetable__heading {
    display: block;
    width: 100%;
}

.wcs-timetable--large .wcs-table__tr.wcs-timetable__heading .wcs-table__td:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.wcs-timetable--large .wcs-table__tr.wcs-timetable__heading .wcs-table__td:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.wcs-timetable--large .wcs-table__tr.wcs-timetable__heading .wcs-table__td {
    padding: 10px;
    border-top: none;
    text-align: left;
    cursor: inherit;
    text-transform: capitalize;
}

@media (min-width: 768px) {
    .wcs-timetable--large .wcs-table__tr.wcs-timetable__heading .wcs-table__td {
        padding: 2vh 1.5vh;
    }
}

.wcs-timetable--large .wcs-table__tr.wcs-timetable__heading+.wcs-table__tr>.wcs-table__td {
    border-top: none;
}

.wcs-timetable--large .wcs-table__tr.wcs-timetable__heading .wcs-class__time {
    width: 100%;
    display: block;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    text-align: center;
}

.wcs-timetable--large .wcs-table__tr.wcs-timetable__heading .wcs-class__title,
.wcs-timetable--large .wcs-table__tr.wcs-timetable__heading .wcs-class__locations,
.wcs-timetable--large .wcs-table__tr.wcs-timetable__heading .wcs-class__instructors {
    display: none;
}

@media (min-width: 768px) {
    .wcs-timetable--large .wcs-table__tr.wcs-timetable__heading {
        display: table-row;
    }

    .wcs-timetable--large .wcs-table__tr.wcs-timetable__heading .wcs-class__time {
        width: 17.5%;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        display: table-cell;
    }

    .wcs-timetable--large .wcs-table__tr.wcs-timetable__heading .wcs-class__duration {
        width: 7.5%;
    }

    .wcs-timetable--large .wcs-table__tr.wcs-timetable__heading .wcs-class__title {
        padding-left: 0;
        display: table-cell;
    }

    .wcs-timetable--large .wcs-table__tr.wcs-timetable__heading .wcs-class__locations,
    .wcs-timetable--large .wcs-table__tr.wcs-timetable__heading .wcs-class__instructors {
        width: 20%;
        display: table-cell;
    }
}

.wcs-timetable--large .wcs-table__tr .wcs-table__td {
    padding: 10px;
    position: relative;
    display: block;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .wcs-timetable--large .wcs-table__tr .wcs-table__td {
        padding: 2vh 1.5vh;
        display: table-cell;
    }
}

.wcs-timetable--large .wcs-table__tr .wcs-table__td.wcs_class__duration {
    text-align: right;
}

.wcs-timetable--large .wcs-table__tr .wcs-class__excerpt {
    margin-top: 0.5vh;
    font-size: 90%;
    opacity: 0.75;
}

.wcs-timetable--large .wcs-table__tr small {
    display: block;
    opacity: 0.75;
    line-height: 1.6;
}

.wcs-timetable--large .wcs-table__tr [data-wcs-location] a,
.wcs-timetable--large .wcs-table__tr [data-wcs-instructor] a {
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .wcs-timetable--large .wcs-table__tr .wcs-class__time {
        width: 50%;
        text-align: left;
    }

    .wcs-timetable--large .wcs-table__tr .wcs-class__duration {
        width: 50%;
        text-align: right;
    }

    .wcs-timetable--large .wcs-table__tr .wcs-class__title {
        padding: 0 10px 10px;
        width: 100%;
    }

    .wcs-timetable--large .wcs-table__tr .wcs-class__locations,
    .wcs-timetable--large .wcs-table__tr .wcs-class__instructors {
        width: 100%;
        padding: 0 10px;
    }

    .wcs-timetable--large .wcs-table__tr .wcs-class__locations::before {
        content: attr(data-wcs-location) ":";
        display: inline-block;
        opacity: 0.75;
        margin-right: 10px;
    }

    .wcs-timetable--large .wcs-table__tr .wcs-class__instructors::before {
        content: attr(data-wcs-instructor) ":";
        display: inline-block;
        opacity: 0.75;
        margin-right: 10px;
    }
}

@media (min-width: 768px) {
    .wcs-timetable--large .wcs-table__tr {
        display: table-row;
        padding: 0;
    }

    .wcs-timetable--large .wcs-table__tr:not(.wcs-timetable__heading)+.wcs-table__tr:not(.wcs-timetable__heading) .wcs-table__td::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: inherit;
        opacity: 0.15;
    }

    .wcs-timetable--large .wcs-table__tr:not(.wcs-timetable__heading):not(.wcs-class--canceled):hover .wcs-table__td::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: currentcolor;
        opacity: 0.05;
        z-index: 0;
    }
}

.wcs-timetable--large .wcs-table__tr:not(.wcs-class--canceled) .wcs-modal-call {
    cursor: pointer;
}

.wcs-timetable--large .wcs-table__tr.wcs-class--canceled {
    text-decoration: line-through;
    opacity: 0.45;
    position: relative;
}

.wcs-timetable--large .wcs-table__tr.wcs-class--canceled .wcs-table__td {
    position: static;
}

@media (min-width: 768px) {
    .wcs-timetable--large .wcs-table__tr.wcs-class--canceled .wcs-table__td {
        position: relative;
    }

    .wcs-timetable--large .wcs-table__tr.wcs-class--canceled .wcs-table__td::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: currentcolor;
        opacity: 0.125;
    }
}

.wcs-timetable--large .wcs-table__tr.wcs-class--canceled .wcs-table__td:first-of-type::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: currentcolor;
    opacity: 0.125;
}

.wcs-timetable--large span {
    font-size: inherit;
}

.wcs-timetable__week {
    padding: 0;
    margin: 0;
    text-align: left;
}

@media (min-width: 992px) {
    .wcs-timetable__week {
        margin: 0 -0.2vh;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        width: 100%;
        -webkit-align-content: stretch;
        align-content: stretch;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        align-items: stretch;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
}

@media (min-width: 992px) {
    .wcs-timetable__week .wcs-timetable__spacer {
        -webkit-box-flex: 10;
        -webkit-flex-grow: 10;
        flex-grow: 10;
        position: relative;
        z-index: 1;
    }

    .wcs-timetable__week .wcs-timetable__spacer::after {
        box-sizing: border-box;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        overflow: hidden;
        background-size: 6px;
        background-color: rgba(255, 255, 255, 0.3);
        background-image: url("data:image/svg+xml,%3Csvg%20version%3D%271.1%27%20id%3D%27Layer_1%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20xmlns%3Axlink%3D%27http%3A//www.w3.org/1999/xlink%27%20x%3D%270px%27%20y%3D%270px%27%0A%20%20%20%20%20fill%3D%27rgba(0, 0, 0, 0.3)%27%20width%3D%2712px%27%20height%3D%2712px%27%20viewBox%3D%270%200%2012%2012%27%20enable-background%3D%27new%200%200%2012%2012%27%20xml%3Aspace%3D%27preserve%27%3E%0A%3Cpath%20d%3D%27M12%2C2.121V0H9.879L0%2C9.879V12h2.121L12%2C2.121z%20M9.879%2C12L12%2C9.879V12H9.879z%20M0%2C2.121V0h2.121L0%2C2.121z%27/%3E%0A%3C/svg%3E");
        content: '';
        z-index: -1;
        opacity: 0.2;
        z-index: 0;
    }
}

.wcs-timetable__week .wcs-day {
    margin: 0;
    padding: 0;
    min-height: 15vh;
}

@media (min-width: 992px) {
    .wcs-timetable__week .wcs-day {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        align-items: stretch;
        -webkit-align-content: stretch;
        align-content: stretch;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        width: 100%;
        margin: 0 0.2vh;
    }
}

.wcs-timetable__week .wcs-day:last-child .wcs-timetable--classes .wcs-timetable--class {
    border-right: none !important;
}

.wcs-timetable__week .wcs-day__title {
    font-size: 110%;
    position: relative;
    padding: 1vh;
    margin: 0 0 0.4vh 0 !important;
}

@media (min-width: 992px) {
    .wcs-timetable__week .wcs-day__title {
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        text-align: center;
        padding: 1vh 0;
    }
}

.wcs-timetable__week .wcs-day__title::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: currentcolor;
    opacity: 0.125;
}

.wcs-timetable__week .wcs-day__title small {
    font-size: 80%;
}

.wcs-timetable__week .wcs-day .wcs-timetable__classes {
    padding: 0;
    margin: 0 0 0.4vh 0;
}

.wcs-timetable__week .wcs-day .wcs-timetable__classes .wcs-class {
    padding: 10px 15px;
    position: relative;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    font-size: 90%;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    width: 100%;
}

.wcs-timetable__week .wcs-day .wcs-timetable__classes .wcs-class .wcs-class__title {
    -webkit-box-flex: 3;
    -webkit-flex-grow: 3;
    flex-grow: 3;
}

.wcs-timetable__week .wcs-day .wcs-timetable__classes .wcs-class .wcs-class__time {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    text-align: right;
}

.wcs-timetable__week .wcs-day .wcs-timetable__classes .wcs-class div {
    -webkit-box-flex: 4;
    -webkit-flex-grow: 4;
    flex-grow: 4;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    width: 100%;
}

@media (min-width: 992px) {
    .wcs-timetable__week .wcs-day .wcs-timetable__classes .wcs-class {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .wcs-timetable__week .wcs-day .wcs-timetable__classes .wcs-class .wcs-class__title {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        width: 100%;
        display: block;
    }

    .wcs-timetable__week .wcs-day .wcs-timetable__classes .wcs-class .wcs-class__time {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        text-align: left;
        width: 100%;
    }

    .wcs-timetable__week .wcs-day .wcs-timetable__classes .wcs-class div {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        -webkit-align-self: flex-end;
        align-self: flex-end;
    }
}

.wcs-timetable__week .wcs-day .wcs-timetable__classes .wcs-class+.wcs-class {
    margin: 0.4vh 0 0;
}

.wcs-timetable__week .wcs-day .wcs-timetable__classes .wcs-class>div {
    font-size: 80%;
    position: relative;
    width: 100%;
    opacity: 0.6;
    -webkit-transition: opacity 100ms ease-in;
    transition: opacity 100ms ease-in;
}

.wcs-timetable__week .wcs-day .wcs-timetable__classes .wcs-class:hover>div {
    opacity: 0.95;
}

.wcs-timetable__week .wcs-day .wcs-timetable__classes .wcs-class::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.06;
    background-color: currentcolor;
    -webkit-transition: opacity, background-color, border 100ms ease-in;
    transition: opacity, background-color, border 100ms ease-in;
}

.wcs-timetable__week .wcs-day .wcs-timetable__classes .wcs-class:hover::before {
    opacity: 0.05;
    background-color: transparent;
    border: 0.4vh solid;
}

.wcs-timetable__week .wcs-day .wcs-timetable__classes .wcs-class small {
    text-overflow: ellipsis;
    display: block;
    font-size: inherit;
    position: relative;
    cursor: pointer;
}

.wcs-timetable__week .wcs-day .wcs-timetable__classes .wcs-class--canceled {
    opacity: 0.75;
    position: relative;
    z-index: 1;
}

.wcs-timetable__week .wcs-day .wcs-timetable__classes .wcs-class--canceled::after {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    background-size: 6px;
    background-color: rgba(255, 255, 255, 0.3);
    background-image: url("data:image/svg+xml,%3Csvg%20version%3D%271.1%27%20id%3D%27Layer_1%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20xmlns%3Axlink%3D%27http%3A//www.w3.org/1999/xlink%27%20x%3D%270px%27%20y%3D%270px%27%0A%20%20%20%20%20fill%3D%27rgba(0, 0, 0, 0.3)%27%20width%3D%2712px%27%20height%3D%2712px%27%20viewBox%3D%270%200%2012%2012%27%20enable-background%3D%27new%200%200%2012%2012%27%20xml%3Aspace%3D%27preserve%27%3E%0A%3Cpath%20d%3D%27M12%2C2.121V0H9.879L0%2C9.879V12h2.121L12%2C2.121z%20M9.879%2C12L12%2C9.879V12H9.879z%20M0%2C2.121V0h2.121L0%2C2.121z%27/%3E%0A%3C/svg%3E");
    content: '';
    z-index: -1;
    opacity: 0.2;
    z-index: 0;
}

.wcs-timetable__week .wcs-day .wcs-timetable__classes .wcs-class--canceled .wcs-timetable--class-title,
.wcs-timetable__week .wcs-day .wcs-timetable__classes .wcs-class--canceled .wcs-timetable--time,
.wcs-timetable__week .wcs-day .wcs-timetable__classes .wcs-class--canceled>div {
    opacity: 0.45;
}

.wcs-timetable__week .wcs-day .wcs-timetable__classes .wcs-class--canceled::before {
    background-color: transparent;
    border: 0.4vh solid;
}

.wcs-timetable__week .wcs-day .wcs-timetable__classes .wcs-class--canceled:hover::before {
    background-color: transparent;
}

.wcs-timetable__week .wcs-day .wcs-timetable__classes .wcs-class--canceled:hover>div {
    opacity: 0.45;
}

.wcs-timetable__week .wcs-class__time {
    font-size: inherit;
}

.wcs-timetable__week time {
    display: block;
    font-size: inherit;
    opacity: 0.75;
    margin-bottom: 1.5vh;
}

.wcs-timetable__week time span {
    font-size: inherit;
    white-space: normal;
    display: inline-block;
}

.wcs-timetable__week .wcs-class--dark {
    color: rgba(0, 0, 0, 0.75);
}

.wcs-timetable__week .wcs-class--light {
    color: rgba(255, 255, 255, 0.75);
}

@media (min-width: 992px) {
    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-1 {
        min-height: 4.25vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-2 {
        min-height: 4.25vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-3 {
        min-height: 4.25vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-4 {
        min-height: 5vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-5 {
        min-height: 6.25vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-6 {
        min-height: 7.5vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-7 {
        min-height: 8.75vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-8 {
        min-height: 10vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-9 {
        min-height: 11.25vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-10 {
        min-height: 12.5vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-11 {
        min-height: 13.75vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-12 {
        min-height: 15vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-13 {
        min-height: 16.25vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-14 {
        min-height: 17.5vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-15 {
        min-height: 18.75vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-16 {
        min-height: 20vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-17 {
        min-height: 21.25vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-18 {
        min-height: 22.5vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-19 {
        min-height: 23.75vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-20 {
        min-height: 25vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-21 {
        min-height: 26.25vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-22 {
        min-height: 27.5vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-23 {
        min-height: 28.75vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-24 {
        min-height: 30vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-25 {
        min-height: 31.25vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-26 {
        min-height: 32.5vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-27 {
        min-height: 33.75vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-28 {
        min-height: 35vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-29 {
        min-height: 36.25vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-30 {
        min-height: 37.5vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-31 {
        min-height: 38.75vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-32 {
        min-height: 40vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-33 {
        min-height: 41.25vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-34 {
        min-height: 42.5vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-35 {
        min-height: 43.75vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-36 {
        min-height: 45vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-37 {
        min-height: 46.25vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-38 {
        min-height: 47.5vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-39 {
        min-height: 48.75vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-40 {
        min-height: 50vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-41 {
        min-height: 51.25vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-42 {
        min-height: 52.5vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-43 {
        min-height: 53.75vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-44 {
        min-height: 55vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-45 {
        min-height: 56.25vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-46 {
        min-height: 57.5vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-47 {
        min-height: 58.75vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-48 {
        min-height: 60vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-49 {
        min-height: 61.25vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-50 {
        min-height: 62.5vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-51 {
        min-height: 63.75vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-52 {
        min-height: 65vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-53 {
        min-height: 66.25vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-54 {
        min-height: 67.5vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-55 {
        min-height: 68.75vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-56 {
        min-height: 70vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-57 {
        min-height: 71.25vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-58 {
        min-height: 72.5vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-59 {
        min-height: 73.75vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-60 {
        min-height: 75vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-61 {
        min-height: 76.25vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-62 {
        min-height: 77.5vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-63 {
        min-height: 78.75vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-64 {
        min-height: 80vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-65 {
        min-height: 81.25vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-66 {
        min-height: 82.5vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-67 {
        min-height: 83.75vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-68 {
        min-height: 85vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-69 {
        min-height: 86.25vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-70 {
        min-height: 87.5vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-71 {
        min-height: 88.75vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-72 {
        min-height: 90vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-73 {
        min-height: 91.25vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-74 {
        min-height: 92.5vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-75 {
        min-height: 93.75vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-76 {
        min-height: 95vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-77 {
        min-height: 96.25vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-78 {
        min-height: 97.5vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-79 {
        min-height: 98.75vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-80 {
        min-height: 100vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-81 {
        min-height: 101.25vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-82 {
        min-height: 102.5vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-83 {
        min-height: 103.75vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-84 {
        min-height: 105vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-85 {
        min-height: 106.25vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-86 {
        min-height: 107.5vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-87 {
        min-height: 108.75vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-88 {
        min-height: 110vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-89 {
        min-height: 111.25vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-90 {
        min-height: 112.5vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-91 {
        min-height: 113.75vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-92 {
        min-height: 115vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-93 {
        min-height: 116.25vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-94 {
        min-height: 117.5vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-95 {
        min-height: 118.75vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-96 {
        min-height: 120vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-97 {
        min-height: 121.25vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-98 {
        min-height: 122.5vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-99 {
        min-height: 123.75vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-100 {
        min-height: 125vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-101 {
        min-height: 126.25vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-102 {
        min-height: 127.5vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-103 {
        min-height: 128.75vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-104 {
        min-height: 130vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-105 {
        min-height: 131.25vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-106 {
        min-height: 132.5vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-107 {
        min-height: 133.75vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-108 {
        min-height: 135vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-109 {
        min-height: 136.25vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-110 {
        min-height: 137.5vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-111 {
        min-height: 138.75vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-112 {
        min-height: 140vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-113 {
        min-height: 141.25vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-114 {
        min-height: 142.5vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-115 {
        min-height: 143.75vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-116 {
        min-height: 145vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-117 {
        min-height: 146.25vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-118 {
        min-height: 147.5vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-119 {
        min-height: 148.75vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-120 {
        min-height: 150vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-121 {
        min-height: 151.25vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-122 {
        min-height: 152.5vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-123 {
        min-height: 153.75vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-124 {
        min-height: 155vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-125 {
        min-height: 156.25vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-126 {
        min-height: 157.5vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-127 {
        min-height: 158.75vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-128 {
        min-height: 160vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-129 {
        min-height: 161.25vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-130 {
        min-height: 162.5vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-131 {
        min-height: 163.75vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-132 {
        min-height: 165vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-133 {
        min-height: 166.25vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-134 {
        min-height: 167.5vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-135 {
        min-height: 168.75vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-136 {
        min-height: 170vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-137 {
        min-height: 171.25vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-138 {
        min-height: 172.5vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-139 {
        min-height: 173.75vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-140 {
        min-height: 175vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-141 {
        min-height: 176.25vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-142 {
        min-height: 177.5vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-143 {
        min-height: 178.75vh;
    }

    .wcs-timetable--style-3:not(.wcs-timetable--grouped-by-hours) .wcs-class--slots-144 {
        min-height: 180vh;
    }
}

.wcs-timetable--style-3.wcs-timetable--grouped-by-hours .wcs-timetable__week {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.wcs-timetable--style-3.wcs-timetable--grouped-by-hours .wcs-row {
    display: none;
    width: 100%;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

@media (min-width: 992px) {
    .wcs-timetable--style-3.wcs-timetable--grouped-by-hours .wcs-row {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
    }
}

.wcs-timetable--style-3.wcs-timetable--grouped-by-hours .wcs-row .wcs-empty-time {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.wcs-timetable--style-3.wcs-timetable--grouped-by-hours .wcs-row .wcs-empty-time::after {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    background-size: 6px;
    background-color: rgba(255, 255, 255, 0.3);
    background-image: url("data:image/svg+xml,%3Csvg%20version%3D%271.1%27%20id%3D%27Layer_1%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20xmlns%3Axlink%3D%27http%3A//www.w3.org/1999/xlink%27%20x%3D%270px%27%20y%3D%270px%27%0A%20%20%20%20%20fill%3D%27rgba(0, 0, 0, 0.3)%27%20width%3D%2712px%27%20height%3D%2712px%27%20viewBox%3D%270%200%2012%2012%27%20enable-background%3D%27new%200%200%2012%2012%27%20xml%3Aspace%3D%27preserve%27%3E%0A%3Cpath%20d%3D%27M12%2C2.121V0H9.879L0%2C9.879V12h2.121L12%2C2.121z%20M9.879%2C12L12%2C9.879V12H9.879z%20M0%2C2.121V0h2.121L0%2C2.121z%27/%3E%0A%3C/svg%3E");
    content: '';
    z-index: -1;
    opacity: 0.2;
    z-index: 0;
}

.wcs-timetable--style-3.wcs-timetable--grouped-by-hours .wcs-row .wcs-timetable__classes {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.wcs-timetable--style-3.wcs-timetable--grouped-by-hours .wcs-row .wcs-day {
    -webkit-flex-basis: 10%;
    flex-basis: 10%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.wcs-timetable--style-3.wcs-timetable--grouped-by-hours .wcs-row+.wcs-row {
    margin: 0.4vh 0 0;
    position: relative;
}

.wcs-timetable--style-3.wcs-timetable--grouped-by-hours .wcs-timetable__week .wcs-day__title {
    margin-bottom: 0 !important;
}

.wcs-timetable--style-3.wcs-timetable--grouped-by-hours .wcs-timetable__week .wcs-day {
    min-height: auto;
}

.wcs-timetable--style-3.wcs-timetable--grouped-by-hours .wcs-timetable__week .wcs-day.wcs-day__time {
    text-align: center;
    -webkit-align-self: stretch;
    align-self: stretch;
    -webkit-flex-basis: 90px;
    flex-basis: 90px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    font-weight: bold;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.wcs-timetable--style-3.wcs-timetable--grouped-by-hours .wcs-timetable__week .wcs-day.wcs-day__time::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: currentColor;
    opacity: 0.05;
}

@media (min-width: 992px) {
    .wcs-timetable--style-3.wcs-timetable--grouped-by-hours .wcs-timetable__week>.wcs-day {
        display: none !important;
    }
}

.wcs-timetable--style-3 .wcs-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-bottom: 1em;
}

.wcs-timetable--style-3 .wcs-navigation__title {
    -webkit-align-self: center;
    align-self: center;
    font-size: 120%;
    padding-left: 1em;
    padding-right: 1em;
    font-weight: bold;
}

.wcs-timetable--style-3 .wcs-navigation .wcs-btn {
    border: none;
    border-radius: 2px;
}

.wcs-timetable--style-3 .wcs-navigation .wcs-btn--next {
    -webkit-align-self: flex-end;
    align-self: flex-end;
}

.wcs-timetable__tabs .wcs-timetable__tabs-nav,
.wcs-timetable__tabs .wcs-timetable__tabs-data {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wcs-timetable__tabs .wcs-timetable__tabs-nav li,
.wcs-timetable__tabs .wcs-timetable__tabs-data li {
    display: none;
    list-style: none;
    margin: 0;
}

.wcs-timetable__tabs .wcs-timetable__tabs-nav {
    margin-bottom: 6vh;
    width: 100%;
    position: relative;
}

.wcs-timetable__tabs .wcs-timetable__tabs-nav::before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 100%;
    left: 0;
    border-bottom: 1px solid;
    opacity: 0.8;
}

.wcs-timetable__tabs .wcs-timetable__tabs-nav a {
    display: block;
    padding: 2vh;
    outline: none;
    text-decoration: none;
    box-shadow: none;
}

.wcs-timetable__tabs .wcs-timetable__tabs-nav li {
    display: inline-block;
    position: relative;
}

.wcs-timetable__tabs .wcs-timetable__tabs-nav li+li::before {
    content: '';
    display: block;
    position: absolute;
    top: 20%;
    left: 0;
    bottom: 20%;
    border-left: 1px solid currentcolor;
    opacity: 0.8;
}

.wcs-timetable__tabs .wcs-timetable__tabs-nav li.active::before {
    display: none;
}

.wcs-timetable__tabs .wcs-timetable__tabs-nav li.active+li::before {
    display: none;
}

.wcs-timetable__tabs .wcs-timetable__tabs-nav li.active::after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -1vh;
    border-left: 1vh solid transparent;
    border-right: 1vh solid transparent;
    border-top-width: 1vh;
    border-top-style: solid;
}

.wcs-timetable__tabs .wcs-timetable__tabs-data>.active {
    display: block;
}

.wcs-timetable__tabs .wcs-timetable__tabs-data li {
    text-align: center;
}

.wcs-timetable__tabs .wcs-timetable__tabs-data span {
    font-size: inherit;
}

.wcs-timetable__tabs .wcs-timetable__tabs-data table {
    width: 100%;
}

.wcs-timetable__tabs .wcs-timetable__tabs-data table+table {
    margin-top: 2.5vh;
}

.wcs-timetable__tabs .wcs-timetable__tabs-data td,
.wcs-timetable__tabs .wcs-timetable__tabs-data th {
    padding: 1vh 0.5vh;
    position: relative;
    text-align: center;
}

.wcs-timetable__tabs .wcs-timetable__tabs-data th {
    font-weight: bold;
}

.wcs-timetable__tabs .wcs-timetable__tabs-data th::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid currentcolor;
    opacity: 0.2;
}

.wcs-timetable__tabs .wcs-timetable__tabs-data th.wcs-class__time {
    width: 20%;
}

.wcs-timetable__tabs .wcs-timetable__tabs-data th.wcs-class__action {
    width: 10%;
}

.wcs-timetable__tabs .wcs-timetable__tabs-data th.wcs-class__locations,
.wcs-timetable__tabs .wcs-timetable__tabs-data th.wcs-class__instructors {
    width: 15%;
}

.wcs-timetable__tabs .wcs-timetable__tabs-data td {
    font-size: 90%;
}

.wcs-timetable__tabs .wcs-timetable__tabs-data td::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    background-color: currentcolor;
    opacity: 0;
    -webkit-transition: none;
    transition: none;
}

.wcs-timetable__tabs .wcs-timetable__tabs-data td+td::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    border-left: 1px solid currentcolor;
    opacity: 0.2;
}

.wcs-timetable__tabs .wcs-timetable__tabs-data tr:hover td::before {
    opacity: 0.1;
}

.wcs-timetable__tabs .wcs-timetable__tabs-data .wcs-class,
.wcs-timetable__tabs .wcs-timetable__tabs-data .wcs-class__title {
    text-align: left;
}

.wcs-timetable__tabs .wcs-timetable__tabs-data .wcs-class__title {
    min-width: 350px;
    padding-left: 2vh;
    padding-right: 2vh;
}

.wcs-timetable__tabs .wcs-timetable__tabs-data .wcs-class__time em {
    display: inline-block;
    white-space: normal;
}

.wcs-timetable__tabs .wcs-timetable__tabs-data .wcs-class__duration {
    white-space: nowrap;
    width: 7%;
}

.wcs-timetable__tabs .wcs-timetable__tabs-data .wcs-modal-call {
    position: relative;
    cursor: pointer;
}

.wcs-timetable__tabs .wcs-timetable__tabs-data .wcs-btn {
    margin: 3px;
}

.wcs-timetable__tabs .wcs-timetable__tabs-data .wcs-class--canceled td {
    position: relative;
    z-index: 1;
}

.wcs-timetable__tabs .wcs-timetable__tabs-data .wcs-class--canceled td::after {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    background-size: 6px;
    background-color: rgba(255, 255, 255, 0.3);
    background-image: url("data:image/svg+xml,%3Csvg%20version%3D%271.1%27%20id%3D%27Layer_1%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20xmlns%3Axlink%3D%27http%3A//www.w3.org/1999/xlink%27%20x%3D%270px%27%20y%3D%270px%27%0A%20%20%20%20%20fill%3D%27rgba(0, 0, 0, 0.3)%27%20width%3D%2712px%27%20height%3D%2712px%27%20viewBox%3D%270%200%2012%2012%27%20enable-background%3D%27new%200%200%2012%2012%27%20xml%3Aspace%3D%27preserve%27%3E%0A%3Cpath%20d%3D%27M12%2C2.121V0H9.879L0%2C9.879V12h2.121L12%2C2.121z%20M9.879%2C12L12%2C9.879V12H9.879z%20M0%2C2.121V0h2.121L0%2C2.121z%27/%3E%0A%3C/svg%3E");
    content: '';
    z-index: -1;
    opacity: 0.2;
    z-index: 0;
}

.wcs-timetable__tabs .wcs-timetable__tabs-data .wcs-class--canceled td .wcs-class__time {
    opacity: 0.35;
}

.wcs-timetable__tabs .wcs-timetable__tabs-data .wcs-class--canceled:hover td::before {
    display: none;
}

@media (max-width: 992px) {

    .wcs-timetable__tabs .wcs-timetable__tabs-data table,
    .wcs-timetable__tabs .wcs-timetable__tabs-data tbody,
    .wcs-timetable__tabs .wcs-timetable__tabs-data td {
        display: block;
    }

    .wcs-timetable__tabs .wcs-timetable__tabs-data tr {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        text-align: left;
        margin: -1vh 0 5vh -1vh;
        position: relative;
    }

    .wcs-timetable__tabs .wcs-timetable__tabs-data tr:last-of-type {
        margin-bottom: 0;
    }

    .wcs-timetable__tabs .wcs-timetable__tabs-data tr+tr {
        padding-top: 5vh;
    }

    .wcs-timetable__tabs .wcs-timetable__tabs-data tr+tr::after {
        content: '';
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        right: 0;
        border-top: 1px solid currentcolor;
        opacity: 0.125;
    }

    .wcs-timetable__tabs .wcs-timetable__tabs-data td {
        margin: 1vh 0 0 1vh;
        padding: 0;
        text-align: left;
        -webkit-flex-basis: calc(50% - 1vh);
        flex-basis: calc(50% - 1vh);
    }

    .wcs-timetable__tabs .wcs-timetable__tabs-data td::before,
    .wcs-timetable__tabs .wcs-timetable__tabs-data td::after {
        display: none !important;
    }

    .wcs-timetable__tabs .wcs-timetable__tabs-data thead {
        display: block;
        width: 100%;
        margin-bottom: 2vh;
    }

    .wcs-timetable__tabs .wcs-timetable__tabs-data thead th {
        display: none;
    }

    .wcs-timetable__tabs .wcs-timetable__tabs-data thead th:first-child {
        display: block;
        width: 100%;
    }

    .wcs-timetable__tabs .wcs-timetable__tabs-data .wcs-class__duration {
        text-align: right;
    }

    .wcs-timetable__tabs .wcs-timetable__tabs-data .wcs-class__title {
        font-size: 120%;
        padding: 1vh 0;
    }

    .wcs-timetable__tabs .wcs-timetable__tabs-data .wcs-class__title,
    .wcs-timetable__tabs .wcs-timetable__tabs-data .wcs-class__action {
        -webkit-flex-basis: calc(100% - 1vh);
        flex-basis: calc(100% - 1vh);
    }

    .wcs-timetable__tabs .wcs-timetable__tabs-data .wcs-class__locations::before,
    .wcs-timetable__tabs .wcs-timetable__tabs-data .wcs-class__instructors::before {
        content: attr(data-wcs-label);
        display: block !important;
        font-size: 80%;
        position: static;
        background-color: transparent;
        opacity: 1 !important;
    }
}

.wcs-timetable__agenda .wcs-timetable__agenda-nav,
.wcs-timetable__agenda .wcs-timetable__agenda-data {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wcs-timetable__agenda .wcs-timetable__agenda-nav li,
.wcs-timetable__agenda .wcs-timetable__agenda-data li {
    display: none;
    list-style: none;
    margin: 0;
}

.wcs-timetable__agenda .wcs-timetable__agenda-nav {
    margin-bottom: 3vh;
    width: 100%;
    position: relative;
    text-align: left;
}

.wcs-timetable__agenda .wcs-timetable__agenda-nav a {
    display: block;
    padding: 1vh 0;
    outline: none;
    text-decoration: none;
    box-shadow: none;
    font-size: 100%;
    text-align: center;
    font-weight: bold;
    min-width: 3vh;
    cursor: pointer;
}

.wcs-timetable__agenda .wcs-timetable__agenda-nav a span {
    display: block;
    font-size: 140%;
    font-weight: normal !important;
}

.wcs-timetable__agenda .wcs-timetable__agenda-nav li {
    display: inline-block;
    position: relative;
    margin: 0 1vh 1vh;
}

.wcs-timetable__agenda .wcs-timetable__agenda-nav li.active::before {
    display: none;
}

.wcs-timetable__agenda .wcs-timetable__agenda-nav li.active+li::before {
    display: none;
}

.wcs-timetable__agenda .wcs-timetable__agenda-nav li.active::after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border-bottom: 3px solid currentcolor;
}

.wcs-timetable__agenda .wcs-timetable__agenda-data>.active {
    display: block;
}

.wcs-timetable__agenda .wcs-timetable__agenda-data li {
    text-align: center;
}

.wcs-timetable__agenda .wcs-timetable__agenda-data span {
    font-size: inherit;
}

.wcs-timetable__agenda .wcs-timetable__agenda-data .wcs-class {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding-bottom: 2vh;
    padding-left: 1vh;
}

.wcs-timetable__agenda .wcs-timetable__agenda-data .wcs-class+.wcs-class {
    padding-top: 2vh;
    position: relative;
}

.wcs-timetable__agenda .wcs-timetable__agenda-data .wcs-class+.wcs-class::before {
    content: '';
    display: block;
    position: absolute;
    opacity: 0.125;
    -webkit-transition: opacity 100ms ease-in;
    transition: opacity 100ms ease-in;
    border-top: 1px solid currentcolor;
    top: 0;
    right: 0;
    left: 0;
}

.wcs-timetable__agenda .wcs-timetable__agenda-data .wcs-class,
.wcs-timetable__agenda .wcs-timetable__agenda-data .wcs-class__title {
    text-align: left;
}

.wcs-timetable__agenda .wcs-timetable__agenda-data .wcs-class__duration {
    width: 6vh;
    height: 6vh;
    min-width: 4em;
    min-height: 4em;
    font-size: 90%;
    line-height: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    vertical-align: center;
    -webkit-align-content: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    letter-spacing: -1px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-basis: 6vh;
    flex-basis: 6vh;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-align-self: center;
    align-self: center;
}

.wcs-timetable__agenda .wcs-timetable__agenda-data .wcs-class__duration::before {
    content: '';
    display: block;
    position: absolute;
    opacity: 0.125;
    -webkit-transition: opacity 100ms ease-in;
    transition: opacity 100ms ease-in;
    border: 1px solid currentcolor;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.wcs-timetable__agenda .wcs-timetable__agenda-data .wcs-class__duration::before {
    border-radius: 100%;
}

.wcs-timetable__agenda .wcs-timetable__agenda-data .wcs-class__duration span {
    width: 100%;
    text-align: center;
    font-weight: bold;
    opacity: 0.75;
}

.wcs-timetable__agenda .wcs-timetable__agenda-data .wcs-class__title-meta {
    -webkit-align-self: center;
    align-self: center;
    width: 100%;
}

.wcs-timetable__agenda .wcs-timetable__agenda-data .wcs-meta {
    font-size: 90%;
}

.wcs-timetable__agenda .wcs-timetable__agenda-data .wcs-class__duration+.wcs-class__title-meta {
    padding-left: 2vh;
}

.wcs-timetable__agenda .wcs-timetable__agenda-data .wcs-class__title {
    margin: 0;
}

.wcs-timetable__agenda .wcs-timetable__agenda-data .wcs-class__time em {
    display: inline-block;
    white-space: normal;
}

.wcs-timetable__agenda .wcs-timetable__agenda-data .wcs-class__time .ti-time {
    font-size: .8em;
    margin-right: .25em;
}

.wcs-timetable__agenda .wcs-timetable__agenda-data .wcs-modal-call {
    position: relative;
    cursor: pointer;
}

.wcs-timetable__agenda .wcs-timetable__agenda-data .wcs-btn {
    margin: 3px 0;
}

.wcs-timetable__agenda .wcs-timetable__agenda-data .wcs-class--canceled {
    position: relative;
    z-index: 1;
}

.wcs-timetable__agenda .wcs-timetable__agenda-data .wcs-class--canceled::after {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    background-size: 6px;
    background-color: rgba(255, 255, 255, 0.3);
    background-image: url("data:image/svg+xml,%3Csvg%20version%3D%271.1%27%20id%3D%27Layer_1%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20xmlns%3Axlink%3D%27http%3A//www.w3.org/1999/xlink%27%20x%3D%270px%27%20y%3D%270px%27%0A%20%20%20%20%20fill%3D%27rgba(0, 0, 0, 0.3)%27%20width%3D%2712px%27%20height%3D%2712px%27%20viewBox%3D%270%200%2012%2012%27%20enable-background%3D%27new%200%200%2012%2012%27%20xml%3Aspace%3D%27preserve%27%3E%0A%3Cpath%20d%3D%27M12%2C2.121V0H9.879L0%2C9.879V12h2.121L12%2C2.121z%20M9.879%2C12L12%2C9.879V12H9.879z%20M0%2C2.121V0h2.121L0%2C2.121z%27/%3E%0A%3C/svg%3E");
    content: '';
    z-index: -1;
    opacity: 0.2;
    z-index: 0;
}

.wcs-timetable__agenda .wcs-timetable__agenda-data .wcs-class--canceled .wcs-class__time {
    opacity: 0.35;
}

@media (max-width: 992px) {
    .wcs-timetable__agenda .wcs-timetable__agenda-data .wcs-class__duration {
        text-align: right;
    }

    .wcs-timetable__agenda .wcs-timetable__agenda-data .wcs-class__locations::before,
    .wcs-timetable__agenda .wcs-timetable__agenda-data .wcs-class__instructors::before {
        content: attr(data-wcs-label);
        display: block !important;
        font-size: 80%;
        position: static;
        background-color: transparent;
        opacity: 1 !important;
    }
}

.wcs-timetable--carousel {
    min-width: 0;
}

.wcs-timetable__carousel {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.wcs-timetable__carousel.owl-carousel.owl-carousel .owl-stage {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.wcs-timetable__carousel.owl-carousel.owl-carousel .owl-stage::after {
    display: none;
}

.wcs-timetable__carousel.owl-carousel .owl-stage-outer {
    max-width: 100%;
    min-width: 0;
}

.wcs-timetable__carousel.owl-carousel.owl-carousel .owl-item {
    float: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.wcs-timetable__carousel .wcs-spacer {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.wcs-timetable__carousel .owl-nav {
    position: relative;
    margin: 3vh 0 0 0;
}

.wcs-timetable__carousel .owl-prev,
.wcs-timetable__carousel .owl-next {
    position: absolute;
}

.wcs-timetable__carousel .owl-prev::before,
.wcs-timetable__carousel .owl-next::before {
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 120%;
}

.wcs-timetable__carousel .owl-prev {
    left: 0;
}

.wcs-timetable__carousel .owl-prev::before {
    content: "\e629";
}

.wcs-timetable__carousel .owl-next {
    right: 0;
}

.wcs-timetable__carousel .owl-next::before {
    content: "\e628";
}

.wcs-timetable__carousel .owl-dots {
    margin: 3vh 0 0;
}

.wcs-timetable__carousel .owl-dot {
    display: inline-block;
    border: 1px solid currentColor;
    border-radius: 100%;
    width: 1.5vh;
    height: 1.5vh;
    margin: 0 0.5vh;
    opacity: 0.45;
}

.wcs-timetable__carousel .owl-dot.active {
    background: currentcolor;
    opacity: 1;
}

.wcs-timetable__carousel .wcs-class {
    text-align: left;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    border-radius: 2px;
    -webkit-align-content: space-between;
    align-content: space-between;
    width: 100%;
}

.wcs-timetable__carousel .wcs-class.vue-element {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.wcs-timetable__carousel .wcs-class__title {
    font-weight: bold;
    display: block;
    font-size: 110%;
    margin: 2vh 2vh 1vh !important;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
}

.wcs-timetable__carousel .wcs-class__excerpt {
    margin: 0 2vh 10px;
}

.wcs-timetable__carousel .wcs-class__meta {
    font-size: 85%;
    margin: 2vh 2vh 0 !important;
}

.wcs-timetable__carousel .wcs-class__meta-label {
    font-weight: bold;
    opacity: 0.75;
    display: block;
}

.wcs-timetable__carousel .wcs-class__date-time {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    padding-top: 2vh;
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    margin-top: 2vh;
    padding-bottom: 2vh;
    font-size: 85%;
}

.wcs-timetable__carousel .wcs-class__date-time::before {
    content: '';
    display: block;
    position: absolute;
    opacity: 0.125;
    -webkit-transition: opacity 100ms ease-in;
    transition: opacity 100ms ease-in;
    border-top: 1px solid currentcolor;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.wcs-timetable__carousel .wcs-class__date-time-icon {
    -webkit-flex-basis: 15%;
    flex-basis: 15%;
    -webkit-align-self: center;
    align-self: center;
    text-align: center;
    padding-left: 2vh;
    box-sizing: border-box;
}

.wcs-timetable__carousel .wcs-class__time {
    -webkit-align-self: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 35%;
    flex-basis: 35%;
    position: relative;
    padding-left: 1vh;
}

.wcs-timetable__carousel .wcs-class__time::before {
    content: '';
    display: block;
    position: absolute;
    opacity: 0.125;
    -webkit-transition: opacity 100ms ease-in;
    transition: opacity 100ms ease-in;
    border-right: 1px solid currentcolor;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.wcs-timetable__carousel .wcs-class__time::before {
    top: -1vh;
    bottom: -1vh;
}

.wcs-timetable__carousel .wcs-class__date {
    -webkit-align-self: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    text-align: right;
    padding-right: 2vh;
}

.wcs-timetable__carousel .wcs-class__date .ti-calendar {
    margin-right: 1.5vh;
}

.wcs-timetable__carousel .wcs-class__image {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    max-width: 100%;
    height: auto;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
}

.wcs-timetable__carousel .wcs-class__image img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.wcs-timetable__carousel .wcs-class--canceled {
    position: relative;
    opacity: 0.75;
    position: relative;
    z-index: 1;
}

.wcs-timetable__carousel .wcs-class--canceled::after {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    background-size: 6px;
    background-color: rgba(255, 255, 255, 0.3);
    background-image: url("data:image/svg+xml,%3Csvg%20version%3D%271.1%27%20id%3D%27Layer_1%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20xmlns%3Axlink%3D%27http%3A//www.w3.org/1999/xlink%27%20x%3D%270px%27%20y%3D%270px%27%0A%20%20%20%20%20fill%3D%27rgba(0, 0, 0, 0.3)%27%20width%3D%2712px%27%20height%3D%2712px%27%20viewBox%3D%270%200%2012%2012%27%20enable-background%3D%27new%200%200%2012%2012%27%20xml%3Aspace%3D%27preserve%27%3E%0A%3Cpath%20d%3D%27M12%2C2.121V0H9.879L0%2C9.879V12h2.121L12%2C2.121z%20M9.879%2C12L12%2C9.879V12H9.879z%20M0%2C2.121V0h2.121L0%2C2.121z%27/%3E%0A%3C/svg%3E");
    content: '';
    z-index: -1;
    opacity: 0.2;
    z-index: 0;
}

.wcs-timetable__carousel .wcs-class--canceled::after {
    content: '';
    display: block;
    position: absolute;
    opacity: 0.05;
    -webkit-transition: opacity 100ms ease-in;
    transition: opacity 100ms ease-in;
    background-color: currentcolor;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.wcs-timetable__carousel .wcs-class--canceled .wcs-class__image {
    opacity: 0.25 !important;
}

.wcs-timetable__carousel .wcs-class--canceled .wcs-class__title,
.wcs-timetable__carousel .wcs-class--canceled .wcs-class__excerpt,
.wcs-timetable__carousel .wcs-class--canceled .wcs-class__meta,
.wcs-timetable__carousel .wcs-class--canceled .wcs-class__date-time,
.wcs-timetable__carousel .wcs-class--canceled .ti-time {
    color: inherit !important;
    opacity: 0.5;
}

.wcs-timetable__carousel .wcs-class--canceled .ti-time {
    opacity: 1;
}

.wcs-timetable__carousel .wcs-class .wcs-modal-call {
    cursor: pointer;
}

.wcs-timetable__grid {
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}

.wcs-timetable__grid::after {
    content: '';
    display: block;
    clear: both;
}

.wcs-timetable__grid .wcs-class {
    text-align: left;
    border-radius: 2px;
    float: left;
    margin-bottom: 2.5vh;
    box-sizing: border-box;
    box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.15);
}

.wcs-timetable__grid .wcs-class__inner {
    margin: 0;
    position: relative;
    border-radius: inherit;
    -webkit-transition: width 400ms;
    transition: width 400ms;
}

.wcs-timetable__grid .wcs-class__click-area {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
}

.wcs-timetable__grid .wcs-class__minimize {
    position: absolute;
    top: 0.5vh;
    right: 0.5vh;
    z-index: 3;
    padding: 1vh;
    font-size: 80%;
    border-radius: 2px;
    display: none;
    cursor: pointer;
}

.wcs-timetable__grid .wcs-class__title {
    font-weight: bold;
    display: block;
    font-size: 90%;
    margin: 2vh 2vh 1vh !important;
    text-align: center;
    -webkit-transition: 200ms;
    transition: 200ms;
    cursor: pointer;
}

.wcs-timetable__grid .wcs-class__excerpt {
    margin: 0 2vh 10px;
    display: none;
}

.wcs-timetable__grid .wcs-class__meta {
    font-size: 85%;
    margin: 2vh 2vh 0 !important;
    display: none;
}

.wcs-timetable__grid .wcs-class__meta-label {
    font-weight: bold;
    opacity: 0.75;
    display: block;
}

.wcs-timetable__grid .wcs-class__date-time {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    padding-top: 1.5vh;
    position: relative;
    margin-top: 2vh;
    padding-bottom: 1.5vh;
    font-size: 80%;
    box-shadow: inset 0px 5px 5px -8px currentColor;
    opacity: 0.85;
}

.wcs-timetable__grid .wcs-class__date-time::before {
    content: '';
    display: block;
    position: absolute;
    opacity: 0.05;
    -webkit-transition: opacity 100ms ease-in;
    transition: opacity 100ms ease-in;
    background-color: currentcolor;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.wcs-timetable__grid .wcs-class__date-time::before {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.wcs-timetable__grid .wcs-class__time {
    -webkit-align-self: center;
    align-self: center;
    text-align: left;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    position: relative;
    padding-left: 2vh;
}

.wcs-timetable__grid .wcs-class__time .ti-time {
    margin-right: 1vh;
}

.wcs-timetable__grid .wcs-class__date {
    -webkit-align-self: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    text-align: right;
    padding-right: 2vh;
}

.wcs-timetable__grid .wcs-class__date .ti-calendar {
    margin-right: 1vh;
}

.wcs-timetable__grid .wcs-class__image {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    max-width: 100%;
    height: auto;
    text-align: center;
    cursor: pointer;
}

.wcs-timetable__grid .wcs-class__image img {
    max-width: 100%;
    height: auto;
    border-radius: inherit;
}

.wcs-timetable__grid .wcs-class--canceled .wcs-class__inner {
    position: relative;
    opacity: 0.75;
    position: relative;
    z-index: 1;
}

.wcs-timetable__grid .wcs-class--canceled .wcs-class__inner::after {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    background-size: 6px;
    background-color: rgba(255, 255, 255, 0.3);
    background-image: url("data:image/svg+xml,%3Csvg%20version%3D%271.1%27%20id%3D%27Layer_1%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20xmlns%3Axlink%3D%27http%3A//www.w3.org/1999/xlink%27%20x%3D%270px%27%20y%3D%270px%27%0A%20%20%20%20%20fill%3D%27rgba(0, 0, 0, 0.3)%27%20width%3D%2712px%27%20height%3D%2712px%27%20viewBox%3D%270%200%2012%2012%27%20enable-background%3D%27new%200%200%2012%2012%27%20xml%3Aspace%3D%27preserve%27%3E%0A%3Cpath%20d%3D%27M12%2C2.121V0H9.879L0%2C9.879V12h2.121L12%2C2.121z%20M9.879%2C12L12%2C9.879V12H9.879z%20M0%2C2.121V0h2.121L0%2C2.121z%27/%3E%0A%3C/svg%3E");
    content: '';
    z-index: -1;
    opacity: 0.2;
    z-index: 0;
}

.wcs-timetable__grid .wcs-class--canceled .wcs-class__inner::after {
    content: '';
    display: block;
    position: absolute;
    opacity: 0.05;
    -webkit-transition: opacity 100ms ease-in;
    transition: opacity 100ms ease-in;
    background-color: currentcolor;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.wcs-timetable__grid .wcs-class--canceled .wcs-class__inner .wcs-class__image {
    opacity: 0.15 !important;
}

.wcs-timetable__grid .wcs-class--canceled .wcs-class__inner .wcs-class__title,
.wcs-timetable__grid .wcs-class--canceled .wcs-class__inner .wcs-class__excerpt,
.wcs-timetable__grid .wcs-class--canceled .wcs-class__inner .wcs-class__meta,
.wcs-timetable__grid .wcs-class--canceled .wcs-class__inner .wcs-class__date-time,
.wcs-timetable__grid .wcs-class--canceled .wcs-class__inner .ti-time {
    color: inherit !important;
    opacity: 0.5;
}

.wcs-timetable__grid .wcs-class--canceled .wcs-class__inner .ti-time {
    opacity: 1;
}

.wcs-timetable__grid .wcs-class--active .wcs-class__title {
    font-size: 120%;
    text-align: left;
}

.wcs-timetable__grid .wcs-class--active .wcs-class__excerpt {
    display: block;
}

.wcs-timetable__grid .wcs-class--active .wcs-class__meta {
    display: block;
}

.wcs-timetable__grid .wcs-class--active .wcs-class__click-area {
    display: none;
}

.wcs-timetable__grid .wcs-class--active .wcs-class__minimize {
    display: block;
}

.wcs-timetable__grid .wcs-class .wcs-modal-call {
    cursor: pointer;
}

.wcs-timetable__grid .wcs-isotope-gutter {
    width: 2%;
}

.wcs-timetable__container[data-wcs-layout='7'] .wcs-timetable__zero-data {
    margin-top: 5vh;
    display: none;
}

.wcs-timetable--timeline h2 {
    text-align: center;
}

.wcs-timetable__timeline {
    margin: 0 auto;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .wcs-timetable__timeline {
        padding: 12.5vh 0;
    }
}

.wcs-timetable__timeline::before {
    content: '';
    display: block;
    position: absolute;
    opacity: 1;
    -webkit-transition: opacity 100ms ease-in;
    transition: opacity 100ms ease-in;
    background-color: currentcolor;
    top: 0;
    bottom: 0;
}

.wcs-timetable__timeline::before {
    left: 50%;
    width: 0.3vh;
    display: none;
    border-radius: 10vh;
    margin-left: -0.15vh;
}

@media (min-width: 768px) {
    .wcs-timetable__timeline::before {
        display: block;
    }
}

.wcs-timetable__timeline::after {
    content: '';
    display: block;
    clear: both;
}

.wcs-timetable__timeline .wcs-day {
    text-align: left;
    border-radius: 2px;
    float: left;
    box-sizing: border-box;
    box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.15);
    margin-bottom: 7.5vh;
}

.wcs-timetable__timeline .wcs-day__inner {
    margin: 0;
    position: relative;
    border-radius: inherit;
    -webkit-transition: width 400ms;
    transition: width 400ms;
}

.wcs-timetable__timeline .wcs-day__title {
    font-weight: bold;
    display: block;
    font-size: 110%;
    margin: 0 !important;
    text-align: center;
    -webkit-transition: 200ms;
    transition: 200ms;
    padding: 2.5vh 1vh;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}

.wcs-timetable__timeline .wcs-day--canceled>.wcs-timetable__timeline .wcs-day--canceled__inner {
    position: relative;
    opacity: 0.75;
    position: relative;
    z-index: 1;
}

.wcs-timetable__timeline .wcs-day--canceled>.wcs-timetable__timeline .wcs-day--canceled__inner::after {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    background-size: 6px;
    background-color: rgba(255, 255, 255, 0.3);
    background-image: url("data:image/svg+xml,%3Csvg%20version%3D%271.1%27%20id%3D%27Layer_1%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20xmlns%3Axlink%3D%27http%3A//www.w3.org/1999/xlink%27%20x%3D%270px%27%20y%3D%270px%27%0A%20%20%20%20%20fill%3D%27rgba(0, 0, 0, 0.3)%27%20width%3D%2712px%27%20height%3D%2712px%27%20viewBox%3D%270%200%2012%2012%27%20enable-background%3D%27new%200%200%2012%2012%27%20xml%3Aspace%3D%27preserve%27%3E%0A%3Cpath%20d%3D%27M12%2C2.121V0H9.879L0%2C9.879V12h2.121L12%2C2.121z%20M9.879%2C12L12%2C9.879V12H9.879z%20M0%2C2.121V0h2.121L0%2C2.121z%27/%3E%0A%3C/svg%3E");
    content: '';
    z-index: -1;
    opacity: 0.2;
    z-index: 0;
}

.wcs-timetable__timeline .wcs-day--canceled>.wcs-timetable__timeline .wcs-day--canceled__inner::after {
    content: '';
    display: block;
    position: absolute;
    opacity: 0.05;
    -webkit-transition: opacity 100ms ease-in;
    transition: opacity 100ms ease-in;
    background-color: currentcolor;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.wcs-timetable__timeline .wcs-day--canceled>.wcs-timetable__timeline .wcs-day--canceled__inner .wcs-class__image {
    opacity: 0.25 !important;
}

.wcs-timetable__timeline .wcs-day--canceled>.wcs-timetable__timeline .wcs-day--canceled__inner .wcs-class__title,
.wcs-timetable__timeline .wcs-day--canceled>.wcs-timetable__timeline .wcs-day--canceled__inner .wcs-class__excerpt,
.wcs-timetable__timeline .wcs-day--canceled>.wcs-timetable__timeline .wcs-day--canceled__inner .wcs-class__meta,
.wcs-timetable__timeline .wcs-day--canceled>.wcs-timetable__timeline .wcs-day--canceled__inner .wcs-class__date-time,
.wcs-timetable__timeline .wcs-day--canceled>.wcs-timetable__timeline .wcs-day--canceled__inner .ti-time {
    color: inherit !important;
    opacity: 0.5;
}

.wcs-timetable__timeline .wcs-day--canceled>.wcs-timetable__timeline .wcs-day--canceled__inner .ti-time {
    opacity: 1;
}

.wcs-timetable__timeline .wcs-day .wcs-modal-call {
    cursor: pointer;
}

.wcs-timetable__timeline .wcs-class__title {
    font-size: 100%;
    line-height: 1.7;
    padding: 0.5vh 0;
    color: inherit;
    display: block;
}

.wcs-timetable__timeline .wcs-class__excerpt {
    font-size: 80%;
    opacity: 0.5;
    max-width: 300px;
    margin: 0 auto;
    line-height: 1.4;
    padding-bottom: 0.5vh;
}

.wcs-timetable__timeline .wcs-timetable__classes {
    padding: 4vh 2vh;
    text-align: center;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.wcs-timetable__timeline .wcs-isotope-item,
.wcs-timetable__timeline .wcs-day {
    width: 100%;
}

@media (min-width: 768px) {

    .wcs-timetable__timeline .wcs-isotope-item,
    .wcs-timetable__timeline .wcs-day {
        width: 42.5%;
    }
}

.wcs-timetable__timeline .wcs-isotope-gutter {
    width: 0%;
}

@media (min-width: 768px) {
    .wcs-timetable__timeline .wcs-isotope-gutter {
        width: 15%;
    }
}

.wcs-timetable__container[data-wcs-layout='7'] .wcs-timetable__zero-data {
    margin-top: 5vh;
    display: none;
}

.wcs-timetable__monthly-schedule {
    text-align: left;
}

.wcs-timetable__monthly-schedule .wcs-class--canceled {
    text-decoration: line-through;
    opacity: 0.65;
}

.wcs-timetable__monthly-schedule .fc-bg table,
.wcs-timetable__monthly-schedule .fc-bg td,
.wcs-timetable__monthly-schedule .fc-bg th {
    border: 1px solid;
}

.wcs-timetable__monthly-schedule .fc-bg .fc-day {
    position: relative;
}

.wcs-timetable__monthly-schedule .fc-bg .fc-day::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid currentColor;
    border-left: 1px solid currentColor;
    opacity: 0.15;
}

.wcs-timetable__monthly-schedule .fc-bg .fc-day:last-child::before {
    border-right: 1px solid currentColor;
}

.wcs-timetable__monthly-schedule .fc-basic-view .fc-day-number {
    padding: 4px 8px;
}

.wcs-timetable__monthly-schedule .fc-head th {
    position: relative;
    padding: 6px 0;
    text-align: center;
}

.wcs-timetable__monthly-schedule .fc-head th::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid currentColor;
    opacity: 0.15;
}

.wcs-timetable__monthly-schedule table {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.wcs-timetable__monthly-schedule .fc-toolbar h2 {
    font-size: 190%;
    margin: 0;
    padding: 0;
}

.wcs-timetable__monthly-schedule button {
    border-radius: 0;
    font-size: 80%;
    line-height: normal;
    height: auto;
    padding: 8px;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: capitalize;
}

.wcs-timetable__monthly-schedule .fc-toolbar.fc-header-toolbar {
    margin-bottom: 2em;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
}

.wcs-timetable__monthly-schedule .fc-toolbar.fc-header-toolbar .fc-left {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
}

.wcs-timetable__monthly-schedule .fc-toolbar.fc-header-toolbar .fc-right {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3;
    text-align: right;
}

.wcs-timetable__monthly-schedule .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group {
    float: right;
}

.wcs-timetable__monthly-schedule .fc-toolbar.fc-header-toolbar .fc-left,
.wcs-timetable__monthly-schedule .fc-toolbar.fc-header-toolbar .fc-right {
    float: none;
    -webkit-flex-basis: 30%;
    flex-basis: 30%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.wcs-timetable__monthly-schedule .fc-toolbar.fc-header-toolbar .fc-center {
    float: none;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 40%;
    flex-basis: 40%;
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    flex-grow: 2;
    text-align: center;
}

.wcs-timetable__monthly-schedule .fc-toolbar.fc-header-toolbar .fc-center h2 {
    float: none;
    text-align: inherit;
}

.wcs-timetable__monthly-schedule table {
    border-bottom: none !important;
}

.wcs-timetable__monthly-schedule .fc-day-grid-event,
.wcs-timetable__monthly-schedule .fc-time-grid-event {
    padding: 4px 5px;
}

.wcs-timetable__monthly-schedule .fc-event {
    background-color: transparent;
    border-color: transparent;
    font-size: 75%;
    box-shadow: none;
}

.wcs-timetable__monthly-schedule .fc-event::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: currentColor;
    border-radius: 2px;
}

.wcs-timetable__monthly-schedule .fc-event .fc-time {
    margin-right: 2px;
}

.wcs-timetable__monthly-schedule .fc-event.wcs-modal-call {
    cursor: pointer;
}

.wcs-timetable__monthly-schedule .fc-slats tr td {
    border-bottom: 1px solid;
}

.wcs-calendar-loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    background-color: rgba(255, 255, 255, 0.65);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
}

.wcs-calendar-loading .wcs-spinner>div {
    background-color: rgba(0, 0, 0, 0.75);
}

.wcs-timetable--countdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 0;
}

.wcs-timetable--countdown>div {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding: 1em 0;
}

.wcs-timetable--countdown h2.wcs-class__title,
.wcs-timetable--countdown h3.wcs-class__title {
    font-size: 120%;
    margin: 0;
    padding: 0;
    color: inherit;
}

.wcs-timetable--countdown h2.wcs-class__title+h3.wcs-class__title {
    font-size: 140%;
    margin-top: 0.85em;
    color: inherit;
}

.wcs-timetable--countdown h3.wcs-class__title+.wcs-class__time-location {
    margin-top: 0.25em;
}

.wcs-timetable--countdown .wcs-class__title {
    text-align: left;
    width: 100%;
}

.wcs-timetable--countdown-position-top-left .wcs-class__image {
    background-position: top left;
}

.wcs-timetable--countdown-position-top-center .wcs-class__image {
    background-position: top center;
}

.wcs-timetable--countdown-position-top-right .wcs-class__image {
    background-position: top right;
}

.wcs-timetable--countdown-position-middle-left .wcs-class__image {
    background-position: center left;
}

.wcs-timetable--countdown-position-middle-center .wcs-class__image {
    background-position: center center;
}

.wcs-timetable--countdown-position-middle-right .wcs-class__image {
    background-position: center right;
}

.wcs-timetable--countdown-position-bottom-left .wcs-class__image {
    background-position: bottom left;
}

.wcs-timetable--countdown-position-bottom-center .wcs-class__image {
    background-position: bottom center;
}

.wcs-timetable--countdown-position-bottom-right .wcs-class__image {
    background-position: bottom right;
}

.wcs-timetable--countdown .wcs-class__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    z-index: -1;
}

.wcs-timetable--countdown .wcs-class__titles {
    -webkit-box-flex: 4;
    -webkit-flex-grow: 4;
    flex-grow: 4;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding: 1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.wcs-timetable--countdown .wcs-class__action {
    -webkit-align-self: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
}

.wcs-timetable--countdown .wcs-class__action::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.1;
}

.wcs-timetable--countdown .wcs-class__excerpt {
    font-size: 80%;
    text-align: left;
    margin-top: 1em;
    opacity: 0.8;
}

.wcs-timetable--countdown .wcs-class__time-location {
    text-align: left;
    width: 100%;
}

.wcs-timetable--countdown .wcs-class__countdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 6;
    -webkit-flex-grow: 6;
    flex-grow: 6;
    padding-top: 0;
    padding-right: 1em;
    padding-left: 1em;
    padding-right: calc(1em - 5px);
    padding-left: calc(1em - 5px);
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
}

@media (min-width: 992px) {
    .wcs-timetable--countdown .wcs-class__countdown {
        padding-left: 0;
    }
}

.wcs-timetable--countdown .wcs-class__countdown-years,
.wcs-timetable--countdown .wcs-class__countdown-months,
.wcs-timetable--countdown .wcs-class__countdown-days,
.wcs-timetable--countdown .wcs-class__countdown-hours,
.wcs-timetable--countdown .wcs-class__countdown-minutes,
.wcs-timetable--countdown .wcs-class__countdown-seconds {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 10%;
    flex-basis: 10%;
}

.wcs-timetable--countdown .wcs-class__countdown-label {
    display: block;
    font-size: 40%;
    opacity: 0.65;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wcs-timetable--countdown .wcs-class__countdown-time {
    position: relative;
    padding: 1em 10px;
    font-size: 150%;
    white-space: nowrap;
    overflow: hidden;
    -webkit-flex-basis: 2.75em;
    flex-basis: 2.75em;
}

@media (min-width: 992px) {
    .wcs-timetable--countdown .wcs-class__countdown-time {
        font-size: 175%;
    }
}

@media (min-width: 1200px) {
    .wcs-timetable--countdown .wcs-class__countdown-time {
        font-size: 200%;
    }
}

.wcs-timetable--countdown .wcs-class__countdown-time>span {
    display: block;
    position: relative;
}

.wcs-timetable--countdown .wcs-class__countdown-time::before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    left: 5px;
    bottom: 5px;
    opacity: 0.8;
}

@media (min-width: 768px) {
    .wcs-timetable--countdown {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row;
    }

    .wcs-timetable--countdown>div {
        -webkit-flex-basis: 10%;
        flex-basis: 10%;
    }

    .wcs-timetable--countdown .wcs-class__titles {
        -webkit-flex-basis: 350px;
        flex-basis: 350px;
    }

    .wcs-timetable--countdown .wcs-class__countdown {
        padding-top: 1em;
        -webkit-flex-basis: 350px;
        flex-basis: 350px;
    }

    .wcs-timetable--countdown .wcs-class__action {
        -webkit-flex-basis: 180px;
        flex-basis: 180px;
    }
}

@media (min-width: 992px) {
    .wcs-timetable--countdown>div {
        -webkit-flex-basis: 10%;
        flex-basis: 10%;
        padding: 2em 0;
    }

    .wcs-timetable--countdown h2.wcs-class__title,
    .wcs-timetable--countdown h3.wcs-class__title {
        font-size: 160%;
    }

    .wcs-timetable--countdown h2.wcs-class__title+h3.wcs-class__title {
        font-size: 120%;
    }

    .wcs-timetable--countdown .wcs-class__titles {
        padding: 2em;
    }

    .wcs-timetable--countdown .wcs-class__countdown {
        padding-top: 2em;
        padding-right: 2em;
        padding-left: 2em;
        -webkit-box-flex: 4;
        -webkit-flex-grow: 4;
        flex-grow: 4;
    }
}

.wcs-timetable--countdown-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.wcs-timetable--countdown-vertical>div {
    -webkit-flex-basis: auto;
    flex-basis: auto;
}

.wcs-timetable--countdown-vertical .wcs-class__title {
    text-align: center;
}

.wcs-timetable--countdown-vertical .wcs-class__titles {
    -webkit-flex-basis: auto;
    flex-basis: auto;
}

.wcs-timetable--countdown-vertical .wcs-class__countdown {
    padding-left: 2em;
    padding-top: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
}

.wcs-timetable--countdown-vertical .wcs-class__action {
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
}

.wcs-timetable--countdown-vertical .wcs-class__action::before {
    opacity: 1;
}

.wcs-timetable--countdown-vertical .wcs-class__time-location {
    text-align: center;
}

.wcs-timetable--cover {
    width: 100%;
    position: relative;
}

.wcs-timetable--cover .wcs-class__image {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.wcs-timetable--cover .wcs-class__content {
    display: block;
    padding: 2em;
}

.wcs-timetable--cover .wcs-class__content::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all 120ms ease;
    transition: all 120ms ease;
    z-index: 0;
    display: block;
}

@media (min-width: 768px) {
    .wcs-timetable--cover .wcs-class__content::before {
        display: none;
    }
}

.wcs-timetable--cover .wcs-class__content * {
    position: relative;
}

.wcs-timetable--cover .wcs-class__time-location {
    margin-bottom: 1em;
    margin-top: .5em;
}

@media (min-width: 992px) {
    .wcs-timetable--cover .wcs-class__time-location {
        margin-bottom: 2em;
    }
}

.wcs-timetable--cover .wcs-class__action {
    margin-top: 1em;
}

.wcs-timetable--cover .wcs-class__action .wcs-btn {
    padding: 8px 24px;
}

.wcs-timetable--cover-with-image .wcs-class__content {
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .wcs-timetable--cover-with-image .wcs-class__content {
        position: absolute;
        width: 75%;
        max-width: 600px;
    }
}

@media (min-width: 768px) {
    .wcs-timetable--cover-overlay-image.wcs-timetable--cover-with-image .wcs-class__image::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-transition: all 120ms ease;
        transition: all 120ms ease;
    }
}

.wcs-timetable--cover-overlay-text.wcs-timetable--cover-with-image .wcs-class__content {
    padding: 2em;
}

.wcs-timetable--cover-overlay-text.wcs-timetable--cover-with-image .wcs-class__content::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all 120ms ease;
    transition: all 120ms ease;
    z-index: 0;
}

@media (min-width: 768px) {
    .wcs-timetable--cover-overlay-text.wcs-timetable--cover-with-image .wcs-class__content::before {
        display: block;
    }
}

@media (min-width: 768px) {
    .wcs-timetable--cover-overlay-text.wcs-timetable--cover-with-image.wcs-timetable--cover-text-size-sm .wcs-class__content {
        padding: 0;
    }
}

@media (min-width: 992px) {
    .wcs-timetable--cover-overlay-text.wcs-timetable--cover-with-image.wcs-timetable--cover-text-size-sm .wcs-class__content {
        padding: 0;
    }
}

@media (min-width: 1200px) {
    .wcs-timetable--cover-overlay-text.wcs-timetable--cover-with-image.wcs-timetable--cover-text-size-sm .wcs-class__content {
        padding: 0;
    }
}

.wcs-timetable--cover-aspect-169 .wcs-class__image {
    padding-top: 56.25%;
}

.wcs-timetable--cover-aspect-169v .wcs-class__image {
    padding-top: 177.777777778%;
}

.wcs-timetable--cover-aspect-43 .wcs-class__image {
    padding-top: 75%;
}

.wcs-timetable--cover-aspect-43v .wcs-class__image {
    padding-top: 133.333333333%;
}

.wcs-timetable--cover-aspect-11 .wcs-class__image {
    padding-top: 100%;
}

.wcs-timetable--cover-align-left {
    text-align: left;
}

.wcs-timetable--cover-align-center {
    text-align: center;
}

.wcs-timetable--cover-align-right {
    text-align: right;
}

@media (min-width: 768px) {
    .wcs-timetable--cover-position-top-left.wcs-timetable--cover-with-image .wcs-class__content {
        top: 0;
        left: 0;
    }
}

@media (min-width: 768px) {
    .wcs-timetable--cover-position-top-center.wcs-timetable--cover-with-image .wcs-class__content {
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media (min-width: 768px) {
    .wcs-timetable--cover-position-top-right.wcs-timetable--cover-with-image .wcs-class__content {
        right: 0;
        top: 0;
    }
}

@media (min-width: 768px) {
    .wcs-timetable--cover-position-middle-left.wcs-timetable--cover-with-image .wcs-class__content {
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media (min-width: 768px) {
    .wcs-timetable--cover-position-middle-center.wcs-timetable--cover-with-image .wcs-class__content {
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

@media (min-width: 768px) {
    .wcs-timetable--cover-position-middle-right.wcs-timetable--cover-with-image .wcs-class__content {
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media (min-width: 768px) {
    .wcs-timetable--cover-position-bottom-left.wcs-timetable--cover-with-image .wcs-class__content {
        bottom: 0;
        left: 0;
    }
}

@media (min-width: 768px) {
    .wcs-timetable--cover-position-bottom-center.wcs-timetable--cover-with-image .wcs-class__content {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media (min-width: 768px) {
    .wcs-timetable--cover-position-bottom-right.wcs-timetable--cover-with-image .wcs-class__content {
        right: 0;
        bottom: 0;
    }
}

.wcs-timetable--cover .wcs-class__title {
    text-align: inherit;
    color: inherit;
    font-size: 140%;
}

@media (min-width: 992px) {
    .wcs-timetable--cover .wcs-class__title {
        font-size: 180%;
    }
}

@media (min-width: 1200px) {
    .wcs-timetable--cover .wcs-class__title {
        font-size: 200%;
    }
}

.wcs-timetable--cover p.wcs-title {
    margin-bottom: 1em !important;
}

.wcs-timetable--cover-text-size-sm .wcs-class__time-location {
    font-size: 90%;
}

.wcs-timetable--cover-text-size-sm .wcs-class__title {
    font-size: 100%;
}

@media (min-width: 992px) {
    .wcs-timetable--cover-text-size-sm .wcs-class__title {
        font-size: 110%;
    }
}

@media (min-width: 1200px) {
    .wcs-timetable--cover-text-size-sm .wcs-class__title {
        font-size: 120%;
    }
}

.wcs-timetable--cover-text-size-sm .wcs-class__action .wcs-btn--lg {
    font-size: 100%;
}

@media (min-width: 992px) {
    .wcs-timetable--cover-text-size-md .wcs-class__time-location {
        font-size: 110%;
    }
}

.wcs-timetable--cover-text-size-md .wcs-class__title {
    font-size: 140%;
}

@media (min-width: 992px) {
    .wcs-timetable--cover-text-size-md .wcs-class__title {
        font-size: 180%;
    }
}

@media (min-width: 1200px) {
    .wcs-timetable--cover-text-size-md .wcs-class__title {
        font-size: 210%;
    }
}

@media (min-width: 992px) {
    .wcs-timetable--cover-text-size-md .wcs-class__action .wcs-btn--lg {
        font-size: 120%;
    }
}

@media (min-width: 992px) {
    .wcs-timetable--cover-text-size-lg .wcs-class__time-location {
        font-size: 140%;
    }
}

.wcs-timetable--cover-text-size-lg .wcs-class__title {
    font-size: 140%;
}

@media (min-width: 992px) {
    .wcs-timetable--cover-text-size-lg .wcs-class__title {
        font-size: 200%;
    }
}

@media (min-width: 1200px) {
    .wcs-timetable--cover-text-size-lg .wcs-class__title {
        font-size: 220%;
    }
}

@media (min-width: 992px) {
    .wcs-timetable--cover-text-size-lg .wcs-class__action .wcs-btn--lg {
        font-size: 140%;
    }
}

.wcs-timetable--monthly-calendar {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.wcs-timetable--monthly-calendar .wcs-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.wcs-timetable--monthly-calendar .wcs-spinner>div {
    background-color: currentColor;
}

.wcs-timetable--monthly-calendar .wcs-calendar__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    margin-bottom: 1em;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.wcs-timetable--monthly-calendar .wcs-calendar__header h3 {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    margin: 0;
    font-weight: bold;
    padding-bottom: 10px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    order: 0;
}

.wcs-timetable--monthly-calendar .wcs-calendar__header>div {
    opacity: 0.5;
    text-transform: uppercase;
    padding: 0 10px;
}

.wcs-timetable--monthly-calendar .wcs-calendar__header>div.wcs-modal-call {
    opacity: 1;
}

.wcs-timetable--monthly-calendar .wcs-calendar__header>div i::before {
    position: relative;
    bottom: -0.1em;
}

.wcs-timetable--monthly-calendar .wcs-calendar__header>div .ti-angle-right {
    margin-left: .35em;
}

.wcs-timetable--monthly-calendar .wcs-calendar__header>div .ti-angle-left {
    margin-right: .35em;
}

.wcs-timetable--monthly-calendar .wcs-calendar__header>div:first-of-type {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
}

.wcs-timetable--monthly-calendar .wcs-calendar__header>div:last-of-type {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
}

.wcs-timetable--monthly-calendar .wcs-calendar__header .wcs-calendar-nav {
    font-size: 90%;
    letter-spacing: 1px;
    white-space: nowrap;
}

.wcs-timetable--monthly-calendar .wcs-calendar__header .wcs-calendar-nav-prev {
    text-align: right;
}

.wcs-timetable--monthly-calendar .wcs-calendar__header .wcs-calendar-nav-next {
    text-align: left;
}

@media (min-width: 768px) {
    .wcs-timetable--monthly-calendar .wcs-calendar__header {
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        align-items: baseline;
        -webkit-box-pack: normal;
        -webkit-justify-content: normal;
        justify-content: normal;
        margin-bottom: 2em;
    }

    .wcs-timetable--monthly-calendar .wcs-calendar__header h3 {
        -webkit-box-ordinal-group: initial;
        -webkit-order: initial;
        order: initial;
        -webkit-box-flex: 3;
        -webkit-flex-grow: 3;
        flex-grow: 3;
        -webkit-flex-basis: 70%;
        flex-basis: 70%;
        padding-bottom: auto;
    }

    .wcs-timetable--monthly-calendar .wcs-calendar__header>div {
        padding: auto;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        -webkit-flex-basis: 15%;
        flex-basis: 15%;
    }

    .wcs-timetable--monthly-calendar .wcs-calendar__header>div:first-of-type,
    .wcs-timetable--monthly-calendar .wcs-calendar__header>div:last-of-type {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        order: 0;
    }
}

.wcs-timetable--monthly-calendar.wcs-timetable--side-agenda {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wcs-timetable--monthly-calendar.wcs-timetable--side-agenda .wcs-timetable__main-col {
    -webkit-box-flex: 5;
    -webkit-flex-grow: 5;
    flex-grow: 5;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    max-width: 100%;
}

.wcs-timetable--monthly-calendar.wcs-timetable--side-agenda .wcs-timetable__side-col {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    position: relative;
    margin-top: 2em;
}

@media (min-width: 768px) {
    .wcs-timetable--monthly-calendar.wcs-timetable--side-agenda .wcs-timetable__side-col {
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        -webkit-flex-basis: 24em;
        flex-basis: 24em;
        margin-top: auto;
    }
}

.wcs-timetable--monthly-calendar.wcs-timetable--side-agenda .wcs-timetable__side-col::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.05;
    background-color: currentColor;
    z-index: 0;
}

@media (min-width: 768px) {
    .wcs-timetable--monthly-calendar.wcs-timetable--side-agenda {
        margin: 0 -15px;
        position: relative;
    }

    .wcs-timetable--monthly-calendar.wcs-timetable--side-agenda .wcs-timetable__main-col {
        margin: 0 15px;
    }

    .wcs-timetable--monthly-calendar.wcs-timetable--side-agenda .wcs-timetable__side-col {
        margin: 0 15px;
    }
}

.wcs-timetable--monthly-calendar.wcs-timetable--side-agenda .wcs-day-agenda {
    padding: 6.5%;
}

.wcs-timetable--monthly-calendar.wcs-timetable--side-agenda-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.wcs-timetable--monthly-calendar.wcs-timetable--inside-agenda:not(.wcs-timetable--highligh-round) .wcs-date--selected::after {
    content: '';
    display: block;
    top: 100%;
    border-left: 1em solid transparent;
    border-right: 1em solid transparent;
    width: 0;
    height: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top: 20px solid #f00;
    position: absolute;
}

.wcs-timetable--monthly-calendar.wcs-timetable--inside-agenda:not(.wcs-timetable--highligh-round).wcs-timetable--alternate .wcs-day-agenda::after {
    content: '';
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    border: 1px solid currentColor;
    opacity: 0.1;
}

.wcs-timetable--monthly-calendar .wcs-table {
    position: relative;
}

.wcs-timetable--monthly-calendar .wcs-table-td {
    position: relative;
    z-index: 1;
}

.wcs-timetable--monthly-calendar .wcs-table-td--full {
    position: relative;
}

.wcs-timetable--monthly-calendar .wcs-table-td--full::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.075;
    background-color: currentColor;
}

.wcs-timetable--monthly-calendar .wcs-table-td--full .wcs-day-agenda {
    padding: 3em 0;
}

.wcs-timetable--monthly-calendar .wcs-day::before {
    content: attr(data-day);
    display: block;
    font-weight: bold;
}

@media (min-width: 768px) {
    .wcs-timetable--monthly-calendar .wcs-day::before {
        display: none;
    }
}

.wcs-timetable--monthly-calendar .wcs-day__title {
    font-size: 110%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.wcs-timetable--monthly-calendar .wcs-date span {
    display: block;
    font-size: 115%;
    width: 100%;
    height: 100%;
    padding-bottom: 1em;
}

.wcs-timetable--monthly-calendar .wcs-date span::after {
    content: '';
    display: block;
    width: .55em;
    height: .55em;
    border-radius: 100em;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    margin-top: .25em;
}

.wcs-timetable--monthly-calendar .wcs-date--past-month span,
.wcs-timetable--monthly-calendar .wcs-date--future-month span {
    opacity: 0.35;
}

.wcs-timetable--monthly-calendar .wcs-date--selected {
    position: relative;
}

.wcs-timetable--monthly-calendar .wcs-date--selected span::after {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    border-radius: 0;
    z-index: -1;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    margin-top: 0;
}

.wcs-timetable--monthly-calendar .wcs-date--with-events:not(.wcs-date--past-month):not(.wcs-date--future-month) span::after {
    opacity: 1;
}

.wcs-timetable--monthly-calendar .wcs-day-agenda {
    padding: 2em 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 37.5em;
    margin: 0 auto;
    position: relative;
}

.wcs-timetable--monthly-calendar .wcs-day-agenda__title {
    margin-bottom: 4vh;
    padding-bottom: 0.5em;
    position: relative;
}

.wcs-timetable--monthly-calendar .wcs-day-agenda__title::before {
    content: '';
    display: block;
    bottom: 0;
    top: 100%;
    left: 0;
    right: 0;
    border-bottom: 3px solid currentColor;
    opacity: 2;
    position: absolute;
}

.wcs-timetable--monthly-calendar.wcs-timetable--horizontal-borders .wcs-table-tr:not(:last-child) {
    position: relative;
}

.wcs-timetable--monthly-calendar.wcs-timetable--horizontal-borders .wcs-table-tr:not(:last-child)::after {
    content: '';
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid currentColor;
    position: absolute;
    opacity: 0.2;
    z-index: 0;
}

.wcs-timetable--monthly-calendar.wcs-timetable--vertical-borders .wcs-table-td:not(:first-child) {
    position: relative;
}

.wcs-timetable--monthly-calendar.wcs-timetable--vertical-borders .wcs-table-td:not(:first-child)::after {
    content: '';
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-left: 1px solid currentColor;
    position: absolute;
    opacity: 0.2;
    z-index: 0;
}

.wcs-timetable--monthly-calendar.wcs-timetable--all-borders .wcs-table-tr,
.wcs-timetable--monthly-calendar.wcs-timetable--all-borders .wcs-table-td {
    position: relative;
}

.wcs-timetable--monthly-calendar.wcs-timetable--all-borders .wcs-table-tr::after,
.wcs-timetable--monthly-calendar.wcs-timetable--all-borders .wcs-table-td::after {
    content: '';
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    opacity: 0.2;
    z-index: 0;
}

.wcs-timetable--monthly-calendar.wcs-timetable--all-borders .wcs-table-tr::after {
    border-bottom: 1px solid currentColor;
}

.wcs-timetable--monthly-calendar.wcs-timetable--all-borders .wcs-table-td::after {
    border-right: 1px solid currentColor;
}

.wcs-timetable--monthly-calendar.wcs-timetable--all-borders .wcs-table-td:first-child::after {
    border-left: 1px solid currentColor;
}

.wcs-timetable--monthly-calendar.wcs-timetable--all-borders .wcs-table-thead .wcs-table-td::after {
    border-top: 1px solid currentColor;
}

.wcs-timetable--monthly-calendar.wcs-timetable--alternate .wcs-table-tr:nth-child(2n+1) {
    position: relative;
}

.wcs-timetable--monthly-calendar.wcs-timetable--alternate .wcs-table-tr:nth-child(2n+1)::after {
    content: '';
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: currentColor;
    position: absolute;
    opacity: 0.075;
}

.wcs-timetable--monthly-calendar.wcs-timetable--highligh-round .wcs-date--selected::before {
    display: none;
}

.wcs-timetable--monthly-calendar.wcs-timetable--highligh-round .wcs-date--selected span:after {
    width: 2.85em;
    height: 2.85em;
    opacity: 1;
    z-index: -1;
    top: 50%;
    bottom: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 200em;
}

.wcs-timetable--monthly-calendar.wcs-timetable--highligh-round .wcs-date--selected span {
    padding-bottom: 0;
}

.wcs-timetable--monthly-calendar.wcs-timetable--loading .wcs-spinner {
    display: block;
}

.wcs-timetable--monthly-calendar.wcs-timetable--loading .wcs-table-tr {
    opacity: 0.6;
}

.wcs-timetable--monthly-calendar.wcs-timetable--past-hidden .wcs-date--past span {
    opacity: 0.35;
}

.wcs-timetable--monthly-calendar .wcs-class {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.wcs-timetable--monthly-calendar .wcs-class+.wcs-class {
    margin-top: 3em;
    position: relative;
}

.wcs-timetable--monthly-calendar .wcs-class+.wcs-class::before {
    content: '';
    display: block;
    top: -1.5em;
    left: 0;
    right: 0;
    width: 100%;
    border-top: 1px dashed currentColor;
    opacity: .2;
    position: absolute;
}

.wcs-timetable--monthly-calendar .wcs-class--canceled .wcs-class__inner,
.wcs-timetable--monthly-calendar .wcs-class--canceled .wcs-class__image {
    opacity: 0.45;
    text-decoration: line-through;
}

.wcs-timetable--monthly-calendar .wcs-class__image {
    -webkit-flex-basis: 18%;
    flex-basis: 18%;
    height: 4.5em;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-align-self: flex-start;
    align-self: flex-start;
}

@media (max-width: 767px) {
    .wcs-timetable--monthly-calendar .wcs-class__image {
        display: none;
    }
}

@media (min-width: 768px) {
    .wcs-timetable--monthly-calendar .wcs-class__image+.wcs-class__inner {
        margin-left: 6%;
        -webkit-align-self: center;
        align-self: center;
    }
}

.wcs-timetable--monthly-calendar .wcs-class__inner {
    -webkit-box-flex: 4;
    -webkit-flex-grow: 4;
    flex-grow: 4;
    text-align: left;
}

.wcs-timetable--monthly-calendar .wcs-class__title {
    font-size: 110%;
    margin: .25em 0 !important;
}

.wcs-timetable--monthly-calendar .wcs-class__meta {
    font-size: 90%;
}

.wcs-timetable--monthly-calendar .wcs-class__time-duration {
    font-size: 90%;
}

.wcs-timetable__zero-data {
    display: block;
    position: relative;
    padding: 10vh 5vh;
    text-align: center;
    width: 100%;
}

.wcs-timetable__zero-data::before {
    content: '';
    display: block;
    position: absolute;
    opacity: 0.125;
    -webkit-transition: opacity 100ms ease-in;
    transition: opacity 100ms ease-in;
    background-color: currentcolor;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.wcs-timetable__zero-data>h3,
.wcs-timetable__zero-data>p {
    margin: 0 !important;
    padding: 0 !important;
}

@media (max-width: 768px) {

    .wcs-timetable__zero-data>h3,
    .wcs-timetable__zero-data>p {
        font-size: 120%;
    }
}

.wcs-btn {
    display: inline-block;
    padding: 6px 12px;
    position: relative;
    font-size: 85%;
    border-radius: 2px;
    color: inherit;
    box-shadow: none !important;
}

.wcs-btn::before,
.wcs-btn::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.1;
    border-radius: inherit;
}

.wcs-btn::before {
    background-color: currentcolor;
    opacity: 0.05;
}

.wcs-btn::after {
    border: 1px solid currentColor;
}

.wcs-btn:first-of-type {
    margin-left: 0;
}

.wcs-btn--action::before,
.wcs-btn--action::after {
    display: none;
}

.wcs-btn--lg {
    padding: 12px 24px;
    font-size: 100%;
}

.wcs-btn+.wcs-btn {
    margin-left: 3px;
    margin-right: 3px;
}

.wcs-more {
    margin-top: 5vh;
    border: none;
    padding: 1vh 3vh;
    border-radius: 2px;
    font-size: 90%;
    font-weight: bold;
}

.wcs-more:disabled {
    opacity: 0.85;
}

.wcs-more.disabled:disabled {
    opacity: 0.35;
    color: inherit;
    position: relative;
    background-color: transparent !important;
}

.wcs-more.disabled:disabled::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: currentcolor !important;
    opacity: 0.15;
}

.wcs-more.disabled:disabled::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid;
    opacity: 0.2;
    border-radius: 2px;
}

#wcs-vue-modal,
.wcs-vue-modal {
    display: none;
}

.wcs_modal--opened #wcs-vue-modal,
.wcs_modal--opened .wcs-vue-modal {
    display: block;
}

.wcs-modal {
    color: rgba(0, 0, 0, 0.65);
    text-align: center;
    font-size: 16px;
    width: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999999;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: scroll;
}

.wcs-modal * {
    box-sizing: border-box;
}

.wcs-modal__loader {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
    padding-top: 60px 0;
}

.wcs-modal h2 {
    margin: 0 0 20px;
    color: inherit;
    font-size: 160%;
    text-align: left;
    line-height: 1.42;
}

.wcs-modal h2 small {
    display: block;
    font-weight: normal;
}

.wcs-modal a:not(.wcs-btn):not(.wcs-modal__close) {
    color: inherit;
}

.wcs-modal--light {
    background-color: rgba(255, 255, 255, 0.8);
}

.wcs-modal--light.wcs-modal__loader {
    background-color: rgba(255, 255, 255, 0.8);
}

.wcs-modal--light.wcs-modal__loader .wcs-spinner>div {
    background-color: rgba(0, 0, 0, 0.65);
}

.wcs-modal--light .wcs-modal__close {
    color: rgba(0, 0, 0, 0.65);
}

.wcs-modal--light .wcs-modal__close:hover {
    color: rgba(0, 0, 0, 0.35);
}

.wcs-modal--light .wcs-modal__inner {
    box-shadow: 0px 0px 33px 4px rgba(0, 0, 0, 0.125);
}

.wcs-modal__box {
    margin: auto;
    background-size: cover;
    position: relative;
}

@media (min-width: 992px) {
    .wcs-modal__box {
        width: 800px;
    }
}

@media (min-width: 1200px) {
    .wcs-modal__box {
        width: 1000px;
    }
}

.wcs-modal__inner {
    background-color: white;
    border-radius: 2px;
    margin: 60px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
}

@media (min-width: 992px) {
    .wcs-modal__inner {
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin: 100px 0;
    }
}

.wcs-modal__content {
    width: 100%;
    padding: 50px;
}

@media (min-width: 992px) {
    .wcs-modal__content {
        width: calc(100% - 300px);
    }

    .wcs-modal__content--full {
        width: 100%;
    }
}

.wcs-modal__side {
    width: 100%;
    position: relative;
    padding: 0;
}

.wcs-modal__side::before,
.wcs-modal__side::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: currentcolor;
    opacity: 0.05;
}

.wcs-modal__side::after {
    right: 0;
    bottom: auto;
    border-top: 1px solid currentcolor;
    opacity: 0.1;
}

@media (min-width: 992px) {
    .wcs-modal__side {
        width: 300px;
        display: block;
    }

    .wcs-modal__side::after {
        right: auto;
        bottom: 0;
        border-left: 1px solid currentcolor;
        opacity: 0.1;
    }
}

.wcs-modal__meta {
    list-style: none;
    margin: 0;
    padding: 50px 50px 20px;
    width: 100%;
}

@media (min-width: 992px) {
    .wcs-modal__meta {
        padding: 50px 30px;
    }
}

.wcs-modal__meta li {
    position: relative;
    padding: 0 0 0 30px;
    font-size: 90%;
    margin: 0 0 10px 0;
    display: block;
}

.wcs-modal__meta [class*='ti-']::before {
    position: absolute;
    left: 0;
    top: 1px;
}

.wcs-modal__close {
    position: absolute;
    right: 20px;
    top: 0;
    margin-top: -40px;
    color: #fff;
    font-size: 24px;
    text-decoration: none !important;
}

.wcs-modal__close:hover {
    color: #fff;
    opacity: 0.75;
}

@media (min-width: 992px) {
    .wcs-modal__close {
        right: 0;
    }
}

.wcs-modal--muted {
    opacity: 0.65;
    font-size: inherit;
}

.wcs-modal__action {
    padding: 50px 50px 20px;
    width: 100%;
}

@media (min-width: 992px) {
    .wcs-modal__action {
        padding: 50px 30px;
    }
}

.wcs-modal .wcs-map {
    width: 100%;
    height: 300px !important;
}

.wcs-modal .wcs-image {
    display: none;
    border-radius: 0;
    border-top-right-radius: 2px;
}

@media (min-width: 992px) {
    .wcs-modal .wcs-image {
        width: 100%;
        height: auto;
        display: block;
    }
}

.wcs-modal .ti-time::before {
    margin-top: 2px;
}

.wcs-modal .wcs-btn {
    margin: 0 10px 10px 0;
}

.wcs-modal--large.wcs-modal--with-image .wcs-modal__side {
    padding-top: 30vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.wcs-modal--large .wcs-modal__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    display: block;
}

.wcs-modal--large .wcs-modal__content {
    width: 100%;
}

.wcs-modal--large .wcs-modal__side {
    width: 100%;
    color: white;
}

.wcs-modal--large .wcs-modal__meta {
    padding: 0;
}

.wcs-modal--large .wcs-modal__meta li {
    width: auto;
    display: inline-block;
    margin-right: 10px;
    white-space: nowrap;
}

.wcs-modal--large .wcs-modal__inner-side {
    padding: 50px 50px 20px;
    background-color: rgba(0, 0, 0, 0.45);
    position: relative;
}

.wcs-modal--large .wcs-modal__inner-side::before {
    content: '';
    display: block;
    position: absolute;
    opacity: 0.5;
    -webkit-transition: opacity 100ms ease-in;
    transition: opacity 100ms ease-in;
    background-color: currentcolor;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.wcs-modal--large .wcs-modal__inner-side::before {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+1,000000+100&0+14,0.65+100 */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE0JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.wcs-modal--large .wcs-btn {
    margin: 5px 0 0 10px;
    padding: 10px 25px;
    float: right;
    font-size: 15px;
    position: relative;
}

.wcs-modal--large .wcs-btn:hover {
    color: inherit;
}

.wcs-modal--large .wcs-btn:hover::before {
    opacity: 0.35;
}

.wcs-modal--large .wcs-btn::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: currentcolor;
    opacity: 0.225;
}

.wcs-modal--large .wcs-label--sold-out {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.25);
    float: right;
    margin: 5px 0 0 10px;
    font-size: 15px;
    line-height: 1;
    margin: 5px 0 0 10px;
    padding: 10px 25px;
}

body.wcs_modal--opened {
    overflow: hidden;
}

body.wcs_modal--opened> :not(#wcs-vue-modal):not(.wcs-vue-modal),
body.wcs_modal--opened::before,
body.wcs_modal--opened::after {
    -webkit-filter: blur(7px) grayscale(1);
    filter: blur(7px) grayscale(1);
}

.wcs-spinner {
    margin: 100px auto;
    width: 100px;
    height: 80px;
    text-align: center;
    font-size: 10px;
}

.wcs-spinner>div {
    background-color: #fff;
    height: 100%;
    width: 5px;
    display: inline-block;
    margin: 0 1px;
    opacity: 0.92;
    -webkit-animation: wcs-stretchdelay 1.2s infinite ease-in-out;
    animation: wcs-stretchdelay 1.2s infinite ease-in-out;
}

.wcs-spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.wcs-spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.wcs-spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.wcs-spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes wcs-stretchdelay {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1);
    }
}

@keyframes wcs-stretchdelay {

    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}

.wcs-addons--pipe {
    line-height: 1;
    overflow: hidden;
    position: relative;
    padding-left: 1.4em;
}

.wcs-addons--pipe::before {
    content: '';
    display: inline-block;
    position: absolute;
    border-radius: 100em;
    width: 0.3em;
    height: 0.3em;
    background-color: currentColor;
    opacity: 0.45 !important;
    left: 0.45em;
    top: 0.45em;
}

.wcs-class--unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.wcs-addons--blink {
    animation: blink 1s steps(5, start) infinite;
    -webkit-animation: blink 1s steps(5, start) infinite;
    display: inline-block;
    padding: 0 1px;
}

@keyframes blink {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink {
    to {
        visibility: hidden;
    }
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Firefox < 16 */

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Internet Explorer */

.missing-google-maps-api-key {
    background-color: #DF5851;
    color: white;
    padding: 30px;
}

.missing-google-maps-api-key small {
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: normal;
    padding-top: 20px;
    opacity: 0.6;
}

#single-wcs-event {
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}

#single-wcs-event .wcs-map {
    margin-top: 2vh;
}

#single-wcs-event.single-wcs-event--left {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

#single-wcs-event.single-wcs-event--left .wcs-single-left {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    flex: 1 0 0;
    padding-right: 5vh;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
}

#single-wcs-event.single-wcs-event--left .wcs-single-right {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    flex: 1 0 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
}

#single-wcs-event.single-wcs-event--right {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

#single-wcs-event.single-wcs-event--right .wcs-single-left {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    flex: 1 0 0;
    padding-right: 5vh;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
}

#single-wcs-event.single-wcs-event--right .wcs-single-right {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    flex: 1 0 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
}

#single-wcs-event.single-wcs-event--center {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
}

#single-wcs-event.single-wcs-event--center .wcs-single-left {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    flex: 1 0 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
}

#single-wcs-event.single-wcs-event--center .wcs-single-right {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    flex: 1 0 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
}

@media (min-width: 768px) {
    #single-wcs-event {
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    #single-wcs-event .wcs-single-right {
        position: relative;
        border-radius: 3px;
        text-align: center;
    }

    #single-wcs-event .wcs-single-right p:empty {
        display: none;
    }

    #single-wcs-event .wcs-single-right::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 3px;
        background-color: currentcolor;
        opacity: 0.05;
    }

    #single-wcs-event .wcs-single-right__content {
        padding: 4vh;
    }

    #single-wcs-event.single-wcs-event--right {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    #single-wcs-event.single-wcs-event--right .wcs-single-left {
        -webkit-box-flex: 2;
        -webkit-flex: 2 0 0;
        flex: 2 0 0;
        padding-right: 5vh;
    }

    #single-wcs-event.single-wcs-event--right .wcs-single-right {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0;
        flex: 1 0 0;
    }

    #single-wcs-event.single-wcs-event--left .wcs-single-left {
        -webkit-box-flex: 2;
        -webkit-flex: 2 0 0;
        flex: 2 0 0;
        padding-left: 5vh;
    }

    #single-wcs-event.single-wcs-event--left .wcs-single-right {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0;
        flex: 1 0 0;
    }

    #single-wcs-event.single-wcs-event--center {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #single-wcs-event.single-wcs-event--center .wcs-single-left {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0;
        flex: 1 0 0;
        margin-top: 4vh;
    }

    #single-wcs-event.single-wcs-event--center .wcs-single-right {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0;
        flex: 1 0 0;
        margin-bottom: 4vh;
        position: relative;
    }

    #single-wcs-event .wcs-single__date::before {
        content: "\e6b6";
        font-family: 'themify';
        display: inline-block;
        margin-right: 1vh;
        font-size: 14px;
    }

    #single-wcs-event .wcs-single__date+.wcs-single__date::before {
        content: ' — ';
        font-family: inherit;
    }

    #single-wcs-event .wcs-single__time-duration {
        margin-bottom: 2vh;
    }

    #single-wcs-event .wcs-single__starting {
        margin-left: 1vh;
        margin-right: .75vh;
    }

    #single-wcs-event .wcs-single__starting::before {
        content: "\e72b";
        font-family: 'themify';
        display: inline-block;
        margin-right: 1vh;
        font-size: 14px;
    }

    #single-wcs-event .wcs-single__ending,
    #single-wcs-event .wcs-single__starting,
    #single-wcs-event .wcs-single__date {
        display: inline-block;
        font-size: 1.2em;
        margin-bottom: 2vh;
    }

    #single-wcs-event .wcs-single__action {
        padding-top: 2vh;
    }

    #single-wcs-event .wcs-single__instructor {
        font-size: 0.65em;
        text-transform: uppercase;
        letter-spacing: 2px;
        opacity: 0.75;
    }

    #single-wcs-event .wcs-single__location {
        margin-bottom: 1vh;
        padding-top: 2vh;
        position: relative;
    }

    #single-wcs-event .wcs-single__location::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        width: 4em;
        left: 50%;
        margin-left: -2em;
        border-top: 3px solid currentcolor;
        opacity: 0.125;
    }

    #single-wcs-event .wcs-single__duration {
        opacity: 0.5;
        margin-left: 1vh;
    }

    #single-wcs-event .wcs-btn {
        margin-bottom: 0 !important;
        padding: 1vh 3vh;
        font-weight: bold;
    }
}

#single-wcs-event .wcs-single__image {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    max-width: 100%;
    height: auto;
}

#single-wcs-event .wcs-event-details {
    min-height: 600px;
    position: relative;
    margin-bottom: 4vh;
    text-align: center;
    padding: 4vh;
}

#single-wcs-event .wcs-event-details::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 2px dashed currentcolor;
    border-bottom: 2px dashed currentcolor;
    opacity: 0.25;
}

.wcs-table {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.wcs-table-tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    align-content: stretch;
}

.wcs-table-thead {
    -webkit-flex-basis: 4em;
    flex-basis: 4em;
}

.wcs-table-tr--full {
    display: table-row;
    width: 100%;
}

.wcs-table-td {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 4em;
    flex-basis: 4em;
    min-width: 2em;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 2vh 0;
}

.wcs-table-td--full {
    width: 100%;
}

.wcs-woo-description {
    opacity: 0.75;
    display: inline-block;
}

.wcs-modal-call {
    cursor: pointer;
}

.wcs-vue[v-cloak] {
    visibility: hidden;
}

.wcs-single__action .wcs-btn--action {
    color: rgba(255, 255, 255, 1);
    background-color: #BD322C
}

.mfp-bg,
.mfp-wrap {
    position: fixed;
    left: 0;
    top: 0
}

.mfp-bg,
.mfp-container,
.mfp-wrap {
    height: 100%;
    width: 100%
}

.mfp-arrow:after,
.mfp-arrow:before,
.mfp-container:before,
.mfp-figure:after {
    content: ''
}

.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    z-index: 1043;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-close,
.mfp-preloader a:hover {
    color: #FFF
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

.mfp-figure:after,
.mfp-iframe-scaler iframe {
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    position: absolute;
    left: 0
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-figure,
img.mfp-img {
    line-height: 0
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-image-holder .mfp-content,
img.mfp-img {
    max-width: 100%
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000
}

.mfp-figure:after,
img.mfp-img {
    width: auto;
    height: auto;
    display: block
}

img.mfp-img {
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure:after {
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1;
    background: #444
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    left: 0;
    top: 0
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

html {
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,
th,
td {
    font-weight: normal;
    text-align: left
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

blockquote,
q {
    quotes: none
}

a:focus {
    outline: none
}

a:hover,
a:active {
    outline: 0
}

a img {
    border: 0
}

img {
    max-width: 100%;
    height: auto
}

select {
    max-width: 100%
}

em {
    font-style: italic
}

* html {
    font-size: 87.5%
}

html {
    -ms-overflow-x: hidden;
    overflow-x: hidden
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: #929292;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-wrap: break-word;
    word-wrap: break-word
}

body {
    background-color: #fff
}

.mejs-container {
    margin-bottom: 20px
}

body .oceanwp-row {
    margin: 0 -10px
}

body .oceanwp-row .col {
    float: left;
    margin: 0 0 20px;
    padding: 0 10px
}

body .oceanwp-row .span_1_of_1 {
    float: none;
    width: 100%
}

body .oceanwp-row .span_1_of_2 {
    width: 50%
}

body .oceanwp-row .span_1_of_3 {
    width: 33.33%
}

body .oceanwp-row .span_1_of_4 {
    width: 25%
}

body .oceanwp-row .span_1_of_5 {
    width: 20%
}

body .oceanwp-row .span_1_of_6 {
    width: 16.66666667%
}

body .oceanwp-row .span_1_of_7 {
    width: 14.28%
}

body .oceanwp-row .span_1_of_8 {
    width: 12.5%
}

body .oceanwp-row .span_1_of_9 {
    width: 11.11%
}

body .oceanwp-row .span_1_of_10 {
    width: 10%
}

.count-1,
.col-1,
.col.first {
    clear: both;
    margin-left: 0
}

.isotope-entry {
    clear: none
}

.no-margin {
    margin: 0 !important
}

.no-padding {
    padding: 0 !important
}

.responsive-video-wrap iframe,
.responsive-video-wrap object,
.responsive-video-wrap embed,
.responsive-audio-wrap iframe,
.responsive-audio-wrap object,
.responsive-audio-wrap embed {
    display: block
}

.wp-video-shortcode {
    max-width: 100% !important
}

.responsive-video-wrap p {
    margin: 0
}

form.oceanwp-searchform {
    display: inline-block;
    position: relative;
    height: 35px
}

form.oceanwp-searchform input {
    margin: 0;
    padding: 0 40px 0 15px;
    height: 100%;
    min-height: 100%
}

form.oceanwp-searchform button {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    min-width: 40px;
    height: 60%;
    height: 100%;
    font-size: 12px;
    font-weight: 600;
    background-color: transparent !important;
    margin: 0;
    padding: 0;
    border: 0;
    text-align: center;
    line-height: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.polylang-switcher-shortcode li {
    float: left;
    margin-right: 5px
}

.polylang-switcher-shortcode.flags-and-names li {
    margin-right: 15px
}

.polylang-switcher-shortcode li:last-child {
    margin-right: 0
}

::selection {
    color: #fff;
    background: #333;
    text-shadow: none
}

::-moz-selection {
    color: #fff;
    background: #333;
    text-shadow: none
}

@media only screen and (min-width: 768px) and (max-width: 959px) {

    body .oceanwp-row .span_1_of_4.col-3.col,
    body .oceanwp-row .span_1_of_4.col.product:nth-child(2n+3) {
        margin-left: 0;
        clear: both
    }

    body .oceanwp-row .span_1_of_4.col,
    body .oceanwp-isotope-grid .span_1_of_4.col {
        width: 50%
    }
}

@media only screen and (max-width: 480px) {
    .col {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 30px
    }
}

/*! normalize.css v3.0.3 | 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,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 600
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

.container {
    width: 1200px;
    max-width: 90%;
    margin: 0 auto
}

#wrap {
    position: relative
}

#main {
    position: relative
}

#main #content-wrap {
    padding-top: 50px;
    padding-bottom: 50px
}

.no-margins #main #content-wrap,
.no-margins.separate-layout #main #content-wrap,
.landing-page #main #content-wrap {
    padding-top: 0;
    padding-bottom: 0
}

.content-area {
    float: left;
    position: relative;
    width: 72%;
    padding-right: 30px;
    border-right-width: 1px;
    border-style: solid;
    border-color: #f1f1f1
}

.widget-area {
    width: 28%
}

.widget-area.sidebar-primary {
    float: right;
    padding-left: 30px
}

.widget-area.sidebar-secondary {
    float: left
}

.content-full-width .content-area,
body.content-full-screen #content-wrap {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    border: 0 !important
}

.content-full-screen .content-area {
    float: none;
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important
}

.content-left-sidebar .content-area {
    float: right;
    padding-left: 30px;
    padding-right: 0;
    border-left-width: 1px;
    border-right-width: 0
}

.content-left-sidebar .widget-area {
    float: left;
    padding-right: 30px;
    padding-left: 0
}

.content-both-sidebars .content-area {
    width: 44%
}

.content-both-sidebars.scs-style .content-area {
    left: 28%;
    padding-left: 30px;
    border-left-width: 1px
}

.content-both-sidebars.scs-style .widget-area.sidebar-secondary {
    position: relative;
    left: -44%;
    padding-right: 30px
}

.content-both-sidebars.ssc-style .content-area {
    left: 56%;
    padding-left: 30px;
    padding-right: 0;
    border-left-width: 1px;
    border-right-width: 0
}

.content-both-sidebars.ssc-style .widget-area {
    position: relative;
    left: -44%;
    padding-right: 30px
}

.content-both-sidebars.ssc-style .widget-area.sidebar-primary {
    padding-left: 0
}

.content-both-sidebars.css-style .widget-area.sidebar-secondary {
    padding-left: 30px
}

.boxed-layout {
    background-color: #e9e9e9
}

.boxed-layout #wrap {
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
    background-color: #fff
}

.boxed-layout.wrap-boxshadow #wrap {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15)
}

.boxed-layout #wrap .container {
    width: auto;
    max-width: none;
    padding-left: 30px;
    padding-right: 30px
}

.boxed-layout.content-full-screen #content-wrap {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.boxed-layout #footer-widgets {
    margin: 0
}

.boxed-layout .site-breadcrumbs {
    right: 30px
}

.separate-layout {
    background-color: #f1f1f1
}

.separate-layout .content-area,
.separate-layout .widget-area .sidebar-box {
    background-color: #fff;
    padding: 30px
}

.separate-layout.content-left-sidebar .content-area {
    padding: 30px
}

.separate-layout.content-full-width .content-area {
    padding: 30px !important
}

.separate-layout .content-area {
    border-right-width: 0
}

.separate-layout.content-left-sidebar .content-area {
    border-left-width: 0
}

.separate-layout .widget-area.sidebar-primary {
    padding-left: 20px
}

.separate-layout .widget-area.sidebar-secondary {
    padding-right: 20px
}

.separate-layout.content-left-sidebar .widget-area {
    padding-right: 20px;
    padding-left: 0
}

.separate-layout #main #content-wrap {
    padding-top: 20px;
    padding-bottom: 20px
}

.separate-layout .sidebar-box {
    margin-bottom: 20px
}

.separate-layout .sidebar-box:last-child {
    margin-bottom: 0
}

.separate-layout.content-both-sidebars.scs-style .content-area {
    border-left-width: 0
}

.separate-layout.content-both-sidebars.scs-style .widget-area.sidebar-secondary {
    padding-right: 20px
}

.separate-layout.content-both-sidebars.ssc-style .content-area {
    padding-right: 30px;
    border-left-width: 0
}

.separate-layout.content-both-sidebars.ssc-style .widget-area {
    padding-right: 20px
}

.separate-layout.content-both-sidebars.css-style .widget-area.sidebar-secondary {
    padding-left: 20px;
    padding-right: 0
}

body.separate-blog.separate-layout .content-area {
    padding: 0 !important;
    background-color: transparent
}

body.separate-blog.separate-layout #blog-entries>* {
    background-color: #fff;
    padding: 30px;
    border: 0;
    margin-bottom: 20px
}

body.separate-blog.separate-layout #blog-entries>:last-child {
    margin-bottom: 0
}

body.separate-blog.separate-layout .oceanwp-pagination,
body.separate-blog.separate-layout .page-jump,
body.separate-blog.separate-layout .scroller-status {
    background-color: #fff;
    padding: 30px;
    margin-top: 20px
}

body.separate-blog.separate-layout .oceanwp-pagination ul.page-numbers,
body.separate-blog.separate-layout .page-jump ul.page-numbers,
body.separate-blog.separate-layout .scroller-status ul.page-numbers {
    padding: 0
}

body.separate-blog.separate-layout .oceanwp-row {
    margin: 0;
    margin-right: -20px
}

body.separate-blog.separate-layout #blog-entries.blog-grid>* {
    background-color: transparent;
    padding: 0 20px 0 0
}

body.separate-blog.separate-layout #blog-entries.blog-grid>:last-child {
    margin-bottom: 20px
}

body.separate-blog.separate-layout.has-blog-grid .oceanwp-pagination {
    margin-top: 0
}

body.separate-blog.separate-layout .blog-entry.grid-entry .blog-entry-inner {
    background-color: #fff;
    padding: 30px;
    border: 0
}

body.separate-blog.separate-layout .blog-entry.grid-entry .thumbnail {
    margin: 0
}

@media only screen and (max-width: 1280px) {
    .content-both-sidebars .content-area {
        float: none !important;
        width: 100% !important;
        left: auto !important;
        border-width: 0 !important
    }

    .content-both-sidebars:not(.separate-layout) .content-area {
        padding: 0 !important;
        margin-bottom: 40px
    }

    .content-both-sidebars .widget-area.sidebar-primary,
    .content-both-sidebars .widget-area.sidebar-secondary {
        float: left;
        width: 49% !important;
        left: auto !important;
        padding: 0 !important
    }

    .content-both-sidebars .widget-area.sidebar-primary {
        float: right
    }

    .content-both-sidebars:not(.separate-layout) .widget-area.sidebar-primary,
    .content-both-sidebars:not(.separate-layout) .widget-area.sidebar-secondary {
        width: 48% !important
    }

    .separate-layout.content-both-sidebars .content-area {
        margin-bottom: 20px
    }

    .separate-layout.content-both-sidebars .widget-area.sidebar-primary,
    .separate-layout.content-both-sidebars .widget-area.sidebar-secondary {
        width: 49% !important
    }

    .separate-layout.content-both-sidebars .widget-area.sidebar-secondary {
        margin-bottom: 20px
    }

    .separate-layout.content-both-sidebars .widget-area.sidebar-primary {
        padding-left: 0
    }
}

@media only screen and (max-width: 1080px) {
    .content-both-sidebars .content-area {
        float: none !important;
        width: 100% !important;
        left: auto !important;
        border-width: 0 !important
    }

    .content-both-sidebars:not(.separate-layout) .content-area {
        padding: 0 !important;
        margin-bottom: 40px
    }

    .content-both-sidebars .widget-area.sidebar-primary,
    .content-both-sidebars .widget-area.sidebar-secondary {
        float: left;
        width: 49% !important;
        left: auto !important;
        padding: 0 !important
    }

    .content-both-sidebars .widget-area.sidebar-primary {
        float: right
    }

    .content-both-sidebars:not(.separate-layout) .widget-area.sidebar-primary,
    .content-both-sidebars:not(.separate-layout) .widget-area.sidebar-secondary {
        width: 48% !important
    }

    .separate-layout.content-both-sidebars .content-area {
        margin-bottom: 20px
    }

    .separate-layout.content-both-sidebars .widget-area.sidebar-primary,
    .separate-layout.content-both-sidebars .widget-area.sidebar-secondary {
        width: 49% !important
    }

    .separate-layout.content-both-sidebars .widget-area.sidebar-secondary {
        margin-bottom: 20px
    }

    .separate-layout.content-both-sidebars .widget-area.sidebar-primary {
        padding-left: 0
    }
}

@media only screen and (max-width: 959px) {
    .boxed-layout #wrap {
        overflow: hidden
    }

    .boxed-layout .site-breadcrumbs {
        right: auto
    }

    .container,
    body.content-full-screen .elementor-section-wrap>.elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 90%
    }

    .content-area,
    .content-left-sidebar .content-area {
        float: none !important;
        width: 100%;
        margin-bottom: 40px;
        border: 0
    }

    body.sidebar-content .content-area {
        margin-bottom: 0
    }

    body:not(.separate-layout) .content-area,
    .content-left-sidebar:not(.separate-layout) .content-area {
        padding: 0 !important
    }

    .no-margins .content-area,
    .no-margins.content-left-sidebar .content-area {
        margin-bottom: 0
    }

    .widget-area.sidebar-primary,
    .widget-area.sidebar-secondary,
    .content-left-sidebar .widget-area {
        float: none !important;
        width: 100%;
        padding: 0 !important;
        border: 0
    }

    body.has-composer.has-sidebar #primary {
        margin-bottom: 40px
    }

    #main #content-wrap.container {
        width: auto !important
    }

    .content-both-sidebars .widget-area.sidebar-primary,
    .content-both-sidebars .widget-area.sidebar-secondary {
        float: none !important;
        width: 100% !important
    }

    .content-both-sidebars:not(.separate-layout) .widget-area.sidebar-primary,
    .content-both-sidebars:not(.separate-layout) .widget-area.sidebar-secondary {
        width: 100% !important
    }

    .separate-layout.content-both-sidebars .widget-area.sidebar-primary,
    .separate-layout.content-both-sidebars .widget-area.sidebar-secondary {
        width: 100% !important
    }

    .separate-layout .container,
    .separate-layout.content-full-screen .elementor-section-wrap>.elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 95%
    }

    .separate-layout .content-area,
    .separate-layout.content-left-sidebar .content-area {
        margin-bottom: 20px
    }

    .separate-layout .widget-area {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    body.separate-blog.separate-layout .oceanwp-row {
        margin: 0 !important
    }

    body.separate-blog.separate-layout #blog-entries.blog-grid>* {
        padding: 0 !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {

    body.boxed-layout #wrap,
    body.boxed-layout .parallax-footer {
        width: auto !important
    }
}

@media only screen and (max-width: 767px) {
    #wrap {
        width: 100% !important
    }

    body.boxed-layout #wrap {
        width: auto !important
    }

    .boxed-layout #top-bar-social.top-bar-right {
        right: auto
    }

    .boxed-layout #top-bar-social.top-bar-left {
        left: auto
    }

    .col:not(.slick-slide),
    .blog-entry {
        width: 100% !important;
        margin-bottom: 25px
    }
}

@media only screen and (max-width: 480px) {
    .boxed-layout #wrap .container {
        padding-left: 20px;
        padding-right: 20px
    }
}

figure>img {
    display: block;
    margin: 0 auto
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

img[class*="align"],
img[class*="attachment-"] {
    height: auto
}

.wp-caption {
    max-width: 100%;
    margin-bottom: 24px
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-bottom: 5px
}

.wp-caption-text {
    font-size: 14px;
    font-style: italic;
    color: #999
}

.wp-smiley {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    border: 0
}

embed,
iframe,
object {
    width: 100%;
    max-width: 100%
}

.alignleft {
    float: left;
    margin-right: 1.5em
}

.alignright {
    float: right;
    margin-left: 1.5em
}

.aligncenter {
    text-align: center;
    clear: both
}

img.aligncenter,
.wp-caption.aligncenter {
    display: block;
    margin: 0 auto
}

.alignnone {
    display: block
}

table {
    width: 100%;
    margin-bottom: 2.618em
}

table th,
table td {
    padding: 10px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #e9e9e9
}

table th {
    text-transform: uppercase
}

table tr th:first-child,
table tr td:first-child {
    padding-left: 0
}

table tr th:last-child,
table tr td:last-child {
    padding-right: 0
}

.sticky,
.bypostauthor {
    font-size: inherit
}

.col:after,
.clr:after,
.group:after,
dl:after,
.left_float:after,
.right_float:after {
    content: '';
    display: block;
    visibility: hidden;
    clear: both;
    zoom: 1;
    height: 0
}

.left_float {
    float: left;
    width: 48%
}

.right_float {
    float: right;
    width: 48%
}

.no_float {
    clear: both
}

.left_float label,
.right_float label,
.no_float label {
    font-size: 13px;
    font-weight: 600;
    color: #333
}

.full {
    display: block;
    width: 100%
}

.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;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.gallery-item {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin: 0 0 1.5em;
    width: 50%
}

.gallery-columns-1 .gallery-item {
    width: 100%
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
    display: inline-block;
    max-width: 100%;
    vertical-align: top
}

.gallery-item a img {
    display: block
}

.gallery-caption {
    background-color: #f5f5f5;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    padding: 8px 10px
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none
}

@media screen and (min-width: 30em) {
    .gallery-item {
        max-width: 25%
    }

    .gallery-columns-1 .gallery-item {
        max-width: 100%
    }

    .gallery-columns-2 .gallery-item {
        max-width: 50%
    }

    .gallery-columns-3 .gallery-item {
        max-width: 33.33%
    }

    .gallery-columns-4 .gallery-item {
        max-width: 25%
    }
}

@media screen and (min-width: 48em) {
    .gallery-columns-5 .gallery-item {
        max-width: 20%
    }

    .gallery-columns-6 .gallery-item {
        max-width: 16.66%
    }

    .gallery-columns-7 .gallery-item {
        max-width: 14.28%
    }

    .gallery-columns-8 .gallery-item {
        max-width: 12.5%
    }

    .gallery-columns-9 .gallery-item {
        max-width: 11.11%
    }
}

a {
    color: #333
}

a:hover {
    color: #13aff0
}

a.light {
    color: #fff
}

a.light:hover {
    color: #13aff0
}

a,
a:hover,
a:focus {
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    margin: 0 0 20px;
    color: #333;
    line-height: 1.4
}

h1 {
    font-size: 23px
}

h2 {
    font-size: 20px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 17px
}

h5 {
    font-size: 15px
}

h6 {
    font-size: 14px
}

.theme-heading {
    font-size: 14px;
    letter-spacing: 1.3px;
    margin: 0 0 20px;
    text-transform: uppercase
}

.theme-heading .text::before {
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 18px;
    font-weight: 600;
    color: #13aff0;
    padding-right: 6px
}

p {
    margin: 0 0 20px
}

abbr[title],
dfn[title] {
    cursor: help
}

del {
    vertical-align: baseline;
    text-decoration: line-through;
    color: #aaa
}

code,
kbd,
pre,
samp {
    font-size: 16px
}

pre {
    margin: 20px 0;
    padding: 20px;
    color: #2080ad;
    background-color: #fafafa
}

code {
    color: #2080ad
}

blockquote {
    font-style: italic;
    margin: 20px 40px;
    padding-left: 20px;
    border-left-width: 3px;
    border-style: solid;
    border-color: #13aff0
}

blockquote cite {
    position: relative;
    display: block;
    padding: 10px 0 0 20px;
    color: #555
}

blockquote cite:before {
    position: absolute;
    left: 0;
    content: "\2014"
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: ""
}

address {
    display: block;
    margin: 0 0 20px
}

ul,
ol {
    margin: 15px 0 15px 20px
}

ol {
    list-style-type: decimal
}

ol ol {
    list-style: upper-alpha
}

ol ol ol {
    list-style: lower-roman
}

ol ol ol ol {
    list-style: lower-alpha
}

li ul,
li ol {
    margin: 0 0 0 25px
}

dl {
    margin: 20px
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: 20px
}

hr {
    clear: both;
    height: 1px;
    min-height: 0;
    margin: 20px 0;
    border-top: 1px solid #e9e9e9;
    border-right: 0;
    border-bottom: 0;
    border-left: 0
}

hr.dotted {
    border-style: dotted
}

hr.dashed {
    border-style: dashed
}

hr.blackborder {
    border-color: #000
}

hr.whiteborder {
    border-color: #fff
}

@media print {
    * {
        background: transparent !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: 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
    }
}

@media only screen and (max-width: 480px) {
    blockquote {
        margin: 20px 0
    }
}

form input[type="text"],
form input[type="password"],
form input[type="email"],
form input[type="url"],
form input[type="date"],
form input[type="month"],
form input[type="time"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="week"],
form input[type="number"],
form input[type="search"],
form input[type="tel"],
form input[type="color"],
form select,
form textarea {
    display: inline-block;
    min-height: 40px;
    width: 100%;
    font-size: 14px;
    line-height: 1.8;
    padding: 6px 12px;
    vertical-align: middle;
    background-color: transparent;
    color: #333;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

form select {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

form input[type="number"] {
    max-width: 50px;
    padding: 0 0 0 8px
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="search"],
textarea {
    -webkit-appearance: none
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none
}

form textarea {
    min-height: 150px;
    line-height: 1.5;
    resize: vertical
}

input[type="checkbox"] {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #bbb;
    line-height: 0;
    width: 16px;
    min-width: 16px;
    height: 16px;
    margin: -3px 10px 0 0;
    outline: 0;
    text-align: center;
    vertical-align: middle;
    clear: none;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.05s border-color ease-in-out;
    -moz-transition: 0.05s border-color ease-in-out;
    -ms-transition: 0.05s border-color ease-in-out;
    -o-transition: 0.05s border-color ease-in-out;
    transition: 0.05s border-color ease-in-out
}

input[type=radio]:checked:before,
input[type=checkbox]:checked:before {
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    line-height: 14px;
    font-family: 'FontAwesome';
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

input[type=checkbox]:checked:before {
    content: '\f00c';
    margin-bottom: -1px;
    color: #13aff0
}

form input:not([type]) {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 3px #ddd;
    -moz-box-shadow: inset 0 1px 3px #ddd;
    box-shadow: inset 0 1px 3px #ddd
}

form input[type="color"] {
    padding: 5px 10px
}

form input[type="text"]:focus,
form input[type="password"]:focus,
form input[type="email"]:focus,
form input[type="url"]:focus,
form input[type="date"]:focus,
form input[type="month"]:focus,
form input[type="time"]:focus,
form input[type="datetime"]:focus,
form input[type="datetime-local"]:focus,
form input[type="week"]:focus,
form input[type="number"]:focus,
form input[type="search"]:focus,
form input[type="tel"]:focus,
form input[type="color"]:focus,
form select:focus,
form textarea:focus {
    border-color: #bbb;
    outline: 0
}

form input:not([type]):focus {
    border-color: #bbb;
    outline: 0
}

form input[type="file"]:focus,
form input[type="radio"]:focus,
form input[type="checkbox"]:focus {
    outline: 0
}

form input[type="checkbox"],
form input[type="radio"] {
    display: inline-block
}

form input[type="text"][disabled],
form input[type="password"][disabled],
form input[type="email"][disabled],
form input[type="url"][disabled],
form input[type="date"][disabled],
form input[type="month"][disabled],
form input[type="time"][disabled],
form input[type="datetime"][disabled],
form input[type="datetime-local"][disabled],
form input[type="week"][disabled],
form input[type="number"][disabled],
form input[type="search"][disabled],
form input[type="tel"][disabled],
form input[type="color"][disabled],
form select[disabled],
form textarea[disabled] {
    cursor: not-allowed;
    color: #cad2d3;
    background-color: #eaeded
}

form input:not([type])[disabled] {
    cursor: not-allowed;
    color: #cad2d3;
    background-color: #eaeded
}

form input[readonly],
form select[readonly],
form textarea[readonly] {
    color: #777;
    border-color: #ccc;
    background-color: #eee
}

form input:focus:invalid,
form textarea:focus:invalid,
form select:focus:invalid {
    color: #b94a48;
    border-color: #e9322d
}

form input[type="file"]:focus:invalid:focus,
form input[type="radio"]:focus:invalid:focus,
form input[type="checkbox"]:focus:invalid:focus {
    outline-color: #e9322d
}

select {
    width: 100%;
    height: 2.25em;
    min-height: auto;
    border: 1px solid #ddd;
    background-color: white;
    cursor: pointer;
    padding: 0 15px;
    margin: 0
}

form select[multiple] {
    height: auto
}

form label {
    margin-bottom: 3px
}

form fieldset {
    margin: 0;
    padding: .35em 0 .75em;
    border: 0
}

form legend {
    display: block;
    width: 100%;
    margin-bottom: .3em;
    padding: .3em 0;
    color: #333;
    border-bottom: 1px solid #e5e5e5
}

input[type="button"],
input[type="reset"],
input[type="submit"],
button[type="submit"],
.button,
body div.wpforms-container-full .wpforms-form input[type=submit],
body div.wpforms-container-full .wpforms-form button[type=submit],
body div.wpforms-container-full .wpforms-form .wpforms-page-button {
    display: inline-block;
    font-family: inherit;
    background-color: #13aff0;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    padding: 14px 20px;
    border: 0;
    cursor: pointer;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button[type="submit"]:hover,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button[type="submit"]:focus,
.button:hover,
body div.wpforms-container-full .wpforms-form input[type=submit]:hover,
body div.wpforms-container-full .wpforms-form button[type=submit]:hover,
body div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
    background-color: #0b7cac;
    color: #fff
}

input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button[type="submit"]:focus,
button:focus,
.button:focus {
    outline: 0
}

.pure-button[disabled],
.pure-button-disabled,
.pure-button-disabled:hover,
.pure-button-disabled:focus,
.pure-button-disabled:active {
    cursor: not-allowed;
    -moz-opacity: .4;
    -webkit-opacity: .4;
    opacity: .4;
    border: none;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
    padding: 0;
    border: 0
}

.pure-button-primary,
.pure-button-selected,
a.pure-button-primary,
a.pure-button-selected {
    color: #fff;
    background-color: #0078e7
}

.comment-form-cookies-consent {
    display: inline-block;
    width: 100%
}

.comment-form-cookies-consent label {
    display: inline-block
}

#top-bar-wrap {
    position: relative;
    background-color: #fff;
    font-size: 12px;
    border-bottom: 1px solid #f1f1f1;
    z-index: 101
}

#top-bar {
    padding: 8px 0
}

#top-bar-inner {
    position: relative
}

.top-bar-left {
    float: left
}

.top-bar-right {
    float: right
}

.top-bar-centered {
    float: none;
    text-align: center
}

@media only screen and (max-width: 767px) {
    #top-bar {
        padding: 20px 0
    }

    #top-bar>div:nth-child(2) {
        padding-top: 20px
    }

    .top-bar-right {
        float: none;
        text-align: center
    }
}

#top-bar-content strong {
    color: #333
}

#top-bar-content>a {
    color: #555
}

#top-bar-content>a:hover {
    color: #13aff0
}

#top-bar-content select {
    background-color: transparent;
    padding: 5px;
    color: rgba(0, 0, 0, 0.4);
    border-color: rgba(0, 0, 0, 0.2);
    min-width: 100px
}

#top-bar-content #lang_sel {
    position: relative;
    display: inline-block;
    top: 3px;
    margin-right: 10px;
    z-index: 99
}

#topbar-template {
    display: inline-block
}

#top-bar-wrap #lang_sel ul ul {
    z-index: 99999
}

.top-bar-right .polylang-switcher-shortcode {
    float: right;
    margin: 0;
    margin-left: 20px
}

.top-bar-left .polylang-switcher-shortcode {
    float: left;
    margin: 0;
    margin-right: 20px
}

@media only screen and (max-width: 767px) {

    #top-bar-content,
    #top-bar-social-alt {
        float: none;
        text-align: center
    }

    #top-bar #lang_sel {
        text-align: left
    }

    body.rtl #top-bar #lang_sel {
        text-align: right
    }
}

.top-bar-left.has-content #top-bar-nav,
.top-bar-right.has-content #top-bar-nav {
    margin: 0;
    margin-right: 20px;
    padding: 0
}

#top-bar-nav,
#top-bar-nav>li {
    display: inline-block
}

#top-bar-content.top-bar-centered #top-bar-nav,
#top-bar-content.top-bar-centered #top-bar-nav>li {
    display: inline-block;
    float: none
}

#top-bar-nav>ul>li {
    display: inline-block;
    float: none;
    margin-right: 15px
}

#top-bar-nav>ul>li:last-child {
    margin-right: 0
}

#top-bar-nav>ul>li a .nav-arrow {
    margin-left: 4px;
    margin-right: 0
}

@media only screen and (max-width: 767px) {
    #top-bar #top-bar-nav>li {
        float: none;
        display: inline-block
    }

    #top-bar-nav {
        float: none;
        text-align: center
    }
}

#top-bar-social ul {
    margin: 0;
    padding: 0;
    list-style: none
}

#top-bar-social li {
    float: left
}

#top-bar-social li a {
    display: block;
    float: left;
    font-size: 14px;
    color: #bbb;
    padding: 0 6px
}

#top-bar-social.top-bar-left li:first-child a {
    padding-left: 0
}

#top-bar-social.top-bar-right li:last-child a {
    padding-right: 0
}

#top-bar-social li a.oceanwp-twitter a:hover {
    color: #46d4fe
}

#top-bar-social li a.oceanwp-facebook a:hover {
    color: #37589b
}

#top-bar-social li a.oceanwp-googleplus a:hover {
    color: #de5a49
}

#top-bar-social li a.oceanwp-pinterest a:hover {
    color: #cb2027
}

#top-bar-social li a.oceanwp-dribbble a:hover {
    color: #ea4c89
}

#top-bar-social li a.oceanwp-vk a:hover {
    color: #597BA5
}

#top-bar-social li a.oceanwp-instagram a:hover {
    color: #3F729B
}

#top-bar-social li a.oceanwp-linkedin a:hover {
    color: #3399CC
}

#top-bar-social li a.oceanwp-tumblr a:hover {
    color: #2C4762
}

#top-bar-social li a.oceanwp-github a:hover {
    color: #60b044
}

#top-bar-social li a.oceanwp-flickr a:hover {
    color: #fa4086
}

#top-bar-social li a.oceanwp-skype a:hover {
    color: #00AFF0
}

#top-bar-social li a.oceanwp-youtube a:hover {
    color: #C4302B
}

#top-bar-social li a.oceanwp-vimeo a:hover {
    color: #1ab7ea
}

#top-bar-social li a.oceanwp-vine a:hover {
    color: #00bf8f
}

#top-bar-social li a.oceanwp-xing a:hover {
    color: #006464
}

#top-bar-social li a.oceanwp-yelp a:hover {
    color: #C41200
}

#top-bar-social li a.oceanwp-tripadvisor a:hover {
    color: #589442
}

#top-bar-social li a.oceanwp-rss a:hover {
    color: #ff7900
}

#top-bar-social li a.oceanwp-email a:hover {
    color: #13aff0
}

#top-bar-social.top-bar-right {
    position: absolute;
    right: 0;
    top: 50%;
    height: 20px;
    line-height: 20px;
    margin-top: -10px
}

#top-bar-social.top-bar-left {
    position: absolute;
    left: 0;
    top: 50%;
    height: 20px;
    line-height: 20px;
    margin-top: -10px
}

#top-bar-social.top-bar-centered {
    padding-top: 15px
}

#top-bar-social.top-bar-centered li {
    display: inline-block;
    float: none
}

@media only screen and (max-width: 767px) {
    #top-bar-social {
        text-align: center
    }

    #top-bar-social.top-bar-left,
    #top-bar-social.top-bar-right {
        position: inherit;
        left: auto;
        right: auto;
        float: none;
        height: auto;
        line-height: 1.5em;
        margin-top: 0
    }

    #top-bar-social li {
        float: none;
        display: inline-block
    }
}

#site-header {
    position: relative;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #f1f1f1;
    z-index: 100
}

#site-header.is-transparent {
    position: absolute;
    top: 0;
    background-color: transparent;
    height: auto;
    z-index: 9999
}

#transparent-header-wrap {
    position: relative
}

.has-transparent-header .oceanwp-sticky-header-holder {
    height: auto !important
}

.has-transparent-header .is-sticky #site-header {
    background-color: #fff
}

.no-header-border #site-header {
    border-bottom: none
}

#site-header-inner {
    position: relative;
    height: 100%
}

#site-logo {
    float: left;
    height: 100%;
    display: table
}

#site-logo #site-logo-inner {
    display: table-cell;
    vertical-align: middle;
    height: 74px
}

#site-logo #site-logo-inner a {
    background-color: transparent !important
}

#site-logo #site-logo-inner a img {
    width: auto;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

#site-logo #site-logo-inner a:hover img {
    -moz-opacity: .6;
    -webkit-opacity: .6;
    opacity: .6
}

#site-logo a.site-logo-text {
    font-size: 24px;
    margin: 0
}

#site-logo.has-responsive-logo .responsive-logo-link {
    display: none
}

#site-header.has-header-media>*:not(.overlay-header-media) {
    position: relative;
    z-index: 2
}

#site-header.has-header-media .overlay-header-media {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1
}

#site-header .custom-header-media {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%
}

#site-header .custom-header-media:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    height: 100%;
    z-index: 2;
    background: -moz-linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%);
    background: -webkit-linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%)
}

#site-header .custom-header-media video,
#site-header .custom-header-media iframe {
    position: absolute;
    height: auto;
    left: 50%;
    max-width: 1000%;
    min-height: 100%;
    min-width: 100%;
    min-width: 100vw;
    width: auto;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

#site-header .custom-header-media .wp-custom-header-video-button {
    display: none
}

.has-header-video #site-header-inner {
    z-index: 10
}

@media only screen and (max-width: 959px) {
    .has-left-menu #site-logo {
        padding: 0 !important
    }
}

@media only screen and (max-width: 767px) {
    #site-logo {
        margin-top: 0px !important;
        margin-bottom: 0px !important
    }
}

#site-header.transparent-header {
    position: absolute;
    top: 0;
    background-color: transparent;
    height: auto;
    z-index: 9999
}

#site-header.transparent-header #site-logo.has-transparent-logo .custom-logo-link {
    display: none
}

#site-header.transparent-header #site-logo.has-transparent-logo .transparent-logo-link {
    display: block
}

.is-sticky #site-header.transparent-header #site-logo.has-transparent-logo .custom-logo-link {
    display: block
}

.is-sticky #site-header.transparent-header #site-logo.has-transparent-logo .transparent-logo-link {
    display: none
}

#site-header.top-header {
    border-bottom: 0 !important
}

#site-header.top-header .header-top {
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    z-index: 100
}

#site-header.top-header .header-top .left {
    float: left
}

#site-header.top-header .header-top .right {
    float: right
}

#site-header.top-header .header-top .right .inner {
    display: table;
    position: relative
}

#site-header.top-header #searchform-header-replace {
    background-color: #fff
}

#site-header.top-header.header-replace .left,
#site-header.top-header.header-replace .right {
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out
}

#site-header.top-header.header-replace .left.hide,
#site-header.top-header.header-replace .right.hide {
    visibility: hidden;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0
}

#site-header.top-header #site-navigation-wrap {
    float: none;
    right: auto !important;
    left: -15px
}

#site-header.top-header #site-navigation-wrap .dropdown-menu>li>a {
    font-size: 10px;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase
}

#site-header.top-header .oceanwp-social-menu,
#site-header.top-header #search-toggle {
    float: none;
    display: table-cell;
    vertical-align: middle;
    height: 40px
}

#site-header.top-header .oceanwp-social-menu .social-menu-inner {
    display: block;
    height: auto
}

#site-header.top-header .oceanwp-social-menu {
    right: 0;
    padding: 0 10px
}

#site-header.top-header .oceanwp-social-menu .colored ul li a,
#site-header.top-header .oceanwp-social-menu .minimal ul li a,
#site-header.top-header .oceanwp-social-menu .dark ul li a {
    padding: 0 3px
}

#site-header.top-header .oceanwp-social-menu .colored ul li a span,
#site-header.top-header .oceanwp-social-menu .minimal ul li a span,
#site-header.top-header .oceanwp-social-menu .dark ul li a span {
    width: 26px;
    height: 26px;
    line-height: 26px
}

#site-header.top-header #search-toggle {
    border-right: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
    padding: 0 6px
}

#site-header.top-header #search-toggle a {
    display: inline-block;
    font-size: 12px;
    width: 28px;
    text-align: center
}

#site-header.top-header.search-overlay #search-toggle .search-overlay-toggle {
    position: relative;
    z-index: 101
}

#site-header.top-header.search-overlay #search-toggle .search-overlay-toggle.exit>span:before {
    content: '✕';
    color: #fff
}

#site-header.top-header #searchform-header-replace input {
    color: #222;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px
}

#site-header.top-header #searchform-header-replace-close {
    font-size: 16px;
    padding: 0 6px
}

#site-header.top-header .header-bottom {
    text-align: center
}

#site-header.top-header #site-logo {
    float: none;
    display: inline-block;
    padding: 50px 0
}

#site-header.top-header #site-logo #site-logo-inner {
    display: block;
    height: auto
}

#site-header.top-header #site-logo #site-description {
    padding-top: 20px
}

#site-header.top-header #site-logo #site-description h2 {
    color: #929292;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0
}

#site-header.top-header .oceanwp-mobile-menu-icon {
    float: none;
    left: -15px;
    right: auto
}

#site-header.top-header .oceanwp-mobile-menu-icon a {
    font-size: 10px;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase
}

#site-header.top-header.has-header-media #site-header-sticky-wrapper,
#site-header.top-header.has-header-media .header-top {
    z-index: 101
}

@media only screen and (max-width: 959px) {

    .top-header-style .sidr-class-social-menu-inner,
    .top-header-style .sidr-class-mobile-searchform {
        display: none
    }
}

@media only screen and (max-width: 480px) {
    #site-header.top-header .right {
        display: none
    }

    #site-header.top-header.header-replace .left.hide,
    #site-header.top-header.header-replace .right.hide {
        visibility: visible;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1
    }

    #site-header.top-header .header-top .left,
    #site-header.top-header .header-top .right {
        float: none !important;
        text-align: center
    }

    #site-header.top-header .oceanwp-mobile-menu-icon {
        float: none;
        left: auto !important;
        right: auto !important
    }

    #site-header.top-header .oceanwp-mobile-menu-icon a {
        float: none
    }

    #site-header.top-header .header-top .right .inner {
        display: block;
        padding-bottom: 10px
    }

    #site-header.top-header .oceanwp-social-menu,
    #site-header.top-header #search-toggle {
        float: none;
        display: inline-block;
        height: auto
    }

    .top-header-style .sidr-class-social-menu-inner,
    .top-header-style .sidr-class-mobile-searchform {
        display: block
    }
}

#site-header.full_screen-header {
    z-index: 9999
}

#site-header.full_screen-header #site-header-inner {
    overflow: visible !important
}

#site-header.full_screen-header #site-navigation-wrap {
    right: 0
}

#site-header.full_screen-header #site-logo.has-full-screen-logo {
    position: relative;
    z-index: 101
}

#site-header.full_screen-header #site-logo.has-full-screen-logo .full-screen-logo-link {
    display: none
}

#site-header.full_screen-header #site-logo.has-full-screen-logo.opened .custom-logo-link,
#site-header.full_screen-header #site-logo.has-full-screen-logo.opened .retina-logo-link {
    display: none
}

#site-header.full_screen-header #site-logo.has-full-screen-logo.opened .full-screen-logo-link {
    display: block
}

#site-header.full_screen-header .menu-bar-wrap {
    float: right;
    height: 100%;
    display: table
}

#site-header.full_screen-header .menu-bar-inner {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    height: 74px
}

#site-header.full_screen-header .menu-bar {
    display: inline-block;
    position: relative;
    margin-left: 10px;
    min-width: 38px;
    height: 33px;
    text-align: center;
    z-index: 101
}

#site-header.full_screen-header .menu-bar .ham {
    display: inline-block;
    width: 23px;
    height: 2px;
    position: relative;
    top: 2px;
    background-color: #333;
    vertical-align: middle;
    white-space: nowrap;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s
}

#site-header.full_screen-header .menu-bar .ham:before,
#site-header.full_screen-header .menu-bar .ham:after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 23px;
    height: 2px;
    left: 0;
    background-color: #333;
    outline: 1px solid transparent;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s
}

#site-header.full_screen-header .menu-bar .ham:before {
    top: -8px
}

#site-header.full_screen-header .menu-bar .ham:after {
    top: 8px
}

#site-header.full_screen-header .menu-bar.exit .ham {
    background-color: transparent !important
}

#site-header.full_screen-header .menu-bar.exit .ham:before,
#site-header.full_screen-header .menu-bar.exit .ham:after {
    background-color: #fff
}

#site-header.full_screen-header .menu-bar.exit .ham:before {
    -webkit-transform: translateY(8px) rotateZ(-45deg);
    -moz-transform: translateY(8px) rotateZ(-45deg);
    -ms-transform: translateY(8px) rotateZ(-45deg);
    -o-transform: translateY(8px) rotateZ(-45deg);
    transform: translateY(8px) rotateZ(-45deg)
}

#site-header.full_screen-header .menu-bar.exit .ham:after {
    -webkit-transform: translateY(-8px) rotateZ(45deg);
    -moz-transform: translateY(-8px) rotateZ(45deg);
    -ms-transform: translateY(-8px) rotateZ(45deg);
    -o-transform: translateY(-8px) rotateZ(45deg);
    transform: translateY(-8px) rotateZ(45deg)
}

#site-header.full_screen-header.nav-open {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important
}

#site-header.full_screen-header #full-screen-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    overflow-y: scroll;
    z-index: 100
}

#site-header.full_screen-header #full-screen-menu #full-screen-menu-inner {
    display: table;
    width: 100%;
    height: 100%;
    padding: 0 40px
}

#site-header.full_screen-header #full-screen-menu #site-navigation {
    display: table-cell;
    vertical-align: middle;
    padding: 100px 0;
    text-align: center
}

#site-header.full_screen-header .fs-dropdown-menu {
    list-style: none;
    margin: 0
}

#site-header.full_screen-header .fs-dropdown-menu li a {
    display: block;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase
}

#site-header.full_screen-header .fs-dropdown-menu li a:hover {
    color: #929292
}

#site-header.full_screen-header .fs-dropdown-menu li>a .nav-arrow {
    display: inline-block;
    width: 26px;
    padding-left: 5px;
    text-align: center
}

#site-header.full_screen-header .fs-dropdown-menu li>a .nav-arrow:before {
    content: '+'
}

#site-header.full_screen-header .fs-dropdown-menu li.open-sub>a .nav-arrow:before {
    content: '-'
}

#site-header.full_screen-header .fs-dropdown-menu li .sidebar-box {
    display: none
}

#site-header.full_screen-header .fs-dropdown-menu ul.sub-menu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0
}

#site-header.full_screen-header .fs-dropdown-menu ul.sub-menu li a {
    font-size: 16px;
    padding: 6px 0
}

#site-header.full_screen-header .fs-dropdown-menu>li {
    display: block
}

#site-header.full_screen-header .fs-dropdown-menu>li>a {
    font-size: 24px;
    line-height: 1.2;
    padding: 12px 0
}

#site-header.full_screen-header .fs-dropdown-menu>li.search-toggle-li {
    max-width: 220px;
    margin: 10px auto 0
}

#site-header.full_screen-header .fs-dropdown-menu>li.search-toggle-li form {
    position: relative
}

#site-header.full_screen-header .fs-dropdown-menu>li.search-toggle-li input,
#site-header.full_screen-header .fs-dropdown-menu>li.search-toggle-li label {
    font-size: 20px;
    padding: 4px 0;
    color: #fff;
    margin: 0;
    text-align: center;
    text-transform: uppercase
}

#site-header.full_screen-header .fs-dropdown-menu>li.search-toggle-li input {
    position: relative;
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid #666;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    z-index: 2
}

#site-header.full_screen-header .fs-dropdown-menu>li.search-toggle-li input:hover,
#site-header.full_screen-header .fs-dropdown-menu>li.search-toggle-li input:focus {
    border-color: #fff
}

#site-header.full_screen-header .fs-dropdown-menu>li.search-toggle-li label {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: text;
    -moz-opacity: .5;
    -webkit-opacity: .5;
    opacity: .5;
    z-index: 1
}

#site-header.full_screen-header .fs-dropdown-menu>li.search-toggle-li label i {
    display: inline-block;
    background-color: #fff;
    width: 3px;
    height: 3px;
    margin-left: 3px;
    -ms-animation: blink 1s linear infinite;
    -webkit-animation: blink 1s linear infinite;
    -o-animation: blink 1s linear infinite;
    -moz-animation: blink 1s linear infinite;
    animation: blink 1s linear infinite
}

#site-header.full_screen-header .fs-dropdown-menu>li.search-toggle-li label i+i {
    -ms-animation-delay: .2s;
    -webkit-animation-delay: .2s;
    -o-animation-delay: .2s;
    -moz-animation-delay: .2s;
    animation-delay: .2s
}

#site-header.full_screen-header .fs-dropdown-menu>li.search-toggle-li label i+i+i {
    -ms-animation-delay: .4s;
    -webkit-animation-delay: .4s;
    -o-animation-delay: .4s;
    -moz-animation-delay: .4s;
    animation-delay: .4s
}

#site-header.full_screen-header .fs-dropdown-menu>li.search-toggle-li form.search-filled label {
    -moz-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-transition-duration: 150ms;
    -moz-transition-duration: 150ms;
    -ms-transition-duration: 150ms;
    -o-transition-duration: 150ms;
    transition-duration: 150ms
}

#site-header.full_screen-header .oceanwp-social-menu {
    display: block;
    float: none;
    margin-top: 30px;
    text-align: center;
    right: auto
}

#site-header.full_screen-header .oceanwp-social-menu .social-menu-inner {
    display: block;
    height: auto !important
}

#site-header.full_screen-header .oceanwp-social-menu ul li {
    float: none;
    display: inline-block
}

#site-header.full_screen-header .oceanwp-social-menu.simple-social ul li a {
    background-color: transparent !important;
    color: #fff;
    font-size: 24px;
    padding: 0 16px;
    margin: 0
}

#site-header.full_screen-header .oceanwp-social-menu.simple-social ul li a:hover {
    color: #929292
}

#site-header.full_screen-header .oceanwp-social-menu .colored ul li a,
#site-header.full_screen-header .oceanwp-social-menu .minimal ul li a,
#site-header.full_screen-header .oceanwp-social-menu .dark ul li a {
    padding: 0 4px
}

#site-header.full_screen-header .oceanwp-social-menu .colored ul li a span,
#site-header.full_screen-header .oceanwp-social-menu .minimal ul li a span,
#site-header.full_screen-header .oceanwp-social-menu .dark ul li a span {
    font-size: 16px;
    width: 60px;
    height: 60px;
    line-height: 60px
}

@-webkit-keyframes blink {
    0% {
        -webkit-opacity: 1
    }

    50% {
        -webkit-opacity: 0
    }

    100% {
        -webkit-opacity: 1
    }
}

@-moz-keyframes blink {
    0% {
        -moz-opacity: 1
    }

    50% {
        -moz-opacity: 0
    }

    100% {
        -moz-opacity: 1
    }
}

@-o-keyframes blink {
    0% {
        -o-opacity: 1
    }

    50% {
        -o-opacity: 0
    }

    100% {
        -o-opacity: 1
    }
}

@keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@media only screen and (max-width: 959px) {
    #site-header.full_screen-header #site-logo.has-full-screen-logo.opened .custom-logo-link {
        display: block
    }

    #site-header.full_screen-header #site-logo.has-full-screen-logo.opened .full-screen-logo-link {
        display: none
    }
}

#site-header.center-header #site-logo {
    display: none
}

#site-header.center-header #site-navigation-wrap {
    float: none;
    width: 100%;
    right: auto
}

#site-header.center-header #site-navigation-wrap .navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

#site-header.center-header #site-navigation-wrap .middle-site-logo {
    width: 24%;
    text-align: center
}

#site-header.center-header #site-navigation-wrap .middle-site-logo a img {
    width: auto;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

#site-header.center-header #site-navigation-wrap .middle-site-logo:hover img {
    -moz-opacity: .6;
    -webkit-opacity: .6;
    opacity: .6
}

#site-header.center-header #site-navigation-wrap .left-menu,
#site-header.center-header #site-navigation-wrap .right-menu {
    position: relative;
    width: 38%
}

#site-header.center-header #site-navigation-wrap .left-menu {
    float: left
}

#site-header.center-header #site-navigation-wrap .right-menu {
    float: right
}

#site-header.center-header #site-navigation-wrap .dropdown-menu>li {
    float: none;
    display: inline-block
}

#site-header.center-header .centered .left-menu,
#site-header.center-header .centered .right-menu {
    text-align: center
}

#site-header.center-header .wider .left-menu {
    text-align: left
}

#site-header.center-header .wider .right-menu {
    text-align: right
}

#site-header.center-header .closer .left-menu {
    text-align: right
}

#site-header.center-header .closer .right-menu {
    text-align: left
}

#site-header.center-header #searchform-header-replace.show {
    max-width: 100% !important
}

#site-header.center-header.header-replace #site-navigation .middle-site-logo {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s
}

#site-header.center-header.header-replace #site-navigation.hide .middle-site-logo {
    visibility: hidden;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0
}

#site-header.medium-header {
    background-color: transparent;
    text-align: center
}

#site-header.medium-header .top-header-wrap {
    position: relative;
    background-color: #fff;
    padding: 30px 0;
    -webkit-transition: padding 0.4s ease-in-out;
    -moz-transition: padding 0.4s ease-in-out;
    -ms-transition: padding 0.4s ease-in-out;
    -o-transition: padding 0.4s ease-in-out;
    transition: padding 0.4s ease-in-out;
    z-index: 10
}

#site-header.medium-header .top-header-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    margin: 0
}

#site-header.medium-header .top-col {
    -webkit-flex: 1 0 0%;
    flex: 1 0 0%
}

#site-header.medium-header .top-col.col-1 {
    text-align: left
}

#site-header.medium-header .top-col.col-2,
#site-header.medium-header .top-col.logo-col {
    text-align: center
}

#site-header.medium-header .top-col.col-3 {
    text-align: right
}

#site-header.medium-header #medium-searchform form {
    display: inline-block;
    position: relative
}

#site-header.medium-header #medium-searchform form.search-filled label {
    -moz-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-transition-duration: 150ms;
    -moz-transition-duration: 150ms;
    -ms-transition-duration: 150ms;
    -o-transition-duration: 150ms;
    transition-duration: 150ms
}

#site-header.medium-header #medium-searchform input {
    position: relative;
    background-color: transparent !important;
    border: 0;
    margin: 0;
    padding: 6px 38px 6px 12px;
    max-width: 178px;
    z-index: 2
}

#site-header.medium-header #medium-searchform input:focus {
    max-width: 220px
}

#site-header.medium-header #medium-searchform label,
#site-header.medium-header #medium-searchform button {
    position: absolute;
    top: 0;
    line-height: 40px;
    margin: 0
}

#site-header.medium-header #medium-searchform label {
    left: 12px;
    color: #333;
    cursor: text;
    -moz-opacity: .5;
    -webkit-opacity: .5;
    opacity: .5;
    z-index: 1
}

#site-header.medium-header #medium-searchform button {
    right: 0;
    width: 38px;
    background-color: transparent;
    color: #555;
    border: 0;
    padding: 0;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#site-header.medium-header #medium-searchform button:hover {
    color: #13aff0
}

#site-header.medium-header #medium-searchform .search-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f5f5f5
}

#site-header.medium-header #site-logo {
    float: none;
    display: block
}

#site-header.medium-header #site-logo #site-logo-inner {
    display: block;
    height: auto !important
}

#site-header.medium-header .oceanwp-social-menu {
    float: none;
    display: block;
    right: auto !important;
    left: auto !important
}

#site-header.medium-header .oceanwp-social-menu .social-menu-inner {
    display: block;
    height: auto !important
}

#site-header.medium-header .oceanwp-social-menu ul li {
    float: none;
    display: inline-block
}

#site-header.medium-header #site-navigation-wrap {
    position: relative;
    background-color: #f9f9f9;
    float: none;
    position: relative;
    right: auto !important;
    left: auto !important;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    z-index: 9
}

#site-header.medium-header #site-navigation-wrap.left-menu #site-navigation {
    float: left;
    left: -22px
}

#site-header.medium-header #site-navigation-wrap.center-menu #site-navigation .dropdown-menu>li {
    float: none;
    display: inline-block
}

#site-header.medium-header #site-navigation-wrap.right-menu #site-navigation {
    float: right;
    right: -22px
}

#site-header.medium-header #site-navigation-wrap #site-navigation {
    display: inline-block;
    position: relative
}

#site-header.medium-header #site-navigation-wrap .dropdown-menu>li>a {
    font-size: 12px;
    line-height: 60px;
    padding: 0 22px;
    text-transform: uppercase;
    letter-spacing: 1px
}

#site-header.medium-header.hidden-menu #site-navigation-wrap,
#site-header.medium-header.hidden-menu #site-navigation,
#site-header.medium-header.hidden-menu .oceanwp-mobile-menu-icon {
    max-height: 150px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.is-sticky #site-header.medium-header .top-header-wrap {
    padding: 20px 0
}

.is-sticky #site-header.medium-header .top-header-wrap .oceanwp-social-menu .social-menu-inner {
    height: auto
}

.is-sticky #site-header.medium-header.hidden-menu #site-navigation-wrap,
.is-sticky #site-header.medium-header.hidden-menu #site-navigation,
.is-sticky #site-header.medium-header.hidden-menu .oceanwp-mobile-menu-icon {
    max-height: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    visibility: hidden
}

.is-sticky #site-header.medium-header.hidden-menu:hover #site-navigation-wrap,
.is-sticky #site-header.medium-header.hidden-menu:hover #site-navigation,
.is-sticky #site-header.medium-header.hidden-menu:hover .oceanwp-mobile-menu-icon {
    max-height: 150px;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    visibility: visible
}

#site-header.medium-header .oceanwp-mobile-menu-icon {
    float: none;
    background-color: #f9f9f9;
    right: auto !important;
    left: auto !important
}

#site-header.medium-header .oceanwp-mobile-menu-icon a {
    float: none;
    display: inline-block;
    font-size: 12px;
    padding: 0 22px;
    line-height: 60px;
    letter-spacing: 1px;
    text-transform: uppercase
}

#site-header.medium-header.is-transparent .top-header-wrap,
#site-header.medium-header.is-transparent #site-navigation-wrap,
#site-header.medium-header.is-transparent .oceanwp-mobile-menu-icon {
    background-color: transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

@media only screen and (max-width: 959px) {

    .medium-header-style .sidr-class-social-menu-inner,
    .medium-header-style .sidr-class-mobile-searchform {
        display: none
    }
}

@media only screen and (max-width: 767px) {
    #site-header.medium-header .top-header-inner {
        display: block
    }

    #site-header.medium-header .top-col:not(.logo-col) {
        display: none
    }

    #site-header.medium-header .top-col.logo-col {
        display: inline-block;
        text-align: center
    }

    .medium-header-style .sidr-class-social-menu-inner,
    .medium-header-style .sidr-class-mobile-searchform {
        display: block
    }
}

@media only screen and (max-width: 480px) {
    #site-header.medium-header .header-top-wrap {
        padding: 20px 0
    }

    #site-header.medium-header .oceanwp-mobile-menu-icon a {
        line-height: 40px
    }
}

#site-header.vertical-header {
    position: fixed;
    top: 0;
    width: 300px;
    max-width: 100%;
    height: 100%;
    border-bottom: none;
    z-index: 3000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

#site-header.vertical-header.has-scrolled {
    background-color: #fff
}

#site-header.vertical-header.has-shadow {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1)
}

#site-header.vertical-header .has-template>#site-logo {
    display: none
}

#site-header.vertical-header #site-header-inner {
    max-width: 100%;
    padding: 30px 0;
    overflow: hidden
}

#site-header.vertical-header #site-header-inner>*:not(#site-navigation-wrap) {
    padding: 0 30px
}

#site-header.vertical-header.vh-left-logo #site-logo {
    text-align: left
}

#site-header.vertical-header.vh-center-logo #site-logo {
    text-align: center
}

#site-header.vertical-header.vh-right-logo #site-logo {
    text-align: right
}

#site-header.vertical-header #site-logo,
#site-header.vertical-header #site-logo #site-logo-inner {
    display: block;
    float: none;
    height: auto
}

#site-header.vertical-header #site-logo {
    margin: 20px 0 45px
}

#site-header.vertical-header .has-social #site-navigation-wrap {
    right: auto
}

#site-header.vertical-header #site-navigation-wrap {
    float: none;
    right: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

#site-header.vertical-header #site-navigation-wrap .dropdown-menu li {
    display: block;
    float: none;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05)
}

#site-header.vertical-header #site-navigation-wrap .dropdown-menu li:last-child {
    border-bottom: none
}

#site-header.vertical-header #site-navigation-wrap .dropdown-menu li>a {
    position: relative;
    line-height: 1;
    padding: 17px 30px
}

#site-header.vertical-header #site-navigation-wrap .dropdown-menu li>a .dropdown-toggle {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    line-height: 1;
    cursor: pointer;
    text-align: center
}

#site-header.vertical-header #site-navigation-wrap .dropdown-menu li>a .dropdown-toggle:before {
    content: '+';
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 1;
    margin-top: -10px;
    margin-left: -10px
}

#site-header.vertical-header #site-navigation-wrap .dropdown-menu li.active>a>.dropdown-toggle:before {
    content: '-'
}

#site-header.vertical-header #site-navigation-wrap .dropdown-menu .sub-menu {
    display: none;
    position: relative;
    top: 100%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

#site-header.vertical-header #site-navigation-wrap .nav-arrow,
#site-header.vertical-header #site-navigation-wrap .sidebar-box {
    display: none
}

#site-header.vertical-header #vertical-searchform {
    margin-top: 40px
}

#site-header.vertical-header #vertical-searchform form {
    position: relative
}

#site-header.vertical-header #vertical-searchform form.search-filled label {
    -moz-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-transition-duration: 150ms;
    -moz-transition-duration: 150ms;
    -ms-transition-duration: 150ms;
    -o-transition-duration: 150ms;
    transition-duration: 150ms
}

#site-header.vertical-header #vertical-searchform form input {
    position: relative;
    font-size: 14px;
    border-width: 0 0 2px;
    background-color: transparent !important;
    border-color: rgba(0, 0, 0, 0.04);
    padding: 10px 12px;
    z-index: 2
}

#site-header.vertical-header #vertical-searchform form label,
#site-header.vertical-header #vertical-searchform form button {
    position: absolute;
    top: 50%;
    margin: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

#site-header.vertical-header #vertical-searchform form label {
    left: 12px;
    cursor: text;
    -moz-opacity: .5;
    -webkit-opacity: .5;
    opacity: .5;
    z-index: 1
}

#site-header.vertical-header #vertical-searchform form button {
    right: 0;
    width: 50px;
    height: 100%;
    line-height: 1;
    padding: 0;
    background-color: transparent;
    color: #777;
    border: none;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#site-header.vertical-header #vertical-searchform form button:hover {
    color: #333
}

#site-header.vertical-header #vertical-searchform form .search-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.03)
}

#site-header.vertical-header .oceanwp-social-menu {
    float: none;
    display: block;
    margin-top: 40px
}

#site-header.vertical-header .oceanwp-social-menu.simple-social {
    right: auto
}

#site-header.vertical-header .oceanwp-social-menu .social-menu-inner {
    display: block;
    height: auto
}

#site-header.vertical-header .custom-header-nav #site-navigation-wrap #site-navigation {
    display: block
}

#site-header.vertical-header .custom-header-nav #site-navigation-wrap #site-navigation .dropdown-menu>li>a {
    padding-left: 0;
    padding-right: 0
}

#site-header.vertical-header .vertical-toggle {
    display: none;
    position: absolute;
    top: 10px;
    width: 34px;
    height: 34px;
    font-size: 22px;
    line-height: 34px;
    padding: 0 !important;
    text-align: center
}

.has-vh-transparent .is-sticky #site-header.vertical-header {
    background-color: #fff
}

body.vertical-header-style.left-header #site-header.vertical-header {
    left: 0
}

body.vertical-header-style.left-header #site-header.vertical-header .vertical-toggle {
    right: 0
}

body.vertical-header-style.left-header #outer-wrap {
    margin-left: 300px
}

body.vertical-header-style.right-header #site-header.vertical-header {
    right: 0
}

body.vertical-header-style.right-header #site-header.vertical-header .vertical-toggle {
    left: 0
}

body.vertical-header-style.right-header #outer-wrap {
    margin-right: 300px
}

body.vertical-header-style.has-vh-transparent.left-header #outer-wrap {
    margin-left: 0
}

body.vertical-header-style.has-vh-transparent.right-header #outer-wrap {
    margin-right: 0
}

body.vertical-header-style.vh-closed.left-header #site-header.vertical-header {
    left: -266px
}

body.vertical-header-style.vh-closed.left-header #outer-wrap {
    margin-left: 34px
}

body.vertical-header-style.vh-closed.right-header #site-header.vertical-header {
    right: -266px
}

body.vertical-header-style.vh-closed.right-header #outer-wrap {
    margin-right: 34px
}

body.vertical-header-style.vh-closed.vh-opened.left-header #site-header.vertical-header {
    left: 0
}

body.vertical-header-style.vh-closed.vh-opened.right-header #site-header.vertical-header {
    right: 0
}

body.vertical-header-style.vh-closed.vh-opened #site-header.vertical-header #site-navigation-wrap {
    padding-right: 0
}

body.vertical-header-style.vh-closed #site-header.vertical-header .vertical-toggle {
    display: block
}

body.vertical-header-style.vh-closed #site-header.vertical-header #site-navigation-wrap {
    padding-right: 34px
}

@media only screen and (max-width: 1280px) {
    body.vertical-header-style.default-collapse.left-header #site-header.vertical-header {
        left: -266px
    }

    body.vertical-header-style.default-collapse.left-header #outer-wrap {
        margin-left: 34px
    }

    body.vertical-header-style.default-collapse.right-header #site-header.vertical-header {
        right: -266px
    }

    body.vertical-header-style.default-collapse.right-header #outer-wrap {
        margin-right: 34px
    }

    body.vertical-header-style.default-collapse.vh-opened.left-header #site-header.vertical-header {
        left: 0
    }

    body.vertical-header-style.default-collapse.vh-opened.right-header #site-header.vertical-header {
        right: 0
    }

    body.vertical-header-style.default-collapse.vh-opened #site-header.vertical-header #site-navigation-wrap {
        padding-right: 0
    }

    body.default-collapse #site-header.vertical-header .vertical-toggle {
        display: block
    }

    body.default-collapse #site-header.vertical-header #site-navigation-wrap {
        padding-right: 34px
    }
}

#site-header.custom-header ul.oceanwp-custom-menu {
    list-style: none;
    margin: 0;
    padding: 0
}

#site-header.custom-header ul.oceanwp-custom-menu li {
    display: inline-block
}

#site-header.custom-header ul.oceanwp-custom-menu li a {
    display: block;
    font-size: 13px;
    line-height: 40px;
    padding: 0 15px;
    letter-spacing: 0.6px
}

.custom-header-logo.left {
    text-align: left
}

.custom-header-logo.right {
    text-align: right
}

.custom-header-logo.center {
    text-align: center
}

.custom-header-logo #site-logo {
    float: none;
    display: inline-block
}

.custom-header-logo #site-logo #site-logo-inner {
    display: block;
    height: auto !important
}

.custom-header-nav.left {
    text-align: left
}

.custom-header-nav.right {
    text-align: right
}

.custom-header-nav.center {
    text-align: center
}

.custom-header-nav #site-navigation-wrap {
    float: none;
    right: auto
}

.custom-header-nav #site-navigation-wrap #site-navigation {
    display: inline-block;
    position: relative
}

.custom-header-nav #site-navigation-wrap .dropdown-menu>li {
    float: none;
    display: inline-block
}

.custom-header-nav .oceanwp-mobile-menu-icon {
    float: none !important
}

.custom-header-nav .oceanwp-mobile-menu-icon a {
    display: inline-block
}

#site-navigation-wrap {
    float: right;
    position: relative;
    right: -15px
}

#site-navigation-wrap .dropdown-menu {
    list-style: none;
    margin: 0;
    padding: 0
}

#site-navigation-wrap .dropdown-menu>li {
    float: left;
    position: relative
}

#site-navigation-wrap .dropdown-menu>li>a {
    display: block;
    font-size: 13px;
    line-height: 74px;
    color: #555;
    padding: 0 15px;
    letter-spacing: 0.6px
}

#site-navigation-wrap .dropdown-menu>li>a.site-search-toggle {
    letter-spacing: 0
}

#site-navigation-wrap .dropdown-menu>li>a:hover {
    color: #13aff0
}

#site-navigation-wrap .dropdown-menu>li>a .nav-arrow {
    padding-left: 6px;
    line-height: 1
}

#site-navigation-wrap .dropdown-menu>li.btn>a {
    background-color: transparent !important
}

#site-navigation-wrap .dropdown-menu>li.btn>a>span {
    background-color: #13aff0;
    color: #fff;
    padding: 12px 22px;
    font-weight: 600;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease
}

#site-navigation-wrap .dropdown-menu>li.btn>a>span:before,
#site-navigation-wrap .dropdown-menu>li.btn>a>span:after {
    display: none !important
}

#site-navigation-wrap .dropdown-menu>li.btn>a:hover>span {
    background-color: #0b7cac;
    color: #fff
}

#site-navigation-wrap .dropdown-menu>li.btn.rounded>a>span {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px
}

.has-social #site-navigation-wrap {
    right: 0
}

.minimal-header.left-menu #site-navigation-wrap,
.transparent-header.left-menu #site-navigation-wrap {
    float: left;
    right: 0
}

.minimal-header.left-menu #site-logo,
.transparent-header.left-menu #site-logo {
    padding-right: 20px
}

.center-menu #site-navigation-wrap {
    position: absolute;
    float: none;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.sf-menu,
.sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none
}

.sf-menu li.menu-item {
    position: relative;
    white-space: nowrap;
    white-space: normal
}

.sf-menu li:hover,
.sf-menu li.sfHover {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none
}

.sf-menu ul.sub-menu {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 9999
}

.sf-menu>li {
    float: left
}

.sf-menu li:hover>ul,
.sf-menu li.sfHover>ul {
    display: block
}

.sf-menu a.menu-link {
    display: block;
    position: relative;
    zoom: 1
}

.sf-menu ul.sub-menu ul {
    top: 0;
    left: 100%
}

.dropdown-menu,
.dropdown-menu * {
    margin: 0;
    padding: 0;
    list-style: none
}

.dropdown-menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border-top: 3px solid #13aff0;
    min-width: 180px;
    line-height: 1;
    text-align: left;
    z-index: 999;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1)
}

.dropdown-menu li .sub-menu li.menu-item {
    display: block;
    float: none
}

.dropdown-menu ul .sub-menu {
    top: 0;
    left: 100%
}

.no-top-border .sub-menu {
    border: none
}

.dropdown-menu ul li.menu-item {
    display: block;
    border-bottom: 1px solid #f1f1f1
}

.dropdown-menu ul li.menu-item:last-child {
    border-bottom: 0
}

.dropdown-menu ul li a.menu-link {
    display: block;
    position: relative;
    float: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: 0.6px;
    padding: 12px 15px;
    text-transform: capitalize
}

.dropdown-menu ul li a.menu-link:hover {
    background-color: #f8f8f8;
    color: #555
}

.dropdown-menu ul li a.menu-link .nav-arrow {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -6.5px;
    padding: 0
}

.dropdown-menu ul li a.menu-link i {
    position: relative;
    width: 20px;
    text-align: center;
    margin-right: 3px
}

.dropdown-menu li a.menu-link i {
    padding-right: 5px
}

.nav-content {
    display: block;
    font-size: 11px;
    line-height: 1.8;
    padding: 5px 0;
    white-space: normal;
    -moz-opacity: .7;
    -webkit-opacity: .7;
    opacity: .7
}

.navigation li a i.icon,
.navigation li a span.icon-wrap,
.navigation li a img.icon {
    display: inline-block;
    vertical-align: middle
}

.navigation li a i.icon {
    width: auto;
    height: auto;
    font-size: 1.2em;
    line-height: 1;
    padding: 0 !important
}

.navigation li a i.before,
.navigation li a i.after {
    margin-top: -.265em
}

.navigation li a i.before {
    margin-right: 6px
}

.navigation li a i.after {
    margin-left: 6px
}

.navigation li a i.elusive {
    margin-top: -.3em
}

.navigation li a span.icon-wrap {
    text-align: center
}

.navigation li a span.icon-wrap i.below,
.navigation li a span.icon-wrap img {
    display: block;
    margin: 0 0 8px
}

.navigation li a span.icon-wrap img {
    margin: 0 auto 8px auto
}

.navigation li a span.icon-wrap span.menu-text {
    display: block;
    line-height: 1
}

.navigation li a img.before {
    margin-right: 6px
}

.navigation li a img.after {
    margin-left: 6px
}

.navigation li a .svg {
    width: 1em
}

.navigation li a .hidden {
    display: none !important
}

.after-header-content {
    float: right;
    height: 100%;
    display: table
}

.after-header-content .after-header-content-inner {
    display: table-cell;
    vertical-align: middle;
    height: 74px
}

.after-header-content .after-header-content-inner>a,
.after-header-content .after-header-content-inner>div>a {
    display: inline-block;
    line-height: 74px
}

.after-header-content .elementor {
    display: inline-block
}

.oceanwp-mobile-menu-icon {
    display: none;
    position: relative
}

.oceanwp-mobile-menu-icon.mobile-right {
    float: right
}

.oceanwp-mobile-menu-icon.mobile-left {
    float: left
}

.oceanwp-mobile-menu-icon a {
    font-size: 13px;
    line-height: 74px;
    color: #555;
    padding-left: 15px;
    letter-spacing: 0.6px;
    cursor: pointer
}

.oceanwp-mobile-menu-icon a:first-child {
    padding-left: 0
}

.oceanwp-mobile-menu-icon a:hover {
    color: #13aff0
}

.oceanwp-mobile-menu-icon a.mobile-menu .oceanwp-text,
.oceanwp-mobile-menu-icon a.mobile-menu .oceanwp-close-text {
    padding-left: 6px
}

.oceanwp-mobile-menu-icon a.mobile-menu .oceanwp-close-text,
.oceanwp-mobile-menu-icon a.mobile-menu.opened .oceanwp-text {
    display: none
}

.oceanwp-mobile-menu-icon a.mobile-menu.opened .oceanwp-close-text {
    display: inline-block
}

.oceanwp-social-menu {
    float: right;
    position: relative;
    z-index: 10
}

.oceanwp-social-menu.simple-social {
    right: -8px
}

.oceanwp-social-menu.social-with-style {
    right: -2px
}

.oceanwp-social-menu .social-menu-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 74px
}

.oceanwp-social-menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.oceanwp-social-menu ul li {
    float: left;
    position: relative
}

.oceanwp-social-menu ul li a {
    display: inline-block;
    background-color: transparent;
    color: #929292;
    padding: 0 8px;
    line-height: 1;
    text-align: center;
    letter-spacing: 0
}

.oceanwp-social-menu ul li a span {
    width: 1em;
    height: 1em;
    text-align: center
}

.oceanwp-social-menu ul li a:hover {
    background-color: transparent
}

.oceanwp-social-menu ul li:first-child a {
    margin-left: 0
}

.oceanwp-social-menu ul li:last-child a {
    margin-right: 0
}

.oceanwp-social-menu ul li.oceanwp-twitter a:hover {
    color: #46d4fe
}

.oceanwp-social-menu ul li.oceanwp-facebook a:hover {
    color: #37589b
}

.oceanwp-social-menu ul li.oceanwp-googleplus a:hover {
    color: #de5a49
}

.oceanwp-social-menu ul li.oceanwp-pinterest a:hover {
    color: #cb2027
}

.oceanwp-social-menu ul li.oceanwp-dribbble a:hover {
    color: #ea4c89
}

.oceanwp-social-menu ul li.oceanwp-vk a:hover {
    color: #597BA5
}

.oceanwp-social-menu ul li.oceanwp-instagram a:hover {
    color: #3F729B
}

.oceanwp-social-menu ul li.oceanwp-linkedin a:hover {
    color: #3399CC
}

.oceanwp-social-menu ul li.oceanwp-tumblr a:hover {
    color: #2C4762
}

.oceanwp-social-menu ul li.oceanwp-github a:hover {
    color: #60b044
}

.oceanwp-social-menu ul li.oceanwp-flickr a:hover {
    color: #fa4086
}

.oceanwp-social-menu ul li.oceanwp-skype a:hover {
    color: #00AFF0
}

.oceanwp-social-menu ul li.oceanwp-youtube a:hover {
    color: #C4302B
}

.oceanwp-social-menu ul li.oceanwp-vimeo a:hover {
    color: #1ab7ea
}

.oceanwp-social-menu ul li.oceanwp-vine a:hover {
    color: #00bf8f
}

.oceanwp-social-menu ul li.oceanwp-xing a:hover {
    color: #006464
}

.oceanwp-social-menu ul li.oceanwp-yelp a:hover {
    color: #C41200
}

.oceanwp-social-menu ul li.oceanwp-tripadvisor a:hover {
    color: #589442
}

.oceanwp-social-menu ul li.oceanwp-rss a:hover {
    color: #ff7900
}

.oceanwp-social-menu ul li.oceanwp-email a:hover {
    color: #13aff0
}

.oceanwp-social-menu .colored ul li a {
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    padding: 1em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.oceanwp-social-menu .colored ul li a:hover {
    color: #fff
}

.oceanwp-social-menu .colored ul li.oceanwp-twitter a {
    background-color: #46d4fe
}

.oceanwp-social-menu .colored ul li.oceanwp-twitter a:hover {
    background-color: #39b4d8
}

.oceanwp-social-menu .colored ul li.oceanwp-facebook a {
    background-color: #37589b
}

.oceanwp-social-menu .colored ul li.oceanwp-facebook a:hover {
    background-color: #2d477c
}

.oceanwp-social-menu .colored ul li.oceanwp-googleplus a {
    background-color: #de5a49
}

.oceanwp-social-menu .colored ul li.oceanwp-googleplus a:hover {
    background-color: #bb4c3e
}

.oceanwp-social-menu .colored ul li.oceanwp-pinterest a {
    background-color: #cb2027
}

.oceanwp-social-menu .colored ul li.oceanwp-pinterest a:hover {
    background-color: #a91d23
}

.oceanwp-social-menu .colored ul li.oceanwp-dribbble a {
    background-color: #ea4c89
}

.oceanwp-social-menu .colored ul li.oceanwp-dribbble a:hover {
    background-color: #c64174
}

.oceanwp-social-menu .colored ul li.oceanwp-vk a {
    background-color: #597BA5
}

.oceanwp-social-menu .colored ul li.oceanwp-vk a:hover {
    background-color: #486384
}

.oceanwp-social-menu .colored ul li.oceanwp-instagram a {
    background-color: #3F729B
}

.oceanwp-social-menu .colored ul li.oceanwp-instagram a:hover {
    background-color: #315a7c
}

.oceanwp-social-menu .colored ul li.oceanwp-linkedin a {
    background-color: #3399CC
}

.oceanwp-social-menu .colored ul li.oceanwp-linkedin a:hover {
    background-color: #2678a1
}

.oceanwp-social-menu .colored ul li.oceanwp-tumblr a {
    background-color: #2C4762
}

.oceanwp-social-menu .colored ul li.oceanwp-tumblr a:hover {
    background-color: #1d3042
}

.oceanwp-social-menu .colored ul li.oceanwp-github a {
    background-color: #60b044
}

.oceanwp-social-menu .colored ul li.oceanwp-github a:hover {
    background-color: #4f9237
}

.oceanwp-social-menu .colored ul li.oceanwp-flickr a {
    background-color: #fa4086
}

.oceanwp-social-menu .colored ul li.oceanwp-flickr a:hover {
    background-color: #c63169
}

.oceanwp-social-menu .colored ul li.oceanwp-skype a {
    background-color: #00AFF0
}

.oceanwp-social-menu .colored ul li.oceanwp-skype a:hover {
    background-color: #0291c6
}

.oceanwp-social-menu .colored ul li.oceanwp-youtube a {
    background-color: #C4302B
}

.oceanwp-social-menu .colored ul li.oceanwp-youtube a:hover {
    background-color: #982420
}

.oceanwp-social-menu .colored ul li.oceanwp-vimeo a {
    background-color: #1ab7ea
}

.oceanwp-social-menu .colored ul li.oceanwp-vimeo a:hover {
    background-color: #1494bd
}

.oceanwp-social-menu .colored ul li.oceanwp-vine a {
    background-color: #00bf8f
}

.oceanwp-social-menu .colored ul li.oceanwp-vine a:hover {
    background-color: #01906c
}

.oceanwp-social-menu .colored ul li.oceanwp-xing a {
    background-color: #006464
}

.oceanwp-social-menu .colored ul li.oceanwp-xing a:hover {
    background-color: #014646
}

.oceanwp-social-menu .colored ul li.oceanwp-yelp a {
    background-color: #C41200
}

.oceanwp-social-menu .colored ul li.oceanwp-yelp a:hover {
    background-color: #940f01
}

.oceanwp-social-menu .colored ul li.oceanwp-tripadvisor a {
    background-color: #589442
}

.oceanwp-social-menu .colored ul li.oceanwp-tripadvisor a:hover {
    background-color: #426f32
}

.oceanwp-social-menu .colored ul li.oceanwp-rss a {
    background-color: #ff7900
}

.oceanwp-social-menu .colored ul li.oceanwp-rss a:hover {
    background-color: #d46603
}

.oceanwp-social-menu .colored ul li.oceanwp-email a {
    background-color: #13aff0
}

.oceanwp-social-menu .colored ul li.oceanwp-email a:hover {
    background-color: #0f8dc2
}

.oceanwp-social-menu .minimal ul li a {
    position: relative;
    display: inline-block;
    font-size: 12px;
    background-color: transparent;
    color: #bbb;
    border: 1px solid #ccc;
    line-height: 1;
    padding: 1em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.oceanwp-social-menu .minimal ul li a:hover {
    background-color: transparent
}

.oceanwp-social-menu .minimal ul li.oceanwp-twitter a:hover {
    color: #46d4fe;
    border-color: #46d4fe
}

.oceanwp-social-menu .minimal ul li.oceanwp-facebook a:hover {
    color: #37589b;
    border-color: #37589b
}

.oceanwp-social-menu .minimal ul li.oceanwp-googleplus a:hover {
    color: #de5a49;
    border-color: #de5a49
}

.oceanwp-social-menu .minimal ul li.oceanwp-pinterest a:hover {
    color: #cb2027;
    border-color: #cb2027
}

.oceanwp-social-menu .minimal ul li.oceanwp-dribbble a:hover {
    color: #ea4c89;
    border-color: #ea4c89
}

.oceanwp-social-menu .minimal ul li.oceanwp-vk a:hover {
    color: #597BA5;
    border-color: #597BA5
}

.oceanwp-social-menu .minimal ul li.oceanwp-instagram a:hover {
    color: #3F729B;
    border-color: #3F729B
}

.oceanwp-social-menu .minimal ul li.oceanwp-linkedin a:hover {
    color: #3399CC;
    border-color: #3399CC
}

.oceanwp-social-menu .minimal ul li.oceanwp-tumblr a:hover {
    color: #2C4762;
    border-color: #2C4762
}

.oceanwp-social-menu .minimal ul li.oceanwp-github a:hover {
    color: #60b044;
    border-color: #60b044
}

.oceanwp-social-menu .minimal ul li.oceanwp-flickr a:hover {
    color: #fa4086;
    border-color: #fa4086
}

.oceanwp-social-menu .minimal ul li.oceanwp-skype a:hover {
    color: #00AFF0;
    border-color: #00AFF0
}

.oceanwp-social-menu .minimal ul li.oceanwp-youtube a:hover {
    color: #C4302B;
    border-color: #C4302B
}

.oceanwp-social-menu .minimal ul li.oceanwp-vimeo a:hover {
    color: #1ab7ea;
    border-color: #1ab7ea
}

.oceanwp-social-menu .minimal ul li.oceanwp-vine a:hover {
    color: #00bf8f;
    border-color: #00bf8f
}

.oceanwp-social-menu .minimal ul li.oceanwp-xing a:hover {
    color: #006464;
    border-color: #006464
}

.oceanwp-social-menu .minimal ul li.oceanwp-yelp a:hover {
    color: #C41200;
    border-color: #C41200
}

.oceanwp-social-menu .minimal ul li.oceanwp-tripadvisor a:hover {
    color: #589442;
    border-color: #589442
}

.oceanwp-social-menu .minimal ul li.oceanwp-rss a:hover {
    color: #ff7900;
    border-color: #ff7900
}

.oceanwp-social-menu .minimal ul li.oceanwp-email a:hover {
    color: #13aff0;
    border-color: #13aff0
}

.oceanwp-social-menu .dark ul li a {
    position: relative;
    display: inline-block;
    font-size: 12px;
    background-color: #333;
    color: #fff;
    line-height: 1;
    padding: 1em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.oceanwp-social-menu .dark ul li a:hover {
    background-color: #000;
    color: #fff
}

.effect-one #site-navigation-wrap .dropdown-menu>li>a.menu-link>span {
    position: relative
}

.effect-one #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:after {
    display: block;
    background-color: #13aff0;
    position: absolute;
    bottom: -30%;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    visibility: hidden;
    -moz-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transform-origin: bottom left;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out
}

.effect-one #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:after {
    visibility: visible;
    -moz-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.effect-one #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:after {
    visibility: visible;
    -moz-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.effect-two #site-navigation-wrap .dropdown-menu>li>a.menu-link>span {
    position: relative
}

.effect-two #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:after {
    position: absolute;
    bottom: -30%;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: rgba(0, 0, 0, 0.1);
    content: '';
    opacity: 0;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px)
}

.effect-two #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:after {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.effect-two #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:after {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.effect-three #site-navigation-wrap .dropdown-menu>li>a.menu-link>span {
    position: relative
}

.effect-three #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:after {
    position: absolute;
    bottom: -30%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #13aff0;
    content: '';
    opacity: 0;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px)
}

.effect-three #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:after {
    height: 2px;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.effect-three #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:after {
    height: 2px;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.effect-four #site-navigation-wrap .dropdown-menu>li>a.menu-link>span {
    position: relative
}

.effect-four #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:before,
.effect-four #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:after {
    display: inline-block;
    color: #13aff0;
    opacity: 0;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out
}

.effect-four #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:before {
    margin-right: 6px;
    content: '[';
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px)
}

.effect-four #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:after {
    margin-left: 6px;
    content: ']';
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px)
}

.effect-four #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:before,
.effect-four #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:after {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.effect-four #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:before,
.effect-four #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:after {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.effect-five #site-navigation-wrap .dropdown-menu>li>a.menu-link>span {
    position: relative
}

.effect-five #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:before,
.effect-five #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:after {
    position: absolute;
    top: 130%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #13aff0;
    content: '';
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85)
}

.effect-five #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:after {
    opacity: 0;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out
}

.effect-five #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:before,
.effect-five #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.effect-five #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:after {
    top: -30%;
    opacity: 1
}

.effect-five #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:before,
.effect-five #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.effect-five #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:after {
    top: -30%;
    opacity: 1
}

.effect-six #site-navigation-wrap .dropdown-menu>li>a.menu-link>span {
    position: relative
}

.effect-six #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:before,
.effect-six #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    content: '';
    opacity: 0;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0.2);
    -o-transform: translateX(-50%) translateY(-50%) scale(0.2);
    transform: translateX(-50%) translateY(-50%) scale(0.2)
}

.effect-six #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:after {
    width: 40px;
    height: 40px;
    border-width: 4px;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0.8);
    -o-transform: translateX(-50%) translateY(-50%) scale(0.8);
    transform: translateX(-50%) translateY(-50%) scale(0.8)
}

.effect-six #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:before,
.effect-six #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:after {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1)
}

.effect-six #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:before,
.effect-six #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:after {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1)
}

.effect-seven #site-navigation-wrap .dropdown-menu>li>a.menu-link>span {
    position: relative
}

.effect-seven #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:after {
    position: absolute;
    bottom: -80%;
    left: 50%;
    color: transparent;
    content: '•';
    text-shadow: 0 0 transparent;
    font-size: 1.2em;
    line-height: 1;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none
}

.effect-seven #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:after {
    color: #13aff0;
    text-shadow: 10px 0 #13aff0, -10px 0 #13aff0
}

.effect-seven #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:after {
    color: #13aff0;
    text-shadow: 10px 0 #13aff0, -10px 0 #13aff0
}

.effect-eight #site-navigation-wrap .dropdown-menu>li>a.menu-link>span {
    position: relative;
    padding: 0 8px
}

.effect-eight #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:before,
.effect-eight #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:after {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    height: 2px;
    margin-top: -1px;
    background-color: rgba(0, 0, 0, 0.1);
    content: '';
    z-index: -1;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    pointer-events: none
}

.effect-eight #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:before {
    -webkit-transform: translateY(-13px);
    -moz-transform: translateY(-13px);
    -ms-transform: translateY(-13px);
    -o-transform: translateY(-13px);
    transform: translateY(-13px)
}

.effect-eight #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:after {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px)
}

.effect-eight #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:before,
.effect-eight #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:after {
    opacity: 0.8
}

.effect-eight #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.effect-eight #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.effect-eight #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:before,
.effect-eight #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:after {
    opacity: 0.8
}

.effect-eight #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.effect-eight #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.effect-nine #site-navigation-wrap .dropdown-menu>li>a.menu-link>span {
    position: relative
}

.effect-nine #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:before,
.effect-nine #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #13aff0;
    content: '';
    opacity: 0;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px)
}

.effect-nine #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:before {
    top: 0;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px)
}

.effect-nine #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:after {
    bottom: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px)
}

.effect-nine #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:before,
.effect-nine #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:after {
    opacity: 1
}

.effect-nine #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:before {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px)
}

.effect-nine #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:after {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px)
}

.effect-nine #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:before,
.effect-nine #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:after {
    opacity: 1
}

.effect-nine #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:before {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px)
}

.effect-nine #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:after {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px)
}

.effect-ten #site-navigation-wrap .dropdown-menu>li>a.menu-link>span {
    padding: 8px;
    -webkit-transition: box-shadow 0.25s ease-out;
    -moz-transition: box-shadow 0.25s ease-out;
    -ms-transition: box-shadow 0.25s ease-out;
    -o-transition: box-shadow 0.25s ease-out;
    transition: box-shadow 0.25s ease-out
}

.effect-ten #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span {
    -webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1)
}

.effect-ten #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span {
    -webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1)
}

.navigation .megamenu a .nav-arrow {
    display: none
}

.navigation .megamenu>li>a.menu-link {
    font-size: 13px;
    font-weight: 600
}

.navigation .megamenu li ul.sub-menu {
    border-top: 1px solid #f1f1f1
}

.navigation .megamenu li a.menu-link {
    padding: 12px 20px
}

.navigation .megamenu .sidebar-box {
    padding: 20px;
    margin-bottom: 0;
    line-height: 1.8;
    white-space: normal
}

.navigation>ul>li>ul.megamenu.sub-menu>li {
    float: left;
    border-bottom: 0;
    border-left-width: 1px;
    border-style: solid;
    border-color: #f1f1f1
}

.navigation>ul>li>ul.megamenu.sub-menu>li:first-child {
    border-left: none
}

.navigation li.megamenu-li.hide-headings>.megamenu>li>a,
.navigation li.megamenu-li>.megamenu>li.hide-heading>a {
    display: none
}

.navigation .megamenu .sub-menu {
    display: block !important;
    -moz-opacity: 1 !important;
    -webkit-opacity: 1 !important;
    opacity: 1 !important;
    min-width: 100%;
    position: static;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.navigation li.megamenu-li .megamenu.col-1>li {
    width: 100%
}

.navigation li.megamenu-li .megamenu.col-2>li {
    width: 50%
}

.navigation li.megamenu-li .megamenu.col-3>li {
    width: 33.33333333%
}

.navigation li.megamenu-li .megamenu.col-4>li {
    width: 25%
}

.navigation li.megamenu-li .megamenu.col-5>li {
    width: 20%
}

.navigation li.megamenu-li .megamenu.col-6>li {
    width: 16.66666667%
}

@media only screen and (min-width: 959px) {
    .navigation li.megamenu-li.auto-mega .megamenu.col-1 {
        width: 320px
    }

    .navigation li.megamenu-li.auto-mega .megamenu.col-2 {
        width: 440px
    }

    .navigation li.megamenu-li.auto-mega .megamenu.col-3 {
        width: 660px
    }

    .navigation li.megamenu-li.auto-mega .megamenu.col-4 {
        width: 780px
    }

    .navigation li.megamenu-li.auto-mega .megamenu.col-5 {
        width: 980px
    }

    .navigation li.megamenu-li.auto-mega .megamenu.col-6 {
        width: 1080px
    }
}

.navigation>ul>li>ul.megamenu.sub-menu>li .elementor {
    white-space: normal;
    line-height: initial
}

.navigation li.mega-cat .megamenu {
    padding: 30px 20px
}

.navigation li.mega-cat .mega-cat-title {
    position: relative;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    background-color: #f8f8f8;
    color: #222;
    letter-spacing: 2px;
    margin: 0 -20px 30px;
    padding: 15px 35px;
    text-transform: uppercase
}

.navigation li.mega-cat>ul>li {
    padding: 0 15px
}

.navigation li.mega-cat ul li a {
    padding: 0
}

.navigation li.mega-cat ul li a.mega-post-link {
    display: block;
    position: relative;
    background-color: #000
}

.navigation li.mega-cat ul li a.mega-post-link img {
    display: block;
    width: 100%
}

.navigation li.mega-cat ul li a.mega-post-link .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.2);
    -moz-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.navigation li.mega-cat ul li a.mega-post-link:hover .overlay {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1
}

.navigation li.mega-cat ul li .mega-post-title {
    display: block;
    margin: 15px 0 8px;
    white-space: initial
}

.navigation li.mega-cat ul li .mega-post-title a {
    color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.6px;
    text-transform: none
}

.navigation li.mega-cat ul li .mega-post-title a:hover {
    background-color: transparent;
    color: #333
}

.navigation li.mega-cat ul li .mega-post-date {
    display: block;
    font-size: 10px;
    color: #bbb;
    text-transform: uppercase
}

.navigation li.mega-cat ul li .mega-post-date i {
    font-size: 9px;
    padding-right: 5px
}

.navigation>ul>li.mega-cat>ul.megamenu.sub-menu>li.first {
    border-left: 0
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
    .navigation li.megamenu.auto-width.col-6>.sub-menu {
        width: 980px
    }
}

#searchform-dropdown {
    position: absolute;
    right: 0;
    background-color: #fff;
    border-top: 3px solid #13aff0;
    top: 100%;
    padding: 15px;
    width: 260px;
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    transition: all 0.25s ease-in-out;
    z-index: 10000
}

#searchform-dropdown input {
    display: block;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin: 0
}

.no-top-border #searchform-dropdown {
    border: none
}

#searchform-dropdown.show {
    visibility: visible;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1
}

#site-header.header-replace #site-navigation .dropdown-menu {
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out
}

#site-header.header-replace #site-navigation.hide .dropdown-menu {
    visibility: hidden;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0
}

#searchform-header-replace {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out
}

#searchform-header-replace form {
    height: 100%;
    width: 100%
}

#searchform-header-replace input {
    height: 100%;
    width: 94%;
    font-size: 22px;
    background-color: transparent;
    color: #bbb;
    padding: 0;
    outline: 0;
    border: 0;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}

#searchform-header-replace-close {
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -20px;
    height: 40px;
    line-height: 40px;
    font-size: 26px;
    color: #bbb;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#searchform-header-replace-close:hover {
    color: #222
}

#searchform-header-replace.show {
    visibility: visible;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1
}

#searchform-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999
}

#searchform-overlay .container {
    position: relative;
    max-width: 550px;
    height: 100%
}

#searchform-overlay a.search-overlay-close {
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px
}

#searchform-overlay a.search-overlay-close:hover {
    background-color: rgba(255, 255, 255, 0.3)
}

#searchform-overlay a.search-overlay-close span {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px
}

#searchform-overlay a.search-overlay-close span:before,
#searchform-overlay a.search-overlay-close span:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    height: 2px;
    width: 100%;
    margin-top: 6px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px
}

#searchform-overlay a.search-overlay-close span:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

#searchform-overlay a.search-overlay-close span:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#searchform-overlay form {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -33px;
    width: 100%;
    text-align: center
}

#searchform-overlay form input,
#searchform-overlay form label {
    font-size: 22px;
    line-height: 1.3;
    padding: 18px 0;
    margin: 0;
    min-height: 50px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center
}

#searchform-overlay form input {
    position: relative;
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid #444;
    z-index: 2;
    -webkit-transition: border-color 0.3s ease;
    -moz-transition: border-color 0.3s ease;
    -ms-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease
}

#searchform-overlay form input:hover {
    border-color: #777
}

#searchform-overlay form input:focus {
    border-color: #fff
}

#searchform-overlay form label {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: text;
    -moz-opacity: .5;
    -webkit-opacity: .5;
    opacity: .5;
    z-index: 1
}

#searchform-overlay form label i {
    display: inline-block;
    background-color: #fff;
    width: 3px;
    height: 3px;
    margin-left: 3px;
    -ms-animation: blink 1s linear infinite;
    -webkit-animation: blink 1s linear infinite;
    -o-animation: blink 1s linear infinite;
    -moz-animation: blink 1s linear infinite;
    animation: blink 1s linear infinite
}

#searchform-overlay form label i+i {
    -ms-animation-delay: .2s;
    -webkit-animation-delay: .2s;
    -o-animation-delay: .2s;
    -moz-animation-delay: .2s;
    animation-delay: .2s
}

#searchform-overlay form label i+i+i {
    -ms-animation-delay: .4s;
    -webkit-animation-delay: .4s;
    -o-animation-delay: .4s;
    -moz-animation-delay: .4s;
    animation-delay: .4s
}

#searchform-overlay form.search-filled label {
    -moz-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-transition-duration: 150ms;
    -moz-transition-duration: 150ms;
    -ms-transition-duration: 150ms;
    -o-transition-duration: 150ms;
    transition-duration: 150ms
}

@media only screen and (max-width: 959px) {
    #searchform-overlay {
        display: none !important
    }
}

#mobile-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    max-height: 400px;
    overflow-y: auto;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1)
}

#mobile-dropdown ul {
    margin: 0;
    list-style: none
}

#mobile-dropdown ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.035)
}

#mobile-dropdown ul li a {
    display: block;
    position: relative;
    padding: 12px 40px;
    text-align: left
}

#mobile-dropdown ul li a i,
#mobile-dropdown ul li a img {
    margin-right: 10px
}

#mobile-dropdown ul li a i.after {
    margin-right: 0;
    margin-left: 10px
}

#mobile-dropdown ul li a .dropdown-toggle {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 60px;
    cursor: pointer;
    color: #555;
    padding-right: 40px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#mobile-dropdown ul li a .dropdown-toggle:before {
    content: '+';
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 30px;
    margin-top: -15px;
    margin-left: -15px
}

#mobile-dropdown ul li.active>a>.dropdown-toggle:before {
    content: '-'
}

#mobile-dropdown ul li ul {
    display: none;
    border-top: 1px solid rgba(0, 0, 0, 0.035);
    margin-left: 0;
    background-color: rgba(0, 0, 0, 0.02)
}

#mobile-dropdown ul li.woo-menu-icon,
#mobile-dropdown ul li.search-toggle-li,
#mobile-dropdown ul li.side-panel-li,
#mobile-dropdown ul li a .nav-arrow,
#mobile-dropdown ul .sidebar-box,
#mobile-dropdown ul .widget {
    display: none
}

#mobile-dropdown .oceanwp-social-menu {
    display: block !important;
    float: none;
    width: 100%;
    right: auto !important;
    left: auto !important;
    padding: 0 40px !important;
    margin: 10px 0 !important
}

#mobile-dropdown .oceanwp-social-menu .social-menu-inner {
    height: auto
}

#mobile-dropdown .oceanwp-social-menu li {
    display: inline-block;
    float: none;
    border: 0
}

#mobile-dropdown .oceanwp-social-menu li a {
    display: block;
    padding: 12px 10px
}

#mobile-dropdown #mobile-menu-search {
    display: block;
    padding: 20px 40px
}

#mobile-dropdown #mobile-menu-search form {
    position: relative
}

#mobile-dropdown #mobile-menu-search form input {
    padding: 6px 45px 6px 12px !important;
    margin-top: 0 !important;
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit
}

#mobile-dropdown #mobile-menu-search form button {
    display: block;
    position: absolute;
    right: 10px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    padding: 0;
    text-align: center;
    top: 50%;
    margin-top: -15px;
    background-color: transparent !important;
    color: #555;
    border: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

#mobile-dropdown #mobile-menu-search form button:hover {
    color: #222
}

#mobile-dropdown .has-social #mobile-menu-search {
    padding-top: 0
}

#mobile-fullscreen {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    overflow-y: scroll;
    z-index: 100000
}

#mobile-fullscreen #mobile-fullscreen-inner {
    display: table;
    width: 100%;
    height: 100%;
    padding: 0 40px
}

#mobile-fullscreen a.close {
    position: absolute;
    top: 14px;
    right: 14px
}

#mobile-fullscreen a.close .close-icon-wrap {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -ms-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear
}

#mobile-fullscreen a.close .close-icon-wrap:hover {
    opacity: .7
}

#mobile-fullscreen a.close .close-icon-inner,
#mobile-fullscreen a.close .close-icon-inner::after {
    display: inline-block;
    width: 40px;
    height: 3px;
    background-color: #fff;
    border-radius: 3px
}

#mobile-fullscreen a.close .close-icon-inner {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

#mobile-fullscreen a.close .close-icon-inner::after {
    content: '';
    display: block;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

#mobile-fullscreen nav {
    display: table-cell;
    vertical-align: middle;
    padding: 50px 0;
    text-align: center
}

#mobile-fullscreen ul {
    list-style: none;
    margin: 0
}

#mobile-fullscreen ul li a {
    display: block;
    position: relative;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center
}

#mobile-fullscreen ul li a:hover {
    color: #929292
}

#mobile-fullscreen ul li a i,
#mobile-fullscreen ul li a img {
    margin-right: 10px
}

#mobile-fullscreen ul li a i.after {
    margin-right: 0;
    margin-left: 10px
}

#mobile-fullscreen ul li .dropdown-toggle {
    display: inline-block;
    width: 26px;
    padding-left: 5px;
    text-align: center
}

#mobile-fullscreen ul li .dropdown-toggle:before {
    font-family: 'FontAwesome';
    content: '+'
}

#mobile-fullscreen ul li.open-sub>a>.dropdown-toggle:before {
    content: '-'
}

#mobile-fullscreen ul ul.sub-menu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0
}

#mobile-fullscreen ul ul.sub-menu li a {
    font-size: 13px;
    padding: 3px 0
}

#mobile-fullscreen ul>li {
    display: block
}

#mobile-fullscreen ul>li>a {
    font-size: 18px;
    line-height: 1.2;
    padding: 12px 0
}

#mobile-fullscreen ul .woo-menu-icon,
#mobile-fullscreen ul .search-toggle-li,
#mobile-fullscreen ul .side-panel-li,
#mobile-fullscreen ul .sidebar-box {
    display: none
}

#mobile-fullscreen #mobile-search {
    max-width: 220px;
    margin: 10px auto 0
}

#mobile-fullscreen #mobile-search form {
    position: relative
}

#mobile-fullscreen #mobile-search input,
#mobile-fullscreen #mobile-search label {
    font-size: 20px;
    padding: 4px 0;
    color: #fff;
    margin: 0;
    text-align: center;
    text-transform: uppercase
}

#mobile-fullscreen #mobile-search input {
    position: relative;
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid #666;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    z-index: 2
}

#mobile-fullscreen #mobile-search input:hover,
#mobile-fullscreen #mobile-search input:focus {
    border-color: #fff
}

#mobile-fullscreen #mobile-search label {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: text;
    -moz-opacity: .5;
    -webkit-opacity: .5;
    opacity: .5;
    z-index: 1
}

#mobile-fullscreen #mobile-search label i {
    display: inline-block;
    background-color: #fff;
    width: 3px;
    height: 3px;
    margin-left: 3px;
    -ms-animation: blink 1s linear infinite;
    -webkit-animation: blink 1s linear infinite;
    -o-animation: blink 1s linear infinite;
    -moz-animation: blink 1s linear infinite;
    animation: blink 1s linear infinite
}

#mobile-fullscreen #mobile-search label i+i {
    -ms-animation-delay: .2s;
    -webkit-animation-delay: .2s;
    -o-animation-delay: .2s;
    -moz-animation-delay: .2s;
    animation-delay: .2s
}

#mobile-fullscreen #mobile-search label i+i+i {
    -ms-animation-delay: .4s;
    -webkit-animation-delay: .4s;
    -o-animation-delay: .4s;
    -moz-animation-delay: .4s;
    animation-delay: .4s
}

#mobile-fullscreen #mobile-search form.search-filled label {
    -moz-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-transition-duration: 150ms;
    -moz-transition-duration: 150ms;
    -ms-transition-duration: 150ms;
    -o-transition-duration: 150ms;
    transition-duration: 150ms
}

#mobile-fullscreen .oceanwp-social-menu {
    display: block;
    float: none;
    margin-top: 30px;
    text-align: center;
    right: auto
}

#mobile-fullscreen .oceanwp-social-menu .social-menu-inner {
    display: block;
    height: auto !important
}

#mobile-fullscreen .oceanwp-social-menu ul li {
    float: none;
    display: inline-block
}

#mobile-fullscreen .oceanwp-social-menu.simple-social ul li a {
    color: #fff;
    font-size: 24px;
    padding: 0 16px;
    margin: 0;
    background-color: transparent !important
}

#mobile-fullscreen .oceanwp-social-menu.simple-social ul li a:hover {
    color: #929292
}

#mobile-fullscreen .oceanwp-social-menu .colored ul li a,
#mobile-fullscreen .oceanwp-social-menu .minimal ul li a,
#mobile-fullscreen .oceanwp-social-menu .dark ul li a {
    padding: 0 4px
}

#mobile-fullscreen .oceanwp-social-menu .colored ul li a span,
#mobile-fullscreen .oceanwp-social-menu .minimal ul li a span,
#mobile-fullscreen .oceanwp-social-menu .dark ul li a span {
    font-size: 16px;
    width: 60px;
    height: 60px;
    line-height: 60px
}

@-webkit-keyframes blink {
    0% {
        -webkit-opacity: 1
    }

    50% {
        -webkit-opacity: 0
    }

    100% {
        -webkit-opacity: 1
    }
}

@-moz-keyframes blink {
    0% {
        -moz-opacity: 1
    }

    50% {
        -moz-opacity: 0
    }

    100% {
        -moz-opacity: 1
    }
}

@-o-keyframes blink {
    0% {
        -o-opacity: 1
    }

    50% {
        -o-opacity: 0
    }

    100% {
        -o-opacity: 1
    }
}

@keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.page-header {
    position: relative;
    background-color: #f5f5f5;
    padding: 34px 0
}

.page-header .container {
    position: relative
}

.has-transparent-header .page-header {
    padding: 120px 0 36px 0
}

body.home .page-header-inner {
    text-align: center
}

.page-header-title {
    display: block;
    font-size: 24px;
    line-height: 1.4em;
    font-weight: 400;
    margin: 0;
    color: #333
}

body.breadcrumbs-position-default .page-header-title {
    max-width: 70%
}

.page-subheading {
    font-size: 15px;
    margin: 0
}

.page-subheading p:last-child {
    margin: 0
}

.centered-page-header .page-header-title,
.centered-minimal-page-header .page-header-title {
    max-width: 100% !important
}

.centered-page-header {
    text-align: center
}

.centered-page-header .page-header-title {
    font-size: 32px
}

.centered-page-header .page-subheading {
    font-size: 18px;
    font-weight: 300
}

.centered-minimal-page-header {
    background-color: #fff;
    border-bottom: 1px solid #f1f1f1;
    text-align: center
}

.centered-minimal-page-header .page-header-title {
    font-size: 32px
}

.centered-minimal-page-header .page-subheading {
    font-size: 18px;
    font-weight: 300
}

.solid-color-page-header .page-header-title {
    color: #fff !important
}

.solid-color-page-header .site-breadcrumbs,
.solid-color-page-header .site-breadcrumbs a {
    color: #fff !important
}

.solid-color-page-header .page-subheading {
    color: #fff
}

.background-image-page-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    background-color: #000;
    height: 400px;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover
}

.background-image-page-header .page-header-inner {
    text-align: center
}

.background-image-page-header .page-subheading {
    position: relative;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    z-index: 2
}

.page-header.background-image-page-header .page-header-title {
    position: relative;
    color: #fff;
    font-size: 44px;
    font-weight: 400;
    max-width: 100%;
    z-index: 2
}

.background-image-page-header-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    z-index: 1;
    -moz-opacity: .5;
    -webkit-opacity: .5;
    opacity: .5
}

.site-breadcrumbs {
    position: absolute;
    right: 0;
    top: 50%;
    max-width: 50%;
    height: 32px;
    line-height: 32px;
    margin-top: -16px;
    font-size: 13px;
    color: #c6c6c6;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden
}

.site-breadcrumbs ol {
    margin: 0;
    padding: 0;
    list-style: none
}

.site-breadcrumbs ol li {
    display: inline-block
}

.site-breadcrumbs ol li .breadcrumb-sep {
    margin: 0 6px
}

.site-breadcrumbs .icon-home.has-text,
.site-breadcrumbs .breadcrumb-home.has-icon {
    display: none
}

.site-breadcrumbs .breadcrumb-title {
    margin-right: 5px
}

.site-breadcrumbs.position-under-title,
.centered-page-header .site-breadcrumbs,
.centered-minimal-page-header .site-breadcrumbs {
    position: inherit;
    top: auto;
    right: auto;
    margin-top: 0;
    max-width: 100%
}

.oceanwp-breadcrumb .site-breadcrumbs {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    max-width: 100%;
    margin-top: 0
}

.background-image-page-header .site-breadcrumbs {
    display: block;
    position: inherit;
    max-width: 100%;
    margin-top: 20px;
    top: auto;
    right: auto;
    color: #fff;
    text-align: center;
    z-index: 2
}

.background-image-page-header .site-breadcrumbs a {
    color: #fff
}

.background-image-page-header .site-breadcrumbs a:hover {
    color: #ddd
}

.site-breadcrumbs nav,
.site-breadcrumbs ol {
    margin: 0
}

@media only screen and (max-width: 959px) {
    body.has-breadcrumbs .page-header-title {
        max-width: 100%;
        width: 100%
    }
}

@media only screen and (max-width: 959px) {
    .site-breadcrumbs {
        position: inherit;
        top: auto;
        left: auto;
        right: auto;
        max-width: 100%;
        margin-top: 0
    }
}

@media only screen and (max-width: 767px) {
    .page-header {
        background-attachment: initial !important
    }

    .page-header-with-background .page-header-title {
        font-size: 36px
    }

    .centered-page-header .page-header-title,
    .centered-minimal-page-header .page-header-title,
    .page-header.background-image-page-header .page-header-title {
        font-size: 24px
    }

    .centered-page-header .page-subheading,
    .centered-minimal-page-header .page-header-subheading,
    .page-header.background-image-page-header .page-subheading {
        font-size: 14px
    }

    .background-image-page-header {
        height: auto !important
    }

    body.has-breadcrumbs .page-header-title {
        max-width: 100%;
        width: 100%
    }
}

#blog-entries {
    padding-bottom: 0
}

.blog-entry.post {
    position: relative
}

.blog-entry.post .thumbnail {
    position: relative
}

.blog-entry.post .thumbnail a {
    display: inline-block;
    position: relative;
    width: 100%
}

.blog-entry.post .thumbnail .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    -moz-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.blog-entry.post .thumbnail:hover .overlay {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1
}

.blog-entry.post .thumbnail img {
    width: 100%
}

.blog-entry.post ul.meta {
    margin: 0 0 12px
}

.blog-entry.post .blog-entry-header {
    margin-bottom: 20px
}

.blog-entry.post .blog-entry-header .entry-title {
    font-size: 24px;
    margin: 0
}

.blog-entry.post .blog-entry-header .entry-title a {
    font-weight: 600;
    letter-spacing: 0.6px
}

.blog-entry.post .blog-entry-summary {
    margin-bottom: 20px
}

.blog-entry.post .blog-entry-summary p:last-child {
    margin-bottom: 0
}

.thumbnail-caption {
    font-size: 13px;
    margin-top: 0.5em;
    text-align: center
}

.blog-entry.large-entry {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 30px;
    padding-bottom: 30px
}

.blog-entry.large-entry .thumbnail {
    margin-bottom: 20px
}

.blog-entry.large-entry .blog-entry-readmore a {
    display: inline-block;
    font-size: 11px;
    line-height: 1;
    border: 1px solid #ddd;
    padding: 10px 16px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.blog-entry.large-entry .blog-entry-readmore a:hover {
    color: #13aff0;
    border-color: #13aff0
}

.blog-entry.large-entry .blog-entry-readmore a i {
    margin-left: 8px
}

.blog-entry.grid-entry {
    float: left
}

.blog-entry.grid-entry .blog-entry-inner {
    padding: 0 20px 20px;
    border: 1px solid #e9e9e9
}

.blog-entry.grid-entry .thumbnail {
    margin: 0 -20px
}

.blog-entry.grid-entry ul.meta {
    margin: 0
}

.blog-entry.grid-entry .blog-entry-header {
    margin: 20px 0 12px
}

.blog-entry.grid-entry .blog-entry-header .entry-title {
    font-size: 18px
}

.blog-entry.grid-entry .blog-entry-summary {
    line-height: 1.6;
    margin: 10px 0 0
}

.blog-entry.grid-entry .blog-entry-readmore {
    margin-top: 16px
}

.blog-entry.grid-entry .blog-entry-readmore a {
    display: inline-block;
    font-size: 12px;
    line-height: 1.2;
    padding-bottom: 3px;
    border-bottom: 1px solid;
    text-transform: uppercase
}

.blog-entry.grid-entry .blog-entry-readmore a i {
    margin-left: 5px
}

.blog-entry.thumbnail-entry {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 30px;
    padding-bottom: 30px
}

.blog-entry.thumbnail-entry .blog-entry-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row
}

.blog-entry.thumbnail-entry .thumbnail,
.blog-entry.thumbnail-entry .blog-entry-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column
}

.blog-entry.thumbnail-entry .center .thumbnail,
.blog-entry.thumbnail-entry .center .blog-entry-content {
    -webkit-justify-content: center;
    justify-content: center
}

.blog-entry.thumbnail-entry .bottom .thumbnail,
.blog-entry.thumbnail-entry .bottom .blog-entry-content {
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.blog-entry.thumbnail-entry .thumbnail {
    width: 45%
}

.blog-entry.thumbnail-entry .thumbnail a {
    position: relative
}

.blog-entry.thumbnail-entry .thumbnail .link-entry {
    position: absolute;
    top: 0
}

.blog-entry.thumbnail-entry .thumbnail .left-position .link-entry {
    right: 0
}

.blog-entry.thumbnail-entry .thumbnail .right-position .link-entry {
    left: 0
}

.blog-entry.thumbnail-entry .blog-entry-content {
    width: 55%
}

.blog-entry.thumbnail-entry .blog-entry-content {
    padding: 6px 0
}

.blog-entry.thumbnail-entry .left-position .blog-entry-content {
    padding-left: 3em
}

.blog-entry.thumbnail-entry .right-position .blog-entry-content {
    padding-right: 3em
}

.blog-entry.thumbnail-entry .blog-entry-category {
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.6px;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-bottom: 10px
}

.blog-entry.thumbnail-entry .blog-entry-category a {
    color: #13aff0
}

.blog-entry.thumbnail-entry .blog-entry-category a:hover {
    color: #333
}

.blog-entry.thumbnail-entry .blog-entry-summary {
    margin-bottom: 15px
}

.blog-entry.thumbnail-entry .blog-entry-bottom {
    display: block;
    border-top: 1px solid #e9e9e9;
    padding-top: 15px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.6px;
    line-height: 1.2em;
    text-transform: uppercase
}

.blog-entry.thumbnail-entry .blog-entry-comments,
.blog-entry.thumbnail-entry .blog-entry-comments a,
.blog-entry.thumbnail-entry .blog-entry-date {
    color: #ababab
}

.blog-entry.thumbnail-entry .blog-entry-comments {
    float: left
}

.blog-entry.thumbnail-entry .blog-entry-comments i {
    padding-right: 6px
}

.blog-entry.thumbnail-entry .blog-entry-comments a:hover {
    color: #333
}

.blog-entry.thumbnail-entry .blog-entry-date {
    float: right
}

.blog-entry.thumbnail-entry.no-featured-image .blog-entry-content {
    width: 100%
}

.blog-entry.thumbnail-entry.no-featured-image .left-position .blog-entry-content {
    padding-left: 0
}

.blog-entry.thumbnail-entry.no-featured-image .right-position .blog-entry-content {
    padding-right: 0
}

@media only screen and (max-width: 767px) {
    .blog-entry.thumbnail-entry .blog-entry-inner {
        -webkit-flex-direction: column;
        flex-direction: column
    }

    .blog-entry.thumbnail-entry .thumbnail,
    .blog-entry.thumbnail-entry .blog-entry-content {
        width: 100%
    }

    .blog-entry.thumbnail-entry .blog-entry-content {
        margin-top: 15px;
        padding: 0 !important
    }
}

ul.meta {
    display: inline-block;
    width: 100%;
    color: #777;
    font-size: 12px;
    line-height: 1;
    margin: 0 0 20px;
    padding: 0;
    list-style: none
}

ul.meta li {
    float: left;
    line-height: 1.3
}

ul.meta li:after {
    content: '-';
    padding: 0 6px
}

ul.meta li:last-child:after {
    display: none;
    padding: 0
}

ul.meta li a {
    color: #777
}

ul.meta li a:hover {
    color: #13aff0
}

ul.meta li i {
    display: inline-block;
    color: #929292;
    padding-right: 5px
}

@media only screen and (max-width: 480px) {
    ul.meta {
        margin-bottom: 12px
    }

    ul.meta li {
        margin-bottom: 8px
    }
}

.gallery-format {
    display: none;
    position: relative;
    overflow: hidden
}

.gallery-format img {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 0
}

.gallery-format .slick-prev,
.gallery-format .slick-next {
    -moz-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    visibility: hidden
}

.gallery-format:hover .slick-prev,
.gallery-format:hover .slick-next {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    visibility: visible
}

.wp-video {
    width: 100% !important
}

.link-entry {
    position: absolute;
    top: 20px;
    right: 20px
}

.link-entry i {
    display: inline-block;
    width: 60px;
    height: 60px;
    font-size: 22px;
    line-height: 60px;
    background-color: #333;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.thumbnail:hover i {
    background-color: #13aff0
}

.post-quote-content,
.post-quote-author {
    position: relative;
    background-color: #13aff0;
    color: #fff;
    font-size: 20px;
    padding: 20px 30px;
    line-height: 1.6;
    z-index: 1
}

.post-quote-icon {
    position: absolute;
    right: 20px;
    bottom: 10px;
    font-size: 48px;
    -moz-opacity: .2;
    -webkit-opacity: .2;
    opacity: .2;
    z-index: -1
}

.post-quote-author {
    background-color: #0b7cac;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 30px;
    margin-top: 1px;
    text-transform: uppercase;
    letter-spacing: 0.6px
}

.single-post .post-quote-wrap {
    margin-bottom: 30px
}

.single .thumbnail {
    position: relative;
    margin-bottom: 20px
}

.single .thumbnail img {
    width: 100%
}

.single .entry-title {
    font-size: 34px;
    padding: 0 0 20px;
    margin: 0 0 15px;
    border-bottom: 1px solid #f1f1f1;
    letter-spacing: 0.6px
}

.single-post.content-max-width #main #content-wrap {
    width: 100%;
    max-width: 100%
}

.single-post.content-max-width .thumbnail,
.single-post.content-max-width .entry-header,
.single-post.content-max-width ul.meta,
.single-post.content-max-width .entry-content h1,
.single-post.content-max-width .entry-content h2,
.single-post.content-max-width .entry-content h3,
.single-post.content-max-width .entry-content h4,
.single-post.content-max-width .entry-content h5,
.single-post.content-max-width .entry-content h6,
.single-post.content-max-width .entry-content blockquote,
.single-post.content-max-width .entry-content p,
.single-post.content-max-width .post-tags,
.single-post.content-max-width .entry-share,
.single-post.content-max-width nav.post-navigation,
.single-post.content-max-width #author-bio,
.single-post.content-max-width #related-posts,
.single-post.content-max-width .comments-area {
    padding-left: 20px;
    padding-right: 20px
}

.single-post.content-max-width .entry-header,
.single-post.content-max-width ul.meta,
.single-post.content-max-width .entry-content h1,
.single-post.content-max-width .entry-content h2,
.single-post.content-max-width .entry-content h3,
.single-post.content-max-width .entry-content h4,
.single-post.content-max-width .entry-content h5,
.single-post.content-max-width .entry-content h6,
.single-post.content-max-width .entry-content blockquote,
.single-post.content-max-width .entry-content p,
.single-post.content-max-width .wp-block-image,
.single-post.content-max-width .wp-block-gallery,
.single-post.content-max-width .wp-block-video,
.single-post.content-max-width .wp-block-quote,
.single-post.content-max-width .wp-block-text-columns,
.single-post.content-max-width .entry-content ul,
.single-post.content-max-width .entry-content ol,
.single-post.content-max-width .wp-block-cover-text,
.single-post.content-max-width .post-tags,
.single-post.content-max-width .comments-area {
    margin: 1.5em auto;
    max-width: 700px
}

.single-post.content-max-width .entry-content ul,
.single-post.content-max-width .entry-content ol {
    padding-left: 40px;
    padding-right: 40px
}

.single-post.content-max-width .thumbnail {
    margin-top: 0
}

.single-post.content-max-width .entry-header {
    margin-bottom: 0
}

.single-post.content-max-width ul.meta {
    display: block
}

.single-post.content-max-width .wp-block-quote p {
    padding: 0
}

.single-post.content-max-width .entry-content blockquote p {
    max-width: 100%;
    margin: 0;
    padding: 0
}

.single-post.content-max-width .thumbnail,
.single-post.content-max-width .wp-block-cover-text.alignwide,
.single-post.content-max-width .wp-block-image.alignwide,
.single-post.content-max-width .wp-block-gallery.alignwide,
.single-post.content-max-width .wp-block-text-columns.alignwide,
.single-post.content-max-width .entry-share,
.single-post.content-max-width nav.post-navigation,
.single-post.content-max-width #author-bio,
.single-post.content-max-width #related-posts {
    margin: 1.5em auto;
    max-width: 1100px
}

.single-post.content-max-width .wp-block-cover-text.alignfull,
.single-post.content-max-width .wp-block-image.alignfull,
.single-post.content-max-width .wp-block-gallery.alignfull,
.single-post.content-max-width .wp-block-text-columns.alignfull {
    margin: 1.5em 0;
    max-width: 100%
}

.single-post.content-max-width .wp-block-image.alignfull img {
    width: 100%
}

.single-post.content-max-width .wp-block-image.alignleft,
.single-post.content-max-width .wp-block-image.alignright {
    max-width: 350px;
    margin-top: 0;
    margin-bottom: 0
}

.single-post.content-max-width .wp-block-image.alignleft {
    margin-left: calc(50% - 350px);
    padding: 14px 36px 14px 0
}

.single-post.content-max-width .wp-block-image.alignright {
    margin-right: calc(50% - 350px);
    padding: 14px 0 14px 36px
}

.single-post.content-max-width figure img {
    margin: 0 auto
}

.single-post.content-max-width .entry-content ul.alignfull,
.single-post.content-max-width .entry-content ol.alignfull {
    padding-left: 0;
    padding-right: 0
}

.single-post.content-max-width .entry-content ul.alignwide,
.single-post.content-max-width .entry-content ol.alignwide {
    padding-left: 0;
    padding-right: 0
}

.wp-block-cover-image,
.wp-block-image {
    margin-bottom: 20px
}

.wp-block-button a:hover {
    color: inherit
}

.wp-block-quote.blocks-quote-style-2 {
    border: 0
}

.wp-block-pullquote {
    border-left-width: 0;
    margin: 0
}

.wp-block-separator {
    margin: 30px auto
}

.wp-block-separator.is-style-wide {
    max-width: 700px
}

.wp-block-table {
    display: table
}

@media only screen and (max-width: 480px) {
    .single-post.media-above-content .thumbnail {
        margin-bottom: 20px
    }

    .single-post .entry-title {
        font-size: 26px
    }
}

.single .entry-content {
    margin-bottom: 20px
}

.dropcap {
    float: left;
    color: #13aff0;
    font-size: 120px;
    line-height: 80px;
    margin-top: 6px;
    margin-right: 10px
}

.entry-footer {
    display: inline-block;
    width: 100%
}

.single .post-tags {
    font-size: 11px;
    font-weight: 600;
    margin: 30px 0 0;
    text-transform: uppercase
}

.single nav.post-navigation {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #f1f1f1
}

.single nav.post-navigation:after {
    content: '';
    display: block;
    visibility: hidden;
    clear: both;
    zoom: 1;
    height: 0
}

.single nav.post-navigation .nav-links .title {
    display: block;
    color: #13aff0;
    line-height: 20px
}

.single nav.post-navigation .nav-links a {
    display: block
}

.single nav.post-navigation .nav-links i {
    font-size: 20px;
    line-height: 20px
}

.single nav.post-navigation .nav-links .post-title {
    display: block;
    font-size: 16px;
    margin: 5px 0 0
}

.single nav.post-navigation .nav-previous {
    float: left;
    width: 50%;
    text-align: left;
    border-right-width: 1px;
    border-style: solid;
    border-color: #f1f1f1;
    padding-right: 20px
}

.single nav.post-navigation .nav-previous i {
    float: left;
    margin-right: 20px
}

.single nav.post-navigation .nav-next {
    float: right;
    width: 50%;
    text-align: right;
    padding-left: 20px
}

.single nav.post-navigation .nav-next i {
    float: right;
    margin-left: 20px
}

@media only screen and (max-width: 480px) {

    .single nav.post-navigation .nav-links .nav-previous,
    .single nav.post-navigation .nav-links .nav-next {
        float: none;
        width: 100%;
        padding: 0
    }

    .single nav.post-navigation .nav-links .nav-previous {
        border-right-width: 0;
        border-left-width: 0
    }
}

#author-bio {
    position: relative;
    margin-top: 30px;
    padding-top: 30px;
    border-top-width: 1px;
    border-style: solid;
    border-color: #f1f1f1
}

#author-bio #author-bio-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

#author-bio .author-bio-avatar,
#author-bio .author-bio-avatar img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

#author-bio .author-bio-avatar {
    min-width: 80px;
    margin-right: 30px
}

#author-bio .author-bio-avatar img {
    width: 80px;
    height: 80px;
    border: 3px solid #e9e9e9
}

#author-bio .author-bio-content {
    position: relative
}

#author-bio .author-bio-title {
    display: inline-block;
    font-size: 18px;
    margin: 0 0 10px;
    text-transform: capitalize
}

#author-bio .author-bio-description p:last-child {
    margin: 0
}

.author #author-bio {
    margin: 0 0 30px;
    padding-bottom: 30px;
    border-bottom-width: 1px
}

@media only screen and (max-width: 480px) {
    #author-bio .author-bio-avatar {
        display: none
    }
}

#related-posts {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #f1f1f1
}

#related-posts .title-wrap {
    display: block;
    color: #333;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.6px;
    margin-bottom: 18px
}

#related-posts ul {
    padding: 0;
    list-style: none
}

#related-posts .col {
    float: left;
    position: relative;
    min-height: 100px;
    margin: 0;
    text-align: center
}

#related-posts .span_1_of_3 {
    width: 33.3333333333%
}

.related-thumb {
    display: block;
    background-color: #222
}

.related-thumb img {
    display: block;
    width: 100%;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s
}

.related-thumb:hover img {
    -moz-opacity: .7;
    -webkit-opacity: .7;
    opacity: .7
}

.related-post-title {
    font-size: 16px;
    font-weight: 600;
    margin: 12px 12px 3px 12px
}

.related-post-title a {
    display: block
}

time.published {
    font-size: 12px
}

time.published i {
    padding-right: 5px
}

@media only screen and (max-width: 767px) {
    #related-posts .col {
        float: none;
        width: 100%;
        margin-bottom: 30px
    }

    #related-posts .col:last-child {
        margin-bottom: 0
    }
}

.widget-area {
    font-size: 13px
}

.sidebar-box {
    margin-bottom: 40px
}

.sidebar-box ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.widget-title {
    display: block;
    line-height: 1;
    font-size: 13px;
    font-weight: 400;
    color: #333;
    border-width: 0 0 0 3px;
    border-style: solid;
    border-color: #13aff0;
    letter-spacing: 1px;
    padding-left: 15px;
    margin: 0 0 20px;
    text-transform: uppercase
}

.oceanwp-widget-recent-posts-li,
.widget_categories li,
.widget_recent_entries li,
.widget_archive li,
.widget_recent_comments li,
.widget-recent-posts-icons li,
.site-footer .widget_nav_menu li {
    padding: 6px 0;
    border-bottom: 1px solid #e9e9e9
}

.oceanwp-widget-recent-posts-li:first-child,
.widget_categories li:first-child,
.widget_recent_entries li:first-child,
.widget_archive li:first-child,
.widget_recent_comments li:first-child,
.widget-recent-posts-icons li:first-child,
.site-footer .widget_nav_menu li:first-child {
    border-top: 1px solid #e9e9e9
}

@media only screen and (max-width: 767px) {
    #main .widget_nav_menu li a:before {
        display: none
    }
}

.hasCustomSelect {
    width: 100%;
    z-index: 2
}

.theme-select {
    position: relative;
    border: 1px solid #ddd;
    color: #555;
    height: 34px;
    line-height: 32px;
    padding: 0 45px 0 15px;
    width: 100%;
    z-index: 1
}

.theme-select:after {
    font-family: 'FontAwesome';
    content: '\f107';
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 32px;
    width: 32px;
    font-size: 11px;
    color: #929292;
    border-left: 1px solid #ddd;
    text-align: center
}

ul.page-numbers {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 10px 0 0;
    list-style: none;
    text-align: right;
    clear: both
}

ul.page-numbers li {
    display: inline-block
}

.page-links {
    text-align: center;
    margin: 15px 0
}

.page-numbers a,
.page-numbers span:not(.elementor-screen-only),
.page-links span {
    position: relative;
    display: inline-block;
    min-width: 38px;
    min-width: 38px;
    line-height: 38px;
    margin: 0 8px 0 0;
    text-align: center;
    color: #555;
    border: 1px solid #e9e9e9;
    font-size: 18px;
    cursor: pointer;
    white-space: nowrap;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.page-numbers a span:not(.elementor-screen-only) {
    padding: 0
}

.page-numbers a:hover,
.page-links a:hover span,
.page-numbers.current,
.page-numbers.current:hover,
.page-links>span {
    background-color: #f8f8f8;
    color: #333
}

.elementor-pagination .page-numbers.current,
.elementor-pagination .page-numbers.current:hover {
    background-color: transparent
}

.pagination-center .oceanwp-pagination ul.page-numbers,
.pagination-center .oceanwp-pagination .page-links,
.pagination-center .woocommerce-pagination ul.page-numbers,
.pagination-center .woocommerce-pagination .page-links {
    text-align: center
}

.pagination-left .oceanwp-pagination ul.page-numbers,
.pagination-left .oceanwp-pagination .page-links,
.pagination-left .woocommerce-pagination ul.page-numbers,
.pagination-left .woocommerce-pagination .page-links {
    text-align: left
}

.page-jump a {
    display: inline-block;
    font-size: 12px;
    line-height: 1.2;
    padding-bottom: 3px;
    border-bottom: 1px solid;
    text-transform: uppercase
}

.scroller-status,
.infinite-scroll-last,
.infinite-scroll-error {
    display: none
}

.scroller-status {
    margin-top: 20px;
    text-align: center;
    clear: both
}

.scroller-status p {
    margin: 0
}

.loader-ellips {
    font-size: 12px;
    position: relative;
    width: 3.5em;
    height: 1em;
    margin: 0 auto
}

.loader-ellips__dot {
    display: block;
    width: 1em;
    height: 1em;
    border-radius: 0.5em;
    background-color: #333;
    position: absolute;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
    left: 0
}

.loader-ellips__dot:nth-child(3) {
    left: 1.3em
}

.loader-ellips__dot:nth-child(4) {
    left: 2.6em
}

.loader-ellips__dot:nth-child(1) {
    animation-name: reveal
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
    animation-name: slide
}

.loader-ellips__dot:nth-child(4) {
    animation-name: reveal;
    animation-direction: reverse
}

@keyframes reveal {
    from {
        transform: scale(0.001)
    }

    to {
        transform: scale(1)
    }
}

@keyframes slide {
    to {
        transform: translateX(1.3em)
    }
}

.infinite-scroll-nav {
    display: none
}

#respond {
    margin-bottom: 20px
}

#respond form {
    display: inline-block;
    width: 100%
}

#respond .comment-textarea,
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url {
    margin-bottom: 20px
}

#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url {
    float: left;
    width: 33.33%
}

#respond .comment-form-author {
    padding-right: 10px
}

#respond .comment-form-email {
    padding: 0 10px
}

#respond .comment-form-url {
    padding-left: 10px
}

#respond input[type="text"] {
    width: 100%
}

#respond .form-submit {
    float: right;
    margin-bottom: 0
}

#comments {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #f1f1f1
}

#comments ol {
    margin: 0;
    list-style: none
}

#comments ol.children {
    margin-left: 30px
}

#comments.empty-closed-comments {
    display: none
}

.comment-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f1f1f1
}

.comment-body img.avatar {
    width: 80px;
    height: 80px;
    margin-right: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.comment-body .comment-content {
    position: relative;
    width: 100%
}

.comment-author {
    display: inline-block;
    width: 100%
}

.comment-author .comment-link,
.comment-author .comment-meta {
    font-weight: 600;
    margin: 5px 0 8px
}

.comment-author .comment-link {
    float: left;
    font-size: 18px
}

.comment-author .comment-meta {
    float: right;
    text-align: right;
    font-size: 10px;
    line-height: 2.5;
    text-transform: uppercase;
    letter-spacing: 0.1em
}

.comment-author .comment-meta .comment-reply-link,
.comment-author .comment-meta .comment-edit-link {
    margin-left: 15px
}

.comment-author .comment-meta .comment-reply-link {
    color: #13aff0
}

.comment-author .comment-meta .comment-reply-link:hover {
    color: #333
}

#respond #cancel-comment-reply-link {
    font-size: 10px;
    color: #929292;
    float: right;
    border: 2px solid #f1f1f1;
    padding: 3px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 0.1em
}

#respond #cancel-comment-reply-link:hover {
    color: #13aff0;
    border-color: #13aff0
}

span.required {
    position: relative;
    top: -4px;
    font-size: 10px;
    margin-left: 3px;
    color: #F00
}

.comment-body p {
    margin: 0
}

.no-comments {
    text-align: right
}

.no-comments i {
    margin-right: 8px
}

.comment-navigation {
    display: inline-block;
    width: 100%
}

.comment-navigation .nav-links a {
    display: inline-block;
    font-size: 12px;
    line-height: 1.2;
    padding-bottom: 3px;
    border-bottom: 1px solid;
    text-transform: uppercase
}

.comment-navigation .nav-links .nav-previous {
    float: left;
    margin-right: 1.5em
}

.comment-navigation .nav-links .nav-previous i {
    margin-right: 5px
}

.comment-navigation .nav-links .nav-next {
    float: right;
    margin-left: 1.5em
}

.comment-navigation .nav-links .nav-next i {
    margin-left: 5px
}

@media only screen and (max-width: 767px) {
    #comments ol.children {
        margin-left: 0;
        margin-right: 0
    }

    #respond .comment-form-author,
    #respond .comment-form-email,
    #respond .comment-form-url {
        float: none;
        width: 100%;
        padding-right: 0;
        padding: 0;
        padding-left: 0
    }
}

@media only screen and (max-width: 480px) {
    .comment-body img {
        display: none
    }

    .comment-author {
        margin-bottom: 16px
    }

    .comment-author .comment-link,
    .comment-author .comment-meta {
        float: none
    }
}

.search-results article {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9e9e9
}

.search-results article .search-entry-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.search-results article .thumbnail {
    min-width: 120px;
    margin-right: 20px
}

.search-results article .thumbnail img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
}

.search-results article .search-entry-title {
    font-size: 24px;
    margin: 0 0 6px
}

.search-results article .search-entry-summary p:last-child {
    margin-bottom: 0
}

.search-results article .search-entry-readmore a {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    padding-bottom: 3px;
    border-bottom: 1px solid;
    text-transform: uppercase;
    letter-spacing: 0.6px
}

.search-results article ul {
    list-style: none
}

@media only screen and (max-width: 480px) {
    .search-results article .thumbnail {
        display: none
    }
}

.site-footer {
    position: relative
}

#footer-widgets {
    background-color: #222;
    padding: 30px 0;
    margin: 0
}

#footer-widgets .footer-box {
    padding: 0 15px;
    margin: 0
}

#footer-widgets .footer-box .footer-widget {
    margin-bottom: 20px
}

#footer-widgets .footer-box .footer-widget:last-child {
    margin-bottom: 0
}

#footer-widgets .footer-box .footer-widget ul {
    margin: 0;
    padding: 0;
    list-style: none
}

#footer-widgets .footer-box .widget-title {
    color: #fff
}

#footer-widgets .footer-box a {
    color: #fff
}

#footer-widgets .footer-box a:hover {
    color: #13aff0
}

#footer-widgets #wp-calendar caption,
#footer-widgets #wp-calendar th,
#footer-widgets #wp-calendar tbody,
#footer-widgets .contact-info-widget i,
#footer-widgets .mailchimp-widget input[type="email"],
#footer-widgets .posts-thumbnails-widget li,
#footer-widgets .social-widget li a {
    border-color: #555
}

#footer-widgets .mailchimp-widget input[type="email"]:focus {
    border-color: #13aff0
}

#footer-widgets .tagcloud a {
    background-color: #222;
    border-color: #333
}

#footer-widgets .tagcloud a:hover {
    background-color: #444;
    color: #fff;
    border-color: #555
}

.parallax-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0
}

.has-parallax-footer #main {
    z-index: 1
}

.has-parallax-footer:not(.boxed-layout) #main {
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1)
}

.has-parallax-footer:not(.separate-layout) #main {
    background-color: #fff
}

.has-parallax-footer.separate-layout #main {
    background-color: #f1f1f1
}

.boxed-layout .parallax-footer {
    width: 1280px;
    left: auto;
    right: auto
}

@media only screen and (max-width: 959px) {
    #footer-widgets .col {
        margin-bottom: 30px
    }

    .has-parallax-footer #main {
        margin-bottom: 0 !important
    }

    .parallax-footer {
        position: relative
    }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
    #footer-widgets.tablet-1-col .footer-box {
        width: 100%
    }

    #footer-widgets.tablet-2-col .footer-box {
        width: 50% !important
    }

    #footer-widgets.tablet-2-col .footer-box:nth-child(3n) {
        clear: left
    }

    #footer-widgets.tablet-3-col .footer-box {
        width: 33.33% !important;
        clear: none
    }

    #footer-widgets.tablet-3-col .footer-box:nth-child(4n) {
        clear: left
    }

    #footer-widgets.tablet-4-col .footer-box {
        width: 25% !important
    }

    #footer-widgets.tablet-4-col .footer-box:nth-child(5n) {
        clear: left
    }
}

@media only screen and (max-width: 480px) {
    #footer-widgets.mobile-1-col .footer-box {
        width: 100%
    }

    #footer-widgets.mobile-2-col .footer-box {
        width: 50% !important
    }

    #footer-widgets.mobile-2-col .footer-box:nth-child(3n) {
        clear: left
    }

    #footer-widgets.mobile-3-col .footer-box {
        width: 33.33% !important;
        clear: none
    }

    #footer-widgets.mobile-3-col .footer-box:nth-child(4n) {
        clear: left
    }

    #footer-widgets.mobile-4-col .footer-box {
        width: 25% !important
    }

    #footer-widgets.mobile-4-col .footer-box:nth-child(5n) {
        clear: left
    }
}

#footer-bottom {
    background-color: #1B1B1B;
    padding: 15px 0;
    font-size: 12px;
    line-height: 1
}

#footer-bottom #footer-bottom-menu,
#footer-bottom #copyright {
    width: 50%
}

#footer-bottom #footer-bottom-menu {
    float: right;
    text-align: right;
    padding-left: 15px
}

#footer-bottom #footer-bottom-menu ul {
    display: inline-block;
    margin: 0;
    list-style: none;
    margin: 0;
    padding: 0
}

#footer-bottom #footer-bottom-menu li {
    float: left
}

#footer-bottom #footer-bottom-menu li:after {
    content: '|';
    margin-left: 5px;
    margin-right: 5px
}

#footer-bottom #footer-bottom-menu li:last-child:after {
    content: '';
    margin-left: 0;
    margin-right: 0
}

#footer-bottom #footer-bottom-menu a {
    color: #fff
}

#footer-bottom #footer-bottom-menu a:hover {
    color: #13aff0
}

#footer-bottom.no-footer-nav #copyright {
    float: none;
    width: 100%;
    text-align: center;
    padding-left: 0 !important;
    padding-right: 0 !important
}

#footer-bottom #copyright {
    float: left;
    text-align: left;
    padding-right: 15px
}

#footer-bottom a {
    color: #fff
}

#footer-bottom a:hover {
    color: #13aff0
}

@media only screen and (max-width: 959px) {

    #footer-bottom #copyright,
    #footer-bottom #footer-bottom-menu {
        float: none;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        text-align: center
    }

    #footer-bottom #footer-bottom-menu {
        margin-bottom: 15px
    }

    #footer-bottom #footer-bottom-menu li {
        float: none;
        display: inline-block
    }
}

@media only screen and (max-width: 480px) {
    #footer-bottom #footer-bottom-menu li {
        margin-bottom: 8px
    }
}

#scroll-top {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    z-index: 100;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

#scroll-top>span {
    line-height: inherit;
    vertical-align: top
}

#scroll-top:hover {
    background-color: rgba(0, 0, 0, 0.8)
}

#scroll-top.scroll-top-left {
    left: 20px;
    right: auto
}

@media only screen and (max-width: 480px) {
    #scroll-top {
        right: 10px;
        bottom: 10px;
        width: 26px;
        height: 26px;
        line-height: 24px;
        font-size: 14px
    }
}

.error404-content {
    position: relative;
    margin: 0 auto;
    text-align: center
}

.error404-content .error-title {
    font-size: 46px;
    margin: 0 0 25px
}

.error404-content .error-text {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 35px
}

.error404-content .searchform {
    max-width: 390px;
    margin: 0 auto
}

.error404-content .error-btn {
    font-size: 13px;
    padding: 14px 26px;
    margin-top: 60px
}

.error404-content .error-btn:hover {
    color: #fff
}

@media only screen and (max-width: 480px) {
    .error404-content .searchform {
        width: 100%
    }

    .error404-content .error-btn {
        margin-top: 40px
    }
}

.fl-builder-edit #site-header,
.fl-builder-edit.has-transparent-header #site-header,
.elementor-editor-active #site-header {
    z-index: 1
}

.fl-builder-edit #main,
.elementor-editor-active #main {
    z-index: inherit !important
}

#site-header .elementor-section-wrap {
    height: auto !important
}

.elementor-widget-image .elementor-image img {
    display: inline-block
}

.elementor-slick-slider .slick-prev,
.elementor-slick-slider .slick-next {
    height: auto
}

.pswp__button:hover {
    background-color: transparent
}

div.motopress-bootstrap-dropdown .dropdown-menu {
    display: block !important;
    position: static !important
}

.pac-container {
    z-index: 100003
}

.no-height .elementor-column {
    min-height: 0
}

body .elementor-element.elementor-wc-products ul.products li.product .onsale {
    padding: 8px 12px
}

body .elementor-element.elementor-wc-products ul.products li.product.circle-sale .onsale {
    padding: 0
}

@media only screen and (max-width: 959px) {
    .elementor-element.elementor-wc-products ul.products li.product {
        width: auto !important
    }
}

.elementor-editor-active .parallax-footer {
    z-index: -1
}

.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input[type="checkbox"] {
    display: inline-block
}

.mfp-bg {
    z-index: 104200;
    -webkit-transform: translateZ(0)
}

.mfp-wrap {
    z-index: 104300
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-zoom-out-cur {
    cursor: -moz-default;
    cursor: -webkit-default;
    cursor: default
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    width: 20px;
    cursor: -moz-pointer;
    cursor: -webkit-pointer;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

#sidr-close,
.sidebar-mobile #mobile-nav {
    display: none
}

#sidr {
    display: block;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 300px;
    max-width: 100%;
    padding-bottom: 30px;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 15px;
    background-color: #fff;
    color: #555;
    -webkit-touch-callout: none;
    user-select: none;
    -webkit-overflow-scrolling: touch
}

#sidr ul {
    margin: 0;
    list-style: none
}

.sidr.right {
    left: auto;
    right: -300px
}

.sidr.left {
    left: -300px;
    right: auto
}

.sidr a {
    color: #555
}

.sidr a:hover,
.sidr-class-dropdown-toggle:hover,
.sidr-class-menu-item-has-children.active>a,
.sidr-class-menu-item-has-children.active>a>.sidr-class-dropdown-toggle {
    color: #13aff0
}

.sidr-class-clr:after {
    content: '';
    display: block;
    visibility: hidden;
    clear: both;
    zoom: 1;
    height: 0
}

a.sidr-class-toggle-sidr-close {
    display: block;
    background-color: #f8f8f8;
    color: #333;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    padding: 20px;
    letter-spacing: 0.6px;
    text-transform: uppercase
}

a.sidr-class-toggle-sidr-close i {
    display: inline-block;
    padding-right: 8px;
    margin: 0;
    width: auto;
    height: auto;
    line-height: 1;
    vertical-align: bottom
}

.sidr-class-dropdown-menu ul,
.sidr-class-fs-dropdown-menu ul {
    display: none;
    border-top: 1px solid rgba(0, 0, 0, 0.035);
    margin-left: 0;
    background-color: rgba(0, 0, 0, 0.02)
}

.sidr-class-dropdown-menu li,
.sidr-class-fs-dropdown-menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.035)
}

.sidr-class-dropdown-menu.sidr-class-left-menu li:last-child,
.sidr-class-fs-dropdown-menu.sidr-class-left-menu li:last-child {
    border-bottom: none
}

.sidr-class-dropdown-menu>li:first-child,
.sidr-class-fs-dropdown-menu>li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.035)
}

.sidr-class-dropdown-menu li a,
.sidr-class-fs-dropdown-menu li a {
    padding: 12px 20px;
    display: block;
    position: relative
}

.sidr-class-dropdown-menu li a.sidr-class-sf-with-ul,
.sidr-class-fs-dropdown-menu li a.sidr-class-sf-with-ul {
    padding-right: 40px
}

.sidr-class-dropdown-menu ul li:last-child,
.sidr-class-fs-dropdown-menu ul li:last-child {
    border: none
}

.sidr-class-top-bar-menu>li:first-child {
    border-top: none
}

.sidr-class-menu-item-has-children {
    position: relative
}

.sidr-class-dropdown-menu li.sidr-class-menu-item-has-children>a {
    padding-right: 60px
}

.sidr-class-dropdown-toggle {
    font-size: 11px;
    height: 100%;
    width: 60px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    color: #555;
    text-align: right;
    padding-right: 20px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.sidr-class-dropdown-toggle:before {
    font-family: 'FontAwesome';
    content: '+';
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-top: -15px;
    margin-left: -15px
}

.sidr-class-dropdown-menu li.active>a>.sidr-class-dropdown-toggle:before {
    content: '-'
}

.sidr-class-dropdown-menu ul a:before {
    font-family: 'FontAwesome';
    content: '\f105';
    display: inline-block;
    margin: 0 10px
}

.sidr-class-dropdown-menu ul ul a:before {
    margin-left: 20px
}

.sidr-class-dropdown-menu ul ul ul a:before {
    margin-left: 40px
}

.sidr-class-middle-site-logo,
.sidr #searchform-header-replace-close,
.sidr #sidr-id-searchform-overlay,
.sidr .sidr-class-nav-arrow,
.sidr-class-sidebar-box,
.sidr-class-mega-cat .sidr-class-dropdown-toggle,
.sidr-class-mega-cat .sidr-class-megamenu,
.sidr-class-elementor {
    display: none !important
}

.sidr-class-dropdown-menu li.sidr-class-menu-item-has-children.sidr-class-mega-cat>a {
    padding-right: 20px
}

.sidr-class-dropdown-menu a i {
    font-size: inherit !important;
    vertical-align: initial !important;
    margin-right: 10px
}

.sidr-class-dropdown-menu a i.after {
    margin-right: 0;
    margin-left: 10px
}

.sidr-class-wpml-ls-flag {
    margin-right: 10px;
    vertical-align: baseline
}

.oceanwp-sidr-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9999
}

#mobile-menu-search,
.sidr-class-woo-cart-link,
.sidr-class-search-toggle-li,
#sidr-id-searchform-dropdown,
#sidr-id-searchform-header-replace {
    display: none
}

.sidr-class-mobile-searchform {
    position: relative;
    margin: 30px 20px 0
}

.sidr-class-mobile-searchform input {
    padding: 6px 45px 6px 12px !important;
    margin-top: 0 !important;
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit
}

.sidr-class-mobile-searchform button {
    display: block;
    position: absolute;
    right: 10px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    padding: 0;
    text-align: center;
    top: 50%;
    margin-top: -15px;
    background-color: transparent !important;
    color: #555;
    border: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.sidr-class-mobile-searchform button:hover {
    color: #222
}

.sidr-class-social-menu-inner ul {
    display: table;
    width: 100%;
    text-align: center;
    table-layout: fixed
}

.sidr-class-social-menu-inner ul li {
    display: table-cell
}

.sidr-class-social-menu-inner ul li a {
    display: block;
    padding: 12px 10px
}

.slick-prev,
.slick-next {
    position: absolute;
    bottom: 0;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    width: 30px;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    border: 0;
    text-align: center;
    cursor: pointer;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    z-index: 10;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff
}

.slick-prev {
    right: 30px
}

[dir="rtl"] .slick-prev {
    right: auto;
    left: 30px
}

[dir="rtl"] .slick-prev span:before {
    content: '\f105'
}

.slick-next {
    right: 0
}

[dir="rtl"] .slick-next {
    left: 0;
    right: auto
}

[dir="rtl"] .slick-next span:before {
    content: '\f104'
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: black;
    -moz-opacity: 0.25;
    -webkit-opacity: 0.25;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: black;
    -moz-opacity: 0.75;
    -webkit-opacity: 0.75;
    opacity: 0.75
}

@media only screen and (max-width: 959px) {
    body.default-breakpoint #site-logo.has-responsive-logo .custom-logo-link {
        display: none
    }

    body.default-breakpoint #site-logo.has-responsive-logo .responsive-logo-link {
        display: block
    }

    body.default-breakpoint .is-sticky #site-logo.has-responsive-logo .sticky-logo-link {
        display: block
    }

    body.default-breakpoint .is-sticky #site-logo.has-sticky-logo .responsive-logo-link {
        display: none
    }

    body.default-breakpoint #site-header.center-header #site-logo {
        display: block
    }

    body.default-breakpoint #top-bar-nav,
    body.default-breakpoint #site-navigation-wrap,
    body.default-breakpoint .oceanwp-social-menu,
    body.default-breakpoint .after-header-content {
        display: none
    }

    body.default-breakpoint .center-logo #site-logo {
        float: none;
        position: absolute;
        left: 50%;
        padding: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    body.default-breakpoint .oceanwp-mobile-menu-icon {
        display: block
    }

    body.default-breakpoint #top-bar.has-no-content #top-bar-social {
        text-align: center
    }

    body.default-breakpoint #top-bar.has-no-content #top-bar-social.top-bar-left,
    body.default-breakpoint #top-bar.has-no-content #top-bar-social.top-bar-right {
        position: inherit;
        left: auto;
        right: auto;
        float: none;
        height: auto;
        line-height: 1.5em;
        margin-top: 0
    }

    body.default-breakpoint #top-bar.has-no-content #top-bar-social li {
        float: none;
        display: inline-block
    }

    body.default-breakpoint.vertical-header-style #outer-wrap {
        margin: 0 !important
    }

    body.default-breakpoint #site-header.vertical-header {
        position: relative;
        width: 100%;
        left: 0 !important;
        right: 0 !important
    }

    body.default-breakpoint #site-header.vertical-header .has-template>#site-logo {
        display: block
    }

    body.default-breakpoint #site-header.vertical-header #site-header-inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        padding: 0;
        max-width: 90%
    }

    body.default-breakpoint #site-header.vertical-header #site-header-inner>*:not(.oceanwp-mobile-menu-icon) {
        display: none
    }

    body.default-breakpoint #site-header.vertical-header #site-header-inner>* {
        padding: 0 !important
    }

    body.default-breakpoint #site-header.vertical-header #site-header-inner #site-logo {
        display: block;
        margin: 0;
        width: 50%;
        text-align: left
    }

    body.default-breakpoint #site-header.vertical-header #site-header-inner .oceanwp-mobile-menu-icon {
        width: 50%;
        text-align: right
    }

    body.default-breakpoint #site-header.vertical-header .vertical-toggle {
        display: none
    }

    body.default-breakpoint.vh-closed .vertical-toggle {
        display: none
    }

    body.default-breakpoint .owp-cart-overlay {
        display: none !important
    }
}

@media only screen and (max-width: 767px) {
    .hide-tablet-mobile {
        display: none !important
    }
}

@media only screen and (max-width: 480px) {
    .hide-mobile {
        display: none !important
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    .hide-tablet {
        display: none !important
    }
}

ul.flickr li,
.widget ul.flickr li {
    width: auto;
    float: left;
    margin: 10px 10px 0 0;
}

ul.flickr a {
    display: block;
}

ul.flickr img {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

ul.flickr a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
}

.clear {
    clear: both;
}

@keyframes bounce {

    20%,
    53%,
    80%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom
}

@keyframes flash {

    50%,
    from,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    animation-name: flash
}

@keyframes pulse {

    from,
    to {
        transform: scale3d(1, 1, 1)
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }
}

.pulse {
    animation-name: pulse
}

@keyframes rubberBand {

    from,
    to {
        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)
    }
}

.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,
    to {
        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)
    }
}

.tada {
    animation-name: tada
}

@keyframes wobble {

    from,
    to {
        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)
    }
}

.wobble {
    animation-name: wobble
}

@keyframes jello {

    11.1%,
    from,
    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(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    animation-name: jello;
    transform-origin: center
}

@keyframes bounceIn {

    20%,
    40%,
    60%,
    80%,
    from,
    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 {

    60%,
    75%,
    90%,
    from,
    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 {

    60%,
    75%,
    90%,
    from,
    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 {

    60%,
    75%,
    90%,
    from,
    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 {

    60%,
    75%,
    90%,
    from,
    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 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 fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@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 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 rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.rollIn {
    animation-name: rollIn
}

@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 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
}

.elementor-animation-grow {
    transition-duration: .3s;
    transition-property: transform
}

.elementor-animation-grow:active,
.elementor-animation-grow:focus,
.elementor-animation-grow:hover {
    transform: scale(1.1)
}

.elementor-animation-shrink {
    transition-duration: .3s;
    transition-property: transform
}

.elementor-animation-shrink:active,
.elementor-animation-shrink:focus,
.elementor-animation-shrink:hover {
    transform: scale(0.9)
}

@keyframes elementor-animation-pulse {
    25% {
        transform: scale(1.1)
    }

    75% {
        transform: scale(0.9)
    }
}

.elementor-animation-pulse:active,
.elementor-animation-pulse:focus,
.elementor-animation-pulse:hover {
    animation-name: elementor-animation-pulse;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@keyframes elementor-animation-pulse-grow {
    to {
        transform: scale(1.1)
    }
}

.elementor-animation-pulse-grow:active,
.elementor-animation-pulse-grow:focus,
.elementor-animation-pulse-grow:hover {
    animation-name: elementor-animation-pulse-grow;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate
}

@keyframes elementor-animation-pulse-shrink {
    to {
        transform: scale(0.9)
    }
}

.elementor-animation-pulse-shrink:active,
.elementor-animation-pulse-shrink:focus,
.elementor-animation-pulse-shrink:hover {
    animation-name: elementor-animation-pulse-shrink;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate
}

@keyframes elementor-animation-push {
    50% {
        transform: scale(0.8)
    }

    100% {
        transform: scale(1)
    }
}

.elementor-animation-push:active,
.elementor-animation-push:focus,
.elementor-animation-push:hover {
    animation-name: elementor-animation-push;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: 1
}

@keyframes elementor-animation-pop {
    50% {
        transform: scale(1.2)
    }
}

.elementor-animation-pop:active,
.elementor-animation-pop:focus,
.elementor-animation-pop:hover {
    animation-name: elementor-animation-pop;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: 1
}

.elementor-animation-bounce-in {
    transition-duration: .5s
}

.elementor-animation-bounce-in:active,
.elementor-animation-bounce-in:focus,
.elementor-animation-bounce-in:hover {
    transform: scale(1.2);
    transition-timing-function: cubic-bezier(0.47, 2.02, .31, -.36)
}

.elementor-animation-bounce-out {
    transition-duration: .5s
}

.elementor-animation-bounce-out:active,
.elementor-animation-bounce-out:focus,
.elementor-animation-bounce-out:hover {
    transform: scale(0.8);
    transition-timing-function: cubic-bezier(0.47, 2.02, .31, -.36)
}

.elementor-animation-rotate {
    transition-duration: .3s;
    transition-property: transform
}

.elementor-animation-rotate:active,
.elementor-animation-rotate:focus,
.elementor-animation-rotate:hover {
    transform: rotate(4deg)
}

.elementor-animation-grow-rotate {
    transition-duration: .3s;
    transition-property: transform
}

.elementor-animation-grow-rotate:active,
.elementor-animation-grow-rotate:focus,
.elementor-animation-grow-rotate:hover {
    transform: scale(1.1) rotate(4deg)
}

.elementor-animation-float {
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out
}

.elementor-animation-float:active,
.elementor-animation-float:focus,
.elementor-animation-float:hover {
    transform: translateY(-8px)
}

.elementor-animation-sink {
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out
}

.elementor-animation-sink:active,
.elementor-animation-sink:focus,
.elementor-animation-sink:hover {
    transform: translateY(8px)
}

@keyframes elementor-animation-bob {
    0% {
        transform: translateY(-8px)
    }

    50% {
        transform: translateY(-4px)
    }

    100% {
        transform: translateY(-8px)
    }
}

@keyframes elementor-animation-bob-float {
    100% {
        transform: translateY(-8px)
    }
}

.elementor-animation-bob:active,
.elementor-animation-bob:focus,
.elementor-animation-bob:hover {
    animation-name: elementor-animation-bob-float, elementor-animation-bob;
    animation-duration: .3s, 1.5s;
    animation-delay: 0s, .3s;
    animation-timing-function: ease-out, ease-in-out;
    animation-iteration-count: 1, infinite;
    animation-fill-mode: forwards;
    animation-direction: normal, alternate
}

@keyframes elementor-animation-hang {
    0% {
        transform: translateY(8px)
    }

    50% {
        transform: translateY(4px)
    }

    100% {
        transform: translateY(8px)
    }
}

@keyframes elementor-animation-hang-sink {
    100% {
        transform: translateY(8px)
    }
}

.elementor-animation-hang:active,
.elementor-animation-hang:focus,
.elementor-animation-hang:hover {
    animation-name: elementor-animation-hang-sink, elementor-animation-hang;
    animation-duration: .3s, 1.5s;
    animation-delay: 0s, .3s;
    animation-timing-function: ease-out, ease-in-out;
    animation-iteration-count: 1, infinite;
    animation-fill-mode: forwards;
    animation-direction: normal, alternate
}

.elementor-animation-skew {
    transition-duration: .3s;
    transition-property: transform
}

.elementor-animation-skew:active,
.elementor-animation-skew:focus,
.elementor-animation-skew:hover {
    transform: skew(-10deg)
}

.elementor-animation-skew-forward {
    transition-duration: .3s;
    transition-property: transform;
    transform-origin: 0 100%
}

.elementor-animation-skew-forward:active,
.elementor-animation-skew-forward:focus,
.elementor-animation-skew-forward:hover {
    transform: skew(-10deg)
}

.elementor-animation-skew-backward {
    transition-duration: .3s;
    transition-property: transform;
    transform-origin: 0 100%
}

.elementor-animation-skew-backward:active,
.elementor-animation-skew-backward:focus,
.elementor-animation-skew-backward:hover {
    transform: skew(10deg)
}

@keyframes elementor-animation-wobble-vertical {
    16.65% {
        transform: translateY(8px)
    }

    33.3% {
        transform: translateY(-6px)
    }

    49.95% {
        transform: translateY(4px)
    }

    66.6% {
        transform: translateY(-2px)
    }

    83.25% {
        transform: translateY(1px)
    }

    100% {
        transform: translateY(0)
    }
}

.elementor-animation-wobble-vertical:active,
.elementor-animation-wobble-vertical:focus,
.elementor-animation-wobble-vertical:hover {
    animation-name: elementor-animation-wobble-vertical;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-horizontal {
    16.65% {
        transform: translateX(8px)
    }

    33.3% {
        transform: translateX(-6px)
    }

    49.95% {
        transform: translateX(4px)
    }

    66.6% {
        transform: translateX(-2px)
    }

    83.25% {
        transform: translateX(1px)
    }

    100% {
        transform: translateX(0)
    }
}

.elementor-animation-wobble-horizontal:active,
.elementor-animation-wobble-horizontal:focus,
.elementor-animation-wobble-horizontal:hover {
    animation-name: elementor-animation-wobble-horizontal;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-to-bottom-right {
    16.65% {
        transform: translate(8px, 8px)
    }

    33.3% {
        transform: translate(-6px, -6px)
    }

    49.95% {
        transform: translate(4px, 4px)
    }

    66.6% {
        transform: translate(-2px, -2px)
    }

    83.25% {
        transform: translate(1px, 1px)
    }

    100% {
        transform: translate(0, 0)
    }
}

.elementor-animation-wobble-to-bottom-right:active,
.elementor-animation-wobble-to-bottom-right:focus,
.elementor-animation-wobble-to-bottom-right:hover {
    animation-name: elementor-animation-wobble-to-bottom-right;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-to-top-right {
    16.65% {
        transform: translate(8px, -8px)
    }

    33.3% {
        transform: translate(-6px, 6px)
    }

    49.95% {
        transform: translate(4px, -4px)
    }

    66.6% {
        transform: translate(-2px, 2px)
    }

    83.25% {
        transform: translate(1px, -1px)
    }

    100% {
        transform: translate(0, 0)
    }
}

.elementor-animation-wobble-to-top-right:active,
.elementor-animation-wobble-to-top-right:focus,
.elementor-animation-wobble-to-top-right:hover {
    animation-name: elementor-animation-wobble-to-top-right;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-top {
    16.65% {
        transform: skew(-12deg)
    }

    33.3% {
        transform: skew(10deg)
    }

    49.95% {
        transform: skew(-6deg)
    }

    66.6% {
        transform: skew(4deg)
    }

    83.25% {
        transform: skew(-2deg)
    }

    100% {
        transform: skew(0)
    }
}

.elementor-animation-wobble-top {
    transform-origin: 0 100%
}

.elementor-animation-wobble-top:active,
.elementor-animation-wobble-top:focus,
.elementor-animation-wobble-top:hover {
    animation-name: elementor-animation-wobble-top;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-bottom {
    16.65% {
        transform: skew(-12deg)
    }

    33.3% {
        transform: skew(10deg)
    }

    49.95% {
        transform: skew(-6deg)
    }

    66.6% {
        transform: skew(4deg)
    }

    83.25% {
        transform: skew(-2deg)
    }

    100% {
        transform: skew(0)
    }
}

.elementor-animation-wobble-bottom {
    transform-origin: 100% 0
}

.elementor-animation-wobble-bottom:active,
.elementor-animation-wobble-bottom:focus,
.elementor-animation-wobble-bottom:hover {
    animation-name: elementor-animation-wobble-bottom;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-skew {
    16.65% {
        transform: skew(-12deg)
    }

    33.3% {
        transform: skew(10deg)
    }

    49.95% {
        transform: skew(-6deg)
    }

    66.6% {
        transform: skew(4deg)
    }

    83.25% {
        transform: skew(-2deg)
    }

    100% {
        transform: skew(0)
    }
}

.elementor-animation-wobble-skew:active,
.elementor-animation-wobble-skew:focus,
.elementor-animation-wobble-skew:hover {
    animation-name: elementor-animation-wobble-skew;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-buzz {
    50% {
        transform: translateX(3px) rotate(2deg)
    }

    100% {
        transform: translateX(-3px) rotate(-2deg)
    }
}

.elementor-animation-buzz:active,
.elementor-animation-buzz:focus,
.elementor-animation-buzz:hover {
    animation-name: elementor-animation-buzz;
    animation-duration: .15s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@keyframes elementor-animation-buzz-out {
    10% {
        transform: translateX(3px) rotate(2deg)
    }

    20% {
        transform: translateX(-3px) rotate(-2deg)
    }

    30% {
        transform: translateX(3px) rotate(2deg)
    }

    40% {
        transform: translateX(-3px) rotate(-2deg)
    }

    50% {
        transform: translateX(2px) rotate(1deg)
    }

    60% {
        transform: translateX(-2px) rotate(-1deg)
    }

    70% {
        transform: translateX(2px) rotate(1deg)
    }

    80% {
        transform: translateX(-2px) rotate(-1deg)
    }

    90% {
        transform: translateX(1px) rotate(0)
    }

    100% {
        transform: translateX(-1px) rotate(0)
    }
}

.elementor-animation-buzz-out:active,
.elementor-animation-buzz-out:focus,
.elementor-animation-buzz-out:hover {
    animation-name: elementor-animation-buzz-out;
    animation-duration: .75s;
    animation-timing-function: linear;
    animation-iteration-count: 1
}

/*! elementor - v2.9.8 - 21-04-2020 */
.dialog-widget-content {
    background-color: #fff;
    position: absolute;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, .2);
    box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, .2);
    overflow: hidden
}

.dialog-message {
    font-size: 12px;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.dialog-type-lightbox {
    position: fixed;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.dialog-type-lightbox .dialog-widget-content {
    margin: auto;
    width: 375px
}

.dialog-type-lightbox .dialog-header {
    font-size: 15px;
    color: #495157;
    padding: 30px 0 10px;
    font-weight: 500
}

.dialog-type-lightbox .dialog-message {
    padding: 0 30px 30px;
    min-height: 50px
}

.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-header,
.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-message {
    text-align: center
}

.dialog-type-lightbox .dialog-buttons-wrapper {
    border-top: 1px solid #e6e9ec;
    text-align: center
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button {
    font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
    width: 50%;
    border: none;
    background: none;
    color: #6d7882;
    font-size: 15px;
    cursor: pointer;
    padding: 13px 0;
    outline: 0
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button:hover {
    background-color: #f4f6f7
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button.dialog-ok {
    color: #b01b1b
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button.dialog-take_over {
    color: #39b54a
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button:active {
    background-color: rgba(230, 233, 236, .5)
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button::-moz-focus-inner {
    border: 0
}

.dialog-close-button {
    cursor: pointer;
    position: absolute;
    margin-top: 15px;
    right: 15px;
    font-size: 15px;
    line-height: 1
}

.dialog-close-button:not(:hover) {
    opacity: .4
}

.dialog-alert-widget .dialog-buttons-wrapper>button {
    width: 100%
}

.dialog-confirm-widget .dialog-button:first-child {
    border-right: 1px solid #e6e9ec
}

.dialog-prevent-scroll {
    overflow: hidden;
    max-height: 100vh
}

@media (min-width:1024px) {
    body.admin-bar .dialog-lightbox-widget {
        height: -webkit-calc(100vh - 32px);
        height: calc(100vh - 32px)
    }
}

@media (max-width:1024px) {
    body.admin-bar .dialog-type-lightbox {
        position: -webkit-sticky;
        position: sticky;
        height: 100vh
    }
}

.elementor-aspect-ratio-219 .elementor-fit-aspect-ratio {
    padding-bottom: 42.8571%
}

.elementor-aspect-ratio-169 .elementor-fit-aspect-ratio {
    padding-bottom: 56.25%
}

.elementor-aspect-ratio-43 .elementor-fit-aspect-ratio {
    padding-bottom: 75%
}

.elementor-aspect-ratio-32 .elementor-fit-aspect-ratio {
    padding-bottom: 66.6666%
}

.elementor-aspect-ratio-11 .elementor-fit-aspect-ratio {
    padding-bottom: 100%
}

.elementor-aspect-ratio-916 .elementor-fit-aspect-ratio {
    padding-bottom: 177.8%
}

.elementor-fit-aspect-ratio {
    position: relative;
    height: 0
}

.elementor-fit-aspect-ratio iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 0;
    background-color: #000
}

.elementor-fit-aspect-ratio video {
    width: 100%
}

.flatpickr-calendar {
    width: 280px
}

.flatpickr-calendar .flatpickr-current-month span.cur-month {
    font-weight: 300
}

.flatpickr-calendar .dayContainer {
    width: 280px;
    min-width: 280px;
    max-width: 280px
}

.flatpickr-calendar .flatpickr-days {
    width: 280px
}

.flatpickr-calendar .flatpickr-day {
    max-width: 37px;
    height: 37px;
    line-height: 37px
}

.elementor-templates-modal .dialog-widget-content {
    font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
    background-color: #f1f3f5;
    width: 100%
}

@media (max-width:1439px) {
    .elementor-templates-modal .dialog-widget-content {
        max-width: 990px
    }
}

@media (min-width:1440px) {
    .elementor-templates-modal .dialog-widget-content {
        max-width: 1200px
    }
}

.elementor-templates-modal .dialog-header {
    padding: 0;
    z-index: 1
}

.elementor-templates-modal .dialog-buttons-wrapper,
.elementor-templates-modal .dialog-header {
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    position: relative
}

.elementor-templates-modal .dialog-buttons-wrapper {
    border: none;
    display: none;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 5px
}

.elementor-templates-modal .dialog-buttons-wrapper .elementor-button {
    height: 40px;
    margin-left: 5px
}

.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success {
    padding: 12px 36px;
    color: #fff;
    width: auto;
    font-size: 15px
}

.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success:hover {
    background-color: #39b54a
}

.elementor-templates-modal .dialog-message {
    height: 750px;
    max-height: 85vh;
    overflow: auto;
    padding-top: 25px
}

.elementor-templates-modal .dialog-content {
    height: 100%
}

.elementor-templates-modal .dialog-loading {
    display: none
}

.elementor-templates-modal__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 50px
}

.elementor-templates-modal__header__logo {
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer
}

.elementor-templates-modal__header__logo-area {
    text-align: left;
    padding-left: 15px
}

.elementor-templates-modal__header__logo-area>* {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-templates-modal__header__logo__icon-wrapper {
    margin-right: 10px
}

.elementor-templates-modal__header__logo__title {
    padding-top: 2px
}

.elementor-templates-modal__header__logo i {
    font-size: 10px
}

.elementor-templates-modal__header__items-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.elementor-templates-modal__header__item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.elementor-templates-modal__header__item>i {
    font-size: 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer
}

.elementor-templates-modal__header__item>i:not(:hover) {
    color: #a4afb7
}

.elementor-templates-modal__header__close--normal {
    width: 45px;
    border-left: 1px solid #e6e9ec
}

.elementor-templates-modal__header__close--normal i {
    font-size: 18px
}

.elementor-templates-modal__header__close--skip {
    padding: 10px 10px 10px 20px;
    margin-right: 10px;
    color: #fff;
    background-color: #a4afb7;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer
}

.elementor-templates-modal__header__close--skip>i {
    font-size: inherit;
    padding-left: 10px;
    margin-left: 15px;
    border-left: 1px solid
}

.elementor-templates-modal__header__close--skip>i:not(:hover) {
    color: #fff
}

.elementor-templates-modal__sidebar {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 25%;
    background-color: hsla(0, 0%, 100%, .3)
}

.elementor-templates-modal__content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-shadow: 0 0 13px inset rgba(0, 0, 0, .05);
    box-shadow: inset 0 0 13px rgba(0, 0, 0, .05)
}

.elementor-hidden {
    display: none
}

.elementor-screen-only,
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.elementor-clearfix:after {
    content: "";
    display: block;
    clear: both;
    width: 0;
    height: 0
}

.elementor-gradient-logo {
    background-image: -webkit-linear-gradient(225deg, #f2295b, #434363);
    background-image: -o-linear-gradient(225deg, #f2295b, #434363);
    background-image: linear-gradient(-135deg, #f2295b, #434363);
    display: inline-block;
    padding: .6em;
    -webkit-border-radius: .2em;
    border-radius: .2em
}

.elementor-gradient-logo i {
    color: #fff;
    display: block
}

.elementor {
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual
}

.elementor *,
.elementor :after,
.elementor :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.elementor a {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none
}

.elementor hr {
    margin: 0;
    background-color: transparent
}

.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.elementor .elementor-widget:not(.elementor-widget-text-editor) figure {
    margin: 0
}

.elementor embed,
.elementor iframe,
.elementor object,
.elementor video {
    max-width: 100%;
    width: 100%;
    margin: 0;
    line-height: 1;
    border: none
}

.elementor .elementor-custom-embed {
    line-height: 0
}

.elementor .elementor-background,
.elementor .elementor-background-holder,
.elementor .elementor-background-video-container {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    z-index: 0;
    direction: ltr
}

.elementor .elementor-background-video-container {
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    pointer-events: none
}

.elementor .elementor-background-video-container.elementor-loading {
    opacity: 0
}

.elementor .elementor-background-video-embed {
    max-width: none
}

.elementor .elementor-background-video,
.elementor .elementor-background-video-embed,
.elementor .elementor-background-video-hosted {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.elementor .elementor-background-video {
    max-width: none
}

.elementor .elementor-html5-video {
    -o-object-fit: cover;
    object-fit: cover
}

.elementor .elementor-background-overlay,
.elementor .elementor-background-slideshow {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.elementor .elementor-background-slideshow {
    z-index: 0
}

.elementor .elementor-background-slideshow__slide__image {
    width: 100%;
    height: 100%;
    background-position: 50%;
    -webkit-background-size: cover;
    background-size: cover
}

.elementor-widget-wrap>.elementor-element.elementor-absolute {
    position: absolute
}

.elementor-widget-wrap>.elementor-element.elementor-fixed {
    position: fixed
}

.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,
.elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
    max-width: 100%
}

@media (max-width:1024px) {

    .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,
    .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial {
        max-width: 100%
    }
}

@media (max-width:767px) {

    .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,
    .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial {
        max-width: 100%
    }
}

.elementor-element.elementor-absolute,
.elementor-element.elementor-fixed {
    z-index: 1
}

.elementor-invisible {
    visibility: hidden
}

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

.elementor-align-center .elementor-button {
    width: auto
}

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

.elementor-align-right .elementor-button {
    width: auto
}

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

.elementor-align-left .elementor-button {
    width: auto
}

.elementor-align-justify .elementor-button {
    width: 100%
}

.elementor-custom-embed-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.elementor-custom-embed-play i {
    font-size: 100px;
    color: #fff;
    opacity: .8;
    text-shadow: 1px 0 6px rgba(0, 0, 0, .3);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.elementor-custom-embed-play.elementor-playing i {
    font-family: eicons;
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite
}

.elementor-custom-embed-play.elementor-playing i:before {
    content: "\e8fb"
}

.elementor-tag {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.elementor-ken-burns {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 10s;
    -o-transition-duration: 10s;
    transition-duration: 10s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear
}

.elementor-ken-burns--out {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.elementor-ken-burns--active {
    -webkit-transition-duration: 20s;
    -o-transition-duration: 20s;
    transition-duration: 20s
}

.elementor-ken-burns--active.elementor-ken-burns--out {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.elementor-ken-burns--active.elementor-ken-burns--in {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

@media (max-width:1024px) {
    .elementor-tablet-align-center {
        text-align: center
    }

    .elementor-tablet-align-center .elementor-button {
        width: auto
    }

    .elementor-tablet-align-right {
        text-align: right
    }

    .elementor-tablet-align-right .elementor-button {
        width: auto
    }

    .elementor-tablet-align-left {
        text-align: left
    }

    .elementor-tablet-align-left .elementor-button {
        width: auto
    }

    .elementor-tablet-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width:767px) {
    .elementor-mobile-align-center {
        text-align: center
    }

    .elementor-mobile-align-center .elementor-button {
        width: auto
    }

    .elementor-mobile-align-right {
        text-align: right
    }

    .elementor-mobile-align-right .elementor-button {
        width: auto
    }

    .elementor-mobile-align-left {
        text-align: left
    }

    .elementor-mobile-align-left .elementor-button {
        width: auto
    }

    .elementor-mobile-align-justify .elementor-button {
        width: 100%
    }
}

#wpadminbar #wp-admin-bar-elementor_edit_page>.ab-item:before {
    content: "\e813";
    font-family: eicons;
    top: 3px;
    font-size: 18px
}

#wpadminbar #wp-admin-bar-elementor_inspector>.ab-item:before {
    content: "\f348";
    top: 2px
}

.elementor-section {
    position: relative
}

.elementor-section .elementor-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1140px
}

.elementor-section.elementor-section-stretched {
    position: relative;
    width: 100%
}

.elementor-section.elementor-section-items-top>.elementor-container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.elementor-section.elementor-section-items-middle>.elementor-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-section.elementor-section-items-bottom>.elementor-container {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media (min-width:768px) {
    .elementor-section.elementor-section-height-full {
        height: 100vh
    }

    .elementor-section.elementor-section-height-full>.elementor-container {
        height: 100%
    }
}

.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.elementor-row {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:1024px) {
    .elementor-row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.elementor-column-wrap {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.elementor-widget-wrap {
    position: relative;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.elementor-widget-wrap>.elementor-element {
    width: 100%
}

.elementor-widget {
    position: relative
}

.elementor-widget:not(:last-child) {
    margin-bottom: 20px
}

.elementor-widget:not(:last-child).elementor-absolute,
.elementor-widget:not(:last-child).elementor-widget__width-auto,
.elementor-widget:not(:last-child).elementor-widget__width-initial {
    margin-bottom: 0
}

.elementor-column {
    position: relative;
    min-height: 1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.elementor-column-gap-narrow>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 5px
}

.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 10px
}

.elementor-column-gap-extended>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 15px
}

.elementor-column-gap-wide>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 20px
}

.elementor-column-gap-wider>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 30px
}

.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
    padding: 0
}

@media (min-width:768px) {

    .elementor-column.elementor-col-10,
    .elementor-column[data-col="10"] {
        width: 10%
    }

    .elementor-column.elementor-col-11,
    .elementor-column[data-col="11"] {
        width: 11.111%
    }

    .elementor-column.elementor-col-12,
    .elementor-column[data-col="12"] {
        width: 12.5%
    }

    .elementor-column.elementor-col-14,
    .elementor-column[data-col="14"] {
        width: 14.285%
    }

    .elementor-column.elementor-col-16,
    .elementor-column[data-col="16"] {
        width: 16.666%
    }

    .elementor-column.elementor-col-20,
    .elementor-column[data-col="20"] {
        width: 20%
    }

    .elementor-column.elementor-col-25,
    .elementor-column[data-col="25"] {
        width: 25%
    }

    .elementor-column.elementor-col-30,
    .elementor-column[data-col="30"] {
        width: 30%
    }

    .elementor-column.elementor-col-33,
    .elementor-column[data-col="33"] {
        width: 33.333%
    }

    .elementor-column.elementor-col-40,
    .elementor-column[data-col="40"] {
        width: 40%
    }

    .elementor-column.elementor-col-50,
    .elementor-column[data-col="50"] {
        width: 50%
    }

    .elementor-column.elementor-col-60,
    .elementor-column[data-col="60"] {
        width: 60%
    }

    .elementor-column.elementor-col-66,
    .elementor-column[data-col="66"] {
        width: 66.666%
    }

    .elementor-column.elementor-col-70,
    .elementor-column[data-col="70"] {
        width: 70%
    }

    .elementor-column.elementor-col-75,
    .elementor-column[data-col="75"] {
        width: 75%
    }

    .elementor-column.elementor-col-80,
    .elementor-column[data-col="80"] {
        width: 80%
    }

    .elementor-column.elementor-col-83,
    .elementor-column[data-col="83"] {
        width: 83.333%
    }

    .elementor-column.elementor-col-90,
    .elementor-column[data-col="90"] {
        width: 90%
    }

    .elementor-column.elementor-col-100,
    .elementor-column[data-col="100"] {
        width: 100%
    }
}

@media (max-width:479px) {
    .elementor-column.elementor-xs-10 {
        width: 10%
    }

    .elementor-column.elementor-xs-11 {
        width: 11.111%
    }

    .elementor-column.elementor-xs-12 {
        width: 12.5%
    }

    .elementor-column.elementor-xs-14 {
        width: 14.285%
    }

    .elementor-column.elementor-xs-16 {
        width: 16.666%
    }

    .elementor-column.elementor-xs-20 {
        width: 20%
    }

    .elementor-column.elementor-xs-25 {
        width: 25%
    }

    .elementor-column.elementor-xs-30 {
        width: 30%
    }

    .elementor-column.elementor-xs-33 {
        width: 33.333%
    }

    .elementor-column.elementor-xs-40 {
        width: 40%
    }

    .elementor-column.elementor-xs-50 {
        width: 50%
    }

    .elementor-column.elementor-xs-60 {
        width: 60%
    }

    .elementor-column.elementor-xs-66 {
        width: 66.666%
    }

    .elementor-column.elementor-xs-70 {
        width: 70%
    }

    .elementor-column.elementor-xs-75 {
        width: 75%
    }

    .elementor-column.elementor-xs-80 {
        width: 80%
    }

    .elementor-column.elementor-xs-83 {
        width: 83.333%
    }

    .elementor-column.elementor-xs-90 {
        width: 90%
    }

    .elementor-column.elementor-xs-100 {
        width: 100%
    }
}

@media (max-width:767px) {
    .elementor-column.elementor-sm-10 {
        width: 10%
    }

    .elementor-column.elementor-sm-11 {
        width: 11.111%
    }

    .elementor-column.elementor-sm-12 {
        width: 12.5%
    }

    .elementor-column.elementor-sm-14 {
        width: 14.285%
    }

    .elementor-column.elementor-sm-16 {
        width: 16.666%
    }

    .elementor-column.elementor-sm-20 {
        width: 20%
    }

    .elementor-column.elementor-sm-25 {
        width: 25%
    }

    .elementor-column.elementor-sm-30 {
        width: 30%
    }

    .elementor-column.elementor-sm-33 {
        width: 33.333%
    }

    .elementor-column.elementor-sm-40 {
        width: 40%
    }

    .elementor-column.elementor-sm-50 {
        width: 50%
    }

    .elementor-column.elementor-sm-60 {
        width: 60%
    }

    .elementor-column.elementor-sm-66 {
        width: 66.666%
    }

    .elementor-column.elementor-sm-70 {
        width: 70%
    }

    .elementor-column.elementor-sm-75 {
        width: 75%
    }

    .elementor-column.elementor-sm-80 {
        width: 80%
    }

    .elementor-column.elementor-sm-83 {
        width: 83.333%
    }

    .elementor-column.elementor-sm-90 {
        width: 90%
    }

    .elementor-column.elementor-sm-100 {
        width: 100%
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor-column.elementor-md-10 {
        width: 10%
    }

    .elementor-column.elementor-md-11 {
        width: 11.111%
    }

    .elementor-column.elementor-md-12 {
        width: 12.5%
    }

    .elementor-column.elementor-md-14 {
        width: 14.285%
    }

    .elementor-column.elementor-md-16 {
        width: 16.666%
    }

    .elementor-column.elementor-md-20 {
        width: 20%
    }

    .elementor-column.elementor-md-25 {
        width: 25%
    }

    .elementor-column.elementor-md-30 {
        width: 30%
    }

    .elementor-column.elementor-md-33 {
        width: 33.333%
    }

    .elementor-column.elementor-md-40 {
        width: 40%
    }

    .elementor-column.elementor-md-50 {
        width: 50%
    }

    .elementor-column.elementor-md-60 {
        width: 60%
    }

    .elementor-column.elementor-md-66 {
        width: 66.666%
    }

    .elementor-column.elementor-md-70 {
        width: 70%
    }

    .elementor-column.elementor-md-75 {
        width: 75%
    }

    .elementor-column.elementor-md-80 {
        width: 80%
    }

    .elementor-column.elementor-md-83 {
        width: 83.333%
    }

    .elementor-column.elementor-md-90 {
        width: 90%
    }

    .elementor-column.elementor-md-100 {
        width: 100%
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor-reverse-tablet>.elementor-container>.elementor-row>:first-child {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(2) {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(3) {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(4) {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(7) {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(8) {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(9) {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(10) {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (max-width:767px) {
    .elementor-reverse-mobile>.elementor-container>.elementor-row>:first-child {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(2) {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(3) {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(4) {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(7) {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(8) {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(9) {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(10) {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .elementor-column {
        width: 100%
    }
}

ul.elementor-icon-list-items.elementor-inline-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item {
    word-break: break-word
}

.elementor-grid .elementor-grid-item {
    word-break: break-word;
    min-width: 0
}

.elementor-grid-0 .elementor-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.elementor-grid-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
    display: grid
}

.elementor-grid-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr);
    display: grid
}

.elementor-grid-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr);
    display: grid
}

.elementor-grid-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr);
    display: grid
}

.elementor-grid-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr);
    display: grid
}

.elementor-grid-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr);
    display: grid
}

.elementor-grid-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr);
    display: grid
}

.elementor-grid-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr);
    display: grid
}

.elementor-grid-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr);
    display: grid
}

.elementor-grid-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr);
    display: grid
}

.elementor-grid-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr);
    display: grid
}

.elementor-grid-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr);
    display: grid
}

@media (max-width:1024px) {
    .elementor-grid-tablet-0 .elementor-grid {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .elementor-grid-tablet-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr);
        display: grid
    }

    .elementor-grid-tablet-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr);
        display: grid
    }

    .elementor-grid-tablet-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr);
        display: grid
    }

    .elementor-grid-tablet-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr);
        display: grid
    }

    .elementor-grid-tablet-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr);
        display: grid
    }

    .elementor-grid-tablet-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr);
        display: grid
    }

    .elementor-grid-tablet-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr);
        display: grid
    }

    .elementor-grid-tablet-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr);
        display: grid
    }

    .elementor-grid-tablet-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr);
        display: grid
    }

    .elementor-grid-tablet-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr);
        display: grid
    }

    .elementor-grid-tablet-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr);
        display: grid
    }

    .elementor-grid-tablet-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr);
        display: grid
    }
}

@media (max-width:767px) {
    .elementor-grid-mobile-0 .elementor-grid {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .elementor-grid-mobile-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr);
        display: grid
    }

    .elementor-grid-mobile-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr);
        display: grid
    }

    .elementor-grid-mobile-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr);
        display: grid
    }

    .elementor-grid-mobile-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr);
        display: grid
    }

    .elementor-grid-mobile-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr);
        display: grid
    }

    .elementor-grid-mobile-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr);
        display: grid
    }

    .elementor-grid-mobile-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr);
        display: grid
    }

    .elementor-grid-mobile-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr);
        display: grid
    }

    .elementor-grid-mobile-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr);
        display: grid
    }

    .elementor-grid-mobile-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr);
        display: grid
    }

    .elementor-grid-mobile-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr);
        display: grid
    }

    .elementor-grid-mobile-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr);
        display: grid
    }
}

@media (min-width:1025px) {
    #elementor-device-mode:after {
        content: "desktop"
    }
}

@media (min-width:768px) and (max-width:1024px) {
    #elementor-device-mode:after {
        content: "tablet"
    }
}

@media (max-width:767px) {
    #elementor-device-mode:after {
        content: "mobile"
    }
}

.elementor-form-fields-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.elementor-form-fields-wrapper.elementor-labels-above>.elementor-field-group .elementor-field-subgroup,
.elementor-form-fields-wrapper.elementor-labels-above>.elementor-field-group>.elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-above>.elementor-field-group>input,
.elementor-form-fields-wrapper.elementor-labels-above>.elementor-field-group>textarea {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.elementor-field-group {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-field-group.elementor-field-type-submit {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.elementor-field-group .elementor-field-textual {
    width: 100%;
    max-width: 100%;
    border: 1px solid #818a91;
    background-color: transparent;
    color: #373a3c;
    vertical-align: middle;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.elementor-field-group .elementor-field-textual:focus {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .1) inset;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
    outline: 0
}

.elementor-field-group .elementor-field-textual::-webkit-input-placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-field-group .elementor-field-textual:-ms-input-placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-field-group .elementor-field-textual::-ms-input-placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-field-group .elementor-field-textual::placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-field-group .elementor-select-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%
}

.elementor-field-group .elementor-select-wrapper select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-right: 20px
}

.elementor-field-group .elementor-select-wrapper:before {
    content: "\e92a";
    font-family: eicons;
    font-size: 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    pointer-events: none
}

.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before {
    content: ""
}

.elementor-field-subgroup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.elementor-field-subgroup .elementor-field-option label {
    display: inline-block
}

.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
    padding-right: 10px
}

.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label {
    display: inline
}

.elementor-field-label {
    cursor: pointer
}

.elementor-mark-required .elementor-field-label:after {
    content: "*";
    color: red;
    padding-left: .2em
}

.elementor-field-textual {
    line-height: 1.4;
    font-size: 15px;
    min-height: 40px;
    padding: 5px 14px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.elementor-field-textual.elementor-size-xs {
    font-size: 13px;
    min-height: 33px;
    padding: 4px 12px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.elementor-field-textual.elementor-size-md {
    font-size: 16px;
    min-height: 47px;
    padding: 6px 16px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.elementor-field-textual.elementor-size-lg {
    font-size: 18px;
    min-height: 59px;
    padding: 7px 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.elementor-field-textual.elementor-size-xl {
    font-size: 20px;
    min-height: 72px;
    padding: 8px 24px;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.elementor-button-align-center .elementor-field-type-submit button,
.elementor-button-align-end .elementor-field-type-submit button,
.elementor-button-align-start .elementor-field-type-submit button {
    -webkit-flex-basis: initial;
    -ms-flex-preferred-size: initial;
    flex-basis: auto
}

.elementor-button-align-center .elementor-field-type-submit {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-button-align-stretch .elementor-field-type-submit button {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.elementor-button-align-start .elementor-field-type-submit {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.elementor-button-align-end .elementor-field-type-submit {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media screen and (max-width:1024px) {

    .elementor-tablet-button-align-center .elementor-field-type-submit button,
    .elementor-tablet-button-align-end .elementor-field-type-submit button,
    .elementor-tablet-button-align-start .elementor-field-type-submit button {
        -webkit-flex-basis: initial;
        -ms-flex-preferred-size: initial;
        flex-basis: auto
    }

    .elementor-tablet-button-align-center .elementor-field-type-submit {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .elementor-tablet-button-align-stretch .elementor-field-type-submit button {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .elementor-tablet-button-align-start .elementor-field-type-submit {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .elementor-tablet-button-align-end .elementor-field-type-submit {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media screen and (max-width:767px) {

    .elementor-mobile-button-align-center .elementor-field-type-submit button,
    .elementor-mobile-button-align-end .elementor-field-type-submit button,
    .elementor-mobile-button-align-start .elementor-field-type-submit button {
        -webkit-flex-basis: initial;
        -ms-flex-preferred-size: initial;
        flex-basis: auto
    }

    .elementor-mobile-button-align-center .elementor-field-type-submit {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .elementor-mobile-button-align-stretch .elementor-field-type-submit button {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .elementor-mobile-button-align-start .elementor-field-type-submit {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .elementor-mobile-button-align-end .elementor-field-type-submit {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.elementor-error .elementor-field {
    border-color: #d9534f
}

.elementor-error .help-inline {
    color: #d9534f;
    font-size: .9em
}

.elementor-message {
    margin: 10px 0;
    font-size: 1em;
    line-height: 1
}

.elementor-message:before {
    content: "\e90e";
    display: inline-block;
    font-family: eicons;
    font-weight: 400;
    font-style: normal;
    vertical-align: middle;
    margin-right: 5px
}

.elementor-message.elementor-message-danger {
    color: #d9534f
}

.elementor-message.elementor-message-danger:before {
    content: "\e87f"
}

.elementor-message.form-message-success {
    color: #5cb85c
}

.elementor-form .elementor-button {
    padding-top: 0;
    padding-bottom: 0;
    border: 0
}

.elementor-form .elementor-button>span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-form .elementor-button.elementor-size-xs {
    min-height: 33px
}

.elementor-form .elementor-button.elementor-size-sm {
    min-height: 40px
}

.elementor-form .elementor-button.elementor-size-md {
    min-height: 47px
}

.elementor-form .elementor-button.elementor-size-lg {
    min-height: 59px
}

.elementor-form .elementor-button.elementor-size-xl {
    min-height: 72px
}

.elementor-element .elementor-widget-container {
    -webkit-transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
    transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
    -o-transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s
}

.elementor-accordion {
    text-align: left
}

.elementor-accordion .elementor-accordion-item {
    border: 1px solid #d4d4d4
}

.elementor-accordion .elementor-accordion-item+.elementor-accordion-item {
    border-top: none
}

.elementor-accordion .elementor-tab-title {
    margin: 0;
    padding: 15px 20px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    outline: none
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
    display: inline-block;
    width: 1.5em
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right {
    float: right;
    text-align: right
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left {
    float: left;
    text-align: left
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed {
    display: block
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,
.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed {
    display: none
}

.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened {
    display: block
}

.elementor-accordion .elementor-tab-content {
    display: none;
    padding: 15px 20px;
    border-top: 1px solid #d4d4d4
}

@media (max-width:767px) {
    .elementor-accordion .elementor-tab-title {
        padding: 12px 15px
    }

    .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
        width: 1.2em
    }

    .elementor-accordion .elementor-tab-content {
        padding: 7px 15px
    }
}

.elementor-alert {
    padding: 15px;
    border-left: 5px solid transparent;
    position: relative;
    text-align: left
}

.elementor-alert .elementor-alert-title {
    display: block;
    font-weight: 700
}

.elementor-alert .elementor-alert-description {
    font-size: 13px
}

.elementor-alert button.elementor-alert-dismiss {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 3px;
    font-size: 20px;
    line-height: 1;
    background: transparent;
    color: inherit;
    border: none;
    cursor: pointer
}

.elementor-alert.elementor-alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bcdff1
}

.elementor-alert.elementor-alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #cae6be
}

.elementor-alert.elementor-alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #f9f0c3
}

.elementor-alert.elementor-alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #e8c4c4
}

@media (max-width:767px) {
    .elementor-alert {
        padding: 10px
    }

    .elementor-alert button.elementor-alert-dismiss {
        right: 7px;
        top: 7px
    }
}

.elementor-tab-title a {
    color: inherit
}

.elementor-button {
    display: inline-block;
    line-height: 1;
    background-color: #818a91;
    font-size: 15px;
    padding: 12px 24px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.elementor-button:focus,
.elementor-button:hover,
.elementor-button:visited {
    color: #fff
}

.elementor-button-content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-button-icon {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5
}

.elementor-button-icon svg {
    width: 1em
}

.elementor-button-text {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
    display: inline-block
}

.elementor-button.elementor-size-xs {
    font-size: 13px;
    padding: 10px 20px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.elementor-button.elementor-size-md {
    font-size: 16px;
    padding: 15px 30px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.elementor-button.elementor-size-lg {
    font-size: 18px;
    padding: 20px 40px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.elementor-button.elementor-size-xl {
    font-size: 20px;
    padding: 25px 50px;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.elementor-button .elementor-align-icon-right {
    margin-left: 5px;
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
    -ms-flex-order: 15;
    order: 15
}

.elementor-button .elementor-align-icon-left {
    margin-right: 5px;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5
}

.elementor-button span {
    text-decoration: inherit
}

.elementor-menu-cart__toggle .elementor-button-icon {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
    -ms-flex-order: 15;
    order: 15
}

.elementor-element.elementor-button-info .elementor-button {
    background-color: #5bc0de
}

.elementor-element.elementor-button-success .elementor-button {
    background-color: #5cb85c
}

.elementor-element.elementor-button-warning .elementor-button {
    background-color: #f0ad4e
}

.elementor-element.elementor-button-danger .elementor-button {
    background-color: #d9534f
}

.elementor-widget-button .elementor-button .elementor-button-info {
    background-color: #5bc0de
}

.elementor-widget-button .elementor-button .elementor-button-success {
    background-color: #5cb85c
}

.elementor-widget-button .elementor-button .elementor-button-warning {
    background-color: #f0ad4e
}

.elementor-widget-button .elementor-button .elementor-button-danger {
    background-color: #d9534f
}

.elementor-counter .elementor-counter-number-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 69px;
    font-weight: 600;
    color: #222;
    line-height: 1
}

.elementor-counter .elementor-counter-number-prefix,
.elementor-counter .elementor-counter-number-suffix {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    white-space: pre-wrap
}

.elementor-counter .elementor-counter-number-prefix {
    text-align: right
}

.elementor-counter .elementor-counter-number-suffix {
    text-align: left
}

.elementor-counter .elementor-counter-title {
    text-align: center;
    font-size: 19px;
    font-weight: 400;
    color: #666;
    line-height: 2.5
}

.elementor-widget-divider {
    --divider-border-style: none;
    --divider-border-width: 1px;
    --divider-border-color: $gray-darkest;
    --divider-icon-size: 20px;
    --divider-element-spacing: 10px;
    --divider-pattern-height: 24px;
    --divider-pattern-size: 20px;
    --divider-pattern-url: none;
    --divider-pattern-repeat: repeat-x
}

.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon):not(.elementor-widget-divider--separator-type-pattern) .elementor-divider-separator {
    display: inline-block
}

.elementor-widget-divider .elementor-divider {
    line-height: 0;
    font-size: 0
}

.elementor-widget-divider .elementor-divider__text {
    font-size: 15px;
    line-height: 1;
    max-width: 95%
}

.elementor-widget-divider .elementor-divider__element {
    margin: 0 var(--divider-element-spacing);
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.elementor-widget-divider .elementor-icon {
    font-size: var(--divider-icon-size)
}

.elementor-widget-divider .elementor-divider-separator {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    direction: ltr
}

.elementor-widget-divider--view-line_icon .elementor-divider-separator,
.elementor-widget-divider--view-line_text .elementor-divider-separator {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,
.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,
.elementor-widget-divider--view-line_text .elementor-divider-separator:after,
.elementor-widget-divider--view-line_text .elementor-divider-separator:before {
    display: block;
    content: "";
    border-bottom: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-border-color)
}

.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 100;
    -ms-flex-negative: 100;
    flex-shrink: 100
}

.elementor-widget-divider--element-align-left .elementor-divider-separator:before {
    content: none
}

.elementor-widget-divider--element-align-left .elementor-divider__element {
    margin-left: 0
}

.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 100;
    -ms-flex-negative: 100;
    flex-shrink: 100
}

.elementor-widget-divider--element-align-right .elementor-divider-separator:after {
    content: none
}

.elementor-widget-divider--element-align-right .elementor-divider__element {
    margin-right: 0
}

.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator {
    border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-border-color)
}

.elementor-widget-divider--separator-type-pattern {
    --divider-border-style: none
}

.elementor-widget-divider--separator-type-pattern .elementor-divider-separator,
.elementor-widget-divider--separator-type-pattern .elementor-divider-separator:after,
.elementor-widget-divider--separator-type-pattern .elementor-divider-separator:before {
    width: 100%;
    min-height: var(--divider-pattern-height);
    background-image: var(--divider-pattern-url);
    -webkit-background-size: var(--divider-pattern-size) 100%;
    background-size: var(--divider-pattern-size) 100%;
    background-repeat: var(--divider-pattern-repeat)
}

.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line_icon .elementor-divider-separator,
.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line_text .elementor-divider-separator {
    background-image: none
}

.elementor-widget-divider--no-spacing {
    --divider-pattern-size: auto
}

.elementor-widget-divider--bg-round {
    --divider-pattern-repeat: round
}

.rtl .elementor-widget-divider .elementor-divider__text {
    direction: rtl
}

.elementor-image-gallery .gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    margin: 0 auto
}

.elementor-image-gallery .gallery-item img {
    margin: 0 auto
}

.elementor-image-gallery .gallery-item .gallery-caption {
    margin: 0
}

@media (min-width:768px) {
    .elementor-image-gallery .gallery-columns-2 .gallery-item {
        max-width: 50%
    }

    .elementor-image-gallery .gallery-columns-3 .gallery-item {
        max-width: 33.33%
    }

    .elementor-image-gallery .gallery-columns-4 .gallery-item {
        max-width: 25%
    }

    .elementor-image-gallery .gallery-columns-5 .gallery-item {
        max-width: 20%
    }

    .elementor-image-gallery .gallery-columns-6 .gallery-item {
        max-width: 16.666%
    }

    .elementor-image-gallery .gallery-columns-7 .gallery-item {
        max-width: 14.28%
    }

    .elementor-image-gallery .gallery-columns-8 .gallery-item {
        max-width: 12.5%
    }

    .elementor-image-gallery .gallery-columns-9 .gallery-item {
        max-width: 11.11%
    }

    .elementor-image-gallery .gallery-columns-10 .gallery-item {
        max-width: 10%
    }
}

@media (min-width:480px) and (max-width:767px) {

    .elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-10 .gallery-item {
        max-width: 50%
    }
}

@media (max-width:479px) {

    .elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-10 .gallery-item {
        max-width: 100%
    }
}

.elementor-widget-google_maps iframe {
    height: 300px
}

.elementor-widget-heading .elementor-heading-title {
    padding: 0;
    margin: 0;
    line-height: 1
}

.elementor-widget-heading .elementor-heading-title>a {
    color: inherit;
    font-size: inherit
}

.elementor-widget-heading .elementor-heading-title.elementor-size-small {
    font-size: 15px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-medium {
    font-size: 19px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-large {
    font-size: 29px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xl {
    font-size: 39px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
    font-size: 59px
}

.elementor-icon {
    display: inline-block;
    line-height: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #818a91;
    font-size: 50px;
    text-align: center
}

.elementor-icon:hover {
    color: #818a91
}

.elementor-icon i,
.elementor-icon svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block
}

.elementor-icon i:before,
.elementor-icon svg:before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.elementor-icon i.fad {
    width: auto
}

.elementor-view-stacked .elementor-icon {
    padding: .5em;
    background-color: #818a91;
    color: #fff;
    fill: #fff
}

.elementor-view-framed .elementor-icon {
    padding: .5em;
    color: #818a91;
    border: 3px solid #818a91;
    background-color: transparent
}

.elementor-shape-circle .elementor-icon {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

@media (min-width:768px) {

    .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper,
    .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,
    .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
        text-align: right;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
        text-align: left;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .elementor-widget-icon-box.elementor-position-top .elementor-icon-box-img {
        margin: auto
    }

    .elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .elementor-widget-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .elementor-widget-icon-box.elementor-vertical-align-bottom .elementor-icon-box-wrapper {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media (max-width:767px) {
    .elementor-widget-icon-box .elementor-icon-box-icon {
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 15px
    }
}

.elementor-widget-icon-box .elementor-icon-box-wrapper {
    text-align: center
}

.elementor-widget-icon-box .elementor-icon-box-title a {
    color: inherit
}

.elementor-widget-icon-box .elementor-icon-box-content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.elementor-widget-icon-box .elementor-icon-box-description {
    margin: 0
}

.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container {
    overflow: hidden
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items {
    margin-right: -8px;
    margin-left: -8px
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-right: 8px;
    margin-left: 8px
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    width: auto;
    left: auto;
    right: auto;
    position: relative;
    height: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    border-left-width: 1px;
    border-style: solid;
    right: -8px
}

.elementor-widget .elementor-icon-list-items {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.elementor-widget .elementor-icon-list-item {
    margin: 0;
    padding: 0;
    position: relative
}

.elementor-widget .elementor-icon-list-item:after {
    position: absolute;
    bottom: 0;
    width: 100%
}

.elementor-widget .elementor-icon-list-item,
.elementor-widget .elementor-icon-list-item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.elementor-widget .elementor-icon-list-item a {
    width: 100%
}

.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    padding-left: 5px
}

.elementor-widget .elementor-icon-list-icon {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.elementor-widget .elementor-icon-list-icon i {
    width: 1.25em
}

.elementor-widget .elementor-icon-list-icon svg {
    width: 1em
}

.elementor-widget.elementor-align-center .elementor-icon-list-item,
.elementor-widget.elementor-align-center .elementor-icon-list-item a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-widget.elementor-align-center .elementor-icon-list-item:after {
    margin: auto
}

.elementor-widget.elementor-align-center .elementor-inline-items {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-widget.elementor-align-left .elementor-icon-list-item,
.elementor-widget.elementor-align-left .elementor-icon-list-item a {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left
}

.elementor-widget.elementor-align-left .elementor-inline-items {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.elementor-widget.elementor-align-right .elementor-icon-list-item,
.elementor-widget.elementor-align-right .elementor-icon-list-item a {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right
}

.elementor-widget.elementor-align-right .elementor-icon-list-items {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after {
    left: 0
}

.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after {
    right: 0
}

@media (max-width:1024px) {

    .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,
    .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,
    .elementor-widget.elementor-tablet-align-center .elementor-icon-list-items {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after {
        margin: auto
    }

    .elementor-widget.elementor-tablet-align-left .elementor-icon-list-items {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,
    .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left
    }

    .elementor-widget.elementor-tablet-align-right .elementor-icon-list-items {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,
    .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: right
    }

    .elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after {
        left: 0
    }

    .elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after {
        right: 0
    }
}

@media (max-width:767px) {

    .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,
    .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,
    .elementor-widget.elementor-mobile-align-center .elementor-icon-list-items {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after {
        margin: auto
    }

    .elementor-widget.elementor-mobile-align-left .elementor-icon-list-items {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,
    .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left
    }

    .elementor-widget.elementor-mobile-align-right .elementor-icon-list-items {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,
    .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: right
    }

    .elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after {
        left: 0
    }

    .elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after {
        right: 0
    }
}

.elementor-widget-image {
    text-align: center
}

.elementor-widget-image .elementor-image>a,
.elementor-widget-image .elementor-image figure>a {
    display: inline-block
}

.elementor-widget-image .elementor-image>a img[src$=".svg"],
.elementor-widget-image .elementor-image figure>a img[src$=".svg"] {
    width: 48px
}

.elementor-widget-image .elementor-image img {
    vertical-align: middle;
    display: inline-block
}

.elementor-widget-image .elementor-image.elementor-image-shape-circle {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.elementor-widget-image-box .elementor-image-box-content {
    width: 100%
}

@media (min-width:768px) {

    .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,
    .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
        text-align: right;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper {
        text-align: left;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .elementor-widget-image-box.elementor-position-top .elementor-image-box-img {
        margin: auto
    }

    .elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media (max-width:767px) {
    .elementor-widget-image-box .elementor-image-box-img {
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 15px
    }
}

.elementor-widget-image-box .elementor-image-box-img {
    display: inline-block
}

.elementor-widget-image-box .elementor-image-box-title a {
    color: inherit
}

.elementor-widget-image-box .elementor-image-box-wrapper {
    text-align: center
}

.elementor-widget-image-box .elementor-image-box-description {
    margin: 0
}

.elementor-widget-image-carousel .swiper-container {
    position: static
}

.elementor-widget-image-carousel .swiper-container .swiper-slide figure {
    line-height: inherit
}

.elementor-widget-image-carousel .swiper-slide {
    text-align: center
}

.elementor-image-gallery figure img {
    display: block
}

.elementor-image-gallery figure figcaption {
    width: 100%
}

.gallery-spacing-custom .elementor-image-gallery .gallery-icon {
    padding: 0
}

body.elementor-page .elementor-widget-menu-anchor {
    margin-bottom: 0
}

.elementor-widget-progress {
    text-align: left
}

.elementor-progress-wrapper {
    position: relative;
    background-color: #eee;
    color: #fff;
    height: 100%;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.elementor-progress-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #818a91;
    width: 0;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out
}

.elementor-progress-text {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 15px
}

.elementor-progress-percentage {
    padding-right: 15px
}

.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar {
    background-color: #5bc0de
}

.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar {
    background-color: #5cb85c
}

.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar {
    background-color: #f0ad4e
}

.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar {
    background-color: #d9534f
}

.elementor-progress .elementor-title {
    display: block
}

@media (max-width:767px) {
    .elementor-progress-text {
        padding-left: 10px
    }
}

.elementor-social-icons-wrapper {
    font-size: 0
}

.elementor-social-icon {
    background-color: #818a91;
    font-size: 25px;
    text-align: center;
    padding: .5em;
    margin-right: 5px;
    cursor: pointer
}

.elementor-social-icon i {
    color: #fff
}

.elementor-social-icon:last-child {
    margin: 0
}

.elementor-social-icon:hover {
    opacity: .9;
    color: #fff
}

.elementor-social-icon-android {
    background-color: #a4c639
}

.elementor-social-icon-apple {
    background-color: #999
}

.elementor-social-icon-behance {
    background-color: #1769ff
}

.elementor-social-icon-bitbucket {
    background-color: #205081
}

.elementor-social-icon-codepen {
    background-color: #000
}

.elementor-social-icon-delicious {
    background-color: #39f
}

.elementor-social-icon-deviantart {
    background-color: #05cc47
}

.elementor-social-icon-digg {
    background-color: #005be2
}

.elementor-social-icon-dribbble {
    background-color: #ea4c89
}

.elementor-social-icon-elementor {
    background-color: #d30c5c
}

.elementor-social-icon-envelope {
    background-color: #ea4335
}

.elementor-social-icon-facebook,
.elementor-social-icon-facebook-f {
    background-color: #3b5998
}

.elementor-social-icon-flickr {
    background-color: #0063dc
}

.elementor-social-icon-foursquare {
    background-color: #2d5be3
}

.elementor-social-icon-free-code-camp,
.elementor-social-icon-freecodecamp {
    background-color: #006400
}

.elementor-social-icon-github {
    background-color: #333
}

.elementor-social-icon-gitlab {
    background-color: #e24329
}

.elementor-social-icon-globe {
    background-color: #818a91
}

.elementor-social-icon-google-plus,
.elementor-social-icon-google-plus-g {
    background-color: #dd4b39
}

.elementor-social-icon-houzz {
    background-color: #7ac142
}

.elementor-social-icon-instagram {
    background-color: #262626
}

.elementor-social-icon-jsfiddle {
    background-color: #487aa2
}

.elementor-social-icon-link {
    background-color: #818a91
}

.elementor-social-icon-linkedin,
.elementor-social-icon-linkedin-in {
    background-color: #0077b5
}

.elementor-social-icon-medium {
    background-color: #00ab6b
}

.elementor-social-icon-meetup {
    background-color: #ec1c40
}

.elementor-social-icon-mixcloud {
    background-color: #273a4b
}

.elementor-social-icon-odnoklassniki {
    background-color: #f4731c
}

.elementor-social-icon-pinterest {
    background-color: #bd081c
}

.elementor-social-icon-product-hunt {
    background-color: #da552f
}

.elementor-social-icon-reddit {
    background-color: #ff4500
}

.elementor-social-icon-rss {
    background-color: #f26522
}

.elementor-social-icon-shopping-cart {
    background-color: #4caf50
}

.elementor-social-icon-skype {
    background-color: #00aff0
}

.elementor-social-icon-slideshare {
    background-color: #0077b5
}

.elementor-social-icon-snapchat {
    background-color: #fffc00
}

.elementor-social-icon-soundcloud {
    background-color: #f80
}

.elementor-social-icon-spotify {
    background-color: #2ebd59
}

.elementor-social-icon-stack-overflow {
    background-color: #fe7a15
}

.elementor-social-icon-steam {
    background-color: #00adee
}

.elementor-social-icon-stumbleupon {
    background-color: #eb4924
}

.elementor-social-icon-telegram {
    background-color: #2ca5e0
}

.elementor-social-icon-thumb-tack {
    background-color: #1aa1d8
}

.elementor-social-icon-tripadvisor {
    background-color: #589442
}

.elementor-social-icon-tumblr {
    background-color: #35465c
}

.elementor-social-icon-twitch {
    background-color: #6441a5
}

.elementor-social-icon-twitter {
    background-color: #1da1f2
}

.elementor-social-icon-viber {
    background-color: #665cac
}

.elementor-social-icon-vimeo {
    background-color: #1ab7ea
}

.elementor-social-icon-vk {
    background-color: #45668e
}

.elementor-social-icon-weibo {
    background-color: #df2029
}

.elementor-social-icon-weixin {
    background-color: #7bb32e
}

.elementor-social-icon-whatsapp {
    background-color: #25d366
}

.elementor-social-icon-wordpress {
    background-color: #21759b
}

.elementor-social-icon-xing {
    background-color: #026466
}

.elementor-social-icon-yelp {
    background-color: #af0606
}

.elementor-social-icon-youtube {
    background-color: #cd201f
}

.elementor-social-icon-500px {
    background-color: #0099e5
}

.elementor-shape-rounded .elementor-icon.elementor-social-icon {
    -webkit-border-radius: 10%;
    border-radius: 10%
}

.elementor-shape-circle .elementor-icon.elementor-social-icon {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.elementor-star-rating {
    color: #ccd6df;
    font-family: eicons;
    display: inline-block
}

.elementor-star-rating i {
    display: inline-block;
    position: relative;
    font-style: normal;
    cursor: default
}

.elementor-star-rating i:before {
    content: "\e934";
    display: block;
    font-size: inherit;
    font-family: inherit;
    position: absolute;
    overflow: hidden;
    color: #f0ad4e;
    top: 0;
    left: 0
}

.elementor-star-rating .elementor-star-empty:before {
    content: none
}

.elementor-star-rating .elementor-star-1:before {
    width: 10%
}

.elementor-star-rating .elementor-star-2:before {
    width: 20%
}

.elementor-star-rating .elementor-star-3:before {
    width: 30%
}

.elementor-star-rating .elementor-star-4:before {
    width: 40%
}

.elementor-star-rating .elementor-star-5:before {
    width: 50%
}

.elementor-star-rating .elementor-star-6:before {
    width: 60%
}

.elementor-star-rating .elementor-star-7:before {
    width: 70%
}

.elementor-star-rating .elementor-star-8:before {
    width: 80%
}

.elementor-star-rating .elementor-star-9:before {
    width: 90%
}

.elementor-star-rating__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-star-rating__title {
    margin-right: 10px
}

.elementor-star-rating--align-right .elementor-star-rating__wrapper {
    text-align: right;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.elementor-star-rating--align-left .elementor-star-rating__wrapper {
    text-align: left;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.elementor-star-rating--align-center .elementor-star-rating__wrapper {
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-star-rating--align-justify .elementor-star-rating__title {
    margin-right: auto
}

@media (max-width:1024px) {
    .elementor-star-rating-tablet--align-right .elementor-star-rating__wrapper {
        text-align: right;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .elementor-star-rating-tablet--align-left .elementor-star-rating__wrapper {
        text-align: left;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .elementor-star-rating-tablet--align-center .elementor-star-rating__wrapper {
        text-align: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .elementor-star-rating-tablet--align-justify .elementor-star-rating__title {
        margin-right: auto
    }
}

@media (max-width:767px) {
    .elementor-star-rating-mobile--align-right .elementor-star-rating__wrapper {
        text-align: right;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .elementor-star-rating-mobile--align-left .elementor-star-rating__wrapper {
        text-align: left;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .elementor-star-rating-mobile--align-center .elementor-star-rating__wrapper {
        text-align: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .elementor-star-rating-mobile--align-justify .elementor-star-rating__title {
        margin-right: auto
    }
}

.last-star {
    letter-spacing: 0
}

.elementor--star-style-star_unicode .elementor-star-rating {
    font-family: Arial, Helvetica, sans-serif
}

.elementor--star-style-star_unicode .elementor-star-rating i:not(.elementor-star-empty):before {
    content: "\002605"
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper {
    width: 25%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active {
    border-right-style: none
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after,
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before {
    height: 999em;
    width: 0;
    right: 0;
    border-right-style: solid
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before {
    top: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after {
    top: 100%
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
    display: table-cell
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active {
    border-bottom-style: none
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after,
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before {
    bottom: 0;
    height: 0;
    width: 999em;
    border-bottom-style: solid
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before {
    right: 100%
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after {
    left: 100%
}

.elementor-widget-tabs .elementor-tab-content,
.elementor-widget-tabs .elementor-tab-title,
.elementor-widget-tabs .elementor-tab-title:after,
.elementor-widget-tabs .elementor-tab-title:before,
.elementor-widget-tabs .elementor-tabs-content-wrapper {
    border: 1px #d4d4d4
}

.elementor-widget-tabs .elementor-tabs {
    text-align: left
}

.elementor-widget-tabs .elementor-tabs-wrapper {
    overflow: hidden
}

.elementor-widget-tabs .elementor-tab-title {
    cursor: pointer;
    outline: none
}

.elementor-widget-tabs .elementor-tab-desktop-title {
    position: relative;
    padding: 20px 25px;
    font-weight: 700;
    line-height: 1;
    border: solid transparent
}

.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active {
    border-color: #d4d4d4
}

.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:after,
.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:before {
    display: block;
    content: "";
    position: absolute
}

.elementor-widget-tabs .elementor-tab-mobile-title {
    padding: 10px;
    cursor: pointer
}

.elementor-widget-tabs .elementor-tab-content {
    padding: 20px;
    display: none
}

@media (max-width:767px) {

    .elementor-tabs .elementor-tab-content,
    .elementor-tabs .elementor-tab-title {
        border-style: solid solid none
    }

    .elementor-tabs .elementor-tabs-wrapper {
        display: none
    }

    .elementor-tabs .elementor-tabs-content-wrapper {
        border-bottom-style: solid
    }

    .elementor-tabs .elementor-tab-content {
        padding: 10px
    }
}

@media (min-width:768px) {
    .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        border-style: solid solid solid none
    }

    .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content {
        border-style: none solid solid
    }

    .elementor-tabs .elementor-tab-mobile-title {
        display: none
    }
}

.elementor-testimonial-wrapper {
    overflow: hidden;
    text-align: center
}

.elementor-testimonial-wrapper .elementor-testimonial-content {
    font-size: 1.3em;
    margin-bottom: 20px
}

.elementor-testimonial-wrapper .elementor-testimonial-name {
    line-height: 1.5;
    color: inherit;
    display: block
}

.elementor-testimonial-wrapper .elementor-testimonial-job {
    font-size: .85em;
    color: inherit;
    display: block
}

.elementor-testimonial-wrapper.elementor-testimonial-text-align-left {
    text-align: left
}

.elementor-testimonial-wrapper.elementor-testimonial-text-align-right {
    text-align: right
}

.elementor-testimonial-wrapper .elementor-testimonial-meta {
    width: 100%;
    line-height: 1
}

.elementor-testimonial-wrapper .elementor-testimonial-meta-inner {
    display: inline-block
}

.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,
.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image {
    display: table-cell;
    vertical-align: middle
}

.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image {
    padding-right: 15px
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details {
    text-align: left
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,
.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image {
    display: block
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image {
    margin-bottom: 20px
}

.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
    background-color: #818a91;
    color: #fff
}

.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap {
    color: #818a91;
    border: 3px solid;
    background-color: transparent
}

.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap {
    margin-top: 8px
}

.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter {
    width: 1em;
    height: 1em
}

.elementor-widget-text-editor .elementor-drop-cap {
    float: left;
    text-align: center;
    line-height: 1;
    font-size: 50px
}

.elementor-widget-text-editor .elementor-drop-cap-letter {
    display: inline-block
}

.elementor-toggle {
    text-align: left
}

.elementor-toggle .elementor-tab-title {
    font-weight: 700;
    line-height: 1;
    margin: 0;
    padding: 15px;
    border-bottom: 1px solid #d4d4d4;
    cursor: pointer;
    outline: none
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon {
    display: inline-block;
    width: 1em
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right {
    float: right;
    text-align: right
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left {
    float: left;
    text-align: left
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed {
    display: block
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened {
    display: none
}

.elementor-toggle .elementor-tab-title.elementor-active {
    border-bottom: none
}

.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed {
    display: none
}

.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened {
    display: block
}

.elementor-toggle .elementor-tab-content {
    padding: 15px;
    border-bottom: 1px solid #d4d4d4;
    display: none
}

@media (max-width:767px) {
    .elementor-toggle .elementor-tab-title {
        padding: 12px
    }

    .elementor-toggle .elementor-tab-content {
        padding: 12px 10px
    }
}

.elementor-widget-video .elementor-widget-container {
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50%
}

.elementor-widget-video .elementor-custom-embed-image-overlay {
    cursor: pointer;
    text-align: center
}

.elementor-widget-video .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play i {
    opacity: 1
}

.elementor-widget-video .elementor-custom-embed-image-overlay img {
    display: block;
    width: 100%
}

.elementor-widget-video .elementor-video {
    -o-object-fit: cover;
    object-fit: cover
}

.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

.elementor-slick-slider[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.elementor-slick-slider .slick-loading .slick-list {
    background: #fff
}

.elementor-slick-slider .slick-loading .slick-list:after {
    content: "\e8fb";
    font-family: eicons;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite;
    font-size: 25px;
    color: #a4afb7
}

.elementor-slick-slider .slick-next,
.elementor-slick-slider .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent
}

.elementor-slick-slider .slick-next:focus,
.elementor-slick-slider .slick-next:hover,
.elementor-slick-slider .slick-prev:focus,
.elementor-slick-slider .slick-prev:hover {
    color: transparent;
    outline: none;
    background: transparent
}

.elementor-slick-slider .slick-next:focus:before,
.elementor-slick-slider .slick-next:hover:before,
.elementor-slick-slider .slick-prev:focus:before,
.elementor-slick-slider .slick-prev:hover:before {
    opacity: 1
}

.elementor-slick-slider .slick-next.slick-disabled:before,
.elementor-slick-slider .slick-prev.slick-disabled:before {
    opacity: .25
}

.elementor-slick-slider .slick-next:before,
.elementor-slick-slider .slick-prev:before {
    font-family: eicons;
    font-size: 35px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.elementor-slick-slider .slick-prev {
    left: -25px
}

[dir=rtl] .elementor-slick-slider .slick-prev {
    left: auto;
    right: -25px
}

.elementor-slick-slider .slick-prev:before {
    content: "\e89f"
}

[dir=rtl] .elementor-slick-slider .slick-prev:before {
    content: "\e89e"
}

.elementor-slick-slider .slick-next {
    right: -25px
}

[dir=rtl] .elementor-slick-slider .slick-next {
    left: -25px;
    right: auto
}

.elementor-slick-slider .slick-next:before {
    content: "\e89e"
}

[dir=rtl] .elementor-slick-slider .slick-next:before {
    content: "\e89f"
}

.elementor-slick-slider .slick-dotted.slick-slider {
    margin-bottom: 30px
}

.elementor-slick-slider ul.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}

.elementor-slick-slider ul.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer
}

.elementor-slick-slider ul.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.elementor-slick-slider ul.slick-dots li button:focus,
.elementor-slick-slider ul.slick-dots li button:hover {
    outline: none
}

.elementor-slick-slider ul.slick-dots li button:focus:before,
.elementor-slick-slider ul.slick-dots li button:hover:before {
    opacity: 1
}

.elementor-slick-slider ul.slick-dots li button:before {
    font-family: eicons;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "\e914";
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.elementor-slick-slider ul.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.elementor-slick-slider .slick-arrows-inside .slick-prev {
    left: 20px
}

[dir=rtl] .elementor-slick-slider .slick-arrows-inside .slick-prev {
    left: auto;
    right: 20px
}

.elementor-slick-slider .slick-arrows-inside .slick-next {
    right: 20px
}

[dir=rtl] .elementor-slick-slider .slick-arrows-inside .slick-next {
    left: 20px;
    right: auto
}

.elementor-slick-slider .slick-dots-inside .slick-dots {
    bottom: 5px
}

.elementor-slick-slider .slick-dots-inside.slick-dotted.slick-slider {
    margin-bottom: 0
}

.elementor-slick-slider .slick-slider .slick-next,
.elementor-slick-slider .slick-slider .slick-prev {
    z-index: 1
}

.elementor-slick-slider .slick-slide img {
    margin: auto
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container .swiper-slide figure {
    line-height: 0
}

.swiper-container .elementor-lightbox-content-source {
    display: none
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background: no-repeat 50%
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 5px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #000;
    opacity: .2
}

.swiper-pagination-fraction {
    color: #000
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0, 0%, 100%, .5)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-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
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-scrollbar {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.elementor-pagination-position-outside .swiper-container {
    padding-bottom: 30px
}

.elementor-pagination-position-outside .elementor-swiper-button {
    top: -webkit-calc(50% - 15px);
    top: calc(50% - 15px)
}

.elementor-swiper {
    position: relative
}

.elementor-main-swiper {
    position: static
}

.elementor-arrows-position-outside .swiper-container {
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px)
}

.elementor-arrows-position-outside .elementor-swiper-button-prev {
    left: 0
}

.elementor-arrows-position-outside .elementor-swiper-button-next {
    right: 0
}

.swiper-image-stretch .swiper-slide .swiper-slide-image {
    width: 100%
}

.elementor-swiper-button {
    position: absolute;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    z-index: 1;
    cursor: pointer;
    font-size: 25px;
    color: hsla(0, 0%, 93.3%, .9);
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 1px);
    transform: translate3d(0, -50%, 1px)
}

.elementor-swiper-button-prev {
    left: 10px
}

.elementor-swiper-button-next {
    right: 10px
}

.elementor-swiper-button.swiper-button-disabled {
    opacity: .3
}

.swiper-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%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
    animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E") no-repeat 50%
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.elementor-lightbox {
    --lightbox-ui-color: hsla(0, 0%, 93.3%, 0.9);
    --lightbox-ui-color-hover: #fff;
    --lightbox-text-color: var(--lightbox-ui-color);
    --lightbox-header-icons-size: 20px;
    --lightbox-navigation-icons-size: 25px
}

.elementor-lightbox .dialog-header {
    display: none
}

.elementor-lightbox .dialog-widget-content {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    height: 100%
}

.elementor-lightbox .dialog-message {
    -webkit-animation-duration: .3s;
    animation-duration: .3s
}

.elementor-lightbox .dialog-message:not(.elementor-fit-aspect-ratio) {
    height: 100%
}

.elementor-lightbox .dialog-message.dialog-lightbox-message {
    padding: 0
}

.elementor-lightbox .dialog-lightbox-close-button {
    cursor: pointer;
    position: absolute;
    font-size: var(--lightbox-header-icons-size);
    right: .75em;
    margin-top: 13px;
    padding: .25em;
    z-index: 2;
    line-height: 1
}

.elementor-lightbox .dialog-lightbox-close-button,
.elementor-lightbox .elementor-swiper-button {
    color: var(--lightbox-ui-color);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 1
}

.elementor-lightbox .dialog-lightbox-close-button:hover,
.elementor-lightbox .elementor-swiper-button:hover {
    color: var(--lightbox-ui-color-hover)
}

.elementor-lightbox .swiper-container {
    height: 100%
}

.elementor-lightbox .elementor-lightbox-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding: 70px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    margin: auto
}

@media (max-width:767px) {
    .elementor-lightbox .elementor-lightbox-item {
        padding: 70px 0
    }
}

.elementor-lightbox .elementor-lightbox-image {
    max-height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.elementor-lightbox .elementor-lightbox-image,
.elementor-lightbox .elementor-lightbox-image:hover {
    opacity: 1;
    -webkit-filter: none;
    filter: none;
    border: none
}

.elementor-lightbox .elementor-lightbox-image,
.elementor-lightbox .elementor-video-container {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .3), 0 0 8px -5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 30px rgba(0, 0, 0, .3), 0 0 8px -5px rgba(0, 0, 0, .3);
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.elementor-lightbox .elementor-video-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (min-width:1025px) {
    .elementor-lightbox .elementor-video-container {
        width: 75%
    }
}

@media (max-width:1024px) {
    .elementor-lightbox .elementor-video-container {
        width: 100%
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor-lightbox .elementor-aspect-ratio-916 .elementor-video-container {
        width: 70%
    }
}

.elementor-lightbox .elementor-swiper-button:focus {
    outline: none
}

.elementor-lightbox .elementor-swiper-button-next,
.elementor-lightbox .elementor-swiper-button-prev {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 15%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: var(--lightbox-navigation-icons-size)
}

.elementor-lightbox .elementor-swiper-button-prev {
    left: 0
}

.elementor-lightbox .elementor-swiper-button-next {
    right: 0
}

@media (max-width:767px) {

    .elementor-lightbox .elementor-swiper-button-next,
    .elementor-lightbox .elementor-swiper-button-prev {
        width: 20%
    }

    .elementor-lightbox .elementor-swiper-button-next i,
    .elementor-lightbox .elementor-swiper-button-prev i {
        padding: 10px;
        background-color: rgba(0, 0, 0, .5)
    }

    .elementor-lightbox .elementor-swiper-button-prev {
        left: 0;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .elementor-lightbox .elementor-swiper-button-next {
        right: 0;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.elementor-slideshow__counter {
    color: currentColor;
    font-size: .75em;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.elementor-slideshow__footer,
.elementor-slideshow__header {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.elementor-slideshow__footer {
    color: var(--lightbox-text-color)
}

.elementor-slideshow__header {
    color: var(--lightbox-ui-color);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: var(--lightbox-header-icons-size);
    padding-left: 1em;
    padding-right: 2.6em;
    top: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10
}

.elementor-slideshow__header>i {
    font-size: inherit;
    cursor: pointer;
    padding: .25em;
    margin: 0 .35em
}

.elementor-slideshow__header>i:hover {
    color: var(--lightbox-ui-color-hover)
}

.elementor-slideshow__header>i:first-of-type {
    margin-left: auto
}

.elementor-slideshow__header .elementor-icon-share {
    z-index: 5
}

.elementor-slideshow__share-menu {
    background-color: transparent;
    width: 0;
    height: 0;
    position: absolute;
    overflow: hidden;
    -webkit-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s
}

.elementor-slideshow__share-menu .elementor-slideshow__share-links a {
    color: #2c2c2c
}

.elementor-slideshow__share-links {
    display: block;
    position: absolute;
    min-width: 200px;
    right: 67px;
    top: 60px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    padding: 14px 20px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transform-origin: 90% 10%;
    -ms-transform-origin: 90% 10%;
    transform-origin: 90% 10%;
    -webkit-transition: all .25s .1s;
    -o-transition: all .25s .1s;
    transition: all .25s .1s;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, .3);
    box-shadow: 0 4px 15px rgba(0, 0, 0, .3)
}

.elementor-slideshow__share-links a {
    text-align: left;
    color: #55595c;
    font-size: 12px;
    line-height: 2.5;
    display: block;
    opacity: 0;
    -webkit-transition: opacity .5s .1s;
    -o-transition: opacity .5s .1s;
    transition: opacity .5s .1s
}

.elementor-slideshow__share-links a:hover {
    color: #000
}

.elementor-slideshow__share-links a i {
    margin-right: 10px;
    font-size: 15px
}

.elementor-slideshow__share-links:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 15px;
    border: 9px solid transparent;
    border-bottom-color: #fff;
    -webkit-transform: translateY(-100%) scaleX(.7);
    -ms-transform: translateY(-100%) scaleX(.7);
    transform: translateY(-100%) scaleX(.7)
}

.elementor-slideshow__footer {
    bottom: 0;
    z-index: 5;
    position: fixed
}

.elementor-slideshow__description,
.elementor-slideshow__title {
    margin: 0
}

.elementor-slideshow__title {
    font-size: 16px;
    font-weight: 700
}

.elementor-slideshow__description {
    font-size: 14px
}

.elementor-slideshow--ui-hidden .elementor-slideshow__footer,
.elementor-slideshow--ui-hidden .elementor-slideshow__header {
    opacity: 0;
    pointer-events: none
}

.elementor-slideshow--ui-hidden .elementor-swiper-button-next,
.elementor-slideshow--ui-hidden .elementor-swiper-button-prev {
    opacity: 0
}

.elementor-slideshow--fullscreen-mode .elementor-video-container {
    width: 100%
}

.elementor-slideshow--zoom-mode .elementor-slideshow__footer,
.elementor-slideshow--zoom-mode .elementor-slideshow__header {
    background-color: rgba(0, 0, 0, .5)
}

.elementor-slideshow--zoom-mode .elementor-swiper-button-next,
.elementor-slideshow--zoom-mode .elementor-swiper-button-prev {
    opacity: 0;
    pointer-events: none
}

.elementor-slideshow--share-mode .elementor-slideshow__share-menu {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 1;
    cursor: default;
    background-color: rgba(0, 0, 0, .5)
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links,
.elementor-slideshow--share-mode .elementor-slideshow__share-links a {
    opacity: 1
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-twitter {
    color: #1da1f2
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-facebook {
    color: #3b5998
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-pinterest {
    color: #bd081c
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-download-bold {
    color: #a4afb7
}

.elementor-slideshow--share-mode .eicon-share-arrow {
    z-index: 2
}

.animated {
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s
}

.animated.animated-slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.animated-fast {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.reverse {
    animation-direction: reverse
}

@media (prefers-reduced-motion:reduce) {
    .animated {
        -webkit-animation: none;
        animation: none
    }
}

.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr
}

.elementor-shape-top {
    top: -1px
}

.elementor-shape-bottom {
    bottom: -1px
}

.elementor-shape[data-negative=false].elementor-shape-bottom {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.elementor-shape[data-negative=true].elementor-shape-top {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.elementor-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%)
}

.elementor-shape .elementor-shape-fill {
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

#wp-admin-bar-elementor_edit_page .ab-submenu .ab-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-title {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-type {
    background: #55595c;
    font-size: 11px;
    line-height: 9px;
    margin-top: 6px;
    padding: 4px 8px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.page-template-elementor_canvas.elementor-page:before {
    display: none
}

.elementor-post__thumbnail__link {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

#left-area ul.elementor-icon-list-items,
.elementor-edit-area .elementor-element ul.elementor-icon-list-items,
.elementor .elementor-element ul.elementor-icon-list-items {
    padding: 0
}

#wpadminbar * {
    font-style: normal
}

@media (max-width:767px) {
    .elementor .elementor-hidden-phone {
        display: none
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor .elementor-hidden-tablet {
        display: none
    }
}

@media (min-width:1025px) {
    .elementor .elementor-hidden-desktop {
        display: none
    }
}

.elementor-920 .elementor-element.elementor-element-9ee8428>.elementor-container {
    max-width: 800px;
    min-height: 459px;
}

.elementor-920 .elementor-element.elementor-element-9ee8428>.elementor-container:after {
    content: "";
    min-height: inherit;
}

.elementor-920 .elementor-element.elementor-element-9ee8428>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap>.elementor-widget-wrap {
    align-content: center;
    align-items: center;
}

.elementor-920 .elementor-element.elementor-element-9ee8428 {
    overflow: hidden;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 50px 0px 40px 0px;
}

.elementor-920 .elementor-element.elementor-element-9ee8428:not(.elementor-motion-effects-element-type-background),
.elementor-920 .elementor-element.elementor-element-9ee8428>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-image: url(../img/161332.jpg);
    background-position: bottom center;
    background-size: cover;
}

.elementor-920 .elementor-element.elementor-element-9ee8428>.elementor-background-overlay {
    background-color: transparent;
    background-image: linear-gradient(160deg, rgba(255, 255, 255, 0.89) 23%, rgba(255, 255, 255, 0.74) 74%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-920 .elementor-element.elementor-element-d8317ec:not(.elementor-motion-effects-element-type-background)>.elementor-column-wrap,
.elementor-920 .elementor-element.elementor-element-d8317ec>.elementor-column-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: rgba(255, 255, 255, 0);
}

.elementor-920 .elementor-element.elementor-element-d8317ec>.elementor-element-populated {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 50px 0px 0px 0px;
}

.elementor-920 .elementor-element.elementor-element-d8317ec>.elementor-element-populated>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-920 .elementor-element.elementor-element-44fde30 .elementor-image img {
    max-width: 69%;
}

.elementor-920 .elementor-element.elementor-element-44fde30>.elementor-widget-container {
    padding: 18px 18px 18px 18px;
}

.elementor-920 .elementor-element.elementor-element-3fe8e57 .elementor-text-editor {
    text-align: center;
    columns: 1;
    column-gap: 0px;
}

.elementor-920 .elementor-element.elementor-element-3fe8e57 {
    color: #0c0c0c;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3em;
    letter-spacing: 0px;
}

.elementor-920 .elementor-element.elementor-element-3fe8e57>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
    background-color: rgba(0, 0, 0, 0);
}

.elementor-920 .elementor-element.elementor-element-61ca004 {
    padding: 0px 0px 20px 0px;
}

.elementor-920 .elementor-element.elementor-element-6d7fb8f .elementor-button .elementor-align-icon-right {
    margin-left: 15px;
}

.elementor-920 .elementor-element.elementor-element-6d7fb8f .elementor-button .elementor-align-icon-left {
    margin-right: 15px;
}

.elementor-920 .elementor-element.elementor-element-6d7fb8f .elementor-button {
    font-size: 22px;
    font-weight: 300;
    text-transform: uppercase;
    background-color: #e00061;
}

.elementor-920 .elementor-element.elementor-element-6d7fb8f .elementor-button:hover,
.elementor-920 .elementor-element.elementor-element-6d7fb8f .elementor-button:focus {
    color: #ffffff;
    background-color: #00ccf9;
}

.elementor-920 .elementor-element.elementor-element-6d7fb8f .elementor-button:hover svg,
.elementor-920 .elementor-element.elementor-element-6d7fb8f .elementor-button:focus svg {
    fill: #ffffff;
}

.elementor-920 .elementor-element.elementor-element-d2d0eff .elementor-button .elementor-align-icon-right {
    margin-left: 15px;
}

.elementor-920 .elementor-element.elementor-element-d2d0eff .elementor-button .elementor-align-icon-left {
    margin-right: 15px;
}

.elementor-920 .elementor-element.elementor-element-d2d0eff .elementor-button {
    font-size: 22px;
    font-weight: 300;
    text-transform: uppercase;
    background-color: #004d7c;
}

.elementor-920 .elementor-element.elementor-element-d2d0eff .elementor-button:hover,
.elementor-920 .elementor-element.elementor-element-d2d0eff .elementor-button:focus {
    color: #ffffff;
    background-color: #00ccf9;
}

.elementor-920 .elementor-element.elementor-element-d2d0eff .elementor-button:hover svg,
.elementor-920 .elementor-element.elementor-element-d2d0eff .elementor-button:focus svg {
    fill: #ffffff;
}

.elementor-920 .elementor-element.elementor-element-0b5605a {
    margin-top: 0px;
    margin-bottom: 50px;
}

.elementor-bc-flex-widget .elementor-920 .elementor-element.elementor-element-158fc16.elementor-column .elementor-column-wrap {
    align-items: center;
}

.elementor-920 .elementor-element.elementor-element-158fc16.elementor-column.elementor-element[data-element_type="column"]>.elementor-column-wrap.elementor-element-populated>.elementor-widget-wrap {
    align-content: center;
    align-items: center;
}

.elementor-920 .elementor-element.elementor-element-158fc16>.elementor-column-wrap>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 30px;
}

.elementor-920 .elementor-element.elementor-element-158fc16>.elementor-element-populated {
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 2px 2px 2px 2px;
    padding: 15px 15px 15px 15px;
}

.elementor-920 .elementor-element.elementor-element-158fc16>.elementor-element-populated>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-920 .elementor-element.elementor-element-2ce1b3e.elementor-view-stacked .elementor-icon {
    background-color: #2b2b2b;
}

.elementor-920 .elementor-element.elementor-element-2ce1b3e.elementor-view-framed .elementor-icon,
.elementor-920 .elementor-element.elementor-element-2ce1b3e.elementor-view-default .elementor-icon {
    fill: #2b2b2b;
    color: #2b2b2b;
    border-color: #2b2b2b;
}

.elementor-920 .elementor-element.elementor-element-2ce1b3e.elementor-position-right .elementor-icon-box-icon {
    margin-left: 15px;
}

.elementor-920 .elementor-element.elementor-element-2ce1b3e.elementor-position-left .elementor-icon-box-icon {
    margin-right: 15px;
}

.elementor-920 .elementor-element.elementor-element-2ce1b3e.elementor-position-top .elementor-icon-box-icon {
    margin-bottom: 15px;
}

.elementor-920 .elementor-element.elementor-element-2ce1b3e .elementor-icon {
    font-size: 22px;
}

.elementor-920 .elementor-element.elementor-element-2ce1b3e .elementor-icon i {
    transform: rotate(0deg);
}

.elementor-920 .elementor-element.elementor-element-2ce1b3e .elementor-icon-box-content .elementor-icon-box-description {
    color: #161616;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.2em;
}

.elementor-bc-flex-widget .elementor-920 .elementor-element.elementor-element-21de8a7.elementor-column .elementor-column-wrap {
    align-items: center;
}

.elementor-920 .elementor-element.elementor-element-21de8a7.elementor-column.elementor-element[data-element_type="column"]>.elementor-column-wrap.elementor-element-populated>.elementor-widget-wrap {
    align-content: center;
    align-items: center;
}

.elementor-920 .elementor-element.elementor-element-21de8a7>.elementor-column-wrap>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 30px;
}

.elementor-920 .elementor-element.elementor-element-21de8a7>.elementor-element-populated {
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 2px 2px 2px 2px;
    padding: 15px 15px 15px 15px;
}

.elementor-920 .elementor-element.elementor-element-21de8a7>.elementor-element-populated>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-920 .elementor-element.elementor-element-ecb0350.elementor-view-stacked .elementor-icon {
    background-color: #2b2b2b;
}

.elementor-920 .elementor-element.elementor-element-ecb0350.elementor-view-framed .elementor-icon,
.elementor-920 .elementor-element.elementor-element-ecb0350.elementor-view-default .elementor-icon {
    fill: #2b2b2b;
    color: #2b2b2b;
    border-color: #2b2b2b;
}

.elementor-920 .elementor-element.elementor-element-ecb0350.elementor-position-right .elementor-icon-box-icon {
    margin-left: 15px;
}

.elementor-920 .elementor-element.elementor-element-ecb0350.elementor-position-left .elementor-icon-box-icon {
    margin-right: 15px;
}

.elementor-920 .elementor-element.elementor-element-ecb0350.elementor-position-top .elementor-icon-box-icon {
    margin-bottom: 15px;
}

.elementor-920 .elementor-element.elementor-element-ecb0350 .elementor-icon {
    font-size: 22px;
}

.elementor-920 .elementor-element.elementor-element-ecb0350 .elementor-icon i {
    transform: rotate(0deg);
}

.elementor-920 .elementor-element.elementor-element-ecb0350 .elementor-icon-box-content .elementor-icon-box-description {
    color: #161616;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.2em;
}

.elementor-920 .elementor-element.elementor-element-60d18fb>.elementor-container {
    min-height: 400px;
}

.elementor-920 .elementor-element.elementor-element-60d18fb>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap>.elementor-widget-wrap {
    align-content: flex-end;
    align-items: flex-end;
}

.elementor-920 .elementor-element.elementor-element-60d18fb:not(.elementor-motion-effects-element-type-background),
.elementor-920 .elementor-element.elementor-element-60d18fb>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-image: url(../img/sdgs-mobile-1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.elementor-920 .elementor-element.elementor-element-60d18fb {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.elementor-920 .elementor-element.elementor-element-60d18fb>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-920 .elementor-element.elementor-element-2acf7fc>.elementor-container {
    min-height: 100px;
}

.elementor-920 .elementor-element.elementor-element-2acf7fc>.elementor-container:after {
    content: "";
    min-height: inherit;
}

.elementor-920 .elementor-element.elementor-element-2acf7fc:not(.elementor-motion-effects-element-type-background),
.elementor-920 .elementor-element.elementor-element-2acf7fc>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-image: url(../img/sdg2.png);
    background-position: center left;
    background-repeat: repeat-x;
    background-size: cover;
}

.elementor-920 .elementor-element.elementor-element-2acf7fc {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.elementor-920 .elementor-element.elementor-element-2acf7fc>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-920 .elementor-element.elementor-element-35e7a04>.elementor-container {
    max-width: 800px;
}

.elementor-920 .elementor-element.elementor-element-35e7a04>.elementor-shape-top .elementor-shape-fill {
    fill: #0edcf7;
}

.elementor-920 .elementor-element.elementor-element-35e7a04>.elementor-shape-top svg {
    width: calc(284% + 1.3px);
    height: 179px;
    transform: translateX(-50%) rotateY(180deg);
}

.elementor-920 .elementor-element.elementor-element-35e7a04 {
    padding: 50px 0px 19px 0px;
}

.elementor-920 .elementor-element.elementor-element-e5a853a {
    text-align: left;
}

.elementor-920 .elementor-element.elementor-element-f702362 .elementor-text-editor {
    column-gap: 0px;
}

.elementor-920 .elementor-element.elementor-element-f702362>.elementor-widget-container {
    padding: 0px 0px 0px 0px;
}

.elementor-920 .elementor-element.elementor-element-7ff6c5e {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0% 0% 0% 0%;
}

.elementor-920 .elementor-element.elementor-element-9ca571c:not(.elementor-motion-effects-element-type-background)>.elementor-column-wrap,
.elementor-920 .elementor-element.elementor-element-9ca571c>.elementor-column-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #dc1769;
    background-image: url(../img/40060815085_3ac6c13613_k.jpg);
}

.elementor-920 .elementor-element.elementor-element-9ca571c>.elementor-element-populated>.elementor-background-overlay {
    background-color: #dc1769;
    opacity: 0.94;
}

.elementor-920 .elementor-element.elementor-element-9ca571c>.elementor-element-populated,
.elementor-920 .elementor-element.elementor-element-9ca571c>.elementor-element-populated>.elementor-background-overlay,
.elementor-920 .elementor-element.elementor-element-9ca571c>.elementor-background-slideshow {
    border-radius: 0px 0px 0px 0px;
}

.elementor-920 .elementor-element.elementor-element-9ca571c>.elementor-element-populated {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 8% 15% 8% 15%;
}

.elementor-920 .elementor-element.elementor-element-9ca571c>.elementor-element-populated>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-920 .elementor-element.elementor-element-8b7a911 .elementor-heading-title {
    color: #ffffff;
    font-size: 2.5em;
    text-transform: uppercase;
}

.elementor-920 .elementor-element.elementor-element-eb2567c {
    color: #ffffff;
}

.elementor-920 .elementor-element.elementor-element-80f9e01>.elementor-column-wrap>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 0px;
}

.elementor-920 .elementor-element.elementor-element-89ae0e3 {
    color: #111111;
    font-size: 20px;
}

.elementor-920 .elementor-element.elementor-element-89ae0e3>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
    padding: 20px 10px 01px 10px;
    background-color: rgba(255, 255, 255, 0.94);
    border-radius: 10px 0px 0px 10px;
}

.elementor-bc-flex-widget .elementor-920 .elementor-element.elementor-element-95abf1a.elementor-column .elementor-column-wrap {
    align-items: center;
}

.elementor-920 .elementor-element.elementor-element-95abf1a.elementor-column.elementor-element[data-element_type="column"]>.elementor-column-wrap.elementor-element-populated>.elementor-widget-wrap {
    align-content: center;
    align-items: center;
}

.elementor-920 .elementor-element.elementor-element-c4b5868 .elementor-button {
    font-weight: 700;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
    fill: #ffffff;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.01);
    padding: 25px 40px 25px 15px;
}

.elementor-920 .elementor-element.elementor-element-c4b5868>.elementor-widget-container {
    border-style: solid;
    border-width: 3px 3px 3px 0px;
    border-color: #ffffff;
    border-radius: 0px 10px 10px 0px;
}

.elementor-920 .elementor-element.elementor-element-c4b5868 {
    width: 100%;
    max-width: 100%;
    align-self: center;
}

.elementor-920 .elementor-element.elementor-element-c0a89ab {
    margin-top: 9px;
    margin-bottom: 0px;
}

.elementor-920 .elementor-element.elementor-element-6469d56>.elementor-column-wrap>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 0px;
}

.elementor-920 .elementor-element.elementor-element-acd35c1 {
    color: #111111;
    font-size: 20px;
}

.elementor-920 .elementor-element.elementor-element-acd35c1>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
    padding: 20px 10px 01px 10px;
    background-color: rgba(255, 255, 255, 0.94);
    border-radius: 10px 0px 0px 10px;
}

.elementor-bc-flex-widget .elementor-920 .elementor-element.elementor-element-b9c8e2e.elementor-column .elementor-column-wrap {
    align-items: center;
}

.elementor-920 .elementor-element.elementor-element-b9c8e2e.elementor-column.elementor-element[data-element_type="column"]>.elementor-column-wrap.elementor-element-populated>.elementor-widget-wrap {
    align-content: center;
    align-items: center;
}

.elementor-920 .elementor-element.elementor-element-129d320 .elementor-button {
    font-weight: 700;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
    fill: #ffffff;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.01);
    padding: 25px 40px 25px 15px;
}

.elementor-920 .elementor-element.elementor-element-129d320>.elementor-widget-container {
    border-style: solid;
    border-width: 3px 3px 3px 0px;
    border-color: #ffffff;
    border-radius: 0px 10px 10px 0px;
}

.elementor-920 .elementor-element.elementor-element-129d320 {
    width: 100%;
    max-width: 100%;
    align-self: center;
}

.elementor-920 .elementor-element.elementor-element-a053f8d {
    margin-top: 9px;
    margin-bottom: 0px;
}

.elementor-920 .elementor-element.elementor-element-50e1402>.elementor-column-wrap>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 0px;
}

.elementor-920 .elementor-element.elementor-element-cca3127 {
    color: #111111;
    font-size: 20px;
}

.elementor-920 .elementor-element.elementor-element-cca3127>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
    padding: 20px 10px 01px 10px;
    background-color: rgba(255, 255, 255, 0.94);
    border-radius: 10px 0px 0px 10px;
}

.elementor-bc-flex-widget .elementor-920 .elementor-element.elementor-element-25dcb97.elementor-column .elementor-column-wrap {
    align-items: center;
}

.elementor-920 .elementor-element.elementor-element-25dcb97.elementor-column.elementor-element[data-element_type="column"]>.elementor-column-wrap.elementor-element-populated>.elementor-widget-wrap {
    align-content: center;
    align-items: center;
}

.elementor-920 .elementor-element.elementor-element-ee87500 .elementor-button {
    font-weight: 700;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
    fill: #ffffff;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.01);
    padding: 25px 40px 25px 15px;
}

.elementor-920 .elementor-element.elementor-element-ee87500>.elementor-widget-container {
    border-style: solid;
    border-width: 3px 3px 3px 0px;
    border-color: #ffffff;
    border-radius: 0px 10px 10px 0px;
}

.elementor-920 .elementor-element.elementor-element-ee87500 {
    width: 100%;
    max-width: 100%;
    align-self: center;
}

.elementor-920 .elementor-element.elementor-element-a29f2f9 {
    margin-top: 9px;
    margin-bottom: 0px;
}

.elementor-920 .elementor-element.elementor-element-1505232>.elementor-column-wrap>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 0px;
}

.elementor-920 .elementor-element.elementor-element-c6194ce {
    color: #111111;
    font-size: 20px;
}

.elementor-920 .elementor-element.elementor-element-c6194ce>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
    padding: 20px 10px 01px 10px;
    background-color: rgba(255, 255, 255, 0.94);
    border-radius: 10px 0px 0px 10px;
}

.elementor-bc-flex-widget .elementor-920 .elementor-element.elementor-element-7a10775.elementor-column .elementor-column-wrap {
    align-items: center;
}

.elementor-920 .elementor-element.elementor-element-7a10775.elementor-column.elementor-element[data-element_type="column"]>.elementor-column-wrap.elementor-element-populated>.elementor-widget-wrap {
    align-content: center;
    align-items: center;
}

.elementor-920 .elementor-element.elementor-element-2645eb3 .elementor-button {
    font-weight: 700;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
    fill: #ffffff;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.01);
    padding: 25px 40px 25px 15px;
}

.elementor-920 .elementor-element.elementor-element-2645eb3>.elementor-widget-container {
    border-style: solid;
    border-width: 3px 3px 3px 0px;
    border-color: #ffffff;
    border-radius: 0px 10px 10px 0px;
}

.elementor-920 .elementor-element.elementor-element-2645eb3 {
    width: 100%;
    max-width: 100%;
    align-self: center;
}

.elementor-920 .elementor-element.elementor-element-32f74a7 {
    margin-top: 9px;
    margin-bottom: 0px;
}

.elementor-920 .elementor-element.elementor-element-f182d4e>.elementor-column-wrap>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 0px;
}

.elementor-920 .elementor-element.elementor-element-a79598c {
    color: #111111;
    font-size: 20px;
}

.elementor-920 .elementor-element.elementor-element-a79598c>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
    padding: 20px 10px 01px 10px;
    background-color: rgba(255, 255, 255, 0.94);
    border-radius: 10px 0px 0px 10px;
}

.elementor-bc-flex-widget .elementor-920 .elementor-element.elementor-element-303c571.elementor-column .elementor-column-wrap {
    align-items: center;
}

.elementor-920 .elementor-element.elementor-element-303c571.elementor-column.elementor-element[data-element_type="column"]>.elementor-column-wrap.elementor-element-populated>.elementor-widget-wrap {
    align-content: center;
    align-items: center;
}

.elementor-920 .elementor-element.elementor-element-96e59dd .elementor-button .elementor-align-icon-right {
    margin-left: 0px;
}

.elementor-920 .elementor-element.elementor-element-96e59dd .elementor-button .elementor-align-icon-left {
    margin-right: 0px;
}

.elementor-920 .elementor-element.elementor-element-96e59dd .elementor-button {
    font-weight: 700;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
    fill: #ffffff;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.01);
    padding: 25px 0px 25px 15px;
}

.elementor-920 .elementor-element.elementor-element-96e59dd>.elementor-widget-container {
    border-style: solid;
    border-width: 3px 3px 3px 0px;
    border-color: #ffffff;
    border-radius: 0px 10px 10px 0px;
}

.elementor-920 .elementor-element.elementor-element-96e59dd {
    width: 100%;
    max-width: 100%;
    align-self: center;
}

.elementor-920 .elementor-element.elementor-element-f6a0624 {
    margin-top: 9px;
    margin-bottom: 0px;
}

.elementor-920 .elementor-element.elementor-element-755b34a>.elementor-column-wrap>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 0px;
}

.elementor-920 .elementor-element.elementor-element-9729fe2 {
    color: #111111;
    font-size: 20px;
}

.elementor-920 .elementor-element.elementor-element-9729fe2>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
    padding: 20px 10px 01px 10px;
    background-color: rgba(255, 255, 255, 0.94);
    border-radius: 10px 0px 0px 10px;
}

.elementor-bc-flex-widget .elementor-920 .elementor-element.elementor-element-043a0bc.elementor-column .elementor-column-wrap {
    align-items: center;
}

.elementor-920 .elementor-element.elementor-element-043a0bc.elementor-column.elementor-element[data-element_type="column"]>.elementor-column-wrap.elementor-element-populated>.elementor-widget-wrap {
    align-content: center;
    align-items: center;
}

.elementor-920 .elementor-element.elementor-element-1b017f1 .elementor-button {
    font-weight: 700;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
    fill: #ffffff;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.01);
    padding: 25px 40px 25px 15px;
}

.elementor-920 .elementor-element.elementor-element-1b017f1>.elementor-widget-container {
    border-style: solid;
    border-width: 3px 3px 3px 0px;
    border-color: #ffffff;
    border-radius: 0px 10px 10px 0px;
}

.elementor-920 .elementor-element.elementor-element-1b017f1 {
    width: 100%;
    max-width: 100%;
    align-self: center;
}

.elementor-920 .elementor-element.elementor-element-079561c:not(.elementor-motion-effects-element-type-background),
.elementor-920 .elementor-element.elementor-element-079561c>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #1b1b1b;
}

.elementor-920 .elementor-element.elementor-element-079561c {
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: rgba(51, 51, 51, 0.81);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 10px 0px 10px 0px;
}

.elementor-920 .elementor-element.elementor-element-079561c>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-bc-flex-widget .elementor-920 .elementor-element.elementor-element-7310324.elementor-column .elementor-column-wrap {
    align-items: center;
}

.elementor-920 .elementor-element.elementor-element-7310324.elementor-column.elementor-element[data-element_type="column"]>.elementor-column-wrap.elementor-element-populated>.elementor-widget-wrap {
    align-content: center;
    align-items: center;
}

.elementor-920 .elementor-element.elementor-element-7310324>.elementor-element-populated {
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-color: rgba(84, 84, 84, 0.29);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    color: rgba(255, 255, 255, 0.66);
    margin: 5px 5px 5px 5px;
    padding: 30px 20px 20px 20px;
}

.elementor-920 .elementor-element.elementor-element-7310324>.elementor-element-populated>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-920 .elementor-element.elementor-element-dc65c55 .elementor-text-editor {
    text-align: center;
}

.elementor-920 .elementor-element.elementor-element-dc65c55 {
    font-size: 1.6em;
    font-weight: 900;
    line-height: 1.1em;
}

.elementor-920 .elementor-element.elementor-element-dc65c55>.elementor-widget-container {
    margin: 0px 0px -20px 0px;
}

.elementor-920 .elementor-element.elementor-element-df0542e .elementor-text-editor {
    text-align: center;
}

.elementor-920 .elementor-element.elementor-element-df0542e {
    font-size: 1.1em;
    font-weight: 500;
    line-height: 1.1em;
}

.elementor-920 .elementor-element.elementor-element-9d77ad3 .elementor-text-editor {
    text-align: center;
}

.elementor-920 .elementor-element.elementor-element-9d77ad3 {
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1.2em;
}

.elementor-bc-flex-widget .elementor-920 .elementor-element.elementor-element-17dd02a.elementor-column .elementor-column-wrap {
    align-items: center;
}

.elementor-920 .elementor-element.elementor-element-17dd02a.elementor-column.elementor-element[data-element_type="column"]>.elementor-column-wrap.elementor-element-populated>.elementor-widget-wrap {
    align-content: center;
    align-items: center;
}

.elementor-920 .elementor-element.elementor-element-17dd02a>.elementor-element-populated {
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-color: rgba(84, 84, 84, 0.29);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    color: rgba(255, 255, 255, 0.66);
    margin: 5px 5px 5px 5px;
    padding: 30px 20px 20px 20px;
}

.elementor-920 .elementor-element.elementor-element-17dd02a>.elementor-element-populated>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-920 .elementor-element.elementor-element-8c085c0 .elementor-text-editor {
    text-align: center;
}

.elementor-920 .elementor-element.elementor-element-8c085c0 {
    font-size: 1.6em;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.1em;
}

.elementor-920 .elementor-element.elementor-element-8c085c0>.elementor-widget-container {
    margin: 0px 0px -20px 0px;
}

.elementor-920 .elementor-element.elementor-element-1a01fd1>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap>.elementor-widget-wrap {
    align-content: center;
    align-items: center;
}

.elementor-920 .elementor-element.elementor-element-0697029 {
    text-align: right;
}

.elementor-920 .elementor-element.elementor-element-0697029 .elementor-image img {
    max-width: 97%;
    opacity: 0.73;
}

.elementor-920 .elementor-element.elementor-element-750d7c1>.elementor-element-populated {
    margin: 0px 0px 0px 0px;
}

.elementor-920 .elementor-element.elementor-element-87d080a {
    text-align: center;
}

.elementor-920 .elementor-element.elementor-element-87d080a .elementor-image img {
    width: 100%;
    max-width: 57%;
    opacity: 0.71;
}

.elementor-920 .elementor-element.elementor-element-87d080a>.elementor-widget-container {
    padding: 0px 0px 0px 0px;
}

.elementor-bc-flex-widget .elementor-920 .elementor-element.elementor-element-f4e3366.elementor-column .elementor-column-wrap {
    align-items: center;
}

.elementor-920 .elementor-element.elementor-element-f4e3366.elementor-column.elementor-element[data-element_type="column"]>.elementor-column-wrap.elementor-element-populated>.elementor-widget-wrap {
    align-content: center;
    align-items: center;
}

.elementor-920 .elementor-element.elementor-element-f4e3366>.elementor-element-populated {
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: rgba(84, 84, 84, 0.29);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    color: rgba(255, 255, 255, 0.66);
    margin: 5px 5px 5px 5px;
    padding: 30px 20px 20px 20px;
}

.elementor-920 .elementor-element.elementor-element-f4e3366>.elementor-element-populated>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-920 .elementor-element.elementor-element-1cb4a34 .elementor-text-editor {
    text-align: center;
}

.elementor-920 .elementor-element.elementor-element-1cb4a34 {
    font-size: 1.6em;
    font-weight: 900;
    line-height: 1.1em;
}

.elementor-920 .elementor-element.elementor-element-1cb4a34>.elementor-widget-container {
    margin: 0px 0px -20px 0px;
}

.elementor-920 .elementor-element.elementor-element-62dbf51 .elementor-button {
    font-weight: 700;
    fill: rgba(255, 255, 255, 0.63);
    color: rgba(255, 255, 255, 0.63);
    background-color: rgba(0, 0, 0, 0.01);
    border-style: solid;
    border-width: 2px 2px 2px 2px;
}

.elementor-920 .elementor-element.elementor-element-62dbf51 .elementor-button:hover,
.elementor-920 .elementor-element.elementor-element-62dbf51 .elementor-button:focus {
    color: #f7ce00;
    background-color: #0c0c0c;
    border-color: #0c0c0c;
}

.elementor-920 .elementor-element.elementor-element-62dbf51 .elementor-button:hover svg,
.elementor-920 .elementor-element.elementor-element-62dbf51 .elementor-button:focus svg {
    fill: #f7ce00;
}

.elementor-920 .elementor-element.elementor-element-adaaafa .elementor-button {
    font-weight: 700;
    fill: rgba(255, 255, 255, 0.63);
    color: rgba(255, 255, 255, 0.63);
    background-color: rgba(0, 0, 0, 0.01);
    border-style: solid;
    border-width: 2px 2px 2px 2px;
}

.elementor-920 .elementor-element.elementor-element-adaaafa .elementor-button:hover,
.elementor-920 .elementor-element.elementor-element-adaaafa .elementor-button:focus {
    color: #f7ce00;
    background-color: #0c0c0c;
    border-color: #0c0c0c;
}

.elementor-920 .elementor-element.elementor-element-adaaafa .elementor-button:hover svg,
.elementor-920 .elementor-element.elementor-element-adaaafa .elementor-button:focus svg {
    fill: #f7ce00;
}

body.elementor-page-920 h1.entry-title,
.elementor-page-title {
    display: none;
}

@media(min-width:768px) {
    .elementor-920 .elementor-element.elementor-element-158fc16 {
        width: 50%;
    }

    .elementor-920 .elementor-element.elementor-element-21de8a7 {
        width: 50%;
    }

    .elementor-920 .elementor-element.elementor-element-80f9e01 {
        width: 20%;
    }

    .elementor-920 .elementor-element.elementor-element-95abf1a {
        width: 79.998%;
    }

    .elementor-920 .elementor-element.elementor-element-6469d56 {
        width: 20%;
    }

    .elementor-920 .elementor-element.elementor-element-b9c8e2e {
        width: 79.998%;
    }

    .elementor-920 .elementor-element.elementor-element-50e1402 {
        width: 20%;
    }

    .elementor-920 .elementor-element.elementor-element-25dcb97 {
        width: 79.998%;
    }

    .elementor-920 .elementor-element.elementor-element-1505232 {
        width: 20%;
    }

    .elementor-920 .elementor-element.elementor-element-7a10775 {
        width: 79.998%;
    }

    .elementor-920 .elementor-element.elementor-element-f182d4e {
        width: 20%;
    }

    .elementor-920 .elementor-element.elementor-element-303c571 {
        width: 79.998%;
    }

    .elementor-920 .elementor-element.elementor-element-755b34a {
        width: 20%;
    }

    .elementor-920 .elementor-element.elementor-element-043a0bc {
        width: 79.998%;
    }
}

@media(max-width:767px) {
    .elementor-920 .elementor-element.elementor-element-9ee8428>.elementor-container {
        min-height: 711px;
    }

    .elementor-920 .elementor-element.elementor-element-9ee8428>.elementor-container:after {
        content: "";
        min-height: inherit;
    }

    .elementor-920 .elementor-element.elementor-element-9ee8428:not(.elementor-motion-effects-element-type-background),
    .elementor-920 .elementor-element.elementor-element-9ee8428>.elementor-motion-effects-container>.elementor-motion-effects-layer {
        background-size: cover;
    }

    .elementor-920 .elementor-element.elementor-element-d8317ec>.elementor-element-populated {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }

    .elementor-920 .elementor-element.elementor-element-44fde30 .elementor-image img {
        max-width: 100%;
    }

    .elementor-920 .elementor-element.elementor-element-44fde30>.elementor-widget-container {
        margin: 0px 0px -20px 0px;
        padding: 84px 26px 26px 26px;
    }

    .elementor-920 .elementor-element.elementor-element-3fe8e57 {
        font-size: 18px;
    }

    .elementor-920 .elementor-element.elementor-element-3fe8e57>.elementor-widget-container {
        margin: 0px 0px 0px 0px;
        padding: 0px 20px 0px 20px;
    }

    .elementor-920 .elementor-element.elementor-element-6d7fb8f .elementor-button {
        padding: 30px 30px 30px 30px;
    }

    .elementor-920 .elementor-element.elementor-element-6d7fb8f>.elementor-widget-container {
        padding: 0px 0px 0px 0px;
    }

    .elementor-920 .elementor-element.elementor-element-d2d0eff .elementor-button {
        padding: 30px 30px 30px 30px;
    }

    .elementor-920 .elementor-element.elementor-element-158fc16 {
        width: 50%;
    }

    .elementor-920 .elementor-element.elementor-element-158fc16>.elementor-element-populated {
        margin: 2px 2px 2px 2px;
        padding: 15px 5px 15px 5px;
    }

    .elementor-920 .elementor-element.elementor-element-2ce1b3e .elementor-icon-box-icon {
        margin-bottom: 0px;
    }

    .elementor-920 .elementor-element.elementor-element-2ce1b3e.elementor-position-right .elementor-icon-box-icon {
        margin-left: 0px;
    }

    .elementor-920 .elementor-element.elementor-element-2ce1b3e.elementor-position-left .elementor-icon-box-icon {
        margin-right: 0px;
    }

    .elementor-920 .elementor-element.elementor-element-2ce1b3e.elementor-position-top .elementor-icon-box-icon {
        margin-bottom: 0px;
    }

    .elementor-920 .elementor-element.elementor-element-2ce1b3e .elementor-icon {
        font-size: 19px;
    }

    .elementor-920 .elementor-element.elementor-element-2ce1b3e .elementor-icon-box-wrapper {
        text-align: center;
    }

    .elementor-920 .elementor-element.elementor-element-2ce1b3e .elementor-icon-box-content .elementor-icon-box-description {
        font-size: 14px;
        line-height: 1.4em;
        letter-spacing: 0px;
    }

    .elementor-920 .elementor-element.elementor-element-21de8a7 {
        width: 50%;
    }

    .elementor-920 .elementor-element.elementor-element-21de8a7>.elementor-element-populated {
        margin: 2px 2px 2px 2px;
        padding: 15px 5px 15px 5px;
    }

    .elementor-920 .elementor-element.elementor-element-ecb0350 .elementor-icon-box-icon {
        margin-bottom: 0px;
    }

    .elementor-920 .elementor-element.elementor-element-ecb0350.elementor-position-right .elementor-icon-box-icon {
        margin-left: 0px;
    }

    .elementor-920 .elementor-element.elementor-element-ecb0350.elementor-position-left .elementor-icon-box-icon {
        margin-right: 0px;
    }

    .elementor-920 .elementor-element.elementor-element-ecb0350.elementor-position-top .elementor-icon-box-icon {
        margin-bottom: 0px;
    }

    .elementor-920 .elementor-element.elementor-element-ecb0350 .elementor-icon {
        font-size: 19px;
    }

    .elementor-920 .elementor-element.elementor-element-ecb0350 .elementor-icon-box-wrapper {
        text-align: center;
    }

    .elementor-920 .elementor-element.elementor-element-ecb0350 .elementor-icon-box-content .elementor-icon-box-description {
        font-size: 14px;
        line-height: 1.4em;
        letter-spacing: 0px;
    }

    .elementor-920 .elementor-element.elementor-element-60d18fb>.elementor-container {
        min-height: 190px;
    }

    .elementor-920 .elementor-element.elementor-element-60d18fb:not(.elementor-motion-effects-element-type-background),
    .elementor-920 .elementor-element.elementor-element-60d18fb>.elementor-motion-effects-container>.elementor-motion-effects-layer {
        background-image: url(../img/sdgs-mobile-1.png);
        background-position: bottom center;
        background-size: contain;
    }

    .elementor-920 .elementor-element.elementor-element-60d18fb {
        margin-top: 70px;
        margin-bottom: -40px;
    }

    .elementor-920 .elementor-element.elementor-element-35e7a04>.elementor-shape-top svg {
        width: calc(300% + 1.3px);
        height: 282px;
    }

    .elementor-920 .elementor-element.elementor-element-01d10d0>.elementor-element-populated {
        padding: 20px 20px 20px 20px;
    }

    .elementor-920 .elementor-element.elementor-element-9ca571c>.elementor-column-wrap>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
        margin-bottom: 7px;
    }

    .elementor-920 .elementor-element.elementor-element-9ca571c>.elementor-element-populated {
        padding: 50px 20px 50px 20px;
    }

    .elementor-920 .elementor-element.elementor-element-eb2567c>.elementor-widget-container {
        padding: 0px 0px 0px 0px;
    }

    .elementor-920 .elementor-element.elementor-element-89ae0e3 .elementor-text-editor {
        text-align: center;
    }

    .elementor-920 .elementor-element.elementor-element-89ae0e3>.elementor-widget-container {
        border-radius: 0px 0px 0px 0px;
    }

    .elementor-920 .elementor-element.elementor-element-c4b5868 .elementor-button {
        font-size: 18px;
        padding: 35px 10px 30px 15px;
    }

    .elementor-920 .elementor-element.elementor-element-c4b5868>.elementor-widget-container {
        border-width: 0px 2px 2px 2px;
        border-radius: 0px 0px 0px 0px;
    }

    .elementor-920 .elementor-element.elementor-element-acd35c1 .elementor-text-editor {
        text-align: center;
    }

    .elementor-920 .elementor-element.elementor-element-acd35c1>.elementor-widget-container {
        border-radius: 0px 0px 0px 0px;
    }

    .elementor-920 .elementor-element.elementor-element-129d320 .elementor-button {
        font-size: 18px;
        padding: 20px 10px 30px 0px;
    }

    .elementor-920 .elementor-element.elementor-element-129d320>.elementor-widget-container {
        border-width: 0px 2px 2px 2px;
        border-radius: 0px 0px 0px 0px;
    }

    .elementor-920 .elementor-element.elementor-element-cca3127 .elementor-text-editor {
        text-align: center;
    }

    .elementor-920 .elementor-element.elementor-element-cca3127>.elementor-widget-container {
        border-radius: 0px 0px 0px 0px;
    }

    .elementor-920 .elementor-element.elementor-element-ee87500 .elementor-button {
        font-size: 18px;
        padding: 30px 0px 22px 15px;
    }

    .elementor-920 .elementor-element.elementor-element-ee87500>.elementor-widget-container {
        border-width: 0px 2px 2px 2px;
        border-radius: 0px 0px 0px 0px;
    }

    .elementor-920 .elementor-element.elementor-element-c6194ce .elementor-text-editor {
        text-align: center;
    }

    .elementor-920 .elementor-element.elementor-element-c6194ce>.elementor-widget-container {
        border-radius: 0px 0px 0px 0px;
    }

    .elementor-920 .elementor-element.elementor-element-2645eb3 .elementor-button {
        font-size: 18px;
        padding: 30px 0px 22px 15px;
    }

    .elementor-920 .elementor-element.elementor-element-2645eb3>.elementor-widget-container {
        border-width: 0px 2px 2px 2px;
        border-radius: 0px 0px 0px 0px;
    }

    .elementor-920 .elementor-element.elementor-element-a79598c .elementor-text-editor {
        text-align: center;
    }

    .elementor-920 .elementor-element.elementor-element-a79598c>.elementor-widget-container {
        border-radius: 0px 0px 0px 0px;
    }

    .elementor-920 .elementor-element.elementor-element-96e59dd .elementor-button {
        font-size: 18px;
        line-height: 1em;
        padding: 20px 10px 30px 10px;
    }

    .elementor-920 .elementor-element.elementor-element-96e59dd>.elementor-widget-container {
        border-width: 0px 2px 2px 2px;
        border-radius: 0px 0px 0px 0px;
    }

    .elementor-920 .elementor-element.elementor-element-9729fe2 .elementor-text-editor {
        text-align: center;
    }

    .elementor-920 .elementor-element.elementor-element-9729fe2>.elementor-widget-container {
        border-radius: 0px 0px 0px 0px;
    }

    .elementor-920 .elementor-element.elementor-element-1b017f1 .elementor-button {
        font-size: 18px;
        padding: 20px 11px 30px 5px;
    }

    .elementor-920 .elementor-element.elementor-element-1b017f1>.elementor-widget-container {
        border-width: 0px 2px 2px 2px;
        border-radius: 0px 0px 0px 0px;
    }

    .elementor-920 .elementor-element.elementor-element-7310324>.elementor-element-populated {
        border-width: 0px 0px 1px 0px;
    }

    .elementor-920 .elementor-element.elementor-element-17dd02a>.elementor-element-populated {
        border-width: 0px 0px 1px 0px;
    }

    .elementor-920 .elementor-element.elementor-element-f4e3366>.elementor-element-populated {
        border-width: 0px 0px 1px 0px;
    }
}

@media(min-width:1025px) {

    .elementor-920 .elementor-element.elementor-element-9ee8428:not(.elementor-motion-effects-element-type-background),
    .elementor-920 .elementor-element.elementor-element-9ee8428>.elementor-motion-effects-container>.elementor-motion-effects-layer {
        background-attachment: fixed;
    }
}

@charset "UTF-8";

/**
 * Team Members Front CSS
 */

.tmm .tmm_wrap {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}

.tmm .clearer {
    clear: both;
}

.tmm .tmm_container {
    display: inline;
}

.tmm .tmm_container:last-child {
    display: block;
    text-align: center !important;
}

.tmm .tmm_container:last-child .tmm_member {
    float: none !important;
}

.tmm .tmm_columns_containers_desktop {
    display: block;
    clear: both;
}

.tmm .tmm_member {
    vertical-align: top;
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 25px;
    height: auto;
    float: left;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.04);
    border-top: 5px solid lightgrey;
    border-left: solid 1px #eee;
    border-right: solid 1px #eee;
    border-bottom: 5px solid whitesmoke;
    background: white;
    box-sizing: border-box;
}

.tmm .tmm_1_columns .tmm_member {
    width: 96%;
    margin-right: 2%;
    margin-left: 2%;
    margin-top: 140px;
    margin-bottom: 25px;
}

.tmm .tmm_2_columns .tmm_member {
    width: 42%;
    margin-right: 4%;
    margin-left: 4%;
    margin-top: 120px;
    margin-bottom: 25px;
}

.tmm .tmm_3_columns .tmm_member {
    width: 29%;
    margin-right: 2.16%;
    margin-left: 2.16%;
    margin-top: 100px;
    margin-bottom: 25px;
}

.tmm .tmm_4_columns .tmm_member {
    width: 23%;
    margin-right: 1%;
    margin-left: 1%;
    margin-top: 80px;
    margin-bottom: 20px;
}

.tmm .tmm_5_columns .tmm_member {
    width: 18%;
    margin-right: 1%;
    margin-left: 1%;
    margin-top: 50px;
    margin-bottom: 35px;
}


.tmm .tmm_three_entries {
    clear: both;
}


.tmm .tmm_member .tmm_photo {
    margin-left: auto;
    margin-right: auto;
    background-size: cover !important;
    background-position: center center !important;
    width: 60%;
    padding-bottom: 60%;
    border: none;
    -webkit-box-shadow: 2px 0px 1px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 0px 1px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 0px 1px 0px rgba(0, 0, 0, 0.05);
    border-radius: 60px !important;
    margin-top: -30%;
    border: 6px solid #eeeeee;
}

.tmm_1_columns .tmm_member .tmm_photo {
    width: 35%;
    padding-bottom: 35%;
    margin-top: -18%;
}

.tmm_2_columns .tmm_member .tmm_photo {
    width: 50%;
    padding-bottom: 50%;
    margin-top: -25%;
}


.tmm .tmm_member .tmm_textblock .tmm_scblock {
    padding-top: 10px;
}

.tmm .tmm_member .tmm_textblock {
    padding: 10px 12px;
}

.tmm .tmm_member .tmm_textblock .tmm_sociallink {
    clear: both;
    margin-bottom: 20px;
    border: none;
    box-shadow: 0 0 0;
}

.tmm .tmm_member .tmm_textblock .tmm_sociallink img {
    display: inline-block;
    border: none;
    width: 24px;
    height: 24px;
    box-shadow: 0 0 0 0;
    margin: 10px 4px;
}

.tmm .tmm_5_columns .tmm_member .tmm_textblock .tmm_sociallink img {
    width: 19px;
    height: 19px;
    margin: 6px 2px;
}

.tmm .tmm_4_columns .tmm_member .tmm_textblock .tmm_sociallink img {
    width: 21px;
    height: 21px;
    margin: 6px 3px;
}

.tmm .tmm_member .tmm_textblock .tmm_sociallink img:hover {
    opacity: 0.8;
}

.tmm .tmm_fname {
    display: inline;
}

.tmm .tmm_lname {
    display: inline;
}


/* GENERAL */
.tmm .tmm_names span,
.tmm .tmm_names span.tmm_fname,
.tmm .tmm_names span.tmm_lname,
.tmm .tmm_names {
    color: #222222;
}

.tmm .tmm_desc,
.tmm .tmm_desc span,
.tmm .tmm_desc p {
    color: #555555;
    word-break: break-word;
}

.tmm .tmm_job,
.tmm .tmm_job p {
    color: #888888;
}


/* FONTS */
.tmm .tmm_plugin_f .tmm_names {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 8px;
    margin-top: 10px;
}

.tmm .tmm_plugin_f .tmm_job {
    font-size: 16px;
    font-weight: 400;
}

.tmm .tmm_plugin_f .tmm_desc {
    padding: 0px;
    margin-top: 19px;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
}

.tmm .tmm_theme_f .tmm_names {
    font-size: 1.1em;
    font-weight: 400;
    margin-bottom: 8px;
    margin-top: 10px;
}

.tmm .tmm_theme_f .tmm_job {
    font-size: 1em;
    font-weight: 400;
}

.tmm .tmm_theme_f .tmm_desc {
    font-size: 0.9em;
    line-height: 165%;
    padding: 0px;
    font-weight: 400;
    margin-top: 19px;
    margin-bottom: 10px;
}


/* TABLETS */
@media only screen and (max-width: 64.063em) {

    .tmm .tmm_columns_containers_desktop {
        display: none;
        clear: none;
    }

    .tmm_two_containers_tablet {
        display: block;
        clear: both;
    }

    .tmm .tmm_member,
    .tmm .tmm_2_columns .tmm_member,
    .tmm .tmm_3_columns .tmm_member,
    .tmm .tmm_4_columns .tmm_member,
    .tmm .tmm_5_columns .tmm_member {
        width: 40%;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 80px;
        margin-bottom: 25px;
    }

    .tmm .tmm_1_columns .tmm_member {
        margin-top: 100px;
        margin-bottom: 15px;
    }

    .tmm .tmm_member .tmm_photo,
    .tmm .tmm_2_columns .tmm_member .tmm_photo,
    .tmm .tmm_3_columns .tmm_member .tmm_photo,
    .tmm .tmm_4_columns .tmm_member .tmm_photo,
    .tmm .tmm_5_columns .tmm_member .tmm_photo {
        width: 50%;
        padding-bottom: 50%;
        margin-top: -25%;
    }

}


/* MOBILE  */
@media only screen and (max-width: 40em) {

    .tmm .tmm_columns_containers_desktop {
        display: none;
        clear: none;
    }

    .tmm .tmm_member,
    .tmm .tmm_1_columns .tmm_member,
    .tmm .tmm_2_columns .tmm_member,
    .tmm .tmm_3_columns .tmm_member,
    .tmm .tmm_4_columns .tmm_member,
    .tmm .tmm_5_columns .tmm_member {
        width: 96%;
        margin: 0 2%;
        margin-top: 110px;
        margin-bottom: 25px;
    }

    .tmm .tmm_member .tmm_photo,
    .tmm .tmm_1_columns .tmm_member .tmm_photo,
    .tmm .tmm_2_columns .tmm_member .tmm_photo,
    .tmm .tmm_3_columns .tmm_member .tmm_photo,
    .tmm .tmm_4_columns .tmm_member .tmm_photo,
    .tmm .tmm_5_columns .tmm_member .tmm_photo {
        width: 45%;
        padding-bottom: 45%;
        margin-top: -24%;
    }

    .tmm .tmm_plugin_f .tmm_desc {
        padding: 0 10px;
        font-size: 16px;
        line-height: 27px;
    }

}


.tmm_plugin_f,
.tmm_plugin_f .tmm_names span,
.tmm_plugin_f .tmm_job,
.tmm_plugin_f .tmm_desc,
.tmm_plugin_f .tmm_desc a,
.tmm_plugin_f .tmm_desc span,
.tmm_plugin_f .tmm_desc p,
.tmm_plugin_f .tmm_desc h1,
.tmm_plugin_f .tmm_desc h2,
.tmm_plugin_f .tmm_desc h3,
.tmm_plugin_f .tmm_desc h4,
.tmm_plugin_f .tmm_desc h5,
.tmm_plugin_f .tmm_desc h6,
.tmm_plugin_f .tmm_desc ul li,
.tmm_plugin_f .tmm_desc ol li {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.oceanwp-about-me {
    position: relative;
    text-align: center
}

.oceanwp-about-me .oceanwp-about-me-avatar,
.oceanwp-about-me .oceanwp-about-me-social {
    margin-top: 20px
}

.oceanwp-about-me .oceanwp-about-me-avatar img {
    position: relative;
    border-radius: 50%
}

.oceanwp-about-me .oceanwp-about-me-name {
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin: 16px 0 10px;
    text-transform: uppercase;
    clear: none
}

.oceanwp-about-me .oceanwp-about-me-social li {
    display: inline-block;
    margin-left: 6px
}

.oceanwp-about-me .oceanwp-about-me-social li:first-child {
    margin-left: 0
}

.oceanwp-about-me .oceanwp-about-me-social li a {
    display: inline-block;
    font-size: 14px;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li a,
.oceanwp-about-me .oceanwp-about-me-social.style-color li a:hover {
    color: #fff
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.facebook a {
    background-color: #37589b
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.facebook a:hover {
    background-color: #4e7ddd
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.twitter a {
    background-color: #46d4fe
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.twitter a:hover {
    background-color: #7ee1fe
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.google-plus a {
    background-color: #de5a49
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.google-plus a:hover {
    background-color: #fc7a69
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.instagram a {
    background-color: #5996c7
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.instagram a:hover {
    background-color: #69b4f0
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.linkedin a {
    background-color: #419cca
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.linkedin a:hover {
    background-color: #52c3fc
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.pinterest a {
    background-color: #cb2027
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.pinterest a:hover {
    background-color: #f7555c
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.youtube a {
    background-color: #dd4646
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.youtube a:hover {
    background-color: #ff6262
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li a {
    color: #aaa;
    border: 1px solid #e9e9e9
}

.oceanwp-about-me .oceanwp-about-me-social.style-dark li a {
    color: #929292;
    border: 1px solid #555
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.facebook a:hover,
.oceanwp-about-me .oceanwp-about-me-social.style-dark li.facebook a:hover {
    color: #37589b;
    border-color: #37589b
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.twitter a:hover,
.oceanwp-about-me .oceanwp-about-me-social.style-dark li.twitter a:hover {
    color: #46d4fe;
    border-color: #46d4fe
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.google-plus a:hover,
.oceanwp-about-me .oceanwp-about-me-social.style-dark li.google-plus a:hover {
    color: #de5a49;
    border-color: #de5a49
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.instagram a:hover,
.oceanwp-about-me .oceanwp-about-me-social.style-dark li.instagram a:hover {
    color: #5996c7;
    border-color: #5996c7
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.linkedin a:hover,
.oceanwp-about-me .oceanwp-about-me-social.style-dark li.linkedin a:hover {
    color: #419cca;
    border-color: #419cca
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.pinterest a:hover,
.oceanwp-about-me .oceanwp-about-me-social.style-dark li.pinterest a:hover {
    color: #cb2027;
    border-color: #cb2027
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.youtube a:hover,
.oceanwp-about-me .oceanwp-about-me-social.style-dark li.youtube a:hover {
    color: #dd4646;
    border-color: #dd4646
}

#wp-calendar {
    position: relative;
    width: 100%;
    font-size: 12px;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    border: 0
}

#wp-calendar caption {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 400;
    padding-bottom: 10px;
    padding: 0 0 10px 0;
    background-color: transparent;
    color: #13aff0;
    border-width: 0 0 3px 0;
    border-style: solid;
    border-color: #e9e9e9;
    text-align: center;
    text-transform: uppercase
}

#wp-calendar td,
#wp-calendar th {
    text-align: center
}

#wp-calendar th {
    font-family: 'Open Sans';
    font-size: 12px;
    font-weight: 400;
    padding: 13px 0px 14px 0px;
    background-color: transparent;
    color: #777;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #e9e9e9
}

#wp-calendar tbody {
    border-width: 0 0 3px 0;
    border-style: solid;
    border-color: #e9e9e9
}

#wp-calendar tbody td,
#wp-calendar tbody td:hover,
#wp-calendar tbody td.pad:hover {
    background: transparent
}

#wp-calendar tbody td {
    font-family: 'Open Sans';
    font-size: 12px;
    color: #929292;
    width: 14.2857%;
    height: 30px;
    line-height: 30px;
    font-weight: 400;
    padding: 5px 0 0 0;
    border: 0;
    vertical-align: middle
}

#wp-calendar tbody tr:last-child td {
    padding-bottom: 10px
}

#wp-calendar tbody a,
#wp-calendar tbody #today {
    font-weight: 600
}

#wp-calendar tbody #today {
    color: #111
}

#wp-calendar tfoot td {
    background-color: transparent;
    border: 0
}

#wp-calendar tfoot tr td {
    position: absolute;
    top: -10px;
    font-family: 'Montserrat', sans-serif;
    background-color: transparent !important;
    font-size: 11px;
    padding-top: 10px;
    text-transform: uppercase
}

#wp-calendar tfoot tr td#prev,
#wp-calendar tfoot tr td#next {
    z-index: 10
}

#wp-calendar tfoot tr td a {
    border-bottom: 1px solid
}

#wp-calendar tfoot tr td a:hover {
    border-bottom-style: dashed
}

#wp-calendar tfoot #next {
    right: 0
}

.contact-info-widget {
    list-style: none;
    margin: 0;
    padding: 0
}

.contact-info-widget li {
    display: inline-block;
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
    border: 0
}

.contact-info-widget li:last-child {
    margin-bottom: 0
}

.contact-info-widget .oceanwp-info-wrap,
.contact-info-widget span.oceanwp-contact-title,
.contact-info-widget span.oceanwp-contact-text {
    display: block
}

.contact-info-widget span.oceanwp-contact-title {
    color: #777;
    font-weight: bold;
    line-height: 1.4
}

.contact-info-widget span.oceanwp-contact-text {
    line-height: 18px
}

.contact-info-widget li.skype {
    display: inline-block
}

.contact-info-widget li.skype a {
    display: inline-block;
    background-color: #0ca5de;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 12px 15px
}

.contact-info-widget li.skype a:hover {
    background-color: #0581af;
    color: #fff
}

.contact-info-widget.default i {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e9e9e9;
    color: #13aff0;
    margin-right: 15px;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.contact-info-widget.default .oceanwp-info-wrap {
    padding-left: 55px
}

.contact-info-widget.big-icons li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

.contact-info-widget.big-icons li:last-child {
    margin-bottom: 0
}

.contact-info-widget.big-icons i {
    float: left;
    width: 72px;
    height: 72px;
    line-height: 72px;
    font-size: 30px;
    margin-right: 20px;
    color: #13aff0;
    border: 1px solid #e9e9e9;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.contact-info-widget.big-icons li:hover i {
    background-color: #13aff0;
    color: #fff;
    border-color: #13aff0
}

.contact-info-widget.big-icons span.oceanwp-contact-title {
    display: block;
    font-size: 14px
}

.contact-info-widget.big-icons li.skype a {
    width: 100%;
    text-align: center
}

.contact-info-widget.no-icons li .oceanwp-contact-title {
    display: inline-block;
    min-width: 70px;
    font-weight: 600
}

.contact-info-widget.no-icons li.skype {
    margin-top: 20px
}

.oceanwp-custom-links {
    list-style: none;
    margin: 0;
    padding: 0
}

.oceanwp-custom-links li {
    padding: 2px 0
}

.oceanwp-custom-links li a {
    display: inline-block;
    position: relative;
    font-size: 13px;
    color: #333
}

.oceanwp-custom-links li a:before {
    content: '\f111';
    display: inline-block;
    color: #929292;
    font-size: 10px;
    margin-right: 10px;
    margin-top: -2px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    vertical-align: middle;
    zoom: 1
}

.oceanwp-custom-links li a:hover {
    margin-left: 8px;
    color: #13aff0
}

.oceanwp-custom-links li a:hover:before {
    color: #13aff0
}

.oceanwp-custom-links li:first-child {
    padding-top: 0
}

.oceanwp-custom-menu.right {
    text-align: right
}

.oceanwp-custom-menu.center {
    text-align: center
}

.oceanwp-custom-menu>ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.oceanwp-custom-menu>ul>li {
    float: none;
    display: inline-block
}

.oceanwp-custom-menu>ul>li>a {
    display: block;
    padding: 8px 15px;
    font-size: 13px;
    line-height: 20px;
    color: #555;
    letter-spacing: 0.6px
}

.oceanwp-custom-menu>ul>li>a:hover {
    color: #333
}

.custom-menu-widget .oceanwp-custom-menu>ul>li {
    display: block;
    border-bottom: 1px solid #e9e9e9
}

.custom-menu-widget .oceanwp-custom-menu>ul>li>a {
    padding: 8px 0
}

.custom-menu-widget .oceanwp-custom-menu>ul>li>a .nav-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    padding: 0;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.custom-menu-widget .oceanwp-custom-menu.right>ul>li>a .nav-arrow {
    right: auto;
    left: 0
}

[dir="rtl"] .custom-menu-widget .oceanwp-custom-menu.right>ul>li>a .nav-arrow {
    right: 0;
    left: auto
}

.custom-menu-widget .oceanwp-custom-menu .dropdown-menu .sub-menu {
    position: relative;
    top: auto;
    left: auto;
    background-color: transparent;
    border-top: 0;
    min-width: 100%;
    margin: 10px 0 0 12px;
    line-height: 1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

[dir="rtl"] .custom-menu-widget .oceanwp-custom-menu .dropdown-menu .sub-menu {
    right: auto
}

.custom-menu-widget .oceanwp-custom-menu .dropdown-menu .sub-menu li {
    float: none;
    display: block;
    border-bottom: 1px solid #e9e9e9
}

.custom-menu-widget .oceanwp-custom-menu .dropdown-menu .sub-menu li:last-child {
    border-bottom: 0
}

.custom-menu-widget .oceanwp-custom-menu .dropdown-menu .sub-menu li a.menu-link {
    padding: 8px 0;
    font-size: 13px;
    line-height: 20px;
    color: #555;
    letter-spacing: 0.6px
}

.custom-menu-widget .oceanwp-custom-menu .dropdown-menu .sub-menu li a.menu-link:hover {
    background-color: transparent;
    color: #333
}

.custom-menu-widget .oceanwp-custom-menu>ul.click-menu li a {
    position: relative
}

.custom-menu-widget .oceanwp-custom-menu>ul.click-menu li a .nav-arrow {
    display: none
}

.custom-menu-widget .oceanwp-custom-menu>ul.click-menu .open-this {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 100%;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    z-index: 10
}

[dir="rtl"] .custom-menu-widget .oceanwp-custom-menu>ul.click-menu .open-this {
    left: 0;
    right: auto
}

.custom-menu-widget .oceanwp-custom-menu>ul.click-menu .open-this i {
    padding: 0
}

.custom-menu-widget .oceanwp-custom-menu>ul.click-menu li.opened>a>.open-this i:before {
    content: '\f106'
}

.custom-menu-widget .oceanwp-custom-menu>ul.click-menu .sub-menu {
    border-top: 1px solid #e9e9e9;
    margin: 0
}

.oceanwp-instagram-pics li {
    display: block;
    float: left;
    height: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.oceanwp-instagram-pics.margin li {
    padding: 3px
}

.oceanwp-instagram-pics li a {
    vertical-align: top
}

.oceanwp-instagram-pics li img {
    display: block;
    width: 100%
}

.oceanwp-instagram-pics li:hover {
    opacity: 0.8
}

.oceanwp-instagram-header {
    position: relative;
    padding: 10px
}

.oceanwp-instagram-header.oceanwp-left {
    text-align: left
}

.oceanwp-instagram-header.oceanwp-right {
    text-align: right
}

.oceanwp-instagram-header.oceanwp-center {
    text-align: center
}

.oceanwp-instagram-avatar {
    line-height: 1
}

.oceanwp-instagram-header.oceanwp-left .oceanwp-instagram-avatar {
    float: left;
    margin-right: 10px
}

.oceanwp-instagram-header.oceanwp-right .oceanwp-instagram-avatar {
    float: right;
    margin-left: 10px
}

.oceanwp-instagram-header.oceanwp-center .oceanwp-instagram-avatar {
    margin: 0 0 10px
}

.oceanwp-instagram-avatar a {
    position: relative;
    display: inline-block;
    width: 75px;
    height: 75px;
    overflow: hidden
}

.oceanwp-instagram-avatar.square a,
.oceanwp-instagram-avatar.square a img {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.oceanwp-instagram-avatar.rounded a,
.oceanwp-instagram-avatar.rounded a img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.oceanwp-instagram-avatar a img {
    width: 75px;
    height: 75px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.oceanwp-instagram-avatar a:hover img {
    opacity: 0.5
}

.oceanwp-instagram-follow {
    position: absolute;
    top: 0;
    margin-top: -12px;
    display: block;
    text-align: center;
    width: 100%;
    opacity: 0;
    -webkit-transition: all ease-out .2s;
    -moz-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s
}

.oceanwp-instagram-follow span {
    display: inline-block;
    padding: 4px 6px;
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
    background-color: #47bc60;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#47bc60), to(#39a64e));
    background-image: -webkit-linear-gradient(top, #47bc60, #39a64e);
    background-image: -moz-linear-gradient(top, #47bc60, #39a64e);
    background-image: -o-linear-gradient(top, #47bc60, #39a64e);
    background-image: -ms-linear-gradient(top, #47bc60, #39a64e);
    background-image: linear-gradient(top, #47bc60, #39a64e);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#47bc60', EndColorStr='#39a64e');
    color: #fff;
    border: 1px solid #329345;
    text-shadow: 0 1px 1px #2c803c;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.oceanwp-instagram-avatar a:hover .oceanwp-instagram-follow {
    top: 50%;
    opacity: 1
}

.oceanwp-instagram-info .oceanwp-instagram-username {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 4px;
    text-transform: capitalize
}

.oceanwp-instagram-info .oceanwp-instagram-desc {
    display: block;
    line-height: 1.3;
    margin: 0
}

.oceanwp-instagram-pics.style-one li:first-child {
    width: 100%
}

.oceanwp-instagram-pics.style-one li {
    width: 33.33%
}

.oceanwp-instagram-pics.style-two li:nth-child(1),
.oceanwp-instagram-pics.style-two li:nth-child(2) {
    width: 50%
}

.oceanwp-instagram-pics.style-two li {
    width: 25%
}

.oceanwp-instagram-pics.style-three li:nth-child(4n+1) {
    width: 100%
}

.oceanwp-instagram-pics.style-three li {
    width: 33.33%
}

.oceanwp-style-four-wrap {
    background: #f6f6f6;
    border-bottom: 3px solid #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.oceanwp-instagram-bar {
    background-color: #6f97b6;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6f97b6), to(#3f729b));
    background-image: -webkit-linear-gradient(top, #6f97b6, #3f729b);
    background-image: -moz-linear-gradient(top, #6f97b6, #3f729b);
    background-image: -ms-linear-gradient(top, #6f97b6, #3f729b);
    background-image: -o-linear-gradient(top, #6f97b6, #3f729b);
    background-image: linear-gradient(top, #6f97b6, #3f729b);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#6f97b6', EndColorStr='#3f729b');
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    overflow: hidden
}

.oceanwp-instagram-bar .instagram-logo {
    display: block;
    margin: 8px auto 6px;
    width: 96px;
    height: 29px;
    background: url(../img/instagram-logo.png) no-repeat
}

.oceanwp-style-four-wrap .oceanwp-instagram-header {
    background-color: #fff;
    padding: 20px 15px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #eaeaea
}

.oceanwp-style-four-wrap .oceanwp-instagram-header.oceanwp-after {
    border-top: 1px solid #eaeaea;
    margin-bottom: 10px
}

.oceanwp-instagram-pics.style-four.margin li img {
    padding: 3px;
    background: #fff;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 1px 5px rgba(0, 0, 0, 0.1)
}

.oceanwp-instagram-pics.style-four {
    padding: 10px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    border-color: #eaeaea
}

.oceanwp-instagram-pics.style-four li {
    width: 33.33%
}

.oceanwp-instagram-pics.two-columns li {
    width: 50%
}

.oceanwp-instagram-pics.three-columns li {
    width: 33.33%
}

.oceanwp-instagram-pics.four-columns li {
    width: 25%
}

.oceanwp-instagram-pics.five-columns li {
    width: 20%
}

.oceanwp-instagram-pics.six-columns li {
    width: 16.66%
}

.oceanwp-instagram-pics.seven-columns li {
    width: 14.28%
}

.oceanwp-instagram-pics.eight-columns li {
    width: 12.5%
}

.oceanwp-instagram-pics.nine-columns li {
    width: 11.11%
}

.oceanwp-instagram-pics.ten-columns li {
    width: 10%
}

.oceanwp-instagram-link {
    display: block;
    margin: 10px 0 0;
    text-align: center
}

.oceanwp-instagram-link a {
    display: inline-block;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.8px;
    padding: 0 0 3px;
    border-bottom: 1px solid;
    text-transform: uppercase
}

.oceanwp-style-four-wrap .oceanwp-instagram-link {
    padding: 3px 0 16px;
    margin: 0;
    border-left-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    border-color: #eaeaea
}

.oceanwp-style-four-wrap .oceanwp-instagram-link a {
    display: block;
    background-color: #5582A7;
    color: #fff;
    padding: 12px 8px;
    margin: 0 auto;
    font-weight: 600;
    border: 0;
    width: 80%;
    max-width: 300px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 1px 3px rgba(0, 0, 0, 0.1)
}

.oceanwp-style-four-wrap .oceanwp-instagram-link a:hover {
    background-color: #3f729b;
    color: #fff
}

.oceanwp-flickr-wrap .flickr_badge_image {
    float: left;
    margin: 0 4% 10px 0;
    width: 30.6%;
    transition: all .3s ease
}

.oceanwp-flickr-wrap .flickr_badge_image:hover {
    opacity: 0.8
}

.oceanwp-flickr-wrap .flickr_badge_image#flickr_badge_image3,
.oceanwp-flickr-wrap .flickr_badge_image#flickr_badge_image6,
.oceanwp-flickr-wrap .flickr_badge_image#flickr_badge_image9 {
    margin-right: 0
}

.oceanwp-flickr-wrap .flickr_badge_image a {
    border: none
}

.oceanwp-flickr-wrap .flickr_badge_image img {
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%
}

p.flickr_stream_wrap {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 90%;
    line-height: 1;
    letter-spacing: 0.6px
}

p.flickr_stream_wrap a {
    display: inline-block;
    background-image: url(../img/flickr.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px
}

@media only screen and (max-width: 480px) {
    .oceanwp-flickr-wrap .flickr_badge_image {
        width: 23%
    }
}

.oceanwp-newsletter-form-wrap {
    position: relative
}

.oceanwp-newsletter-form-wrap .oceanwp-mail-text {
    margin-bottom: 10px
}

.oceanwp-newsletter-form-wrap form {
    position: relative;
    max-width: 100%;
    margin: 0 auto
}

.oceanwp-newsletter-form-wrap input[type="email"] {
    height: 50px;
    padding: 0 15px;
    margin: 0
}

.oceanwp-newsletter-form-wrap button {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    padding: 0 15px;
    height: 60%;
    border-radius: 3px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#mc-embedded-subscribe-form .email-wrap {
    position: relative;
    margin-bottom: 10px
}

#mc-embedded-subscribe-form .gdpr-wrap label,
#mc-embedded-subscribe-form .gdpr-wrap .err-msg {
    display: block
}

#mc-embedded-subscribe-form .err-msg,
#mc-embedded-subscribe-form .res-msg {
    display: block;
    padding: 3px 13px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 4px
}

#mc-embedded-subscribe-form .err-msg,
#mc-embedded-subscribe-form .failed.res-msg {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

#mc-embedded-subscribe-form .success.res-msg {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

#mc-embedded-subscribe-form .success.res-msg,
#mc-embedded-subscribe-form .failed.res-msg {
    margin: 6px 0 0
}

body.woocommerce .oceanwp-newsletter-form-wrap button {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.oceanwp-recent-posts li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    line-height: 1.6;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #e9e9e9
}

.oceanwp-recent-posts li:first-child {
    margin-top: 0;
    padding-top: 0;
    border: 0
}

.oceanwp-recent-posts .recent-posts-thumbnail {
    position: relative;
    width: 25%;
    min-width: 68px;
    margin-right: 4%
}

.oceanwp-recent-posts .recent-posts-thumbnail img {
    width: 100%;
    border-radius: 3px
}

.oceanwp-recent-posts .recent-posts-thumbnail .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0;
    text-align: center;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease
}

.oceanwp-recent-posts .recent-posts-thumbnail:hover .overlay {
    opacity: 1
}

.oceanwp-recent-posts .recent-posts-details {
    width: 100%
}

.oceanwp-recent-posts .recent-posts-title {
    font-weight: 500;
    letter-spacing: 0.4px
}

.oceanwp-recent-posts .recent-posts-info {
    display: block;
    color: #aaa;
    margin-top: 6px;
    font-size: 10px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.2px
}

.oceanwp-recent-posts .recent-posts-info .sep {
    padding: 0 3px
}

.oceanwp-recent-posts .recent-posts-date,
.oceanwp-recent-posts .recent-posts-comments {
    display: inline-block
}

.oceanwp-recent-posts .recent-posts-date i,
.oceanwp-recent-posts .recent-posts-comments i {
    margin-right: 4px
}

.oceanwp-recent-posts .recent-posts-comments a {
    color: #999
}

.oceanwp-recent-posts .recent-posts-comments a:hover {
    color: #32b6c0
}

@media only screen and (max-width: 959px) {
    .oceanwp-recent-posts .recent-posts-thumbnail {
        width: 15%;
        margin-right: 3%
    }
}

@media only screen and (max-width: 480px) {
    .oceanwp-recent-posts .recent-posts-thumbnail {
        width: 25%;
        margin-right: 4%
    }
}

.oceanwp-social-icons {
    display: inline-block;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0
}

.oceanwp-social-icons.rotate a:hover {
    transform: rotate(360deg)
}

.oceanwp-social-icons.zoomout a:hover {
    transform: scale(0.8)
}

.oceanwp-social-icons.float a:hover {
    transform: translateY(-3px)
}

.oceanwp-social-icons li {
    display: inline-block;
    margin: 3px;
    padding: 0
}

.oceanwp-social-icons li a {
    display: block;
    padding: 0;
    text-align: center
}

.oceanwp-social-icons.style-light li a,
.oceanwp-social-icons.style-dark li a,
.oceanwp-social-icons.style-colored li a {
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    border-radius: 2px
}

.oceanwp-social-icons.style-light li a {
    color: #bbb;
    border: 1px solid #e9e9e9
}

.oceanwp-social-icons.style-light li.oceanwp-twitter a:hover {
    color: #46d4fe !important;
    border-color: #46d4fe !important
}

.oceanwp-social-icons.style-light li.oceanwp-facebook a:hover {
    color: #37589b !important;
    border-color: #37589b !important
}

.oceanwp-social-icons.style-light li.oceanwp-google-plus a:hover {
    color: #de5a49 !important;
    border-color: #de5a49 !important
}

.oceanwp-social-icons.style-light li.oceanwp-pinterest a:hover {
    color: #cb2027 !important;
    border-color: #cb2027 !important
}

.oceanwp-social-icons.style-light li.oceanwp-dribbble a:hover {
    color: #ea4c89 !important;
    border-color: #ea4c89 !important
}

.oceanwp-social-icons.style-light li.oceanwp-vk a:hover {
    color: #597BA5 !important;
    border-color: #597BA5 !important
}

.oceanwp-social-icons.style-light li.oceanwp-instagram a:hover {
    color: #3F729B !important;
    border-color: #3F729B !important
}

.oceanwp-social-icons.style-light li.oceanwp-linkedin a:hover {
    color: #3399CC !important;
    border-color: #3399CC !important
}

.oceanwp-social-icons.style-light li.oceanwp-tumblr a:hover {
    color: #2C4762 !important;
    border-color: #2C4762 !important
}

.oceanwp-social-icons.style-light li.oceanwp-github a:hover {
    color: #60b044 !important;
    border-color: #60b044 !important
}

.oceanwp-social-icons.style-light li.oceanwp-flickr a:hover {
    color: #fa4086 !important;
    border-color: #fa4086 !important
}

.oceanwp-social-icons.style-light li.oceanwp-skype a:hover {
    color: #00AFF0 !important;
    border-color: #00AFF0 !important
}

.oceanwp-social-icons.style-light li.oceanwp-trello a:hover {
    color: #0079bf !important;
    border-color: #0079bf !important
}

.oceanwp-social-icons.style-light li.oceanwp-foursquare a:hover {
    color: #2d5be3 !important;
    border-color: #2d5be3 !important
}

.oceanwp-social-icons.style-light li.oceanwp-youtube a:hover {
    color: #C4302B !important;
    border-color: #C4302B !important
}

.oceanwp-social-icons.style-light li.oceanwp-vimeo a:hover {
    color: #1ab7ea !important;
    border-color: #1ab7ea !important
}

.oceanwp-social-icons.style-light li.oceanwp-vine a:hover {
    color: #00bf8f !important;
    border-color: #00bf8f !important
}

.oceanwp-social-icons.style-light li.oceanwp-xing a:hover {
    color: #006464 !important;
    border-color: #006464 !important
}

.oceanwp-social-icons.style-light li.oceanwp-yelp a:hover {
    color: #C41200 !important;
    border-color: #C41200 !important
}

.oceanwp-social-icons.style-light li.oceanwp-tripadvisor a:hover {
    color: #589442 !important;
    border-color: #589442 !important
}

.oceanwp-social-icons.style-light li.oceanwp-rss a:hover {
    color: #ff7900 !important;
    border-color: #ff7900 !important
}

.oceanwp-social-icons.style-light li.oceanwp-email a:hover {
    color: #13aff0 !important;
    border-color: #13aff0 !important
}

.oceanwp-social-icons.style-dark li a {
    color: #333;
    border: 1px solid #333
}

.oceanwp-social-icons.style-dark li.oceanwp-twitter a:hover {
    color: #46d4fe !important;
    border-color: #46d4fe !important
}

.oceanwp-social-icons.style-dark li.oceanwp-facebook a:hover {
    color: #37589b !important;
    border-color: #37589b !important
}

.oceanwp-social-icons.style-dark li.oceanwp-google-plus a:hover {
    color: #de5a49 !important;
    border-color: #de5a49 !important
}

.oceanwp-social-icons.style-dark li.oceanwp-pinterest a:hover {
    color: #cb2027 !important;
    border-color: #cb2027 !important
}

.oceanwp-social-icons.style-dark li.oceanwp-dribbble a:hover {
    color: #ea4c89 !important;
    border-color: #ea4c89 !important
}

.oceanwp-social-icons.style-dark li.oceanwp-vk a:hover {
    color: #597BA5 !important;
    border-color: #597BA5 !important
}

.oceanwp-social-icons.style-dark li.oceanwp-instagram a:hover {
    color: #3F729B !important;
    border-color: #3F729B !important
}

.oceanwp-social-icons.style-dark li.oceanwp-linkedin a:hover {
    color: #3399CC !important;
    border-color: #3399CC !important
}

.oceanwp-social-icons.style-dark li.oceanwp-tumblr a:hover {
    color: #2C4762 !important;
    border-color: #2C4762 !important
}

.oceanwp-social-icons.style-dark li.oceanwp-github a:hover {
    color: #60b044 !important;
    border-color: #60b044 !important
}

.oceanwp-social-icons.style-dark li.oceanwp-flickr a:hover {
    color: #fa4086 !important;
    border-color: #fa4086 !important
}

.oceanwp-social-icons.style-dark li.oceanwp-skype a:hover {
    color: #00AFF0 !important;
    border-color: #00AFF0 !important
}

.oceanwp-social-icons.style-dark li.oceanwp-trello a:hover {
    color: #0079bf !important;
    border-color: #0079bf !important
}

.oceanwp-social-icons.style-dark li.oceanwp-foursquare a:hover {
    color: #2d5be3 !important;
    border-color: #2d5be3 !important
}

.oceanwp-social-icons.style-dark li.oceanwp-youtube a:hover {
    color: #C4302B !important;
    border-color: #C4302B !important
}

.oceanwp-social-icons.style-dark li.oceanwp-vimeo a:hover {
    color: #1ab7ea !important;
    border-color: #1ab7ea !important
}

.oceanwp-social-icons.style-dark li.oceanwp-vine a:hover {
    color: #00bf8f !important;
    border-color: #00bf8f !important
}

.oceanwp-social-icons.style-dark li.oceanwp-xing a:hover {
    color: #006464 !important;
    border-color: #006464 !important
}

.oceanwp-social-icons.style-dark li.oceanwp-yelp a:hover {
    color: #C41200 !important;
    border-color: #C41200 !important
}

.oceanwp-social-icons.style-dark li.oceanwp-tripadvisor a:hover {
    color: #589442 !important;
    border-color: #589442 !important
}

.oceanwp-social-icons.style-dark li.oceanwp-rss a:hover {
    color: #ff7900 !important;
    border-color: #ff7900 !important
}

.oceanwp-social-icons.style-dark li.oceanwp-email a:hover {
    color: #13aff0 !important;
    border-color: #13aff0 !important
}

.oceanwp-social-icons.style-colored li a {
    color: #fff
}

.oceanwp-social-icons.style-colored li a:hover {
    color: #fff
}

.oceanwp-social-icons.style-colored li.oceanwp-twitter a {
    background-color: #46d4fe
}

.oceanwp-social-icons.style-colored li.oceanwp-twitter a:hover {
    background-color: #39b4d8
}

.oceanwp-social-icons.style-colored li.oceanwp-facebook a {
    background-color: #37589b
}

.oceanwp-social-icons.style-colored li.oceanwp-facebook a:hover {
    background-color: #2d477c
}

.oceanwp-social-icons.style-colored li.oceanwp-google-plus a {
    background-color: #de5a49
}

.oceanwp-social-icons.style-colored li.oceanwp-google-plus a:hover {
    background-color: #bb4c3e
}

.oceanwp-social-icons.style-colored li.oceanwp-pinterest a {
    background-color: #cb2027
}

.oceanwp-social-icons.style-colored li.oceanwp-pinterest a:hover {
    background-color: #a91d23
}

.oceanwp-social-icons.style-colored li.oceanwp-dribbble a {
    background-color: #ea4c89
}

.oceanwp-social-icons.style-colored li.oceanwp-dribbble a:hover {
    background-color: #c64174
}

.oceanwp-social-icons.style-colored li.oceanwp-vk a {
    background-color: #597BA5
}

.oceanwp-social-icons.style-colored li.oceanwp-vk a:hover {
    background-color: #486384
}

.oceanwp-social-icons.style-colored li.oceanwp-instagram a {
    background-color: #3F729B
}

.oceanwp-social-icons.style-colored li.oceanwp-instagram a:hover {
    background-color: #315a7c
}

.oceanwp-social-icons.style-colored li.oceanwp-linkedin a {
    background-color: #3399CC
}

.oceanwp-social-icons.style-colored li.oceanwp-linkedin a:hover {
    background-color: #2678a1
}

.oceanwp-social-icons.style-colored li.oceanwp-tumblr a {
    background-color: #2C4762
}

.oceanwp-social-icons.style-colored li.oceanwp-tumblr a:hover {
    background-color: #1d3042
}

.oceanwp-social-icons.style-colored li.oceanwp-github a {
    background-color: #60b044
}

.oceanwp-social-icons.style-colored li.oceanwp-github a:hover {
    background-color: #4f9237
}

.oceanwp-social-icons.style-colored li.oceanwp-flickr a {
    background-color: #fa4086
}

.oceanwp-social-icons.style-colored li.oceanwp-flickr a:hover {
    background-color: #c63169
}

.oceanwp-social-icons.style-colored li.oceanwp-skype a {
    background-color: #00AFF0
}

.oceanwp-social-icons.style-colored li.oceanwp-skype a:hover {
    background-color: #0291c6
}

.oceanwp-social-icons.style-colored li.oceanwp-trello a {
    background-color: #0079bf
}

.oceanwp-social-icons.style-colored li.oceanwp-trello a:hover {
    background-color: #0079bf
}

.oceanwp-social-icons.style-colored li.oceanwp-foursquare a {
    background-color: #2d5be3
}

.oceanwp-social-icons.style-colored li.oceanwp-foursquare a:hover {
    background-color: #2d5be3
}

.oceanwp-social-icons.style-colored li.oceanwp-youtube a {
    background-color: #C4302B
}

.oceanwp-social-icons.style-colored li.oceanwp-youtube a:hover {
    background-color: #982420
}

.oceanwp-social-icons.style-colored li.oceanwp-vimeo a {
    background-color: #1ab7ea
}

.oceanwp-social-icons.style-colored li.oceanwp-vimeo a:hover {
    background-color: #1494bd
}

.oceanwp-social-icons.style-colored li.oceanwp-vine a {
    background-color: #00bf8f
}

.oceanwp-social-icons.style-colored li.oceanwp-vine a:hover {
    background-color: #01906c
}

.oceanwp-social-icons.style-colored li.oceanwp-xing a {
    background-color: #006464
}

.oceanwp-social-icons.style-colored li.oceanwp-xing a:hover {
    background-color: #014646
}

.oceanwp-social-icons.style-colored li.oceanwp-yelp a {
    background-color: #C41200
}

.oceanwp-social-icons.style-colored li.oceanwp-yelp a:hover {
    background-color: #940f01
}

.oceanwp-social-icons.style-colored li.oceanwp-tripadvisor a {
    background-color: #589442
}

.oceanwp-social-icons.style-colored li.oceanwp-tripadvisor a:hover {
    background-color: #426f32
}

.oceanwp-social-icons.style-colored li.oceanwp-rss a {
    background-color: #ff7900
}

.oceanwp-social-icons.style-colored li.oceanwp-rss a:hover {
    background-color: #d46603
}

.oceanwp-social-icons.style-colored li.oceanwp-email a {
    background-color: #13aff0
}

.oceanwp-social-icons.style-colored li.oceanwp-email a:hover {
    background-color: #0f8dc2
}

.oceanwp-social-icons.style-simple li {
    margin: 0 6px
}

.oceanwp-social-icons.style-simple li a {
    font-size: 16px
}

.owp-social-share {
    margin: 0;
    padding: 0;
    list-style: none
}

.owp-social-share li {
    float: left;
    margin: 0 8px 8px 0
}

.owp-social-share li a {
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 1;
    border-radius: 30px;
    overflow: hidden
}

.owp-social-share li a .owpss-icon {
    fill: #fff;
    width: 16px;
    height: 16px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.owp-social-share.style-minimal li a {
    border: 1px solid #e9e9e9
}

.owp-social-share.style-minimal li a .owpss-icon {
    fill: #bbb
}

.owp-social-share.style-minimal li.twitter a:hover {
    color: #00aced;
    border-color: #00aced
}

.owp-social-share.style-minimal li.twitter a:hover .owpss-icon {
    fill: #00aced
}

.owp-social-share.style-minimal li.facebook a:hover {
    color: #3b5998;
    border-color: #3b5998
}

.owp-social-share.style-minimal li.facebook a:hover .owpss-icon {
    fill: #3b5998
}

.owp-social-share.style-minimal li.googleplus a:hover {
    color: #dd4b39;
    border-color: #dd4b39
}

.owp-social-share.style-minimal li.googleplus a:hover .owpss-icon {
    fill: #dd4b39
}

.owp-social-share.style-minimal li.linkedin a:hover {
    color: #3399CC;
    border-color: #3399CC
}

.owp-social-share.style-minimal li.linkedin a:hover .owpss-icon {
    fill: #3399CC
}

.owp-social-share.style-minimal li.pinterest a:hover {
    color: #cb2027;
    border-color: #cb2027
}

.owp-social-share.style-minimal li.pinterest a:hover .owpss-icon {
    fill: #cb2027
}

.owp-social-share.style-minimal li.viber a:hover {
    color: #9d62cc;
    border-color: #9d62cc
}

.owp-social-share.style-minimal li.viber a:hover .owpss-icon {
    fill: #9d62cc
}

.owp-social-share.style-minimal li.vk a:hover {
    color: #3673be;
    border-color: #3673be
}

.owp-social-share.style-minimal li.vk a:hover .owpss-icon {
    fill: #3673be
}

.owp-social-share.style-minimal li.reddit a:hover {
    color: #ff5c1f;
    border-color: #ff5c1f
}

.owp-social-share.style-minimal li.reddit a:hover .owpss-icon {
    fill: #ff5c1f
}

.owp-social-share.style-minimal li.tumblr a:hover {
    color: #35465c;
    border-color: #35465c
}

.owp-social-share.style-minimal li.tumblr a:hover .owpss-icon {
    fill: #35465c
}

.owp-social-share.style-minimal li.viadeo a:hover {
    color: #ff7452;
    border-color: #ff7452
}

.owp-social-share.style-minimal li.viadeo a:hover .owpss-icon {
    fill: #ff7452
}

.owp-social-share.style-colored li a {
    color: #fff
}

.owp-social-share.style-colored li a:hover {
    -moz-opacity: .8;
    -webkit-opacity: .8;
    opacity: .8
}

.owp-social-share.style-colored li a .owpss-icon {
    fill: #fff
}

.owp-social-share.style-colored li.twitter a {
    background-color: #00aced
}

.owp-social-share.style-colored li.facebook a {
    background-color: #3b5998
}

.owp-social-share.style-colored li.googleplus a {
    background-color: #dd4b39
}

.owp-social-share.style-colored li.linkedin a {
    background-color: #3399CC
}

.owp-social-share.style-colored li.pinterest a {
    background-color: #cb2027
}

.owp-social-share.style-colored li.viber a {
    background-color: #9d62cc
}

.owp-social-share.style-colored li.vk a {
    background-color: #3673be
}

.owp-social-share.style-colored li.reddit a {
    background-color: #ff5c1f
}

.owp-social-share.style-colored li.tumblr a {
    background-color: #35465c
}

.owp-social-share.style-colored li.viadeo a {
    background-color: #ff7452
}

.owp-social-share.style-dark li a {
    background-color: #222;
    color: #fff
}

.owp-social-share.style-dark li a:hover {
    -moz-opacity: .8;
    -webkit-opacity: .8;
    opacity: .8
}

.owp-social-share.style-dark li a .owpss-icon {
    fill: #fff
}

.owp-social-share.style-dark.name-shown .owp-icon-wrap {
    background-color: rgba(255, 255, 255, 0.08)
}

.owp-social-share.name-shown li a {
    min-width: 144px;
    width: 100%
}

.owp-social-share.name-shown ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between
}

.owp-social-share.name-shown ul li {
    margin: 6px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.owp-social-share.name-shown ul li a {
    min-width: 144px;
    width: 100%
}

.owp-social-share.name-shown .owp-icon-wrap {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.08);
    padding: 0 12px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.owp-social-share.name-shown .owp-social-name {
    display: block;
    width: 100%;
    padding: 0 10px 0 50px;
    font-size: 15px;
    font-weight: 500;
    text-align: center
}

.owp-social-share.name-shown.style-minimal li a:hover .owpss-icon {
    fill: #fff !important
}

.owp-social-share.name-shown.style-minimal li.twitter a:hover .owp-icon-wrap {
    background-color: #00aced
}

.owp-social-share.name-shown.style-minimal li.facebook a:hover .owp-icon-wrap {
    background-color: #3b5998
}

.owp-social-share.name-shown.style-minimal li.googleplus a:hover .owp-icon-wrap {
    background-color: #dd4b39
}

.owp-social-share.name-shown.style-minimal li.linkedin a:hover .owp-icon-wrap {
    background-color: #3399CC
}

.owp-social-share.name-shown.style-minimal li.pinterest a:hover .owp-icon-wrap {
    background-color: #cb2027
}

.owp-social-share.name-shown.style-minimal li.viber a:hover .owp-icon-wrap {
    background-color: #9d62cc
}

.owp-social-share.name-shown.style-minimal li.vk a:hover .owp-icon-wrap {
    background-color: #3673be
}

.owp-social-share.name-shown.style-minimal li.reddit a:hover .owp-icon-wrap {
    background-color: #ff5c1f
}

.owp-social-share.name-shown.style-minimal li.tumblr a:hover .owp-icon-wrap {
    background-color: #35465c
}

.owp-social-share.name-shown.style-minimal li.viadeo a:hover .owp-icon-wrap {
    background-color: #ff7452
}

.tagcloud a {
    display: inline-block;
    background-color: #f8f8f8;
    color: #333;
    border: 1px solid #e9e9e9;
    font-size: 12px !important;
    line-height: 1;
    padding: 8px 12px;
    margin: 0 2px 5px 0;
    letter-spacing: 0.4px;
    text-transform: uppercase
}

.tagcloud a:hover {
    background-color: #f1f1f1;
    color: #333;
    border-color: #ddd
}

#sidebar .video-widget .responsive-video-wrap iframe {
    min-height: 100%
}

.recentcomments a {
    display: inline !important;
    padding: 0 !important;
    margin: 0 !important;
}

.home div#site-logo,
.home header.page-header,
.home #site-header.top-header #site-logo,
#site-header.top-header #site-logo #site-description {
    display: none
}

.home header#site-header {
    background-color: rgba(255, 255, 255, 0);
    border: 0;
    position: absolute
}

#home-hero {
    position: relative;
    /*top:-100px;*/
}

.home #site-navigation-wrap .dropdown-menu>li>a,
.page-id-920 #site-navigation-wrap .dropdown-menu>li>a {
    line-height: 50px
}

.home #site-navigation-wrap .dropdown-menu>li,
.page-id-920 #site-navigation-wrap .dropdown-menu>li {
    background: #ffffffd4
}

.wcs-timetable--1 .wcs-timetable--compact .wcs-class__title::before {
    display: none !important
}

header#site-header:before {
    background: linear-gradient(90deg, rgba(232, 33, 62, 1) 0, rgba(232, 33, 62, 1) 4%, rgba(228, 180, 52, 1) 4%, rgba(228, 180, 52, 1) 10%, rgba(78, 161, 71, 1) 10%, rgba(78, 161, 71, 1) 16%, rgba(197, 32, 48, 1) 16%, rgba(197, 32, 48, 1) 22%, rgba(237, 65, 43, 1) 22%, rgba(237, 65, 43, 1) 28%, rgba(35, 191, 229, 1) 28%, rgba(35, 191, 229, 1) 34%, rgba(248, 194, 23, 1) 34%, rgba(248, 194, 23, 1) 40%, rgba(163, 28, 69, 1) 40%, rgba(163, 28, 69, 1) 46%, rgba(242, 106, 44, 1) 46%, rgba(242, 106, 44, 1) 52%, rgba(220, 23, 105, 1) 52%, rgba(220, 23, 105, 1) 58%, rgba(248, 159, 43, 1) 58%, rgba(248, 159, 43, 1) 64%, rgba(200, 153, 47, 1) 64%, rgba(200, 153, 47, 1) 70%, rgba(63, 128, 70, 1) 70%, rgba(63, 128, 70, 1) 76%, rgba(30, 150, 211, 1) 76%, rgba(30, 150, 211, 1) 82%, rgba(96, 187, 70, 1) 82%, rgba(96, 187, 70, 1) 88%, rgba(20, 108, 158, 1) 88%, rgba(20, 108, 158, 1) 94%, rgba(20, 73, 107, 1) 94%, rgba(20, 73, 107, 1) 0);
    content: " ";
    display: block;
    width: 100%;
    height: 5px
}

.page-id-920 header.page-header,
.page-id-920 div#site-logo {
    display: none
}

.page-id-920 header#site-header {
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
    border: 0
}

::selection {
    background: #dc1367
}

.tmm .tmm_3_columns .tmm_member {
    border-top: #e01a83 solid 5px !important;
    border: 1px solid #efefef;
    -webkit-box-shadow: 1px 0 2px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 1px 0 2px 0 rgba(0, 0, 0, .05);
    box-shadow: 1px 0 2px 0 rgba(0, 0, 0, .05);
    min-height: 260px
}

.tmm .tmm_member .tmm_photo {
    border: 2px solid whitesmoke;
    border-radius: 50% !important
}

.tmm .tmm_job,
.tmm .tmm_desc {
    line-height: 20px;
    font-size: 13px
}

@media (min-width:768px) {
    .wcs-timetable__compact-list .wcs-class__time {
        text-align: left;
        padding: 10px
    }

    .wcs-timetable__compact-list .wcs-class__time {
        min-width: 180px
    }
}


/* General CSS */
@media (max-width:480px) {

    .page-header,
    .has-transparent-header .page-header {
        padding: 33px 0 8px 0
    }
}

#scroll-top {
    bottom: 38px
}

#scroll-top {
    width: 60px;
    height: 60px;
    line-height: 60px
}

#scroll-top {
    font-size: 15px
}

#scroll-top {
    border-radius: 100px
}

#scroll-top {
    background-color: rgba(211, 211, 211, 0.4)
}

#scroll-top {
    color: #a0a0a0
}

.theme-button,
input[type="submit"],
button[type="submit"],
button,
.button,
body div.wpforms-container-full .wpforms-form input[type=submit],
body div.wpforms-container-full .wpforms-form button[type=submit],
body div.wpforms-container-full .wpforms-form .wpforms-page-button {
    border-radius: 100px
}

/* Header CSS */
#site-logo #site-logo-inner,
.oceanwp-social-menu .social-menu-inner,
#site-header.full_screen-header .menu-bar-inner,
.after-header-content .after-header-content-inner {
    height: 94px
}

#site-navigation-wrap .dropdown-menu>li>a,
.oceanwp-mobile-menu-icon a,
.after-header-content-inner>a {
    line-height: 94px
}

#site-header,
.has-transparent-header .is-sticky #site-header,
.has-vh-transparent .is-sticky #site-header.vertical-header,
#searchform-header-replace {
    background-color: rgba(255, 255, 255, 0.98)
}

#site-header.has-header-media .overlay-header-media {
    background-color: rgba(0, 0, 0, 0.5)
}

#site-logo #site-logo-inner a img,
#site-header.center-header #site-navigation-wrap .middle-site-logo a img {
    max-width: 163px
}

@media (max-width:480px) {

    #site-logo #site-logo-inner a img,
    #site-header.center-header #site-navigation-wrap .middle-site-logo a img {
        max-width: 196px
    }
}

@media (max-width:480px) {

    #site-header #site-logo #site-logo-inner a img,
    #site-header.center-header #site-navigation-wrap .middle-site-logo a img {
        max-height: 68px
    }
}

/* Footer Bottom CSS */
#footer-bottom {
    padding: 40px 0 45px 0
}

#footer-bottom,
#footer-bottom p {
    color: #a3a3a3
}

/* Typography CSS */
body {
    font-family: Poppins;
    font-size: 16px;
    color: #232323
}

h1,
h2,
h3,
h4,
h5,
h6,
.theme-heading,
.widget-title,
.oceanwp-widget-recent-posts-title,
.comment-reply-title,
.entry-title,
.sidebar-box .widget-title {
    font-family: Poppins;
    font-weight: 800;
    text-transform: uppercase
}

h1 {
    font-style: normal;
    font-size: 3em
}

h2 {
    font-weight: 700;
    font-size: 1.6em;
    text-transform: none
}

#site-navigation-wrap .dropdown-menu>li>a,
#site-header.full_screen-header .fs-dropdown-menu>li>a,
#site-header.top-header #site-navigation-wrap .dropdown-menu>li>a,
#site-header.center-header #site-navigation-wrap .dropdown-menu>li>a,
#site-header.medium-header #site-navigation-wrap .dropdown-menu>li>a,
.oceanwp-mobile-menu-icon a {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1.8px
}

.page-header .page-header-title,
.page-header.background-image-page-header .page-header-title {
    font-weight: 800;
    font-size: 3em;
    line-height: 0.7;
    letter-spacing: 2.1px;
    text-transform: uppercase
}

@media (max-width:480px) {

    .page-header .page-header-title,
    .page-header.background-image-page-header .page-header-title {
        font-size: 2em;
        line-height: 1.2
    }
}

#footer-bottom #copyright {
    font-style: normal
}

.fluid-width-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0;
}

.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}