.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal!important
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em;
    border: 2px solid #00a0d2
}

.wpcf7 form.init .wpcf7-response-output,.wpcf7 form.resetting .wpcf7-response-output,.wpcf7 form.submitting .wpcf7-response-output {
    display: none
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450
}

.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232
}

.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28
}

.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900
}

.wpcf7-form-control-wrap {
    position: relative
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: 400;
    display: block
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: relative;
    top: -2ex;
    left: 1em;
    z-index: 100;
    border: 1px solid #dc3232;
    background: #fff;
    padding: .2em .8em;
    width: 24em
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em
}

.wpcf7-list-item-label::before,.wpcf7-list-item-label::after {
    content: " "
}

.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: .75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative
}

form.submitting .wpcf7-spinner {
    visibility: visible
}

.wpcf7-spinner::before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1e3ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@media(prefers-reduced-motion:reduce) {
    .wpcf7-spinner::before {
        animation-name: blink;
        animation-duration: 2e3ms
    }
}

@keyframes spin {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes blink {
    from {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.wpcf7 [inert] {
    opacity: .5
}

.wpcf7 input[type=file] {
    cursor: pointer
}

.wpcf7 input[type=file]:disabled {
    cursor: default
}

.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed
}

.wpcf7 input[type=url],.wpcf7 input[type=email],.wpcf7 input[type=tel] {
    direction: ltr
}

.wpcf7-reflection>output {
    display: list-item;
    list-style: none
}

.wpcf7-reflection>output[hidden] {
    display: none
}

.site-content .elementor-row {
    flex-wrap: wrap
}

/*! bootstrap-progressbar v0.7.1 | Copyright (c) 2012-2014 Stephan Gross | MIT license | minddust.com */
.progress {
    position: relative
}

.progress .progress-bar {
    position: absolute;
    overflow: hidden;
    line-height: 20px
}

.progress .progressbar-back-text {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    text-align: center
}

.progress .progressbar-front-text {
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    text-align: center
}

.progress.pright .progress-bar {
    right: 0
}

.progress.pright .progressbar-front-text {
    position: absolute;
    right: 0
}

.progress.vertical {
    width: 20px;
    height: 100%;
    float: left;
    margin-right: 20px
}

.progress.vertical.bottom {
    position: relative
}

.progress.vertical.bottom .progressbar-front-text {
    position: absolute;
    bottom: 0
}

.progress.vertical .progress-bar {
    width: 100%;
    height: 0;
    -webkit-transition: height .6s ease;
    transition: height .6s ease
}

.progress.vertical.bottom .progress-bar {
    position: absolute;
    bottom: 0
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px
}

.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0)
}

.owl-carousel .owl-item,.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/plugins/elementor-theme-core/assets/css/lib/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3,1.3);
    transform: scale(1.3,1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,.slick-slider .slick-list {
    -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 {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

body .swasdmb-wrapper {
    position: fixed;
    top: 0;
    left: 100%;
    background: #333;
    height: 100%;
    width: 300px;
    min-width: 300px;
    z-index: 100000;
    -webkit-transition: all .5s;
    transition: all .5s;
    font-family: Arial,Helvetica,sans-serif!important;
    color: #333!important
}

body .swasdmb-wrapper .demos-panel-meta {
    display: flex;
    justify-content: space-between
}

body .swasdmb-wrapper .btn-panel {
    background-color: #82b440;
    box-shadow: 0 2px #6f9a37!important;
    webkit-box-shadow: 0 2px 0 #6f9a37!important;
    border: none!important;
    font-size: 14px!important;
    padding: 5px 10px!important;
    line-height: 1.5!important;
    display: block;
    border-radius: 4px!important;
    -webkit-border-radius: 4px!important;
    text-align: center!important;
    text-decoration: none!important;
    cursor: pointer!important;
    color: #fff!important
}

body .swasdmb-wrapper .btn-panel:hover,body .swasdmb-wrapper .btn-panel:focus,body .swasdmb-wrapper .btn-panel:active {
    background-color: #6f9a37!important;
    color: #fff!important
}

body .swasdmb-wrapper .btn-panel i {
    margin-right: 8px
}

body .swasdmb-wrapper.active {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    box-shadow: -3px 0 50px -2px rgba(0,0,0,.14);
    -webkit-box-shadow: -3px 0 50px -2px rgba(0,0,0,.14)
}

body .swasdmb-wrapper .swadmb-options {
    position: absolute;
    top: 150px;
    right: 100%;
    display: block;
    width: 150px;
    line-height: 60px;
    border-right: 0;
    text-align: center;
    font-size: 22px;
    transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -khtml-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s
}

.swadmb-options.hideSpan,.swasdmb-wrapper.active .swadmb-options {
    width: 35px!important
}

.swadmb-options.hideSpan a span,.swasdmb-wrapper.active .swadmb-options a span {
    display: none
}

.swasdmb-wrapper.active .swadmb-options a:last-child i {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg)
}

.swadmb-options.hideSpan a i,.swasdmb-wrapper.active .swadmb-options a i {
    border-right: 0!important
}

body .swasdmb-wrapper .swadmb-options a:first-child {
    background: #82b440
}

body .swasdmb-wrapper .swadmb-options a:hover {
    background-color: #6f9a37
}

body .swasdmb-wrapper .swadmb-options a:last-child {
    background: #222
}

body .swasdmb-wrapper .swadmb-options a {
    display: flex;
    align-items: center;
    height: 36px;
    line-height: 36px;
    outline: none;
    text-align: left;
    margin-bottom: 10px;
    color: #fff
}

body .swasdmb-wrapper .swadmb-options a i {
    border-right: 1px solid #fff;
    padding: 0 10px;
    margin-right: 10px;
    font-size: 14px
}

body .swasdmb-wrapper .swadmb-options a span {
    font-size: 14px
}

body .swasdmb-wrapper .swadmb-demos-panel {
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-right: 0
}

body .swadmb-description {
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.66
}

body .demos-panel-head {
    padding: 30px;
    width: 100%
}

body .demos-panel-description {
    padding: 30px 0 0;
    text-align: center!important;
    font-size: 12px!important;
    line-height: 1.8!important;
    color: #999
}

body .demos-panel-description h3 {
    text-transform: uppercase!important;
    font-size: 15px!important;
    color: #fff!important;
    font-weight: 600!important;
    font-family: Arial,Helvetica,sans-serif!important;
    margin-bottom: 15px
}

body .demos-panel-description a {
    color: #ccc
}

body .demos-panel-description a:hover {
    color: #fff
}

body .demos-panel-footer {
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    align-self: flex-end;
    width: 100%
}

body .demos-panel-footer .btn-panel {
    width: 100%
}

body .demos-panel-footer .btn-panel+.btn-panel {
    margin-top: 20px
}

body .demos-panel-list {
    padding: 0 15px;
    width: 100%
}

body .demos-panel-list .demos-panel-list-item {
    width: 100%;
    float: left;
    margin-bottom: 30px
}

body .demos-panel-list .demos-panel-list-item img {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    transition: all 300ms linear 0 m;
    -webkit-transition: all 300ms linear 0 m
}

body .demos-panel-list .demos-panel-list-item:hover img {
    opacity: .6
}

@media screen and (max-width: 767px) {
    body .swasdmb-wrapper {
        width:280px;
        min-width: 280px
    }

    body .demos-panel-head,body .demos-panel-footer {
        padding: 20px
    }
}

.heading-type {
    color: #fff;
    margin-left: 15px;
    margin-bottom: 30px
}

.demos-panel-list-item a:last-child {
    margin-top: 5px;
    color: #fff;
    display: block;
    font-size: 15px;
    line-height: 1.3
}

.demos-panel-list-item a:last-child span {
    opacity: .5;
    margin-left: 10px
}

@keyframes ppress-dual-ring {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.ppress-hint-wrap[class*=hint--] {
    position: relative;
    display: inline-block
}

.ppress-hint-wrap[class*=hint--]:after,.ppress-hint-wrap[class*=hint--]:before {
    position: absolute;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    visibility: hidden;
    opacity: 0;
    z-index: 1000000;
    pointer-events: none;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s
}

.ppress-hint-wrap[class*=hint--]:before {
    content: "";
    background: 0 0;
    border: 6px solid transparent;
    z-index: 1000001
}

.ppress-hint-wrap[class*=hint--]:hover:after,.ppress-hint-wrap[class*=hint--]:hover:before {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    transition-delay: .1s
}

.ppress-hint-wrap[class*=hint--]:after {
    background: #383838;
    color: #fff;
    padding: 8px 10px;
    font-size: 12px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 12px;
    white-space: nowrap;
    text-shadow: 0-1px 0#000;
    box-shadow: 4px 4px 8px rgba(0,0,0,.3)
}

.ppress-hint-wrap[class*=hint--][aria-label]:after {
    content: attr(aria-label)
}

.ppress-hint-wrap[class*=hint--][data-hint]:after {
    content: attr(data-hint)
}

.ppress-hint-wrap[aria-label=""]:after,.ppress-hint-wrap[aria-label=""]:before,[data-hint=""]:after,[data-hint=""]:before {
    display: none!important
}

.ppress-hint-wrap.hint--top-left:before,.ppress-hint-wrap.hint--top-right:before,.ppress-hint-wrap.hint--top:before {
    border-top-color: #383838
}

.ppress-hint-wrap.hint--bottom-left:before,.ppress-hint-wrap.hint--bottom-right:before,.ppress-hint-wrap.hint--bottom:before {
    border-bottom-color: #383838
}

.ppress-hint-wrap.hint--top:after,.ppress-hint-wrap.hint--top:before {
    bottom: 100%;
    left: 50%
}

.ppress-hint-wrap.hint--top:before {
    margin-bottom: -11px;
    left: calc(50% - 6px)
}

.ppress-hint-wrap.hint--top:after {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%)
}

.ppress-hint-wrap.hint--top:hover:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px)
}

.ppress-hint-wrap.hint--top:hover:after {
    -webkit-transform: translateX(-50%) translateY(-8px);
    -moz-transform: translateX(-50%) translateY(-8px);
    transform: translateX(-50%) translateY(-8px)
}

.ppress-hint-wrap.hint--bottom:after,.ppress-hint-wrap.hint--bottom:before {
    top: 100%;
    left: 50%
}

.ppress-hint-wrap.hint--bottom:before {
    margin-top: -11px;
    left: calc(50% - 6px)
}

.ppress-hint-wrap.hint--bottom:after {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%)
}

.ppress-hint-wrap.hint--bottom:hover:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px)
}

.ppress-hint-wrap.hint--bottom:hover:after {
    -webkit-transform: translateX(-50%) translateY(8px);
    -moz-transform: translateX(-50%) translateY(8px);
    transform: translateX(-50%) translateY(8px)
}

.ppress-hint-wrap.hint--right:before {
    border-right-color: #383838;
    margin-left: -11px;
    margin-bottom: -6px
}

.ppress-hint-wrap.hint--right:after {
    margin-bottom: -14px;
    left: 100%;
    bottom: 50%
}

.ppress-hint-wrap.hint--right:before {
    left: 100%;
    bottom: 50%
}

.ppress-hint-wrap.hint--right:hover:after,.ppress-hint-wrap.hint--right:hover:before {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    transform: translateX(8px)
}

.ppress-hint-wrap.hint--left:before {
    border-left-color: #383838;
    margin-right: -11px;
    margin-bottom: -6px
}

.ppress-hint-wrap.hint--left:after {
    margin-bottom: -14px;
    right: 100%;
    bottom: 50%
}

.ppress-hint-wrap.hint--left:before {
    right: 100%;
    bottom: 50%
}

.ppress-hint-wrap.hint--left:hover:after,.ppress-hint-wrap.hint--left:hover:before {
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    transform: translateX(-8px)
}

.ppress-hint-wrap.hint--top-left:after,.ppress-hint-wrap.hint--top-left:before {
    bottom: 100%;
    left: 50%
}

.ppress-hint-wrap.hint--top-left:before {
    margin-bottom: -11px;
    left: calc(50% - 6px)
}

.ppress-hint-wrap.hint--top-left:after {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    margin-left: 12px
}

.ppress-hint-wrap.hint--top-left:hover:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px)
}

.ppress-hint-wrap.hint--top-left:hover:after {
    -webkit-transform: translateX(-100%) translateY(-8px);
    -moz-transform: translateX(-100%) translateY(-8px);
    transform: translateX(-100%) translateY(-8px)
}

.ppress-hint-wrap.hint--top-right:after,.ppress-hint-wrap.hint--top-right:before {
    bottom: 100%;
    left: 50%
}

.ppress-hint-wrap.hint--top-right:before {
    margin-bottom: -11px;
    left: calc(50% - 6px)
}

.ppress-hint-wrap.hint--top-right:after {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    margin-left: -12px
}

.ppress-hint-wrap.hint--top-right:hover:after,.ppress-hint-wrap.hint--top-right:hover:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px)
}

.ppress-hint-wrap.hint--bottom-left:after,.ppress-hint-wrap.hint--bottom-left:before {
    top: 100%;
    left: 50%
}

.ppress-hint-wrap.hint--bottom-left:before {
    margin-top: -11px;
    left: calc(50% - 6px)
}

.ppress-hint-wrap.hint--bottom-left:after {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    margin-left: 12px
}

.ppress-hint-wrap.hint--bottom-left:hover:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px)
}

.ppress-hint-wrap.hint--bottom-left:hover:after {
    -webkit-transform: translateX(-100%) translateY(8px);
    -moz-transform: translateX(-100%) translateY(8px);
    transform: translateX(-100%) translateY(8px)
}

.ppress-hint-wrap.hint--bottom-right:after,.ppress-hint-wrap.hint--bottom-right:before {
    top: 100%;
    left: 50%
}

.ppress-hint-wrap.hint--bottom-right:before {
    margin-top: -11px;
    left: calc(50% - 6px)
}

.ppress-hint-wrap.hint--bottom-right:after {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    margin-left: -12px
}

.ppress-hint-wrap.hint--bottom-right:hover:after,.ppress-hint-wrap.hint--bottom-right:hover:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px)
}

.ppress-hint-wrap.hint--large:after,.ppress-hint-wrap.hint--medium:after,.ppress-hint-wrap.hint--small:after {
    white-space: normal;
    line-height: 1.4em;
    word-wrap: break-word
}

.ppress-hint-wrap.hint--small:after {
    width: 80px
}

.ppress-hint-wrap.hint--medium:after {
    width: 150px
}

.ppress-hint-wrap.hint--large:after {
    width: 300px
}

.ppress-hint-wrap.hint--error:after {
    background-color: #b34e4d;
    text-shadow: 0-1px 0#592726
}

.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--top-left:before,.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--top-right:before,.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--top:before {
    border-top-color: #b34e4d
}

.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--bottom-left:before,.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--bottom-right:before,.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--bottom:before {
    border-bottom-color: #b34e4d
}

.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--left:before {
    border-left-color: #b34e4d
}

.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--right:before {
    border-right-color: #b34e4d
}

.ppress-hint-wrap.hint--warning:after {
    background-color: #c09854;
    text-shadow: 0-1px 0#6c5328
}

.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--top-left:before,.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--top-right:before,.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--top:before {
    border-top-color: #c09854
}

.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--bottom-left:before,.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--bottom-right:before,.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--bottom:before {
    border-bottom-color: #c09854
}

.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--left:before {
    border-left-color: #c09854
}

.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--right:before {
    border-right-color: #c09854
}

.ppress-hint-wrap.hint--info:after {
    background-color: #3986ac;
    text-shadow: 0-1px 0#1a3c4d
}

.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--top-left:before,.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--top-right:before,.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--top:before {
    border-top-color: #3986ac
}

.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--bottom-left:before,.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--bottom-right:before,.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--bottom:before {
    border-bottom-color: #3986ac
}

.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--left:before {
    border-left-color: #3986ac
}

.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--right:before {
    border-right-color: #3986ac
}

.ppress-hint-wrap.hint--success:after {
    background-color: #458746;
    text-shadow: 0-1px 0#1a321a
}

.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--top-left:before,.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--top-right:before,.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--top:before {
    border-top-color: #458746
}

.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--bottom-left:before,.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--bottom-right:before,.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--bottom:before {
    border-bottom-color: #458746
}

.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--left:before {
    border-left-color: #458746
}

.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--right:before {
    border-right-color: #458746
}

.ppress-hint-wrap.hint--always:after,.ppress-hint-wrap.hint--always:before {
    opacity: 1;
    visibility: visible
}

.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--top:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px)
}

.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--top:after {
    -webkit-transform: translateX(-50%) translateY(-8px);
    -moz-transform: translateX(-50%) translateY(-8px);
    transform: translateX(-50%) translateY(-8px)
}

.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--top-left:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px)
}

.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--top-left:after {
    -webkit-transform: translateX(-100%) translateY(-8px);
    -moz-transform: translateX(-100%) translateY(-8px);
    transform: translateX(-100%) translateY(-8px)
}

.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--top-right:after,.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--top-right:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px)
}

.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--bottom:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px)
}

.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--bottom:after {
    -webkit-transform: translateX(-50%) translateY(8px);
    -moz-transform: translateX(-50%) translateY(8px);
    transform: translateX(-50%) translateY(8px)
}

.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--bottom-left:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px)
}

.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--bottom-left:after {
    -webkit-transform: translateX(-100%) translateY(8px);
    -moz-transform: translateX(-100%) translateY(8px);
    transform: translateX(-100%) translateY(8px)
}

.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--bottom-right:after,.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--bottom-right:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px)
}

.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--left:after,.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--left:before {
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    transform: translateX(-8px)
}

.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--right:after,.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--right:before {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    transform: translateX(8px)
}

.ppress-hint-wrap.hint--rounded:after {
    border-radius: 4px
}

.ppress-hint-wrap.hint--no-animate:after,.ppress-hint-wrap.hint--no-animate:before {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    transition-duration: 0s
}

.ppress-hint-wrap.hint--bounce:after,.ppress-hint-wrap.hint--bounce:before {
    -webkit-transition: opacity .3s ease,visibility .3s ease,-webkit-transform .3s cubic-bezier(.71,1.7,.77,1.24);
    -moz-transition: opacity .3s ease,visibility .3s ease,-moz-transform .3s cubic-bezier(.71,1.7,.77,1.24);
    transition: opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24)
}

.ppress-hint-wrap.hint--no-shadow:after,.ppress-hint-wrap.hint--no-shadow:before {
    text-shadow: initial;
    box-shadow: initial
}

.ppress-checkout__form * {
    --ppress-heading-fs: 22px;
    --ppress-body-fs: 16px;
    --ppress-btn-color: #2563eb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: var(--ppress-body-fs)
}

.ppress-checkout__form {
    margin: 1px auto 10px;
    max-width: 100%;
    width: 100%;
    line-height: 20px;
    position: relative
}

.ppress-checkout__form p {
    margin: 0 0 5px;
    padding: 0
}

.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__social_login_wrap {
    padding: 5px
}

.ppress-checkout__form,.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__login_form_wrap {
    display: flex;
    flex-wrap: wrap
}

.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__logged_in_text_wrap {
    margin: 5px 0 10px
}

.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__logged_in_text_wrap .ppress-main-checkout-form__block__item {
    border-radius: 6px;
    background-color: #eff6ff;
    padding: 14px 16px
}

.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__logged_in_text_wrap .ppress-main-checkout-form__block__item a,.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__logged_in_text_wrap .ppress-main-checkout-form__block__item p {
    font-size: 14px;
    margin: 0;
    line-height: 20px
}

.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__login_form_wrap .ppress-main-checkout-form__block__item {
    margin-bottom: 5px
}

.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__login_form_wrap .ppress-main-checkout-form__block__item:last-of-type {
    margin-bottom: 15px
}

.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__login_form_wrap .ppress-main-checkout-form__block__item.ppress-login-submit-btn p {
    padding: 0;
    margin: 10px 0
}

.ppress-checkout__form .ppress-checkout-section.ppress-checkout_side_section {
    width: 35%;
    order: 2
}

.ppress-checkout__form .ppress-checkout-section.ppress-checkout_main {
    width: 65%;
    order: 1;
    padding: 0 30px 0 0
}

.ppress-checkout__form .ppress-checkout_order_summary {
    border: 1px solid #e5e7eb;
    border-radius: 5px
}

.ppress-checkout__form .ppress-checkout_order_summary__plan_name {
    padding: 10px 20px;
    font-size: var(--ppress-body-fs);
    font-weight: 700;
    border-bottom: 1px solid #e4e4e4
}

.ppress-checkout__form .ppress-checkout_order_summary__plan_price {
    font-weight: 500;
    font-size: 14px
}

.ppress-checkout__form .ppress-checkout_order_summary__bottom_details * {
    font-size: var(--ppress-body-fs)
}

.ppress-checkout__form .ppress-checkout_order_summary__bottom_details .checkout_order_summary__fee_structure__item dd a {
    font-size: 14px;
    display: block;
    text-decoration: none;
    margin: 0;
    padding: 0
}

.ppress-checkout__form .checkout_order_summary__fee_structure__item dt .checkout_order_summary__fee_structure__item__trial_term {
    display: block;
    background: unset;
    margin-left: 0;
    font-weight: 600;
    padding-left: 0
}

.ppress-checkout__form .ppress-checkout_order_summary__bottom_details {
    padding: 10px 20px
}

.ppress-checkout__form .ppress-checkout_order_summary__plan_description {
    padding: 20px;
    border-bottom: 1px solid #e5e7eb;
    line-height: 1.7;
    font-size: var(--ppress-body-fs)
}

.ppress-checkout__form .checkout_order_summary__fee_structure__item {
    display: flex;
    flex-wrap: nowrap;
    padding: 5px 0;
    font-size: var(--ppress-body-fs)
}

.ppress-checkout__form .checkout_order_summary__fee_structure__item dt {
    width: 60%;
    text-align: left
}

.ppress-checkout__form .checkout_order_summary__fee_structure__item dd {
    width: 40%;
    text-align: right
}

.ppress-checkout__form .checkout_order_summary__fee_structure__item dt span {
    color: #4b5563;
    background-color: #e5e7eb;
    margin-left: 5px;
    border-radius: 9999px;
    letter-spacing: .35px;
    padding: 2px 6px;
    font-size: 12px
}

.ppress-checkout__form .ppress-main-checkout-form__block fieldset {
    margin: 0;
    padding: 0;
    border: 0
}

.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__block__fieldset {
    border: 0;
    margin: 10px 0 0;
    padding: 20px 0 0
}

.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__block__fieldset:first-of-type {
    border: 0;
    margin-top: 10px;
    padding-top: 0
}

.ppress-checkout__form .ppress-main-checkout-form__block legend {
    border: 0;
    color: #000;
    font-size: var(--ppress-heading-fs);
    font-weight: 700;
    line-height: 1.7;
    margin: 0 0 15px;
    padding: 0 5px;
    width: 100%
}

.ppress-checkout__form .ppress-main-checkout-form__block legend span {
    font-size: var(--ppress-heading-fs)
}

.ppress-checkout__form .ppress-main-checkout-form__block a.ppress-checkout-show-login-form,.ppress-checkout__form a.ppress-checkout-show-login-form {
    cursor: pointer;
    float: right;
    font-size: 14px;
    font-weight: 400;
    line-height: 35px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    vertical-align: baseline
}

.ppress-checkout__form .ppress-checkout_order_summary__discount {
    margin: 0 0 5px
}

.ppress-checkout__form .ppress-checkout_order_summary__discount p {
    font-size: 14px
}

.ppress-checkout__form .ppress-checkout__link {
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 35px;
    margin: 10px 0;
    padding: 0;
    text-decoration: none
}

.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__block__item {
    width: calc(100% - 5px);
    display: inline-block;
    padding: 5px;
    margin-bottom: 15px
}

.ppress-checkout__form .ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__login_form_wrap .ppress-main-checkout-form__block__item {
    margin-bottom: 10px
}

.ppress-checkout-form__payment_method__content_wrap .ppress-main-checkout-form__block__item:first-of-type {
    margin-top: 15px
}

.ppress-checkout__form .ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__block__item:last-of-type {
    margin-bottom: 0
}

.ppress-checkout__form .ppress-required {
    color: rgb(239 68 68)
}

.ppress-checkout__form .ppress-main-checkout-form__block__item.ppress-co-half {
    width: calc(50% - 5px)
}

.ppress-checkout__form .ppress-main-checkout-form__block__item.ppress-two-third {
    width: calc(66.6666666667% - 5px)
}

.ppress-checkout__form .ppress-main-checkout-form__block__item.ppress-one-third {
    width: calc(33.3333333333% - 5px)
}

.ppress-checkout__form .ppress-main-checkout-form__block__item.ppress-expiry-date {
    width: calc(40% - 5px)
}

.ppress-checkout__form .ppress-main-checkout-form__block__item.ppress-cc-cvc {
    width: calc(60% - 5px)
}

.ppress-checkout__form .press-main-checkout-form__block__item__cc_expiry_date {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.ppress-checkout__form .press-main-checkout-form__block__item__cc_expiry_date select {
    width: calc(50% - 5px)!important;
    margin: 0 5px 0 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4MjgzNGQzMC03MmY4LTRkM2MtYTU4NC1lNzMzZDE1YjU2NzYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzJGMzNGODgwRkI5MTFFN0E3NzQ5QUE3QTdEMENEQjEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzJGMzNGODcwRkI5MTFFN0E3NzQ5QUE3QTdEMENEQjEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowMzAzN2MxMy01N2VhLTRiN2UtYjg3Yi04OGZhODk2NDYzZTgiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDplMTI0MmMzNy1mZTljLTExNzktYWE3NC1kYzYxZWJhMDdhNDAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7ItaH1AAABFklEQVR42uzZuw3CMBAG4NhiAFiDAsahp0sqJOaghQ5mIkgwBmwQzlJAoLz8OCe29Z90urMb65MfjUVVVVkKIbNEAhBAAAEEEEAAoZjdyseG6olyEanhSZmL8npXzTzyDXnJRI6XVIhdApCdXK2XF2qKiBGFMojPiO5KTuUYIUI9VJn4nY0M80U0IBFh/hCtkAgwDUQnJGBMK6IXEiCmEzEICQjTi9CCBIAZRGhDJsRoIYwgE2C0EcaQETFGCCvICBhjhDXEI8YK4QTxgLFGOEMYMU4IFggDxhnBBnHAsCBYIRYYNgQ7xADDivAC0cCwI7xBejBeEF4hNWZL5VAP94Q4+1pL4FcXEEAAAQQQQAABxFu8BRgA2gaBhwO0rwAAAAAASUVORK5CYII=);
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 10px auto
}

.ppress-checkout__form .press-main-checkout-form__block__item__cc_expiry_date select:last-of-type {
    margin-right: 0
}

.ppress-checkout__form label.checkout_order_summary__discount__label {
    width: 100%;
    line-height: 20px
}

.ppress-checkout__form .checkout_order_summary__discount__field_wrap {
    margin-bottom: 20px
}

.ppress-checkout__form .ppress-checkout-section .ppress-checkout-form__place_order_wrap {
    margin: 20px 0 10px
}

.ppress-checkout__form .ppress-checkout-section #ppress-paypal-button-element {
    margin: 16px 0 0
}

.ppress-checkout__form .ppress-checkout-section #ppress-stripe-card-element,.ppress-checkout__form .ppress-checkout-section input:not([type=checkbox]):not([type=radio]),.ppress-checkout__form .ppress-checkout-section select,.ppress-checkout__form .ppress-checkout-section textarea {
    width: 100%;
    background-color: #fff;
    border: 1px solid #d1d5db;
    padding: 8px 12px;
    line-height: 20px;
    border-radius: 6px;
    box-shadow: 0 0#0000,0 0#0000,0 1px 2px 0 rgba(0,0,0,.05);
    height: auto
}

.ppress-checkout__form .ppress-checkout-section #ppress-stripe-card-element {
    padding-top: 10px;
    padding-bottom: 10px
}

.ppress-checkout__form .ppress-checkout-section textarea {
    min-height: 100px
}

.ppress-checkout__form .ppress-checkout-section.ppress-checkout_main input[type=submit] {
    padding: 12px 16px;
    border-color: transparent;
    background: var(--ppress-btn-color);
    background-color: var(--ppress-btn-color);
    color: #fff;
    box-shadow: none;
    font-weight: 500;
    text-align: center;
    -webkit-appearance: none;
    width: 100%;
    height: auto;
    display: block
}

.ppress-checkout__form .ppress-checkout-section.ppress-checkout_main input[type=submit]:disabled {
    opacity: .65
}

.ppress-checkout__form .ppress-checkout-section input[type=checkbox],.ppress-checkout__form .ppress-checkout-section input[type=radio] {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #d1d5db;
    height: 16px;
    width: 16px;
    color: #4f46e5;
    padding: 0 5px;
    margin: 0
}

.ppress-checkout__form .ppress-checkout-section input[type=radio] {
    border-radius: 100%
}

.ppress-checkout__form .ppress-checkout-section input[type=checkbox] {
    border-radius: 0;
    cursor: pointer
}

.ppress-checkout__form .ppress-checkout-section #ppress-stripe-card-element:focus,.ppress-checkout__form .ppress-checkout-section input:not([type=checkbox]):not([type=radio]):focus,.ppress-checkout__form .ppress-checkout-section textarea:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    box-shadow: 0 0 0 0#fff,0 0 0 calc(1px + 0px) var(--ppress-btn-color),0 0#0000;
    border-color: #2563eb
}

.ppress-checkout__form .ppress-checkout-section input[type=submit]:hover {
    filter: brightness(85%)
}

.ppress-checkout__form .ppress-checkout-section label {
    font-weight: 500;
    display: block;
    line-height: 25px;
    vertical-align: baseline
}

.ppress-checkout__form .ppress-checkout-section .pp-checkbox-wrap label,.ppress-checkout__form .ppress-checkout-section .pp-radio-wrap label {
    display: inline-block
}

.ppress-checkout__form .ppress-checkout-section .pp-checkbox-wrap .ppress-checkout-field__input,.ppress-checkout__form .ppress-checkout-section .pp-radio-wrap .ppress-checkout-field__input {
    margin-right: 5px
}

.ppress-checkout__form .checkout_order_summary__discount__field_wrap input[type=text].checkout_order_summary__discount__input {
    width: 68%;
    display: inline-block
}

.ppress-checkout__form .ppress-checkout-section input[type=submit].ppress-apply-discount-btn {
    width: 25%;
    margin-left: 10px;
    border: 0;
    border-radius: 6px;
    padding: 8px 15px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    display: inline-block;
    color: #4b5563;
    background-color: #d1d5db
}

.ppress-checkout__form .ppress-checkout_charge_details {
    padding: 10px 20px
}

.ppress-checkout__form .ppress-checkout_charge_details span {
    font-weight: 700
}

.ppress-checkout__form .ppress-checkout-form__payment_methods_wrap {
    border: 1px solid #ddd;
    border-radius: 5px;
    line-height: 1;
    list-style: none;
    overflow: visible;
    padding: 0;
    margin: 5px 0 0
}

.ppress-checkout__form .ppress-checkout-form__payment_method {
    border-top: 1px solid #ddd;
    padding: 0
}

.ppress-checkout__form .ppress-checkout-form__payment_method:first-of-type {
    border-top: none;
    border-bottom: none
}

.ppress-checkout__form .ppress-checkout-form__payment_method__title_wrap {
    background: #fff;
    margin: 0;
    padding: 16px 8px
}

.ppress-checkout__form .ppress-checkout-form__payment_method__title_wrap:first-of-type {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.ppress-checkout__form .ppress-checkout-form__payment_method:last-of-type .ppress-checkout-form__payment_method__content_wrap,.ppress-checkout__form .ppress-checkout-form__payment_method:last-of-type .ppress-checkout-form__payment_method__title_wrap {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.ppress-checkout__form .ppress-checkout-section .ppress-checkout-form__payment_method__title_wrap label {
    display: inline-block;
    padding-left: 5px;
    padding-top: 2px;
    position: relative;
    cursor: pointer;
    width: calc(100% - 30px);
    line-height: 1;
    margin: 0
}

.ppress-checkout__form .ppress-checkout-form__payment_method__icons {
    position: absolute;
    right: 20px;
    top: -5px
}

.ppress-checkout__form .ppress-checkout-form__payment_method__icons img,.ppress-checkout__form .ppress-checkout-form__payment_method__icons svg {
    max-height: 22px
}

.ppress-checkout__form .ppress-checkout-form__payment_method .ppress-checkout-form__payment_method__content_wrap p {
    padding: 0 5px;
    font-size: 14px;
    line-height: 1.25;
    margin: 0!important
}

.ppress-checkout__form .ppress-checkout-form__payment_method .ppress-checkout-form__payment_method__content_wrap {
    background: #f4f4f4;
    border-top: 1px solid #ddd;
    margin: 0!important;
    padding: 20px 10px;
    display: none
}

.ppress-checkout__form .ppress-checkout-form__payment_method .ppress-checkout-form__payment_method__title_wrap input[type=radio] {
    vertical-align: bottom
}

.ppress-checkout__form .ppress-checkout-form__payment_method.ppress-active .ppress-checkout-form__payment_method__content_wrap {
    display: block
}

.pp-form-wrapper.ppress-default-profile .pp-user-post-item h3.pp-post-item-head,.ppress-checkout__form .ppress-checkout-form__payment_method__content_wrap label {
    line-height: 20px
}

.ppress-checkout__form .ppress-checkout-form__payment_method__content_wrap .ppress-checkout-form__payment_method__heading {
    padding: 10px 5px;
    margin: 15px 0;
    font-size: var(--ppress-body-fs);
    font-weight: 700;
    border-bottom: 1px solid #e4e4e4
}

.ppress-checkout__form .ppress-checkout-form__before_button_wrap,.ppress-checkout__form .ppress-checkout-form__terms_condition_wrap {
    margin: 0;
    border: 0;
    padding: 40px 0 0
}

.ppress-checkout__form .ppress-checkout-form__terms_condition_wrap+.ppress-checkout-form__before_button_wrap {
    padding-top: 0
}

.ppress-checkout__form .ppress-checkout-form__before_button_wrap .ppress-checkout-form__before_button__checkbox__label span,.ppress-checkout__form .ppress-checkout-form__terms_condition_wrap .ppress-checkout-form__terms_condition__checkbox__label span {
    vertical-align: middle
}

.ppress-checkout__form .ppress-checkout-form__terms_condition__content {
    border: 1px solid #e5e7eb;
    padding: 20px;
    max-height: 200px;
    overflow: auto;
    border-radius: 6px;
    display: none;
    margin: 0 0 20px
}

.ppress-checkout__form .ppress-checkout-form__before_button__checkbox_wrap,.ppress-checkout__form .ppress-checkout-form__terms_condition__checkbox_wrap {
    margin: 0 0 20px
}

.ppress-checkout__form .ppress-checkout__form__preloader {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(250,250,250,.9);
    z-index: 99995
}

.ppress-checkout__form .ppress-checkout__form__spinner {
    display: block;
    width: 85px;
    height: 85px;
    top: 40%;
    right: 50%;
    text-align: center;
    margin: auto;
    position: fixed
}

.ppress-checkout__form .ppress-checkout__form__spinner:after {
    content: " ";
    display: block;
    width: 70px;
    height: 70px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #212529;
    border-color: #212529 transparent;
    animation: ppress-dual-ring 1.2s linear infinite
}

.ppress-checkout__form .ppress-alert,.ppress-checkout__form .ppress-checkout-alert {
    width: 100%;
    padding: 12px 16px;
    border-radius: 6px;
    margin: 10px 0
}

.ppress-checkout__form .ppress-alert ul,.ppress-checkout__form .ppress-checkout-alert ul {
    margin: 0 0 0 16px;
    padding: 0;
    list-style-type: disc
}

.ppress-checkout__form .ppress-alert li,.ppress-checkout__form .ppress-checkout-alert li {
    font-size: var(--ppress-body-fs);
    font-weight: 400;
    margin: 0!important;
    padding: 0!important;
    line-height: 22px
}

.ppress-checkout__form .ppress-alert li strong,.ppress-checkout__form .ppress-alert p,.ppress-checkout__form .ppress-checkout-alert li strong,.ppress-checkout__form .ppress-checkout-alert p {
    font-size: var(--ppress-body-fs);
    margin: 0!important;
    padding: 0!important;
    line-height: 22px
}

.ppress-checkout__form .ppress-alert li strong,.ppress-checkout__form .ppress-checkout-alert li strong {
    font-weight: 700
}

.ppress-checkout__form .ppress-alert.ppress-error,.ppress-checkout__form .ppress-checkout-alert.ppress-error {
    background-color: #fef2f2;
    color: #b91c1c
}

.ppress-checkout__form .ppress-alert.ppress-success,.ppress-checkout__form .ppress-checkout-alert.ppress-success {
    background-color: #ecfdf5;
    color: #065f46
}

.ppress-alert.ppress-warning,.ppress-checkout-alert.ppress-warning {
    border-left: 4px solid rgb(250 204 21);
    border-radius: 0;
    background-color: rgb(254 252 232);
    color: rgb(161 98 7)
}

.ppress-checkout__form .ppress-alert p,.ppress-checkout__form .ppress-checkout-alert p {
    font-weight: 500
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-reveal .pp-form-field-description,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-reveal .ppress-hint-tooltip,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-standard .ppress-hint-tooltip,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-tooltip .pp-form-field-description,.ppress-checkout__form .ppress-checkout_order_summary #ppress-checkout-coupon-code-wrap {
    display: none
}

.ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__block__group_selector_label {
    display: flex!important;
    padding: 24px;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    cursor: pointer;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05)
}

.ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__block__group_selector__span_wrap {
    display: flex;
    align-items: center;
    padding-left: 10px
}

.ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__block__group_selector__span {
    display: flex;
    font-size: 1rem;
    line-height: 20px;
    flex-direction: column
}

.ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__block__group_selector__title {
    font-weight: 500
}

.ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__block__group_selector__price_wrap {
    display: flex;
    margin-top: 0;
    font-size: 1rem;
    line-height: 20px;
    margin-left: auto;
    order: 2
}

.ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__block__group_selector__price_amount {
    font-weight: 500
}

.ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__block__group_selector__price_duration {
    margin-left: 4px
}

.ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__block__group_selector_label:not(:first-child) {
    margin-top: 16px;
    margin-bottom: 0
}

.ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__block__group_selector_label input[type=radio] {
    height: auto!important
}

.ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__block__group_selector_label:has(input[type=radio]:checked) {
    border-width: 2.5px
}

.ppress-checkout__form.ppressui340 .ppress-checkout-section.ppress-checkout_main,.ppress-checkout__form.ppressui340 .ppress-checkout-section.ppress-checkout_side_section,.ppress-checkout__form.ppressui500 .ppress-checkout-section.ppress-checkout_main,.ppress-checkout__form.ppressui500 .ppress-checkout-section.ppress-checkout_side_section,.ppress-checkout__form.ppressui768 .ppress-checkout-section.ppress-checkout_main,.ppress-checkout__form.ppressui768 .ppress-checkout-section.ppress-checkout_side_section,.ppress-checkout__form.ppressui800 .ppress-checkout-section.ppress-checkout_main,.ppress-checkout__form.ppressui800 .ppress-checkout-section.ppress-checkout_side_section,.ppress-checkout__form.ppressui960 .ppress-checkout-section.ppress-checkout_main,.ppress-checkout__form.ppressui960 .ppress-checkout-section.ppress-checkout_side_section {
    width: 100%
}

.ppress-checkout__form.ppressui340 .ppress-checkout-section.ppress-checkout_side_section,.ppress-checkout__form.ppressui500 .ppress-checkout-section.ppress-checkout_side_section,.ppress-checkout__form.ppressui768 .ppress-checkout-section.ppress-checkout_side_section,.ppress-checkout__form.ppressui800 .ppress-checkout-section.ppress-checkout_side_section,.ppress-checkout__form.ppressui960 .ppress-checkout-section.ppress-checkout_side_section {
    order: 1;
    margin-bottom: 15px
}

.ppress-checkout__form.ppressui340 .ppress-checkout-section.ppress-checkout_main,.ppress-checkout__form.ppressui500 .ppress-checkout-section.ppress-checkout_main,.ppress-checkout__form.ppressui768 .ppress-checkout-section.ppress-checkout_main,.ppress-checkout__form.ppressui800 .ppress-checkout-section.ppress-checkout_main,.ppress-checkout__form.ppressui960 .ppress-checkout-section.ppress-checkout_main {
    order: 2;
    padding-right: 0
}

.ppress-checkout__form.ppressui340 .ppress-main-checkout-form__block .ppress-main-checkout-form__block__item,.ppress-checkout__form.ppressui500 .ppress-main-checkout-form__block .ppress-main-checkout-form__block__item,.ppress-checkout__form.ppressui768 .ppress-main-checkout-form__block .ppress-main-checkout-form__block__item {
    width: 100%
}

.profilepress-myaccount-orders-subs,.profilepress-myaccount-orders-subs * {
    font-family: Inter var,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
}

.profilepress-myaccount-orders-subs .ppress-my-account-order-sub-wrap {
    box-shadow: transparent 0 0 0 0,transparent 0 0 0 0,rgba(0,0,0,.05)0 1px 2px 0;
    border-radius: 8px;
    border: 1px solid rgb(229 231 235);
    margin-top: 16px
}

.ppress-details-table p:first-child,.profilepress-myaccount-orders-subs .ppress-my-account-order-sub-wrap:first-child {
    margin-top: 0
}

.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-body-content-header p {
    margin-bottom: 8px
}

.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header-wrap {
    padding: 16px;
    border-color: rgb(229 231 235);
    display: grid;
    column-gap: 8px;
    grid-template-columns: repeat(4,minmax(0,1fr));
    border-bottom: 1px solid rgb(229 231 235)
}

.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details {
    display: grid;
    column-gap: 16px;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    grid-template-columns: auto auto auto;
    grid-column: span 2/span 2
}

.profilepress-myaccount-orders-subs .ppress-my-account-order-sub-header--actions a:not(a:first-child) {
    margin-left: 8px
}

.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details dt {
    margin: 0;
    font-weight: 500;
    font-size: 14px
}

.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details dd {
    margin: 4px 0 0
}

.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--actions {
    justify-content: flex-end;
    display: flex;
    grid-column: span 2/span 2;
    align-items: center
}

.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--actions a,.profilepress-myaccount-orders-subs a.ppress-myac-action {
    box-shadow: transparent 0 0 0 0,transparent 0 0 0 0,rgba(0,0,0,.05)0 1px 2px 0;
    font-weight: 500;
    font-size: 14px;
    padding: 6px 8px;
    border: 1px solid rgb(209 213 219);
    border-radius: 6px;
    justify-content: center;
    display: flex;
    align-items: center;
    text-decoration: inherit
}

.profilepress-myaccount-orders-subs a.ppress-myac-action {
    display: inline-block;
    margin-right: 5px
}

.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-body-content {
    padding: 16px;
    align-items: flex-start;
    flex: 1 1 0%;
    font-size: 14px;
    line-height: 20px
}

.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-body-content-header {
    font-weight: 500;
    display: flex;
    justify-content: space-between
}

.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-product-name {
    font-weight: 500;
    font-size: 14px
}

.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap p.ppress-my-account-order-sub-product-price {
    margin-top: 0!important
}

.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-body-content p {
    margin: 8px 0 0;
    display: block
}

.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-body-wrap {
    display: flex;
    align-items: flex-start
}

.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details dd span {
    border-radius: 6px;
    color: rgb(31 41 55);
    background-color: rgb(243 244 246);
    padding: 4px 8px;
    margin: 0;
    font-weight: 500;
    font-size: 12px
}

.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details .active span,.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details .completed span,.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details .trialling span {
    background-color: rgb(220 252 231);
    color: rgb(22 101 52)
}

.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details .cancelled span,.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details .expired span,.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details .refunded span {
    background-color: rgb(254 226 226);
    color: rgb(153 27 27)
}

.profilepress-myaccount-orders-subs .ppress-myac-pagination-wrap {
    padding: 10px 0;
    text-align: right
}

.profilepress-myaccount-orders-subs .ppress-myac-pagination-wrap .page-numbers {
    border: 1px solid rgb(209 213 219);
    padding: 8px 16px;
    font-size: 14px;
    line-height: 20px
}

.profilepress-myaccount-orders-subs .ppress-myac-pagination-wrap .page-numbers.current {
    background-color: #eeeeec;
    color: rgb(107 114 128)
}

.profilepress-myaccount-orders-subs .ppress-myac-pagination-wrap .ppress-material-icons {
    vertical-align: middle;
    margin: 0
}

table.ppress-details-table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    table-layout: fixed;
    box-shadow: transparent 0 0 0 0,transparent 0 0 0 0,rgba(0,0,0,.05)0 1px 2px 0
}

.ppress-details-table thead {
    background-color: rgb(249 250 251)
}

.ppress-details-table thead tr th {
    padding: 14px 12px;
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    background-color: rgb(249 250 251)
}

.ppress-details-table thead th,.ppress-details-table tr td {
    padding: 16px;
    border: 1px solid rgb(229 231 235)
}

.ppress-details-table thead th {
    text-align: left;
    background: rgb(229 231 235);
    vertical-align: bottom
}

.ppress-details-table-wrap .ppress-details-table tr:nth-of-type(odd) {
    background-color: rgb(249 250 251)
}

.ppress-details-table tr td:first-child {
    font-weight: 700
}

.ppress-details-table td:last-child {
    width: 70%
}

.ppress-details-table p {
    margin: 5px 0 0
}

.ppress-details-table .ppress-billing-title {
    font-weight: 500
}

.ppress-details-table .ppress-sub-info {
    color: #4b5563;
    background-color: #e5e7eb;
    margin-left: 5px;
    border-radius: 9999px;
    padding: 4px 8px;
    font-size: 14px
}

@font-face {
    font-family: "Material Icons";
    font-style: normal;
    font-weight: 400;
    src: local("Material Icons"),local("MaterialIcons-Regular"),url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/plugins/wp-user-avatar/assets/css/./material-icons/MaterialIcons-Regular.woff2)format("woff2"),url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/plugins/wp-user-avatar/assets/css/./material-icons/MaterialIcons-Regular.woff)format("woff");
    font-display: swap;
}

#profilepress-myaccount-wrapper .ppmyac-icons,.pp-form-field-wrap .pp-form-material-icons,.ppress-material-icons {
    font-family: "Material Icons"!important;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga"
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    display: inline-block!important
}

.pp-tab-widget-avatar img {
    display: block;
    border-radius: 50%;
    height: 190px;
    margin: 0 auto 10px!important;
    padding: 2px;
    text-align: center;
    width: 190px;
    float: none!important
}

.pp-user-panel {
    border-radius: 6px;
    text-align: center
}

.pp-user-panel-title {
    font-size: 20px;
    margin: 0
}

.pp-user-panel p {
    font-size: 15px;
    margin-bottom: 23px
}

.pp-tabbed-btn {
    border: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    border-radius: 4px;
    padding: 10px 15px;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transition: border .25s linear,color .25s linear,background-color .25s linear;
    transition: border .25s linear,color .25s linear,background-color .25s linear
}

.pp-tabbed-btn-inverse {
    color: #fff!important;
    background-color: #34495e
}

.pp-password-reset-handler-wrap .pp-reset-password-form {
    padding: 40px;
    max-width: 500px;
    margin-top: 5px;
    margin-bottom: 5px
}

.pp-password-reset-handler-wrap .pp-reset-password-form h3 {
    color: #444;
    font-weight: 300;
    margin: 0 auto 40px
}

.pp-password-reset-handler-wrap .pp-reset-password-form label {
    color: #444;
    font-size: 15px
}

.pp-password-reset-handler-wrap .pp-reset-password-form label .req {
    margin: 2px;
    color: red
}

.pp-password-reset-handler-wrap .pp-reset-password-form label.active .req {
    opacity: 0
}

.pp-password-reset-handler-wrap .pp-reset-password-form input {
    font-size: 22px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: auto;
    padding: 5px 10px;
    background: 0 0;
    margin-bottom: 40px;
    border: 1px solid #a0b3b0;
    border-radius: 0;
    -webkit-transition: border-color .25s ease,box-shadow .25s ease;
    transition: border-color .25s ease,box-shadow .25s ease
}

.pp-password-reset-handler-wrap .pp-reset-password-form input:focus {
    outline: 0;
    border-color: #1ab188
}

.pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button {
    border: 0;
    outline: 0;
    border-radius: 0;
    padding: 15px 0;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1em;
    background: #1ab188;
    color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-appearance: none;
    text-shadow: none;
    box-shadow: none
}

.pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button:focus,.pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button:hover {
    background: #179b77
}

.pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button-block {
    display: block;
    width: 100%
}

.pp-password-reset-handler-wrap .profilepress-reset-status {
    margin-left: 40px;
    max-width: 420px
}

#pp-pass-strength-result {
    background-color: #eee;
    border: 1px solid #ddd;
    color: #23282d;
    padding: 3px 5px;
    text-align: center;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#pp-pass-strength-result.short {
    background-color: #f1adad;
    border-color: #e35b5b;
    opacity: 1
}

#pp-pass-strength-result.bad {
    background-color: #fbc5a9;
    border-color: #f78b53;
    opacity: 1
}

#pp-pass-strength-result.good {
    background-color: #ffe399;
    border-color: #ffc733;
    opacity: 1
}

#pp-pass-strength-result.strong {
    background-color: #c1e1b9;
    border-color: #83c373;
    opacity: 1
}

.pp-form-wrapper .pp-form-label-wrap .pp-form-required-label {
    color: red;
    font-weight: 400
}

.pp-form-wrapper input[type=checkbox],.pp-form-wrapper input[type=radio] {
    cursor: pointer
}

.pp-form-wrapper p {
    margin: 0 0 5px!important;
    padding: 0!important
}

.pp-form-wrapper input[type=datetime],.pp-form-wrapper input[type=email],.pp-form-wrapper input[type=number],.pp-form-wrapper input[type=password],.pp-form-wrapper input[type=search],.pp-form-wrapper input[type=tel],.pp-form-wrapper input[type=text],.pp-form-wrapper input[type=url],.pp-form-wrapper select,.pp-form-wrapper textarea {
    -webkit-appearance: none;
    width: 100%;
    background: #fff;
    border: 1px solid #dedee5;
    padding: 13px 15px;
    outline: 0;
    line-height: 1
}

.pp-form-wrapper select {
    background-image: url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/plugins/wp-user-avatar/assets/css/../images/frontend/arrow-down.png)!important;
    background-position: right 20px center!important;
    background-repeat: no-repeat!important;
    background-size: 10px auto!important;
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important
}

.pp-form-wrapper .pp-form-label-wrap {
    margin: 0 0 4px;
    padding: 0
}

.pp-form-wrapper .pp-form-label {
    font-size: 14px;
    text-transform: none;
    text-align: left;
    font-weight: 400;
    font-style: normal;
    float: none;
    line-height: 1.3;
    margin: 0;
    padding: 0;
    width: auto;
    display: inline;
    cursor: pointer
}

.pp-form-wrapper .pp-checkbox-wrap,.pp-form-wrapper .pp-radio-wrap {
    display: block;
    text-align: left;
    line-height: normal;
    margin: 5px 0;
    padding: 0
}

.pp-form-wrapper .pp-checkbox-wrap label,.pp-form-wrapper .pp-radio-wrap label {
    margin-left: 5px
}

.pp-form-wrapper input[type=checkbox],.pp-form-wrapper input[type=radio] {
    border: 1px solid #ccc;
    background-color: #fff;
    width: 14px!important;
    height: 14px!important;
    display: inline-block;
    vertical-align: baseline
}

.pp-form-wrapper .ppress-pf-profile-connect {
    padding: 5px 0 10px
}

.pp-form-wrapper a.ppress-pf-social-icon {
    width: 100%;
    height: 100%;
    display: inline
}

.pp-form-wrapper .ppress-pf-social-icon svg {
    vertical-align: middle;
    width: 40px;
    height: 40px
}

.pp-form-wrapper .ppress-pf-social-icon.dpf-github svg,.pp-form-wrapper .ppress-pf-social-icon.dpf-instagram svg,.pp-form-wrapper .ppress-pf-social-icon.dpf-pinterest svg {
    padding: 3px
}

a.pp-button-social-login:focus {
    outline-color: transparent
}

a.pp-button-social-login:focus .ppsc,a.pp-button-social-login:hover .ppsc {
    background-color: rgba(255,255,255,.75)
}

a.pp-button-social-login:visited {
    color: #fff
}

a.pp-button-social-login,a.pp-button-social-login .ppsc {
    display: inline-block;
    font-size: 100%;
    height: 2.5em;
    padding: 0
}

a.pp-button-social-login {
    position: relative;
    vertical-align: middle;
    line-height: 2.5em;
    font-family: inherit;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    border: 1px solid #333;
    color: #fff!important;
    background: #333;
    margin: 6px 0;
    border-radius: 2px;
    box-sizing: content-box;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    text-decoration: none!important;
    min-width: 220px
}

a.pp-button-social-login .ppsc {
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    vertical-align: top;
    text-align: center;
    width: 2.5em;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 1.8em 1.8em;
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    position: absolute;
    left: 0;
    margin: 0
}

a.pp-button-social-login span.ppsc-text {
    margin-left: 40px;
    padding: .5em;
    color: #fff!important
}

a.pp-button-social-login .ppsc-google {
    background-image: url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/plugins/wp-user-avatar/assets/css/../images/social-login/google.svg)
}

a.pp-button-social-login.pp-button-social-login-google {
    background: #4285f4;
    border-color: #4285f4
}

a.pp-button-social-login.pp-button-social-login-facebook {
    background: #3b5998;
    border-color: #3b5998
}

a.pp-button-social-login.pp-button-social-login-twitter {
    background: #55acee;
    border-color: #55acee
}

a.pp-button-social-login.pp-button-social-login-linkedin {
    background: #0077b5;
    border-color: #0077b5
}

a.pp-button-social-login.pp-button-social-login-microsoft {
    background: #404040;
    border-color: #404040
}

a.pp-button-social-login.pp-button-social-login-amazon {
    background: #f9991d;
    border-color: #f9991d
}

a.pp-button-social-login.pp-button-social-login-vk {
    background: #4a76a8;
    border-color: #4a76a8
}

a.pp-button-social-login.pp-button-social-login-wordpresscom {
    background: #0675c4;
    border-color: #0675c4
}

a.pp-button-social-login.pp-button-social-login-yahoo {
    background: #430297;
    border-color: #430297
}

a.pp-button-social-login.pp-button-social-login-github {
    background: #24292e;
    border-color: #24292e
}

a.pp-button-social-login .ppsc-vk {
    background-image: url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/plugins/wp-user-avatar/assets/css/../images/social-login/vk-fa.svg)
}

a.pp-button-social-login .ppsc-microsoft {
    background-image: url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/plugins/wp-user-avatar/assets/css/../images/social-login/microsoft.svg)
}

a.pp-button-social-login .ppsc-amazon {
    background-image: url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/plugins/wp-user-avatar/assets/css/../images/social-login/amazon.svg)
}

a.pp-button-social-login .ppsc-yahoo {
    background-image: url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/plugins/wp-user-avatar/assets/css/../images/social-login/yahoo.svg)
}

a.pp-button-social-login .ppsc-wordpresscom {
    background-image: url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/plugins/wp-user-avatar/assets/css/../images/social-login/wpcom.svg)
}

a.pp-button-social-login .ppsc-facebook {
    background-image: url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/plugins/wp-user-avatar/assets/css/../images/social-login/facebook.svg)
}

a.pp-button-social-login .ppsc-twitter {
    background-image: url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/plugins/wp-user-avatar/assets/css/../images/social-login/twitter.svg)
}

a.pp-button-social-login .ppsc-linkedin {
    background-image: url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/plugins/wp-user-avatar/assets/css/../images/social-login/linkedin.svg)
}

a.pp-button-social-login .ppsc-github {
    background-image: url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/plugins/wp-user-avatar/assets/css/../images/social-login/github-fa.svg)
}

#profilepress-myaccount-wrapper,#profilepress-myaccount-wrapper *,#profilepress-myaccount-wrapper ::after,#profilepress-myaccount-wrapper ::before,.pp-form-container *,.pp-form-container .pp-form-wrapper,.pp-form-container .pp-form-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap span.select2-selection.select2-selection--multiple,html .pp-form-container .select2 input.select2-search__field {
    border: 0!important
}

.pp-form-container form input[type=submit] {
    -webkit-appearance: none!important;
    cursor: pointer;
    text-shadow: none
}

.pp-form-container form {
    margin: 0;
    padding: 0;
    background-color: transparent
}

.woocommerce .woocommerce-MyAccount-content .pp-form-container {
    margin-right: 0!important;
    margin-left: 0!important
}

.pp-form-container form input,.pp-form-container form select,.pp-form-container form textarea {
    outline: 0;
    background-image: none;
    height: auto;
    float: none;
    position: static;
    box-shadow: none;
    text-shadow: none;
    text-transform: none;
    text-decoration: none;
    resize: vertical
}

.pp-form-container form p {
    margin: 0 0 .5em
}

.pp-form-container form input[type=submit]:focus {
    outline: 0
}

.pp-form-container .pp-user-avatar {
    border-radius: 50%!important;
    display: block!important;
    margin: 0 auto 10px!important;
    text-align: center!important
}

.pp-form-container img.pp-user-cover-image {
    width: 100%!important;
    height: auto!important
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=checkbox],#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=radio],.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox],.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio] {
    border: 1px solid #7e8993!important;
    border-radius: 4px!important;
    background: #fff!important;
    color: #555!important;
    clear: none!important;
    cursor: pointer!important;
    display: inline-block!important;
    line-height: 0!important;
    margin: 0!important;
    outline: 0!important;
    padding: 0!important;
    text-align: center!important;
    vertical-align: middle!important;
    -webkit-appearance: none!important;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1)!important;
    transition: .05s border-color ease-in-out!important;
    width: 16px!important;
    height: 16px!important
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=radio],.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox],.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio] {
    border-radius: 50%!important
}

.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox],.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio] {
    border-radius: 4px!important
}

.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio] {
    border-radius: 50%!important
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=checkbox]:checked::before,.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox]:checked::before {
    content: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E)!important;
    margin: -3px 0 0-4px!important;
    width: 20px!important;
    height: 20px!important;
    position: static
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=radio]:checked::before,.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio]:checked::before {
    content: "";
    border-radius: 50%!important;
    margin: 3px!important;
    background-color: #000!important;
    line-height: 1.14285714!important;
    width: 8px!important;
    height: 8px!important
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=checkbox]:checked::before,#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=radio]:checked::before,.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox]:checked::before,.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio]:checked::before {
    float: left!important;
    display: inline-block!important;
    vertical-align: middle!important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.pp-form-container .pp-form-wrapper.ppBuildScratch,.pp-form-container .pp-form-wrapper.ppBuildScratch * {
    font-family: "Merriweather",sans-serif
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .ppbs-headline {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 1em;
    margin-top: 0;
    text-align: center;
    margin-right: 6.387%
}

.pp-form-container .pp-form-wrapper.ppBuildScratch h1,.pp-form-container .pp-form-wrapper.ppBuildScratch h2,.pp-form-container .pp-form-wrapper.ppBuildScratch h3,.pp-form-container .pp-form-wrapper.ppBuildScratch h4 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 1em;
    margin-top: 1em
}

.pp-form-container .pp-form-wrapper.ppBuildScratch input:disabled {
    opacity: .5
}

.pp-form-container .pp-form-wrapper.ppBuildScratch {
    max-width: 100%;
    width: 100%;
    padding: 6%0 6% 6%;
    background: #fff;
    color: #222;
    font-size: 14px;
    position: relative;
    box-shadow: 0 0 0 .5px rgba(0,20,40,.1),0 2px 8px 0 rgba(50,55,90,.2);
    border-radius: 3px;
    margin: 0 auto
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppf-remove-frame {
    box-shadow: none;
    border-radius: 0
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap {
    padding: 0 6.387% 4%0;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 0 6.387%0 0
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap .pp-form-label-wrap {
    margin: 0 0 5px;
    padding: 0
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-reveal .pp-form-field-input-textarea-wrap .pp-form-field:focus~.pp-form-field-description {
    display: block
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-tooltip .ppress-hint-tooltip {
    display: inline;
    font-weight: 400
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-tooltip .ppress-hint-tooltip .pp-form-material-icons {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 110%;
    display: inline;
    vertical-align: top
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fld-inside {
    position: relative
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fld-inside .pp-form-label-wrap {
    position: absolute;
    top: 5px;
    left: 15px;
    z-index: 2
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap.fld-inside .pp-form-label-wrap {
    left: 0!important
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fld-inside .pp-form-field-input-textarea-wrap .pp-form-field {
    padding-top: 18px;
    padding-bottom: 2px
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap.fld-inside .pp-form-field-input-textarea-wrap .pp-form-field {
    padding-top: 23px;
    padding-bottom: 7px
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap.fld-inside .pp-form-field-input-textarea-wrap .pp-form-field {
    padding-top: 30px;
    padding-bottom: 10px
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fw-half {
    width: 50%
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fw-third {
    width: 33.3333333333%
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]),.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap select,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap textarea {
    border: 1px solid #dbdbdb;
    font-size: 14px;
    padding: 10px 15px;
    -webkit-transition: all .35s;
    transition: all .35s;
    background: #fff;
    color: #69717a;
    width: 100%;
    border-radius: 0;
    line-height: 1.3;
    min-height: 40px;
    display: inline-block;
    margin: 0
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap textarea {
    height: 100px;
    overflow: auto
}

.pp-form-field-wrap .pp-form-material-icons {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: text;
    margin: 8px 12px 0 0
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-right .pp-form-field-wrap.field-has-icon input,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-right .pp-form-field-wrap.field-has-icon textarea {
    padding-right: 40px
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-left .pp-form-field-wrap.field-has-icon input,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-left .pp-form-field-wrap.field-has-icon textarea {
    padding-left: 40px
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-left .pp-form-field-wrap.field-has-icon input,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-left .pp-form-field-wrap.field-has-icon textarea {
    padding-left: 30px!important
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-right .pp-form-field-wrap.field-has-icon input,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-right .pp-form-field-wrap.field-has-icon textarea {
    padding-right: 30px!important
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-left .pp-form-field-wrap .pp-form-material-icons {
    left: 0;
    margin-left: 12px
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-left .pp-form-field-wrap .pp-form-material-icons {
    left: 0!important;
    margin-left: 0!important
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-right .pp-form-field-wrap .pp-form-material-icons {
    margin-right: 0!important
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap .pp-form-material-icons {
    margin-top: 10px
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap .pp-form-material-icons {
    margin-top: 18px
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .has-password-visibility-icon .pp-form-material-icons {
    cursor: pointer
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-pill .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]),.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-pill .pp-form-field-wrap select,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-pill .pp-form-field-wrap textarea {
    border-radius: 25px!important
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-round .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]),.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-round .pp-form-field-wrap select,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-round .pp-form-field-wrap textarea {
    border-radius: 6px!important
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap .select2.select2-container,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]),.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap select,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap textarea {
    border: 0!important;
    border-bottom: 1px solid #dbdbdb!important;
    padding-left: 0!important
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap input[type=text]:focus,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap select:focus,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap textarea:focus {
    border-top: 0!important;
    border-right: 0!important;
    border-left: 0!important;
    box-shadow: none!important
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-flat .pp-form-field-wrap .select2-selection,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-flat .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]),.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-flat .pp-form-field-wrap select,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-flat .pp-form-field-wrap textarea {
    border: 0!important;
    background: #f7f7f7!important
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap input,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap select {
    padding-top: 15px;
    padding-bottom: 15px
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap textarea {
    height: 150px
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap input,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap select {
    padding-top: 20px;
    padding-bottom: 20px
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap textarea {
    height: 200px
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap input[type=text]:focus,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap select:focus,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap textarea:focus {
    border: 1px solid #999
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap .pp-form-label-wrap .pp-form-label,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap .ppform-remember-label {
    font-style: normal;
    background-color: transparent;
    display: block;
    font-weight: 700;
    font-size: 14px;
    float: none;
    line-height: 1.3;
    margin: 0;
    padding: 0;
    color: #444
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap .ppform-remember-label {
    display: inline-block
}

.pp-field-user-avatar-picture-wrap .pp-profile-avatar-overlay ins,.pp-field-user-cover-image-wrap .pp-cover-image-overlay ins,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppf-hide-asterisk .pp-form-required-label {
    display: none
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap input[type=submit] {
    background: #000;
    border: 0;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    padding: 15px 10px;
    transition: .15s ease-in-out;
    width: auto;
    min-width: 110px;
    text-align: center
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-submit-button-wrap input[type=submit],.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-submit-button-wrap input[type=submit] {
    padding-top: 20px;
    padding-bottom: 20px
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbl-pill .pp-form-submit-button-wrap input[type=submit] {
    border-radius: 25px!important
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbl-round .pp-form-submit-button-wrap input[type=submit] {
    border-radius: 6px!important
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap input[type=submit]:focus,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap input[type=submit]:hover {
    background-color: #ededed;
    color: #000;
    text-decoration: none
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-checkbox-wrap,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-radio-wrap {
    margin: 0 0 5px
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-checkboxes-container,.ppressmd-new-dropdown ul {
    margin: 0;
    padding: 0
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-checkbox-wrap:last-of-type,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-radio-wrap:last-of-type {
    margin-bottom: 0
}

.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-description {
    font-size: 12px;
    font-weight: 400;
    color: #666;
    line-height: 1.3;
    text-align: left;
    margin: 4px 0 0
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-wide .pp-form-submit-button-wrap input[type=submit] {
    width: 100%
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width .pp-form-submit-button-wrap {
    margin-top: 4%;
    margin-bottom: 4%
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width .pp-form-submit-button-wrap input[type=submit] {
    width: 100%!important;
    position: absolute!important;
    bottom: 0!important;
    right: 0!important;
    left: 0!important;
    display: block;
    border-top-right-radius: 0!important;
    border-top-left-radius: 0!important
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width.ppsbl-pill {
    border-bottom-right-radius: 25px!important;
    border-bottom-left-radius: 25px!important
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width.ppsbl-round {
    border-bottom-right-radius: 6px!important;
    border-bottom-left-radius: 6px!important
}

.pp-form-container .pp-form-wrapper.ppBuildScratch a.pp-button-social-login:last-of-type {
    margin-bottom: 1.5em!important
}

#profilepress-myaccount-wrapper {
    font-size: 16px
}

#profilepress-myaccount-wrapper .profilepress-myaccount-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

#profilepress-myaccount-wrapper .profilepress-myaccount-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

#profilepress-myaccount-wrapper .ppmyac-dashboard-item {
    text-decoration: none!important;
    position: relative;
    display: block;
    padding: .75em 1.25em;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    width: 100%;
    text-align: inherit;
    box-shadow: none
}

#profilepress-myaccount-wrapper .ppmyac-dashboard-item.isactive {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

#profilepress-myaccount-wrapper .ppmyac-dashboard-item:first-child {
    border-top-left-radius: .25em;
    border-top-right-radius: .25em
}

#profilepress-myaccount-wrapper .ppmyac-dashboard-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25em;
    border-bottom-left-radius: .25em
}

#profilepress-myaccount-wrapper .ppmyac-icons {
    margin-right: .5em;
    vertical-align: text-bottom
}

#profilepress-myaccount-wrapper .profilepress-myaccount-col-sm-3 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    #profilepress-myaccount-wrapper .profilepress-myaccount-col-sm-3 {
        flex:0 0 25%;
        max-width: 25%
    }
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content {
    position: relative;
    width: 100%;
    padding-top: 30px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    #profilepress-myaccount-wrapper .profilepress-myaccount-content {
        flex:0 0 75%;
        max-width: 75%
    }
}

#profilepress-myaccount-wrapper .profilepress-myaccount-avatar-wrap {
    text-align: center;
    margin-bottom: 20px
}

#profilepress-myaccount-wrapper .profilepress-myaccount-avatar-wrap .profilepress-myaccount-avatar img.pp-user-avatar {
    margin: 0!important;
    position: static!important;
    float: none!important;
    display: inline-block;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
    border-radius: 999px;
    width: 120px;
    height: 120px
}

#profilepress-myaccount-wrapper .profilepress-myaccount-nav a:focus {
    outline: 0;
    text-shadow: none;
    box-shadow: none
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content h2,#profilepress-myaccount-wrapper .profilepress-myaccount-content h3 {
    margin-top: 0!important;
    margin-bottom: 1em!important;
    font-weight: 700!important;
    line-height: 1.2!important;
    font-size: 2em!important
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content h3 {
    font-weight: 500!important;
    font-size: 1.2em!important
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-submenus-wrap {
    margin-bottom: 2em
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-submenu-wrap {
    display: inline;
    padding-right: 1em
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-submenu-item {
    color: inherit;
    padding: 0 0 10px
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-submenu-item.ppsubmenu-active {
    border-bottom: 3px solid #6c757d
}

.profilepress-myaccount-alert,.profilepress-myaccount-edit-profile .profilepress-edit-profile-status {
    position: relative;
    padding: .75em 1.25em;
    margin-bottom: 1em;
    border: 1px solid transparent;
    border-radius: .25em
}

.profilepress-myaccount-alert.pp-alert-danger,.profilepress-myaccount-edit-profile .profilepress-edit-profile-status {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.profilepress-myaccount-alert.pp-alert-success,.profilepress-myaccount-edit-profile .profilepress-edit-profile-status.success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field {
    margin-top: .5em;
    margin-bottom: 1em
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-cover-image-empty {
    min-height: 250px;
    background-color: #eee
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-cover-image-wrap {
    padding: .75em;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    margin-bottom: 0;
    border-radius: .25em
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-cover-image-wrap img {
    width: 100%;
    height: auto
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-email-notifications-wrap .profilepress-myaccount-form-field {
    margin-top: .5em;
    margin-bottom: .5em
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-email-notifications-wrap {
    margin-bottom: 2em
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field label {
    margin-bottom: .2em;
    font-weight: 500;
    display: block
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field input[type=checkbox]+label,#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field input[type=radio]+label {
    display: inline
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-control:not([type=radio]):not([type=checkbox]),#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap input:not([type=radio]):not([type=checkbox]):not([type=submit]),#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap select,#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap textarea {
    display: block;
    width: 100%;
    height: calc(1.5em + .75em + 2px);
    padding: .375em .75em;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25em;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    overflow: visible;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.125)
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap textarea {
    height: auto!important;
    min-height: 100px!important;
    resize: vertical!important
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content input.profilepress-myaccount-form-control:focus,#profilepress-myaccount-wrapper .profilepress-myaccount-content select.profilepress-myaccount-form-control:focus,#profilepress-myaccount-wrapper .profilepress-myaccount-content textarea.profilepress-myaccount-form-control:focus {
    background-color: #fff;
    border-color: #bbb;
    outline: 0;
    box-shadow: none
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-field input[type=submit] {
    display: inline-block;
    cursor: pointer;
    width: auto
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-field input[type=submit]:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    text-decoration: none
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75em + 2px);
    margin-bottom: 0
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75em + 2px);
    margin: 0;
    opacity: 0
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75em + 2px);
    padding: .375em .75em;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25em
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75em);
    padding: .375em .75em;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25em .25em 0
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file-input~.ppmyac-custom-file-label[data-browse]::after {
    content: attr(data-browse)
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field .pp-checkbox-wrap label.pp-form-label,#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field .pp-radio-wrap label.pp-form-label {
    display: inline-block;
    margin: 0 0 0 .3819820591em
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-avatar-wrap {
    display: flex;
    flex-direction: column;
    margin: 1em 0 0;
    padding-left: 0
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-avatar {
    position: relative;
    padding: .75em 1.25em;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    margin-bottom: 0;
    border-radius: .25em;
    justify-content: space-between!important;
    display: flex!important
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .pp-user-avatar {
    width: 70px;
    height: 70px;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .ppmyac-remove-avatar {
    margin-bottom: .5em!important;
    margin-top: .5em!important;
    padding: .25em .5em;
    font-size: .875em;
    line-height: 1.5;
    border-radius: .2em;
    color: #fff;
    height: 35px;
    background-color: #6c757d;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    text-shadow: none;
    cursor: pointer;
    user-select: none;
    border: 1px solid #6c757d;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-cover-image-wrap .ppmyac-remove-avatar {
    margin-top: .75em!important;
    margin-bottom: 0!important
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content input.profilepress-myaccount-form-control::-webkit-file-upload-button {
    background: #fff;
    border-radius: 6px;
    font-size: 14px;
    border: 1px solid #ddd
}

#profilepress-myaccount-wrapper .profilepress-myaccount-content .select2-selection {
    border-radius: .25em;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.125)
}

.ppress-2fa-setup-wrap .ppmyac-2fa-recovery-codes-wrap {
    width: 250px;
    text-align: center
}

.pp-form-container .pp-field-user-avatar-picture-wrap {
    width: 250px;
    height: auto;
    margin: auto;
    position: relative
}

.pp-form-container .pp-field-user-cover-image-wrap {
    margin: auto;
    position: relative
}

.pp-field-user-avatar-picture-wrap:hover .pp-profile-avatar-overlay-wrap,.pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay-wrap {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    text-align: center;
    box-sizing: border-box;
    padding: 0;
    color: #fff;
    text-shadow: 0 1px #666;
    line-height: 21px;
    font-size: 16px;
    height: 100%;
    width: 100%;
    border-radius: 50%
}

.pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay-wrap {
    border-radius: 0
}

.pp-field-user-avatar-picture-wrap:hover .pp-profile-avatar-overlay,.pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay {
    display: table;
    height: 100%;
    width: 100%
}

.pp-field-user-avatar-picture-wrap:hover .pp-profile-avatar-overlay ins,.pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay ins {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    text-decoration: none!important;
    background: 0 0!important;
    color: #fff!important;
    border-bottom: none!important
}

.pp-field-user-avatar-picture-wrap:hover .pp-profile-avatar-overlay-wrap .pp-profile-avatar-overlay .pp-form-material-icons,.pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay-wrap .pp-cover-image-overlay .pp-form-material-icons {
    font-size: 35px!important;
    display: block!important;
    position: static!important;
    right: auto!important;
    top: auto!important;
    color: #fff!important;
    margin: 0!important;
    width: auto!important;
    height: auto!important;
    cursor: pointer
}

html .select2.select2-container .select2-selection.select2-selection--multiple input.select2-search__field {
    border: 0!important;
    height: auto!important
}

.select2.select2-container .select2-selection.select2-selection--multiple input.select2-search__field {
    border: 0!important;
    box-shadow: none!important
}

.select2.select2-container .select2-selection.select2-selection--multiple li.select2-selection__choice {
    height: auto;
    line-height: normal
}

.pp-form-wrapper.pp-member-directory {
    opacity: 0
}

.pp-form-wrapper.ppress-default-profile {
    max-width: 1000px;
    width: 100%;
    box-sizing: border-box;
    font-size: 15px;
    color: #666;
    margin-bottom: 30px;
    opacity: 0
}

.pp-form-wrapper.ppress-default-profile * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.pp-form-wrapper.ppress-default-profile a,.pp-form-wrapper.ppress-default-profile a:hover {
    text-decoration: none!important
}

.pp-form-wrapper.ppress-default-profile .ppress-default-profile-cover {
    background-color: #eee;
    box-sizing: border-box;
    position: relative
}

.pp-form-wrapper.ppress-default-profile .ppress-default-profile-cover-e {
    text-align: center;
    overflow: hidden
}

.pp-form-wrapper.ppress-default-profile .ppress-default-profile-cover-e img {
    width: 100%;
    display: block;
    overflow: hidden;
    border-radius: 0;
    margin: 0
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-header {
    position: relative;
    padding: 0 0 25px;
    border-bottom: solid 2px #eee;
    min-height: 85px;
    box-sizing: content-box
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-headericon {
    position: absolute;
    top: 15px;
    right: 0;
    vertical-align: middle;
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    z-index: 66;
    margin-right: 10px
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-headericon .ppress-dpf-edit-a .ppress-material-icons {
    font-size: 30px
}

.pp-form-wrapper.ppress-default-profile a.ppress-dpf-edit-a {
    color: #aaa;
    text-decoration: none;
    border-bottom: 0
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-headericon a:hover,.pp-form-wrapper.ppress-default-profile a.ppress-dpf-edit-a.active {
    color: #007bff
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-photo {
    float: left;
    position: absolute;
    margin: 0 0 0 30px;
    box-sizing: border-box;
    width: 200px;
    height: 200px
}

.pp-form-wrapper.ppress-default-profile.ppdf-nocover .ppress-dpf-profile-photo {
    position: relative
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-photo img {
    width: 100%;
    height: auto;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: block;
    overflow: hidden;
    margin: 0;
    box-shadow: none;
    background: #fff;
    border: 5px solid #fff
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-meta {
    padding-right: 30px;
    -ms-word-break: break-all;
    word-break: break-word;
    word-wrap: break-word
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-main-meta {
    padding: 10px 0 0;
    color: #999
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-name {
    font-size: 24px;
    font-weight: 700;
    margin-right: 30px;
    color: #555;
    line-height: 1.7em
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-clear {
    clear: both
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-meta span {
    margin: 0 5px;
    font-size: 14px;
    display: inline-block;
    line-height: .1
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-meta span:first-child {
    margin: 0 5px 0 0
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-meta-text {
    margin: 5px 0 0;
    line-height: 1.4em;
    font-size: 13px
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav {
    padding: 10px;
    background: #444;
    text-align: center
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 10px 6px 28px;
    display: block;
    float: left;
    border-radius: 4px;
    margin-left: 5px;
    position: relative;
    border-bottom: 0;
    text-decoration: none!important
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item a:hover {
    background: #555
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item .ppress-material-icons {
    font-size: 18px;
    height: 18px;
    line-height: 1.5;
    position: absolute;
    display: block;
    left: 10px
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item span.ppress-dpf-nav-title {
    padding-left: 5px
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item.ppress-dpf-active a {
    background: #007bff
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-body {
    max-width: 600px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: auto
}

.pp-form-wrapper.ppress-default-profile .pp-user-comment-no-item,.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-note {
    text-align: center;
    padding-top: 20px;
    color: #666
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-note .ppress-material-icons {
    display: inline-block;
    font-size: 70px;
    height: 70px;
    line-height: 70px
}

.pp-form-wrapper.ppress-default-profile .pp-user-comment-no-item span,.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-note span {
    margin-top: 10px;
    display: block;
    font-size: 16px;
    color: #888
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-note a {
    border: 0!important
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-body-items {
    margin: 0 0 30px
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-body-item {
    position: relative;
    padding: 15px 0 0
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-item-label {
    display: block;
    margin: 0 0 8px;
    border-bottom: solid 2px #eee;
    padding-bottom: 4px;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-field-label-icon {
    float: left;
    margin: 0 8px 0 0;
    height: 22px;
    line-height: 18px;
    display: inline-block;
    width: 24px;
    text-align: center
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-field-label-icon i {
    font-size: 22px;
    position: relative;
    top: 1px
}

.pp-form-wrapper.ppress-default-profile .ppdf-nocover .ppress-dpf-profile-photo {
    float: none;
    margin: 0 auto;
    text-align: center;
    position: relative
}

.pp-form-wrapper.ppress-default-profile .ppdf-nocover .ppress-dpf-profile-meta {
    padding-left: 0!important;
    padding-right: 0!important;
    text-align: center!important
}

.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav {
    padding: 0!important
}

.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav-item a,.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item a {
    margin-left: 0!important;
    border-radius: 0!important
}

.ppress-dpf-profile-nav-item.ppressui340 .ppress-dpf-profile-body {
    padding-left: 0!important;
    padding-right: 0!important
}

.ppress-default-profile.ppressui340.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-photo {
    position: static!important;
    top: auto!important;
    left: auto!important
}

.ppress-default-profile.ppressui340 .ppress-dpf-header .ppress-dpf-profile-meta {
    text-align: center!important;
    padding: 0!important;
    margin-top: -30px!important
}

.ppress-default-profile.ppressui340.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-meta {
    padding-top: 0!important
}

.ppress-default-profile.ppressui340 .ppress-dpf-header .ppress-dpf-name {
    float: none!important;
    margin-right: 0!important;
    font-size: 18px!important
}

.ppress-default-profile.ppressui340 .ppress-dpf-header .ppress-dpf-meta-text {
    padding: 0 20px!important
}

.ppress-default-profile.ppressui340 .ppress-dpf-profile-photo {
    position: relative!important;
    width: 100px!important;
    height: 100px!important;
    margin: 0 auto!important;
    float: none!important;
    left: auto!important;
    text-align: center!important;
    top: -40px!important
}

.ppress-default-profile.ppressui340.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-photo {
    width: 120px!important;
    height: 120px!important
}

.ppress-default-profile.ppressui340 .ppress-dpf-nav-title {
    font-size: 12px!important
}

.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav-item .ppress-material-icons,.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item i {
    display: block!important;
    position: static!important;
    top: auto!important;
    left: auto!important;
    height: 20px!important;
    line-height: 20px!important
}

.ppress-default-profile.ppressui340.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-meta {
    margin-top: 0!important
}

.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav {
    padding: 0!important
}

.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item i {
    font-size: 22px!important;
    height: 22px!important;
    line-height: 22px!important
}

.ppress-default-profile.ppressui500 .ppress-dpf-profile-body {
    padding-left: 0!important;
    padding-right: 0!important
}

.ppress-default-profile.ppressui500.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-photo {
    position: static!important;
    top: auto!important;
    left: auto!important;
    width: 120px!important;
    height: 120px!important
}

.ppress-default-profile.ppressui500 .ppress-dpf-profile-photo {
    position: relative!important;
    width: 100px!important;
    height: 100px!important;
    margin: 0 auto!important;
    float: none!important;
    display: block!important;
    top: -40px!important;
    left: 0!important
}

.ppress-default-profile.ppressui500 .ppress-dpf-header .ppress-dpf-profile-meta {
    text-align: center!important;
    padding: 0!important;
    margin-top: -30px!important
}

.ppress-default-profile.ppressui500 .ppress-dpf-header .ppress-dpf-name {
    float: none!important;
    margin-right: 0!important;
    font-size: 21px!important
}

.ppress-default-profile.ppressui500 .ppress-dpf-header .ppress-dpf-meta-text {
    padding-top: 10px!important
}

.ppress-default-profile.ppressui500 .ppress-dpf-header .ppress-dpf-meta {
    padding: 0 20px!important;
    display: block!important
}

.ppress-default-profile.ppressui500 .ppress-dpf-nav-title {
    font-size: 12px!important
}

.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item .ppress-material-icons {
    display: block!important;
    position: static!important;
    top: auto!important;
    left: auto!important;
    height: 20px!important;
    line-height: 20px!important
}

.ppress-default-profile.ppressui500.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-meta {
    margin-top: 0!important
}

.ppress-default-profile.ppressui800 .ppress-dpf-profile-nav {
    padding: 0!important
}

.ppress-default-profile.ppressui800 .ppress-dpf-profile-nav-item a {
    padding: 10px 20px!important;
    margin-left: 0!important;
    border-radius: 0!important
}

.ppress-default-profile.ppressui800 .ppress-dpf-profile-photo {
    width: 140px!important;
    height: 140px!important;
    top: -70px!important
}

.ppress-default-profile.ppressui800.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-photo {
    top: auto!important
}

.ppress-default-profile.ppressui800 .ppress-dpf-header .ppress-dpf-meta-text {
    padding-top: 10px!important
}

.ppress-default-profile.ppressui800 .ppress-dpf-nav-title {
    font-size: 12px!important
}

.ppress-default-profile.ppressui800 .ppress-dpf-profile-nav-item .ppress-material-icons {
    display: block!important;
    position: static!important;
    top: auto!important;
    left: auto!important;
    font-size: 20px!important;
    height: 20px!important;
    line-height: 20px!important
}

.ppress-default-profile.ppressui960 .ppress-dpf-profile-photo {
    width: 140px!important;
    height: 140px!important;
    top: -70px!important
}

.ppress-default-profile.ppressui960.ppdf-nocover .ppress-dpf-profile-meta {
    margin-top: -50px!important
}

.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav-item a,.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item a {
    padding: 5px 11px!important;
    font-size: 12px!important
}

.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav-item .ppress-material-icons,.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item .ppress-material-icons {
    font-size: 14px!important
}

.ppress-default-profile.ppressui340 span.ppress-dpf-nav-title,.ppress-default-profile.ppressui500 span.ppress-dpf-nav-title {
    font-size: 10px!important
}

.pp-form-wrapper.ppress-default-profile ul.pp-user-post-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.pp-form-wrapper.ppress-default-profile li.pp-user-post-item {
    padding: 20px 0;
    border-bottom: 1px solid #eee
}

.pp-form-wrapper.ppress-default-profile .pp-user-post-item a,.pp-form-wrapper.ppress-default-profile .pp-user-post-item h3 {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    text-decoration: none
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-more-post-wrap {
    text-align: center;
    padding-top: 30px
}

.pp-form-wrapper.ppress-default-profile a.ppress-dpf-more-post-btn {
    font-size: 15px;
    border: 0;
    display: block;
    width: 100%;
    line-height: 1em;
    padding: 15px;
    text-decoration: none;
    text-align: center;
    text-transform: none;
    font-weight: 400;
    transition: .25s;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);
    box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);
    max-width: 250px;
    margin: 0 auto;
    color: #fff;
    background: #007bff
}

.pp-form-wrapper.ppress-default-profile .pp-user-comment-item {
    padding: 20px 0;
    border-bottom: 1px solid #eee
}

.pp-form-wrapper.ppress-default-profile .pp-user-comment-item-link a {
    color: inherit
}

.pp-form-wrapper.ppress-default-profile .pp-user-comment-no-item+.ppress-dpf-more-post-wrap {
    display: none
}

.pp-member-directory .ppressmd-member-directory-header.ppressmd-form {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    width: 100%
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row:not(.ppressmd-member-directory-filters-bar) {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    flex-wrap: nowrap;
    margin: 0 0 10px
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row.ppressmd-member-directory-search-row {
    justify-content: flex-end
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    width: 60%
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line label {
    flex: 1;
    margin: 0 10px 0 0;
    min-width: 90px;
    max-width: 85%
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line label .ppressmd-search-line {
    -webkit-appearance: textfield;
    width: 100%;
    padding: 0 12px!important;
    display: block!important;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    outline: 0!important;
    cursor: text!important;
    font-size: 15px!important;
    height: 40px!important;
    box-sizing: border-box!important;
    box-shadow: none!important;
    margin: 0!important;
    position: static
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line .ppressmd-do-search {
    min-width: 15%;
    width: auto
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-sorting {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    flex-wrap: nowrap;
    flex: 5
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-sorting .ppressmd-member-directory-sorting-a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    flex-wrap: nowrap;
    position: relative;
    cursor: pointer
}

.pp-member-directory .ppressmd-member-directory-header a {
    text-decoration: none;
    border-bottom: none;
    box-shadow: none
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppress-material-icons {
    display: inline;
    vertical-align: middle
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: baseline;
    flex-wrap: nowrap;
    flex: 2;
    text-align: right
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters .ppressmd-member-directory-filters-a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    flex-wrap: nowrap;
    cursor: pointer
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters .ppressmd-member-directory-filters-a a {
    margin: 0 5px 0 0
}

.ppressmd-member-directory-header:not(.ppmd-filters-expand) .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters .ppressmd-member-directory-filters-a .ppress-up {
    display: none
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search.ppressmd-search-invisible,.ppressmd-member-directory-header.ppmd-filters-expand .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters .ppressmd-member-directory-filters-a .ppress-down {
    display: none
}

.ppressmd-new-dropdown {
    font-size: 16px;
    margin: 0;
    position: absolute;
    height: auto;
    background: #fff;
    z-index: 10;
    display: none;
    border: 1px solid #ddd;
    box-shadow: 0 7px 14px 0 rgba(50,50,93,.1),0 3px 6px 0 rgba(0,0,0,.07);
    -webkit-box-shadow: 0 7px 14px 0 rgba(50,50,93,.1),0 3px 6px 0 rgba(0,0,0,.07);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px
}

.ppressmd-new-dropdown ul li {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-sorting .ppressmd-member-directory-sorting-a .ppressmd-new-dropdown {
    top: 24px;
    width: 200px;
    left: -12px
}

.ppressmd-new-dropdown ul li a {
    display: block;
    padding: 8px 12px;
    line-height: 1
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row.ppressmd-member-directory-filters-bar {
    padding: 0 0 10px
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row.ppressmd-header-row-invisible {
    margin: 0
}

.ppressmd-member-directory-header.ppmd-filters-expand .ppressmd-member-directory-header-row .ppressmd-search.ppressmd-search-invisible {
    display: grid
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search {
    margin: 0;
    width: 100%;
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 10px;
    grid-auto-rows: minmax(max-content,auto);
    -ms-grid-template-rows: auto 1fr;
    -ms-grid-template-columns: repeat(3,1fr);
    -ms-grid-gap: 10px;
    -ms-grid-auto-rows: minmax(max-content,auto);
    align-items: center
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search .ppressmd-search-filter {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    flex-wrap: nowrap;
    width: 100%
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search .ppressmd-search-filter.ppressmd-text-filter-type input {
    width: 100%;
    padding: 10px 30px
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line label .ppressmd-search-line,.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search .ppressmd-search-filter.ppressmd-text-filter-type input:not(.select2-search__field),.pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection {
    background-color: transparent;
    border: 1px solid #ddd!important
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppress-material-icons,.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line label .ppressmd-search-line,.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search .ppressmd-search-filter.ppressmd-text-filter-type input,.pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection__rendered {
    color: #666;
    background-color: transparent
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row input[type=search]:focus {
    border: 1px solid #bbb!important
}

.pp-member-directory .ppressmd-member-directory-header .ppressmd-button {
    border: 0!important;
    display: block;
    width: 100%;
    line-height: 1em!important;
    padding: 16px 20px!important;
    text-decoration: none!important;
    text-align: center;
    text-transform: none!important;
    font-weight: 400!important;
    overflow: hidden;
    position: relative;
    transition: .25s;
    box-sizing: border-box;
    -moz-border-radius: 4px!important;
    -webkit-border-radius: 4px!important;
    border-radius: 4px!important;
    box-shadow: none;
    vertical-align: middle!important;
    height: auto!important;
    cursor: pointer!important;
    text-shadow: none;
    font-family: inherit;
    outline: 0!important;
    margin: 0;
    -webkit-appearance: none
}

.pp-member-directory .ppressmd-members-total-wrap {
    text-align: center;
    margin: 0 0 10px
}

.pp-member-directory .ppressmd-members-total {
    font-size: 20px;
    font-weight: 300
}

.pp-member-directory .ppressmd-member-directory-header .select2.select2-container {
    width: 100%!important
}

.pp-member-directory .ppressmd-member-directory-header .select2-search.select2-search--inline .select2-search__field {
    width: auto!important
}

.pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection {
    display: block!important;
    height: 40px;
    padding: 0 0 0 12px!important;
    overflow: hidden!important;
    position: relative!important;
    white-space: nowrap!important;
    line-height: 35px!important;
    font-size: 15px!important;
    text-align: left!important;
    text-decoration: none!important;
    -moz-border-radius: 2px!important;
    -webkit-border-radius: 2px!important;
    border-radius: 2px!important;
    background-clip: padding-box!important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: 0 0!important
}

.pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection .select2-selection__arrow {
    display: inline-block!important;
    width: 34px!important;
    height: 100%!important;
    position: absolute!important;
    right: 0!important;
    top: 0!important;
    -moz-border-radius: 0 2px 2px 0!important;
    -webkit-border-radius: 0 2px 2px 0!important;
    border-radius: 0 2px 2px 0!important;
    background-clip: padding-box!important;
    text-align: center!important;
    background: 0 0!important;
    border-left: 0!important
}

.pp-member-directory .ppressmd-member-directory-header .select2-container.select2-container--open .select2-dropdown {
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 0
}

.pp-member-directory .ppressmd-member-directory-header .select2-container.select2-container--open .select2-dropdown .select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
    font-size: 15px;
    margin: 5px!important;
    color: #666!important;
    padding: 3px 7px 4px!important;
    cursor: pointer;
    min-height: 1em!important
}

.pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection.select2-selection--multiple {
    height: auto!important;
    line-height: .8!important
}

.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0!important;
    line-height: 37px
}

.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    line-height: 37px;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding-left: 0!important;
    padding-right: 30px;
    width: 100%;
    font-size: 13px
}

.pp-member-directory .ppressmd-member-directory-header .select2-results li.select2-results__option.select2-results__option--highlighted {
    background: 0 0!important;
    background: #f4f4f4!important;
    color: #666!important
}

.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__clear {
    right: 10px;
    margin: 0!important
}

.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__clear {
    right: 10px;
    font-size: 30px;
    margin: 0!important
}

.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__clear,.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__arrow b,.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__clear {
    color: #888!important
}

.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__clear {
    position: absolute
}

.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 3px 3px 3px 5px
}

.pp-member-directory .ppressmd-member-directory-header .select2-container .select2-search.select2-search--inline>input {
    border: 0!important;
    padding: 0!important;
    border-radius: 0!important
}

.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    overflow-x: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    box-sizing: border-box
}

.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__clear {
    font-size: 20px!important
}

.pp-member-directory .ppmd-pagination-wrap {
    font-size: 16px;
    width: 100%;
    margin: 0 auto 10px;
    padding: 0;
    text-align: center
}

.pp-member-directory .ppmd-pagination-wrap .page-numbers {
    display: inline-block;
    width: auto;
    height: 34px;
    line-height: 34px;
    transition: all .2s linear;
    padding: 0 14px;
    color: #666;
    font-weight: 400
}

.pp-member-directory .ppmd-pagination-wrap .page-numbers.current {
    background: #007bff;
    color: #fff
}

.pp-member-directory .ppmd-pagination-wrap .page-numbers .ppress-material-icons {
    vertical-align: middle
}

.ppress-paywall-message-wrap {
    position: relative;
    width: 100%;
    margin: -5em auto 2em;
    padding: 6em 0 0;
    background: linear-gradient(to bottom,rgba(255,255,255,0),rgba(255,255,255,.5) .5em,#fff 5.5em,#fff 100%)
}

.ppress-paywall-message {
    box-shadow: 0 0 .5em .25em rgba(0,0,0,.125);
    padding: 1.375em;
    border: 6px solid #fff;
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    background-color: #f4f4f4;
    color: #333
}

.ppress-paywall-message p:last-child {
    margin-bottom: 0!important
}

p:has(+.ppress-paywall-message-wrap) {
    margin-bottom: 0
}

.ppress-main-container {
    width: 100%
}

.ppress-container-div {
    margin: 3em 0;
    padding: 3em;
    background-color: #fff;
    width: 100%;
    text-align: center
}

@-webkit-keyframes fpFadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes fpFadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.flatpickr-calendar {
    background: 0 0;
    opacity: 0;
    display: none;
    text-align: center;
    visibility: hidden;
    padding: 0;
    -webkit-animation: none;
    animation: none;
    direction: ltr;
    border: 0;
    font-size: 14px;
    line-height: 24px;
    border-radius: 5px;
    position: absolute;
    width: 307.875px;
    box-sizing: border-box;
    touch-action: manipulation;
    background: #fff;
    box-shadow: 1px 0 0#e6e6e6,-1px 0 0#e6e6e6,0 1px 0#e6e6e6,0-1px 0#e6e6e6,0 3px 13px rgba(0,0,0,.08)
}

.flatpickr-calendar.inline,.flatpickr-calendar.open {
    opacity: 1;
    max-height: 640px;
    visibility: visible
}

.flatpickr-calendar.open {
    display: inline-block;
    z-index: 99999
}

.flatpickr-calendar.animate.open {
    -webkit-animation: fpFadeInDown 300ms cubic-bezier(.23,1,.32,1);
    animation: fpFadeInDown 300ms cubic-bezier(.23,1,.32,1)
}

.flatpickr-calendar.inline {
    display: block;
    position: relative;
    top: 2px
}

.flatpickr-calendar.static {
    position: absolute;
    top: calc(100% + 2px)
}

.flatpickr-calendar.static.open {
    z-index: 999;
    display: block
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
    box-shadow: none!important
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
    box-shadow: -2px 0 0#e6e6e6,5px 0 0#e6e6e6
}

.flatpickr-calendar .hasTime .dayContainer,.flatpickr-calendar .hasWeeks .dayContainer {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.flatpickr-calendar .hasWeeks .dayContainer {
    border-left: 0
}

.flatpickr-calendar.hasTime .flatpickr-time {
    height: 40px;
    border-top: 1px solid #e6e6e6
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
    height: auto
}

.flatpickr-calendar:after,.flatpickr-calendar:before {
    position: absolute;
    display: block;
    pointer-events: none;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    left: 22px
}

.flatpickr-calendar.arrowRight:after,.flatpickr-calendar.arrowRight:before,.flatpickr-calendar.rightMost:after,.flatpickr-calendar.rightMost:before {
    left: auto;
    right: 22px
}

.flatpickr-calendar.arrowCenter:after,.flatpickr-calendar.arrowCenter:before {
    left: 50%;
    right: 50%
}

.flatpickr-calendar:before {
    border-width: 5px;
    margin: 0-5px
}

.flatpickr-calendar:after {
    border-width: 4px;
    margin: 0-4px
}

.flatpickr-calendar.arrowTop:after,.flatpickr-calendar.arrowTop:before {
    bottom: 100%
}

.flatpickr-calendar.arrowTop:before {
    border-bottom-color: #e6e6e6
}

.flatpickr-calendar.arrowTop:after {
    border-bottom-color: #fff
}

.flatpickr-calendar.arrowBottom:after,.flatpickr-calendar.arrowBottom:before {
    top: 100%
}

.flatpickr-calendar.arrowBottom:before {
    border-top-color: #e6e6e6
}

.flatpickr-calendar.arrowBottom:after {
    border-top-color: #fff
}

.flatpickr-calendar:focus,.flatpickr-current-month input.cur-year:focus {
    outline: 0
}

.flatpickr-wrapper {
    position: relative;
    display: inline-block
}

.flatpickr-months {
    display: flex
}

.flatpickr-months .flatpickr-month,.flatpickr-months .flatpickr-next-month,.flatpickr-months .flatpickr-prev-month {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 34px;
    color: rgba(0,0,0,.9);
    fill: rgba(0,0,0,.9)
}

.flatpickr-months .flatpickr-month {
    background: 0 0;
    line-height: 1;
    text-align: center;
    position: relative;
    overflow: hidden;
    flex: 1
}

.flatpickr-months .flatpickr-next-month,.flatpickr-months .flatpickr-prev-month {
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    padding: 10px;
    z-index: 3
}

.flatpickr-months .flatpickr-next-month.flatpickr-disabled,.flatpickr-months .flatpickr-prev-month.flatpickr-disabled {
    display: none
}

.flatpickr-months .flatpickr-next-month i,.flatpickr-months .flatpickr-prev-month i,.numInputWrapper {
    position: relative
}

.flatpickr-months .flatpickr-next-month.flatpickr-prev-month,.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
    left: 0
}

.flatpickr-months .flatpickr-next-month.flatpickr-next-month,.flatpickr-months .flatpickr-prev-month.flatpickr-next-month {
    right: 0
}

.flatpickr-months .flatpickr-next-month:hover,.flatpickr-months .flatpickr-prev-month:hover {
    color: #959ea9
}

.flatpickr-months .flatpickr-next-month:hover svg,.flatpickr-months .flatpickr-prev-month:hover svg {
    fill: #f64747
}

.flatpickr-months .flatpickr-next-month svg,.flatpickr-months .flatpickr-prev-month svg {
    width: 14px;
    height: 14px
}

.flatpickr-months .flatpickr-next-month svg path,.flatpickr-months .flatpickr-prev-month svg path {
    transition: fill .1s;
    fill: inherit
}

.numInputWrapper {
    height: auto
}

.numInputWrapper input,.numInputWrapper span {
    display: inline-block
}

.numInputWrapper input {
    width: 100%
}

.numInputWrapper input::-ms-clear {
    display: none
}

.numInputWrapper input::-webkit-inner-spin-button,.numInputWrapper input::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none
}

.numInputWrapper span {
    position: absolute;
    right: 0;
    width: 14px;
    padding: 0 4px 0 2px;
    height: 50%;
    line-height: 50%;
    opacity: 0;
    cursor: pointer;
    border: 1px solid rgba(57,57,57,.15);
    box-sizing: border-box
}

.numInputWrapper span:hover {
    background: rgba(0,0,0,.1)
}

.numInputWrapper span:active {
    background: rgba(0,0,0,.2)
}

.numInputWrapper span:after {
    display: block;
    content: "";
    position: absolute
}

.numInputWrapper span.arrowUp {
    top: 0;
    border-bottom: 0
}

.numInputWrapper span.arrowUp:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid rgba(57,57,57,.6);
    top: 26%
}

.numInputWrapper span.arrowDown {
    top: 50%
}

.numInputWrapper span.arrowDown:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(57,57,57,.6);
    top: 40%
}

.numInputWrapper span svg {
    width: inherit;
    height: auto
}

.numInputWrapper span svg path {
    fill: rgba(0,0,0,.5)
}

.flatpickr-current-month span.cur-month:hover,.numInputWrapper:hover {
    background: rgba(0,0,0,.05)
}

.numInputWrapper:hover span {
    opacity: 1
}

.flatpickr-current-month {
    font-size: 135%;
    font-weight: 300;
    color: inherit;
    position: absolute;
    width: 75%;
    left: 12.5%;
    padding: 7.48px 0 0;
    line-height: 1;
    height: 34px;
    display: inline-block;
    text-align: center;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.flatpickr-current-month span.cur-month {
    font-family: inherit;
    font-weight: 700;
    color: inherit;
    display: inline-block;
    margin-left: .5ch;
    padding: 0
}

.flatpickr-current-month .numInputWrapper {
    width: 6ch;
    width: 7ch\0;
    display: inline-block
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: rgba(0,0,0,.9)
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: rgba(0,0,0,.9)
}

.flatpickr-current-month .flatpickr-monthDropdown-months,.flatpickr-current-month input.cur-year {
    background: 0 0;
    border: 0;
    border-radius: 0;
    box-sizing: border-box;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    height: auto;
    line-height: inherit;
    padding: 0 0 0 .5ch;
    vertical-align: initial
}

.flatpickr-current-month input.cur-year {
    cursor: text;
    margin: 0;
    display: inline-block;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover {
    font-size: 100%;
    color: rgba(0,0,0,.5);
    background: 0 0;
    pointer-events: none
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    appearance: menulist;
    cursor: pointer;
    margin: -1px 0 0;
    outline: 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    width: auto
}

.flatpickr-current-month .flatpickr-monthDropdown-months:active,.flatpickr-current-month .flatpickr-monthDropdown-months:focus {
    outline: 0
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
    background: rgba(0,0,0,.05)
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    background-color: transparent;
    outline: 0;
    padding: 0
}

.flatpickr-weekdays {
    background: 0 0;
    text-align: center;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    height: 28px
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
    display: flex;
    flex: 1
}

span.flatpickr-weekday {
    cursor: default;
    font-size: 90%;
    background: 0 0;
    color: rgba(0,0,0,.54);
    line-height: 1;
    margin: 0;
    text-align: center;
    display: block;
    flex: 1;
    font-weight: bolder
}

.flatpickr-weeks {
    padding: 1px 0 0
}

.flatpickr-days {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    width: 307.875px
}

.flatpickr-days:focus {
    outline: 0
}

.dayContainer,.flatpickr-day {
    box-sizing: border-box;
    display: inline-block
}

.dayContainer {
    padding: 0;
    outline: 0;
    text-align: left;
    width: 307.875px;
    min-width: 307.875px;
    max-width: 307.875px;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-around;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1
}

.dayContainer+.dayContainer {
    box-shadow: -1px 0 0#e6e6e6
}

.flatpickr-day {
    background: 0 0;
    border: 1px solid transparent;
    border-radius: 150px;
    color: #393939;
    cursor: pointer;
    font-weight: 400;
    width: 14.2857143%;
    flex-basis: 14.2857143%;
    max-width: 39px;
    height: 39px;
    line-height: 39px;
    margin: 0;
    position: relative;
    justify-content: center;
    text-align: center
}

.flatpickr-day.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day.nextMonthDay:focus,.flatpickr-day.nextMonthDay:hover,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.today.inRange,.flatpickr-day:focus,.flatpickr-day:hover {
    cursor: pointer;
    outline: 0;
    background: #e6e6e6;
    border-color: #e6e6e6
}

.flatpickr-day.today {
    border-color: #959ea9
}

.flatpickr-day.today:focus,.flatpickr-day.today:hover {
    border-color: #959ea9;
    background: #959ea9;
    color: #fff
}

.flatpickr-day.endRange,.flatpickr-day.endRange.inRange,.flatpickr-day.endRange.nextMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.endRange:focus,.flatpickr-day.endRange:hover,.flatpickr-day.selected,.flatpickr-day.selected.inRange,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.selected:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange,.flatpickr-day.startRange.inRange,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.startRange:focus,.flatpickr-day.startRange:hover {
    background: #569ff7;
    box-shadow: none;
    color: #fff;
    border-color: #569ff7
}

.flatpickr-day.endRange.startRange,.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange {
    border-radius: 50px 0 0 50px
}

.flatpickr-day.endRange.endRange,.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange {
    border-radius: 0 50px 50px 0
}

.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)) {
    box-shadow: -10px 0 0#569ff7
}

.flatpickr-day.endRange.startRange.endRange,.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange {
    border-radius: 50px
}

.flatpickr-day.inRange {
    border-radius: 0;
    box-shadow: -5px 0 0#e6e6e6,5px 0 0#e6e6e6
}

.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover {
    background: 0 0;
    border-color: transparent
}

.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.nextMonthDay,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.prevMonthDay {
    color: rgba(57,57,57,.3);
    background: 0 0;
    border-color: transparent;
    cursor: default
}

.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover {
    cursor: not-allowed;
    color: rgba(57,57,57,.1)
}

.flatpickr-day.week.selected {
    border-radius: 0;
    box-shadow: -5px 0 0#569ff7,5px 0 0#569ff7
}

.flatpickr-day.hidden {
    visibility: hidden
}

.rangeMode .flatpickr-day {
    margin-top: 1px
}

.flatpickr-weekwrapper {
    float: left
}

.flatpickr-weekwrapper .flatpickr-weeks {
    padding: 0 12px;
    box-shadow: 1px 0 0#e6e6e6
}

.flatpickr-weekwrapper .flatpickr-weekday {
    float: none;
    width: 100%;
    line-height: 28px
}

.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover {
    display: block;
    width: 100%;
    max-width: none;
    color: rgba(57,57,57,.3);
    background: 0 0;
    cursor: default;
    border: 0
}

.flatpickr-innerContainer {
    display: block;
    display: flex;
    box-sizing: border-box;
    overflow: hidden
}

.flatpickr-rContainer {
    display: inline-block;
    padding: 0;
    box-sizing: border-box
}

.flatpickr-time,.flatpickr-time input {
    text-align: center;
    box-sizing: border-box
}

.flatpickr-time {
    outline: 0;
    display: block;
    height: 0;
    line-height: 40px;
    max-height: 40px;
    overflow: hidden;
    display: flex
}

.flatpickr-time:after {
    content: "";
    display: table;
    clear: both
}

.flatpickr-time .numInputWrapper {
    flex: 1;
    width: 40%;
    height: 40px;
    float: left
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
    border-bottom-color: #393939
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
    border-top-color: #393939
}

.flatpickr-time.hasSeconds .numInputWrapper {
    width: 26%
}

.flatpickr-time.time24hr .numInputWrapper {
    width: 49%
}

.flatpickr-time input {
    background: 0 0;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    height: inherit;
    line-height: inherit;
    color: #393939;
    font-size: 14px;
    position: relative;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

.flatpickr-time input.flatpickr-hour {
    font-weight: 700
}

.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second {
    font-weight: 400
}

.flatpickr-time input:focus {
    outline: 0;
    border: 0
}

.flatpickr-time .flatpickr-am-pm,.flatpickr-time .flatpickr-time-separator {
    height: inherit;
    float: left;
    line-height: inherit;
    color: #393939;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    align-self: center
}

.flatpickr-time .flatpickr-time-separator {
    font-weight: 700;
    width: 2%
}

.flatpickr-time .flatpickr-am-pm {
    outline: 0;
    width: 18%;
    cursor: pointer;
    text-align: center;
    font-weight: 400
}

.flatpickr-time .flatpickr-am-pm:focus,.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time input:focus,.flatpickr-time input:hover {
    background: #eee
}

.flatpickr-input[readonly] {
    cursor: pointer
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

/*!
 * Bootstrap v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #868e96;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #868e96;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    --font-family-monospace: "SFMono-Regular",Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

@media print {
    *,::after,::before {
        text-shadow: none!important;
        box-shadow: none!important
    }

    a,a:visited {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap!important
    }

    blockquote,pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,tr {
        page-break-inside: avoid
    }

    h2,h3,p {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse!important
    }

    .table td,.table th {
        background-color: #fff!important
    }

    .table-bordered td,.table-bordered th {
        border: 1px solid #ddd!important
    }
}

*,::after,::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
    width: device-width
}

article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0!important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl,ol,ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b,strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code,kbd,pre,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #868e96;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,input,optgroup,select,textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[type=reset],[type=submit],button,html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date],input[type=datetime-local],input[type=month],input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none!important
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

.h1,h1 {
    font-size: 2.5rem
}

.h2,h2 {
    font-size: 2rem
}

.h3,h3 {
    font-size: 1.75rem
}

.h4,h4 {
    font-size: 1.5rem
}

.h5,h5 {
    font-size: 1.25rem
}

.h6,h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1)
}

.small,small {
    font-size: 80%;
    font-weight: 400
}

.mark,mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: 5px
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #868e96
}

.blockquote-footer::before {
    content: "\2014 \00A0"
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: .25rem;
    transition: all .2s ease-in-out;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #868e96
}

code,kbd,pre,samp {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

code {
    padding: .2rem .4rem;
    font-size: 90%;
    color: #bd4147;
    background-color: #f8f9fa;
    border-radius: .25rem
}

a>code {
    padding: 0;
    color: inherit;
    background-color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 90%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 90%;
    color: #212529
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width:1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

.table td,.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #e9ecef
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e9ecef
}

.table tbody+tbody {
    border-top: 2px solid #e9ecef
}

.table .table {
    background-color: #fff
}

.table-sm td,.table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #e9ecef
}

.table-bordered td,.table-bordered th {
    border: 1px solid #e9ecef
}

.table-bordered thead td,.table-bordered thead th {
    border-bottom-width: 2px
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0,0,0,.075)
}

.table-primary,.table-primary>td,.table-primary>th {
    background-color: #b8daff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th {
    background-color: #9fcdff
}

.table-secondary,.table-secondary>td,.table-secondary>th {
    background-color: #dddfe2
}

.table-hover .table-secondary:hover {
    background-color: #cfd2d6
}

.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th {
    background-color: #cfd2d6
}

.table-success,.table-success>td,.table-success>th {
    background-color: #c3e6cb
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover>td,.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,.table-info>td,.table-info>th {
    background-color: #bee5eb
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover>td,.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,.table-warning>td,.table-warning>th {
    background-color: #ffeeba
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,.table-danger>td,.table-danger>th {
    background-color: #f5c6cb
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,.table-light>td,.table-light>th {
    background-color: #fdfdfe
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover>td,.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,.table-dark>td,.table-dark>th {
    background-color: #c6c8ca
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,.table-active>td,.table-active>th {
    background-color: rgba(0,0,0,.075)
}

.table-hover .table-active:hover {
    background-color: rgba(0,0,0,.075)
}

.table-hover .table-active:hover>td,.table-hover .table-active:hover>th {
    background-color: rgba(0,0,0,.075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #e9ecef
}

.table-dark {
    color: #fff;
    background-color: #212529
}

.table-dark td,.table-dark th,.table-dark thead th {
    border-color: #32383e
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255,255,255,.05)
}

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255,255,255,.075)
}

@media (max-width: 575px) {
    .table-responsive-sm {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-sm.table-bordered {
        border: 0
    }
}

@media (max-width: 767px) {
    .table-responsive-md {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-md.table-bordered {
        border: 0
    }
}

@media (max-width: 991px) {
    .table-responsive-lg {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-lg.table-bordered {
        border: 0
    }
}

@media (max-width: 1199px) {
    .table-responsive-xl {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-xl.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.form-control::-webkit-input-placeholder {
    color: #868e96;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #868e96;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #868e96;
    opacity: 1
}

.form-control::placeholder {
    color: #868e96;
    opacity: 1
}

.form-control:disabled,.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px)
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,.form-control-range {
    display: block
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.col-form-legend {
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    font-size: 1rem
}

.form-control-plaintext {
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm,.input-group-lg>.form-control-plaintext.form-control,.input-group-lg>.form-control-plaintext.input-group-addon,.input-group-lg>.input-group-btn>.form-control-plaintext.btn,.input-group-sm>.form-control-plaintext.form-control,.input-group-sm>.form-control-plaintext.input-group-addon,.input-group-sm>.input-group-btn>.form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-sm>.input-group-btn>select.btn:not([size]):not([multiple]),.input-group-sm>select.form-control:not([size]):not([multiple]),.input-group-sm>select.input-group-addon:not([size]):not([multiple]),select.form-control-sm:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px)
}

.form-control-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-lg>.input-group-btn>select.btn:not([size]):not([multiple]),.input-group-lg>select.form-control:not([size]):not([multiple]),.input-group-lg>select.input-group-addon:not([size]):not([multiple]),select.form-control-lg:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px)
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    margin-bottom: .5rem
}

.form-check.disabled .form-check-label {
    color: #868e96
}

.form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0
}

.form-check-input {
    position: absolute;
    margin-top: .25rem;
    margin-left: -1.25rem
}

.form-check-inline {
    display: inline-block;
    margin-right: .75rem
}

.form-check-inline .form-check-label {
    vertical-align: middle
}

.valid-feedback {
    display: none;
    margin-top: .25rem;
    font-size: .875rem;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    width: 250px;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(40,167,69,.8);
    border-radius: .2rem
}

.custom-select.is-valid,.form-control.is-valid,.was-validated .custom-select:valid,.was-validated .form-control:valid {
    border-color: #28a745
}

.custom-select.is-valid:focus,.form-control.is-valid:focus,.was-validated .custom-select:valid:focus,.was-validated .form-control:valid:focus {
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip {
    display: block
}

.form-check-input.is-valid+.form-check-label,.was-validated .form-check-input:valid+.form-check-label {
    color: #28a745
}

.custom-control-input.is-valid~.custom-control-indicator,.was-validated .custom-control-input:valid~.custom-control-indicator {
    background-color: rgba(40,167,69,.25)
}

.custom-control-input.is-valid~.custom-control-description,.was-validated .custom-control-input:valid~.custom-control-description {
    color: #28a745
}

.custom-file-input.is-valid~.custom-file-control,.was-validated .custom-file-input:valid~.custom-file-control {
    border-color: #28a745
}

.custom-file-input.is-valid~.custom-file-control::before,.was-validated .custom-file-input:valid~.custom-file-control::before {
    border-color: inherit
}

.custom-file-input.is-valid:focus,.was-validated .custom-file-input:valid:focus {
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.invalid-feedback {
    display: none;
    margin-top: .25rem;
    font-size: .875rem;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    width: 250px;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(220,53,69,.8);
    border-radius: .2rem
}

.custom-select.is-invalid,.form-control.is-invalid,.was-validated .custom-select:invalid,.was-validated .form-control:invalid {
    border-color: #dc3545
}

.custom-select.is-invalid:focus,.form-control.is-invalid:focus,.was-validated .custom-select:invalid:focus,.was-validated .form-control:invalid:focus {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip {
    display: block
}

.form-check-input.is-invalid+.form-check-label,.was-validated .form-check-input:invalid+.form-check-label {
    color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-indicator,.was-validated .custom-control-input:invalid~.custom-control-indicator {
    background-color: rgba(220,53,69,.25)
}

.custom-control-input.is-invalid~.custom-control-description,.was-validated .custom-control-input:invalid~.custom-control-description {
    color: #dc3545
}

.custom-file-input.is-invalid~.custom-file-control,.was-validated .custom-file-input:invalid~.custom-file-control {
    border-color: #dc3545
}

.custom-file-input.is-invalid~.custom-file-control::before,.was-validated .custom-file-input:invalid~.custom-file-control::before {
    border-color: inherit
}

.custom-file-input.is-invalid:focus,.was-validated .custom-file-input:invalid:focus {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width: 576px) {
    .form-inline label {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        margin-top: 0;
        margin-bottom: 0
    }

    .form-inline .form-check-label {
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0
    }

    .form-inline .custom-control-indicator {
        position: static;
        display: inline-block;
        margin-right: .25rem;
        vertical-align: text-bottom
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.btn:focus,.btn:hover {
    text-decoration: none
}

.btn.focus,.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.btn.disabled,.btn:disabled {
    opacity: .65
}

.btn:not([disabled]):not(.disabled).active,.btn:not([disabled]):not(.disabled):active {
    background-image: none
}

a.btn.disabled,fieldset[disabled] a.btn {
    pointer-cmsevents: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus,.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.btn-primary.disabled,.btn-primary:disabled {
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not([disabled]):not(.disabled).active,.btn-primary:not([disabled]):not(.disabled):active,.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.btn-secondary {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96
}

.btn-secondary:hover {
    color: #fff;
    background-color: #727b84;
    border-color: #6c757d
}

.btn-secondary.focus,.btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(134,142,150,.5)
}

.btn-secondary.disabled,.btn-secondary:disabled {
    background-color: #868e96;
    border-color: #868e96
}

.btn-secondary:not([disabled]):not(.disabled).active,.btn-secondary:not([disabled]):not(.disabled):active,.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #666e76;
    box-shadow: 0 0 0 .2rem rgba(134,142,150,.5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus,.btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.btn-success.disabled,.btn-success:disabled {
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not([disabled]):not(.disabled).active,.btn-success:not([disabled]):not(.disabled):active,.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,.btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

.btn-info.disabled,.btn-info:disabled {
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not([disabled]):not(.disabled).active,.btn-info:not([disabled]):not(.disabled):active,.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

.btn-warning {
    color: #111;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #111;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus,.btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}

.btn-warning.disabled,.btn-warning:disabled {
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not([disabled]):not(.disabled).active,.btn-warning:not([disabled]):not(.disabled):active,.show>.btn-warning.dropdown-toggle {
    color: #111;
    background-color: #d39e00;
    border-color: #c69500;
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus,.btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.btn-danger.disabled,.btn-danger:disabled {
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not([disabled]):not(.disabled).active,.btn-danger:not([disabled]):not(.disabled):active,.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.btn-light {
    color: #111;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #111;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,.btn-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

.btn-light.disabled,.btn-light:disabled {
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not([disabled]):not(.disabled).active,.btn-light:not([disabled]):not(.disabled):active,.show>.btn-light.dropdown-toggle {
    color: #111;
    background-color: #dae0e5;
    border-color: #d3d9df;
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,.btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}

.btn-dark.disabled,.btn-dark:disabled {
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not([disabled]):not(.disabled).active,.btn-dark:not([disabled]):not(.disabled):active,.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary.focus,.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.btn-outline-primary.disabled,.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not([disabled]):not(.disabled).active,.btn-outline-primary:not([disabled]):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.btn-outline-secondary {
    color: #868e96;
    background-color: transparent;
    background-image: none;
    border-color: #868e96
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96
}

.btn-outline-secondary.focus,.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(134,142,150,.5)
}

.btn-outline-secondary.disabled,.btn-outline-secondary:disabled {
    color: #868e96;
    background-color: transparent
}

.btn-outline-secondary:not([disabled]):not(.disabled).active,.btn-outline-secondary:not([disabled]):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
    box-shadow: 0 0 0 .2rem rgba(134,142,150,.5)
}

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus,.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.btn-outline-success.disabled,.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not([disabled]):not(.disabled).active,.btn-outline-success:not([disabled]):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus,.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

.btn-outline-info.disabled,.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not([disabled]):not(.disabled).active,.btn-outline-info:not([disabled]):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus,.btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}

.btn-outline-warning.disabled,.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not([disabled]):not(.disabled).active,.btn-outline-warning:not([disabled]):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus,.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.btn-outline-danger.disabled,.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not([disabled]):not(.disabled).active,.btn-outline-danger:not([disabled]):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus,.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

.btn-outline-light.disabled,.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not([disabled]):not(.disabled).active,.btn-outline-light:not([disabled]):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus,.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}

.btn-outline-dark.disabled,.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not([disabled]):not(.disabled).active,.btn-outline-dark:not([disabled]):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent
}

.btn-link.focus,.btn-link:focus {
    border-color: transparent;
    box-shadow: none
}

.btn-link.disabled,.btn-link:disabled {
    color: #868e96
}

.btn-group-lg>.btn,.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm>.btn,.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

.fade.show {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.show {
    display: block
}

tr.collapse.show {
    display: table-row
}

tbody.collapse.show {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

.dropdown,.dropup {
    position: relative
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem
}

.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0
}

.dropdown-item:focus,.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled,.dropdown-item:disabled {
    color: #868e96;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #868e96;
    white-space: nowrap
}

.btn-group,.btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,.btn-group>.btn {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.btn-group-vertical>.btn:hover,.btn-group>.btn:hover {
    z-index: 2
}

.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus {
    z-index: 2
}

.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group,.btn-group-vertical .btn+.btn,.btn-group-vertical .btn+.btn-group,.btn-group-vertical .btn-group+.btn,.btn-group-vertical .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn+.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.btn+.dropdown-toggle-split::after {
    margin-left: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical .btn,.btn-group-vertical .btn-group {
    width: 100%
}

.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-cmsevents: none
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group .form-control:active,.input-group .form-control:focus,.input-group .form-control:hover {
    z-index: 3
}

.input-group .form-control,.input-group-addon,.input-group-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,.input-group-btn {
    white-space: nowrap
}

.input-group-addon {
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-addon.form-control-sm,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.input-group-addon.form-control-lg,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.input-group-addon input[type=checkbox],.input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .form-control:not(:last-child),.input-group-addon:not(:last-child),.input-group-btn:not(:first-child)>.btn-group:not(:last-child)>.btn,.input-group-btn:not(:first-child)>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:not(:last-child)>.btn,.input-group-btn:not(:last-child)>.btn-group>.btn,.input-group-btn:not(:last-child)>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon:not(:last-child) {
    border-right: 0
}

.input-group .form-control:not(:first-child),.input-group-addon:not(:first-child),.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group>.btn,.input-group-btn:not(:first-child)>.dropdown-toggle,.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn,.input-group-btn:not(:last-child)>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.form-control+.input-group-addon:not(:first-child) {
    border-left: 0
}

.input-group-btn {
    position: relative;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover {
    z-index: 3
}

.input-group-btn:first-child>.btn+.btn {
    margin-left: 0
}

.input-group-btn:not(:last-child)>.btn,.input-group-btn:not(:last-child)>.btn-group {
    margin-right: -1px
}

.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group {
    z-index: 2;
    margin-left: 0
}

.input-group-btn:not(:first-child)>.btn-group:first-child,.input-group-btn:not(:first-child)>.btn:first-child {
    margin-left: -1px
}

.input-group-btn:not(:first-child)>.btn-group:active,.input-group-btn:not(:first-child)>.btn-group:focus,.input-group-btn:not(:first-child)>.btn-group:hover,.input-group-btn:not(:first-child)>.btn:active,.input-group-btn:not(:first-child)>.btn:focus,.input-group-btn:not(:first-child)>.btn:hover {
    z-index: 3
}

.custom-control {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-indicator {
    color: #fff;
    background-color: #007bff
}

.custom-control-input:focus~.custom-control-indicator {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
}

.custom-control-input:active~.custom-control-indicator {
    color: #fff;
    background-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-indicator {
    background-color: #e9ecef
}

.custom-control-input:disabled~.custom-control-description {
    color: #868e96
}

.custom-control-indicator {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-cmsevents: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%
}

.custom-checkbox .custom-control-indicator {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='//www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-indicator {
    background-color: #007bff;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='//www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-indicator {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='//www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-controls-stacked {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.custom-controls-stacked .custom-control {
    margin-bottom: .25rem
}

.custom-controls-stacked .custom-control+.custom-control {
    margin-left: 0
}

.custom-select {
    display: inline-block;
    max-width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='//www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple] {
    height: auto;
    background-image: none
}

.custom-select:disabled {
    color: #868e96;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}

.custom-file {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    min-width: 14rem;
    max-width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-control {
    box-shadow: 0 0 0 .075rem #fff,0 0 0 .2rem #007bff
}

.custom-file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    pointer-cmsevents: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-control:lang(en):empty::after {
    content: "Choose file..."
}

.custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0 .25rem .25rem 0
}

.custom-file-control:lang(en)::before {
    content: "Browse"
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #868e96
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #ddd
}

.nav-tabs .nav-link.disabled {
    color: #868e96;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #ddd #ddd #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar>.container,.navbar>.container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: 0 0;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width: 575px) {
    .navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-flow:row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }

    .navbar-expand-sm .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

@media (max-width: 767px) {
    .navbar-expand-md>.container,.navbar-expand-md>.container-fluid {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-flow:row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container,.navbar-expand-md>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }

    .navbar-expand-md .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

@media (max-width: 991px) {
    .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-flow:row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }

    .navbar-expand-lg .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

@media (max-width: 1199px) {
    .navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -ms-flex-flow:row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }

    .navbar-expand-xl .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container,.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,.navbar-expand>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%
}

.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5)
}

.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0,0,0,.7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0,0,0,.3)
}

.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='//www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0,0,0,.5)
}

.navbar-light .navbar-text a {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover {
    color: rgba(0,0,0,.9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.5)
}

.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,.75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255,255,255,.25)
}

.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='//www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: rgba(255,255,255,.5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-deck {
        -ms-flex-flow:row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-group .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-group {
        -ms-flex-flow:row wrap;
        flex-flow: row wrap
    }

    .card-group .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group .card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group .card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group .card:first-child .card-img-top {
        border-top-right-radius: 0
    }

    .card-group .card:first-child .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group .card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group .card:last-child .card-img-top {
        border-top-left-radius: 0
    }

    .card-group .card:last-child .card-img-bottom {
        border-bottom-left-radius: 0
    }

    .card-group .card:only-child {
        border-radius: .25rem
    }

    .card-group .card:only-child .card-img-top {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .card-group .card:only-child .card-img-bottom {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

    .card-group .card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0
    }

    .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
        border-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count:3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #868e96;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #868e96
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #868e96;
    pointer-cmsevents: none;
    background-color: #fff;
    border-color: #ddd
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #ddd
}

.page-link:focus,.page-link:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #ddd
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

.badge-primary[href]:focus,.badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc
}

.badge-secondary {
    color: #fff;
    background-color: #868e96
}

.badge-secondary[href]:focus,.badge-secondary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #6c757d
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

.badge-success[href]:focus,.badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

.badge-info[href]:focus,.badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b
}

.badge-warning {
    color: #111;
    background-color: #ffc107
}

.badge-warning[href]:focus,.badge-warning[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #d39e00
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

.badge-danger[href]:focus,.badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130
}

.badge-light {
    color: #111;
    background-color: #f8f9fa
}

.badge-light[href]:focus,.badge-light[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #dae0e5
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

.badge-dark[href]:focus,.badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width: 576px) {
    .jumbotron {
        padding:4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #464a4e;
    background-color: #e7e8ea;
    border-color: #dddfe2
}

.alert-secondary hr {
    border-top-color: #cfd2d6
}

.alert-secondary .alert-link {
    color: #2e3133
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background-color: #007bff
}

.progress-bar-striped {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,.list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125)
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item:focus,.list-group-item:hover {
    text-decoration: none
}

.list-group-item.disabled,.list-group-item:disabled {
    color: #868e96;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

a.list-group-item-primary,button.list-group-item-primary {
    color: #004085
}

a.list-group-item-primary:focus,a.list-group-item-primary:hover,button.list-group-item-primary:focus,button.list-group-item-primary:hover {
    color: #004085;
    background-color: #9fcdff
}

a.list-group-item-primary.active,button.list-group-item-primary.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #464a4e;
    background-color: #dddfe2
}

a.list-group-item-secondary,button.list-group-item-secondary {
    color: #464a4e
}

a.list-group-item-secondary:focus,a.list-group-item-secondary:hover,button.list-group-item-secondary:focus,button.list-group-item-secondary:hover {
    color: #464a4e;
    background-color: #cfd2d6
}

a.list-group-item-secondary.active,button.list-group-item-secondary.active {
    color: #fff;
    background-color: #464a4e;
    border-color: #464a4e
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

a.list-group-item-success,button.list-group-item-success {
    color: #155724
}

a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover {
    color: #155724;
    background-color: #b1dfbb
}

a.list-group-item-success.active,button.list-group-item-success.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

a.list-group-item-info,button.list-group-item-info {
    color: #0c5460
}

a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover {
    color: #0c5460;
    background-color: #abdde5
}

a.list-group-item-info.active,button.list-group-item-info.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

a.list-group-item-warning,button.list-group-item-warning {
    color: #856404
}

a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover {
    color: #856404;
    background-color: #ffe8a1
}

a.list-group-item-warning.active,button.list-group-item-warning.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

a.list-group-item-danger,button.list-group-item-danger {
    color: #721c24
}

a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover {
    color: #721c24;
    background-color: #f1b0b7
}

a.list-group-item-danger.active,button.list-group-item-danger.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

a.list-group-item-light,button.list-group-item-light {
    color: #818182
}

a.list-group-item-light:focus,a.list-group-item-light:hover,button.list-group-item-light:focus,button.list-group-item-light:hover {
    color: #818182;
    background-color: #ececf6
}

a.list-group-item-light.active,button.list-group-item-light.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

a.list-group-item-dark,button.list-group-item-dark {
    color: #1b1e21
}

a.list-group-item-dark:focus,a.list-group-item-dark:hover,button.list-group-item-dark:focus,button.list-group-item-dark:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

a.list-group-item-dark.active,button.list-group-item-dark.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:focus,.close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

button.close {
    padding: 0;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    transform: translate(0,-25%)
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    pointer-cmsevents: none
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-cmsevents: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 15px;
    margin: -15px -15px -15px auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #e9ecef
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width:500px;
        margin: 30px auto
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width:800px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: 5px;
    height: 5px
}

.tooltip .arrow::before {
    position: absolute;
    border-color: transparent;
    border-style: solid
}

.tooltip.bs-tooltip-auto[x-placement^=top],.tooltip.bs-tooltip-top {
    padding: 5px 0
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow,.tooltip.bs-tooltip-top .arrow {
    bottom: 0
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,.tooltip.bs-tooltip-top .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.bs-tooltip-auto[x-placement^=right],.tooltip.bs-tooltip-right {
    padding: 0 5px
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.bs-tooltip-right .arrow {
    left: 0
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before,.tooltip.bs-tooltip-right .arrow::before {
    margin-top: -3px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.bs-tooltip-auto[x-placement^=bottom],.tooltip.bs-tooltip-bottom {
    padding: 5px 0
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow,.tooltip.bs-tooltip-bottom .arrow {
    top: 0
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.tooltip.bs-tooltip-bottom .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bs-tooltip-auto[x-placement^=left],.tooltip.bs-tooltip-left {
    padding: 0 5px
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow,.tooltip.bs-tooltip-left .arrow {
    right: 0
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before,.tooltip.bs-tooltip-left .arrow::before {
    right: 0;
    margin-top: -3px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.popover .arrow::after,.popover .arrow::before {
    position: absolute;
    display: block;
    border-color: transparent;
    border-style: solid
}

.popover .arrow::before {
    content: "";
    border-width: .8rem
}

.popover .arrow::after {
    content: "";
    border-width: .8rem
}

.popover.bs-popover-auto[x-placement^=top],.popover.bs-popover-top {
    margin-bottom: .8rem
}

.popover.bs-popover-auto[x-placement^=top] .arrow,.popover.bs-popover-top .arrow {
    bottom: 0
}

.popover.bs-popover-auto[x-placement^=top] .arrow::after,.popover.bs-popover-auto[x-placement^=top] .arrow::before,.popover.bs-popover-top .arrow::after,.popover.bs-popover-top .arrow::before {
    border-bottom-width: 0
}

.popover.bs-popover-auto[x-placement^=top] .arrow::before,.popover.bs-popover-top .arrow::before {
    bottom: -.8rem;
    margin-left: -.8rem;
    border-top-color: rgba(0,0,0,.25)
}

.popover.bs-popover-auto[x-placement^=top] .arrow::after,.popover.bs-popover-top .arrow::after {
    bottom: calc((.8rem - 1px) * -1);
    margin-left: -.8rem;
    border-top-color: #fff
}

.popover.bs-popover-auto[x-placement^=right],.popover.bs-popover-right {
    margin-left: .8rem
}

.popover.bs-popover-auto[x-placement^=right] .arrow,.popover.bs-popover-right .arrow {
    left: 0
}

.popover.bs-popover-auto[x-placement^=right] .arrow::after,.popover.bs-popover-auto[x-placement^=right] .arrow::before,.popover.bs-popover-right .arrow::after,.popover.bs-popover-right .arrow::before {
    margin-top: -.8rem;
    border-left-width: 0
}

.popover.bs-popover-auto[x-placement^=right] .arrow::before,.popover.bs-popover-right .arrow::before {
    left: -.8rem;
    border-right-color: rgba(0,0,0,.25)
}

.popover.bs-popover-auto[x-placement^=right] .arrow::after,.popover.bs-popover-right .arrow::after {
    left: calc((.8rem - 1px) * -1);
    border-right-color: #fff
}

.popover.bs-popover-auto[x-placement^=bottom],.popover.bs-popover-bottom {
    margin-top: .8rem
}

.popover.bs-popover-auto[x-placement^=bottom] .arrow,.popover.bs-popover-bottom .arrow {
    top: 0
}

.popover.bs-popover-auto[x-placement^=bottom] .arrow::after,.popover.bs-popover-auto[x-placement^=bottom] .arrow::before,.popover.bs-popover-bottom .arrow::after,.popover.bs-popover-bottom .arrow::before {
    margin-left: -.8rem;
    border-top-width: 0
}

.popover.bs-popover-auto[x-placement^=bottom] .arrow::before,.popover.bs-popover-bottom .arrow::before {
    top: -.8rem;
    border-bottom-color: rgba(0,0,0,.25)
}

.popover.bs-popover-auto[x-placement^=bottom] .arrow::after,.popover.bs-popover-bottom .arrow::after {
    top: calc((.8rem - 1px) * -1);
    border-bottom-color: #fff
}

.popover.bs-popover-auto[x-placement^=bottom] .popover-header::before,.popover.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 20px;
    margin-left: -10px;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.popover.bs-popover-auto[x-placement^=left],.popover.bs-popover-left {
    margin-right: .8rem
}

.popover.bs-popover-auto[x-placement^=left] .arrow,.popover.bs-popover-left .arrow {
    right: 0
}

.popover.bs-popover-auto[x-placement^=left] .arrow::after,.popover.bs-popover-auto[x-placement^=left] .arrow::before,.popover.bs-popover-left .arrow::after,.popover.bs-popover-left .arrow::before {
    margin-top: -.8rem;
    border-right-width: 0
}

.popover.bs-popover-auto[x-placement^=left] .arrow::before,.popover.bs-popover-left .arrow::before {
    right: -.8rem;
    border-left-color: rgba(0,0,0,.25)
}

.popover.bs-popover-auto[x-placement^=left] .arrow::after,.popover.bs-popover-left .arrow::after {
    right: calc((.8rem - 1px) * -1);
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.carousel-item-next,.carousel-item-prev,.carousel-item.active {
    display: block
}

.carousel-item-next,.carousel-item-prev {
    position: absolute;
    top: 0
}

.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right {
        -webkit-transform:translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.active.carousel-item-right,.carousel-item-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-right,.carousel-item-next {
        -webkit-transform:translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

.active.carousel-item-left,.carousel-item-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-left,.carousel-item-prev {
        -webkit-transform:translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

.carousel-control-next,.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='//www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='//www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255,255,255,.5)
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators .active {
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.align-baseline {
    vertical-align: baseline!important
}

.align-top {
    vertical-align: top!important
}

.align-middle {
    vertical-align: middle!important
}

.align-bottom {
    vertical-align: bottom!important
}

.align-text-bottom {
    vertical-align: text-bottom!important
}

.align-text-top {
    vertical-align: text-top!important
}

.bg-primary {
    background-color: #007bff!important
}

a.bg-primary:focus,a.bg-primary:hover {
    background-color: #0062cc!important
}

.bg-secondary {
    background-color: #868e96!important
}

a.bg-secondary:focus,a.bg-secondary:hover {
    background-color: #6c757d!important
}

.bg-success {
    background-color: #28a745!important
}

a.bg-success:focus,a.bg-success:hover {
    background-color: #1e7e34!important
}

.bg-info {
    background-color: #17a2b8!important
}

a.bg-info:focus,a.bg-info:hover {
    background-color: #117a8b!important
}

.bg-warning {
    background-color: #ffc107!important
}

a.bg-warning:focus,a.bg-warning:hover {
    background-color: #d39e00!important
}

.bg-danger {
    background-color: #dc3545!important
}

a.bg-danger:focus,a.bg-danger:hover {
    background-color: #bd2130!important
}

.bg-light {
    background-color: #f8f9fa!important
}

a.bg-light:focus,a.bg-light:hover {
    background-color: #dae0e5!important
}

.bg-dark {
    background-color: #343a40!important
}

a.bg-dark:focus,a.bg-dark:hover {
    background-color: #1d2124!important
}

.bg-white {
    background-color: #fff!important
}

.bg-transparent {
    background-color: transparent!important
}

.border {
    border: 1px solid #e9ecef!important
}

.border-0 {
    border: 0!important
}

.border-top-0 {
    border-top: 0!important
}

.border-right-0 {
    border-right: 0!important
}

.border-bottom-0 {
    border-bottom: 0!important
}

.border-left-0 {
    border-left: 0!important
}

.border-primary {
    border-color: #007bff!important
}

.border-secondary {
    border-color: #868e96!important
}

.border-success {
    border-color: #28a745!important
}

.border-info {
    border-color: #17a2b8!important
}

.border-warning {
    border-color: #ffc107!important
}

.border-danger {
    border-color: #dc3545!important
}

.border-light {
    border-color: #f8f9fa!important
}

.border-dark {
    border-color: #343a40!important
}

.border-white {
    border-color: #fff!important
}

.rounded {
    border-radius: .25rem!important
}

.rounded-top {
    border-top-left-radius: .25rem!important;
    border-top-right-radius: .25rem!important
}

.rounded-right {
    border-top-right-radius: .25rem!important;
    border-bottom-right-radius: .25rem!important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important
}

.rounded-left {
    border-top-left-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important
}

.rounded-circle {
    border-radius: 50%!important
}

.rounded-0 {
    border-radius: 0!important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none!important
}

.d-inline {
    display: inline!important
}

.d-inline-block {
    display: inline-block!important
}

.d-block {
    display: block!important
}

.d-table {
    display: table!important
}

.d-table-row {
    display: table-row!important
}

.d-table-cell {
    display: table-cell!important
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important
}

.d-inline-flex {
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
}

@media (min-width: 576px) {
    .d-sm-none {
        display:none!important
    }

    .d-sm-inline {
        display: inline!important
    }

    .d-sm-inline-block {
        display: inline-block!important
    }

    .d-sm-block {
        display: block!important
    }

    .d-sm-table {
        display: table!important
    }

    .d-sm-table-row {
        display: table-row!important
    }

    .d-sm-table-cell {
        display: table-cell!important
    }

    .d-sm-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display:none!important
    }

    .d-md-inline {
        display: inline!important
    }

    .d-md-inline-block {
        display: inline-block!important
    }

    .d-md-block {
        display: block!important
    }

    .d-md-table {
        display: table!important
    }

    .d-md-table-row {
        display: table-row!important
    }

    .d-md-table-cell {
        display: table-cell!important
    }

    .d-md-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display:none!important
    }

    .d-lg-inline {
        display: inline!important
    }

    .d-lg-inline-block {
        display: inline-block!important
    }

    .d-lg-block {
        display: block!important
    }

    .d-lg-table {
        display: table!important
    }

    .d-lg-table-row {
        display: table-row!important
    }

    .d-lg-table-cell {
        display: table-cell!important
    }

    .d-lg-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display:none!important
    }

    .d-xl-inline {
        display: inline!important
    }

    .d-xl-inline-block {
        display: inline-block!important
    }

    .d-xl-block {
        display: block!important
    }

    .d-xl-table {
        display: table!important
    }

    .d-xl-table-row {
        display: table-row!important
    }

    .d-xl-table-cell {
        display: table-cell!important
    }

    .d-xl-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

.d-print-block {
    display: none!important
}

@media print {
    .d-print-block {
        display: block!important
    }
}

.d-print-inline {
    display: none!important
}

@media print {
    .d-print-inline {
        display: inline!important
    }
}

.d-print-inline-block {
    display: none!important
}

@media print {
    .d-print-inline-block {
        display: inline-block!important
    }
}

@media print {
    .d-print-none {
        display: none!important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important
}

.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
}

.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
}

.justify-content-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
}

.justify-content-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important
}

.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
}

.justify-content-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
}

.align-items-start {
    -ms-flex-align: start!important;
    align-items: flex-start!important
}

.align-items-end {
    -ms-flex-align: end!important;
    align-items: flex-end!important
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important
}

.align-items-baseline {
    -ms-flex-align: baseline!important;
    align-items: baseline!important
}

.align-items-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch!important
}

.align-content-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
}

.align-content-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
}

.align-content-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
}

.align-content-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
}

.align-content-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
}

.align-self-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important
}

.align-self-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
}

.align-self-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
}

.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important
}

.align-self-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
}

.align-self-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important
}

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction:row!important;
        flex-direction: row!important
    }

    .flex-sm-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .justify-content-sm-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-sm-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-sm-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .align-items-sm-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-sm-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-sm-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction:row!important;
        flex-direction: row!important
    }

    .flex-md-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .justify-content-md-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-md-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-md-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-md-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .align-items-md-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-md-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-md-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-md-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-md-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-md-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction:row!important;
        flex-direction: row!important
    }

    .flex-lg-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .justify-content-lg-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-lg-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-lg-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .align-items-lg-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-lg-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-lg-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction:row!important;
        flex-direction: row!important
    }

    .flex-xl-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .justify-content-xl-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-xl-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-xl-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .align-items-xl-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-xl-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-xl-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

.float-left {
    float: left!important
}

.float-right {
    float: right!important
}

.float-none {
    float: none!important
}

@media (min-width: 576px) {
    .float-sm-left {
        float:left!important
    }

    .float-sm-right {
        float: right!important
    }

    .float-sm-none {
        float: none!important
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float:left!important
    }

    .float-md-right {
        float: right!important
    }

    .float-md-none {
        float: none!important
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float:left!important
    }

    .float-lg-right {
        float: right!important
    }

    .float-lg-none {
        float: none!important
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float:left!important
    }

    .float-xl-right {
        float: right!important
    }

    .float-xl-none {
        float: none!important
    }
}

.position-static {
    position: static!important
}

.position-relative {
    position: relative!important
}

.position-absolute {
    position: absolute!important
}

.position-fixed {
    position: fixed!important
}

.position-sticky {
    position: -webkit-sticky!important;
    position: sticky!important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports ((position: -webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position:-webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none
}

.w-25 {
    width: 25%!important
}

.w-50 {
    width: 50%!important
}

.w-75 {
    width: 75%!important
}

.w-100 {
    width: 100%!important
}

.h-25 {
    height: 25%!important
}

.h-50 {
    height: 50%!important
}

.h-75 {
    height: 75%!important
}

.h-100 {
    height: 100%!important
}

.mw-100 {
    max-width: 100%!important
}

.mh-100 {
    max-height: 100%!important
}

.m-0 {
    margin: 0!important
}

.mt-0,.my-0 {
    margin-top: 0!important
}

.mr-0,.mx-0 {
    margin-right: 0!important
}

.mb-0,.my-0 {
    margin-bottom: 0!important
}

.ml-0,.mx-0 {
    margin-left: 0!important
}

.m-1 {
    margin: .25rem!important
}

.mt-1,.my-1 {
    margin-top: .25rem!important
}

.mr-1,.mx-1 {
    margin-right: .25rem!important
}

.mb-1,.my-1 {
    margin-bottom: .25rem!important
}

.ml-1,.mx-1 {
    margin-left: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.mt-2,.my-2 {
    margin-top: .5rem!important
}

.mr-2,.mx-2 {
    margin-right: .5rem!important
}

.mb-2,.my-2 {
    margin-bottom: .5rem!important
}

.ml-2,.mx-2 {
    margin-left: .5rem!important
}

.m-3 {
    margin: 1rem!important
}

.mt-3,.my-3 {
    margin-top: 1rem!important
}

.mr-3,.mx-3 {
    margin-right: 1rem!important
}

.mb-3,.my-3 {
    margin-bottom: 1rem!important
}

.ml-3,.mx-3 {
    margin-left: 1rem!important
}

.m-4 {
    margin: 1.5rem!important
}

.mt-4,.my-4 {
    margin-top: 1.5rem!important
}

.mr-4,.mx-4 {
    margin-right: 1.5rem!important
}

.mb-4,.my-4 {
    margin-bottom: 1.5rem!important
}

.ml-4,.mx-4 {
    margin-left: 1.5rem!important
}

.m-5 {
    margin: 3rem!important
}

.mt-5,.my-5 {
    margin-top: 3rem!important
}

.mr-5,.mx-5 {
    margin-right: 3rem!important
}

.mb-5,.my-5 {
    margin-bottom: 3rem!important
}

.ml-5,.mx-5 {
    margin-left: 3rem!important
}

.p-0 {
    padding: 0!important
}

.pt-0,.py-0 {
    padding-top: 0!important
}

.pr-0,.px-0 {
    padding-right: 0!important
}

.pb-0,.py-0 {
    padding-bottom: 0!important
}

.pl-0,.px-0 {
    padding-left: 0!important
}

.p-1 {
    padding: .25rem!important
}

.pt-1,.py-1 {
    padding-top: .25rem!important
}

.pr-1,.px-1 {
    padding-right: .25rem!important
}

.pb-1,.py-1 {
    padding-bottom: .25rem!important
}

.pl-1,.px-1 {
    padding-left: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.pt-2,.py-2 {
    padding-top: .5rem!important
}

.pr-2,.px-2 {
    padding-right: .5rem!important
}

.pb-2,.py-2 {
    padding-bottom: .5rem!important
}

.pl-2,.px-2 {
    padding-left: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

.pt-3,.py-3 {
    padding-top: 1rem!important
}

.pr-3,.px-3 {
    padding-right: 1rem!important
}

.pb-3,.py-3 {
    padding-bottom: 1rem!important
}

.pl-3,.px-3 {
    padding-left: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.pt-4,.py-4 {
    padding-top: 1.5rem!important
}

.pr-4,.px-4 {
    padding-right: 1.5rem!important
}

.pb-4,.py-4 {
    padding-bottom: 1.5rem!important
}

.pl-4,.px-4 {
    padding-left: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

.pt-5,.py-5 {
    padding-top: 3rem!important
}

.pr-5,.px-5 {
    padding-right: 3rem!important
}

.pb-5,.py-5 {
    padding-bottom: 3rem!important
}

.pl-5,.px-5 {
    padding-left: 3rem!important
}

.m-auto {
    margin: auto!important
}

.mt-auto,.my-auto {
    margin-top: auto!important
}

.mr-auto,.mx-auto {
    margin-right: auto!important
}

.mb-auto,.my-auto {
    margin-bottom: auto!important
}

.ml-auto,.mx-auto {
    margin-left: auto!important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin:0!important
    }

    .mt-sm-0,.my-sm-0 {
        margin-top: 0!important
    }

    .mr-sm-0,.mx-sm-0 {
        margin-right: 0!important
    }

    .mb-sm-0,.my-sm-0 {
        margin-bottom: 0!important
    }

    .ml-sm-0,.mx-sm-0 {
        margin-left: 0!important
    }

    .m-sm-1 {
        margin: .25rem!important
    }

    .mt-sm-1,.my-sm-1 {
        margin-top: .25rem!important
    }

    .mr-sm-1,.mx-sm-1 {
        margin-right: .25rem!important
    }

    .mb-sm-1,.my-sm-1 {
        margin-bottom: .25rem!important
    }

    .ml-sm-1,.mx-sm-1 {
        margin-left: .25rem!important
    }

    .m-sm-2 {
        margin: .5rem!important
    }

    .mt-sm-2,.my-sm-2 {
        margin-top: .5rem!important
    }

    .mr-sm-2,.mx-sm-2 {
        margin-right: .5rem!important
    }

    .mb-sm-2,.my-sm-2 {
        margin-bottom: .5rem!important
    }

    .ml-sm-2,.mx-sm-2 {
        margin-left: .5rem!important
    }

    .m-sm-3 {
        margin: 1rem!important
    }

    .mt-sm-3,.my-sm-3 {
        margin-top: 1rem!important
    }

    .mr-sm-3,.mx-sm-3 {
        margin-right: 1rem!important
    }

    .mb-sm-3,.my-sm-3 {
        margin-bottom: 1rem!important
    }

    .ml-sm-3,.mx-sm-3 {
        margin-left: 1rem!important
    }

    .m-sm-4 {
        margin: 1.5rem!important
    }

    .mt-sm-4,.my-sm-4 {
        margin-top: 1.5rem!important
    }

    .mr-sm-4,.mx-sm-4 {
        margin-right: 1.5rem!important
    }

    .mb-sm-4,.my-sm-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-sm-4,.mx-sm-4 {
        margin-left: 1.5rem!important
    }

    .m-sm-5 {
        margin: 3rem!important
    }

    .mt-sm-5,.my-sm-5 {
        margin-top: 3rem!important
    }

    .mr-sm-5,.mx-sm-5 {
        margin-right: 3rem!important
    }

    .mb-sm-5,.my-sm-5 {
        margin-bottom: 3rem!important
    }

    .ml-sm-5,.mx-sm-5 {
        margin-left: 3rem!important
    }

    .p-sm-0 {
        padding: 0!important
    }

    .pt-sm-0,.py-sm-0 {
        padding-top: 0!important
    }

    .pr-sm-0,.px-sm-0 {
        padding-right: 0!important
    }

    .pb-sm-0,.py-sm-0 {
        padding-bottom: 0!important
    }

    .pl-sm-0,.px-sm-0 {
        padding-left: 0!important
    }

    .p-sm-1 {
        padding: .25rem!important
    }

    .pt-sm-1,.py-sm-1 {
        padding-top: .25rem!important
    }

    .pr-sm-1,.px-sm-1 {
        padding-right: .25rem!important
    }

    .pb-sm-1,.py-sm-1 {
        padding-bottom: .25rem!important
    }

    .pl-sm-1,.px-sm-1 {
        padding-left: .25rem!important
    }

    .p-sm-2 {
        padding: .5rem!important
    }

    .pt-sm-2,.py-sm-2 {
        padding-top: .5rem!important
    }

    .pr-sm-2,.px-sm-2 {
        padding-right: .5rem!important
    }

    .pb-sm-2,.py-sm-2 {
        padding-bottom: .5rem!important
    }

    .pl-sm-2,.px-sm-2 {
        padding-left: .5rem!important
    }

    .p-sm-3 {
        padding: 1rem!important
    }

    .pt-sm-3,.py-sm-3 {
        padding-top: 1rem!important
    }

    .pr-sm-3,.px-sm-3 {
        padding-right: 1rem!important
    }

    .pb-sm-3,.py-sm-3 {
        padding-bottom: 1rem!important
    }

    .pl-sm-3,.px-sm-3 {
        padding-left: 1rem!important
    }

    .p-sm-4 {
        padding: 1.5rem!important
    }

    .pt-sm-4,.py-sm-4 {
        padding-top: 1.5rem!important
    }

    .pr-sm-4,.px-sm-4 {
        padding-right: 1.5rem!important
    }

    .pb-sm-4,.py-sm-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-sm-4,.px-sm-4 {
        padding-left: 1.5rem!important
    }

    .p-sm-5 {
        padding: 3rem!important
    }

    .pt-sm-5,.py-sm-5 {
        padding-top: 3rem!important
    }

    .pr-sm-5,.px-sm-5 {
        padding-right: 3rem!important
    }

    .pb-sm-5,.py-sm-5 {
        padding-bottom: 3rem!important
    }

    .pl-sm-5,.px-sm-5 {
        padding-left: 3rem!important
    }

    .m-sm-auto {
        margin: auto!important
    }

    .mt-sm-auto,.my-sm-auto {
        margin-top: auto!important
    }

    .mr-sm-auto,.mx-sm-auto {
        margin-right: auto!important
    }

    .mb-sm-auto,.my-sm-auto {
        margin-bottom: auto!important
    }

    .ml-sm-auto,.mx-sm-auto {
        margin-left: auto!important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin:0!important
    }

    .mt-md-0,.my-md-0 {
        margin-top: 0!important
    }

    .mr-md-0,.mx-md-0 {
        margin-right: 0!important
    }

    .mb-md-0,.my-md-0 {
        margin-bottom: 0!important
    }

    .ml-md-0,.mx-md-0 {
        margin-left: 0!important
    }

    .m-md-1 {
        margin: .25rem!important
    }

    .mt-md-1,.my-md-1 {
        margin-top: .25rem!important
    }

    .mr-md-1,.mx-md-1 {
        margin-right: .25rem!important
    }

    .mb-md-1,.my-md-1 {
        margin-bottom: .25rem!important
    }

    .ml-md-1,.mx-md-1 {
        margin-left: .25rem!important
    }

    .m-md-2 {
        margin: .5rem!important
    }

    .mt-md-2,.my-md-2 {
        margin-top: .5rem!important
    }

    .mr-md-2,.mx-md-2 {
        margin-right: .5rem!important
    }

    .mb-md-2,.my-md-2 {
        margin-bottom: .5rem!important
    }

    .ml-md-2,.mx-md-2 {
        margin-left: .5rem!important
    }

    .m-md-3 {
        margin: 1rem!important
    }

    .mt-md-3,.my-md-3 {
        margin-top: 1rem!important
    }

    .mr-md-3,.mx-md-3 {
        margin-right: 1rem!important
    }

    .mb-md-3,.my-md-3 {
        margin-bottom: 1rem!important
    }

    .ml-md-3,.mx-md-3 {
        margin-left: 1rem!important
    }

    .m-md-4 {
        margin: 1.5rem!important
    }

    .mt-md-4,.my-md-4 {
        margin-top: 1.5rem!important
    }

    .mr-md-4,.mx-md-4 {
        margin-right: 1.5rem!important
    }

    .mb-md-4,.my-md-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-md-4,.mx-md-4 {
        margin-left: 1.5rem!important
    }

    .m-md-5 {
        margin: 3rem!important
    }

    .mt-md-5,.my-md-5 {
        margin-top: 3rem!important
    }

    .mr-md-5,.mx-md-5 {
        margin-right: 3rem!important
    }

    .mb-md-5,.my-md-5 {
        margin-bottom: 3rem!important
    }

    .ml-md-5,.mx-md-5 {
        margin-left: 3rem!important
    }

    .p-md-0 {
        padding: 0!important
    }

    .pt-md-0,.py-md-0 {
        padding-top: 0!important
    }

    .pr-md-0,.px-md-0 {
        padding-right: 0!important
    }

    .pb-md-0,.py-md-0 {
        padding-bottom: 0!important
    }

    .pl-md-0,.px-md-0 {
        padding-left: 0!important
    }

    .p-md-1 {
        padding: .25rem!important
    }

    .pt-md-1,.py-md-1 {
        padding-top: .25rem!important
    }

    .pr-md-1,.px-md-1 {
        padding-right: .25rem!important
    }

    .pb-md-1,.py-md-1 {
        padding-bottom: .25rem!important
    }

    .pl-md-1,.px-md-1 {
        padding-left: .25rem!important
    }

    .p-md-2 {
        padding: .5rem!important
    }

    .pt-md-2,.py-md-2 {
        padding-top: .5rem!important
    }

    .pr-md-2,.px-md-2 {
        padding-right: .5rem!important
    }

    .pb-md-2,.py-md-2 {
        padding-bottom: .5rem!important
    }

    .pl-md-2,.px-md-2 {
        padding-left: .5rem!important
    }

    .p-md-3 {
        padding: 1rem!important
    }

    .pt-md-3,.py-md-3 {
        padding-top: 1rem!important
    }

    .pr-md-3,.px-md-3 {
        padding-right: 1rem!important
    }

    .pb-md-3,.py-md-3 {
        padding-bottom: 1rem!important
    }

    .pl-md-3,.px-md-3 {
        padding-left: 1rem!important
    }

    .p-md-4 {
        padding: 1.5rem!important
    }

    .pt-md-4,.py-md-4 {
        padding-top: 1.5rem!important
    }

    .pr-md-4,.px-md-4 {
        padding-right: 1.5rem!important
    }

    .pb-md-4,.py-md-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-md-4,.px-md-4 {
        padding-left: 1.5rem!important
    }

    .p-md-5 {
        padding: 3rem!important
    }

    .pt-md-5,.py-md-5 {
        padding-top: 3rem!important
    }

    .pr-md-5,.px-md-5 {
        padding-right: 3rem!important
    }

    .pb-md-5,.py-md-5 {
        padding-bottom: 3rem!important
    }

    .pl-md-5,.px-md-5 {
        padding-left: 3rem!important
    }

    .m-md-auto {
        margin: auto!important
    }

    .mt-md-auto,.my-md-auto {
        margin-top: auto!important
    }

    .mr-md-auto,.mx-md-auto {
        margin-right: auto!important
    }

    .mb-md-auto,.my-md-auto {
        margin-bottom: auto!important
    }

    .ml-md-auto,.mx-md-auto {
        margin-left: auto!important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin:0!important
    }

    .mt-lg-0,.my-lg-0 {
        margin-top: 0!important
    }

    .mr-lg-0,.mx-lg-0 {
        margin-right: 0!important
    }

    .mb-lg-0,.my-lg-0 {
        margin-bottom: 0!important
    }

    .ml-lg-0,.mx-lg-0 {
        margin-left: 0!important
    }

    .m-lg-1 {
        margin: .25rem!important
    }

    .mt-lg-1,.my-lg-1 {
        margin-top: .25rem!important
    }

    .mr-lg-1,.mx-lg-1 {
        margin-right: .25rem!important
    }

    .mb-lg-1,.my-lg-1 {
        margin-bottom: .25rem!important
    }

    .ml-lg-1,.mx-lg-1 {
        margin-left: .25rem!important
    }

    .m-lg-2 {
        margin: .5rem!important
    }

    .mt-lg-2,.my-lg-2 {
        margin-top: .5rem!important
    }

    .mr-lg-2,.mx-lg-2 {
        margin-right: .5rem!important
    }

    .mb-lg-2,.my-lg-2 {
        margin-bottom: .5rem!important
    }

    .ml-lg-2,.mx-lg-2 {
        margin-left: .5rem!important
    }

    .m-lg-3 {
        margin: 1rem!important
    }

    .mt-lg-3,.my-lg-3 {
        margin-top: 1rem!important
    }

    .mr-lg-3,.mx-lg-3 {
        margin-right: 1rem!important
    }

    .mb-lg-3,.my-lg-3 {
        margin-bottom: 1rem!important
    }

    .ml-lg-3,.mx-lg-3 {
        margin-left: 1rem!important
    }

    .m-lg-4 {
        margin: 1.5rem!important
    }

    .mt-lg-4,.my-lg-4 {
        margin-top: 1.5rem!important
    }

    .mr-lg-4,.mx-lg-4 {
        margin-right: 1.5rem!important
    }

    .mb-lg-4,.my-lg-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-lg-4,.mx-lg-4 {
        margin-left: 1.5rem!important
    }

    .m-lg-5 {
        margin: 3rem!important
    }

    .mt-lg-5,.my-lg-5 {
        margin-top: 3rem!important
    }

    .mr-lg-5,.mx-lg-5 {
        margin-right: 3rem!important
    }

    .mb-lg-5,.my-lg-5 {
        margin-bottom: 3rem!important
    }

    .ml-lg-5,.mx-lg-5 {
        margin-left: 3rem!important
    }

    .p-lg-0 {
        padding: 0!important
    }

    .pt-lg-0,.py-lg-0 {
        padding-top: 0!important
    }

    .pr-lg-0,.px-lg-0 {
        padding-right: 0!important
    }

    .pb-lg-0,.py-lg-0 {
        padding-bottom: 0!important
    }

    .pl-lg-0,.px-lg-0 {
        padding-left: 0!important
    }

    .p-lg-1 {
        padding: .25rem!important
    }

    .pt-lg-1,.py-lg-1 {
        padding-top: .25rem!important
    }

    .pr-lg-1,.px-lg-1 {
        padding-right: .25rem!important
    }

    .pb-lg-1,.py-lg-1 {
        padding-bottom: .25rem!important
    }

    .pl-lg-1,.px-lg-1 {
        padding-left: .25rem!important
    }

    .p-lg-2 {
        padding: .5rem!important
    }

    .pt-lg-2,.py-lg-2 {
        padding-top: .5rem!important
    }

    .pr-lg-2,.px-lg-2 {
        padding-right: .5rem!important
    }

    .pb-lg-2,.py-lg-2 {
        padding-bottom: .5rem!important
    }

    .pl-lg-2,.px-lg-2 {
        padding-left: .5rem!important
    }

    .p-lg-3 {
        padding: 1rem!important
    }

    .pt-lg-3,.py-lg-3 {
        padding-top: 1rem!important
    }

    .pr-lg-3,.px-lg-3 {
        padding-right: 1rem!important
    }

    .pb-lg-3,.py-lg-3 {
        padding-bottom: 1rem!important
    }

    .pl-lg-3,.px-lg-3 {
        padding-left: 1rem!important
    }

    .p-lg-4 {
        padding: 1.5rem!important
    }

    .pt-lg-4,.py-lg-4 {
        padding-top: 1.5rem!important
    }

    .pr-lg-4,.px-lg-4 {
        padding-right: 1.5rem!important
    }

    .pb-lg-4,.py-lg-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-lg-4,.px-lg-4 {
        padding-left: 1.5rem!important
    }

    .p-lg-5 {
        padding: 3rem!important
    }

    .pt-lg-5,.py-lg-5 {
        padding-top: 3rem!important
    }

    .pr-lg-5,.px-lg-5 {
        padding-right: 3rem!important
    }

    .pb-lg-5,.py-lg-5 {
        padding-bottom: 3rem!important
    }

    .pl-lg-5,.px-lg-5 {
        padding-left: 3rem!important
    }

    .m-lg-auto {
        margin: auto!important
    }

    .mt-lg-auto,.my-lg-auto {
        margin-top: auto!important
    }

    .mr-lg-auto,.mx-lg-auto {
        margin-right: auto!important
    }

    .mb-lg-auto,.my-lg-auto {
        margin-bottom: auto!important
    }

    .ml-lg-auto,.mx-lg-auto {
        margin-left: auto!important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin:0!important
    }

    .mt-xl-0,.my-xl-0 {
        margin-top: 0!important
    }

    .mr-xl-0,.mx-xl-0 {
        margin-right: 0!important
    }

    .mb-xl-0,.my-xl-0 {
        margin-bottom: 0!important
    }

    .ml-xl-0,.mx-xl-0 {
        margin-left: 0!important
    }

    .m-xl-1 {
        margin: .25rem!important
    }

    .mt-xl-1,.my-xl-1 {
        margin-top: .25rem!important
    }

    .mr-xl-1,.mx-xl-1 {
        margin-right: .25rem!important
    }

    .mb-xl-1,.my-xl-1 {
        margin-bottom: .25rem!important
    }

    .ml-xl-1,.mx-xl-1 {
        margin-left: .25rem!important
    }

    .m-xl-2 {
        margin: .5rem!important
    }

    .mt-xl-2,.my-xl-2 {
        margin-top: .5rem!important
    }

    .mr-xl-2,.mx-xl-2 {
        margin-right: .5rem!important
    }

    .mb-xl-2,.my-xl-2 {
        margin-bottom: .5rem!important
    }

    .ml-xl-2,.mx-xl-2 {
        margin-left: .5rem!important
    }

    .m-xl-3 {
        margin: 1rem!important
    }

    .mt-xl-3,.my-xl-3 {
        margin-top: 1rem!important
    }

    .mr-xl-3,.mx-xl-3 {
        margin-right: 1rem!important
    }

    .mb-xl-3,.my-xl-3 {
        margin-bottom: 1rem!important
    }

    .ml-xl-3,.mx-xl-3 {
        margin-left: 1rem!important
    }

    .m-xl-4 {
        margin: 1.5rem!important
    }

    .mt-xl-4,.my-xl-4 {
        margin-top: 1.5rem!important
    }

    .mr-xl-4,.mx-xl-4 {
        margin-right: 1.5rem!important
    }

    .mb-xl-4,.my-xl-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-xl-4,.mx-xl-4 {
        margin-left: 1.5rem!important
    }

    .m-xl-5 {
        margin: 3rem!important
    }

    .mt-xl-5,.my-xl-5 {
        margin-top: 3rem!important
    }

    .mr-xl-5,.mx-xl-5 {
        margin-right: 3rem!important
    }

    .mb-xl-5,.my-xl-5 {
        margin-bottom: 3rem!important
    }

    .ml-xl-5,.mx-xl-5 {
        margin-left: 3rem!important
    }

    .p-xl-0 {
        padding: 0!important
    }

    .pt-xl-0,.py-xl-0 {
        padding-top: 0!important
    }

    .pr-xl-0,.px-xl-0 {
        padding-right: 0!important
    }

    .pb-xl-0,.py-xl-0 {
        padding-bottom: 0!important
    }

    .pl-xl-0,.px-xl-0 {
        padding-left: 0!important
    }

    .p-xl-1 {
        padding: .25rem!important
    }

    .pt-xl-1,.py-xl-1 {
        padding-top: .25rem!important
    }

    .pr-xl-1,.px-xl-1 {
        padding-right: .25rem!important
    }

    .pb-xl-1,.py-xl-1 {
        padding-bottom: .25rem!important
    }

    .pl-xl-1,.px-xl-1 {
        padding-left: .25rem!important
    }

    .p-xl-2 {
        padding: .5rem!important
    }

    .pt-xl-2,.py-xl-2 {
        padding-top: .5rem!important
    }

    .pr-xl-2,.px-xl-2 {
        padding-right: .5rem!important
    }

    .pb-xl-2,.py-xl-2 {
        padding-bottom: .5rem!important
    }

    .pl-xl-2,.px-xl-2 {
        padding-left: .5rem!important
    }

    .p-xl-3 {
        padding: 1rem!important
    }

    .pt-xl-3,.py-xl-3 {
        padding-top: 1rem!important
    }

    .pr-xl-3,.px-xl-3 {
        padding-right: 1rem!important
    }

    .pb-xl-3,.py-xl-3 {
        padding-bottom: 1rem!important
    }

    .pl-xl-3,.px-xl-3 {
        padding-left: 1rem!important
    }

    .p-xl-4 {
        padding: 1.5rem!important
    }

    .pt-xl-4,.py-xl-4 {
        padding-top: 1.5rem!important
    }

    .pr-xl-4,.px-xl-4 {
        padding-right: 1.5rem!important
    }

    .pb-xl-4,.py-xl-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-xl-4,.px-xl-4 {
        padding-left: 1.5rem!important
    }

    .p-xl-5 {
        padding: 3rem!important
    }

    .pt-xl-5,.py-xl-5 {
        padding-top: 3rem!important
    }

    .pr-xl-5,.px-xl-5 {
        padding-right: 3rem!important
    }

    .pb-xl-5,.py-xl-5 {
        padding-bottom: 3rem!important
    }

    .pl-xl-5,.px-xl-5 {
        padding-left: 3rem!important
    }

    .m-xl-auto {
        margin: auto!important
    }

    .mt-xl-auto,.my-xl-auto {
        margin-top: auto!important
    }

    .mr-xl-auto,.mx-xl-auto {
        margin-right: auto!important
    }

    .mb-xl-auto,.my-xl-auto {
        margin-bottom: auto!important
    }

    .ml-xl-auto,.mx-xl-auto {
        margin-left: auto!important
    }
}

.text-justify {
    text-align: justify!important
}

.text-nowrap {
    white-space: nowrap!important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left!important
}

.text-right {
    text-align: right!important
}

.text-center {
    text-align: center!important
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align:left!important
    }

    .text-sm-right {
        text-align: right!important
    }

    .text-sm-center {
        text-align: center!important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align:left!important
    }

    .text-md-right {
        text-align: right!important
    }

    .text-md-center {
        text-align: center!important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align:left!important
    }

    .text-lg-right {
        text-align: right!important
    }

    .text-lg-center {
        text-align: center!important
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align:left!important
    }

    .text-xl-right {
        text-align: right!important
    }

    .text-xl-center {
        text-align: center!important
    }
}

.text-lowercase {
    text-transform: lowercase!important
}

.text-uppercase {
    text-transform: uppercase!important
}

.text-capitalize {
    text-transform: capitalize!important
}

.font-weight-light {
    font-weight: 300!important
}

.font-weight-normal {
    font-weight: 400!important
}

.font-weight-bold {
    font-weight: 700!important
}

.font-italic {
    font-style: italic!important
}

.text-white {
    color: #fff!important
}

.text-primary {
    color: #007bff!important
}

a.text-primary:focus,a.text-primary:hover {
    color: #0062cc!important
}

.text-secondary {
    color: #868e96!important
}

a.text-secondary:focus,a.text-secondary:hover {
    color: #6c757d!important
}

.text-success {
    color: #28a745!important
}

a.text-success:focus,a.text-success:hover {
    color: #1e7e34!important
}

.text-info {
    color: #17a2b8!important
}

a.text-info:focus,a.text-info:hover {
    color: #117a8b!important
}

.text-warning {
    color: #ffc107!important
}

a.text-warning:focus,a.text-warning:hover {
    color: #d39e00!important
}

.text-danger {
    color: #dc3545!important
}

a.text-danger:focus,a.text-danger:hover {
    color: #bd2130!important
}

.text-light {
    color: #f8f9fa!important
}

a.text-light:focus,a.text-light:hover {
    color: #dae0e5!important
}

.text-dark {
    color: #343a40!important
}

a.text-dark:focus,a.text-dark:hover {
    color: #1d2124!important
}

.text-muted {
    color: #868e96!important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden!important
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: 'FontAwesome';
    src: url('https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/plugins/elementor/assets/lib/font-awesome/css/../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/plugins/elementor/assets/lib/font-awesome/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/plugins/elementor/assets/lib/font-awesome/css/../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/plugins/elementor/assets/lib/font-awesome/css/../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/plugins/elementor/assets/lib/font-awesome/css/../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/plugins/elementor/assets/lib/font-awesome/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,.fa-close:before,.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,.fa-image:before,.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,.fa-reorder:before,.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,.fa-rouble:before,.fa-rub:before {
    content: "\f158"
}

.fa-won:before,.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,.fa-bank:before,.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,.fa-resistance:before,.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,.fa-sheqel:before,.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before,.fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before,.fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before,.fa-s15:before,.fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

/*!
 * Font Awesome Pro 5.8.0 by @fontawesome - //fontawesome.com
 * License - //fontawesome.com/license (Commercial License)
 */
.fac,.fab,.fal,.far,.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fac-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fac-xs {
    font-size: .75em
}

.fac-sm {
    font-size: .875em
}

.fac-1x {
    font-size: 1em
}

.fac-2x {
    font-size: 2em
}

.fac-3x {
    font-size: 3em
}

.fac-4x {
    font-size: 4em
}

.fac-5x {
    font-size: 5em
}

.fac-6x {
    font-size: 6em
}

.fac-7x {
    font-size: 7em
}

.fac-8x {
    font-size: 8em
}

.fac-9x {
    font-size: 9em
}

.fac-10x {
    font-size: 10em
}

.fac-fw {
    text-align: center;
    width: 1.25em
}

.fac-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fac-ul>li {
    position: relative
}

.fac-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fac-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fac-pull-left {
    float: left
}

.fac-pull-right {
    float: right
}

.fa.fac-pull-left,.fab.fac-pull-left,.fal.fac-pull-left,.far.fac-pull-left,.fas.fac-pull-left {
    margin-right: .3em
}

.fa.fac-pull-right,.fab.fac-pull-right,.fal.fac-pull-right,.far.fac-pull-right,.fas.fac-pull-right {
    margin-left: .3em
}

.fac-spin {
    animation: fa-spin 2s infinite linear
}

.fac-pulse {
    animation: fa-spin 1s infinite steps(8)
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.fac-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg)
}

.fac-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg)
}

.fac-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg)
}

.fac-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scaleX(-1)
}

.fac-flip-vertical {
    transform: scaleY(-1)
}

.fac-flip-both,.fac-flip-horizontal.fac-flip-vertical,.fac-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fac-flip-both,.fac-flip-horizontal.fac-flip-vertical {
    transform: scale(-1)
}

:root .fac-flip-both,:root .fac-flip-horizontal,:root .fac-flip-vertical,:root .fac-rotate-90,:root .fac-rotate-180,:root .fac-rotate-270 {
    filter: none
}

.fac-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fac-stack-1x,.fac-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fac-stack-1x {
    line-height: inherit
}

.fac-stack-2x {
    font-size: 2em
}

.fac-inverse {
    color: #fff
}

.fac-500px:before {
    content: "\f26e"
}

.fac-abacus:before {
    content: "\f640"
}

.fac-accessible-icon:before {
    content: "\f368"
}

.fac-accusoft:before {
    content: "\f369"
}

.fac-acorn:before {
    content: "\f6ae"
}

.fac-acquisitions-incorporated:before {
    content: "\f6af"
}

.fac-ad:before {
    content: "\f641"
}

.fac-address-book:before {
    content: "\f2b9"
}

.fac-address-card:before {
    content: "\f2bb"
}

.fac-adjust:before {
    content: "\f042"
}

.fac-adn:before {
    content: "\f170"
}

.fac-adobe:before {
    content: "\f778"
}

.fac-adversal:before {
    content: "\f36a"
}

.fac-affiliatetheme:before {
    content: "\f36b"
}

.fac-air-freshener:before {
    content: "\f5d0"
}

.fac-airbnb:before {
    content: "\f834"
}

.fac-alarm-clock:before {
    content: "\f34e"
}

.fac-algolia:before {
    content: "\f36c"
}

.fac-alicorn:before {
    content: "\f6b0"
}

.fac-align-center:before {
    content: "\f037"
}

.fac-align-justify:before {
    content: "\f039"
}

.fac-align-left:before {
    content: "\f036"
}

.fac-align-right:before {
    content: "\f038"
}

.fac-alipay:before {
    content: "\f642"
}

.fac-allergies:before {
    content: "\f461"
}

.fac-amazon:before {
    content: "\f270"
}

.fac-amazon-pay:before {
    content: "\f42c"
}

.fac-ambulance:before {
    content: "\f0f9"
}

.fac-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fac-amilia:before {
    content: "\f36d"
}

.fac-analytics:before {
    content: "\f643"
}

.fac-anchor:before {
    content: "\f13d"
}

.fac-android:before {
    content: "\f17b"
}

.fac-angel:before {
    content: "\f779"
}

.fac-angellist:before {
    content: "\f209"
}

.fac-angle-double-down:before {
    content: "\f103"
}

.fac-angle-double-left:before {
    content: "\f100"
}

.fac-angle-double-right:before {
    content: "\f101"
}

.fac-angle-double-up:before {
    content: "\f102"
}

.fac-angle-down:before {
    content: "\f107"
}

.fac-angle-left:before {
    content: "\f104"
}

.fac-angle-right:before {
    content: "\f105"
}

.fac-angle-up:before {
    content: "\f106"
}

.fac-angry:before {
    content: "\f556"
}

.fac-angrycreative:before {
    content: "\f36e"
}

.fac-angular:before {
    content: "\f420"
}

.fac-ankh:before {
    content: "\f644"
}

.fac-app-store:before {
    content: "\f36f"
}

.fac-app-store-ios:before {
    content: "\f370"
}

.fac-apper:before {
    content: "\f371"
}

.fac-apple:before {
    content: "\f179"
}

.fac-apple-alt:before {
    content: "\f5d1"
}

.fac-apple-crate:before {
    content: "\f6b1"
}

.fac-apple-pay:before {
    content: "\f415"
}

.fac-archive:before {
    content: "\f187"
}

.fac-archway:before {
    content: "\f557"
}

.fac-arrow-alt-circle-down:before {
    content: "\f358"
}

.fac-arrow-alt-circle-left:before {
    content: "\f359"
}

.fac-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fac-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fac-arrow-alt-down:before {
    content: "\f354"
}

.fac-arrow-alt-from-bottom:before {
    content: "\f346"
}

.fac-arrow-alt-from-left:before {
    content: "\f347"
}

.fac-arrow-alt-from-right:before {
    content: "\f348"
}

.fac-arrow-alt-from-top:before {
    content: "\f349"
}

.fac-arrow-alt-left:before {
    content: "\f355"
}

.fac-arrow-alt-right:before {
    content: "\f356"
}

.fac-arrow-alt-square-down:before {
    content: "\f350"
}

.fac-arrow-alt-square-left:before {
    content: "\f351"
}

.fac-arrow-alt-square-right:before {
    content: "\f352"
}

.fac-arrow-alt-square-up:before {
    content: "\f353"
}

.fac-arrow-alt-to-bottom:before {
    content: "\f34a"
}

.fac-arrow-alt-to-left:before {
    content: "\f34b"
}

.fac-arrow-alt-to-right:before {
    content: "\f34c"
}

.fac-arrow-alt-to-top:before {
    content: "\f34d"
}

.fac-arrow-alt-up:before {
    content: "\f357"
}

.fac-arrow-circle-down:before {
    content: "\f0ab"
}

.fac-arrow-circle-left:before {
    content: "\f0a8"
}

.fac-arrow-circle-right:before {
    content: "\f0a9"
}

.fac-arrow-circle-up:before {
    content: "\f0aa"
}

.fac-arrow-down:before {
    content: "\f063"
}

.fac-arrow-from-bottom:before {
    content: "\f342"
}

.fac-arrow-from-left:before {
    content: "\f343"
}

.fac-arrow-from-right:before {
    content: "\f344"
}

.fac-arrow-from-top:before {
    content: "\f345"
}

.fac-arrow-left:before {
    content: "\f060"
}

.fac-arrow-right:before {
    content: "\f061"
}

.fac-arrow-square-down:before {
    content: "\f339"
}

.fac-arrow-square-left:before {
    content: "\f33a"
}

.fac-arrow-square-right:before {
    content: "\f33b"
}

.fac-arrow-square-up:before {
    content: "\f33c"
}

.fac-arrow-to-bottom:before {
    content: "\f33d"
}

.fac-arrow-to-left:before {
    content: "\f33e"
}

.fac-arrow-to-right:before {
    content: "\f340"
}

.fac-arrow-to-top:before {
    content: "\f341"
}

.fac-arrow-up:before {
    content: "\f062"
}

.fac-arrows:before {
    content: "\f047"
}

.fac-arrows-alt:before {
    content: "\f0b2"
}

.fac-arrows-alt-h:before {
    content: "\f337"
}

.fac-arrows-alt-v:before {
    content: "\f338"
}

.fac-arrows-h:before {
    content: "\f07e"
}

.fac-arrows-v:before {
    content: "\f07d"
}

.fac-artstation:before {
    content: "\f77a"
}

.fac-assistive-listening-systems:before {
    content: "\f2a2"
}

.fac-asterisk:before {
    content: "\f069"
}

.fac-asymmetrik:before {
    content: "\f372"
}

.fac-at:before {
    content: "\f1fa"
}

.fac-atlas:before {
    content: "\f558"
}

.fac-atlassian:before {
    content: "\f77b"
}

.fac-atom:before {
    content: "\f5d2"
}

.fac-atom-alt:before {
    content: "\f5d3"
}

.fac-audible:before {
    content: "\f373"
}

.fac-audio-description:before {
    content: "\f29e"
}

.fac-autoprefixer:before {
    content: "\f41c"
}

.fac-avianex:before {
    content: "\f374"
}

.fac-aviato:before {
    content: "\f421"
}

.fac-award:before {
    content: "\f559"
}

.fac-aws:before {
    content: "\f375"
}

.fac-axe:before {
    content: "\f6b2"
}

.fac-axe-battle:before {
    content: "\f6b3"
}

.fac-baby:before {
    content: "\f77c"
}

.fac-baby-carriage:before {
    content: "\f77d"
}

.fac-backpack:before {
    content: "\f5d4"
}

.fac-backspace:before {
    content: "\f55a"
}

.fac-backward:before {
    content: "\f04a"
}

.fac-bacon:before {
    content: "\f7e5"
}

.fac-badge:before {
    content: "\f335"
}

.fac-badge-check:before {
    content: "\f336"
}

.fac-badge-dollar:before {
    content: "\f645"
}

.fac-badge-percent:before {
    content: "\f646"
}

.fac-badger-honey:before {
    content: "\f6b4"
}

.fac-balance-scale:before {
    content: "\f24e"
}

.fac-balance-scale-left:before {
    content: "\f515"
}

.fac-balance-scale-right:before {
    content: "\f516"
}

.fac-ball-pile:before {
    content: "\f77e"
}

.fac-ballot:before {
    content: "\f732"
}

.fac-ballot-check:before {
    content: "\f733"
}

.fac-ban:before {
    content: "\f05e"
}

.fac-band-aid:before {
    content: "\f462"
}

.fac-bandcamp:before {
    content: "\f2d5"
}

.fac-barcode:before {
    content: "\f02a"
}

.fac-barcode-alt:before {
    content: "\f463"
}

.fac-barcode-read:before {
    content: "\f464"
}

.fac-barcode-scan:before {
    content: "\f465"
}

.fac-bars:before {
    content: "\f0c9"
}

.fac-baseball:before {
    content: "\f432"
}

.fac-baseball-ball:before {
    content: "\f433"
}

.fac-basketball-ball:before {
    content: "\f434"
}

.fac-basketball-hoop:before {
    content: "\f435"
}

.fac-bat:before {
    content: "\f6b5"
}

.fac-bath:before {
    content: "\f2cd"
}

.fac-battery-bolt:before {
    content: "\f376"
}

.fac-battery-empty:before {
    content: "\f244"
}

.fac-battery-full:before {
    content: "\f240"
}

.fac-battery-half:before {
    content: "\f242"
}

.fac-battery-quarter:before {
    content: "\f243"
}

.fac-battery-slash:before {
    content: "\f377"
}

.fac-battery-three-quarters:before {
    content: "\f241"
}

.fac-battle-net:before {
    content: "\f835"
}

.fac-bed:before {
    content: "\f236"
}

.fac-beer:before {
    content: "\f0fc"
}

.fac-behance:before {
    content: "\f1b4"
}

.fac-behance-square:before {
    content: "\f1b5"
}

.fac-bell:before {
    content: "\f0f3"
}

.fac-bell-school:before {
    content: "\f5d5"
}

.fac-bell-school-slash:before {
    content: "\f5d6"
}

.fac-bell-slash:before {
    content: "\f1f6"
}

.fac-bells:before {
    content: "\f77f"
}

.fac-bezier-curve:before {
    content: "\f55b"
}

.fac-bible:before {
    content: "\f647"
}

.fac-bicycle:before {
    content: "\f206"
}

.fac-bimobject:before {
    content: "\f378"
}

.fac-binoculars:before {
    content: "\f1e5"
}

.fac-biohazard:before {
    content: "\f780"
}

.fac-birthday-cake:before {
    content: "\f1fd"
}

.fac-bitbucket:before {
    content: "\f171"
}

.fac-bitcoin:before {
    content: "\f379"
}

.fac-bity:before {
    content: "\f37a"
}

.fac-black-tie:before {
    content: "\f27e"
}

.fac-blackberry:before {
    content: "\f37b"
}

.fac-blanket:before {
    content: "\f498"
}

.fac-blender:before {
    content: "\f517"
}

.fac-blender-phone:before {
    content: "\f6b6"
}

.fac-blind:before {
    content: "\f29d"
}

.fac-blog:before {
    content: "\f781"
}

.fac-blogger:before {
    content: "\f37c"
}

.fac-blogger-b:before {
    content: "\f37d"
}

.fac-bluetooth:before {
    content: "\f293"
}

.fac-bluetooth-b:before {
    content: "\f294"
}

.fac-bold:before {
    content: "\f032"
}

.fac-bolt:before {
    content: "\f0e7"
}

.fac-bomb:before {
    content: "\f1e2"
}

.fac-bone:before {
    content: "\f5d7"
}

.fac-bone-break:before {
    content: "\f5d8"
}

.fac-bong:before {
    content: "\f55c"
}

.fac-book:before {
    content: "\f02d"
}

.fac-book-alt:before {
    content: "\f5d9"
}

.fac-book-dead:before {
    content: "\f6b7"
}

.fac-book-heart:before {
    content: "\f499"
}

.fac-book-medical:before {
    content: "\f7e6"
}

.fac-book-open:before {
    content: "\f518"
}

.fac-book-reader:before {
    content: "\f5da"
}

.fac-book-spells:before {
    content: "\f6b8"
}

.fac-book-user:before {
    content: "\f7e7"
}

.fac-bookmark:before {
    content: "\f02e"
}

.fac-books:before {
    content: "\f5db"
}

.fac-books-medical:before {
    content: "\f7e8"
}

.fac-boot:before {
    content: "\f782"
}

.fac-booth-curtain:before {
    content: "\f734"
}

.fac-bootstrap:before {
    content: "\f836"
}

.fac-bow-arrow:before {
    content: "\f6b9"
}

.fac-bowling-ball:before {
    content: "\f436"
}

.fac-bowling-pins:before {
    content: "\f437"
}

.fac-box:before {
    content: "\f466"
}

.fac-box-alt:before {
    content: "\f49a"
}

.fac-box-ballot:before {
    content: "\f735"
}

.fac-box-check:before {
    content: "\f467"
}

.fac-box-fragile:before {
    content: "\f49b"
}

.fac-box-full:before {
    content: "\f49c"
}

.fac-box-heart:before {
    content: "\f49d"
}

.fac-box-open:before {
    content: "\f49e"
}

.fac-box-up:before {
    content: "\f49f"
}

.fac-box-usd:before {
    content: "\f4a0"
}

.fac-boxes:before {
    content: "\f468"
}

.fac-boxes-alt:before {
    content: "\f4a1"
}

.fac-boxing-glove:before {
    content: "\f438"
}

.fac-brackets:before {
    content: "\f7e9"
}

.fac-brackets-curly:before {
    content: "\f7ea"
}

.fac-braille:before {
    content: "\f2a1"
}

.fac-brain:before {
    content: "\f5dc"
}

.fac-bread-loaf:before {
    content: "\f7eb"
}

.fac-bread-slice:before {
    content: "\f7ec"
}

.fac-briefcase:before {
    content: "\f0b1"
}

.fac-briefcase-medical:before {
    content: "\f469"
}

.fac-broadcast-tower:before {
    content: "\f519"
}

.fac-broom:before {
    content: "\f51a"
}

.fac-browser:before {
    content: "\f37e"
}

.fac-brush:before {
    content: "\f55d"
}

.fac-btc:before {
    content: "\f15a"
}

.fac-buffer:before {
    content: "\f837"
}

.fac-bug:before {
    content: "\f188"
}

.fac-building:before {
    content: "\f1ad"
}

.fac-bullhorn:before {
    content: "\f0a1"
}

.fac-bullseye:before {
    content: "\f140"
}

.fac-bullseye-arrow:before {
    content: "\f648"
}

.fac-bullseye-pointer:before {
    content: "\f649"
}

.fac-burn:before {
    content: "\f46a"
}

.fac-buromobelexperte:before {
    content: "\f37f"
}

.fac-burrito:before {
    content: "\f7ed"
}

.fac-bus:before {
    content: "\f207"
}

.fac-bus-alt:before {
    content: "\f55e"
}

.fac-bus-school:before {
    content: "\f5dd"
}

.fac-business-time:before {
    content: "\f64a"
}

.fac-buysellads:before {
    content: "\f20d"
}

.fac-cabinet-filing:before {
    content: "\f64b"
}

.fac-calculator:before {
    content: "\f1ec"
}

.fac-calculator-alt:before {
    content: "\f64c"
}

.fac-calendar:before {
    content: "\f133"
}

.fac-calendar-alt:before {
    content: "\f073"
}

.fac-calendar-check:before {
    content: "\f274"
}

.fac-calendar-day:before {
    content: "\f783"
}

.fac-calendar-edit:before {
    content: "\f333"
}

.fac-calendar-exclamation:before {
    content: "\f334"
}

.fac-calendar-minus:before {
    content: "\f272"
}

.fac-calendar-plus:before {
    content: "\f271"
}

.fac-calendar-star:before {
    content: "\f736"
}

.fac-calendar-times:before {
    content: "\f273"
}

.fac-calendar-week:before {
    content: "\f784"
}

.fac-camera:before {
    content: "\f030"
}

.fac-camera-alt:before {
    content: "\f332"
}

.fac-camera-retro:before {
    content: "\f083"
}

.fac-campfire:before {
    content: "\f6ba"
}

.fac-campground:before {
    content: "\f6bb"
}

.fac-canadian-maple-leaf:before {
    content: "\f785"
}

.fac-candle-holder:before {
    content: "\f6bc"
}

.fac-candy-cane:before {
    content: "\f786"
}

.fac-candy-corn:before {
    content: "\f6bd"
}

.fac-cannabis:before {
    content: "\f55f"
}

.fac-capsules:before {
    content: "\f46b"
}

.fac-car:before {
    content: "\f1b9"
}

.fac-car-alt:before {
    content: "\f5de"
}

.fac-car-battery:before {
    content: "\f5df"
}

.fac-car-bump:before {
    content: "\f5e0"
}

.fac-car-crash:before {
    content: "\f5e1"
}

.fac-car-garage:before {
    content: "\f5e2"
}

.fac-car-mechanic:before {
    content: "\f5e3"
}

.fac-car-side:before {
    content: "\f5e4"
}

.fac-car-tilt:before {
    content: "\f5e5"
}

.fac-car-wash:before {
    content: "\f5e6"
}

.fac-caret-circle-down:before {
    content: "\f32d"
}

.fac-caret-circle-left:before {
    content: "\f32e"
}

.fac-caret-circle-right:before {
    content: "\f330"
}

.fac-caret-circle-up:before {
    content: "\f331"
}

.fac-caret-down:before {
    content: "\f0d7"
}

.fac-caret-left:before {
    content: "\f0d9"
}

.fac-caret-right:before {
    content: "\f0da"
}

.fac-caret-square-down:before {
    content: "\f150"
}

.fac-caret-square-left:before {
    content: "\f191"
}

.fac-caret-square-right:before {
    content: "\f152"
}

.fac-caret-square-up:before {
    content: "\f151"
}

.fac-caret-up:before {
    content: "\f0d8"
}

.fac-carrot:before {
    content: "\f787"
}

.fac-cart-arrow-down:before {
    content: "\f218"
}

.fac-cart-plus:before {
    content: "\f217"
}

.fac-cash-register:before {
    content: "\f788"
}

.fac-cat:before {
    content: "\f6be"
}

.fac-cauldron:before {
    content: "\f6bf"
}

.fac-cc-amazon-pay:before {
    content: "\f42d"
}

.fac-cc-amex:before {
    content: "\f1f3"
}

.fac-cc-apple-pay:before {
    content: "\f416"
}

.fac-cc-diners-club:before {
    content: "\f24c"
}

.fac-cc-discover:before {
    content: "\f1f2"
}

.fac-cc-jcb:before {
    content: "\f24b"
}

.fac-cc-mastercard:before {
    content: "\f1f1"
}

.fac-cc-paypal:before {
    content: "\f1f4"
}

.fac-cc-stripe:before {
    content: "\f1f5"
}

.fac-cc-visa:before {
    content: "\f1f0"
}

.fac-centercode:before {
    content: "\f380"
}

.fac-centos:before {
    content: "\f789"
}

.fac-certificate:before {
    content: "\f0a3"
}

.fac-chair:before {
    content: "\f6c0"
}

.fac-chair-office:before {
    content: "\f6c1"
}

.fac-chalkboard:before {
    content: "\f51b"
}

.fac-chalkboard-teacher:before {
    content: "\f51c"
}

.fac-charging-station:before {
    content: "\f5e7"
}

.fac-chart-area:before {
    content: "\f1fe"
}

.fac-chart-bar:before {
    content: "\f080"
}

.fac-chart-line:before {
    content: "\f201"
}

.fac-chart-line-down:before {
    content: "\f64d"
}

.fac-chart-network:before {
    content: "\f78a"
}

.fac-chart-pie:before {
    content: "\f200"
}

.fac-chart-pie-alt:before {
    content: "\f64e"
}

.fac-chart-scatter:before {
    content: "\f7ee"
}

.fac-check:before {
    content: "\f00c"
}

.fac-check-circle:before {
    content: "\f058"
}

.fac-check-double:before {
    content: "\f560"
}

.fac-check-square:before {
    content: "\f14a"
}

.fac-cheese:before {
    content: "\f7ef"
}

.fac-cheese-swiss:before {
    content: "\f7f0"
}

.fac-cheeseburger:before {
    content: "\f7f1"
}

.fac-chess:before {
    content: "\f439"
}

.fac-chess-bishop:before {
    content: "\f43a"
}

.fac-chess-bishop-alt:before {
    content: "\f43b"
}

.fac-chess-board:before {
    content: "\f43c"
}

.fac-chess-clock:before {
    content: "\f43d"
}

.fac-chess-clock-alt:before {
    content: "\f43e"
}

.fac-chess-king:before {
    content: "\f43f"
}

.fac-chess-king-alt:before {
    content: "\f440"
}

.fac-chess-knight:before {
    content: "\f441"
}

.fac-chess-knight-alt:before {
    content: "\f442"
}

.fac-chess-pawn:before {
    content: "\f443"
}

.fac-chess-pawn-alt:before {
    content: "\f444"
}

.fac-chess-queen:before {
    content: "\f445"
}

.fac-chess-queen-alt:before {
    content: "\f446"
}

.fac-chess-rook:before {
    content: "\f447"
}

.fac-chess-rook-alt:before {
    content: "\f448"
}

.fac-chevron-circle-down:before {
    content: "\f13a"
}

.fac-chevron-circle-left:before {
    content: "\f137"
}

.fac-chevron-circle-right:before {
    content: "\f138"
}

.fac-chevron-circle-up:before {
    content: "\f139"
}

.fac-chevron-double-down:before {
    content: "\f322"
}

.fac-chevron-double-left:before {
    content: "\f323"
}

.fac-chevron-double-right:before {
    content: "\f324"
}

.fac-chevron-double-up:before {
    content: "\f325"
}

.fac-chevron-down:before {
    content: "\f078"
}

.fac-chevron-left:before {
    content: "\f053"
}

.fac-chevron-right:before {
    content: "\f054"
}

.fac-chevron-square-down:before {
    content: "\f329"
}

.fac-chevron-square-left:before {
    content: "\f32a"
}

.fac-chevron-square-right:before {
    content: "\f32b"
}

.fac-chevron-square-up:before {
    content: "\f32c"
}

.fac-chevron-up:before {
    content: "\f077"
}

.fac-child:before {
    content: "\f1ae"
}

.fac-chimney:before {
    content: "\f78b"
}

.fac-chrome:before {
    content: "\f268"
}

.fac-chromecast:before {
    content: "\f838"
}

.fac-church:before {
    content: "\f51d"
}

.fac-circle:before {
    content: "\f111"
}

.fac-circle-notch:before {
    content: "\f1ce"
}

.fac-city:before {
    content: "\f64f"
}

.fac-claw-marks:before {
    content: "\f6c2"
}

.fac-clinic-medical:before {
    content: "\f7f2"
}

.fac-clipboard:before {
    content: "\f328"
}

.fac-clipboard-check:before {
    content: "\f46c"
}

.fac-clipboard-list:before {
    content: "\f46d"
}

.fac-clipboard-list-check:before {
    content: "\f737"
}

.fac-clipboard-prescription:before {
    content: "\f5e8"
}

.fac-clipboard-user:before {
    content: "\f7f3"
}

.fac-clock:before {
    content: "\f017"
}

.fac-clone:before {
    content: "\f24d"
}

.fac-closed-captioning:before {
    content: "\f20a"
}

.fac-cloud:before {
    content: "\f0c2"
}

.fac-cloud-download:before {
    content: "\f0ed"
}

.fac-cloud-download-alt:before {
    content: "\f381"
}

.fac-cloud-drizzle:before {
    content: "\f738"
}

.fac-cloud-hail:before {
    content: "\f739"
}

.fac-cloud-hail-mixed:before {
    content: "\f73a"
}

.fac-cloud-meatball:before {
    content: "\f73b"
}

.fac-cloud-moon:before {
    content: "\f6c3"
}

.fac-cloud-moon-rain:before {
    content: "\f73c"
}

.fac-cloud-rain:before {
    content: "\f73d"
}

.fac-cloud-rainbow:before {
    content: "\f73e"
}

.fac-cloud-showers:before {
    content: "\f73f"
}

.fac-cloud-showers-heavy:before {
    content: "\f740"
}

.fac-cloud-sleet:before {
    content: "\f741"
}

.fac-cloud-snow:before {
    content: "\f742"
}

.fac-cloud-sun:before {
    content: "\f6c4"
}

.fac-cloud-sun-rain:before {
    content: "\f743"
}

.fac-cloud-upload:before {
    content: "\f0ee"
}

.fac-cloud-upload-alt:before {
    content: "\f382"
}

.fac-clouds:before {
    content: "\f744"
}

.fac-clouds-moon:before {
    content: "\f745"
}

.fac-clouds-sun:before {
    content: "\f746"
}

.fac-cloudscale:before {
    content: "\f383"
}

.fac-cloudsmith:before {
    content: "\f384"
}

.fac-cloudversify:before {
    content: "\f385"
}

.fac-club:before {
    content: "\f327"
}

.fac-cocktail:before {
    content: "\f561"
}

.fac-code:before {
    content: "\f121"
}

.fac-code-branch:before {
    content: "\f126"
}

.fac-code-commit:before {
    content: "\f386"
}

.fac-code-merge:before {
    content: "\f387"
}

.fac-codepen:before {
    content: "\f1cb"
}

.fac-codiepie:before {
    content: "\f284"
}

.fac-coffee:before {
    content: "\f0f4"
}

.fac-coffee-togo:before {
    content: "\f6c5"
}

.fac-coffin:before {
    content: "\f6c6"
}

.fac-cog:before {
    content: "\f013"
}

.fac-cogs:before {
    content: "\f085"
}

.fac-coins:before {
    content: "\f51e"
}

.fac-columns:before {
    content: "\f0db"
}

.fac-comment:before {
    content: "\f075"
}

.fac-comment-alt:before {
    content: "\f27a"
}

.fac-comment-alt-check:before {
    content: "\f4a2"
}

.fac-comment-alt-dollar:before {
    content: "\f650"
}

.fac-comment-alt-dots:before {
    content: "\f4a3"
}

.fac-comment-alt-edit:before {
    content: "\f4a4"
}

.fac-comment-alt-exclamation:before {
    content: "\f4a5"
}

.fac-comment-alt-lines:before {
    content: "\f4a6"
}

.fac-comment-alt-medical:before {
    content: "\f7f4"
}

.fac-comment-alt-minus:before {
    content: "\f4a7"
}

.fac-comment-alt-plus:before {
    content: "\f4a8"
}

.fac-comment-alt-slash:before {
    content: "\f4a9"
}

.fac-comment-alt-smile:before {
    content: "\f4aa"
}

.fac-comment-alt-times:before {
    content: "\f4ab"
}

.fac-comment-check:before {
    content: "\f4ac"
}

.fac-comment-dollar:before {
    content: "\f651"
}

.fac-comment-dots:before {
    content: "\f4ad"
}

.fac-comment-edit:before {
    content: "\f4ae"
}

.fac-comment-exclamation:before {
    content: "\f4af"
}

.fac-comment-lines:before {
    content: "\f4b0"
}

.fac-comment-medical:before {
    content: "\f7f5"
}

.fac-comment-minus:before {
    content: "\f4b1"
}

.fac-comment-plus:before {
    content: "\f4b2"
}

.fac-comment-slash:before {
    content: "\f4b3"
}

.fac-comment-smile:before {
    content: "\f4b4"
}

.fac-comment-times:before {
    content: "\f4b5"
}

.fac-comments:before {
    content: "\f086"
}

.fac-comments-alt:before {
    content: "\f4b6"
}

.fac-comments-alt-dollar:before {
    content: "\f652"
}

.fac-comments-dollar:before {
    content: "\f653"
}

.fac-compact-disc:before {
    content: "\f51f"
}

.fac-compass:before {
    content: "\f14e"
}

.fac-compass-slash:before {
    content: "\f5e9"
}

.fac-compress:before {
    content: "\f066"
}

.fac-compress-alt:before {
    content: "\f422"
}

.fac-compress-arrows-alt:before {
    content: "\f78c"
}

.fac-compress-wide:before {
    content: "\f326"
}

.fac-concierge-bell:before {
    content: "\f562"
}

.fac-confluence:before {
    content: "\f78d"
}

.fac-connectdevelop:before {
    content: "\f20e"
}

.fac-container-storage:before {
    content: "\f4b7"
}

.fac-contao:before {
    content: "\f26d"
}

.fac-conveyor-belt:before {
    content: "\f46e"
}

.fac-conveyor-belt-alt:before {
    content: "\f46f"
}

.fac-cookie:before {
    content: "\f563"
}

.fac-cookie-bite:before {
    content: "\f564"
}

.fac-copy:before {
    content: "\f0c5"
}

.fac-copyright:before {
    content: "\f1f9"
}

.fac-corn:before {
    content: "\f6c7"
}

.fac-couch:before {
    content: "\f4b8"
}

.fac-cow:before {
    content: "\f6c8"
}

.fac-cpanel:before {
    content: "\f388"
}

.fac-creative-commons:before {
    content: "\f25e"
}

.fac-creative-commons-by:before {
    content: "\f4e7"
}

.fac-creative-commons-nc:before {
    content: "\f4e8"
}

.fac-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fac-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fac-creative-commons-nd:before {
    content: "\f4eb"
}

.fac-creative-commons-pd:before {
    content: "\f4ec"
}

.fac-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fac-creative-commons-remix:before {
    content: "\f4ee"
}

.fac-creative-commons-sa:before {
    content: "\f4ef"
}

.fac-creative-commons-sampling:before {
    content: "\f4f0"
}

.fac-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fac-creative-commons-share:before {
    content: "\f4f2"
}

.fac-creative-commons-zero:before {
    content: "\f4f3"
}

.fac-credit-card:before {
    content: "\f09d"
}

.fac-credit-card-blank:before {
    content: "\f389"
}

.fac-credit-card-front:before {
    content: "\f38a"
}

.fac-cricket:before {
    content: "\f449"
}

.fac-critical-role:before {
    content: "\f6c9"
}

.fac-croissant:before {
    content: "\f7f6"
}

.fac-crop:before {
    content: "\f125"
}

.fac-crop-alt:before {
    content: "\f565"
}

.fac-cross:before {
    content: "\f654"
}

.fac-crosshairs:before {
    content: "\f05b"
}

.fac-crow:before {
    content: "\f520"
}

.fac-crown:before {
    content: "\f521"
}

.fac-crutch:before {
    content: "\f7f7"
}

.fac-crutches:before {
    content: "\f7f8"
}

.fac-css3:before {
    content: "\f13c"
}

.fac-css3-alt:before {
    content: "\f38b"
}

.fac-cube:before {
    content: "\f1b2"
}

.fac-cubes:before {
    content: "\f1b3"
}

.fac-curling:before {
    content: "\f44a"
}

.fac-cut:before {
    content: "\f0c4"
}

.fac-cuttlefish:before {
    content: "\f38c"
}

.fac-d-and-d:before {
    content: "\f38d"
}

.fac-d-and-d-beyond:before {
    content: "\f6ca"
}

.fac-dagger:before {
    content: "\f6cb"
}

.fac-dashcube:before {
    content: "\f210"
}

.fac-database:before {
    content: "\f1c0"
}

.fac-deaf:before {
    content: "\f2a4"
}

.fac-debug:before {
    content: "\f7f9"
}

.fac-deer:before {
    content: "\f78e"
}

.fac-deer-rudolph:before {
    content: "\f78f"
}

.fac-delicious:before {
    content: "\f1a5"
}

.fac-democrat:before {
    content: "\f747"
}

.fac-deploydog:before {
    content: "\f38e"
}

.fac-deskpro:before {
    content: "\f38f"
}

.fac-desktop:before {
    content: "\f108"
}

.fac-desktop-alt:before {
    content: "\f390"
}

.fac-dev:before {
    content: "\f6cc"
}

.fac-deviantart:before {
    content: "\f1bd"
}

.fac-dewpoint:before {
    content: "\f748"
}

.fac-dharmachakra:before {
    content: "\f655"
}

.fac-dhl:before {
    content: "\f790"
}

.fac-diagnoses:before {
    content: "\f470"
}

.fac-diamond:before {
    content: "\f219"
}

.fac-diaspora:before {
    content: "\f791"
}

.fac-dice:before {
    content: "\f522"
}

.fac-dice-d10:before {
    content: "\f6cd"
}

.fac-dice-d12:before {
    content: "\f6ce"
}

.fac-dice-d20:before {
    content: "\f6cf"
}

.fac-dice-d4:before {
    content: "\f6d0"
}

.fac-dice-d6:before {
    content: "\f6d1"
}

.fac-dice-d8:before {
    content: "\f6d2"
}

.fac-dice-five:before {
    content: "\f523"
}

.fac-dice-four:before {
    content: "\f524"
}

.fac-dice-one:before {
    content: "\f525"
}

.fac-dice-six:before {
    content: "\f526"
}

.fac-dice-three:before {
    content: "\f527"
}

.fac-dice-two:before {
    content: "\f528"
}

.fac-digg:before {
    content: "\f1a6"
}

.fac-digital-ocean:before {
    content: "\f391"
}

.fac-digital-tachograph:before {
    content: "\f566"
}

.fac-diploma:before {
    content: "\f5ea"
}

.fac-directions:before {
    content: "\f5eb"
}

.fac-discord:before {
    content: "\f392"
}

.fac-discourse:before {
    content: "\f393"
}

.fac-disease:before {
    content: "\f7fa"
}

.fac-divide:before {
    content: "\f529"
}

.fac-dizzy:before {
    content: "\f567"
}

.fac-dna:before {
    content: "\f471"
}

.fac-do-not-enter:before {
    content: "\f5ec"
}

.fac-dochub:before {
    content: "\f394"
}

.fac-docker:before {
    content: "\f395"
}

.fac-dog:before {
    content: "\f6d3"
}

.fac-dog-leashed:before {
    content: "\f6d4"
}

.fac-dollar-sign:before {
    content: "\f155"
}

.fac-dolly:before {
    content: "\f472"
}

.fac-dolly-empty:before {
    content: "\f473"
}

.fac-dolly-flatbed:before {
    content: "\f474"
}

.fac-dolly-flatbed-alt:before {
    content: "\f475"
}

.fac-dolly-flatbed-empty:before {
    content: "\f476"
}

.fac-donate:before {
    content: "\f4b9"
}

.fac-door-closed:before {
    content: "\f52a"
}

.fac-door-open:before {
    content: "\f52b"
}

.fac-dot-circle:before {
    content: "\f192"
}

.fac-dove:before {
    content: "\f4ba"
}

.fac-download:before {
    content: "\f019"
}

.fac-draft2digital:before {
    content: "\f396"
}

.fac-drafting-compass:before {
    content: "\f568"
}

.fac-dragon:before {
    content: "\f6d5"
}

.fac-draw-circle:before {
    content: "\f5ed"
}

.fac-draw-polygon:before {
    content: "\f5ee"
}

.fac-draw-square:before {
    content: "\f5ef"
}

.fac-dreidel:before {
    content: "\f792"
}

.fac-dribbble:before {
    content: "\f17d"
}

.fac-dribbble-square:before {
    content: "\f397"
}

.fac-dropbox:before {
    content: "\f16b"
}

.fac-drum:before {
    content: "\f569"
}

.fac-drum-steelpan:before {
    content: "\f56a"
}

.fac-drumstick:before {
    content: "\f6d6"
}

.fac-drumstick-bite:before {
    content: "\f6d7"
}

.fac-drupal:before {
    content: "\f1a9"
}

.fac-duck:before {
    content: "\f6d8"
}

.fac-dumbbell:before {
    content: "\f44b"
}

.fac-dumpster:before {
    content: "\f793"
}

.fac-dumpster-fire:before {
    content: "\f794"
}

.fac-dungeon:before {
    content: "\f6d9"
}

.fac-dyalog:before {
    content: "\f399"
}

.fac-ear:before {
    content: "\f5f0"
}

.fac-ear-muffs:before {
    content: "\f795"
}

.fac-earlybirds:before {
    content: "\f39a"
}

.fac-ebay:before {
    content: "\f4f4"
}

.fac-eclipse:before {
    content: "\f749"
}

.fac-eclipse-alt:before {
    content: "\f74a"
}

.fac-edge:before {
    content: "\f282"
}

.fac-edit:before {
    content: "\f044"
}

.fac-egg:before {
    content: "\f7fb"
}

.fac-egg-fried:before {
    content: "\f7fc"
}

.fac-eject:before {
    content: "\f052"
}

.fac-elementor:before {
    content: "\f430"
}

.fac-elephant:before {
    content: "\f6da"
}

.fac-ellipsis-h:before {
    content: "\f141"
}

.fac-ellipsis-h-alt:before {
    content: "\f39b"
}

.fac-ellipsis-v:before {
    content: "\f142"
}

.fac-ellipsis-v-alt:before {
    content: "\f39c"
}

.fac-ello:before {
    content: "\f5f1"
}

.fac-ember:before {
    content: "\f423"
}

.fac-empire:before {
    content: "\f1d1"
}

.fac-empty-set:before {
    content: "\f656"
}

.fac-engine-warning:before {
    content: "\f5f2"
}

.fac-envelope:before {
    content: "\f0e0"
}

.fac-envelope-open:before {
    content: "\f2b6"
}

.fac-envelope-open-dollar:before {
    content: "\f657"
}

.fac-envelope-open-text:before {
    content: "\f658"
}

.fac-envelope-square:before {
    content: "\f199"
}

.fac-envira:before {
    content: "\f299"
}

.fac-equals:before {
    content: "\f52c"
}

.fac-eraser:before {
    content: "\f12d"
}

.fac-erlang:before {
    content: "\f39d"
}

.fac-ethereum:before {
    content: "\f42e"
}

.fac-ethernet:before {
    content: "\f796"
}

.fac-etsy:before {
    content: "\f2d7"
}

.fac-euro-sign:before {
    content: "\f153"
}

.fac-evernote:before {
    content: "\f839"
}

.fac-exchange:before {
    content: "\f0ec"
}

.fac-exchange-alt:before {
    content: "\f362"
}

.fac-exclamation:before {
    content: "\f12a"
}

.fac-exclamation-circle:before {
    content: "\f06a"
}

.fac-exclamation-square:before {
    content: "\f321"
}

.fac-exclamation-triangle:before {
    content: "\f071"
}

.fac-expand:before {
    content: "\f065"
}

.fac-expand-alt:before {
    content: "\f424"
}

.fac-expand-arrows:before {
    content: "\f31d"
}

.fac-expand-arrows-alt:before {
    content: "\f31e"
}

.fac-expand-wide:before {
    content: "\f320"
}

.fac-expeditedssl:before {
    content: "\f23e"
}

.fac-external-link:before {
    content: "\f08e"
}

.fac-external-link-alt:before {
    content: "\f35d"
}

.fac-external-link-square:before {
    content: "\f14c"
}

.fac-external-link-square-alt:before {
    content: "\f360"
}

.fac-eye:before {
    content: "\f06e"
}

.fac-eye-dropper:before {
    content: "\f1fb"
}

.fac-eye-evil:before {
    content: "\f6db"
}

.fac-eye-slash:before {
    content: "\f070"
}

.fac-facebook:before {
    content: "\f09a"
}

.fac-facebook-f:before {
    content: "\f39e"
}

.fac-facebook-messenger:before {
    content: "\f39f"
}

.fac-facebook-square:before {
    content: "\f082"
}

.fac-fantasy-flight-games:before {
    content: "\f6dc"
}

.fac-fast-backward:before {
    content: "\f049"
}

.fac-fast-forward:before {
    content: "\f050"
}

.fac-fax:before {
    content: "\f1ac"
}

.fac-feather:before {
    content: "\f52d"
}

.fac-feather-alt:before {
    content: "\f56b"
}

.fac-fedex:before {
    content: "\f797"
}

.fac-fedora:before {
    content: "\f798"
}

.fac-female:before {
    content: "\f182"
}

.fac-field-hockey:before {
    content: "\f44c"
}

.fac-fighter-jet:before {
    content: "\f0fb"
}

.fac-figma:before {
    content: "\f799"
}

.fac-file:before {
    content: "\f15b"
}

.fac-file-alt:before {
    content: "\f15c"
}

.fac-file-archive:before {
    content: "\f1c6"
}

.fac-file-audio:before {
    content: "\f1c7"
}

.fac-file-certificate:before {
    content: "\f5f3"
}

.fac-file-chart-line:before {
    content: "\f659"
}

.fac-file-chart-pie:before {
    content: "\f65a"
}

.fac-file-check:before {
    content: "\f316"
}

.fac-file-code:before {
    content: "\f1c9"
}

.fac-file-contract:before {
    content: "\f56c"
}

.fac-file-csv:before {
    content: "\f6dd"
}

.fac-file-download:before {
    content: "\f56d"
}

.fac-file-edit:before {
    content: "\f31c"
}

.fac-file-excel:before {
    content: "\f1c3"
}

.fac-file-exclamation:before {
    content: "\f31a"
}

.fac-file-export:before {
    content: "\f56e"
}

.fac-file-image:before {
    content: "\f1c5"
}

.fac-file-import:before {
    content: "\f56f"
}

.fac-file-invoice:before {
    content: "\f570"
}

.fac-file-invoice-dollar:before {
    content: "\f571"
}

.fac-file-medical:before {
    content: "\f477"
}

.fac-file-medical-alt:before {
    content: "\f478"
}

.fac-file-minus:before {
    content: "\f318"
}

.fac-file-pdf:before {
    content: "\f1c1"
}

.fac-file-plus:before {
    content: "\f319"
}

.fac-file-powerpoint:before {
    content: "\f1c4"
}

.fac-file-prescription:before {
    content: "\f572"
}

.fac-file-signature:before {
    content: "\f573"
}

.fac-file-spreadsheet:before {
    content: "\f65b"
}

.fac-file-times:before {
    content: "\f317"
}

.fac-file-upload:before {
    content: "\f574"
}

.fac-file-user:before {
    content: "\f65c"
}

.fac-file-video:before {
    content: "\f1c8"
}

.fac-file-word:before {
    content: "\f1c2"
}

.fac-files-medical:before {
    content: "\f7fd"
}

.fac-fill:before {
    content: "\f575"
}

.fac-fill-drip:before {
    content: "\f576"
}

.fac-film:before {
    content: "\f008"
}

.fac-film-alt:before {
    content: "\f3a0"
}

.fac-filter:before {
    content: "\f0b0"
}

.fac-fingerprint:before {
    content: "\f577"
}

.fac-fire:before {
    content: "\f06d"
}

.fac-fire-alt:before {
    content: "\f7e4"
}

.fac-fire-extinguisher:before {
    content: "\f134"
}

.fac-fire-smoke:before {
    content: "\f74b"
}

.fac-firefox:before {
    content: "\f269"
}

.fac-fireplace:before {
    content: "\f79a"
}

.fac-first-aid:before {
    content: "\f479"
}

.fac-first-order:before {
    content: "\f2b0"
}

.fac-first-order-alt:before {
    content: "\f50a"
}

.fac-firstdraft:before {
    content: "\f3a1"
}

.fac-fish:before {
    content: "\f578"
}

.fac-fish-cooked:before {
    content: "\f7fe"
}

.fac-fist-raised:before {
    content: "\f6de"
}

.fac-flag:before {
    content: "\f024"
}

.fac-flag-alt:before {
    content: "\f74c"
}

.fac-flag-checkered:before {
    content: "\f11e"
}

.fac-flag-usa:before {
    content: "\f74d"
}

.fac-flame:before {
    content: "\f6df"
}

.fac-flask:before {
    content: "\f0c3"
}

.fac-flask-poison:before {
    content: "\f6e0"
}

.fac-flask-potion:before {
    content: "\f6e1"
}

.fac-flickr:before {
    content: "\f16e"
}

.fac-flipboard:before {
    content: "\f44d"
}

.fac-flower:before {
    content: "\f7ff"
}

.fac-flower-daffodil:before {
    content: "\f800"
}

.fac-flower-tulip:before {
    content: "\f801"
}

.fac-flushed:before {
    content: "\f579"
}

.fac-fly:before {
    content: "\f417"
}

.fac-fog:before {
    content: "\f74e"
}

.fac-folder:before {
    content: "\f07b"
}

.fac-folder-minus:before {
    content: "\f65d"
}

.fac-folder-open:before {
    content: "\f07c"
}

.fac-folder-plus:before {
    content: "\f65e"
}

.fac-folder-times:before {
    content: "\f65f"
}

.fac-folder-tree:before {
    content: "\f802"
}

.fac-folders:before {
    content: "\f660"
}

.fac-font:before {
    content: "\f031"
}

.fac-font-awesome:before {
    content: "\f2b4"
}

.fac-font-awesome-alt:before {
    content: "\f35c"
}

.fac-font-awesome-flag:before {
    content: "\f425"
}

.fac-font-awesome-logo-full:before {
    content: "\f4e6"
}

.fac-fonticons:before {
    content: "\f280"
}

.fac-fonticons-fi:before {
    content: "\f3a2"
}

.fac-football-ball:before {
    content: "\f44e"
}

.fac-football-helmet:before {
    content: "\f44f"
}

.fac-forklift:before {
    content: "\f47a"
}

.fac-fort-awesome:before {
    content: "\f286"
}

.fac-fort-awesome-alt:before {
    content: "\f3a3"
}

.fac-forumbee:before {
    content: "\f211"
}

.fac-forward:before {
    content: "\f04e"
}

.fac-foursquare:before {
    content: "\f180"
}

.fac-fragile:before {
    content: "\f4bb"
}

.fac-free-code-camp:before {
    content: "\f2c5"
}

.fac-freebsd:before {
    content: "\f3a4"
}

.fac-french-fries:before {
    content: "\f803"
}

.fac-frog:before {
    content: "\f52e"
}

.fac-frosty-head:before {
    content: "\f79b"
}

.fac-frown:before {
    content: "\f119"
}

.fac-frown-open:before {
    content: "\f57a"
}

.fac-fulcrum:before {
    content: "\f50b"
}

.fac-function:before {
    content: "\f661"
}

.fac-funnel-dollar:before {
    content: "\f662"
}

.fac-futbol:before {
    content: "\f1e3"
}

.fac-galactic-republic:before {
    content: "\f50c"
}

.fac-galactic-senate:before {
    content: "\f50d"
}

.fac-gamepad:before {
    content: "\f11b"
}

.fac-gas-pump:before {
    content: "\f52f"
}

.fac-gas-pump-slash:before {
    content: "\f5f4"
}

.fac-gavel:before {
    content: "\f0e3"
}

.fac-gem:before {
    content: "\f3a5"
}

.fac-genderless:before {
    content: "\f22d"
}

.fac-get-pocket:before {
    content: "\f265"
}

.fac-gg:before {
    content: "\f260"
}

.fac-gg-circle:before {
    content: "\f261"
}

.fac-ghost:before {
    content: "\f6e2"
}

.fac-gift:before {
    content: "\f06b"
}

.fac-gift-card:before {
    content: "\f663"
}

.fac-gifts:before {
    content: "\f79c"
}

.fac-gingerbread-man:before {
    content: "\f79d"
}

.fac-git:before {
    content: "\f1d3"
}

.fac-git-square:before {
    content: "\f1d2"
}

.fac-github:before {
    content: "\f09b"
}

.fac-github-alt:before {
    content: "\f113"
}

.fac-github-square:before {
    content: "\f092"
}

.fac-gitkraken:before {
    content: "\f3a6"
}

.fac-gitlab:before {
    content: "\f296"
}

.fac-gitter:before {
    content: "\f426"
}

.fac-glass:before {
    content: "\f804"
}

.fac-glass-champagne:before {
    content: "\f79e"
}

.fac-glass-cheers:before {
    content: "\f79f"
}

.fac-glass-martini:before {
    content: "\f000"
}

.fac-glass-martini-alt:before {
    content: "\f57b"
}

.fac-glass-whiskey:before {
    content: "\f7a0"
}

.fac-glass-whiskey-rocks:before {
    content: "\f7a1"
}

.fac-glasses:before {
    content: "\f530"
}

.fac-glasses-alt:before {
    content: "\f5f5"
}

.fac-glide:before {
    content: "\f2a5"
}

.fac-glide-g:before {
    content: "\f2a6"
}

.fac-globe:before {
    content: "\f0ac"
}

.fac-globe-africa:before {
    content: "\f57c"
}

.fac-globe-americas:before {
    content: "\f57d"
}

.fac-globe-asia:before {
    content: "\f57e"
}

.fac-globe-europe:before {
    content: "\f7a2"
}

.fac-globe-snow:before {
    content: "\f7a3"
}

.fac-globe-stand:before {
    content: "\f5f6"
}

.fac-gofore:before {
    content: "\f3a7"
}

.fac-golf-ball:before {
    content: "\f450"
}

.fac-golf-club:before {
    content: "\f451"
}

.fac-goodreads:before {
    content: "\f3a8"
}

.fac-goodreads-g:before {
    content: "\f3a9"
}

.fac-google:before {
    content: "\f1a0"
}

.fac-google-drive:before {
    content: "\f3aa"
}

.fac-google-play:before {
    content: "\f3ab"
}

.fac-google-plus:before {
    content: "\f2b3"
}

.fac-google-plus-g:before {
    content: "\f0d5"
}

.fac-google-plus-square:before {
    content: "\f0d4"
}

.fac-google-wallet:before {
    content: "\f1ee"
}

.fac-gopuram:before {
    content: "\f664"
}

.fac-graduation-cap:before {
    content: "\f19d"
}

.fac-gratipay:before {
    content: "\f184"
}

.fac-grav:before {
    content: "\f2d6"
}

.fac-greater-than:before {
    content: "\f531"
}

.fac-greater-than-equal:before {
    content: "\f532"
}

.fac-grimace:before {
    content: "\f57f"
}

.fac-grin:before {
    content: "\f580"
}

.fac-grin-alt:before {
    content: "\f581"
}

.fac-grin-beam:before {
    content: "\f582"
}

.fac-grin-beam-sweat:before {
    content: "\f583"
}

.fac-grin-hearts:before {
    content: "\f584"
}

.fac-grin-squint:before {
    content: "\f585"
}

.fac-grin-squint-tears:before {
    content: "\f586"
}

.fac-grin-stars:before {
    content: "\f587"
}

.fac-grin-tears:before {
    content: "\f588"
}

.fac-grin-tongue:before {
    content: "\f589"
}

.fac-grin-tongue-squint:before {
    content: "\f58a"
}

.fac-grin-tongue-wink:before {
    content: "\f58b"
}

.fac-grin-wink:before {
    content: "\f58c"
}

.fac-grip-horizontal:before {
    content: "\f58d"
}

.fac-grip-lines:before {
    content: "\f7a4"
}

.fac-grip-lines-vertical:before {
    content: "\f7a5"
}

.fac-grip-vertical:before {
    content: "\f58e"
}

.fac-gripfire:before {
    content: "\f3ac"
}

.fac-grunt:before {
    content: "\f3ad"
}

.fac-guitar:before {
    content: "\f7a6"
}

.fac-gulp:before {
    content: "\f3ae"
}

.fac-h-square:before {
    content: "\f0fd"
}

.fac-h1:before {
    content: "\f313"
}

.fac-h2:before {
    content: "\f314"
}

.fac-h3:before {
    content: "\f315"
}

.fac-hacker-news:before {
    content: "\f1d4"
}

.fac-hacker-news-square:before {
    content: "\f3af"
}

.fac-hackerrank:before {
    content: "\f5f7"
}

.fac-hamburger:before {
    content: "\f805"
}

.fac-hammer:before {
    content: "\f6e3"
}

.fac-hammer-war:before {
    content: "\f6e4"
}

.fac-hamsa:before {
    content: "\f665"
}

.fac-hand-heart:before {
    content: "\f4bc"
}

.fac-hand-holding:before {
    content: "\f4bd"
}

.fac-hand-holding-box:before {
    content: "\f47b"
}

.fac-hand-holding-heart:before {
    content: "\f4be"
}

.fac-hand-holding-magic:before {
    content: "\f6e5"
}

.fac-hand-holding-seedling:before {
    content: "\f4bf"
}

.fac-hand-holding-usd:before {
    content: "\f4c0"
}

.fac-hand-holding-water:before {
    content: "\f4c1"
}

.fac-hand-lizard:before {
    content: "\f258"
}

.fac-hand-middle-finger:before {
    content: "\f806"
}

.fac-hand-paper:before {
    content: "\f256"
}

.fac-hand-peace:before {
    content: "\f25b"
}

.fac-hand-point-down:before {
    content: "\f0a7"
}

.fac-hand-point-left:before {
    content: "\f0a5"
}

.fac-hand-point-right:before {
    content: "\f0a4"
}

.fac-hand-point-up:before {
    content: "\f0a6"
}

.fac-hand-pointer:before {
    content: "\f25a"
}

.fac-hand-receiving:before {
    content: "\f47c"
}

.fac-hand-rock:before {
    content: "\f255"
}

.fac-hand-scissors:before {
    content: "\f257"
}

.fac-hand-spock:before {
    content: "\f259"
}

.fac-hands:before {
    content: "\f4c2"
}

.fac-hands-heart:before {
    content: "\f4c3"
}

.fac-hands-helping:before {
    content: "\f4c4"
}

.fac-hands-usd:before {
    content: "\f4c5"
}

.fac-handshake:before {
    content: "\f2b5"
}

.fac-handshake-alt:before {
    content: "\f4c6"
}

.fac-hanukiah:before {
    content: "\f6e6"
}

.fac-hard-hat:before {
    content: "\f807"
}

.fac-hashtag:before {
    content: "\f292"
}

.fac-hat-santa:before {
    content: "\f7a7"
}

.fac-hat-winter:before {
    content: "\f7a8"
}

.fac-hat-witch:before {
    content: "\f6e7"
}

.fac-hat-wizard:before {
    content: "\f6e8"
}

.fac-haykal:before {
    content: "\f666"
}

.fac-hdd:before {
    content: "\f0a0"
}

.fac-head-side:before {
    content: "\f6e9"
}

.fac-head-side-brain:before {
    content: "\f808"
}

.fac-head-side-medical:before {
    content: "\f809"
}

.fac-head-vr:before {
    content: "\f6ea"
}

.fac-heading:before {
    content: "\f1dc"
}

.fac-headphones:before {
    content: "\f025"
}

.fac-headphones-alt:before {
    content: "\f58f"
}

.fac-headset:before {
    content: "\f590"
}

.fac-heart:before {
    content: "\f004"
}

.fac-heart-broken:before {
    content: "\f7a9"
}

.fac-heart-circle:before {
    content: "\f4c7"
}

.fac-heart-rate:before {
    content: "\f5f8"
}

.fac-heart-square:before {
    content: "\f4c8"
}

.fac-heartbeat:before {
    content: "\f21e"
}

.fac-helicopter:before {
    content: "\f533"
}

.fac-helmet-battle:before {
    content: "\f6eb"
}

.fac-hexagon:before {
    content: "\f312"
}

.fac-highlighter:before {
    content: "\f591"
}

.fac-hiking:before {
    content: "\f6ec"
}

.fac-hippo:before {
    content: "\f6ed"
}

.fac-hips:before {
    content: "\f452"
}

.fac-hire-a-helper:before {
    content: "\f3b0"
}

.fac-history:before {
    content: "\f1da"
}

.fac-hockey-mask:before {
    content: "\f6ee"
}

.fac-hockey-puck:before {
    content: "\f453"
}

.fac-hockey-sticks:before {
    content: "\f454"
}

.fac-holly-berry:before {
    content: "\f7aa"
}

.fac-home:before {
    content: "\f015"
}

.fac-home-alt:before {
    content: "\f80a"
}

.fac-home-heart:before {
    content: "\f4c9"
}

.fac-home-lg:before {
    content: "\f80b"
}

.fac-home-lg-alt:before {
    content: "\f80c"
}

.fac-hood-cloak:before {
    content: "\f6ef"
}

.fac-hooli:before {
    content: "\f427"
}

.fac-hornbill:before {
    content: "\f592"
}

.fac-horse:before {
    content: "\f6f0"
}

.fac-horse-head:before {
    content: "\f7ab"
}

.fac-hospital:before {
    content: "\f0f8"
}

.fac-hospital-alt:before {
    content: "\f47d"
}

.fac-hospital-symbol:before {
    content: "\f47e"
}

.fac-hospital-user:before {
    content: "\f80d"
}

.fac-hospitals:before {
    content: "\f80e"
}

.fac-hot-tub:before {
    content: "\f593"
}

.fac-hotdog:before {
    content: "\f80f"
}

.fac-hotel:before {
    content: "\f594"
}

.fac-hotjar:before {
    content: "\f3b1"
}

.fac-hourglass:before {
    content: "\f254"
}

.fac-hourglass-end:before {
    content: "\f253"
}

.fac-hourglass-half:before {
    content: "\f252"
}

.fac-hourglass-start:before {
    content: "\f251"
}

.fac-house-damage:before {
    content: "\f6f1"
}

.fac-house-flood:before {
    content: "\f74f"
}

.fac-houzz:before {
    content: "\f27c"
}

.fac-hryvnia:before {
    content: "\f6f2"
}

.fac-html5:before {
    content: "\f13b"
}

.fac-hubspot:before {
    content: "\f3b2"
}

.fac-humidity:before {
    content: "\f750"
}

.fac-hurricane:before {
    content: "\f751"
}

.fac-i-cursor:before {
    content: "\f246"
}

.fac-ice-cream:before {
    content: "\f810"
}

.fac-ice-skate:before {
    content: "\f7ac"
}

.fac-icicles:before {
    content: "\f7ad"
}

.fac-id-badge:before {
    content: "\f2c1"
}

.fac-id-card:before {
    content: "\f2c2"
}

.fac-id-card-alt:before {
    content: "\f47f"
}

.fac-igloo:before {
    content: "\f7ae"
}

.fac-image:before {
    content: "\f03e"
}

.fac-images:before {
    content: "\f302"
}

.fac-imdb:before {
    content: "\f2d8"
}

.fac-inbox:before {
    content: "\f01c"
}

.fac-inbox-in:before {
    content: "\f310"
}

.fac-inbox-out:before {
    content: "\f311"
}

.fac-indent:before {
    content: "\f03c"
}

.fac-industry:before {
    content: "\f275"
}

.fac-industry-alt:before {
    content: "\f3b3"
}

.fac-infinity:before {
    content: "\f534"
}

.fac-info:before {
    content: "\f129"
}

.fac-info-circle:before {
    content: "\f05a"
}

.fac-info-square:before {
    content: "\f30f"
}

.fac-inhaler:before {
    content: "\f5f9"
}

.fac-instagram:before {
    content: "\f16d"
}

.fac-integral:before {
    content: "\f667"
}

.fac-intercom:before {
    content: "\f7af"
}

.fac-internet-explorer:before {
    content: "\f26b"
}

.fac-intersection:before {
    content: "\f668"
}

.fac-inventory:before {
    content: "\f480"
}

.fac-invision:before {
    content: "\f7b0"
}

.fac-ioxhost:before {
    content: "\f208"
}

.fac-island-tropical:before {
    content: "\f811"
}

.fac-italic:before {
    content: "\f033"
}

.fac-itch-io:before {
    content: "\f83a"
}

.fac-itunes:before {
    content: "\f3b4"
}

.fac-itunes-note:before {
    content: "\f3b5"
}

.fac-jack-o-lantern:before {
    content: "\f30e"
}

.fac-java:before {
    content: "\f4e4"
}

.fac-jedi:before {
    content: "\f669"
}

.fac-jedi-order:before {
    content: "\f50e"
}

.fac-jenkins:before {
    content: "\f3b6"
}

.fac-jira:before {
    content: "\f7b1"
}

.fac-joget:before {
    content: "\f3b7"
}

.fac-joint:before {
    content: "\f595"
}

.fac-joomla:before {
    content: "\f1aa"
}

.fac-journal-whills:before {
    content: "\f66a"
}

.fac-js:before {
    content: "\f3b8"
}

.fac-js-square:before {
    content: "\f3b9"
}

.fac-jsfiddle:before {
    content: "\f1cc"
}

.fac-kaaba:before {
    content: "\f66b"
}

.fac-kaggle:before {
    content: "\f5fa"
}

.fac-key:before {
    content: "\f084"
}

.fac-key-skeleton:before {
    content: "\f6f3"
}

.fac-keybase:before {
    content: "\f4f5"
}

.fac-keyboard:before {
    content: "\f11c"
}

.fac-keycdn:before {
    content: "\f3ba"
}

.fac-keynote:before {
    content: "\f66c"
}

.fac-khanda:before {
    content: "\f66d"
}

.fac-kickstarter:before {
    content: "\f3bb"
}

.fac-kickstarter-k:before {
    content: "\f3bc"
}

.fac-kidneys:before {
    content: "\f5fb"
}

.fac-kiss:before {
    content: "\f596"
}

.fac-kiss-beam:before {
    content: "\f597"
}

.fac-kiss-wink-heart:before {
    content: "\f598"
}

.fac-kite:before {
    content: "\f6f4"
}

.fac-kiwi-bird:before {
    content: "\f535"
}

.fac-knife-kitchen:before {
    content: "\f6f5"
}

.fac-korvue:before {
    content: "\f42f"
}

.fac-lambda:before {
    content: "\f66e"
}

.fac-lamp:before {
    content: "\f4ca"
}

.fac-landmark:before {
    content: "\f66f"
}

.fac-landmark-alt:before {
    content: "\f752"
}

.fac-language:before {
    content: "\f1ab"
}

.fac-laptop:before {
    content: "\f109"
}

.fac-laptop-code:before {
    content: "\f5fc"
}

.fac-laptop-medical:before {
    content: "\f812"
}

.fac-laravel:before {
    content: "\f3bd"
}

.fac-lastfm:before {
    content: "\f202"
}

.fac-lastfm-square:before {
    content: "\f203"
}

.fac-laugh:before {
    content: "\f599"
}

.fac-laugh-beam:before {
    content: "\f59a"
}

.fac-laugh-squint:before {
    content: "\f59b"
}

.fac-laugh-wink:before {
    content: "\f59c"
}

.fac-layer-group:before {
    content: "\f5fd"
}

.fac-layer-minus:before {
    content: "\f5fe"
}

.fac-layer-plus:before {
    content: "\f5ff"
}

.fac-leaf:before {
    content: "\f06c"
}

.fac-leaf-heart:before {
    content: "\f4cb"
}

.fac-leaf-maple:before {
    content: "\f6f6"
}

.fac-leaf-oak:before {
    content: "\f6f7"
}

.fac-leanpub:before {
    content: "\f212"
}

.fac-lemon:before {
    content: "\f094"
}

.fac-less:before {
    content: "\f41d"
}

.fac-less-than:before {
    content: "\f536"
}

.fac-less-than-equal:before {
    content: "\f537"
}

.fac-level-down:before {
    content: "\f149"
}

.fac-level-down-alt:before {
    content: "\f3be"
}

.fac-level-up:before {
    content: "\f148"
}

.fac-level-up-alt:before {
    content: "\f3bf"
}

.fac-life-ring:before {
    content: "\f1cd"
}

.fac-lightbulb:before {
    content: "\f0eb"
}

.fac-lightbulb-dollar:before {
    content: "\f670"
}

.fac-lightbulb-exclamation:before {
    content: "\f671"
}

.fac-lightbulb-on:before {
    content: "\f672"
}

.fac-lightbulb-slash:before {
    content: "\f673"
}

.fac-lights-holiday:before {
    content: "\f7b2"
}

.fac-line:before {
    content: "\f3c0"
}

.fac-link:before {
    content: "\f0c1"
}

.fac-linkedin:before {
    content: "\f08c"
}

.fac-linkedin-in:before {
    content: "\f0e1"
}

.fac-linode:before {
    content: "\f2b8"
}

.fac-linux:before {
    content: "\f17c"
}

.fac-lips:before {
    content: "\f600"
}

.fac-lira-sign:before {
    content: "\f195"
}

.fac-list:before {
    content: "\f03a"
}

.fac-list-alt:before {
    content: "\f022"
}

.fac-list-ol:before {
    content: "\f0cb"
}

.fac-list-ul:before {
    content: "\f0ca"
}

.fac-location:before {
    content: "\f601"
}

.fac-location-arrow:before {
    content: "\f124"
}

.fac-location-circle:before {
    content: "\f602"
}

.fac-location-slash:before {
    content: "\f603"
}

.fac-lock:before {
    content: "\f023"
}

.fac-lock-alt:before {
    content: "\f30d"
}

.fac-lock-open:before {
    content: "\f3c1"
}

.fac-lock-open-alt:before {
    content: "\f3c2"
}

.fac-long-arrow-alt-down:before {
    content: "\f309"
}

.fac-long-arrow-alt-left:before {
    content: "\f30a"
}

.fac-long-arrow-alt-right:before {
    content: "\f30b"
}

.fac-long-arrow-alt-up:before {
    content: "\f30c"
}

.fac-long-arrow-down:before {
    content: "\f175"
}

.fac-long-arrow-left:before {
    content: "\f177"
}

.fac-long-arrow-right:before {
    content: "\f178"
}

.fac-long-arrow-up:before {
    content: "\f176"
}

.fac-loveseat:before {
    content: "\f4cc"
}

.fac-low-vision:before {
    content: "\f2a8"
}

.fac-luchador:before {
    content: "\f455"
}

.fac-luggage-cart:before {
    content: "\f59d"
}

.fac-lungs:before {
    content: "\f604"
}

.fac-lyft:before {
    content: "\f3c3"
}

.fac-mace:before {
    content: "\f6f8"
}

.fac-magento:before {
    content: "\f3c4"
}

.fac-magic:before {
    content: "\f0d0"
}

.fac-magnet:before {
    content: "\f076"
}

.fac-mail-bulk:before {
    content: "\f674"
}

.fac-mailbox:before {
    content: "\f813"
}

.fac-mailchimp:before {
    content: "\f59e"
}

.fac-male:before {
    content: "\f183"
}

.fac-mandalorian:before {
    content: "\f50f"
}

.fac-mandolin:before {
    content: "\f6f9"
}

.fac-map:before {
    content: "\f279"
}

.fac-map-marked:before {
    content: "\f59f"
}

.fac-map-marked-alt:before {
    content: "\f5a0"
}

.fac-map-marker:before {
    content: "\f041"
}

.fac-map-marker-alt:before {
    content: "\f3c5"
}

.fac-map-marker-alt-slash:before {
    content: "\f605"
}

.fac-map-marker-check:before {
    content: "\f606"
}

.fac-map-marker-edit:before {
    content: "\f607"
}

.fac-map-marker-exclamation:before {
    content: "\f608"
}

.fac-map-marker-minus:before {
    content: "\f609"
}

.fac-map-marker-plus:before {
    content: "\f60a"
}

.fac-map-marker-question:before {
    content: "\f60b"
}

.fac-map-marker-slash:before {
    content: "\f60c"
}

.fac-map-marker-smile:before {
    content: "\f60d"
}

.fac-map-marker-times:before {
    content: "\f60e"
}

.fac-map-pin:before {
    content: "\f276"
}

.fac-map-signs:before {
    content: "\f277"
}

.fac-markdown:before {
    content: "\f60f"
}

.fac-marker:before {
    content: "\f5a1"
}

.fac-mars:before {
    content: "\f222"
}

.fac-mars-double:before {
    content: "\f227"
}

.fac-mars-stroke:before {
    content: "\f229"
}

.fac-mars-stroke-h:before {
    content: "\f22b"
}

.fac-mars-stroke-v:before {
    content: "\f22a"
}

.fac-mask:before {
    content: "\f6fa"
}

.fac-mastodon:before {
    content: "\f4f6"
}

.fac-maxcdn:before {
    content: "\f136"
}

.fac-meat:before {
    content: "\f814"
}

.fac-medal:before {
    content: "\f5a2"
}

.fac-medapps:before {
    content: "\f3c6"
}

.fac-medium:before {
    content: "\f23a"
}

.fac-medium-m:before {
    content: "\f3c7"
}

.fac-medkit:before {
    content: "\f0fa"
}

.fac-medrt:before {
    content: "\f3c8"
}

.fac-meetup:before {
    content: "\f2e0"
}

.fac-megaphone:before {
    content: "\f675"
}

.fac-megaport:before {
    content: "\f5a3"
}

.fac-meh:before {
    content: "\f11a"
}

.fac-meh-blank:before {
    content: "\f5a4"
}

.fac-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fac-memory:before {
    content: "\f538"
}

.fac-mendeley:before {
    content: "\f7b3"
}

.fac-menorah:before {
    content: "\f676"
}

.fac-mercury:before {
    content: "\f223"
}

.fac-meteor:before {
    content: "\f753"
}

.fac-microchip:before {
    content: "\f2db"
}

.fac-microphone:before {
    content: "\f130"
}

.fac-microphone-alt:before {
    content: "\f3c9"
}

.fac-microphone-alt-slash:before {
    content: "\f539"
}

.fac-microphone-slash:before {
    content: "\f131"
}

.fac-microscope:before {
    content: "\f610"
}

.fac-microsoft:before {
    content: "\f3ca"
}

.fac-mind-share:before {
    content: "\f677"
}

.fac-minus:before {
    content: "\f068"
}

.fac-minus-circle:before {
    content: "\f056"
}

.fac-minus-hexagon:before {
    content: "\f307"
}

.fac-minus-octagon:before {
    content: "\f308"
}

.fac-minus-square:before {
    content: "\f146"
}

.fac-mistletoe:before {
    content: "\f7b4"
}

.fac-mitten:before {
    content: "\f7b5"
}

.fac-mix:before {
    content: "\f3cb"
}

.fac-mixcloud:before {
    content: "\f289"
}

.fac-mizuni:before {
    content: "\f3cc"
}

.fac-mobile:before {
    content: "\f10b"
}

.fac-mobile-alt:before {
    content: "\f3cd"
}

.fac-mobile-android:before {
    content: "\f3ce"
}

.fac-mobile-android-alt:before {
    content: "\f3cf"
}

.fac-modx:before {
    content: "\f285"
}

.fac-monero:before {
    content: "\f3d0"
}

.fac-money-bill:before {
    content: "\f0d6"
}

.fac-money-bill-alt:before {
    content: "\f3d1"
}

.fac-money-bill-wave:before {
    content: "\f53a"
}

.fac-money-bill-wave-alt:before {
    content: "\f53b"
}

.fac-money-check:before {
    content: "\f53c"
}

.fac-money-check-alt:before {
    content: "\f53d"
}

.fac-monitor-heart-rate:before {
    content: "\f611"
}

.fac-monkey:before {
    content: "\f6fb"
}

.fac-monument:before {
    content: "\f5a6"
}

.fac-moon:before {
    content: "\f186"
}

.fac-moon-cloud:before {
    content: "\f754"
}

.fac-moon-stars:before {
    content: "\f755"
}

.fac-mortar-pestle:before {
    content: "\f5a7"
}

.fac-mosque:before {
    content: "\f678"
}

.fac-motorcycle:before {
    content: "\f21c"
}

.fac-mountain:before {
    content: "\f6fc"
}

.fac-mountains:before {
    content: "\f6fd"
}

.fac-mouse-pointer:before {
    content: "\f245"
}

.fac-mug-hot:before {
    content: "\f7b6"
}

.fac-mug-marshmallows:before {
    content: "\f7b7"
}

.fac-music:before {
    content: "\f001"
}

.fac-napster:before {
    content: "\f3d2"
}

.fac-narwhal:before {
    content: "\f6fe"
}

.fac-neos:before {
    content: "\f612"
}

.fac-network-wired:before {
    content: "\f6ff"
}

.fac-neuter:before {
    content: "\f22c"
}

.fac-newspaper:before {
    content: "\f1ea"
}

.fac-nimblr:before {
    content: "\f5a8"
}

.fac-nintendo-switch:before {
    content: "\f418"
}

.fac-node:before {
    content: "\f419"
}

.fac-node-js:before {
    content: "\f3d3"
}

.fac-not-equal:before {
    content: "\f53e"
}

.fac-notes-medical:before {
    content: "\f481"
}

.fac-npm:before {
    content: "\f3d4"
}

.fac-ns8:before {
    content: "\f3d5"
}

.fac-nutritionix:before {
    content: "\f3d6"
}

.fac-object-group:before {
    content: "\f247"
}

.fac-object-ungroup:before {
    content: "\f248"
}

.fac-octagon:before {
    content: "\f306"
}

.fac-odnoklassniki:before {
    content: "\f263"
}

.fac-odnoklassniki-square:before {
    content: "\f264"
}

.fac-oil-can:before {
    content: "\f613"
}

.fac-oil-temp:before {
    content: "\f614"
}

.fac-old-republic:before {
    content: "\f510"
}

.fac-om:before {
    content: "\f679"
}

.fac-omega:before {
    content: "\f67a"
}

.fac-opencart:before {
    content: "\f23d"
}

.fac-openid:before {
    content: "\f19b"
}

.fac-opera:before {
    content: "\f26a"
}

.fac-optin-monster:before {
    content: "\f23c"
}

.fac-ornament:before {
    content: "\f7b8"
}

.fac-osi:before {
    content: "\f41a"
}

.fac-otter:before {
    content: "\f700"
}

.fac-outdent:before {
    content: "\f03b"
}

.fac-page4:before {
    content: "\f3d7"
}

.fac-pagelines:before {
    content: "\f18c"
}

.fac-pager:before {
    content: "\f815"
}

.fac-paint-brush:before {
    content: "\f1fc"
}

.fac-paint-brush-alt:before {
    content: "\f5a9"
}

.fac-paint-roller:before {
    content: "\f5aa"
}

.fac-palette:before {
    content: "\f53f"
}

.fac-palfed:before {
    content: "\f3d8"
}

.fac-pallet:before {
    content: "\f482"
}

.fac-pallet-alt:before {
    content: "\f483"
}

.fac-paper-plane:before {
    content: "\f1d8"
}

.fac-paperclip:before {
    content: "\f0c6"
}

.fac-parachute-box:before {
    content: "\f4cd"
}

.fac-paragraph:before {
    content: "\f1dd"
}

.fac-parking:before {
    content: "\f540"
}

.fac-parking-circle:before {
    content: "\f615"
}

.fac-parking-circle-slash:before {
    content: "\f616"
}

.fac-parking-slash:before {
    content: "\f617"
}

.fac-passport:before {
    content: "\f5ab"
}

.fac-pastafarianism:before {
    content: "\f67b"
}

.fac-paste:before {
    content: "\f0ea"
}

.fac-patreon:before {
    content: "\f3d9"
}

.fac-pause:before {
    content: "\f04c"
}

.fac-pause-circle:before {
    content: "\f28b"
}

.fac-paw:before {
    content: "\f1b0"
}

.fac-paw-alt:before {
    content: "\f701"
}

.fac-paw-claws:before {
    content: "\f702"
}

.fac-paypal:before {
    content: "\f1ed"
}

.fac-peace:before {
    content: "\f67c"
}

.fac-pegasus:before {
    content: "\f703"
}

.fac-pen:before {
    content: "\f304"
}

.fac-pen-alt:before {
    content: "\f305"
}

.fac-pen-fancy:before {
    content: "\f5ac"
}

.fac-pen-nib:before {
    content: "\f5ad"
}

.fac-pen-square:before {
    content: "\f14b"
}

.fac-pencil:before {
    content: "\f040"
}

.fac-pencil-alt:before {
    content: "\f303"
}

.fac-pencil-paintbrush:before {
    content: "\f618"
}

.fac-pencil-ruler:before {
    content: "\f5ae"
}

.fac-pennant:before {
    content: "\f456"
}

.fac-penny-arcade:before {
    content: "\f704"
}

.fac-people-carry:before {
    content: "\f4ce"
}

.fac-pepper-hot:before {
    content: "\f816"
}

.fac-percent:before {
    content: "\f295"
}

.fac-percentage:before {
    content: "\f541"
}

.fac-periscope:before {
    content: "\f3da"
}

.fac-person-booth:before {
    content: "\f756"
}

.fac-person-carry:before {
    content: "\f4cf"
}

.fac-person-dolly:before {
    content: "\f4d0"
}

.fac-person-dolly-empty:before {
    content: "\f4d1"
}

.fac-person-sign:before {
    content: "\f757"
}

.fac-phabricator:before {
    content: "\f3db"
}

.fac-phoenix-framework:before {
    content: "\f3dc"
}

.fac-phoenix-squadron:before {
    content: "\f511"
}

.fac-phone:before {
    content: "\f095"
}

.fac-phone-office:before {
    content: "\f67d"
}

.fac-phone-plus:before {
    content: "\f4d2"
}

.fac-phone-slash:before {
    content: "\f3dd"
}

.fac-phone-square:before {
    content: "\f098"
}

.fac-phone-volume:before {
    content: "\f2a0"
}

.fac-php:before {
    content: "\f457"
}

.fac-pi:before {
    content: "\f67e"
}

.fac-pie:before {
    content: "\f705"
}

.fac-pied-piper:before {
    content: "\f2ae"
}

.fac-pied-piper-alt:before {
    content: "\f1a8"
}

.fac-pied-piper-hat:before {
    content: "\f4e5"
}

.fac-pied-piper-pp:before {
    content: "\f1a7"
}

.fac-pig:before {
    content: "\f706"
}

.fac-piggy-bank:before {
    content: "\f4d3"
}

.fac-pills:before {
    content: "\f484"
}

.fac-pinterest:before {
    content: "\f0d2"
}

.fac-pinterest-p:before {
    content: "\f231"
}

.fac-pinterest-square:before {
    content: "\f0d3"
}

.fac-pizza:before {
    content: "\f817"
}

.fac-pizza-slice:before {
    content: "\f818"
}

.fac-place-of-worship:before {
    content: "\f67f"
}

.fac-plane:before {
    content: "\f072"
}

.fac-plane-alt:before {
    content: "\f3de"
}

.fac-plane-arrival:before {
    content: "\f5af"
}

.fac-plane-departure:before {
    content: "\f5b0"
}

.fac-play:before {
    content: "\f04b"
}

.fac-play-circle:before {
    content: "\f144"
}

.fac-playstation:before {
    content: "\f3df"
}

.fac-plug:before {
    content: "\f1e6"
}

.fac-plus:before {
    content: "\f067"
}

.fac-plus-circle:before {
    content: "\f055"
}

.fac-plus-hexagon:before {
    content: "\f300"
}

.fac-plus-octagon:before {
    content: "\f301"
}

.fac-plus-square:before {
    content: "\f0fe"
}

.fac-podcast:before {
    content: "\f2ce"
}

.fac-podium:before {
    content: "\f680"
}

.fac-podium-star:before {
    content: "\f758"
}

.fac-poll:before {
    content: "\f681"
}

.fac-poll-h:before {
    content: "\f682"
}

.fac-poll-people:before {
    content: "\f759"
}

.fac-poo:before {
    content: "\f2fe"
}

.fac-poo-storm:before {
    content: "\f75a"
}

.fac-poop:before {
    content: "\f619"
}

.fac-popcorn:before {
    content: "\f819"
}

.fac-portrait:before {
    content: "\f3e0"
}

.fac-pound-sign:before {
    content: "\f154"
}

.fac-power-off:before {
    content: "\f011"
}

.fac-pray:before {
    content: "\f683"
}

.fac-praying-hands:before {
    content: "\f684"
}

.fac-prescription:before {
    content: "\f5b1"
}

.fac-prescription-bottle:before {
    content: "\f485"
}

.fac-prescription-bottle-alt:before {
    content: "\f486"
}

.fac-presentation:before {
    content: "\f685"
}

.fac-print:before {
    content: "\f02f"
}

.fac-print-search:before {
    content: "\f81a"
}

.fac-print-slash:before {
    content: "\f686"
}

.fac-procedures:before {
    content: "\f487"
}

.fac-product-hunt:before {
    content: "\f288"
}

.fac-project-diagram:before {
    content: "\f542"
}

.fac-pumpkin:before {
    content: "\f707"
}

.fac-pushed:before {
    content: "\f3e1"
}

.fac-puzzle-piece:before {
    content: "\f12e"
}

.fac-python:before {
    content: "\f3e2"
}

.fac-qq:before {
    content: "\f1d6"
}

.fac-qrcode:before {
    content: "\f029"
}

.fac-question:before {
    content: "\f128"
}

.fac-question-circle:before {
    content: "\f059"
}

.fac-question-square:before {
    content: "\f2fd"
}

.fac-quidditch:before {
    content: "\f458"
}

.fac-quinscape:before {
    content: "\f459"
}

.fac-quora:before {
    content: "\f2c4"
}

.fac-quote-left:before {
    content: "\f10d"
}

.fac-quote-right:before {
    content: "\f10e"
}

.fac-quran:before {
    content: "\f687"
}

.fac-r-project:before {
    content: "\f4f7"
}

.fac-rabbit:before {
    content: "\f708"
}

.fac-rabbit-fast:before {
    content: "\f709"
}

.fac-racquet:before {
    content: "\f45a"
}

.fac-radiation:before {
    content: "\f7b9"
}

.fac-radiation-alt:before {
    content: "\f7ba"
}

.fac-rainbow:before {
    content: "\f75b"
}

.fac-raindrops:before {
    content: "\f75c"
}

.fac-ram:before {
    content: "\f70a"
}

.fac-ramp-loading:before {
    content: "\f4d4"
}

.fac-random:before {
    content: "\f074"
}

.fac-raspberry-pi:before {
    content: "\f7bb"
}

.fac-ravelry:before {
    content: "\f2d9"
}

.fac-react:before {
    content: "\f41b"
}

.fac-reacteurope:before {
    content: "\f75d"
}

.fac-readme:before {
    content: "\f4d5"
}

.fac-rebel:before {
    content: "\f1d0"
}

.fac-receipt:before {
    content: "\f543"
}

.fac-rectangle-landscape:before {
    content: "\f2fa"
}

.fac-rectangle-portrait:before {
    content: "\f2fb"
}

.fac-rectangle-wide:before {
    content: "\f2fc"
}

.fac-recycle:before {
    content: "\f1b8"
}

.fac-red-river:before {
    content: "\f3e3"
}

.fac-reddit:before {
    content: "\f1a1"
}

.fac-reddit-alien:before {
    content: "\f281"
}

.fac-reddit-square:before {
    content: "\f1a2"
}

.fac-redhat:before {
    content: "\f7bc"
}

.fac-redo:before {
    content: "\f01e"
}

.fac-redo-alt:before {
    content: "\f2f9"
}

.fac-registered:before {
    content: "\f25d"
}

.fac-renren:before {
    content: "\f18b"
}

.fac-repeat:before {
    content: "\f363"
}

.fac-repeat-1:before {
    content: "\f365"
}

.fac-repeat-1-alt:before {
    content: "\f366"
}

.fac-repeat-alt:before {
    content: "\f364"
}

.fac-reply:before {
    content: "\f3e5"
}

.fac-reply-all:before {
    content: "\f122"
}

.fac-replyd:before {
    content: "\f3e6"
}

.fac-republican:before {
    content: "\f75e"
}

.fac-researchgate:before {
    content: "\f4f8"
}

.fac-resolving:before {
    content: "\f3e7"
}

.fac-restroom:before {
    content: "\f7bd"
}

.fac-retweet:before {
    content: "\f079"
}

.fac-retweet-alt:before {
    content: "\f361"
}

.fac-rev:before {
    content: "\f5b2"
}

.fac-ribbon:before {
    content: "\f4d6"
}

.fac-ring:before {
    content: "\f70b"
}

.fac-rings-wedding:before {
    content: "\f81b"
}

.fac-road:before {
    content: "\f018"
}

.fac-robot:before {
    content: "\f544"
}

.fac-rocket:before {
    content: "\f135"
}

.fac-rocketchat:before {
    content: "\f3e8"
}

.fac-rockrms:before {
    content: "\f3e9"
}

.fac-route:before {
    content: "\f4d7"
}

.fac-route-highway:before {
    content: "\f61a"
}

.fac-route-interstate:before {
    content: "\f61b"
}

.fac-rss:before {
    content: "\f09e"
}

.fac-rss-square:before {
    content: "\f143"
}

.fac-ruble-sign:before {
    content: "\f158"
}

.fac-ruler:before {
    content: "\f545"
}

.fac-ruler-combined:before {
    content: "\f546"
}

.fac-ruler-horizontal:before {
    content: "\f547"
}

.fac-ruler-triangle:before {
    content: "\f61c"
}

.fac-ruler-vertical:before {
    content: "\f548"
}

.fac-running:before {
    content: "\f70c"
}

.fac-rupee-sign:before {
    content: "\f156"
}

.fac-rv:before {
    content: "\f7be"
}

.fac-sack:before {
    content: "\f81c"
}

.fac-sack-dollar:before {
    content: "\f81d"
}

.fac-sad-cry:before {
    content: "\f5b3"
}

.fac-sad-tear:before {
    content: "\f5b4"
}

.fac-safari:before {
    content: "\f267"
}

.fac-salad:before {
    content: "\f81e"
}

.fac-salesforce:before {
    content: "\f83b"
}

.fac-sandwich:before {
    content: "\f81f"
}

.fac-sass:before {
    content: "\f41e"
}

.fac-satellite:before {
    content: "\f7bf"
}

.fac-satellite-dish:before {
    content: "\f7c0"
}

.fac-sausage:before {
    content: "\f820"
}

.fac-save:before {
    content: "\f0c7"
}

.fac-scalpel:before {
    content: "\f61d"
}

.fac-scalpel-path:before {
    content: "\f61e"
}

.fac-scanner:before {
    content: "\f488"
}

.fac-scanner-keyboard:before {
    content: "\f489"
}

.fac-scanner-touchscreen:before {
    content: "\f48a"
}

.fac-scarecrow:before {
    content: "\f70d"
}

.fac-scarf:before {
    content: "\f7c1"
}

.fac-schlix:before {
    content: "\f3ea"
}

.fac-school:before {
    content: "\f549"
}

.fac-screwdriver:before {
    content: "\f54a"
}

.fac-scribd:before {
    content: "\f28a"
}

.fac-scroll:before {
    content: "\f70e"
}

.fac-scroll-old:before {
    content: "\f70f"
}

.fac-scrubber:before {
    content: "\f2f8"
}

.fac-scythe:before {
    content: "\f710"
}

.fac-sd-card:before {
    content: "\f7c2"
}

.fac-search:before {
    content: "\f002"
}

.fac-search-dollar:before {
    content: "\f688"
}

.fac-search-location:before {
    content: "\f689"
}

.fac-search-minus:before {
    content: "\f010"
}

.fac-search-plus:before {
    content: "\f00e"
}

.fac-searchengin:before {
    content: "\f3eb"
}

.fac-seedling:before {
    content: "\f4d8"
}

.fac-sellcast:before {
    content: "\f2da"
}

.fac-sellsy:before {
    content: "\f213"
}

.fac-server:before {
    content: "\f233"
}

.fac-casestudiostack:before {
    content: "\f3ec"
}

.fac-shapes:before {
    content: "\f61f"
}

.fac-share:before {
    content: "\f064"
}

.fac-share-all:before {
    content: "\f367"
}

.fac-share-alt:before {
    content: "\f1e0"
}

.fac-share-alt-square:before {
    content: "\f1e1"
}

.fac-share-square:before {
    content: "\f14d"
}

.fac-sheep:before {
    content: "\f711"
}

.fac-shekel-sign:before {
    content: "\f20b"
}

.fac-shield:before {
    content: "\f132"
}

.fac-shield-alt:before {
    content: "\f3ed"
}

.fac-shield-check:before {
    content: "\f2f7"
}

.fac-shield-cross:before {
    content: "\f712"
}

.fac-ship:before {
    content: "\f21a"
}

.fac-shipping-fast:before {
    content: "\f48b"
}

.fac-shipping-timed:before {
    content: "\f48c"
}

.fac-shirtsinbulk:before {
    content: "\f214"
}

.fac-shish-kebab:before {
    content: "\f821"
}

.fac-shoe-prints:before {
    content: "\f54b"
}

.fac-shopping-bag:before {
    content: "\f290"
}

.fac-shopping-basket:before {
    content: "\f291"
}

.fac-shopping-cart:before {
    content: "\f07a"
}

.fac-shopware:before {
    content: "\f5b5"
}

.fac-shovel:before {
    content: "\f713"
}

.fac-shovel-snow:before {
    content: "\f7c3"
}

.fac-shower:before {
    content: "\f2cc"
}

.fac-shredder:before {
    content: "\f68a"
}

.fac-shuttle-van:before {
    content: "\f5b6"
}

.fac-shuttlecock:before {
    content: "\f45b"
}

.fac-sickle:before {
    content: "\f822"
}

.fac-sigma:before {
    content: "\f68b"
}

.fac-sign:before {
    content: "\f4d9"
}

.fac-sign-in:before {
    content: "\f090"
}

.fac-sign-in-alt:before {
    content: "\f2f6"
}

.fac-sign-language:before {
    content: "\f2a7"
}

.fac-sign-out:before {
    content: "\f08b"
}

.fac-sign-out-alt:before {
    content: "\f2f5"
}

.fac-signal:before {
    content: "\f012"
}

.fac-signal-1:before {
    content: "\f68c"
}

.fac-signal-2:before {
    content: "\f68d"
}

.fac-signal-3:before {
    content: "\f68e"
}

.fac-signal-4:before {
    content: "\f68f"
}

.fac-signal-alt:before {
    content: "\f690"
}

.fac-signal-alt-1:before {
    content: "\f691"
}

.fac-signal-alt-2:before {
    content: "\f692"
}

.fac-signal-alt-3:before {
    content: "\f693"
}

.fac-signal-alt-slash:before {
    content: "\f694"
}

.fac-signal-slash:before {
    content: "\f695"
}

.fac-signature:before {
    content: "\f5b7"
}

.fac-sim-card:before {
    content: "\f7c4"
}

.fac-simplybuilt:before {
    content: "\f215"
}

.fac-sistrix:before {
    content: "\f3ee"
}

.fac-sitemap:before {
    content: "\f0e8"
}

.fac-sith:before {
    content: "\f512"
}

.fac-skating:before {
    content: "\f7c5"
}

.fac-skeleton:before {
    content: "\f620"
}

.fac-sketch:before {
    content: "\f7c6"
}

.fac-ski-jump:before {
    content: "\f7c7"
}

.fac-ski-lift:before {
    content: "\f7c8"
}

.fac-skiing:before {
    content: "\f7c9"
}

.fac-skiing-nordic:before {
    content: "\f7ca"
}

.fac-skull:before {
    content: "\f54c"
}

.fac-skull-crossbones:before {
    content: "\f714"
}

.fac-skyatlas:before {
    content: "\f216"
}

.fac-skype:before {
    content: "\f17e"
}

.fac-slack:before {
    content: "\f198"
}

.fac-slack-hash:before {
    content: "\f3ef"
}

.fac-slash:before {
    content: "\f715"
}

.fac-sledding:before {
    content: "\f7cb"
}

.fac-sleigh:before {
    content: "\f7cc"
}

.fac-sliders-h:before {
    content: "\f1de"
}

.fac-sliders-h-square:before {
    content: "\f3f0"
}

.fac-sliders-v:before {
    content: "\f3f1"
}

.fac-sliders-v-square:before {
    content: "\f3f2"
}

.fac-slideshare:before {
    content: "\f1e7"
}

.fac-smile:before {
    content: "\f118"
}

.fac-smile-beam:before {
    content: "\f5b8"
}

.fac-smile-plus:before {
    content: "\f5b9"
}

.fac-smile-wink:before {
    content: "\f4da"
}

.fac-smog:before {
    content: "\f75f"
}

.fac-smoke:before {
    content: "\f760"
}

.fac-smoking:before {
    content: "\f48d"
}

.fac-smoking-ban:before {
    content: "\f54d"
}

.fac-sms:before {
    content: "\f7cd"
}

.fac-snake:before {
    content: "\f716"
}

.fac-snapchat:before {
    content: "\f2ab"
}

.fac-snapchat-ghost:before {
    content: "\f2ac"
}

.fac-snapchat-square:before {
    content: "\f2ad"
}

.fac-snow-blowing:before {
    content: "\f761"
}

.fac-snowboarding:before {
    content: "\f7ce"
}

.fac-snowflake:before {
    content: "\f2dc"
}

.fac-snowflakes:before {
    content: "\f7cf"
}

.fac-snowman:before {
    content: "\f7d0"
}

.fac-snowmobile:before {
    content: "\f7d1"
}

.fac-snowplow:before {
    content: "\f7d2"
}

.fac-socks:before {
    content: "\f696"
}

.fac-solar-panel:before {
    content: "\f5ba"
}

.fac-sort:before {
    content: "\f0dc"
}

.fac-sort-alpha-down:before {
    content: "\f15d"
}

.fac-sort-alpha-up:before {
    content: "\f15e"
}

.fac-sort-amount-down:before {
    content: "\f160"
}

.fac-sort-amount-up:before {
    content: "\f161"
}

.fac-sort-down:before {
    content: "\f0dd"
}

.fac-sort-numeric-down:before {
    content: "\f162"
}

.fac-sort-numeric-up:before {
    content: "\f163"
}

.fac-sort-up:before {
    content: "\f0de"
}

.fac-soundcloud:before {
    content: "\f1be"
}

.fac-soup:before {
    content: "\f823"
}

.fac-sourcetree:before {
    content: "\f7d3"
}

.fac-spa:before {
    content: "\f5bb"
}

.fac-space-shuttle:before {
    content: "\f197"
}

.fac-spade:before {
    content: "\f2f4"
}

.fac-speakap:before {
    content: "\f3f3"
}

.fac-speaker-deck:before {
    content: "\f83c"
}

.fac-spider:before {
    content: "\f717"
}

.fac-spider-black-widow:before {
    content: "\f718"
}

.fac-spider-web:before {
    content: "\f719"
}

.fac-spinner:before {
    content: "\f110"
}

.fac-spinner-third:before {
    content: "\f3f4"
}

.fac-splotch:before {
    content: "\f5bc"
}

.fac-spotify:before {
    content: "\f1bc"
}

.fac-spray-can:before {
    content: "\f5bd"
}

.fac-square:before {
    content: "\f0c8"
}

.fac-square-full:before {
    content: "\f45c"
}

.fac-square-root:before {
    content: "\f697"
}

.fac-square-root-alt:before {
    content: "\f698"
}

.fac-squarespace:before {
    content: "\f5be"
}

.fac-squirrel:before {
    content: "\f71a"
}

.fac-stack-exchange:before {
    content: "\f18d"
}

.fac-stack-overflow:before {
    content: "\f16c"
}

.fac-staff:before {
    content: "\f71b"
}

.fac-stamp:before {
    content: "\f5bf"
}

.fac-star:before {
    content: "\f005"
}

.fac-star-and-crescent:before {
    content: "\f699"
}

.fac-star-christmas:before {
    content: "\f7d4"
}

.fac-star-exclamation:before {
    content: "\f2f3"
}

.fac-star-half:before {
    content: "\f089"
}

.fac-star-half-alt:before {
    content: "\f5c0"
}

.fac-star-of-david:before {
    content: "\f69a"
}

.fac-star-of-life:before {
    content: "\f621"
}

.fac-stars:before {
    content: "\f762"
}

.fac-staylinked:before {
    content: "\f3f5"
}

.fac-steak:before {
    content: "\f824"
}

.fac-steam:before {
    content: "\f1b6"
}

.fac-steam-square:before {
    content: "\f1b7"
}

.fac-steam-symbol:before {
    content: "\f3f6"
}

.fac-steering-wheel:before {
    content: "\f622"
}

.fac-step-backward:before {
    content: "\f048"
}

.fac-step-forward:before {
    content: "\f051"
}

.fac-stethoscope:before {
    content: "\f0f1"
}

.fac-sticker-mule:before {
    content: "\f3f7"
}

.fac-sticky-note:before {
    content: "\f249"
}

.fac-stocking:before {
    content: "\f7d5"
}

.fac-stomach:before {
    content: "\f623"
}

.fac-stop:before {
    content: "\f04d"
}

.fac-stop-circle:before {
    content: "\f28d"
}

.fac-stopwatch:before {
    content: "\f2f2"
}

.fac-store:before {
    content: "\f54e"
}

.fac-store-alt:before {
    content: "\f54f"
}

.fac-strava:before {
    content: "\f428"
}

.fac-stream:before {
    content: "\f550"
}

.fac-street-view:before {
    content: "\f21d"
}

.fac-stretcher:before {
    content: "\f825"
}

.fac-strikethrough:before {
    content: "\f0cc"
}

.fac-stripe:before {
    content: "\f429"
}

.fac-stripe-s:before {
    content: "\f42a"
}

.fac-stroopwafel:before {
    content: "\f551"
}

.fac-studiovinari:before {
    content: "\f3f8"
}

.fac-stumbleupon:before {
    content: "\f1a4"
}

.fac-stumbleupon-circle:before {
    content: "\f1a3"
}

.fac-subscript:before {
    content: "\f12c"
}

.fac-subway:before {
    content: "\f239"
}

.fac-suitcase:before {
    content: "\f0f2"
}

.fac-suitcase-rolling:before {
    content: "\f5c1"
}

.fac-sun:before {
    content: "\f185"
}

.fac-sun-cloud:before {
    content: "\f763"
}

.fac-sun-dust:before {
    content: "\f764"
}

.fac-sun-haze:before {
    content: "\f765"
}

.fac-sunrise:before {
    content: "\f766"
}

.fac-sunset:before {
    content: "\f767"
}

.fac-superpowers:before {
    content: "\f2dd"
}

.fac-superscript:before {
    content: "\f12b"
}

.fac-supple:before {
    content: "\f3f9"
}

.fac-surprise:before {
    content: "\f5c2"
}

.fac-suse:before {
    content: "\f7d6"
}

.fac-swatchbook:before {
    content: "\f5c3"
}

.fac-swimmer:before {
    content: "\f5c4"
}

.fac-swimming-pool:before {
    content: "\f5c5"
}

.fac-sword:before {
    content: "\f71c"
}

.fac-swords:before {
    content: "\f71d"
}

.fac-symfony:before {
    content: "\f83d"
}

.fac-synagogue:before {
    content: "\f69b"
}

.fac-sync:before {
    content: "\f021"
}

.fac-sync-alt:before {
    content: "\f2f1"
}

.fac-syringe:before {
    content: "\f48e"
}

.fac-table:before {
    content: "\f0ce"
}

.fac-table-tennis:before {
    content: "\f45d"
}

.fac-tablet:before {
    content: "\f10a"
}

.fac-tablet-alt:before {
    content: "\f3fa"
}

.fac-tablet-android:before {
    content: "\f3fb"
}

.fac-tablet-android-alt:before {
    content: "\f3fc"
}

.fac-tablet-rugged:before {
    content: "\f48f"
}

.fac-tablets:before {
    content: "\f490"
}

.fac-tachometer:before {
    content: "\f0e4"
}

.fac-tachometer-alt:before {
    content: "\f3fd"
}

.fac-tachometer-alt-average:before {
    content: "\f624"
}

.fac-tachometer-alt-fast:before {
    content: "\f625"
}

.fac-tachometer-alt-fastest:before {
    content: "\f626"
}

.fac-tachometer-alt-slow:before {
    content: "\f627"
}

.fac-tachometer-alt-slowest:before {
    content: "\f628"
}

.fac-tachometer-average:before {
    content: "\f629"
}

.fac-tachometer-fast:before {
    content: "\f62a"
}

.fac-tachometer-fastest:before {
    content: "\f62b"
}

.fac-tachometer-slow:before {
    content: "\f62c"
}

.fac-tachometer-slowest:before {
    content: "\f62d"
}

.fac-taco:before {
    content: "\f826"
}

.fac-tag:before {
    content: "\f02b"
}

.fac-tags:before {
    content: "\f02c"
}

.fac-tally:before {
    content: "\f69c"
}

.fac-tanakh:before {
    content: "\f827"
}

.fac-tape:before {
    content: "\f4db"
}

.fac-tasks:before {
    content: "\f0ae"
}

.fac-tasks-alt:before {
    content: "\f828"
}

.fac-taxi:before {
    content: "\f1ba"
}

.fac-teamspeak:before {
    content: "\f4f9"
}

.fac-teeth:before {
    content: "\f62e"
}

.fac-teeth-open:before {
    content: "\f62f"
}

.fac-telegram:before {
    content: "\f2c6"
}

.fac-telegram-plane:before {
    content: "\f3fe"
}

.fac-temperature-frigid:before {
    content: "\f768"
}

.fac-temperature-high:before {
    content: "\f769"
}

.fac-temperature-hot:before {
    content: "\f76a"
}

.fac-temperature-low:before {
    content: "\f76b"
}

.fac-tencent-weibo:before {
    content: "\f1d5"
}

.fac-tenge:before {
    content: "\f7d7"
}

.fac-tennis-ball:before {
    content: "\f45e"
}

.fac-terminal:before {
    content: "\f120"
}

.fac-text-height:before {
    content: "\f034"
}

.fac-text-width:before {
    content: "\f035"
}

.fac-th:before {
    content: "\f00a"
}

.fac-th-large:before {
    content: "\f009"
}

.fac-th-list:before {
    content: "\f00b"
}

.fac-the-red-yeti:before {
    content: "\f69d"
}

.fac-theater-masks:before {
    content: "\f630"
}

.fac-themeco:before {
    content: "\f5c6"
}

.fac-themeisle:before {
    content: "\f2b2"
}

.fac-thermometer:before {
    content: "\f491"
}

.fac-thermometer-empty:before {
    content: "\f2cb"
}

.fac-thermometer-full:before {
    content: "\f2c7"
}

.fac-thermometer-half:before {
    content: "\f2c9"
}

.fac-thermometer-quarter:before {
    content: "\f2ca"
}

.fac-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fac-theta:before {
    content: "\f69e"
}

.fac-think-peaks:before {
    content: "\f731"
}

.fac-thumbs-down:before {
    content: "\f165"
}

.fac-thumbs-up:before {
    content: "\f164"
}

.fac-thumbtack:before {
    content: "\f08d"
}

.fac-thunderstorm:before {
    content: "\f76c"
}

.fac-thunderstorm-moon:before {
    content: "\f76d"
}

.fac-thunderstorm-sun:before {
    content: "\f76e"
}

.fac-ticket:before {
    content: "\f145"
}

.fac-ticket-alt:before {
    content: "\f3ff"
}

.fac-tilde:before {
    content: "\f69f"
}

.fac-times:before {
    content: "\f00d"
}

.fac-times-circle:before {
    content: "\f057"
}

.fac-times-hexagon:before {
    content: "\f2ee"
}

.fac-times-octagon:before {
    content: "\f2f0"
}

.fac-times-square:before {
    content: "\f2d3"
}

.fac-tint:before {
    content: "\f043"
}

.fac-tint-slash:before {
    content: "\f5c7"
}

.fac-tire:before {
    content: "\f631"
}

.fac-tire-flat:before {
    content: "\f632"
}

.fac-tire-pressure-warning:before {
    content: "\f633"
}

.fac-tire-rugged:before {
    content: "\f634"
}

.fac-tired:before {
    content: "\f5c8"
}

.fac-toggle-off:before {
    content: "\f204"
}

.fac-toggle-on:before {
    content: "\f205"
}

.fac-toilet:before {
    content: "\f7d8"
}

.fac-toilet-paper:before {
    content: "\f71e"
}

.fac-toilet-paper-alt:before {
    content: "\f71f"
}

.fac-tombstone:before {
    content: "\f720"
}

.fac-tombstone-alt:before {
    content: "\f721"
}

.fac-toolbox:before {
    content: "\f552"
}

.fac-tools:before {
    content: "\f7d9"
}

.fac-tooth:before {
    content: "\f5c9"
}

.fac-toothbrush:before {
    content: "\f635"
}

.fac-torah:before {
    content: "\f6a0"
}

.fac-torii-gate:before {
    content: "\f6a1"
}

.fac-tornado:before {
    content: "\f76f"
}

.fac-tractor:before {
    content: "\f722"
}

.fac-trade-federation:before {
    content: "\f513"
}

.fac-trademark:before {
    content: "\f25c"
}

.fac-traffic-cone:before {
    content: "\f636"
}

.fac-traffic-light:before {
    content: "\f637"
}

.fac-traffic-light-go:before {
    content: "\f638"
}

.fac-traffic-light-slow:before {
    content: "\f639"
}

.fac-traffic-light-stop:before {
    content: "\f63a"
}

.fac-train:before {
    content: "\f238"
}

.fac-tram:before {
    content: "\f7da"
}

.fac-transgender:before {
    content: "\f224"
}

.fac-transgender-alt:before {
    content: "\f225"
}

.fac-trash:before {
    content: "\f1f8"
}

.fac-trash-alt:before {
    content: "\f2ed"
}

.fac-trash-restore:before {
    content: "\f829"
}

.fac-trash-restore-alt:before {
    content: "\f82a"
}

.fac-treasure-chest:before {
    content: "\f723"
}

.fac-tree:before {
    content: "\f1bb"
}

.fac-tree-alt:before {
    content: "\f400"
}

.fac-tree-christmas:before {
    content: "\f7db"
}

.fac-tree-decorated:before {
    content: "\f7dc"
}

.fac-tree-large:before {
    content: "\f7dd"
}

.fac-tree-palm:before {
    content: "\f82b"
}

.fac-trees:before {
    content: "\f724"
}

.fac-trello:before {
    content: "\f181"
}

.fac-triangle:before {
    content: "\f2ec"
}

.fac-tripadvisor:before {
    content: "\f262"
}

.fac-trophy:before {
    content: "\f091"
}

.fac-trophy-alt:before {
    content: "\f2eb"
}

.fac-truck:before {
    content: "\f0d1"
}

.fac-truck-container:before {
    content: "\f4dc"
}

.fac-truck-couch:before {
    content: "\f4dd"
}

.fac-truck-loading:before {
    content: "\f4de"
}

.fac-truck-monster:before {
    content: "\f63b"
}

.fac-truck-moving:before {
    content: "\f4df"
}

.fac-truck-pickup:before {
    content: "\f63c"
}

.fac-truck-plow:before {
    content: "\f7de"
}

.fac-truck-ramp:before {
    content: "\f4e0"
}

.fac-tshirt:before {
    content: "\f553"
}

.fac-tty:before {
    content: "\f1e4"
}

.fac-tumblr:before {
    content: "\f173"
}

.fac-tumblr-square:before {
    content: "\f174"
}

.fac-turkey:before {
    content: "\f725"
}

.fac-turtle:before {
    content: "\f726"
}

.fac-tv:before {
    content: "\f26c"
}

.fac-tv-retro:before {
    content: "\f401"
}

.fac-twitch:before {
    content: "\f1e8"
}

.fac-twitter:before {
    content: "\f099"
}

.fac-twitter-square:before {
    content: "\f081"
}

.fac-typo3:before {
    content: "\f42b"
}

.fac-uber:before {
    content: "\f402"
}

.fac-ubuntu:before {
    content: "\f7df"
}

.fac-uikit:before {
    content: "\f403"
}

.fac-umbrella:before {
    content: "\f0e9"
}

.fac-umbrella-beach:before {
    content: "\f5ca"
}

.fac-underline:before {
    content: "\f0cd"
}

.fac-undo:before {
    content: "\f0e2"
}

.fac-undo-alt:before {
    content: "\f2ea"
}

.fac-unicorn:before {
    content: "\f727"
}

.fac-union:before {
    content: "\f6a2"
}

.fac-uniregistry:before {
    content: "\f404"
}

.fac-universal-access:before {
    content: "\f29a"
}

.fac-university:before {
    content: "\f19c"
}

.fac-unlink:before {
    content: "\f127"
}

.fac-unlock:before {
    content: "\f09c"
}

.fac-unlock-alt:before {
    content: "\f13e"
}

.fac-untappd:before {
    content: "\f405"
}

.fac-upload:before {
    content: "\f093"
}

.fac-ups:before {
    content: "\f7e0"
}

.fac-usb:before {
    content: "\f287"
}

.fac-usd-circle:before {
    content: "\f2e8"
}

.fac-usd-square:before {
    content: "\f2e9"
}

.fac-user:before {
    content: "\f007"
}

.fac-user-alt:before {
    content: "\f406"
}

.fac-user-alt-slash:before {
    content: "\f4fa"
}

.fac-user-astronaut:before {
    content: "\f4fb"
}

.fac-user-chart:before {
    content: "\f6a3"
}

.fac-user-check:before {
    content: "\f4fc"
}

.fac-user-circle:before {
    content: "\f2bd"
}

.fac-user-clock:before {
    content: "\f4fd"
}

.fac-user-cog:before {
    content: "\f4fe"
}

.fac-user-crown:before {
    content: "\f6a4"
}

.fac-user-edit:before {
    content: "\f4ff"
}

.fac-user-friends:before {
    content: "\f500"
}

.fac-user-graduate:before {
    content: "\f501"
}

.fac-user-hard-hat:before {
    content: "\f82c"
}

.fac-user-headset:before {
    content: "\f82d"
}

.fac-user-injured:before {
    content: "\f728"
}

.fac-user-lock:before {
    content: "\f502"
}

.fac-user-md:before {
    content: "\f0f0"
}

.fac-user-md-chat:before {
    content: "\f82e"
}

.fac-user-minus:before {
    content: "\f503"
}

.fac-user-bilhub:before {
    content: "\f504"
}

.fac-user-nurse:before {
    content: "\f82f"
}

.fac-user-plus:before {
    content: "\f234"
}

.fac-user-secret:before {
    content: "\f21b"
}

.fac-user-shield:before {
    content: "\f505"
}

.fac-user-slash:before {
    content: "\f506"
}

.fac-user-tag:before {
    content: "\f507"
}

.fac-user-tie:before {
    content: "\f508"
}

.fac-user-times:before {
    content: "\f235"
}

.fac-users:before {
    content: "\f0c0"
}

.fac-users-class:before {
    content: "\f63d"
}

.fac-users-cog:before {
    content: "\f509"
}

.fac-users-crown:before {
    content: "\f6a5"
}

.fac-users-medical:before {
    content: "\f830"
}

.fac-usps:before {
    content: "\f7e1"
}

.fac-ussunnah:before {
    content: "\f407"
}

.fac-utensil-fork:before {
    content: "\f2e3"
}

.fac-utensil-knife:before {
    content: "\f2e4"
}

.fac-utensil-spoon:before {
    content: "\f2e5"
}

.fac-utensils:before {
    content: "\f2e7"
}

.fac-utensils-alt:before {
    content: "\f2e6"
}

.fac-vaadin:before {
    content: "\f408"
}

.fac-value-absolute:before {
    content: "\f6a6"
}

.fac-vector-square:before {
    content: "\f5cb"
}

.fac-venus:before {
    content: "\f221"
}

.fac-venus-double:before {
    content: "\f226"
}

.fac-venus-mars:before {
    content: "\f228"
}

.fac-viacoin:before {
    content: "\f237"
}

.fac-viadeo:before {
    content: "\f2a9"
}

.fac-viadeo-square:before {
    content: "\f2aa"
}

.fac-vial:before {
    content: "\f492"
}

.fac-vials:before {
    content: "\f493"
}

.fac-viber:before {
    content: "\f409"
}

.fac-video:before {
    content: "\f03d"
}

.fac-video-plus:before {
    content: "\f4e1"
}

.fac-video-slash:before {
    content: "\f4e2"
}

.fac-vihara:before {
    content: "\f6a7"
}

.fac-vimeo:before {
    content: "\f40a"
}

.fac-vimeo-square:before {
    content: "\f194"
}

.fac-vimeo-v:before {
    content: "\f27d"
}

.fac-vine:before {
    content: "\f1ca"
}

.fac-vk:before {
    content: "\f189"
}

.fac-vnv:before {
    content: "\f40b"
}

.fac-volcano:before {
    content: "\f770"
}

.fac-volleyball-ball:before {
    content: "\f45f"
}

.fac-volume:before {
    content: "\f6a8"
}

.fac-volume-down:before {
    content: "\f027"
}

.fac-volume-mute:before {
    content: "\f6a9"
}

.fac-volume-off:before {
    content: "\f026"
}

.fac-volume-slash:before {
    content: "\f2e2"
}

.fac-volume-up:before {
    content: "\f028"
}

.fac-vote-nay:before {
    content: "\f771"
}

.fac-vote-yea:before {
    content: "\f772"
}

.fac-vr-cardboard:before {
    content: "\f729"
}

.fac-vuejs:before {
    content: "\f41f"
}

.fac-walker:before {
    content: "\f831"
}

.fac-walking:before {
    content: "\f554"
}

.fac-wallet:before {
    content: "\f555"
}

.fac-wand:before {
    content: "\f72a"
}

.fac-wand-magic:before {
    content: "\f72b"
}

.fac-warehouse:before {
    content: "\f494"
}

.fac-warehouse-alt:before {
    content: "\f495"
}

.fac-watch:before {
    content: "\f2e1"
}

.fac-watch-fitness:before {
    content: "\f63e"
}

.fac-water:before {
    content: "\f773"
}

.fac-water-lower:before {
    content: "\f774"
}

.fac-water-rise:before {
    content: "\f775"
}

.fac-wave-square:before {
    content: "\f83e"
}

.fac-waze:before {
    content: "\f83f"
}

.fac-webcam:before {
    content: "\f832"
}

.fac-webcam-slash:before {
    content: "\f833"
}

.fac-weebly:before {
    content: "\f5cc"
}

.fac-weibo:before {
    content: "\f18a"
}

.fac-weight:before {
    content: "\f496"
}

.fac-weight-hanging:before {
    content: "\f5cd"
}

.fac-weixin:before {
    content: "\f1d7"
}

.fac-whale:before {
    content: "\f72c"
}

.fac-whatsapp:before {
    content: "\f232"
}

.fac-whatsapp-square:before {
    content: "\f40c"
}

.fac-wheat:before {
    content: "\f72d"
}

.fac-wheelchair:before {
    content: "\f193"
}

.fac-whistle:before {
    content: "\f460"
}

.fac-whmcs:before {
    content: "\f40d"
}

.fac-wifi:before {
    content: "\f1eb"
}

.fac-wifi-1:before {
    content: "\f6aa"
}

.fac-wifi-2:before {
    content: "\f6ab"
}

.fac-wifi-slash:before {
    content: "\f6ac"
}

.fac-wikipedia-w:before {
    content: "\f266"
}

.fac-wind:before {
    content: "\f72e"
}

.fac-wind-warning:before {
    content: "\f776"
}

.fac-window:before {
    content: "\f40e"
}

.fac-window-alt:before {
    content: "\f40f"
}

.fac-window-close:before {
    content: "\f410"
}

.fac-window-maximize:before {
    content: "\f2d0"
}

.fac-window-minimize:before {
    content: "\f2d1"
}

.fac-window-restore:before {
    content: "\f2d2"
}

.fac-windows:before {
    content: "\f17a"
}

.fac-windsock:before {
    content: "\f777"
}

.fac-wine-bottle:before {
    content: "\f72f"
}

.fac-wine-glass:before {
    content: "\f4e3"
}

.fac-wine-glass-alt:before {
    content: "\f5ce"
}

.fac-wix:before {
    content: "\f5cf"
}

.fac-wizards-of-the-coast:before {
    content: "\f730"
}

.fac-wolf-pack-battalion:before {
    content: "\f514"
}

.fac-won-sign:before {
    content: "\f159"
}

.fac-wordpress:before {
    content: "\f19a"
}

.fac-wordpress-simple:before {
    content: "\f411"
}

.fac-wpbeginner:before {
    content: "\f297"
}

.fac-wpexplorer:before {
    content: "\f2de"
}

.fac-wpforms:before {
    content: "\f298"
}

.fac-wpressr:before {
    content: "\f3e4"
}

.fac-wreath:before {
    content: "\f7e2"
}

.fac-wrench:before {
    content: "\f0ad"
}

.fac-x-ray:before {
    content: "\f497"
}

.fac-xbox:before {
    content: "\f412"
}

.fac-xing:before {
    content: "\f168"
}

.fac-xing-square:before {
    content: "\f169"
}

.fac-y-combinator:before {
    content: "\f23b"
}

.fac-yahoo:before {
    content: "\f19e"
}

.fac-yammer:before {
    content: "\f840"
}

.fac-yandex:before {
    content: "\f413"
}

.fac-yandex-international:before {
    content: "\f414"
}

.fac-yarn:before {
    content: "\f7e3"
}

.fac-yelp:before {
    content: "\f1e9"
}

.fac-yen-sign:before {
    content: "\f157"
}

.fac-yin-yang:before {
    content: "\f6ad"
}

.fac-yoast:before {
    content: "\f2b1"
}

.fac-youtube:before {
    content: "\f167"
}

.fac-youtube-square:before {
    content: "\f431"
}

.fac-zhihu:before {
    content: "\f63f"
}

.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/themes/bilhub/assets/css/../fonts/fontawesome/fa-brands-400.eot);
    src: url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/themes/bilhub/assets/css/../fonts/fontawesome/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/themes/bilhub/assets/css/../fonts/fontawesome/fa-brands-400.woff2) format("woff2"),url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/themes/bilhub/assets/css/../fonts/fontawesome/fa-brands-400.woff) format("woff"),url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/themes/bilhub/assets/css/../fonts/fontawesome/fa-brands-400.ttf) format("truetype"),url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/themes/bilhub/assets/css/../fonts/fontawesome/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
    font-family: "Font Awesome 5 Brands"
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/themes/bilhub/assets/css/../fonts/fontawesome/fa-light-300.eot);
    src: url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/themes/bilhub/assets/css/../fonts/fontawesome/fa-light-300.eot?#iefix) format("embedded-opentype"),url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/themes/bilhub/assets/css/../fonts/fontawesome/fa-light-300.woff2) format("woff2"),url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/themes/bilhub/assets/css/../fonts/fontawesome/fa-light-300.woff) format("woff"),url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/themes/bilhub/assets/css/../fonts/fontawesome/fa-light-300.ttf) format("truetype"),url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/themes/bilhub/assets/css/../fonts/fontawesome/fa-light-300.svg#fontawesome) format("svg")
}

.fal {
    font-weight: 300
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/themes/bilhub/assets/css/../fonts/fontawesome/fa-regular-400.eot);
    src: url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/themes/bilhub/assets/css/../fonts/fontawesome/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/themes/bilhub/assets/css/../fonts/fontawesome/fa-regular-400.woff2) format("woff2"),url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/themes/bilhub/assets/css/../fonts/fontawesome/fa-regular-400.woff) format("woff"),url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/themes/bilhub/assets/css/../fonts/fontawesome/fa-regular-400.ttf) format("truetype"),url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/themes/bilhub/assets/css/../fonts/fontawesome/fa-regular-400.svg#fontawesome) format("svg")
}

.fal,.far {
    font-family: "Font Awesome 5 Pro"
}

.far {
    font-weight: 400
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/themes/bilhub/assets/css/../fonts/fontawesome/fa-solid-900.eot);
    src: url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/themes/bilhub/assets/css/../fonts/fontawesome/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/themes/bilhub/assets/css/../fonts/fontawesome/fa-solid-900.woff2) format("woff2"),url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/themes/bilhub/assets/css/../fonts/fontawesome/fa-solid-900.woff) format("woff"),url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/themes/bilhub/assets/css/../fonts/fontawesome/fa-solid-900.ttf) format("truetype"),url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/themes/bilhub/assets/css/../fonts/fontawesome/fa-solid-900.svg#fontawesome) format("svg")
}

.fac,.fas {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900
}

@font-face {
    font-family: flaticon;
    src: url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/themes/bilhub/assets/css/../fonts/Flaticon.woff2)format("woff2"),url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/themes/bilhub/assets/css/../fonts/Flaticon.woff)format("woff"),url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/themes/bilhub/assets/css/../fonts/Flaticon.ttf)format("truetype"),url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/themes/bilhub/assets/css/../fonts/Flaticon.svg#Flaticon)format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family:flaticon;
        src: url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/themes/bilhub/assets/css/../fonts/Flaticon.svg#Flaticon)format("svg");
        font-display: swap;
    }
}

[class^=flaticon-]:before,[class*=" flaticon-"]:before,[class^=flaticon-]:after,[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: inherit;
    font-style: normal
}

.flaticon-001-algorithm:before {
    content: "\f100"
}

.flaticon-002-coding:before {
    content: "\f101"
}

.flaticon-003-api:before {
    content: "\f102"
}

.flaticon-004-cloud-computing:before {
    content: "\f103"
}

.flaticon-005-permission:before {
    content: "\f104"
}

.flaticon-006-website:before {
    content: "\f105"
}

.flaticon-007-browser:before {
    content: "\f106"
}

.flaticon-008-binary-code:before {
    content: "\f107"
}

.flaticon-009-dos:before {
    content: "\f108"
}

.flaticon-010-cyberspace:before {
    content: "\f109"
}

.flaticon-011-malware:before {
    content: "\f10a"
}

.flaticon-012-developer:before {
    content: "\f10b"
}

.flaticon-013-code:before {
    content: "\f10c"
}

.flaticon-014-error:before {
    content: "\f10d"
}

.flaticon-015-hacker:before {
    content: "\f10e"
}

.flaticon-016-hosting:before {
    content: "\f10f"
}

.flaticon-017-internet:before {
    content: "\f110"
}

.flaticon-018-machine-learning:before {
    content: "\f111"
}

.flaticon-019-operating-system:before {
    content: "\f112"
}

.flaticon-020-programmer:before {
    content: "\f113"
}

.flaticon-021-php:before {
    content: "\f114"
}

.flaticon-022-programming:before {
    content: "\f115"
}

.flaticon-023-programming:before {
    content: "\f116"
}

.flaticon-024-programming:before {
    content: "\f117"
}

.flaticon-025-responsive-design:before {
    content: "\f118"
}

.flaticon-026-script:before {
    content: "\f119"
}

.flaticon-027-search-engine:before {
    content: "\f11a"
}

.flaticon-028-server:before {
    content: "\f11b"
}

.flaticon-029-simulation:before {
    content: "\f11c"
}

.flaticon-030-software:before {
    content: "\f11d"
}

@font-face {
    font-family: flaticon3;
    src: url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/themes/bilhub/assets/css/../fonts/flaticon3.eot?nv9jyc);
    src: url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/themes/bilhub/assets/css/../fonts/flaticon3.eot?nv9jyc#iefix)format('embedded-opentype'),url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/themes/bilhub/assets/css/../fonts/flaticon3.ttf?nv9jyc)format('truetype'),url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/themes/bilhub/assets/css/../fonts/flaticon3.woff?nv9jyc)format('woff'),url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/themes/bilhub/assets/css/../fonts/flaticon3.svg?nv9jyc#flaticon3)format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

[class^=flaticon3-],[class*=" flaticon3-"] {
    font-family: flaticon3!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family:flaticon3;
        src: url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/themes/bilhub/assets/css/./fonts/flaticon3.svg#flaticon3)format("svg");
        font-display: swap;
    }
}

[class^=flaticon3-]:before,[class*=" flaticon3-"]:before,[class^=flaticon3-]:after,[class*=" flaticon3-"]:after {
    font-family: flaticon3;
    font-size: inherit;
    font-style: normal
}

.flaticon3-email-icon:before {
    content: "\e900"
}

.flaticon3-phone-icon:before {
    content: "\e901"
}

.flaticon3-search-icon:before {
    content: "\e902"
}

.flaticon3-time-icon:before {
    content: "\e903"
}

.flaticon3-user-icon:before {
    content: "\e904"
}

@font-face {
    font-family: Material-Design-Iconic-Font;
    src: url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/themes/bilhub/assets/css/../fonts/Material-Design-Iconic-Font.woff2?v=2.2.0) format('woff2'),url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/themes/bilhub/assets/css/../fonts/Material-Design-Iconic-Font.woff?v=2.2.0) format('woff'),url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/themes/bilhub/assets/css/../fonts/Material-Design-Iconic-Font.ttf?v=2.2.0) format('truetype');
    font-display: swap;
}

.zmdi {
    display: inline-block;
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.zmdi-hc-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.zmdi-hc-2x {
    font-size: 2em
}

.zmdi-hc-3x {
    font-size: 3em
}

.zmdi-hc-4x {
    font-size: 4em
}

.zmdi-hc-5x {
    font-size: 5em
}

.zmdi-hc-fw {
    width: 1.28571429em;
    text-align: center
}

.zmdi-hc-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.zmdi-hc-ul>li {
    position: relative
}

.zmdi-hc-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.zmdi-hc-li.zmdi-hc-lg {
    left: -1.85714286em
}

.zmdi-hc-border {
    padding: .1em .25em;
    border: solid .1em #9e9e9e;
    border-radius: 2px
}

.zmdi-hc-border-circle {
    padding: .1em .25em;
    border: solid .1em #9e9e9e;
    border-radius: 50%
}

.zmdi.pull-left {
    float: left;
    margin-right: .15em
}

.zmdi.pull-right {
    float: right;
    margin-left: .15em
}

.zmdi-hc-spin {
    -webkit-animation: zmdi-spin 1.5s infinite linear;
    animation: zmdi-spin 1.5s infinite linear
}

.zmdi-hc-spin-reverse {
    -webkit-animation: zmdi-spin-reverse 1.5s infinite linear;
    animation: zmdi-spin-reverse 1.5s infinite linear
}

@-webkit-keyframes zmdi-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes zmdi-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-webkit-keyframes zmdi-spin-reverse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(-359deg);
        transform: rotate(-359deg)
    }
}

@keyframes zmdi-spin-reverse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(-359deg);
        transform: rotate(-359deg)
    }
}

.zmdi-hc-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.zmdi-hc-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.zmdi-hc-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.zmdi-hc-flip-horizontal {
    -webkit-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    transform: scale(-1,1)
}

.zmdi-hc-flip-vertical {
    -webkit-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    transform: scale(1,-1)
}

.zmdi-hc-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.zmdi-hc-stack-1x,.zmdi-hc-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.zmdi-hc-stack-1x {
    line-height: inherit
}

.zmdi-hc-stack-2x {
    font-size: 2em
}

.zmdi-hc-inverse {
    color: #fff
}

.zmdi-3d-rotation:before {
    content: '\f101'
}

.zmdi-airplane-off:before {
    content: '\f102'
}

.zmdi-airplane:before {
    content: '\f103'
}

.zmdi-album:before {
    content: '\f104'
}

.zmdi-archive:before {
    content: '\f105'
}

.zmdi-assignment-account:before {
    content: '\f106'
}

.zmdi-assignment-alert:before {
    content: '\f107'
}

.zmdi-assignment-check:before {
    content: '\f108'
}

.zmdi-assignment-o:before {
    content: '\f109'
}

.zmdi-assignment-return:before {
    content: '\f10a'
}

.zmdi-assignment-returned:before {
    content: '\f10b'
}

.zmdi-assignment:before {
    content: '\f10c'
}

.zmdi-attachment-alt:before {
    content: '\f10d'
}

.zmdi-attachment:before {
    content: '\f10e'
}

.zmdi-audio:before {
    content: '\f10f'
}

.zmdi-badge-check:before {
    content: '\f110'
}

.zmdi-balance-wallet:before {
    content: '\f111'
}

.zmdi-balance:before {
    content: '\f112'
}

.zmdi-battery-alert:before {
    content: '\f113'
}

.zmdi-battery-flash:before {
    content: '\f114'
}

.zmdi-battery-unknown:before {
    content: '\f115'
}

.zmdi-battery:before {
    content: '\f116'
}

.zmdi-bike:before {
    content: '\f117'
}

.zmdi-block-alt:before {
    content: '\f118'
}

.zmdi-block:before {
    content: '\f119'
}

.zmdi-boat:before {
    content: '\f11a'
}

.zmdi-book-image:before {
    content: '\f11b'
}

.zmdi-book:before {
    content: '\f11c'
}

.zmdi-bookmark-outline:before {
    content: '\f11d'
}

.zmdi-bookmark:before {
    content: '\f11e'
}

.zmdi-brush:before {
    content: '\f11f'
}

.zmdi-bug:before {
    content: '\f120'
}

.zmdi-bus:before {
    content: '\f121'
}

.zmdi-cake:before {
    content: '\f122'
}

.zmdi-car-taxi:before {
    content: '\f123'
}

.zmdi-car-wash:before {
    content: '\f124'
}

.zmdi-car:before {
    content: '\f125'
}

.zmdi-card-giftcard:before {
    content: '\f126'
}

.zmdi-card-membership:before {
    content: '\f127'
}

.zmdi-card-travel:before {
    content: '\f128'
}

.zmdi-card:before {
    content: '\f129'
}

.zmdi-case-check:before {
    content: '\f12a'
}

.zmdi-case-download:before {
    content: '\f12b'
}

.zmdi-case-play:before {
    content: '\f12c'
}

.zmdi-case:before {
    content: '\f12d'
}

.zmdi-cast-connected:before {
    content: '\f12e'
}

.zmdi-cast:before {
    content: '\f12f'
}

.zmdi-chart-donut:before {
    content: '\f130'
}

.zmdi-chart:before {
    content: '\f131'
}

.zmdi-city-alt:before {
    content: '\f132'
}

.zmdi-city:before {
    content: '\f133'
}

.zmdi-close-circle-o:before {
    content: '\f134'
}

.zmdi-close-circle:before {
    content: '\f135'
}

.zmdi-close:before {
    content: '\f136'
}

.zmdi-cocktail:before {
    content: '\f137'
}

.zmdi-code-setting:before {
    content: '\f138'
}

.zmdi-code-smartphone:before {
    content: '\f139'
}

.zmdi-code:before {
    content: '\f13a'
}

.zmdi-coffee:before {
    content: '\f13b'
}

.zmdi-collection-bookmark:before {
    content: '\f13c'
}

.zmdi-collection-case-play:before {
    content: '\f13d'
}

.zmdi-collection-folder-image:before {
    content: '\f13e'
}

.zmdi-collection-image-o:before {
    content: '\f13f'
}

.zmdi-collection-image:before {
    content: '\f140'
}

.zmdi-collection-item-1:before {
    content: '\f141'
}

.zmdi-collection-item-2:before {
    content: '\f142'
}

.zmdi-collection-item-3:before {
    content: '\f143'
}

.zmdi-collection-item-4:before {
    content: '\f144'
}

.zmdi-collection-item-5:before {
    content: '\f145'
}

.zmdi-collection-item-6:before {
    content: '\f146'
}

.zmdi-collection-item-7:before {
    content: '\f147'
}

.zmdi-collection-item-8:before {
    content: '\f148'
}

.zmdi-collection-item-9-plus:before {
    content: '\f149'
}

.zmdi-collection-item-9:before {
    content: '\f14a'
}

.zmdi-collection-item:before {
    content: '\f14b'
}

.zmdi-collection-music:before {
    content: '\f14c'
}

.zmdi-collection-pdf:before {
    content: '\f14d'
}

.zmdi-collection-plus:before {
    content: '\f14e'
}

.zmdi-collection-speaker:before {
    content: '\f14f'
}

.zmdi-collection-text:before {
    content: '\f150'
}

.zmdi-collection-video:before {
    content: '\f151'
}

.zmdi-compass:before {
    content: '\f152'
}

.zmdi-cutlery:before {
    content: '\f153'
}

.zmdi-delete:before {
    content: '\f154'
}

.zmdi-dialpad:before {
    content: '\f155'
}

.zmdi-dns:before {
    content: '\f156'
}

.zmdi-drink:before {
    content: '\f157'
}

.zmdi-edit:before {
    content: '\f158'
}

.zmdi-email-open:before {
    content: '\f159'
}

.zmdi-email:before {
    content: '\f15a'
}

.zmdi-eye-off:before {
    content: '\f15b'
}

.zmdi-eye:before {
    content: '\f15c'
}

.zmdi-eyedropper:before {
    content: '\f15d'
}

.zmdi-favorite-outline:before {
    content: '\f15e'
}

.zmdi-favorite:before {
    content: '\f15f'
}

.zmdi-filter-list:before {
    content: '\f160'
}

.zmdi-fire:before {
    content: '\f161'
}

.zmdi-flag:before {
    content: '\f162'
}

.zmdi-flare:before {
    content: '\f163'
}

.zmdi-flash-auto:before {
    content: '\f164'
}

.zmdi-flash-off:before {
    content: '\f165'
}

.zmdi-flash:before {
    content: '\f166'
}

.zmdi-flip:before {
    content: '\f167'
}

.zmdi-flower-alt:before {
    content: '\f168'
}

.zmdi-flower:before {
    content: '\f169'
}

.zmdi-font:before {
    content: '\f16a'
}

.zmdi-fullscreen-alt:before {
    content: '\f16b'
}

.zmdi-fullscreen-exit:before {
    content: '\f16c'
}

.zmdi-fullscreen:before {
    content: '\f16d'
}

.zmdi-functions:before {
    content: '\f16e'
}

.zmdi-gas-station:before {
    content: '\f16f'
}

.zmdi-gesture:before {
    content: '\f170'
}

.zmdi-globe-alt:before {
    content: '\f171'
}

.zmdi-globe-lock:before {
    content: '\f172'
}

.zmdi-globe:before {
    content: '\f173'
}

.zmdi-graduation-cap:before {
    content: '\f174'
}

.zmdi-home:before {
    content: '\f175'
}

.zmdi-hospital-alt:before {
    content: '\f176'
}

.zmdi-hospital:before {
    content: '\f177'
}

.zmdi-hotel:before {
    content: '\f178'
}

.zmdi-hourglass-alt:before {
    content: '\f179'
}

.zmdi-hourglass-outline:before {
    content: '\f17a'
}

.zmdi-hourglass:before {
    content: '\f17b'
}

.zmdi-http:before {
    content: '\f17c'
}

.zmdi-image-alt:before {
    content: '\f17d'
}

.zmdi-image-o:before {
    content: '\f17e'
}

.zmdi-image:before {
    content: '\f17f'
}

.zmdi-inbox:before {
    content: '\f180'
}

.zmdi-invert-colors-off:before {
    content: '\f181'
}

.zmdi-invert-colors:before {
    content: '\f182'
}

.zmdi-key:before {
    content: '\f183'
}

.zmdi-label-alt-outline:before {
    content: '\f184'
}

.zmdi-label-alt:before {
    content: '\f185'
}

.zmdi-label-heart:before {
    content: '\f186'
}

.zmdi-label:before {
    content: '\f187'
}

.zmdi-labels:before {
    content: '\f188'
}

.zmdi-lamp:before {
    content: '\f189'
}

.zmdi-landscape:before {
    content: '\f18a'
}

.zmdi-layers-off:before {
    content: '\f18b'
}

.zmdi-layers:before {
    content: '\f18c'
}

.zmdi-library:before {
    content: '\f18d'
}

.zmdi-link:before {
    content: '\f18e'
}

.zmdi-lock-open:before {
    content: '\f18f'
}

.zmdi-lock-outline:before {
    content: '\f190'
}

.zmdi-lock:before {
    content: '\f191'
}

.zmdi-mail-reply-all:before {
    content: '\f192'
}

.zmdi-mail-reply:before {
    content: '\f193'
}

.zmdi-mail-send:before {
    content: '\f194'
}

.zmdi-mall:before {
    content: '\f195'
}

.zmdi-map:before {
    content: '\f196'
}

.zmdi-menu:before {
    content: '\f197'
}

.zmdi-money-box:before {
    content: '\f198'
}

.zmdi-money-off:before {
    content: '\f199'
}

.zmdi-money:before {
    content: '\f19a'
}

.zmdi-more-vert:before {
    content: '\f19b'
}

.zmdi-more:before {
    content: '\f19c'
}

.zmdi-movie-alt:before {
    content: '\f19d'
}

.zmdi-movie:before {
    content: '\f19e'
}

.zmdi-nature-people:before {
    content: '\f19f'
}

.zmdi-nature:before {
    content: '\f1a0'
}

.zmdi-navigation:before {
    content: '\f1a1'
}

.zmdi-open-in-browser:before {
    content: '\f1a2'
}

.zmdi-open-in-new:before {
    content: '\f1a3'
}

.zmdi-palette:before {
    content: '\f1a4'
}

.zmdi-parking:before {
    content: '\f1a5'
}

.zmdi-pin-account:before {
    content: '\f1a6'
}

.zmdi-pin-assistant:before {
    content: '\f1a7'
}

.zmdi-pin-drop:before {
    content: '\f1a8'
}

.zmdi-pin-help:before {
    content: '\f1a9'
}

.zmdi-pin-off:before {
    content: '\f1aa'
}

.zmdi-pin:before {
    content: '\f1ab'
}

.zmdi-pizza:before {
    content: '\f1ac'
}

.zmdi-plaster:before {
    content: '\f1ad'
}

.zmdi-power-setting:before {
    content: '\f1ae'
}

.zmdi-power:before {
    content: '\f1af'
}

.zmdi-print:before {
    content: '\f1b0'
}

.zmdi-puzzle-piece:before {
    content: '\f1b1'
}

.zmdi-quote:before {
    content: '\f1b2'
}

.zmdi-railway:before {
    content: '\f1b3'
}

.zmdi-receipt:before {
    content: '\f1b4'
}

.zmdi-refresh-alt:before {
    content: '\f1b5'
}

.zmdi-refresh-sync-alert:before {
    content: '\f1b6'
}

.zmdi-refresh-sync-off:before {
    content: '\f1b7'
}

.zmdi-refresh-sync:before {
    content: '\f1b8'
}

.zmdi-refresh:before {
    content: '\f1b9'
}

.zmdi-roller:before {
    content: '\f1ba'
}

.zmdi-ruler:before {
    content: '\f1bb'
}

.zmdi-scissors:before {
    content: '\f1bc'
}

.zmdi-screen-rotation-lock:before {
    content: '\f1bd'
}

.zmdi-screen-rotation:before {
    content: '\f1be'
}

.zmdi-search-for:before {
    content: '\f1bf'
}

.zmdi-search-in-file:before {
    content: '\f1c0'
}

.zmdi-search-in-page:before {
    content: '\f1c1'
}

.zmdi-search-replace:before {
    content: '\f1c2'
}

.zmdi-search:before {
    content: '\f1c3'
}

.zmdi-seat:before {
    content: '\f1c4'
}

.zmdi-settings-square:before {
    content: '\f1c5'
}

.zmdi-settings:before {
    content: '\f1c6'
}

.zmdi-shield-check:before {
    content: '\f1c7'
}

.zmdi-shield-security:before {
    content: '\f1c8'
}

.zmdi-shopping-basket:before {
    content: '\f1c9'
}

.zmdi-shopping-cart-plus:before {
    content: '\f1ca'
}

.zmdi-shopping-cart:before {
    content: '\f1cb'
}

.zmdi-sign-in:before {
    content: '\f1cc'
}

.zmdi-sort-amount-asc:before {
    content: '\f1cd'
}

.zmdi-sort-amount-desc:before {
    content: '\f1ce'
}

.zmdi-sort-asc:before {
    content: '\f1cf'
}

.zmdi-sort-desc:before {
    content: '\f1d0'
}

.zmdi-spellcheck:before {
    content: '\f1d1'
}

.zmdi-storage:before {
    content: '\f1d2'
}

.zmdi-store-24:before {
    content: '\f1d3'
}

.zmdi-store:before {
    content: '\f1d4'
}

.zmdi-subway:before {
    content: '\f1d5'
}

.zmdi-sun:before {
    content: '\f1d6'
}

.zmdi-tab-unselected:before {
    content: '\f1d7'
}

.zmdi-tab:before {
    content: '\f1d8'
}

.zmdi-tag-close:before {
    content: '\f1d9'
}

.zmdi-tag-more:before {
    content: '\f1da'
}

.zmdi-tag:before {
    content: '\f1db'
}

.zmdi-thumb-down:before {
    content: '\f1dc'
}

.zmdi-thumb-up-down:before {
    content: '\f1dd'
}

.zmdi-thumb-up:before {
    content: '\f1de'
}

.zmdi-ticket-star:before {
    content: '\f1df'
}

.zmdi-toll:before {
    content: '\f1e0'
}

.zmdi-toys:before {
    content: '\f1e1'
}

.zmdi-traffic:before {
    content: '\f1e2'
}

.zmdi-translate:before {
    content: '\f1e3'
}

.zmdi-triangle-down:before {
    content: '\f1e4'
}

.zmdi-triangle-up:before {
    content: '\f1e5'
}

.zmdi-truck:before {
    content: '\f1e6'
}

.zmdi-turning-sign:before {
    content: '\f1e7'
}

.zmdi-wallpaper:before {
    content: '\f1e8'
}

.zmdi-washing-machine:before {
    content: '\f1e9'
}

.zmdi-window-maximize:before {
    content: '\f1ea'
}

.zmdi-window-minimize:before {
    content: '\f1eb'
}

.zmdi-window-restore:before {
    content: '\f1ec'
}

.zmdi-wrench:before {
    content: '\f1ed'
}

.zmdi-zoom-in:before {
    content: '\f1ee'
}

.zmdi-zoom-out:before {
    content: '\f1ef'
}

.zmdi-alert-circle-o:before {
    content: '\f1f0'
}

.zmdi-alert-circle:before {
    content: '\f1f1'
}

.zmdi-alert-octagon:before {
    content: '\f1f2'
}

.zmdi-alert-polygon:before {
    content: '\f1f3'
}

.zmdi-alert-triangle:before {
    content: '\f1f4'
}

.zmdi-help-outline:before {
    content: '\f1f5'
}

.zmdi-help:before {
    content: '\f1f6'
}

.zmdi-info-outline:before {
    content: '\f1f7'
}

.zmdi-info:before {
    content: '\f1f8'
}

.zmdi-notifications-active:before {
    content: '\f1f9'
}

.zmdi-notifications-add:before {
    content: '\f1fa'
}

.zmdi-notifications-none:before {
    content: '\f1fb'
}

.zmdi-notifications-off:before {
    content: '\f1fc'
}

.zmdi-notifications-paused:before {
    content: '\f1fd'
}

.zmdi-notifications:before {
    content: '\f1fe'
}

.zmdi-account-add:before {
    content: '\f1ff'
}

.zmdi-account-box-mail:before {
    content: '\f200'
}

.zmdi-account-box-o:before {
    content: '\f201'
}

.zmdi-account-box-phone:before {
    content: '\f202'
}

.zmdi-account-box:before {
    content: '\f203'
}

.zmdi-account-calendar:before {
    content: '\f204'
}

.zmdi-account-circle:before {
    content: '\f205'
}

.zmdi-account-o:before {
    content: '\f206'
}

.zmdi-account:before {
    content: '\f207'
}

.zmdi-accounts-add:before {
    content: '\f208'
}

.zmdi-accounts-alt:before {
    content: '\f209'
}

.zmdi-accounts-list-alt:before {
    content: '\f20a'
}

.zmdi-accounts-list:before {
    content: '\f20b'
}

.zmdi-accounts-outline:before {
    content: '\f20c'
}

.zmdi-accounts:before {
    content: '\f20d'
}

.zmdi-face:before {
    content: '\f20e'
}

.zmdi-female:before {
    content: '\f20f'
}

.zmdi-male-alt:before {
    content: '\f210'
}

.zmdi-male-female:before {
    content: '\f211'
}

.zmdi-male:before {
    content: '\f212'
}

.zmdi-mood-bad:before {
    content: '\f213'
}

.zmdi-mood:before {
    content: '\f214'
}

.zmdi-run:before {
    content: '\f215'
}

.zmdi-walk:before {
    content: '\f216'
}

.zmdi-cloud-box:before {
    content: '\f217'
}

.zmdi-cloud-circle:before {
    content: '\f218'
}

.zmdi-cloud-done:before {
    content: '\f219'
}

.zmdi-cloud-download:before {
    content: '\f21a'
}

.zmdi-cloud-off:before {
    content: '\f21b'
}

.zmdi-cloud-outline-alt:before {
    content: '\f21c'
}

.zmdi-cloud-outline:before {
    content: '\f21d'
}

.zmdi-cloud-upload:before {
    content: '\f21e'
}

.zmdi-cloud:before {
    content: '\f21f'
}

.zmdi-download:before {
    content: '\f220'
}

.zmdi-file-plus:before {
    content: '\f221'
}

.zmdi-file-text:before {
    content: '\f222'
}

.zmdi-file:before {
    content: '\f223'
}

.zmdi-folder-outline:before {
    content: '\f224'
}

.zmdi-folder-person:before {
    content: '\f225'
}

.zmdi-folder-star-alt:before {
    content: '\f226'
}

.zmdi-folder-star:before {
    content: '\f227'
}

.zmdi-folder:before {
    content: '\f228'
}

.zmdi-gif:before {
    content: '\f229'
}

.zmdi-upload:before {
    content: '\f22a'
}

.zmdi-border-all:before {
    content: '\f22b'
}

.zmdi-border-bottom:before {
    content: '\f22c'
}

.zmdi-border-clear:before {
    content: '\f22d'
}

.zmdi-border-color:before {
    content: '\f22e'
}

.zmdi-border-horizontal:before {
    content: '\f22f'
}

.zmdi-border-inner:before {
    content: '\f230'
}

.zmdi-border-left:before {
    content: '\f231'
}

.zmdi-border-outer:before {
    content: '\f232'
}

.zmdi-border-right:before {
    content: '\f233'
}

.zmdi-border-style:before {
    content: '\f234'
}

.zmdi-border-top:before {
    content: '\f235'
}

.zmdi-border-vertical:before {
    content: '\f236'
}

.zmdi-copy:before {
    content: '\f237'
}

.zmdi-crop:before {
    content: '\f238'
}

.zmdi-format-align-center:before {
    content: '\f239'
}

.zmdi-format-align-justify:before {
    content: '\f23a'
}

.zmdi-format-align-left:before {
    content: '\f23b'
}

.zmdi-format-align-right:before {
    content: '\f23c'
}

.zmdi-format-bold:before {
    content: '\f23d'
}

.zmdi-format-clear-all:before {
    content: '\f23e'
}

.zmdi-format-clear:before {
    content: '\f23f'
}

.zmdi-format-color-fill:before {
    content: '\f240'
}

.zmdi-format-color-reset:before {
    content: '\f241'
}

.zmdi-format-color-text:before {
    content: '\f242'
}

.zmdi-format-indent-decrease:before {
    content: '\f243'
}

.zmdi-format-indent-increase:before {
    content: '\f244'
}

.zmdi-format-italic:before {
    content: '\f245'
}

.zmdi-format-line-spacing:before {
    content: '\f246'
}

.zmdi-format-list-bulleted:before {
    content: '\f247'
}

.zmdi-format-list-numbered:before {
    content: '\f248'
}

.zmdi-format-ltr:before {
    content: '\f249'
}

.zmdi-format-rtl:before {
    content: '\f24a'
}

.zmdi-format-size:before {
    content: '\f24b'
}

.zmdi-format-strikethrough-s:before {
    content: '\f24c'
}

.zmdi-format-strikethrough:before {
    content: '\f24d'
}

.zmdi-format-subject:before {
    content: '\f24e'
}

.zmdi-format-underlined:before {
    content: '\f24f'
}

.zmdi-format-valign-bottom:before {
    content: '\f250'
}

.zmdi-format-valign-center:before {
    content: '\f251'
}

.zmdi-format-valign-top:before {
    content: '\f252'
}

.zmdi-redo:before {
    content: '\f253'
}

.zmdi-select-all:before {
    content: '\f254'
}

.zmdi-space-bar:before {
    content: '\f255'
}

.zmdi-text-format:before {
    content: '\f256'
}

.zmdi-transform:before {
    content: '\f257'
}

.zmdi-undo:before {
    content: '\f258'
}

.zmdi-wrap-text:before {
    content: '\f259'
}

.zmdi-comment-alert:before {
    content: '\f25a'
}

.zmdi-comment-alt-text:before {
    content: '\f25b'
}

.zmdi-comment-alt:before {
    content: '\f25c'
}

.zmdi-comment-edit:before {
    content: '\f25d'
}

.zmdi-comment-image:before {
    content: '\f25e'
}

.zmdi-comment-list:before {
    content: '\f25f'
}

.zmdi-comment-more:before {
    content: '\f260'
}

.zmdi-comment-outline:before {
    content: '\f261'
}

.zmdi-comment-text-alt:before {
    content: '\f262'
}

.zmdi-comment-text:before {
    content: '\f263'
}

.zmdi-comment-video:before {
    content: '\f264'
}

.zmdi-comment:before {
    content: '\f265'
}

.zmdi-comments:before {
    content: '\f266'
}

.zmdi-check-all:before {
    content: '\f267'
}

.zmdi-check-circle-u:before {
    content: '\f268'
}

.zmdi-check-circle:before {
    content: '\f269'
}

.zmdi-check-square:before {
    content: '\f26a'
}

.zmdi-check:before {
    content: '\f26b'
}

.zmdi-circle-o:before {
    content: '\f26c'
}

.zmdi-circle:before {
    content: '\f26d'
}

.zmdi-dot-circle-alt:before {
    content: '\f26e'
}

.zmdi-dot-circle:before {
    content: '\f26f'
}

.zmdi-minus-circle-outline:before {
    content: '\f270'
}

.zmdi-minus-circle:before {
    content: '\f271'
}

.zmdi-minus-square:before {
    content: '\f272'
}

.zmdi-minus:before {
    content: '\f273'
}

.zmdi-plus-circle-o-duplicate:before {
    content: '\f274'
}

.zmdi-plus-circle-o:before {
    content: '\f275'
}

.zmdi-plus-circle:before {
    content: '\f276'
}

.zmdi-plus-square:before {
    content: '\f277'
}

.zmdi-plus:before {
    content: '\f278'
}

.zmdi-square-o:before {
    content: '\f279'
}

.zmdi-star-circle:before {
    content: '\f27a'
}

.zmdi-star-half:before {
    content: '\f27b'
}

.zmdi-star-outline:before {
    content: '\f27c'
}

.zmdi-star:before {
    content: '\f27d'
}

.zmdi-bluetooth-connected:before {
    content: '\f27e'
}

.zmdi-bluetooth-off:before {
    content: '\f27f'
}

.zmdi-bluetooth-search:before {
    content: '\f280'
}

.zmdi-bluetooth-setting:before {
    content: '\f281'
}

.zmdi-bluetooth:before {
    content: '\f282'
}

.zmdi-camera-add:before {
    content: '\f283'
}

.zmdi-camera-alt:before {
    content: '\f284'
}

.zmdi-camera-bw:before {
    content: '\f285'
}

.zmdi-camera-front:before {
    content: '\f286'
}

.zmdi-camera-mic:before {
    content: '\f287'
}

.zmdi-camera-party-mode:before {
    content: '\f288'
}

.zmdi-camera-rear:before {
    content: '\f289'
}

.zmdi-camera-roll:before {
    content: '\f28a'
}

.zmdi-camera-switch:before {
    content: '\f28b'
}

.zmdi-camera:before {
    content: '\f28c'
}

.zmdi-card-alert:before {
    content: '\f28d'
}

.zmdi-card-off:before {
    content: '\f28e'
}

.zmdi-card-sd:before {
    content: '\f28f'
}

.zmdi-card-sim:before {
    content: '\f290'
}

.zmdi-desktop-mac:before {
    content: '\f291'
}

.zmdi-desktop-windows:before {
    content: '\f292'
}

.zmdi-device-hub:before {
    content: '\f293'
}

.zmdi-devices-off:before {
    content: '\f294'
}

.zmdi-devices:before {
    content: '\f295'
}

.zmdi-dock:before {
    content: '\f296'
}

.zmdi-floppy:before {
    content: '\f297'
}

.zmdi-gamepad:before {
    content: '\f298'
}

.zmdi-gps-dot:before {
    content: '\f299'
}

.zmdi-gps-off:before {
    content: '\f29a'
}

.zmdi-gps:before {
    content: '\f29b'
}

.zmdi-headset-mic:before {
    content: '\f29c'
}

.zmdi-headset:before {
    content: '\f29d'
}

.zmdi-input-antenna:before {
    content: '\f29e'
}

.zmdi-input-composite:before {
    content: '\f29f'
}

.zmdi-input-hdmi:before {
    content: '\f2a0'
}

.zmdi-input-power:before {
    content: '\f2a1'
}

.zmdi-input-svideo:before {
    content: '\f2a2'
}

.zmdi-keyboard-hide:before {
    content: '\f2a3'
}

.zmdi-keyboard:before {
    content: '\f2a4'
}

.zmdi-laptop-chromebook:before {
    content: '\f2a5'
}

.zmdi-laptop-mac:before {
    content: '\f2a6'
}

.zmdi-laptop:before {
    content: '\f2a7'
}

.zmdi-mic-off:before {
    content: '\f2a8'
}

.zmdi-mic-outline:before {
    content: '\f2a9'
}

.zmdi-mic-setting:before {
    content: '\f2aa'
}

.zmdi-mic:before {
    content: '\f2ab'
}

.zmdi-mouse:before {
    content: '\f2ac'
}

.zmdi-network-alert:before {
    content: '\f2ad'
}

.zmdi-network-locked:before {
    content: '\f2ae'
}

.zmdi-network-off:before {
    content: '\f2af'
}

.zmdi-network-outline:before {
    content: '\f2b0'
}

.zmdi-network-setting:before {
    content: '\f2b1'
}

.zmdi-network:before {
    content: '\f2b2'
}

.zmdi-phone-bluetooth:before {
    content: '\f2b3'
}

.zmdi-phone-end:before {
    content: '\f2b4'
}

.zmdi-phone-forwarded:before {
    content: '\f2b5'
}

.zmdi-phone-in-talk:before {
    content: '\f2b6'
}

.zmdi-phone-locked:before {
    content: '\f2b7'
}

.zmdi-phone-missed:before {
    content: '\f2b8'
}

.zmdi-phone-msg:before {
    content: '\f2b9'
}

.zmdi-phone-paused:before {
    content: '\f2ba'
}

.zmdi-phone-ring:before {
    content: '\f2bb'
}

.zmdi-phone-setting:before {
    content: '\f2bc'
}

.zmdi-phone-sip:before {
    content: '\f2bd'
}

.zmdi-phone:before {
    content: '\f2be'
}

.zmdi-portable-wifi-changes:before {
    content: '\f2bf'
}

.zmdi-portable-wifi-off:before {
    content: '\f2c0'
}

.zmdi-portable-wifi:before {
    content: '\f2c1'
}

.zmdi-radio:before {
    content: '\f2c2'
}

.zmdi-reader:before {
    content: '\f2c3'
}

.zmdi-remote-control-alt:before {
    content: '\f2c4'
}

.zmdi-remote-control:before {
    content: '\f2c5'
}

.zmdi-router:before {
    content: '\f2c6'
}

.zmdi-scanner:before {
    content: '\f2c7'
}

.zmdi-smartphone-android:before {
    content: '\f2c8'
}

.zmdi-smartphone-download:before {
    content: '\f2c9'
}

.zmdi-smartphone-erase:before {
    content: '\f2ca'
}

.zmdi-smartphone-info:before {
    content: '\f2cb'
}

.zmdi-smartphone-iphone:before {
    content: '\f2cc'
}

.zmdi-smartphone-landscape-lock:before {
    content: '\f2cd'
}

.zmdi-smartphone-landscape:before {
    content: '\f2ce'
}

.zmdi-smartphone-lock:before {
    content: '\f2cf'
}

.zmdi-smartphone-portrait-lock:before {
    content: '\f2d0'
}

.zmdi-smartphone-ring:before {
    content: '\f2d1'
}

.zmdi-smartphone-setting:before {
    content: '\f2d2'
}

.zmdi-smartphone-setup:before {
    content: '\f2d3'
}

.zmdi-smartphone:before {
    content: '\f2d4'
}

.zmdi-speaker:before {
    content: '\f2d5'
}

.zmdi-tablet-android:before {
    content: '\f2d6'
}

.zmdi-tablet-mac:before {
    content: '\f2d7'
}

.zmdi-tablet:before {
    content: '\f2d8'
}

.zmdi-tv-alt-play:before {
    content: '\f2d9'
}

.zmdi-tv-list:before {
    content: '\f2da'
}

.zmdi-tv-play:before {
    content: '\f2db'
}

.zmdi-tv:before {
    content: '\f2dc'
}

.zmdi-usb:before {
    content: '\f2dd'
}

.zmdi-videocam-off:before {
    content: '\f2de'
}

.zmdi-videocam-switch:before {
    content: '\f2df'
}

.zmdi-videocam:before {
    content: '\f2e0'
}

.zmdi-watch:before {
    content: '\f2e1'
}

.zmdi-wifi-alt-2:before {
    content: '\f2e2'
}

.zmdi-wifi-alt:before {
    content: '\f2e3'
}

.zmdi-wifi-info:before {
    content: '\f2e4'
}

.zmdi-wifi-lock:before {
    content: '\f2e5'
}

.zmdi-wifi-off:before {
    content: '\f2e6'
}

.zmdi-wifi-outline:before {
    content: '\f2e7'
}

.zmdi-wifi:before {
    content: '\f2e8'
}

.zmdi-arrow-left-bottom:before {
    content: '\f2e9'
}

.zmdi-arrow-left:before {
    content: '\f2ea'
}

.zmdi-arrow-merge:before {
    content: '\f2eb'
}

.zmdi-arrow-missed:before {
    content: '\f2ec'
}

.zmdi-arrow-right-top:before {
    content: '\f2ed'
}

.zmdi-arrow-right:before {
    content: '\f2ee'
}

.zmdi-arrow-split:before {
    content: '\f2ef'
}

.zmdi-arrows:before {
    content: '\f2f0'
}

.zmdi-caret-down-circle:before {
    content: '\f2f1'
}

.zmdi-caret-down:before {
    content: '\f2f2'
}

.zmdi-caret-left-circle:before {
    content: '\f2f3'
}

.zmdi-caret-left:before {
    content: '\f2f4'
}

.zmdi-caret-right-circle:before {
    content: '\f2f5'
}

.zmdi-caret-right:before {
    content: '\f2f6'
}

.zmdi-caret-up-circle:before {
    content: '\f2f7'
}

.zmdi-caret-up:before {
    content: '\f2f8'
}

.zmdi-chevron-down:before {
    content: '\f2f9'
}

.zmdi-chevron-left:before {
    content: '\f2fa'
}

.zmdi-chevron-right:before {
    content: '\f2fb'
}

.zmdi-chevron-up:before {
    content: '\f2fc'
}

.zmdi-forward:before {
    content: '\f2fd'
}

.zmdi-long-arrow-down:before {
    content: '\f2fe'
}

.zmdi-long-arrow-left:before {
    content: '\f2ff'
}

.zmdi-long-arrow-return:before {
    content: '\f300'
}

.zmdi-long-arrow-right:before {
    content: '\f301'
}

.zmdi-long-arrow-tab:before {
    content: '\f302'
}

.zmdi-long-arrow-up:before {
    content: '\f303'
}

.zmdi-rotate-ccw:before {
    content: '\f304'
}

.zmdi-rotate-cw:before {
    content: '\f305'
}

.zmdi-rotate-left:before {
    content: '\f306'
}

.zmdi-rotate-right:before {
    content: '\f307'
}

.zmdi-square-down:before {
    content: '\f308'
}

.zmdi-square-right:before {
    content: '\f309'
}

.zmdi-swap-alt:before {
    content: '\f30a'
}

.zmdi-swap-vertical-circle:before {
    content: '\f30b'
}

.zmdi-swap-vertical:before {
    content: '\f30c'
}

.zmdi-swap:before {
    content: '\f30d'
}

.zmdi-trending-down:before {
    content: '\f30e'
}

.zmdi-trending-flat:before {
    content: '\f30f'
}

.zmdi-trending-up:before {
    content: '\f310'
}

.zmdi-unfold-less:before {
    content: '\f311'
}

.zmdi-unfold-more:before {
    content: '\f312'
}

.zmdi-apps:before {
    content: '\f313'
}

.zmdi-grid-off:before {
    content: '\f314'
}

.zmdi-grid:before {
    content: '\f315'
}

.zmdi-view-agenda:before {
    content: '\f316'
}

.zmdi-view-array:before {
    content: '\f317'
}

.zmdi-view-carousel:before {
    content: '\f318'
}

.zmdi-view-column:before {
    content: '\f319'
}

.zmdi-view-comfy:before {
    content: '\f31a'
}

.zmdi-view-compact:before {
    content: '\f31b'
}

.zmdi-view-dashboard:before {
    content: '\f31c'
}

.zmdi-view-day:before {
    content: '\f31d'
}

.zmdi-view-headline:before {
    content: '\f31e'
}

.zmdi-view-list-alt:before {
    content: '\f31f'
}

.zmdi-view-list:before {
    content: '\f320'
}

.zmdi-view-module:before {
    content: '\f321'
}

.zmdi-view-quilt:before {
    content: '\f322'
}

.zmdi-view-stream:before {
    content: '\f323'
}

.zmdi-view-subtitles:before {
    content: '\f324'
}

.zmdi-view-toc:before {
    content: '\f325'
}

.zmdi-view-web:before {
    content: '\f326'
}

.zmdi-view-week:before {
    content: '\f327'
}

.zmdi-widgets:before {
    content: '\f328'
}

.zmdi-alarm-check:before {
    content: '\f329'
}

.zmdi-alarm-off:before {
    content: '\f32a'
}

.zmdi-alarm-plus:before {
    content: '\f32b'
}

.zmdi-alarm-snooze:before {
    content: '\f32c'
}

.zmdi-alarm:before {
    content: '\f32d'
}

.zmdi-calendar-alt:before {
    content: '\f32e'
}

.zmdi-calendar-check:before {
    content: '\f32f'
}

.zmdi-calendar-close:before {
    content: '\f330'
}

.zmdi-calendar-note:before {
    content: '\f331'
}

.zmdi-calendar:before {
    content: '\f332'
}

.zmdi-time-countdown:before {
    content: '\f333'
}

.zmdi-time-interval:before {
    content: '\f334'
}

.zmdi-time-restore-setting:before {
    content: '\f335'
}

.zmdi-time-restore:before {
    content: '\f336'
}

.zmdi-time:before {
    content: '\f337'
}

.zmdi-timer-off:before {
    content: '\f338'
}

.zmdi-timer:before {
    content: '\f339'
}

.zmdi-android-alt:before {
    content: '\f33a'
}

.zmdi-android:before {
    content: '\f33b'
}

.zmdi-apple:before {
    content: '\f33c'
}

.zmdi-behance:before {
    content: '\f33d'
}

.zmdi-codepen:before {
    content: '\f33e'
}

.zmdi-dribbble:before {
    content: '\f33f'
}

.zmdi-dropbox:before {
    content: '\f340'
}

.zmdi-evernote:before {
    content: '\f341'
}

.zmdi-facebook-box:before {
    content: '\f342'
}

.zmdi-facebook:before {
    content: '\f343'
}

.zmdi-github-box:before {
    content: '\f344'
}

.zmdi-github:before {
    content: '\f345'
}

.zmdi-google-drive:before {
    content: '\f346'
}

.zmdi-google-earth:before {
    content: '\f347'
}

.zmdi-google-glass:before {
    content: '\f348'
}

.zmdi-google-maps:before {
    content: '\f349'
}

.zmdi-google-pages:before {
    content: '\f34a'
}

.zmdi-google-play:before {
    content: '\f34b'
}

.zmdi-google-plus-box:before {
    content: '\f34c'
}

.zmdi-google-plus:before {
    content: '\f34d'
}

.zmdi-google:before {
    content: '\f34e'
}

.zmdi-instagram:before {
    content: '\f34f'
}

.zmdi-language-css3:before {
    content: '\f350'
}

.zmdi-language-html5:before {
    content: '\f351'
}

.zmdi-language-javascript:before {
    content: '\f352'
}

.zmdi-language-python-alt:before {
    content: '\f353'
}

.zmdi-language-python:before {
    content: '\f354'
}

.zmdi-lastfm:before {
    content: '\f355'
}

.zmdi-linkedin-box:before {
    content: '\f356'
}

.zmdi-paypal:before {
    content: '\f357'
}

.zmdi-pinterest-box:before {
    content: '\f358'
}

.zmdi-pocket:before {
    content: '\f359'
}

.zmdi-polymer:before {
    content: '\f35a'
}

.zmdi-share:before {
    content: '\f35b'
}

.zmdi-stackoverflow:before {
    content: '\f35c'
}

.zmdi-steam-square:before {
    content: '\f35d'
}

.zmdi-steam:before {
    content: '\f35e'
}

.zmdi-twitter-box:before {
    content: '\f35f'
}

.zmdi-twitter:before {
    content: '\f360'
}

.zmdi-vk:before {
    content: '\f361'
}

.zmdi-wikipedia:before {
    content: '\f362'
}

.zmdi-windows:before {
    content: '\f363'
}

.zmdi-aspect-ratio-alt:before {
    content: '\f364'
}

.zmdi-aspect-ratio:before {
    content: '\f365'
}

.zmdi-blur-circular:before {
    content: '\f366'
}

.zmdi-blur-linear:before {
    content: '\f367'
}

.zmdi-blur-off:before {
    content: '\f368'
}

.zmdi-blur:before {
    content: '\f369'
}

.zmdi-brightness-2:before {
    content: '\f36a'
}

.zmdi-brightness-3:before {
    content: '\f36b'
}

.zmdi-brightness-4:before {
    content: '\f36c'
}

.zmdi-brightness-5:before {
    content: '\f36d'
}

.zmdi-brightness-6:before {
    content: '\f36e'
}

.zmdi-brightness-7:before {
    content: '\f36f'
}

.zmdi-brightness-auto:before {
    content: '\f370'
}

.zmdi-brightness-setting:before {
    content: '\f371'
}

.zmdi-broken-image:before {
    content: '\f372'
}

.zmdi-center-focus-strong:before {
    content: '\f373'
}

.zmdi-center-focus-weak:before {
    content: '\f374'
}

.zmdi-compare:before {
    content: '\f375'
}

.zmdi-crop-16-9:before {
    content: '\f376'
}

.zmdi-crop-3-2:before {
    content: '\f377'
}

.zmdi-crop-5-4:before {
    content: '\f378'
}

.zmdi-crop-7-5:before {
    content: '\f379'
}

.zmdi-crop-din:before {
    content: '\f37a'
}

.zmdi-crop-free:before {
    content: '\f37b'
}

.zmdi-crop-landscape:before {
    content: '\f37c'
}

.zmdi-crop-portrait:before {
    content: '\f37d'
}

.zmdi-crop-square:before {
    content: '\f37e'
}

.zmdi-exposure-alt:before {
    content: '\f37f'
}

.zmdi-exposure:before {
    content: '\f380'
}

.zmdi-filter-b-and-w:before {
    content: '\f381'
}

.zmdi-filter-center-focus:before {
    content: '\f382'
}

.zmdi-filter-frames:before {
    content: '\f383'
}

.zmdi-filter-tilt-shift:before {
    content: '\f384'
}

.zmdi-gradient:before {
    content: '\f385'
}

.zmdi-grain:before {
    content: '\f386'
}

.zmdi-graphic-eq:before {
    content: '\f387'
}

.zmdi-hdr-off:before {
    content: '\f388'
}

.zmdi-hdr-strong:before {
    content: '\f389'
}

.zmdi-hdr-weak:before {
    content: '\f38a'
}

.zmdi-hdr:before {
    content: '\f38b'
}

.zmdi-iridescent:before {
    content: '\f38c'
}

.zmdi-leak-off:before {
    content: '\f38d'
}

.zmdi-leak:before {
    content: '\f38e'
}

.zmdi-looks:before {
    content: '\f38f'
}

.zmdi-loupe:before {
    content: '\f390'
}

.zmdi-panorama-horizontal:before {
    content: '\f391'
}

.zmdi-panorama-vertical:before {
    content: '\f392'
}

.zmdi-panorama-wide-angle:before {
    content: '\f393'
}

.zmdi-photo-size-select-large:before {
    content: '\f394'
}

.zmdi-photo-size-select-small:before {
    content: '\f395'
}

.zmdi-picture-in-picture:before {
    content: '\f396'
}

.zmdi-slideshow:before {
    content: '\f397'
}

.zmdi-texture:before {
    content: '\f398'
}

.zmdi-tonality:before {
    content: '\f399'
}

.zmdi-vignette:before {
    content: '\f39a'
}

.zmdi-wb-auto:before {
    content: '\f39b'
}

.zmdi-eject-alt:before {
    content: '\f39c'
}

.zmdi-eject:before {
    content: '\f39d'
}

.zmdi-equalizer:before {
    content: '\f39e'
}

.zmdi-fast-forward:before {
    content: '\f39f'
}

.zmdi-fast-rewind:before {
    content: '\f3a0'
}

.zmdi-forward-10:before {
    content: '\f3a1'
}

.zmdi-forward-30:before {
    content: '\f3a2'
}

.zmdi-forward-5:before {
    content: '\f3a3'
}

.zmdi-hearing:before {
    content: '\f3a4'
}

.zmdi-pause-circle-outline:before {
    content: '\f3a5'
}

.zmdi-pause-circle:before {
    content: '\f3a6'
}

.zmdi-pause:before {
    content: '\f3a7'
}

.zmdi-play-circle-outline:before {
    content: '\f3a8'
}

.zmdi-play-circle:before {
    content: '\f3a9'
}

.zmdi-play:before {
    content: '\f3aa'
}

.zmdi-playlist-audio:before {
    content: '\f3ab'
}

.zmdi-playlist-plus:before {
    content: '\f3ac'
}

.zmdi-repeat-one:before {
    content: '\f3ad'
}

.zmdi-repeat:before {
    content: '\f3ae'
}

.zmdi-replay-10:before {
    content: '\f3af'
}

.zmdi-replay-30:before {
    content: '\f3b0'
}

.zmdi-replay-5:before {
    content: '\f3b1'
}

.zmdi-replay:before {
    content: '\f3b2'
}

.zmdi-shuffle:before {
    content: '\f3b3'
}

.zmdi-skip-next:before {
    content: '\f3b4'
}

.zmdi-skip-previous:before {
    content: '\f3b5'
}

.zmdi-stop:before {
    content: '\f3b6'
}

.zmdi-surround-sound:before {
    content: '\f3b7'
}

.zmdi-tune:before {
    content: '\f3b8'
}

.zmdi-volume-down:before {
    content: '\f3b9'
}

.zmdi-volume-mute:before {
    content: '\f3ba'
}

.zmdi-volume-off:before {
    content: '\f3bb'
}

.zmdi-volume-up:before {
    content: '\f3bc'
}

.zmdi-n-1-square:before {
    content: '\f3bd'
}

.zmdi-n-2-square:before {
    content: '\f3be'
}

.zmdi-n-3-square:before {
    content: '\f3bf'
}

.zmdi-n-4-square:before {
    content: '\f3c0'
}

.zmdi-n-5-square:before {
    content: '\f3c1'
}

.zmdi-n-6-square:before {
    content: '\f3c2'
}

.zmdi-neg-1:before {
    content: '\f3c3'
}

.zmdi-neg-2:before {
    content: '\f3c4'
}

.zmdi-plus-1:before {
    content: '\f3c5'
}

.zmdi-plus-2:before {
    content: '\f3c6'
}

.zmdi-sec-10:before {
    content: '\f3c7'
}

.zmdi-sec-3:before {
    content: '\f3c8'
}

.zmdi-zero:before {
    content: '\f3c9'
}

.zmdi-airline-seat-flat-angled:before {
    content: '\f3ca'
}

.zmdi-airline-seat-flat:before {
    content: '\f3cb'
}

.zmdi-airline-seat-individual-suite:before {
    content: '\f3cc'
}

.zmdi-airline-seat-legroom-extra:before {
    content: '\f3cd'
}

.zmdi-airline-seat-legroom-normal:before {
    content: '\f3ce'
}

.zmdi-airline-seat-legroom-reduced:before {
    content: '\f3cf'
}

.zmdi-airline-seat-recline-extra:before {
    content: '\f3d0'
}

.zmdi-airline-seat-recline-normal:before {
    content: '\f3d1'
}

.zmdi-airplay:before {
    content: '\f3d2'
}

.zmdi-closed-caption:before {
    content: '\f3d3'
}

.zmdi-confirmation-number:before {
    content: '\f3d4'
}

.zmdi-developer-board:before {
    content: '\f3d5'
}

.zmdi-disc-full:before {
    content: '\f3d6'
}

.zmdi-explicit:before {
    content: '\f3d7'
}

.zmdi-flight-land:before {
    content: '\f3d8'
}

.zmdi-flight-takeoff:before {
    content: '\f3d9'
}

.zmdi-flip-to-back:before {
    content: '\f3da'
}

.zmdi-flip-to-front:before {
    content: '\f3db'
}

.zmdi-group-work:before {
    content: '\f3dc'
}

.zmdi-hd:before {
    content: '\f3dd'
}

.zmdi-hq:before {
    content: '\f3de'
}

.zmdi-markunread-mailbox:before {
    content: '\f3df'
}

.zmdi-memory:before {
    content: '\f3e0'
}

.zmdi-nfc:before {
    content: '\f3e1'
}

.zmdi-play-for-work:before {
    content: '\f3e2'
}

.zmdi-power-input:before {
    content: '\f3e3'
}

.zmdi-present-to-all:before {
    content: '\f3e4'
}

.zmdi-satellite:before {
    content: '\f3e5'
}

.zmdi-tap-and-play:before {
    content: '\f3e6'
}

.zmdi-vibration:before {
    content: '\f3e7'
}

.zmdi-voicemail:before {
    content: '\f3e8'
}

.zmdi-group:before {
    content: '\f3e9'
}

.zmdi-rss:before {
    content: '\f3ea'
}

.zmdi-shape:before {
    content: '\f3eb'
}

.zmdi-spinner:before {
    content: '\f3ec'
}

.zmdi-ungroup:before {
    content: '\f3ed'
}

.zmdi-500px:before {
    content: '\f3ee'
}

.zmdi-8tracks:before {
    content: '\f3ef'
}

.zmdi-amazon:before {
    content: '\f3f0'
}

.zmdi-blogger:before {
    content: '\f3f1'
}

.zmdi-delicious:before {
    content: '\f3f2'
}

.zmdi-disqus:before {
    content: '\f3f3'
}

.zmdi-flattr:before {
    content: '\f3f4'
}

.zmdi-flickr:before {
    content: '\f3f5'
}

.zmdi-github-alt:before {
    content: '\f3f6'
}

.zmdi-google-old:before {
    content: '\f3f7'
}

.zmdi-linkedin:before {
    content: '\f3f8'
}

.zmdi-odnoklassniki:before {
    content: '\f3f9'
}

.zmdi-outlook:before {
    content: '\f3fa'
}

.zmdi-paypal-alt:before {
    content: '\f3fb'
}

.zmdi-pinterest:before {
    content: '\f3fc'
}

.zmdi-playstation:before {
    content: '\f3fd'
}

.zmdi-reddit:before {
    content: '\f3fe'
}

.zmdi-skype:before {
    content: '\f3ff'
}

.zmdi-slideshare:before {
    content: '\f400'
}

.zmdi-soundcloud:before {
    content: '\f401'
}

.zmdi-tumblr:before {
    content: '\f402'
}

.zmdi-twitch:before {
    content: '\f403'
}

.zmdi-vimeo:before {
    content: '\f404'
}

.zmdi-whatsapp:before {
    content: '\f405'
}

.zmdi-xbox:before {
    content: '\f406'
}

.zmdi-yahoo:before {
    content: '\f407'
}

.zmdi-youtube-play:before {
    content: '\f408'
}

.zmdi-youtube:before {
    content: '\f409'
}

.zmdi-3d-rotation:before {
    content: '\f101'
}

.zmdi-airplane-off:before {
    content: '\f102'
}

.zmdi-airplane:before {
    content: '\f103'
}

.zmdi-album:before {
    content: '\f104'
}

.zmdi-archive:before {
    content: '\f105'
}

.zmdi-assignment-account:before {
    content: '\f106'
}

.zmdi-assignment-alert:before {
    content: '\f107'
}

.zmdi-assignment-check:before {
    content: '\f108'
}

.zmdi-assignment-o:before {
    content: '\f109'
}

.zmdi-assignment-return:before {
    content: '\f10a'
}

.zmdi-assignment-returned:before {
    content: '\f10b'
}

.zmdi-assignment:before {
    content: '\f10c'
}

.zmdi-attachment-alt:before {
    content: '\f10d'
}

.zmdi-attachment:before {
    content: '\f10e'
}

.zmdi-audio:before {
    content: '\f10f'
}

.zmdi-badge-check:before {
    content: '\f110'
}

.zmdi-balance-wallet:before {
    content: '\f111'
}

.zmdi-balance:before {
    content: '\f112'
}

.zmdi-battery-alert:before {
    content: '\f113'
}

.zmdi-battery-flash:before {
    content: '\f114'
}

.zmdi-battery-unknown:before {
    content: '\f115'
}

.zmdi-battery:before {
    content: '\f116'
}

.zmdi-bike:before {
    content: '\f117'
}

.zmdi-block-alt:before {
    content: '\f118'
}

.zmdi-block:before {
    content: '\f119'
}

.zmdi-boat:before {
    content: '\f11a'
}

.zmdi-book-image:before {
    content: '\f11b'
}

.zmdi-book:before {
    content: '\f11c'
}

.zmdi-bookmark-outline:before {
    content: '\f11d'
}

.zmdi-bookmark:before {
    content: '\f11e'
}

.zmdi-brush:before {
    content: '\f11f'
}

.zmdi-bug:before {
    content: '\f120'
}

.zmdi-bus:before {
    content: '\f121'
}

.zmdi-cake:before {
    content: '\f122'
}

.zmdi-car-taxi:before {
    content: '\f123'
}

.zmdi-car-wash:before {
    content: '\f124'
}

.zmdi-car:before {
    content: '\f125'
}

.zmdi-card-giftcard:before {
    content: '\f126'
}

.zmdi-card-membership:before {
    content: '\f127'
}

.zmdi-card-travel:before {
    content: '\f128'
}

.zmdi-card:before {
    content: '\f129'
}

.zmdi-case-check:before {
    content: '\f12a'
}

.zmdi-case-download:before {
    content: '\f12b'
}

.zmdi-case-play:before {
    content: '\f12c'
}

.zmdi-case:before {
    content: '\f12d'
}

.zmdi-cast-connected:before {
    content: '\f12e'
}

.zmdi-cast:before {
    content: '\f12f'
}

.zmdi-chart-donut:before {
    content: '\f130'
}

.zmdi-chart:before {
    content: '\f131'
}

.zmdi-city-alt:before {
    content: '\f132'
}

.zmdi-city:before {
    content: '\f133'
}

.zmdi-close-circle-o:before {
    content: '\f134'
}

.zmdi-close-circle:before {
    content: '\f135'
}

.zmdi-close:before {
    content: '\f136'
}

.zmdi-cocktail:before {
    content: '\f137'
}

.zmdi-code-setting:before {
    content: '\f138'
}

.zmdi-code-smartphone:before {
    content: '\f139'
}

.zmdi-code:before {
    content: '\f13a'
}

.zmdi-coffee:before {
    content: '\f13b'
}

.zmdi-collection-bookmark:before {
    content: '\f13c'
}

.zmdi-collection-case-play:before {
    content: '\f13d'
}

.zmdi-collection-folder-image:before {
    content: '\f13e'
}

.zmdi-collection-image-o:before {
    content: '\f13f'
}

.zmdi-collection-image:before {
    content: '\f140'
}

.zmdi-collection-item-1:before {
    content: '\f141'
}

.zmdi-collection-item-2:before {
    content: '\f142'
}

.zmdi-collection-item-3:before {
    content: '\f143'
}

.zmdi-collection-item-4:before {
    content: '\f144'
}

.zmdi-collection-item-5:before {
    content: '\f145'
}

.zmdi-collection-item-6:before {
    content: '\f146'
}

.zmdi-collection-item-7:before {
    content: '\f147'
}

.zmdi-collection-item-8:before {
    content: '\f148'
}

.zmdi-collection-item-9-plus:before {
    content: '\f149'
}

.zmdi-collection-item-9:before {
    content: '\f14a'
}

.zmdi-collection-item:before {
    content: '\f14b'
}

.zmdi-collection-music:before {
    content: '\f14c'
}

.zmdi-collection-pdf:before {
    content: '\f14d'
}

.zmdi-collection-plus:before {
    content: '\f14e'
}

.zmdi-collection-speaker:before {
    content: '\f14f'
}

.zmdi-collection-text:before {
    content: '\f150'
}

.zmdi-collection-video:before {
    content: '\f151'
}

.zmdi-compass:before {
    content: '\f152'
}

.zmdi-cutlery:before {
    content: '\f153'
}

.zmdi-delete:before {
    content: '\f154'
}

.zmdi-dialpad:before {
    content: '\f155'
}

.zmdi-dns:before {
    content: '\f156'
}

.zmdi-drink:before {
    content: '\f157'
}

.zmdi-edit:before {
    content: '\f158'
}

.zmdi-email-open:before {
    content: '\f159'
}

.zmdi-email:before {
    content: '\f15a'
}

.zmdi-eye-off:before {
    content: '\f15b'
}

.zmdi-eye:before {
    content: '\f15c'
}

.zmdi-eyedropper:before {
    content: '\f15d'
}

.zmdi-favorite-outline:before {
    content: '\f15e'
}

.zmdi-favorite:before {
    content: '\f15f'
}

.zmdi-filter-list:before {
    content: '\f160'
}

.zmdi-fire:before {
    content: '\f161'
}

.zmdi-flag:before {
    content: '\f162'
}

.zmdi-flare:before {
    content: '\f163'
}

.zmdi-flash-auto:before {
    content: '\f164'
}

.zmdi-flash-off:before {
    content: '\f165'
}

.zmdi-flash:before {
    content: '\f166'
}

.zmdi-flip:before {
    content: '\f167'
}

.zmdi-flower-alt:before {
    content: '\f168'
}

.zmdi-flower:before {
    content: '\f169'
}

.zmdi-font:before {
    content: '\f16a'
}

.zmdi-fullscreen-alt:before {
    content: '\f16b'
}

.zmdi-fullscreen-exit:before {
    content: '\f16c'
}

.zmdi-fullscreen:before {
    content: '\f16d'
}

.zmdi-functions:before {
    content: '\f16e'
}

.zmdi-gas-station:before {
    content: '\f16f'
}

.zmdi-gesture:before {
    content: '\f170'
}

.zmdi-globe-alt:before {
    content: '\f171'
}

.zmdi-globe-lock:before {
    content: '\f172'
}

.zmdi-globe:before {
    content: '\f173'
}

.zmdi-graduation-cap:before {
    content: '\f174'
}

.zmdi-home:before {
    content: '\f175'
}

.zmdi-hospital-alt:before {
    content: '\f176'
}

.zmdi-hospital:before {
    content: '\f177'
}

.zmdi-hotel:before {
    content: '\f178'
}

.zmdi-hourglass-alt:before {
    content: '\f179'
}

.zmdi-hourglass-outline:before {
    content: '\f17a'
}

.zmdi-hourglass:before {
    content: '\f17b'
}

.zmdi-http:before {
    content: '\f17c'
}

.zmdi-image-alt:before {
    content: '\f17d'
}

.zmdi-image-o:before {
    content: '\f17e'
}

.zmdi-image:before {
    content: '\f17f'
}

.zmdi-inbox:before {
    content: '\f180'
}

.zmdi-invert-colors-off:before {
    content: '\f181'
}

.zmdi-invert-colors:before {
    content: '\f182'
}

.zmdi-key:before {
    content: '\f183'
}

.zmdi-label-alt-outline:before {
    content: '\f184'
}

.zmdi-label-alt:before {
    content: '\f185'
}

.zmdi-label-heart:before {
    content: '\f186'
}

.zmdi-label:before {
    content: '\f187'
}

.zmdi-labels:before {
    content: '\f188'
}

.zmdi-lamp:before {
    content: '\f189'
}

.zmdi-landscape:before {
    content: '\f18a'
}

.zmdi-layers-off:before {
    content: '\f18b'
}

.zmdi-layers:before {
    content: '\f18c'
}

.zmdi-library:before {
    content: '\f18d'
}

.zmdi-link:before {
    content: '\f18e'
}

.zmdi-lock-open:before {
    content: '\f18f'
}

.zmdi-lock-outline:before {
    content: '\f190'
}

.zmdi-lock:before {
    content: '\f191'
}

.zmdi-mail-reply-all:before {
    content: '\f192'
}

.zmdi-mail-reply:before {
    content: '\f193'
}

.zmdi-mail-send:before {
    content: '\f194'
}

.zmdi-mall:before {
    content: '\f195'
}

.zmdi-map:before {
    content: '\f196'
}

.zmdi-menu:before {
    content: '\f197'
}

.zmdi-money-box:before {
    content: '\f198'
}

.zmdi-money-off:before {
    content: '\f199'
}

.zmdi-money:before {
    content: '\f19a'
}

.zmdi-more-vert:before {
    content: '\f19b'
}

.zmdi-more:before {
    content: '\f19c'
}

.zmdi-movie-alt:before {
    content: '\f19d'
}

.zmdi-movie:before {
    content: '\f19e'
}

.zmdi-nature-people:before {
    content: '\f19f'
}

.zmdi-nature:before {
    content: '\f1a0'
}

.zmdi-navigation:before {
    content: '\f1a1'
}

.zmdi-open-in-browser:before {
    content: '\f1a2'
}

.zmdi-open-in-new:before {
    content: '\f1a3'
}

.zmdi-palette:before {
    content: '\f1a4'
}

.zmdi-parking:before {
    content: '\f1a5'
}

.zmdi-pin-account:before {
    content: '\f1a6'
}

.zmdi-pin-assistant:before {
    content: '\f1a7'
}

.zmdi-pin-drop:before {
    content: '\f1a8'
}

.zmdi-pin-help:before {
    content: '\f1a9'
}

.zmdi-pin-off:before {
    content: '\f1aa'
}

.zmdi-pin:before {
    content: '\f1ab'
}

.zmdi-pizza:before {
    content: '\f1ac'
}

.zmdi-plaster:before {
    content: '\f1ad'
}

.zmdi-power-setting:before {
    content: '\f1ae'
}

.zmdi-power:before {
    content: '\f1af'
}

.zmdi-print:before {
    content: '\f1b0'
}

.zmdi-puzzle-piece:before {
    content: '\f1b1'
}

.zmdi-quote:before {
    content: '\f1b2'
}

.zmdi-railway:before {
    content: '\f1b3'
}

.zmdi-receipt:before {
    content: '\f1b4'
}

.zmdi-refresh-alt:before {
    content: '\f1b5'
}

.zmdi-refresh-sync-alert:before {
    content: '\f1b6'
}

.zmdi-refresh-sync-off:before {
    content: '\f1b7'
}

.zmdi-refresh-sync:before {
    content: '\f1b8'
}

.zmdi-refresh:before {
    content: '\f1b9'
}

.zmdi-roller:before {
    content: '\f1ba'
}

.zmdi-ruler:before {
    content: '\f1bb'
}

.zmdi-scissors:before {
    content: '\f1bc'
}

.zmdi-screen-rotation-lock:before {
    content: '\f1bd'
}

.zmdi-screen-rotation:before {
    content: '\f1be'
}

.zmdi-search-for:before {
    content: '\f1bf'
}

.zmdi-search-in-file:before {
    content: '\f1c0'
}

.zmdi-search-in-page:before {
    content: '\f1c1'
}

.zmdi-search-replace:before {
    content: '\f1c2'
}

.zmdi-search:before {
    content: '\f1c3'
}

.zmdi-seat:before {
    content: '\f1c4'
}

.zmdi-settings-square:before {
    content: '\f1c5'
}

.zmdi-settings:before {
    content: '\f1c6'
}

.zmdi-shield-check:before {
    content: '\f1c7'
}

.zmdi-shield-security:before {
    content: '\f1c8'
}

.zmdi-shopping-basket:before {
    content: '\f1c9'
}

.zmdi-shopping-cart-plus:before {
    content: '\f1ca'
}

.zmdi-shopping-cart:before {
    content: '\f1cb'
}

.zmdi-sign-in:before {
    content: '\f1cc'
}

.zmdi-sort-amount-asc:before {
    content: '\f1cd'
}

.zmdi-sort-amount-desc:before {
    content: '\f1ce'
}

.zmdi-sort-asc:before {
    content: '\f1cf'
}

.zmdi-sort-desc:before {
    content: '\f1d0'
}

.zmdi-spellcheck:before {
    content: '\f1d1'
}

.zmdi-storage:before {
    content: '\f1d2'
}

.zmdi-store-24:before {
    content: '\f1d3'
}

.zmdi-store:before {
    content: '\f1d4'
}

.zmdi-subway:before {
    content: '\f1d5'
}

.zmdi-sun:before {
    content: '\f1d6'
}

.zmdi-tab-unselected:before {
    content: '\f1d7'
}

.zmdi-tab:before {
    content: '\f1d8'
}

.zmdi-tag-close:before {
    content: '\f1d9'
}

.zmdi-tag-more:before {
    content: '\f1da'
}

.zmdi-tag:before {
    content: '\f1db'
}

.zmdi-thumb-down:before {
    content: '\f1dc'
}

.zmdi-thumb-up-down:before {
    content: '\f1dd'
}

.zmdi-thumb-up:before {
    content: '\f1de'
}

.zmdi-ticket-star:before {
    content: '\f1df'
}

.zmdi-toll:before {
    content: '\f1e0'
}

.zmdi-toys:before {
    content: '\f1e1'
}

.zmdi-traffic:before {
    content: '\f1e2'
}

.zmdi-translate:before {
    content: '\f1e3'
}

.zmdi-triangle-down:before {
    content: '\f1e4'
}

.zmdi-triangle-up:before {
    content: '\f1e5'
}

.zmdi-truck:before {
    content: '\f1e6'
}

.zmdi-turning-sign:before {
    content: '\f1e7'
}

.zmdi-wallpaper:before {
    content: '\f1e8'
}

.zmdi-washing-machine:before {
    content: '\f1e9'
}

.zmdi-window-maximize:before {
    content: '\f1ea'
}

.zmdi-window-minimize:before {
    content: '\f1eb'
}

.zmdi-window-restore:before {
    content: '\f1ec'
}

.zmdi-wrench:before {
    content: '\f1ed'
}

.zmdi-zoom-in:before {
    content: '\f1ee'
}

.zmdi-zoom-out:before {
    content: '\f1ef'
}

.zmdi-alert-circle-o:before {
    content: '\f1f0'
}

.zmdi-alert-circle:before {
    content: '\f1f1'
}

.zmdi-alert-octagon:before {
    content: '\f1f2'
}

.zmdi-alert-polygon:before {
    content: '\f1f3'
}

.zmdi-alert-triangle:before {
    content: '\f1f4'
}

.zmdi-help-outline:before {
    content: '\f1f5'
}

.zmdi-help:before {
    content: '\f1f6'
}

.zmdi-info-outline:before {
    content: '\f1f7'
}

.zmdi-info:before {
    content: '\f1f8'
}

.zmdi-notifications-active:before {
    content: '\f1f9'
}

.zmdi-notifications-add:before {
    content: '\f1fa'
}

.zmdi-notifications-none:before {
    content: '\f1fb'
}

.zmdi-notifications-off:before {
    content: '\f1fc'
}

.zmdi-notifications-paused:before {
    content: '\f1fd'
}

.zmdi-notifications:before {
    content: '\f1fe'
}

.zmdi-account-add:before {
    content: '\f1ff'
}

.zmdi-account-box-mail:before {
    content: '\f200'
}

.zmdi-account-box-o:before {
    content: '\f201'
}

.zmdi-account-box-phone:before {
    content: '\f202'
}

.zmdi-account-box:before {
    content: '\f203'
}

.zmdi-account-calendar:before {
    content: '\f204'
}

.zmdi-account-circle:before {
    content: '\f205'
}

.zmdi-account-o:before {
    content: '\f206'
}

.zmdi-account:before {
    content: '\f207'
}

.zmdi-accounts-add:before {
    content: '\f208'
}

.zmdi-accounts-alt:before {
    content: '\f209'
}

.zmdi-accounts-list-alt:before {
    content: '\f20a'
}

.zmdi-accounts-list:before {
    content: '\f20b'
}

.zmdi-accounts-outline:before {
    content: '\f20c'
}

.zmdi-accounts:before {
    content: '\f20d'
}

.zmdi-face:before {
    content: '\f20e'
}

.zmdi-female:before {
    content: '\f20f'
}

.zmdi-male-alt:before {
    content: '\f210'
}

.zmdi-male-female:before {
    content: '\f211'
}

.zmdi-male:before {
    content: '\f212'
}

.zmdi-mood-bad:before {
    content: '\f213'
}

.zmdi-mood:before {
    content: '\f214'
}

.zmdi-run:before {
    content: '\f215'
}

.zmdi-walk:before {
    content: '\f216'
}

.zmdi-cloud-box:before {
    content: '\f217'
}

.zmdi-cloud-circle:before {
    content: '\f218'
}

.zmdi-cloud-done:before {
    content: '\f219'
}

.zmdi-cloud-download:before {
    content: '\f21a'
}

.zmdi-cloud-off:before {
    content: '\f21b'
}

.zmdi-cloud-outline-alt:before {
    content: '\f21c'
}

.zmdi-cloud-outline:before {
    content: '\f21d'
}

.zmdi-cloud-upload:before {
    content: '\f21e'
}

.zmdi-cloud:before {
    content: '\f21f'
}

.zmdi-download:before {
    content: '\f220'
}

.zmdi-file-plus:before {
    content: '\f221'
}

.zmdi-file-text:before {
    content: '\f222'
}

.zmdi-file:before {
    content: '\f223'
}

.zmdi-folder-outline:before {
    content: '\f224'
}

.zmdi-folder-person:before {
    content: '\f225'
}

.zmdi-folder-star-alt:before {
    content: '\f226'
}

.zmdi-folder-star:before {
    content: '\f227'
}

.zmdi-folder:before {
    content: '\f228'
}

.zmdi-gif:before {
    content: '\f229'
}

.zmdi-upload:before {
    content: '\f22a'
}

.zmdi-border-all:before {
    content: '\f22b'
}

.zmdi-border-bottom:before {
    content: '\f22c'
}

.zmdi-border-clear:before {
    content: '\f22d'
}

.zmdi-border-color:before {
    content: '\f22e'
}

.zmdi-border-horizontal:before {
    content: '\f22f'
}

.zmdi-border-inner:before {
    content: '\f230'
}

.zmdi-border-left:before {
    content: '\f231'
}

.zmdi-border-outer:before {
    content: '\f232'
}

.zmdi-border-right:before {
    content: '\f233'
}

.zmdi-border-style:before {
    content: '\f234'
}

.zmdi-border-top:before {
    content: '\f235'
}

.zmdi-border-vertical:before {
    content: '\f236'
}

.zmdi-copy:before {
    content: '\f237'
}

.zmdi-crop:before {
    content: '\f238'
}

.zmdi-format-align-center:before {
    content: '\f239'
}

.zmdi-format-align-justify:before {
    content: '\f23a'
}

.zmdi-format-align-left:before {
    content: '\f23b'
}

.zmdi-format-align-right:before {
    content: '\f23c'
}

.zmdi-format-bold:before {
    content: '\f23d'
}

.zmdi-format-clear-all:before {
    content: '\f23e'
}

.zmdi-format-clear:before {
    content: '\f23f'
}

.zmdi-format-color-fill:before {
    content: '\f240'
}

.zmdi-format-color-reset:before {
    content: '\f241'
}

.zmdi-format-color-text:before {
    content: '\f242'
}

.zmdi-format-indent-decrease:before {
    content: '\f243'
}

.zmdi-format-indent-increase:before {
    content: '\f244'
}

.zmdi-format-italic:before {
    content: '\f245'
}

.zmdi-format-line-spacing:before {
    content: '\f246'
}

.zmdi-format-list-bulleted:before {
    content: '\f247'
}

.zmdi-format-list-numbered:before {
    content: '\f248'
}

.zmdi-format-ltr:before {
    content: '\f249'
}

.zmdi-format-rtl:before {
    content: '\f24a'
}

.zmdi-format-size:before {
    content: '\f24b'
}

.zmdi-format-strikethrough-s:before {
    content: '\f24c'
}

.zmdi-format-strikethrough:before {
    content: '\f24d'
}

.zmdi-format-subject:before {
    content: '\f24e'
}

.zmdi-format-underlined:before {
    content: '\f24f'
}

.zmdi-format-valign-bottom:before {
    content: '\f250'
}

.zmdi-format-valign-center:before {
    content: '\f251'
}

.zmdi-format-valign-top:before {
    content: '\f252'
}

.zmdi-redo:before {
    content: '\f253'
}

.zmdi-select-all:before {
    content: '\f254'
}

.zmdi-space-bar:before {
    content: '\f255'
}

.zmdi-text-format:before {
    content: '\f256'
}

.zmdi-transform:before {
    content: '\f257'
}

.zmdi-undo:before {
    content: '\f258'
}

.zmdi-wrap-text:before {
    content: '\f259'
}

.zmdi-comment-alert:before {
    content: '\f25a'
}

.zmdi-comment-alt-text:before {
    content: '\f25b'
}

.zmdi-comment-alt:before {
    content: '\f25c'
}

.zmdi-comment-edit:before {
    content: '\f25d'
}

.zmdi-comment-image:before {
    content: '\f25e'
}

.zmdi-comment-list:before {
    content: '\f25f'
}

.zmdi-comment-more:before {
    content: '\f260'
}

.zmdi-comment-outline:before {
    content: '\f261'
}

.zmdi-comment-text-alt:before {
    content: '\f262'
}

.zmdi-comment-text:before {
    content: '\f263'
}

.zmdi-comment-video:before {
    content: '\f264'
}

.zmdi-comment:before {
    content: '\f265'
}

.zmdi-comments:before {
    content: '\f266'
}

.zmdi-check-all:before {
    content: '\f267'
}

.zmdi-check-circle-u:before {
    content: '\f268'
}

.zmdi-check-circle:before {
    content: '\f269'
}

.zmdi-check-square:before {
    content: '\f26a'
}

.zmdi-check:before {
    content: '\f26b'
}

.zmdi-circle-o:before {
    content: '\f26c'
}

.zmdi-circle:before {
    content: '\f26d'
}

.zmdi-dot-circle-alt:before {
    content: '\f26e'
}

.zmdi-dot-circle:before {
    content: '\f26f'
}

.zmdi-minus-circle-outline:before {
    content: '\f270'
}

.zmdi-minus-circle:before {
    content: '\f271'
}

.zmdi-minus-square:before {
    content: '\f272'
}

.zmdi-minus:before {
    content: '\f273'
}

.zmdi-plus-circle-o-duplicate:before {
    content: '\f274'
}

.zmdi-plus-circle-o:before {
    content: '\f275'
}

.zmdi-plus-circle:before {
    content: '\f276'
}

.zmdi-plus-square:before {
    content: '\f277'
}

.zmdi-plus:before {
    content: '\f278'
}

.zmdi-square-o:before {
    content: '\f279'
}

.zmdi-star-circle:before {
    content: '\f27a'
}

.zmdi-star-half:before {
    content: '\f27b'
}

.zmdi-star-outline:before {
    content: '\f27c'
}

.zmdi-star:before {
    content: '\f27d'
}

.zmdi-bluetooth-connected:before {
    content: '\f27e'
}

.zmdi-bluetooth-off:before {
    content: '\f27f'
}

.zmdi-bluetooth-search:before {
    content: '\f280'
}

.zmdi-bluetooth-setting:before {
    content: '\f281'
}

.zmdi-bluetooth:before {
    content: '\f282'
}

.zmdi-camera-add:before {
    content: '\f283'
}

.zmdi-camera-alt:before {
    content: '\f284'
}

.zmdi-camera-bw:before {
    content: '\f285'
}

.zmdi-camera-front:before {
    content: '\f286'
}

.zmdi-camera-mic:before {
    content: '\f287'
}

.zmdi-camera-party-mode:before {
    content: '\f288'
}

.zmdi-camera-rear:before {
    content: '\f289'
}

.zmdi-camera-roll:before {
    content: '\f28a'
}

.zmdi-camera-switch:before {
    content: '\f28b'
}

.zmdi-camera:before {
    content: '\f28c'
}

.zmdi-card-alert:before {
    content: '\f28d'
}

.zmdi-card-off:before {
    content: '\f28e'
}

.zmdi-card-sd:before {
    content: '\f28f'
}

.zmdi-card-sim:before {
    content: '\f290'
}

.zmdi-desktop-mac:before {
    content: '\f291'
}

.zmdi-desktop-windows:before {
    content: '\f292'
}

.zmdi-device-hub:before {
    content: '\f293'
}

.zmdi-devices-off:before {
    content: '\f294'
}

.zmdi-devices:before {
    content: '\f295'
}

.zmdi-dock:before {
    content: '\f296'
}

.zmdi-floppy:before {
    content: '\f297'
}

.zmdi-gamepad:before {
    content: '\f298'
}

.zmdi-gps-dot:before {
    content: '\f299'
}

.zmdi-gps-off:before {
    content: '\f29a'
}

.zmdi-gps:before {
    content: '\f29b'
}

.zmdi-headset-mic:before {
    content: '\f29c'
}

.zmdi-headset:before {
    content: '\f29d'
}

.zmdi-input-antenna:before {
    content: '\f29e'
}

.zmdi-input-composite:before {
    content: '\f29f'
}

.zmdi-input-hdmi:before {
    content: '\f2a0'
}

.zmdi-input-power:before {
    content: '\f2a1'
}

.zmdi-input-svideo:before {
    content: '\f2a2'
}

.zmdi-keyboard-hide:before {
    content: '\f2a3'
}

.zmdi-keyboard:before {
    content: '\f2a4'
}

.zmdi-laptop-chromebook:before {
    content: '\f2a5'
}

.zmdi-laptop-mac:before {
    content: '\f2a6'
}

.zmdi-laptop:before {
    content: '\f2a7'
}

.zmdi-mic-off:before {
    content: '\f2a8'
}

.zmdi-mic-outline:before {
    content: '\f2a9'
}

.zmdi-mic-setting:before {
    content: '\f2aa'
}

.zmdi-mic:before {
    content: '\f2ab'
}

.zmdi-mouse:before {
    content: '\f2ac'
}

.zmdi-network-alert:before {
    content: '\f2ad'
}

.zmdi-network-locked:before {
    content: '\f2ae'
}

.zmdi-network-off:before {
    content: '\f2af'
}

.zmdi-network-outline:before {
    content: '\f2b0'
}

.zmdi-network-setting:before {
    content: '\f2b1'
}

.zmdi-network:before {
    content: '\f2b2'
}

.zmdi-phone-bluetooth:before {
    content: '\f2b3'
}

.zmdi-phone-end:before {
    content: '\f2b4'
}

.zmdi-phone-forwarded:before {
    content: '\f2b5'
}

.zmdi-phone-in-talk:before {
    content: '\f2b6'
}

.zmdi-phone-locked:before {
    content: '\f2b7'
}

.zmdi-phone-missed:before {
    content: '\f2b8'
}

.zmdi-phone-msg:before {
    content: '\f2b9'
}

.zmdi-phone-paused:before {
    content: '\f2ba'
}

.zmdi-phone-ring:before {
    content: '\f2bb'
}

.zmdi-phone-setting:before {
    content: '\f2bc'
}

.zmdi-phone-sip:before {
    content: '\f2bd'
}

.zmdi-phone:before {
    content: '\f2be'
}

.zmdi-portable-wifi-changes:before {
    content: '\f2bf'
}

.zmdi-portable-wifi-off:before {
    content: '\f2c0'
}

.zmdi-portable-wifi:before {
    content: '\f2c1'
}

.zmdi-radio:before {
    content: '\f2c2'
}

.zmdi-reader:before {
    content: '\f2c3'
}

.zmdi-remote-control-alt:before {
    content: '\f2c4'
}

.zmdi-remote-control:before {
    content: '\f2c5'
}

.zmdi-router:before {
    content: '\f2c6'
}

.zmdi-scanner:before {
    content: '\f2c7'
}

.zmdi-smartphone-android:before {
    content: '\f2c8'
}

.zmdi-smartphone-download:before {
    content: '\f2c9'
}

.zmdi-smartphone-erase:before {
    content: '\f2ca'
}

.zmdi-smartphone-info:before {
    content: '\f2cb'
}

.zmdi-smartphone-iphone:before {
    content: '\f2cc'
}

.zmdi-smartphone-landscape-lock:before {
    content: '\f2cd'
}

.zmdi-smartphone-landscape:before {
    content: '\f2ce'
}

.zmdi-smartphone-lock:before {
    content: '\f2cf'
}

.zmdi-smartphone-portrait-lock:before {
    content: '\f2d0'
}

.zmdi-smartphone-ring:before {
    content: '\f2d1'
}

.zmdi-smartphone-setting:before {
    content: '\f2d2'
}

.zmdi-smartphone-setup:before {
    content: '\f2d3'
}

.zmdi-smartphone:before {
    content: '\f2d4'
}

.zmdi-speaker:before {
    content: '\f2d5'
}

.zmdi-tablet-android:before {
    content: '\f2d6'
}

.zmdi-tablet-mac:before {
    content: '\f2d7'
}

.zmdi-tablet:before {
    content: '\f2d8'
}

.zmdi-tv-alt-play:before {
    content: '\f2d9'
}

.zmdi-tv-list:before {
    content: '\f2da'
}

.zmdi-tv-play:before {
    content: '\f2db'
}

.zmdi-tv:before {
    content: '\f2dc'
}

.zmdi-usb:before {
    content: '\f2dd'
}

.zmdi-videocam-off:before {
    content: '\f2de'
}

.zmdi-videocam-switch:before {
    content: '\f2df'
}

.zmdi-videocam:before {
    content: '\f2e0'
}

.zmdi-watch:before {
    content: '\f2e1'
}

.zmdi-wifi-alt-2:before {
    content: '\f2e2'
}

.zmdi-wifi-alt:before {
    content: '\f2e3'
}

.zmdi-wifi-info:before {
    content: '\f2e4'
}

.zmdi-wifi-lock:before {
    content: '\f2e5'
}

.zmdi-wifi-off:before {
    content: '\f2e6'
}

.zmdi-wifi-outline:before {
    content: '\f2e7'
}

.zmdi-wifi:before {
    content: '\f2e8'
}

.zmdi-arrow-left-bottom:before {
    content: '\f2e9'
}

.zmdi-arrow-left:before {
    content: '\f2ea'
}

.zmdi-arrow-merge:before {
    content: '\f2eb'
}

.zmdi-arrow-missed:before {
    content: '\f2ec'
}

.zmdi-arrow-right-top:before {
    content: '\f2ed'
}

.zmdi-arrow-right:before {
    content: '\f2ee'
}

.zmdi-arrow-split:before {
    content: '\f2ef'
}

.zmdi-arrows:before {
    content: '\f2f0'
}

.zmdi-caret-down-circle:before {
    content: '\f2f1'
}

.zmdi-caret-down:before {
    content: '\f2f2'
}

.zmdi-caret-left-circle:before {
    content: '\f2f3'
}

.zmdi-caret-left:before {
    content: '\f2f4'
}

.zmdi-caret-right-circle:before {
    content: '\f2f5'
}

.zmdi-caret-right:before {
    content: '\f2f6'
}

.zmdi-caret-up-circle:before {
    content: '\f2f7'
}

.zmdi-caret-up:before {
    content: '\f2f8'
}

.zmdi-chevron-down:before {
    content: '\f2f9'
}

.zmdi-chevron-left:before {
    content: '\f2fa'
}

.zmdi-chevron-right:before {
    content: '\f2fb'
}

.zmdi-chevron-up:before {
    content: '\f2fc'
}

.zmdi-forward:before {
    content: '\f2fd'
}

.zmdi-long-arrow-down:before {
    content: '\f2fe'
}

.zmdi-long-arrow-left:before {
    content: '\f2ff'
}

.zmdi-long-arrow-return:before {
    content: '\f300'
}

.zmdi-long-arrow-right:before {
    content: '\f301'
}

.zmdi-long-arrow-tab:before {
    content: '\f302'
}

.zmdi-long-arrow-up:before {
    content: '\f303'
}

.zmdi-rotate-ccw:before {
    content: '\f304'
}

.zmdi-rotate-cw:before {
    content: '\f305'
}

.zmdi-rotate-left:before {
    content: '\f306'
}

.zmdi-rotate-right:before {
    content: '\f307'
}

.zmdi-square-down:before {
    content: '\f308'
}

.zmdi-square-right:before {
    content: '\f309'
}

.zmdi-swap-alt:before {
    content: '\f30a'
}

.zmdi-swap-vertical-circle:before {
    content: '\f30b'
}

.zmdi-swap-vertical:before {
    content: '\f30c'
}

.zmdi-swap:before {
    content: '\f30d'
}

.zmdi-trending-down:before {
    content: '\f30e'
}

.zmdi-trending-flat:before {
    content: '\f30f'
}

.zmdi-trending-up:before {
    content: '\f310'
}

.zmdi-unfold-less:before {
    content: '\f311'
}

.zmdi-unfold-more:before {
    content: '\f312'
}

.zmdi-apps:before {
    content: '\f313'
}

.zmdi-grid-off:before {
    content: '\f314'
}

.zmdi-grid:before {
    content: '\f315'
}

.zmdi-view-agenda:before {
    content: '\f316'
}

.zmdi-view-array:before {
    content: '\f317'
}

.zmdi-view-carousel:before {
    content: '\f318'
}

.zmdi-view-column:before {
    content: '\f319'
}

.zmdi-view-comfy:before {
    content: '\f31a'
}

.zmdi-view-compact:before {
    content: '\f31b'
}

.zmdi-view-dashboard:before {
    content: '\f31c'
}

.zmdi-view-day:before {
    content: '\f31d'
}

.zmdi-view-headline:before {
    content: '\f31e'
}

.zmdi-view-list-alt:before {
    content: '\f31f'
}

.zmdi-view-list:before {
    content: '\f320'
}

.zmdi-view-module:before {
    content: '\f321'
}

.zmdi-view-quilt:before {
    content: '\f322'
}

.zmdi-view-stream:before {
    content: '\f323'
}

.zmdi-view-subtitles:before {
    content: '\f324'
}

.zmdi-view-toc:before {
    content: '\f325'
}

.zmdi-view-web:before {
    content: '\f326'
}

.zmdi-view-week:before {
    content: '\f327'
}

.zmdi-widgets:before {
    content: '\f328'
}

.zmdi-alarm-check:before {
    content: '\f329'
}

.zmdi-alarm-off:before {
    content: '\f32a'
}

.zmdi-alarm-plus:before {
    content: '\f32b'
}

.zmdi-alarm-snooze:before {
    content: '\f32c'
}

.zmdi-alarm:before {
    content: '\f32d'
}

.zmdi-calendar-alt:before {
    content: '\f32e'
}

.zmdi-calendar-check:before {
    content: '\f32f'
}

.zmdi-calendar-close:before {
    content: '\f330'
}

.zmdi-calendar-note:before {
    content: '\f331'
}

.zmdi-calendar:before {
    content: '\f332'
}

.zmdi-time-countdown:before {
    content: '\f333'
}

.zmdi-time-interval:before {
    content: '\f334'
}

.zmdi-time-restore-setting:before {
    content: '\f335'
}

.zmdi-time-restore:before {
    content: '\f336'
}

.zmdi-time:before {
    content: '\f337'
}

.zmdi-timer-off:before {
    content: '\f338'
}

.zmdi-timer:before {
    content: '\f339'
}

.zmdi-android-alt:before {
    content: '\f33a'
}

.zmdi-android:before {
    content: '\f33b'
}

.zmdi-apple:before {
    content: '\f33c'
}

.zmdi-behance:before {
    content: '\f33d'
}

.zmdi-codepen:before {
    content: '\f33e'
}

.zmdi-dribbble:before {
    content: '\f33f'
}

.zmdi-dropbox:before {
    content: '\f340'
}

.zmdi-evernote:before {
    content: '\f341'
}

.zmdi-facebook-box:before {
    content: '\f342'
}

.zmdi-facebook:before {
    content: '\f343'
}

.zmdi-github-box:before {
    content: '\f344'
}

.zmdi-github:before {
    content: '\f345'
}

.zmdi-google-drive:before {
    content: '\f346'
}

.zmdi-google-earth:before {
    content: '\f347'
}

.zmdi-google-glass:before {
    content: '\f348'
}

.zmdi-google-maps:before {
    content: '\f349'
}

.zmdi-google-pages:before {
    content: '\f34a'
}

.zmdi-google-play:before {
    content: '\f34b'
}

.zmdi-google-plus-box:before {
    content: '\f34c'
}

.zmdi-google-plus:before {
    content: '\f34d'
}

.zmdi-google:before {
    content: '\f34e'
}

.zmdi-instagram:before {
    content: '\f34f'
}

.zmdi-language-css3:before {
    content: '\f350'
}

.zmdi-language-html5:before {
    content: '\f351'
}

.zmdi-language-javascript:before {
    content: '\f352'
}

.zmdi-language-python-alt:before {
    content: '\f353'
}

.zmdi-language-python:before {
    content: '\f354'
}

.zmdi-lastfm:before {
    content: '\f355'
}

.zmdi-linkedin-box:before {
    content: '\f356'
}

.zmdi-paypal:before {
    content: '\f357'
}

.zmdi-pinterest-box:before {
    content: '\f358'
}

.zmdi-pocket:before {
    content: '\f359'
}

.zmdi-polymer:before {
    content: '\f35a'
}

.zmdi-share:before {
    content: '\f35b'
}

.zmdi-stackoverflow:before {
    content: '\f35c'
}

.zmdi-steam-square:before {
    content: '\f35d'
}

.zmdi-steam:before {
    content: '\f35e'
}

.zmdi-twitter-box:before {
    content: '\f35f'
}

.zmdi-twitter:before {
    content: '\f360'
}

.zmdi-vk:before {
    content: '\f361'
}

.zmdi-wikipedia:before {
    content: '\f362'
}

.zmdi-windows:before {
    content: '\f363'
}

.zmdi-aspect-ratio-alt:before {
    content: '\f364'
}

.zmdi-aspect-ratio:before {
    content: '\f365'
}

.zmdi-blur-circular:before {
    content: '\f366'
}

.zmdi-blur-linear:before {
    content: '\f367'
}

.zmdi-blur-off:before {
    content: '\f368'
}

.zmdi-blur:before {
    content: '\f369'
}

.zmdi-brightness-2:before {
    content: '\f36a'
}

.zmdi-brightness-3:before {
    content: '\f36b'
}

.zmdi-brightness-4:before {
    content: '\f36c'
}

.zmdi-brightness-5:before {
    content: '\f36d'
}

.zmdi-brightness-6:before {
    content: '\f36e'
}

.zmdi-brightness-7:before {
    content: '\f36f'
}

.zmdi-brightness-auto:before {
    content: '\f370'
}

.zmdi-brightness-setting:before {
    content: '\f371'
}

.zmdi-broken-image:before {
    content: '\f372'
}

.zmdi-center-focus-strong:before {
    content: '\f373'
}

.zmdi-center-focus-weak:before {
    content: '\f374'
}

.zmdi-compare:before {
    content: '\f375'
}

.zmdi-crop-16-9:before {
    content: '\f376'
}

.zmdi-crop-3-2:before {
    content: '\f377'
}

.zmdi-crop-5-4:before {
    content: '\f378'
}

.zmdi-crop-7-5:before {
    content: '\f379'
}

.zmdi-crop-din:before {
    content: '\f37a'
}

.zmdi-crop-free:before {
    content: '\f37b'
}

.zmdi-crop-landscape:before {
    content: '\f37c'
}

.zmdi-crop-portrait:before {
    content: '\f37d'
}

.zmdi-crop-square:before {
    content: '\f37e'
}

.zmdi-exposure-alt:before {
    content: '\f37f'
}

.zmdi-exposure:before {
    content: '\f380'
}

.zmdi-filter-b-and-w:before {
    content: '\f381'
}

.zmdi-filter-center-focus:before {
    content: '\f382'
}

.zmdi-filter-frames:before {
    content: '\f383'
}

.zmdi-filter-tilt-shift:before {
    content: '\f384'
}

.zmdi-gradient:before {
    content: '\f385'
}

.zmdi-grain:before {
    content: '\f386'
}

.zmdi-graphic-eq:before {
    content: '\f387'
}

.zmdi-hdr-off:before {
    content: '\f388'
}

.zmdi-hdr-strong:before {
    content: '\f389'
}

.zmdi-hdr-weak:before {
    content: '\f38a'
}

.zmdi-hdr:before {
    content: '\f38b'
}

.zmdi-iridescent:before {
    content: '\f38c'
}

.zmdi-leak-off:before {
    content: '\f38d'
}

.zmdi-leak:before {
    content: '\f38e'
}

.zmdi-looks:before {
    content: '\f38f'
}

.zmdi-loupe:before {
    content: '\f390'
}

.zmdi-panorama-horizontal:before {
    content: '\f391'
}

.zmdi-panorama-vertical:before {
    content: '\f392'
}

.zmdi-panorama-wide-angle:before {
    content: '\f393'
}

.zmdi-photo-size-select-large:before {
    content: '\f394'
}

.zmdi-photo-size-select-small:before {
    content: '\f395'
}

.zmdi-picture-in-picture:before {
    content: '\f396'
}

.zmdi-slideshow:before {
    content: '\f397'
}

.zmdi-texture:before {
    content: '\f398'
}

.zmdi-tonality:before {
    content: '\f399'
}

.zmdi-vignette:before {
    content: '\f39a'
}

.zmdi-wb-auto:before {
    content: '\f39b'
}

.zmdi-eject-alt:before {
    content: '\f39c'
}

.zmdi-eject:before {
    content: '\f39d'
}

.zmdi-equalizer:before {
    content: '\f39e'
}

.zmdi-fast-forward:before {
    content: '\f39f'
}

.zmdi-fast-rewind:before {
    content: '\f3a0'
}

.zmdi-forward-10:before {
    content: '\f3a1'
}

.zmdi-forward-30:before {
    content: '\f3a2'
}

.zmdi-forward-5:before {
    content: '\f3a3'
}

.zmdi-hearing:before {
    content: '\f3a4'
}

.zmdi-pause-circle-outline:before {
    content: '\f3a5'
}

.zmdi-pause-circle:before {
    content: '\f3a6'
}

.zmdi-pause:before {
    content: '\f3a7'
}

.zmdi-play-circle-outline:before {
    content: '\f3a8'
}

.zmdi-play-circle:before {
    content: '\f3a9'
}

.zmdi-play:before {
    content: '\f3aa'
}

.zmdi-playlist-audio:before {
    content: '\f3ab'
}

.zmdi-playlist-plus:before {
    content: '\f3ac'
}

.zmdi-repeat-one:before {
    content: '\f3ad'
}

.zmdi-repeat:before {
    content: '\f3ae'
}

.zmdi-replay-10:before {
    content: '\f3af'
}

.zmdi-replay-30:before {
    content: '\f3b0'
}

.zmdi-replay-5:before {
    content: '\f3b1'
}

.zmdi-replay:before {
    content: '\f3b2'
}

.zmdi-shuffle:before {
    content: '\f3b3'
}

.zmdi-skip-next:before {
    content: '\f3b4'
}

.zmdi-skip-previous:before {
    content: '\f3b5'
}

.zmdi-stop:before {
    content: '\f3b6'
}

.zmdi-surround-sound:before {
    content: '\f3b7'
}

.zmdi-tune:before {
    content: '\f3b8'
}

.zmdi-volume-down:before {
    content: '\f3b9'
}

.zmdi-volume-mute:before {
    content: '\f3ba'
}

.zmdi-volume-off:before {
    content: '\f3bb'
}

.zmdi-volume-up:before {
    content: '\f3bc'
}

.zmdi-n-1-square:before {
    content: '\f3bd'
}

.zmdi-n-2-square:before {
    content: '\f3be'
}

.zmdi-n-3-square:before {
    content: '\f3bf'
}

.zmdi-n-4-square:before {
    content: '\f3c0'
}

.zmdi-n-5-square:before {
    content: '\f3c1'
}

.zmdi-n-6-square:before {
    content: '\f3c2'
}

.zmdi-neg-1:before {
    content: '\f3c3'
}

.zmdi-neg-2:before {
    content: '\f3c4'
}

.zmdi-plus-1:before {
    content: '\f3c5'
}

.zmdi-plus-2:before {
    content: '\f3c6'
}

.zmdi-sec-10:before {
    content: '\f3c7'
}

.zmdi-sec-3:before {
    content: '\f3c8'
}

.zmdi-zero:before {
    content: '\f3c9'
}

.zmdi-airline-seat-flat-angled:before {
    content: '\f3ca'
}

.zmdi-airline-seat-flat:before {
    content: '\f3cb'
}

.zmdi-airline-seat-individual-suite:before {
    content: '\f3cc'
}

.zmdi-airline-seat-legroom-extra:before {
    content: '\f3cd'
}

.zmdi-airline-seat-legroom-normal:before {
    content: '\f3ce'
}

.zmdi-airline-seat-legroom-reduced:before {
    content: '\f3cf'
}

.zmdi-airline-seat-recline-extra:before {
    content: '\f3d0'
}

.zmdi-airline-seat-recline-normal:before {
    content: '\f3d1'
}

.zmdi-airplay:before {
    content: '\f3d2'
}

.zmdi-closed-caption:before {
    content: '\f3d3'
}

.zmdi-confirmation-number:before {
    content: '\f3d4'
}

.zmdi-developer-board:before {
    content: '\f3d5'
}

.zmdi-disc-full:before {
    content: '\f3d6'
}

.zmdi-explicit:before {
    content: '\f3d7'
}

.zmdi-flight-land:before {
    content: '\f3d8'
}

.zmdi-flight-takeoff:before {
    content: '\f3d9'
}

.zmdi-flip-to-back:before {
    content: '\f3da'
}

.zmdi-flip-to-front:before {
    content: '\f3db'
}

.zmdi-group-work:before {
    content: '\f3dc'
}

.zmdi-hd:before {
    content: '\f3dd'
}

.zmdi-hq:before {
    content: '\f3de'
}

.zmdi-markunread-mailbox:before {
    content: '\f3df'
}

.zmdi-memory:before {
    content: '\f3e0'
}

.zmdi-nfc:before {
    content: '\f3e1'
}

.zmdi-play-for-work:before {
    content: '\f3e2'
}

.zmdi-power-input:before {
    content: '\f3e3'
}

.zmdi-present-to-all:before {
    content: '\f3e4'
}

.zmdi-satellite:before {
    content: '\f3e5'
}

.zmdi-tap-and-play:before {
    content: '\f3e6'
}

.zmdi-vibration:before {
    content: '\f3e7'
}

.zmdi-voicemail:before {
    content: '\f3e8'
}

.zmdi-group:before {
    content: '\f3e9'
}

.zmdi-rss:before {
    content: '\f3ea'
}

.zmdi-shape:before {
    content: '\f3eb'
}

.zmdi-spinner:before {
    content: '\f3ec'
}

.zmdi-ungroup:before {
    content: '\f3ed'
}

.zmdi-500px:before {
    content: '\f3ee'
}

.zmdi-8tracks:before {
    content: '\f3ef'
}

.zmdi-amazon:before {
    content: '\f3f0'
}

.zmdi-blogger:before {
    content: '\f3f1'
}

.zmdi-delicious:before {
    content: '\f3f2'
}

.zmdi-disqus:before {
    content: '\f3f3'
}

.zmdi-flattr:before {
    content: '\f3f4'
}

.zmdi-flickr:before {
    content: '\f3f5'
}

.zmdi-github-alt:before {
    content: '\f3f6'
}

.zmdi-google-old:before {
    content: '\f3f7'
}

.zmdi-linkedin:before {
    content: '\f3f8'
}

.zmdi-odnoklassniki:before {
    content: '\f3f9'
}

.zmdi-outlook:before {
    content: '\f3fa'
}

.zmdi-paypal-alt:before {
    content: '\f3fb'
}

.zmdi-pinterest:before {
    content: '\f3fc'
}

.zmdi-playstation:before {
    content: '\f3fd'
}

.zmdi-reddit:before {
    content: '\f3fe'
}

.zmdi-skype:before {
    content: '\f3ff'
}

.zmdi-slideshare:before {
    content: '\f400'
}

.zmdi-soundcloud:before {
    content: '\f401'
}

.zmdi-tumblr:before {
    content: '\f402'
}

.zmdi-twitch:before {
    content: '\f403'
}

.zmdi-vimeo:before {
    content: '\f404'
}

.zmdi-whatsapp:before {
    content: '\f405'
}

.zmdi-xbox:before {
    content: '\f406'
}

.zmdi-yahoo:before {
    content: '\f407'
}

.zmdi-youtube-play:before {
    content: '\f408'
}

.zmdi-youtube:before {
    content: '\f409'
}

.zmdi-import-export:before {
    content: '\f30c'
}

.zmdi-swap-vertical-:before {
    content: '\f30c'
}

.zmdi-airplanemode-inactive:before {
    content: '\f102'
}

.zmdi-airplanemode-active:before {
    content: '\f103'
}

.zmdi-rate-review:before {
    content: '\f103'
}

.zmdi-comment-sign:before {
    content: '\f25a'
}

.zmdi-network-warning:before {
    content: '\f2ad'
}

.zmdi-shopping-cart-add:before {
    content: '\f1ca'
}

.zmdi-file-add:before {
    content: '\f221'
}

.zmdi-network-wifi-scan:before {
    content: '\f2e4'
}

.zmdi-collection-add:before {
    content: '\f14e'
}

.zmdi-format-playlist-add:before {
    content: '\f3ac'
}

.zmdi-format-queue-music:before {
    content: '\f3ab'
}

.zmdi-plus-box:before {
    content: '\f277'
}

.zmdi-tag-backspace:before {
    content: '\f1d9'
}

.zmdi-alarm-add:before {
    content: '\f32b'
}

.zmdi-battery-charging:before {
    content: '\f114'
}

.zmdi-daydream-setting:before {
    content: '\f217'
}

.zmdi-more-horiz:before {
    content: '\f19c'
}

.zmdi-book-photo:before {
    content: '\f11b'
}

.zmdi-incandescent:before {
    content: '\f189'
}

.zmdi-wb-iridescent:before {
    content: '\f38c'
}

.zmdi-calendar-remove:before {
    content: '\f330'
}

.zmdi-refresh-sync-disabled:before {
    content: '\f1b7'
}

.zmdi-refresh-sync-problem:before {
    content: '\f1b6'
}

.zmdi-crop-original:before {
    content: '\f17e'
}

.zmdi-power-off:before {
    content: '\f1af'
}

.zmdi-power-off-setting:before {
    content: '\f1ae'
}

.zmdi-leak-remove:before {
    content: '\f38d'
}

.zmdi-star-border:before {
    content: '\f27c'
}

.zmdi-brightness-low:before {
    content: '\f36d'
}

.zmdi-brightness-medium:before {
    content: '\f36e'
}

.zmdi-brightness-high:before {
    content: '\f36f'
}

.zmdi-smartphone-portrait:before {
    content: '\f2d4'
}

.zmdi-live-tv:before {
    content: '\f2d9'
}

.zmdi-format-textdirection-l-to-r:before {
    content: '\f249'
}

.zmdi-format-textdirection-r-to-l:before {
    content: '\f24a'
}

.zmdi-arrow-back:before {
    content: '\f2ea'
}

.zmdi-arrow-forward:before {
    content: '\f2ee'
}

.zmdi-arrow-in:before {
    content: '\f2e9'
}

.zmdi-arrow-out:before {
    content: '\f2ed'
}

.zmdi-rotate-90-degrees-ccw:before {
    content: '\f304'
}

.zmdi-adb:before {
    content: '\f33a'
}

.zmdi-network-wifi:before {
    content: '\f2e8'
}

.zmdi-network-wifi-alt:before {
    content: '\f2e3'
}

.zmdi-network-wifi-lock:before {
    content: '\f2e5'
}

.zmdi-network-wifi-off:before {
    content: '\f2e6'
}

.zmdi-network-wifi-outline:before {
    content: '\f2e7'
}

.zmdi-network-wifi-info:before {
    content: '\f2e4'
}

.zmdi-layers-clear:before {
    content: '\f18b'
}

.zmdi-colorize:before {
    content: '\f15d'
}

.zmdi-format-paint:before {
    content: '\f1ba'
}

.zmdi-format-quote:before {
    content: '\f1b2'
}

.zmdi-camera-monochrome-photos:before {
    content: '\f285'
}

.zmdi-sort-by-alpha:before {
    content: '\f1cf'
}

.zmdi-folder-shared:before {
    content: '\f225'
}

.zmdi-folder-special:before {
    content: '\f226'
}

.zmdi-comment-dots:before {
    content: '\f260'
}

.zmdi-reorder:before {
    content: '\f31e'
}

.zmdi-dehaze:before {
    content: '\f197'
}

.zmdi-sort:before {
    content: '\f1ce'
}

.zmdi-pages:before {
    content: '\f34a'
}

.zmdi-stack-overflow:before {
    content: '\f35c'
}

.zmdi-calendar-account:before {
    content: '\f204'
}

.zmdi-paste:before {
    content: '\f109'
}

.zmdi-cut:before {
    content: '\f1bc'
}

.zmdi-save:before {
    content: '\f297'
}

.zmdi-smartphone-code:before {
    content: '\f139'
}

.zmdi-directions-bike:before {
    content: '\f117'
}

.zmdi-directions-boat:before {
    content: '\f11a'
}

.zmdi-directions-bus:before {
    content: '\f121'
}

.zmdi-directions-car:before {
    content: '\f125'
}

.zmdi-directions-railway:before {
    content: '\f1b3'
}

.zmdi-directions-run:before {
    content: '\f215'
}

.zmdi-directions-subway:before {
    content: '\f1d5'
}

.zmdi-directions-walk:before {
    content: '\f216'
}

.zmdi-local-hotel:before {
    content: '\f178'
}

.zmdi-local-activity:before {
    content: '\f1df'
}

.zmdi-local-play:before {
    content: '\f1df'
}

.zmdi-local-airport:before {
    content: '\f103'
}

.zmdi-local-atm:before {
    content: '\f198'
}

.zmdi-local-bar:before {
    content: '\f137'
}

.zmdi-local-cafe:before {
    content: '\f13b'
}

.zmdi-local-car-wash:before {
    content: '\f124'
}

.zmdi-local-convenience-store:before {
    content: '\f1d3'
}

.zmdi-local-dining:before {
    content: '\f153'
}

.zmdi-local-drink:before {
    content: '\f157'
}

.zmdi-local-florist:before {
    content: '\f168'
}

.zmdi-local-gas-station:before {
    content: '\f16f'
}

.zmdi-local-grocery-store:before {
    content: '\f1cb'
}

.zmdi-local-hospital:before {
    content: '\f177'
}

.zmdi-local-laundry-casestudio:before {
    content: '\f1e9'
}

.zmdi-local-library:before {
    content: '\f18d'
}

.zmdi-local-mall:before {
    content: '\f195'
}

.zmdi-local-movies:before {
    content: '\f19d'
}

.zmdi-local-offer:before {
    content: '\f187'
}

.zmdi-local-parking:before {
    content: '\f1a5'
}

.zmdi-local-parking:before {
    content: '\f1a5'
}

.zmdi-local-pharmacy:before {
    content: '\f176'
}

.zmdi-local-phone:before {
    content: '\f2be'
}

.zmdi-local-pizza:before {
    content: '\f1ac'
}

.zmdi-local-post-office:before {
    content: '\f15a'
}

.zmdi-local-printshop:before {
    content: '\f1b0'
}

.zmdi-local-see:before {
    content: '\f28c'
}

.zmdi-local-shipping:before {
    content: '\f1e6'
}

.zmdi-local-store:before {
    content: '\f1d4'
}

.zmdi-local-taxi:before {
    content: '\f123'
}

.zmdi-local-wc:before {
    content: '\f211'
}

.zmdi-my-location:before {
    content: '\f299'
}

.zmdi-directions:before {
    content: '\f1e7'
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
    filter: alpha(opacity=80)
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none!important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    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-inline-holder .mfp-content,.mfp-ajax-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-close,.mfp-arrow,.mfp-preloader,.mfp-counter {
    -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-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}

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;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial,Baskerville,monospace
}

.mfp-close:hover,.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close,.mfp-iframe-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-arrow {
    border-radius: 0!important;
    position: absolute;
    opacity: .65;
    filter: alpha(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:hover,.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-arrow:before,.mfp-arrow:after,.mfp-arrow .mfp-b,.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent
}

.mfp-arrow:after,.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before,.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after,.mfp-arrow-left .mfp-a {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before,.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after,.mfp-arrow-right .mfp-a {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before,.mfp-arrow-right .mfp-b {
    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-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    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-image-holder .mfp-content {
    max-width: 100%
}

.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;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        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
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .8
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

@-webkit-keyframes moveUp {
    100% {
        -webkit-transform: translateY(0);
        opacity: 1
    }
}

@keyframes moveUp {
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes spin-rotate-left {
    to {
        transform: rotate(30deg)
    }

    from {
        transform: rotate(175deg)
    }
}

@-webkit-keyframes spin-rotate-left {
    to {
        transform: rotate(30deg)
    }

    from {
        transform: rotate(175deg)
    }
}

@keyframes spin-rotate-right {
    from {
        transform: rotate(-175deg)
    }

    to {
        transform: rotate(-30deg)
    }
}

@-webkit-keyframes spin-rotate-right {
    from {
        transform: rotate(-175deg)
    }

    to {
        transform: rotate(-30deg)
    }
}

@keyframes spin-rotate-all {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(-360deg)
    }
}

@-webkit-keyframes spin-rotate-all {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(-360deg)
    }
}

@keyframes spin-fade-in-first {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes spin-fade-in-first {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes spin-fade-in-second {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes spin-fade-in-second {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes markerWave {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .8
    }

    20% {
        opacity: .8
    }

    100% {
        -webkit-transform: scale(5.5);
        transform: scale(5.5);
        opacity: 0
    }
}

@keyframes markerWave {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .8
    }

    20% {
        opacity: .8
    }

    100% {
        -webkit-transform: scale(5.5);
        transform: scale(5.5);
        opacity: 0
    }
}

@keyframes icon-move {
    0%,100%,20%,50%,80% {
        -webkit-transform: translateY(1);
        -ms-transform: translateY(1);
        transform: translateY(1)
    }

    40% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    60% {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

@keyframes icon-download {
    0%,100%,20%,50% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    60% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    80% {
        -webkit-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        transform: translateY(-7px)
    }
}

@keyframes couter-move {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-15px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes icon-ctf {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-6px)
    }

    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes sk-rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes sk-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-bounce {
    0%,100% {
        -webkit-transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bounce {
    0%,100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes headerSlideDown {
    0% {
        margin-top: -150px
    }

    100% {
        margin-top: 0
    }
}

@-ms-keyframes headerSlideDown {
    0% {
        margin-top: -150px
    }

    100% {
        margin-top: 0
    }
}

@-webkit-keyframes headerSlideDown {
    0% {
        margin-top: -150px
    }

    100% {
        margin-top: 0
    }
}

@keyframes headerSlideDown {
    0% {
        margin-top: -150px
    }

    100% {
        margin-top: 0
    }
}

@-webkit-keyframes squares {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    20% {
        -webkit-transform: scale(1.24);
        transform: scale(1.24);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(2.1);
        transform: scale(2.1);
        opacity: 0
    }
}

@-moz-keyframes squares {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    20% {
        -moz-transform: scale(1.24);
        transform: scale(1.24);
        opacity: 1
    }

    100% {
        -moz-transform: scale(2.1);
        transform: scale(2.1);
        opacity: 0
    }
}

@-o-keyframes squares {
    0% {
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    20% {
        -o-transform: scale(1.24);
        transform: scale(1.24);
        opacity: 1
    }

    100% {
        -o-transform: scale(2.1);
        transform: scale(2.1);
        opacity: 0
    }
}

@keyframes squares {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    20% {
        -webkit-transform: scale(1.24);
        -moz-transform: scale(1.24);
        -o-transform: scale(1.24);
        transform: scale(1.24);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(2.1);
        -moz-transform: scale(2.1);
        -o-transform: scale(2.1);
        transform: scale(2.1);
        opacity: 0
    }
}

@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes spinAround {
    from {
        -moz-transform: rotate(0)
    }

    to {
        -moz-transform: rotate(360deg)
    }
}

@keyframes spinAround {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes loading-spinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes loading-spinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loadingA {
    0 {
        height: 15px
    }

    50% {
        height: 35px
    }

    100% {
        height: 15px
    }
}

@keyframes bounce {
    0%,100%,20%,50%,80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes nudge {
    0%,100% {
        transform: translate(0,0)
    }

    50% {
        transform: translate(30px,0)
    }

    80% {
        transform: translate(-30px,0)
    }
}

@keyframes bounce-1 {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-50px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes bounce-2 {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-30px)
    }

    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(204,169,44,.4)
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204,169,44,0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204,169,44,0)
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44,.4);
        box-shadow: 0 0 rgba(204,169,44,.4)
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204,169,44,0);
        box-shadow: 0 0 0 10px rgba(204,169,44,0)
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44,0);
        box-shadow: 0 0 rgba(204,169,44,0)
    }
}

@keyframes shakeicon {
    33% {
        -webkit-transform: rotateZ(20deg);
        -khtml-transform: rotateZ(20deg);
        -moz-transform: rotateZ(20deg);
        -ms-transform: rotateZ(20deg);
        -o-transform: rotateZ(20deg);
        transform: rotateZ(20deg)
    }

    67% {
        -webkit-transform: rotateZ(-20deg);
        -khtml-transform: rotateZ(-20deg);
        -moz-transform: rotateZ(-20deg);
        -ms-transform: rotateZ(-20deg);
        -o-transform: rotateZ(-20deg);
        transform: rotateZ(-20deg)
    }

    100% {
        -webkit-transform: rotateZ(20deg);
        -khtml-transform: rotateZ(20deg);
        -moz-transform: rotateZ(20deg);
        -ms-transform: rotateZ(20deg);
        -o-transform: rotateZ(20deg);
        transform: rotateZ(20deg)
    }
}

.ft-heading {
    font-family: exo,sans-serif
}

html {
    box-sizing: border-box
}

a {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    color: #ff5e15
}

a,a:hover,a:focus,a:before,a:after {
    outline: none;
    text-decoration: none
}

a:hover,a:focus {
    color: #ff5e15
}

*,*:before,*:after {
    box-sizing: inherit
}

p {
    margin-bottom: 15px
}

body {
    background-color: #fff;
    font-size: 15px;
    line-height: 1.6667;
    color: #002052;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    font-weight: 400;
    letter-spacing: 0;
    font-family: roboto,sans-serif
}

body.body-default-font {
    font-family: roboto,sans-serif
}

.site {
    position: relative
}

@media screen and (max-width: 991px) {
    .site {
        overflow-x:hidden
    }
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    color: #002052;
    clear: both;
    line-height: 1.2;
    margin: 0 0 15px;
    font-weight: 700;
    text-transform: uppercase
}

.heading-default-font h1,.heading-default-font h2,.heading-default-font h3,.heading-default-font h4,.heading-default-font h5,.heading-default-font h6,.heading-default-font .h1,.heading-default-font .h2,.heading-default-font .h3,.heading-default-font .h4,.heading-default-font .h5,.heading-default-font .h6 {
    font-family: exo,sans-serif
}

h1,.h1 {
    font-size: 50px;
    line-height: 1.2
}

h2,.h2 {
    font-size: 42px
}

h3,.h3 {
    font-size: 38px
}

h4,.h4 {
    font-size: 32px
}

h5,.h5 {
    font-size: 24px;
    font-weight: 600
}

h6,.h6 {
    font-size: 18px;
    font-weight: 600
}

img {
    width: auto;
    max-width: 100%;
    height: auto
}

label {
    margin-bottom: 0
}

table {
    border-bottom: 1px solid #ededed;
    border-left: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin: 0 0 32px;
    width: 100%;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

table th {
    color: #002052
}

caption,td {
    font-weight: 400;
    text-align: left
}

.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th {
    padding: 13px 8px
}

th {
    font-weight: 600;
    border-top: 1px solid rgba(0,32,82,8%);
    padding: 10px;
    border-right: 1px solid rgba(0,32,82,8%)
}

td {
    border-top: 1px solid rgba(0,32,82,8%);
    padding: 10px;
    border-right: 1px solid rgba(0,32,82,8%)
}

dl {
    margin: 0 0 0 25px
}

dl dt {
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000
}

dl dd {
    line-height: normal;
    margin-bottom: 20px
}

dl dd a {
    color: #000
}

dl dd a:hover {
    color: #ff5e15
}

code,kbd {
    background-color: initial;
    border-radius: 4px;
    color: inherit;
    font-size: 100%;
    padding: 2px 4px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

ins {
    color: #fff;
    border: none;
    padding: 2px;
    text-decoration: none;
    background-color: #ff5e15
}

pre {
    background: #f5f5f5;
    color: #666;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word
}

ol {
    list-style: outside none decimal
}

ul {
    padding: 0;
    margin: 0 0 15px
}

ul li {
    list-style-position: inside
}

dl+h2+ul {
    padding-left: 35px
}

dl+h2+ul ul {
    padding-left: 35px
}

dl+h2+ul ul li {
    list-style: outside
}

blockquote {
    margin-bottom: 7px;
    padding: 33px 42px 32px 40px;
    line-height: 1.5;
    font-weight: 400;
    font-style: italic;
    font-size: 20px;
    color: #002052;
    background-color: #f6f6f6
}

@media screen and (max-width: 575px) {
    blockquote {
        padding:27px 20px
    }
}

blockquote span {
    margin-top: 5px;
    font-weight: 700;
    font-size: 14px;
    color: #ff5e15;
    text-transform: uppercase;
    font-style: normal
}

blockquote cite {
    display: inline-block;
    margin-top: 10px
}

.post-password-form label {
    display: block;
    max-width: 60%
}

.post-password-form input {
    margin: 10px 0
}

@media screen and (max-width: 767px) {
    .post-password-form label {
        max-width:60%
    }
}

#tslOverlay {
    background-color: initial!important
}

#elementor-panel-get-pro-elements {
    display: none!important
}

.elementor-icons-manager__tab__item {
    height: 80px!important
}

.primary-color {
    color: #ff5e15
}

.link-white {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700
}

.link-white a {
    color: #ff5e15
}

.link-white a:hover {
    color: #fff
}

.text-border-button strong {
    border-bottom: 2px solid #ff5e15
}

.btn-full .btn {
    width: 100%;
    display: block
}

.text-block {
    font-size: 15px;
    line-height: 23px
}

.z-index1 {
    z-index: 1
}

.z-index2 {
    z-index: 2
}

.z-index3 {
    z-index: 3
}

.d-table {
    display: table
}

.bg-icon-custom i {
    background-color: #002052;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 22px;
    color: #fff;
    font-size: 12px!important;
    line-height: 22px;
    text-align: center;
    height: 22px;
    top: -2px!important;
    -webkit-transition: all 500ms linear 0ms;
    -khtml-transition: all 500ms linear 0ms;
    -moz-transition: all 500ms linear 0ms;
    -ms-transition: all 500ms linear 0ms;
    -o-transition: all 500ms linear 0ms;
    transition: all 500ms linear 0ms
}

.bg-icon-custom a:hover i {
    background-color: #ff5e15
}

.bg-icon-custom.bg-icon-white i {
    background-color: #fff;
    color: #002052
}

.bg-icon-custom.bg-hover-primary a:hover {
    background-color: #ff5e15;
    border-color: #ff5e15;
    color: #fff
}

.bg-icon-custom.bg-hover-primary a:hover i {
    background-color: #fff;
    color: #ff5e15
}

.bg-icon-custom.bg-hover-white i {
    background-color: #fff;
    color: #002052
}

.bg-icon-custom.bg-hover-white a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #ff5e15
}

.bg-icon-custom.bg-hover-white a:hover i {
    background-color: #ff5e15;
    color: #fff
}

.btn-event i {
    color: #ff5e15;
    position: relative;
    top: -1px;
    margin-right: 3px
}

.text-editor-custom p {
    margin-bottom: 5px
}

.bg-video-section {
    position: relative
}

.bg-video-section:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.3)
}

.box-shadow {
    -webkit-box-shadow: 0 4px 10px rgba(0,0,0,.15);
    -khtml-box-shadow: 0 4px 10px rgba(0,0,0,.15);
    -moz-box-shadow: 0 4px 10px rgba(0,0,0,.15);
    -ms-box-shadow: 0 4px 10px rgba(0,0,0,.15);
    -o-box-shadow: 0 4px 10px rgba(0,0,0,.15);
    box-shadow: 0 4px 10px rgba(0,0,0,.15)
}

.google-map-custom .elementor-custom-embed {
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden
}

.title-custom-css cite {
    color: #ff5e15;
    font-style: normal
}

.dismissButton {
    height: 36px;
    line-height: 36px
}

.dismissButton:hover {
    background-color: #002052;
    color: #fff
}

.text-under-line strong {
    border-bottom: 2px solid #ff5e15
}

.btn-padding-custom .btn {
    padding-left: 42px;
    padding-right: 42px
}

.text-under-line2 strong a {
    border-bottom: 2px solid #ff5e15
}

.text-under-line3 cite {
    font-style: normal;
    border-bottom: 2px solid #fff
}

.d-table-cell {
    display: table-cell;
    vertical-align: middle
}

.br-1px {
    -webkit-border-radius: 1px;
    -khtml-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px
}

.br-2px {
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px
}

.br-3px {
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.br-4px {
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.br-5px {
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

.br-6px {
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px
}

.br-7px {
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px
}

.br-8px {
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px
}

.br-9px {
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
    border-radius: 9px
}

.br-10px {
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px
}

.z-index0 {
    z-index: 0;
    position: relative
}

.phone-svg {
    background-image: url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/themes/bilhub/assets/css/../images/phone-icon.png);
    background-repeat: no-repeat;
    padding-left: 35px;
    background-position: 0 3px;
    background-size: 17px 17px
}

.bg-image {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

.screen-reader-text {
    display: none
}

#content[tabindex="-1"]:focus {
    outline: 0
}

.bg-gradient-slider {
    position: relative
}

.bg-gradient-slider:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 60%;
    top: 0;
    background-size: 100%;
    opacity: .7;
    background-position: 100%;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    display: block;
    z-index: 1;
    background: linear-gradient(#222,rgba(34,34,34,.1) 60%,rgba(34,34,34,.1) 50%,rgba(34,34,34,0))
}

.row-section-scoll-custom .elementor-container .elementor-row {
    position: relative
}

.bg-primary {
    background-color: #ff5e15
}

.cms-bg-secondary {
    background-color: #002052
}

.bg-row-custom {
    overflow: hidden
}

@media screen and (min-width: 1300px) {
    .bg-row-custom {
        position:relative
    }

    .bg-row-custom:before,.bg-row-custom:after {
        content: "";
        display: block;
        width: 115px;
        height: 100%;
        background-color: #fff;
        position: absolute;
        top: 0;
        bottom: 0
    }

    .bg-row-custom:before {
        left: 0
    }

    .bg-row-custom:after {
        right: 0
    }
}

@media(min-width: 1200px) and (max-width:1400px) {
    .bg-row-custom:before,.bg-row-custom:after {
        width:0
    }
}

@media screen and (min-width: 992px) {
    .heading-position-custom {
        position:absolute!important;
        top: 0
    }
}

.btn-slider-custom {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

.btn-slider-custom i {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    height: 24px;
    width: 24px;
    font-size: 12px;
    line-height: 24px;
    margin-left: 10px;
    text-align: center!important;
    background-color: #fff;
    color: #ff5e15;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

@media screen and (max-width: 991px) {
    .btn-slider-custom i {
        display:none
    }
}

.btn-slider-custom:hover i {
    background-color: #002052;
    color: #fff
}

.btn-slider-ouline {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

.btn-slider-ouline i {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    height: 24px;
    width: 24px;
    font-size: 12px;
    line-height: 24px;
    margin-left: 10px;
    text-align: center!important;
    background-color: #fff;
    color: #ff5e15;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

@media screen and (max-width: 991px) {
    .btn-slider-ouline i {
        display:none
    }
}

.btn-slider-ouline:hover i {
    background-color: #002052;
    color: #fff
}

@media(min-width: 1200px) and (max-width:1400px) {
    .padding-custom {
        padding:0 25px!important
    }
}

@media(min-width: 992px) and (max-width:1280px) {
    .padding-custom {
        padding:0 30px!important
    }
}

@media(min-width: 1200px) and (max-width:1400px) {
    .column-pd-custom>.elementor-column-wrap {
        padding:0 25px!important
    }
}

@media(min-width: 992px) and (max-width:1280px) {
    .column-pd-custom>.elementor-column-wrap {
        padding:0 25px!important
    }
}

.alignleft,.alignright,.aligncenter {
    margin-top: 6px;
    margin-bottom: 45px
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 35px
}

.alignright {
    display: inline;
    float: right;
    margin-left: 35px
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-block-button {
    margin-bottom: 20px
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link {
    color: #fff!important
}

.wp-block-cover .wp-block-cover-text {
    color: #fff!important
}

.is-style-squared .wp-block-button__link {
    border-radius: 0!important
}

.wp-block-gallery .blocks-gallery-caption {
    margin-bottom: 20px
}

.revslider-initialised .tp-bullets.custom .tp-bullet {
    border-radius: 50%!important;
    background-color: initial;
    width: 30px;
    height: 30px;
    border: 1px solid transparent
}

.revslider-initialised .tp-bullets.custom .tp-bullet:before {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    border-radius: 50%!important;
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -khtml-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: block;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.revslider-initialised .tp-bullets.custom .tp-bullet.selected {
    border: 1px solid #fff
}

.revslider-initialised .tp-bullets.custom .tp-bullet.selected:before {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    width: 17px;
    height: 17px;
    border: 2px solid #fff
}

.bg-overlay {
    position: relative
}

.bg-overlay:before,.bg-overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: inherit;
    display: block
}

.el-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.box-white {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    padding: 29px
}

.box-white .menu li {
    font-size: 18px;
    line-height: 29px;
    font-weight: 600
}

.bg_primary {
    background-color: #ff5e15
}

.bg-primary {
    background-color: #ff5e15!important
}

.primary_color {
    color: #ff5e15
}

.br-radius {
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.cms-box {
    padding: 30px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.12);
    -khtml-box-shadow: 0 2px 5px rgba(0,0,0,.12);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.12);
    -ms-box-shadow: 0 2px 5px rgba(0,0,0,.12);
    -o-box-shadow: 0 2px 5px rgba(0,0,0,.12);
    box-shadow: 0 2px 5px rgba(0,0,0,.12)
}

.site-overlay {
    position: fixed;
    z-index: -1;
    background-color: rgba(0,0,0,.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .25s cubic-bezier(.39,.575,.565,1)0s;
    -khtml-transition: all .25s cubic-bezier(.39,.575,.565,1)0s;
    -moz-transition: all .25s cubic-bezier(.39,.575,.565,1)0s;
    -ms-transition: all .25s cubic-bezier(.39,.575,.565,1)0s;
    -o-transition: all .25s cubic-bezier(.39,.575,.565,1)0s;
    transition: all .25s cubic-bezier(.39,.575,.565,1)0s;
    cursor: url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/themes/bilhub/assets/css/../images/pointer.png),auto
}

.site-overlay.open {
    z-index: 9990;
    opacity: 1;
    visibility: visible
}

.cms-bgimage {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.row-visible {
    overflow: visible!important
}

.cms-icon-plus {
    height: 10px;
    width: 10px;
    position: relative;
    display: inline-block
}

.cms-icon-plus:before,.cms-icon-plus:after {
    content: "";
    background-color: #ff5e15;
    position: absolute;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

.cms-icon-plus:before {
    width: 100%;
    height: 2px;
    top: 4px;
    left: 0
}

.cms-icon-plus:after {
    width: 2px;
    height: 100%;
    left: 4px;
    top: 0
}

.overlay-gradient {
    position: relative;
    overflow: hidden;
    display: block
}

.overlay-gradient:before,.overlay-gradient:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

.overlay-gradient:before {
    z-index: 2;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#002052),to(transparent));
    background-image: -webkit-linear-gradient(bottom,#002052,transparent);
    background-image: -moz-linear-gradient(bottom,#002052,transparent);
    background-image: -ms-linear-gradient(bottom,#002052,transparent);
    background-image: -o-linear-gradient(bottom,#002052,transparent);
    background-image: linear-gradient(bottom,#002052,transparent);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#002052',endColorStr='rgba(0, 0, 0, 0)')
}

.overlay-gradient:after {
    background-color: #002052;
    opacity: .3;
    z-index: 1
}

.inline-block {
    display: inline-block;
    vertical-align: middle;
    width: auto!important
}

.inline-block.elementor-widget-cms_image_single {
    width: auto!important
}

.text-right,.align-right {
    text-align: right
}

.text-left,.align-left {
    text-align: left
}

.text-center,.align-center {
    text-align: center
}

.align-justified {
    width: 100%
}

.h-main {
    font-weight: 700
}

.border-shadow {
    -webkit-box-shadow: 6px 6px 0 rgba(0,0,0,.16);
    -khtml-box-shadow: 6px 6px 0 rgba(0,0,0,.16);
    -moz-box-shadow: 6px 6px 0 rgba(0,0,0,.16);
    -ms-box-shadow: 6px 6px 0 rgba(0,0,0,.16);
    -o-box-shadow: 6px 6px 0 rgba(0,0,0,.16);
    box-shadow: 6px 6px rgba(0,0,0,.16);
    border: 2px solid #002052
}

.l-spacing1 {
    letter-spacing: -.016em
}

.highlight {
    color: #ff5e15
}

.landing-shadow {
    -webkit-box-shadow: 0 5px 20px rgba(0,0,0,.1);
    -khtml-box-shadow: 0 5px 20px rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 20px rgba(0,0,0,.1);
    -ms-box-shadow: 0 5px 20px rgba(0,0,0,.1);
    -o-box-shadow: 0 5px 20px rgba(0,0,0,.1);
    box-shadow: 0 5px 20px rgba(0,0,0,.1)
}

.style-none {
    list-style: none;
    margin: 0
}

.line-gap {
    background-color: #ebebea;
    height: 1px;
    margin-left: 15px;
    width: calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: -ms-calc(100% - 30px);
    width: -o-calc(100% - 30px)
}

.z-index-1 {
    z-index: 1
}

.cms-menu {
    margin: 0;
    list-style: none
}

.cms-menu>li {
    display: inline-block
}

.cms-menu>li>a {
    color: ;
    font-size: 14px;
    margin: 0 16px;
    position: relative
}

.cms-menu>li>a:before {
    content: "";
    width: 1px;
    height: 13px;
    background-color: #e7e7e7;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -khtml-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    right: -16px
}

.cms-menu>li:hover>a,.cms-menu>li.current_page_item>a,.cms-menu>li.current-menu-item>a,.cms-menu>li.current_page_ancestor>a,.cms-menu>li.current-menu-ancestor>a {
    color: #ff5e15
}

.cms-menu>li:last-child>a {
    margin-right: 0
}

.cms-menu>li:last-child>a:before {
    display: none
}

.cms-menu .sub-menu {
    display: none
}

.cms-menu.footer-menu>li>a {
    margin: 0 12px;
    color: #8e8e8e
}

.cms-menu.footer-menu>li:hover>a,.cms-menu.footer-menu>li.current_page_item>a,.cms-menu.footer-menu>li.current-menu-item>a,.cms-menu.footer-menu>li.current_page_ancestor>a,.cms-menu.footer-menu>li.current-menu-ancestor>a {
    color: #ff5e15
}

.cms-menu.footer-menu>li:last-child>a {
    margin-right: 0
}

.text-btn-custom a {
    color: #002052
}

.text-btn-custom a i {
    font-size: 12px;
    margin-left: 5px;
    color: #fff;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    background-color: #002052;
    line-height: 24px;
    text-align: center
}

.text-btn-custom a:hover i {
    background-color: #ff5e15
}

@media screen and (min-width: 992px) {
    .text-left-lg {
        text-align:left!important
    }

    .text-right-lg {
        text-align: right!important
    }
}

@media screen and (max-width: 1199px) {
    .align-center-md {
        text-align:center
    }

    .align-left-md {
        text-align: left
    }

    .align-right-md {
        text-align: right
    }

    .align-justified-md {
        width: 100%
    }
}

@media screen and (max-width: 991px) {
    .text-center-md {
        text-align:center!important
    }

    .text-left-md {
        text-align: left!important
    }

    .text-right-md {
        text-align: right!important
    }

    .align-center-sm {
        text-align: center
    }

    .align-left-sm {
        text-align: left
    }

    .align-right-sm {
        text-align: right
    }

    .align-justified-sm {
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .text-center-sm {
        text-align:center!important
    }

    .text-left-sm {
        text-align: left!important
    }

    .text-right-sm {
        text-align: right!important
    }

    .align-center-xs {
        text-align: center
    }

    .align-left-xs {
        text-align: left
    }

    .align-right-xs {
        text-align: right
    }

    .align-justified-xs {
        width: 100%
    }
}

.tt_timetable th {
    background-color: #002052!important;
    color: #fff!important;
    padding: 20px 15px 22px;
    font-size: 17px;
    font-family: exo,sans-serif
}

.tabs_box_navigation.sf-timetable-menu .tabs_box_navigation_selected {
    background-color: #ff5e15;
    border: 1px solid #ff5e15;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    cursor: pointer
}

.tt_responsive .tt_timetable.small .box_header {
    font-size: 20px!important;
    font-weight: 700;
    color: #002052
}

input::-moz-placeholder,textarea::-moz-placeholder {
    color: inherit;
    opacity: 1;
    text-overflow: ellipsis
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
    text-overflow: ellipsis
}

input::-o-placeholder,textarea::-o-placeholder {
    color: inherit;
    opacity: 1;
    text-overflow: ellipsis
}

input::-ms-placeholder,textarea::-ms-placeholder {
    color: inherit;
    opacity: 1;
    text-overflow: ellipsis
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

input[type=text],input[type=email],input[type=url],input[type=password],input[type=search],input[type=tel],input[type=number],input[type=range],input[type=date],input[type=month],input[type=week],input[type=time],input[type=datetime],input[type=datetime-local],input[type=color],textarea,select,.nice-select {
    border: 1px solid #f2f2f2;
    color: #002052;
    padding: 8px 19px;
    line-height: normal;
    height: 60px;
    font-size: 15px;
    font-weight: 400;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    width: 100%;
    outline: none
}

input[type=text]:focus,input[type=email]:focus,input[type=url]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=number]:focus,input[type=range]:focus,input[type=date]:focus,input[type=month]:focus,input[type=week]:focus,input[type=time]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=color]:focus,textarea:focus,select:focus,.nice-select:focus,input[type=text]:active,input[type=email]:active,input[type=url]:active,input[type=password]:active,input[type=search]:active,input[type=tel]:active,input[type=number]:active,input[type=range]:active,input[type=date]:active,input[type=month]:active,input[type=week]:active,input[type=time]:active,input[type=datetime]:active,input[type=datetime-local]:active,input[type=color]:active,textarea:active,select:active,.nice-select:active {
    border-color: #ff5e15
}

select {
    height: 70px
}

textarea {
    padding-top: 17px
}

input[type=text]:focus,input[type=email]:focus,input[type=url]:focus,input[type=password]:focus,input[type=search]:focus,input[type=number]:focus,input[type=tel]:focus,input[type=range]:focus,input[type=date]:focus,input[type=month]:focus,input[type=week]:focus,input[type=time]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=color]:focus,textarea:focus,select:focus {
    outline: 0;
    border-color: #ff5e15
}

.cms-select form {
    position: relative;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.cms-select select {
    height: 39px;
    line-height: 37px;
    font-size: 15px;
    background-color: initial;
    position: relative;
    z-index: 99;
    -webkit-appearance: none;
    -khtml-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none
}

.cms-select i {
    position: absolute;
    right: 14px;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -khtml-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%)
}

.wpcf7-form .wpcf7-form-control-wrap {
    display: block
}

.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    display: none
}

.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid {
    border-color: #f13c3c!important
}

.wpcf7-form .wpcf7-response-output {
    border: none;
    font-style: italic;
    padding: 0;
    margin: 20px 0 0
}

.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
    padding: 15px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background-color: green;
    text-align: center;
    color: #fff
}

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
    padding: 15px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    background-color: #f13c3c
}

.wpcf7-form .ajax-loader {
    display: none!important
}

.wpcf7-form .wpcf7-menu {
    display: block
}

.wpcf7-form .wpcf7-menu select {
    background-color: initial;
    -webkit-appearance: none;
    -khtml-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    z-index: 99
}

.wpcf7-form .wpcf7-menu select option {
    padding: 5px
}

.cms-contact-form .wpcf7-form .wpcf7-form-control-wrap.your-message {
    margin-bottom: 0
}

.cms-contact-form .wpcf7-form .wpcf7-form-control-wrap textarea,.cms-contact-form .wpcf7-form .wpcf7-form-control-wrap input {
    resize: none;
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Roboto
}

@media screen and (max-width: 991px) {
    .cms-contact-form .wpcf7-form .wpcf7-form-control-wrap textarea,.cms-contact-form .wpcf7-form .wpcf7-form-control-wrap input {
        padding-left:15px;
        padding-right: 15px
    }
}

.cms-contact-form .wpcf7-form .wpcf7-form-control-wrap textarea::-webkit-input-placeholder,.cms-contact-form .wpcf7-form .wpcf7-form-control-wrap input::-webkit-input-placeholder {
    color: #002052;
    font-size: 15px;
    font-weight: 400
}

.cms-contact-form .wpcf7-form .wpcf7-form-control-wrap textarea::-moz-placeholder,.cms-contact-form .wpcf7-form .wpcf7-form-control-wrap input::-moz-placeholder {
    color: #002052;
    font-size: 15px;
    font-weight: 400
}

.cms-contact-form .wpcf7-form .wpcf7-form-control-wrap textarea::-ms-input-placeholder,.cms-contact-form .wpcf7-form .wpcf7-form-control-wrap input::-ms-input-placeholder {
    color: #002052;
    font-size: 15px;
    font-weight: 400
}

.cms-contact-form .wpcf7-form .wpcf7-form-control-wrap textarea::-moz-placeholder,.cms-contact-form .wpcf7-form .wpcf7-form-control-wrap input::-moz-placeholder {
    color: #002052;
    font-size: 15px;
    font-weight: 400
}

.cms-contact-form .wpcf7-form .wpcf7-form-control.btn {
    border: none
}

.cms-contact-form .wpcf7-form .wpcf7-form-control.btn:hover {
    background-color: #002052
}

.cms-contact-form .wp-row-ctf7 .input-filled {
    margin-bottom: 16px
}

@media screen and (max-width: 991px) {
    .cms-contact-form .wp-row-ctf7 {
        padding-left:0
    }

    .cms-contact-form .wp-row-ctf7 .input-filled {
        margin-bottom: 30px
    }
}

.cms-contact-form .wp-row-ctf7 .wpcf7-textarea {
    min-height: 172px
}

.cms-contact-form .wp-row-ctf7 .input-filled-btn {
    text-align: center
}

.cms-contact-form .wp-row-ctf7 .input-filled-btn button {
    position: relative;
    border: none;
    width: 180px;
    height: 55px;
    line-height: 55px;
    padding: 1px 0;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #ff5e15;
    outline: none
}

.cms-contact-form .wp-row-ctf7 .input-filled-btn button span {
    position: relative
}

.cms-contact-form .wp-row-ctf7 .input-filled-btn button:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: #002052;
    opacity: 1;
    border-radius: 2px;
    transition: .3s ease
}

.cms-contact-form .wp-row-ctf7 .input-filled-btn button:hover:before {
    width: 100%;
    left: 0;
    opacity: 1
}

@media screen and (max-width: 991px) {
    .cms-contact-form .wp-row-ctf7 .input-filled-btn button {
        width:170px;
        height: 55px;
        line-height: 55px
    }
}

@media screen and (max-width: 575px) {
    .cms-contact-form .wp-row-ctf7 .input-filled-btn button {
        width:160px;
        height: 50px;
        line-height: 50px
    }
}

.select2 .select2-selection--single {
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #e7e8e9;
    height: 47px
}

.select2 .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
    line-height: 47px
}

.select2 .select2-selection--single .select2-selection__arrow {
    right: 8px;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -khtml-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%)
}

#ui-datepicker-div {
    background-color: #fff;
    padding: 22px;
    border: 1px solid rgba(0,0,0,.2);
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -khtml-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -ms-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -o-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    position: absolute;
    top: -9999px;
    min-width: 300px;
    z-index: 10001!important
}

#ui-datepicker-div .ui-datepicker-header {
    position: relative
}

#ui-datepicker-div .ui-datepicker-header .ui-corner-all {
    display: block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    padding: 0
}

#ui-datepicker-div .ui-datepicker-header .ui-corner-all:before {
    content: "\f104";
    color: #040e24;
    font-family: FontAwesome;
    font-size: 16px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

#ui-datepicker-div .ui-datepicker-header .ui-corner-all:hover:before {
    color: #ff5e15
}

#ui-datepicker-div .ui-datepicker-header .ui-corner-all span {
    display: none
}

#ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-prev {
    left: 0
}

#ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-next {
    right: 0
}

#ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-next:before {
    content: "\f105"
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
    min-height: 40px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    color: #002052;
    font-family: exo,sans-serif
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

#ui-datepicker-div .ui-datepicker-calendar {
    margin: 0;
    width: 100%
}

#ui-datepicker-div .ui-datepicker-calendar th {
    text-align: center
}

#ui-datepicker-div .ui-datepicker-calendar td {
    text-align: center;
    padding: 6px;
    color: rgba(0,0,0,.6)
}

#ui-datepicker-div .ui-datepicker-calendar td.ui-state-disabled {
    color: rgba(0,0,0,.2)
}

#ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-today a {
    color: #ff5e15
}

#ui-datepicker-div .ui-datepicker-calendar td a {
    color: #999
}

#ui-datepicker-div .ui-datepicker-calendar td a:hover {
    color: #ff5e15
}

form .select2-container--default {
    width: 100%!important
}

form .select2-container--default .select2-selection {
    border: 1px solid #e7e8e9;
    height: 47px
}

form .select2-container--default .select2-selection .select2-selection__rendered {
    line-height: 47px;
    padding-left: 15px
}

form .select2-container--default .select2-selection .select2-selection__arrow {
    right: 10px;
    top: 50%;
    color: #8f8f8f
}

form .select2-container--default .select2-selection .select2-selection__clear {
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 30px;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -khtml-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    width: 20px;
    color: #8f8f8f
}

form .select2-container--default .select2-selection .select2-selection__placeholder {
    color: rgba(55,55,55,.87)
}

.select2-container.select2-container--open .select2-dropdown {
    border-color: #e7e8e9
}

.select2-container.select2-container--open .select2-dropdown .select2-search__field {
    border: 1px solid #e7e8e9;
    padding-left: 15px;
    padding-right: 15px
}

.select2-container.select2-container--open .select2-results li.select2-results__option--highlighted {
    background-color: #ff5e15
}

.cms-field-checkbox {
    position: relative;
    padding-left: 27px
}

.cms-field-checkbox .icon-check {
    border: 1px solid #e1e3e3;
    border-radius: 1px;
    display: block;
    height: 17px;
    width: 17px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0,-50%);
    -khtml-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    z-index: 1
}

.cms-field-checkbox .icon-check:before {
    content: "\f00c";
    font-size: 13px;
    color: #ff5e15;
    position: absolute;
    top: -4px;
    left: 1px;
    font-family: FontAwesome;
    opacity: 0
}

.cms-field-checkbox input {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 3
}

.cms-field-checkbox input:checked+.icon-check:before {
    opacity: 1
}

.nice-select {
    position: relative;
    padding-right: 40px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.nice-select:after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 20px;
    color: #666;
    position: absolute;
    right: 18px;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -khtml-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%)
}

.nice-select span.current {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 41px
}

.nice-select .option {
    text-overflow: ellipsis;
    overflow: hidden
}

.nice-select.open .list {
    padding: 5px;
    min-width: 185px;
    overflow: auto;
    width: 100%;
    opacity: 1;
    pointer-cmsevents: auto;
    -webkit-transform: scale(1)translateY(0);
    -ms-transform: scale(1)translateY(0);
    transform: scale(1)translateY(0)
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-cmsevents: none
}

.nice-select.disabled:after {
    border-color: #ccc
}

.nice-select.wide {
    width: 100%
}

.nice-select.wide .list {
    left: 0!important;
    right: 0!important
}

.nice-select.right {
    float: right
}

.nice-select.right .list {
    left: auto;
    right: 0
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px
}

.nice-select.small:after {
    height: 4px;
    width: 4px
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px
}

.nice-select .list {
    max-height: 250px;
    overflow: auto;
    background-color: #fff;
    padding: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.24);
    -khtml-box-shadow: 0 2px 4px rgba(0,0,0,.24);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,.24);
    -ms-box-shadow: 0 2px 4px rgba(0,0,0,.24);
    -o-box-shadow: 0 2px 4px rgba(0,0,0,.24);
    box-shadow: 0 2px 4px rgba(0,0,0,.24);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-cmsevents: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(.75)translateY(-21px);
    -ms-transform: scale(.75)translateY(-21px);
    transform: scale(.75)translateY(-21px);
    -webkit-transition: all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;
    transition: all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;
    z-index: 9;
    color: #666
}

.nice-select .list .selected {
    color: #666
}

.nice-select .list:hover .option:not(:hover) {
    background-color: initial!important
}

.nice-select .option {
    cursor: pointer;
    line-height: normal;
    list-style: none;
    outline: none;
    padding: 8px 24px;
    text-align: left;
    -webkit-transition: all .2s;
    -khtml-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.nice-select .option:hover,.nice-select .option.focus,.nice-select .option.selected.focus {
    background-color: #f3f3f4
}

.nice-select .option.selected {
    font-weight: 700
}

.nice-select .option.disabled {
    background-color: initial;
    color: #999;
    cursor: default
}

.no-csspointercmsevents .nice-select .list {
    display: none
}

.no-csspointercmsevents .nice-select.open .list {
    display: block
}

.btn,button,.button,input[type=submit] {
    background-color: #ff5e15;
    font-size: 15px;
    color: #fff;
    text-transform: capitalize;
    padding: 0 26px;
    line-height: 48px;
    transition: .3s ease;
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    font-weight: 700;
    border: 1px solid #ff5e15
}

.btn:hover,button:hover,.button:hover,input[type=submit]:hover,.btn:focus,button:focus,.button:focus,input[type=submit]:focus {
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    outline: none;
    text-decoration: none;
    color: #fff;
    background-color: #002052;
    border-color: #002052
}

.btn {
    border: none
}

.btn i {
    margin-left: 8px;
    font-size: 22px;
    position: relative;
    top: 2px
}

.btn i.space-left {
    margin-left: 0;
    margin-right: 8px
}

.btn.btn-small {
    padding-left: 15px;
    padding-right: 15px;
    line-height: 37px
}

.btn.btn-primary-noborder {
    padding: 0;
    background-color: initial;
    color: #ff5e15;
    border: none
}

.btn.btn-primary-noborder:hover,.btn.btn-primary-noborder:focus {
    color: #002052
}

.btn.btn-outline {
    background-color: initial;
    color: #ff5e15;
    border: 2px solid #ff5e15
}

.btn.btn-outline:hover {
    background-color: #ff5e15;
    color: #fff
}

.btn.btn-secondary {
    background-color: #002052;
    border-color: #002052
}

.btn.btn-secondary:hover,.btn.btn-secondary:focus {
    background-color: #ff5e15;
    border-color: #ff5e15;
    color: #fff
}

.btn.btn-secondary.btn-secondary2:hover,.btn.btn-secondary.btn-secondary2:focus {
    background-color: #f8f8f8;
    border-color: #f8f8f8;
    color: #ff5e15
}

.btn.btn-secondary.btn-secondary3:hover,.btn.btn-secondary.btn-secondary3:focus {
    background-color: #222;
    border-color: #222;
    color: #fff
}

.btn.btn-outline-secondary {
    background-color: initial;
    border-color: #002052;
    color: #002052
}

.btn.btn-outline-secondary:hover,.btn.btn-outline-secondary:focus {
    border-color: #ff5e15;
    color: #ff5e15
}

.btn.btn-outline-secondary.btn-outline-hv-primary:hover,.btn.btn-outline-secondary.btn-outline-hv-primary:focus {
    background-color: #ff5e15;
    border-color: #ff5e15;
    color: #fff
}

.btn.btn-outline-secondary.btn-outline-hv-secondary:hover,.btn.btn-outline-secondary.btn-outline-hv-secondary:focus {
    background-color: #002052;
    border-color: #002052;
    color: #fff
}

.btn.btn-secondary-noborder {
    background-color: initial;
    color: #002052;
    border: none;
    padding: 0
}

.btn.btn-secondary-noborder:hover,.btn.btn-secondary-noborder:focus {
    color: #ff5e15
}

.btn.btn-white {
    background-color: #fff;
    border-color: #fff;
    color: #0e2b5d
}

.btn.btn-white:hover,.btn.btn-white:focus {
    background-color: initial;
    border-color: #fff;
    color: #fff
}

.btn.btn-outline-white {
    background-color: initial;
    border-color: #fff
}

.btn.btn-outline-white:hover {
    background-color: #fff;
    color: #0e2b5d
}

.btn.btn-white-noborder {
    padding: 0;
    background-color: initial;
    color: #fff;
    border: none
}

.btn.btn-white-noborder:hover,.btn.btn-white-noborder:focus {
    color: #ff5e15
}

.btn-align-center {
    text-align: center
}

.btn-align-right {
    text-align: right
}

.btn-group .btn+.btn {
    margin-left: 30px
}

.elementor-widget-wrap>.btn-inline.elementor-widget {
    display: inline-block;
    width: auto
}

.elementor-widget-wrap>.btn-inline.elementor-widget .cms-button-wrapper {
    margin-right: 40px;
    margin-bottom: 30px
}

.elementor-widget-wrap>.btn-inline.elementor-widget+.elementor-widget-image {
    float: left;
    width: auto;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.btn-icon-custom i {
    margin-left: 0;
    margin-right: 0;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    width: 22px;
    height: 22px;
    line-height: 23px;
    -webkit-border-radius: 22px;
    -khtml-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
    border-radius: 22px;
    font-size: 13px
}

.btn-icon-custom.bg-sp a {
    color: #fff!important;
    background-color: #002052!important;
    border-color: #002052!important
}

.btn-icon-custom.bg-sp i {
    top: -1px;
    background-color: #fff;
    color: #002052
}

.btn-icon-custom.bg-sp:hover a {
    background-color: #ff5e15!important;
    border-color: #ff5e15!important;
    color: #fff
}

.btn-icon-custom.bg-sp:hover a i {
    color: #ff5e15!important
}

.btn-icon-custom.bg-ps a {
    color: #fff!important;
    background-color: #ff5e15!important;
    border-color: #ff5e15!important
}

.btn-icon-custom.bg-ps i {
    top: -1px;
    background-color: #fff;
    color: #ff5e15
}

.btn-icon-custom.bg-ps:hover a {
    color: #fff;
    background-color: #002052!important;
    border-color: #002052!important;
    color: #fff
}

.btn-icon-custom.bg-ps:hover a i {
    color: #002052!important
}

.btn-icon-custom.bg-sw a {
    color: #fff;
    background-color: #002052!important;
    border-color: #002052!important
}

.btn-icon-custom.bg-sw i {
    top: -1px;
    background-color: #fff;
    color: #002052
}

.btn-icon-custom.bg-sw:hover a {
    color: #002052;
    background-color: #fff!important;
    border-color: #fff!important
}

.btn-icon-custom.bg-sw:hover a i {
    background-color: #002052!important;
    color: #fff
}

.btn-icon-custom.bg-wp a {
    color: #002052;
    background-color: #fff!important;
    border-color: #fff!important
}

.btn-icon-custom.bg-wp i {
    top: -1px;
    background-color: #002052;
    color: #fff
}

.btn-icon-custom.bg-wp:hover a {
    background-color: #ff5e15!important;
    border-color: #ff5e15!important;
    color: #fff
}

.btn-icon-custom.bg-wp:hover a i {
    background-color: #fff;
    color: #ff5e15!important
}

.cms-button-layout1 .cms-align-icon-left {
    position: relative;
    top: 1px;
    margin-right: 5px
}

#site-header-wrap {
    position: relative;
    z-index: 100
}

#site-header-wrap .site-branding {
    margin: 20px 0
}

#site-header-wrap .layout1 {
    position: relative
}

#site-header-wrap .layout1 img {
    max-height: 54px;
    max-width: inherit
}

#site-header-wrap .layout1 .logo-light,#site-header-wrap .layout1 .logo-mobile {
    position: absolute;
    top: 50%;
    left: 0%;
    -webkit-transform: translate(0%,-50%);
    -khtml-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
    opacity: 0
}

#site-header-wrap .layout2 {
    position: relative
}

#site-header-wrap .layout2 img {
    max-height: 55px;
    max-width: inherit
}

#site-header-wrap .layout2 .logo-light,#site-header-wrap .layout2 .logo-mobile {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%,-50%);
    -khtml-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
    opacity: 0
}

@media screen and (min-width: 1750px) {
    #site-header-wrap .layout2 .logo-light,#site-header-wrap .layout2 .logo-mobile {
        right:110px!important
    }
}

#site-header-wrap .layout2 .logo-dark {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

#site-header-wrap .layout3 {
    position: relative
}

#site-header-wrap .layout3 img {
    max-height: 55px;
    max-width: inherit
}

#site-header-wrap .layout3 .logo-light,#site-header-wrap .layout3 .logo-mobile {
    position: absolute;
    top: 50%;
    left: 0%;
    -webkit-transform: translate(0%,-50%);
    -khtml-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
    opacity: 0
}

#site-header-wrap .header-short-text {
    padding: 0 15px;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    width: 100%
}

#site-header-wrap .header-short-text label {
    font-weight: 700
}

#site-header-wrap .site-header-top.header-top-layout1 {
    border-bottom: 1px solid #e7ebef;
    padding: 13px 0 12px
}

#site-header-wrap #site-header.h-fixed {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,5%);
    -khtml-box-shadow: 0 3px 6px rgba(0,0,0,5%);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,5%);
    -ms-box-shadow: 0 3px 6px rgba(0,0,0,5%);
    -o-box-shadow: 0 3px 6px rgba(0,0,0,5%);
    box-shadow: 0 3px 6px rgba(0,0,0,5%)
}

#site-header-wrap #site-header.h-fixed .site-branding .logo-light {
    opacity: 0!important
}

#site-header-wrap #site-header.h-fixed .site-branding .logo-dark {
    opacity: 1!important
}

#site-header-wrap .search-form {
    margin-bottom: 0
}

#site-header-wrap .site-header-right {
    display: flex;
    align-items: center
}

#site-header-wrap .site-header-right .site-header-search {
    padding-right: 15px;
    font-size: 18px;
    padding-left: 30px;
    cursor: pointer;
    padding-top: 2px
}

#site-header-wrap .site-header-right .nav-menu-desktop {
    padding-left: 15px;
    cursor: pointer
}

#site-header-wrap .site-header-right .nav-menu-desktop .line {
    width: 25px;
    height: 4px;
    margin: 4px 0
}

#site-header-wrap .site-header-right .nav-menu-desktop .line-tow {
    width: 12px
}

#site-header-wrap .site-header-right .h-btn-sidebar {
    padding-left: 5px;
    cursor: pointer
}

#site-header-wrap .site-header-right .h-btn-sidebar .line {
    width: 16px;
    height: 2px;
    margin: 4px 0
}

#site-header-wrap .site-header-button .btn,#site-header-wrap .site-header-button-res .btn {
    position: relative;
    cursor: pointer;
    font-size: 15px;
    text-transform: uppercase;
    padding: 13px 43px;
    font-weight: 700;
    color: #fff;
    background-color: #ff5e15;
    border-radius: 0!important;
    line-height: 24px
}

#site-header-wrap .site-header-button .btn span,#site-header-wrap .site-header-button-res .btn span {
    position: relative;
    transition: .3s ease
}

#site-header-wrap .site-header-button .btn:before,#site-header-wrap .site-header-button-res .btn:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: #002052;
    transition: .3s ease
}

#site-header-wrap .site-header-button .btn:hover span,#site-header-wrap .site-header-button-res .btn:hover span {
    color: #fff
}

#site-header-wrap .site-header-button .btn:hover:before,#site-header-wrap .site-header-button-res .btn:hover:before {
    width: 100%;
    left: 0
}

.site-header-search-mobile {
    display: none;
    padding: 3px;
    border: 1px solid #ff5e15;
    border-radius: 50%
}

.site-header-search-mobile .h-btn-search {
    background-color: #ff5e15;
    width: 30px;
    cursor: pointer;
    font-size: 13px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    color: #fff
}

.header-layout1 .site-topbar {
    background-color: #002052
}

.header-layout1 .site-topbar .inner-container {
    padding-top: 13px;
    padding-bottom: 12px;
    display: flex;
    align-items: center
}

@media screen and (max-width: 991px) {
    .header-layout1 .site-topbar .inner-container {
        justify-content:center
    }
}

@media screen and (max-width: 767px) {
    .header-layout1 .site-topbar .inner-container .item-adderess,.header-layout1 .site-topbar .inner-container .item-info {
        display:none
    }
}

.header-layout1 .site-topbar .inner-container .item-adderess i:before {
    content: '\f3c5';
    font-family: 'font awesome 5 pro';
    font-weight: 500
}

.header-layout1 .site-topbar .inner-container .item-phone a:hover {
    color: #ff5e15
}

.header-layout1 .site-topbar .inner-container .item-info,.header-layout1 .site-topbar .inner-container .item-phone,.header-layout1 .site-topbar .inner-container .item-adderess {
    color: #fff
}

@media screen and (min-width: 992px) {
    .header-layout1 .site-topbar .inner-container .item-info,.header-layout1 .site-topbar .inner-container .item-phone,.header-layout1 .site-topbar .inner-container .item-adderess {
        margin-right:78px
    }
}

@media(min-width: 768px) and (max-width:991px) {
    .header-layout1 .site-topbar .inner-container .item-info,.header-layout1 .site-topbar .inner-container .item-phone,.header-layout1 .site-topbar .inner-container .item-adderess {
        margin-left:10px;
        margin-right: 10px
    }
}

.header-layout1 .site-topbar .inner-container .item-info i,.header-layout1 .site-topbar .inner-container .item-phone i,.header-layout1 .site-topbar .inner-container .item-adderess i {
    color: #ff5e15;
    margin-right: 7px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    font-weight: 500
}

.header-layout1 .site-topbar .inner-container .item-info:hover i,.header-layout1 .site-topbar .inner-container .item-phone:hover i,.header-layout1 .site-topbar .inner-container .item-adderess:hover i {
    animation: shakeicon .3s linear 1
}

.header-layout1 .site-topbar .inner-container .item-info .info-text,.header-layout1 .site-topbar .inner-container .item-phone .info-text,.header-layout1 .site-topbar .inner-container .item-adderess .info-text {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-family: exo,sans-serif;
    font-weight: 400
}

.header-layout1 .site-topbar .inner-container .item-socials {
    flex-grow: 1;
    text-align: right;
    line-height: 1
}

.header-layout1 .site-topbar .inner-container .item-socials a:nth-child(3) i {
    font-size: 15px
}

.item-socials .title-sidebar span {
    font-size: 15px;
    font-family: Exo;
    color: #fff;
    font-weight: 700
}

.item-socials a i {
    margin-left: 12px;
    color: #a6b4ca;
    font-size: 18px;
    transition: .2s
}

.item-socials a i:hover {
    color: #fff;
    transform: scale(1.1)
}

@media screen and (max-width: 400px) {
    .item-socials a i {
        display:none
    }
}

.header-layout1 {
    box-shadow: 0 5px 30px #e4e4e7;
    margin-bottom: 2px
}

@media(min-width: 768px) and (max-width:991px) {
    .header-layout1 .item-socials {
        display:none
    }
}

.header-layout2 .item-phone .info-text:hover {
    color: #ff5e15
}

@media screen and (min-width: 1500px) {
    .header-layout2 .menu-responsive {
        display:none
    }

    .header-layout2 #main-menu-mobile {
        display: none
    }

    .header-layout2 .custom-header {
        display: flex;
        align-items: center
    }

    .header-layout2 .main-menu {
        background-color: #002052;
        min-width: 1170px;
        display: flex;
        justify-content: space-between;
        padding-left: 0;
        padding-right: 0
    }

    .header-layout2 .primary-menu {
        line-height: 77px!important;
        margin-bottom: 43px!important
    }

    .header-layout2 .site-header-search,.header-layout2 .h-btn-sidebar {
        line-height: 75px;
        margin-bottom: 43px
    }

    .header-layout2 .site-topbar {
        position: absolute;
        width: 100%;
        bottom: -47px
    }

    .header-layout2 .site-topbar .entry-social {
        display: none
    }

    .header-layout2 .site-topbar .site-topbar-info {
        display: flex;
        align-items: center;
        padding-left: 39px
    }

    .header-layout2 .site-topbar .widget-topbar {
        margin-left: 0;
        margin-right: 0;
        background-color: #fff;
        height: 90px;
        align-items: center;
        justify-content: space-between
    }

    .header-layout2 .site-topbar .site-header-button {
        padding-right: 40px
    }

    .header-layout2 .site-topbar .entry-topbar {
        display: flex;
        align-items: center;
        margin-right: 76px
    }

    .header-layout2 .site-topbar .entry-topbar i {
        font-size: 30px;
        color: #ff5e15;
        -webkit-transition: all 300ms linear 0ms;
        -khtml-transition: all 300ms linear 0ms;
        -moz-transition: all 300ms linear 0ms;
        -ms-transition: all 300ms linear 0ms;
        -o-transition: all 300ms linear 0ms;
        transition: all 300ms linear 0ms
    }

    .header-layout2 .site-topbar .entry-topbar:hover i {
        animation: shakeicon .3s linear 1
    }

    .header-layout2 .site-topbar .item-topbar {
        margin-left: 16px;
        line-height: 1.5
    }

    .header-layout2 .site-topbar .item-topbar a {
        color: #002052
    }

    .header-layout2 .site-topbar .title {
        font-size: 15px;
        font-weight: 400
    }

    .header-layout2 .site-topbar .info-text {
        font-size: 15px;
        font-family: Exo;
        font-weight: 600;
        text-transform: uppercase;
        color: #002052
    }
}

@media screen and (min-width: 1500px) and (max-width:1630px) {
    .header-layout2 .main-menu {
        min-width:1e3px
    }
}

@media screen and (min-width: 1500px) and (min-width:1720px) {
    .header-layout2 .item-socials .entry-social {
        padding-left:110px
    }
}

@media screen and (min-width: 1500px) and (max-width:1719px) {
    .header-layout2 .item-socials .entry-social {
        margin-right:5px;
        float: right
    }
}

@media screen and (min-width: 1500px) and (max-width:1630px) {
    .header-layout2 .site-topbar .inner-container {
        max-width:1030px
    }
}

.header-layout2 .item-socials .title-sidebar span {
    font-size: 15px;
    font-family: Exo;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase
}

.header-layout2 .item-socials a i {
    margin-left: 12px;
    color: #a6b4ca;
    font-size: 18px;
    transition: .5s
}

.header-layout2 .item-socials a i:hover {
    color: #fff
}

@media screen and (max-width: 400px) {
    .header-layout2 .item-socials a i {
        display:none
    }
}

.header-layout2 .item-socials a:nth-child(2) i {
    margin-left: 0
}

.header-layout2 .item-socials a:nth-child(4) i {
    font-size: 15px
}

.header-layout2 .h-fixed .logo-dark {
    right: 70px!important
}

.header-layout2 .h-fixed .main-menu {
    background-color: #fff
}

.header-layout2 .h-fixed .primary-menu {
    margin-bottom: 0!important
}

.header-layout2 .h-fixed .primary-menu>li {
    background-color: #fff!important
}

.header-layout2 .h-fixed .primary-menu>li>a {
    color: #002052!important
}

.header-layout2 .h-fixed .primary-menu>li>a:hover {
    color: #ff5e15!important
}

.header-layout2 .h-fixed .site-header-right .site-header-search {
    margin-bottom: 0
}

.header-layout2 .h-fixed .site-header-right .site-header-search i {
    color: #002052
}

.header-layout2 .h-fixed .site-header-right .h-btn-sidebar {
    margin-bottom: 0
}

.header-layout2 .h-fixed .site-header-right .h-btn-sidebar .line {
    background-color: #002052!important
}

.header-layout2 .h-fixed .item-socials .entry-social {
    padding-left: 50px
}

.header-layout2 .h-fixed .item-socials .title-sidebar span {
    color: #002052
}

.header-layout2 .h-fixed .item-socials a i {
    color: #002052
}

.header-layout2 .h-fixed .item-socials a:hover i {
    color: #ff5e15
}

@media screen and (max-width: 1499px) {
    .header-layout2 .menu-responsive {
        display:block
    }

    .header-layout2 .custom-header {
        display: none
    }

    .header-layout2 .site-topbar {
        background-color: #fff
    }

    .header-layout2 .site-topbar .site-topbar-info {
        display: flex;
        align-items: center
    }

    .header-layout2 .site-topbar .widget-topbar {
        margin-left: 0;
        margin-right: 0;
        background-color: #fff;
        height: 50px;
        align-items: center;
        justify-content: space-between
    }

    .header-layout2 .site-topbar .site-header-button {
        display: none
    }

    .header-layout2 .site-topbar .entry-topbar {
        display: flex;
        align-items: center;
        margin-right: 76px
    }

    .header-layout2 .site-topbar i {
        font-size: 20px;
        color: #ff5e15
    }

    .header-layout2 .site-topbar .item-topbar {
        margin-left: 16px;
        line-height: 1.5
    }

    .header-layout2 .site-topbar .item-topbar a {
        color: #002052
    }

    .header-layout2 .site-topbar .title {
        display: none
    }

    .header-layout2 .site-topbar .info-text {
        font-size: 15px;
        font-family: Exo;
        font-weight: 600;
        text-transform: uppercase;
        color: #002052
    }

    .header-layout2 .entry-social .title-sidebar {
        display: none
    }

    .header-layout2 .entry-social a i {
        color: #072d68
    }

    .header-layout2 .entry-social a i:hover {
        color: #ff5e15
    }

    .header-layout2 .site-branding {
        flex-grow: 1
    }
}

.header-layout3 .site-topbar .inner-container {
    background-color: #022660;
    display: flex;
    align-items: center
}

.header-layout3 .site-topbar .inner-container .site-topbar-info {
    display: flex;
    align-items: center
}

.header-layout3 .site-topbar .inner-container .site-topbar-info .entry-topbar {
    display: flex;
    align-items: center
}

.header-layout3 .site-topbar .inner-container .site-branding {
    margin-left: 47px!important
}

.header-layout3 .site-topbar .inner-container .site-topbar-info {
    background-color: #fff;
    padding: 39px 0 40px 40px
}

.header-layout3 .site-topbar .inner-container .entry-topbar {
    margin-right: 76px
}

.header-layout3 .site-topbar .inner-container .entry-topbar:last-child {
    margin-left: 20px;
    margin-right: 30px
}

.header-layout3 .site-topbar .inner-container .entry-topbar .icon-social {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #ff5e15
}

.header-layout3 .site-topbar .inner-container .entry-topbar .icon-social>i {
    color: #fff;
    transition: all .5s linear 300ms
}

.header-layout3 .site-topbar .inner-container .entry-topbar:hover .icon-social i {
    animation: icon-download .6s linear 1
}

.header-layout3 .site-topbar .inner-container .entry-topbar .item-topbar,.header-layout3 .site-topbar .inner-container .entry-topbar .entry-social {
    line-height: 1;
    margin-left: 15px
}

.header-layout3 .site-topbar .inner-container .entry-topbar .title {
    color: #002052;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 7px
}

.header-layout3 .site-topbar .inner-container .entry-topbar a {
    color: #002052
}

.header-layout3 .site-topbar .inner-container .entry-topbar a:hover {
    color: #ff5e15
}

.header-layout3 .site-topbar .inner-container .entry-topbar .info-text {
    font-size: 15px;
    font-weight: 600;
    font-family: Exo;
    color: #002052;
    text-transform: uppercase
}

.header-layout3 .site-topbar .inner-container .entry-topbar .entry-social a i {
    color: #002052;
    margin-left: 0;
    margin-right: 9px
}

.header-layout3 .site-topbar .inner-container .entry-topbar .entry-social a i:hover {
    color: #ff5e15
}

@media screen and (min-width: 1200px) {
    .header-layout3 .logo-mobile-custom {
        display:none
    }
}

@media screen and (max-width: 1199px) {
    .header-layout3 .logo-mobile-custom {
        flex-grow:1;
        padding-left: 20px
    }
}

@media screen and (max-width: 1199px) {
    .header-layout3 .site-topbar {
        background-color:#022660
    }

    .header-layout3 .site-topbar .inner-container .site-topbar-info {
        background-color: #022660
    }

    .header-layout3 .site-topbar .inner-container .site-topbar-info {
        padding: 20px 0;
        margin: 0 auto
    }

    .header-layout3 .site-topbar .inner-container .entry-topbar {
        margin-right: 20px
    }

    .header-layout3 .site-topbar .inner-container .entry-topbar:last-child {
        margin-left: 0;
        margin-right: 0
    }
}

@media screen and (max-width: 1199px) {
    .header-layout3 .site-topbar .inner-container .entry-topbar .icon-social {
        display:none
    }
}

@media screen and (max-width: 1199px) {
    .header-layout3 .site-topbar .inner-container .entry-topbar .title {
        display:none
    }
}

@media screen and (max-width: 1199px) {
    .header-layout3 .site-topbar .inner-container .entry-topbar .info-text {
        color:#fff;
        font-weight: 500
    }
}

@media screen and (max-width: 1199px) {
    .header-layout3 .site-topbar .inner-container .entry-topbar .entry-social a i {
        color:#a6b4ca
    }
}

@media screen and (max-width: 575px) {
    .header-layout3 .site-topbar-info {
        margin-left:0
    }

    .header-layout3 .site-topbar-info .item-topbar {
        margin-left: 0
    }

    .header-layout3 .item-phone {
        display: none!important
    }

    .header-layout3 .item-socials {
        display: none!important
    }
}

.header-layout3 .site-header-right {
    display: flex;
    align-items: center;
    padding-right: 10px
}

.header-layout3 .site-header-button .btn-sidebar {
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    padding: 14px 42px;
    border: 2px solid #8091ad;
    text-transform: uppercase;
    transition: all .4s ease
}

.header-layout3 .site-header-button .btn-sidebar:hover {
    background-color: #ff5e15;
    border-color: #ff5e15
}

@media screen and (max-width: 1199px) {
    .header-layout3 .site-header-button .btn-sidebar {
        color:#002052
    }
}

@media screen and (max-width: 575px) {
    .header-layout3 .site-header-button .btn-sidebar {
        display:none
    }
}

@media screen and (min-width: 1200px) {
    #site-header-wrap.header-layout1 .site-header-main .row {
        align-items:center
    }

    #site-header-wrap.header-layout1 .site-header-main .site-header-right {
        margin-left: 60px
    }

    #site-header-wrap.header-layout1 .site-header-main .site-header-right .h-btn-search {
        transition: all .5s
    }

    #site-header-wrap.header-layout1 .site-header-main .site-header-right .h-btn-search:hover {
        color: #ff5e15
    }

    #site-header-wrap.header-layout1 .site-header-main .site-branding {
        flex-grow: 1
    }

    #site-header-wrap.header-layout1 .site-header-main .site-header-right .h-btn-sidebar .line {
        background-color: #333;
        transition: all .5s
    }

    #site-header-wrap.header-layout1 .site-header-main .site-header-right .h-btn-sidebar:hover>.line {
        background-color: #ff5e15
    }

    #site-header-wrap.header-layout2 .site-branding-mobile {
        display: block
    }

    #site-header-wrap.header-layout2 .site-branding {
        margin: 10px 0
    }

    #site-header-wrap.header-layout2 .site-branding a.logo-dark,#site-header-wrap.header-layout2 .site-branding a .logo-light,#site-header-wrap.header-layout2 .site-branding a .logo-mobile {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translate(0%,-50%);
        -khtml-transform: translate(0%,-50%);
        -moz-transform: translate(0%,-50%);
        -ms-transform: translate(0%,-50%);
        -o-transform: translate(0%,-50%);
        transform: translate(0%,-50%);
        opacity: 0!important
    }

    #site-header-wrap.header-layout2 .site-branding a.logo-light {
        opacity: 1!important
    }

    #site-header-wrap.header-layout2 .site-header-right .h-btn-search {
        color: #fff;
        transition: all .5s
    }

    #site-header-wrap.header-layout2 .site-header-right .h-btn-search:hover {
        color: #ff5e15
    }

    #site-header-wrap.header-layout2 .site-header-right .h-btn-sidebar .line {
        background-color: #fff;
        transition: all .5s
    }

    #site-header-wrap.header-layout2 .site-header-right .h-btn-sidebar:hover>.line {
        background-color: #ff5e15
    }

    #site-header-wrap.header-layout2 .site-header-right #main-menu-mobile .btn-nav-mobile {
        display: block
    }

    #site-header-wrap.header-layout2 .site-header-main.h-fixed .inner-row {
        padding: 10px 0;
        -webkit-border-radius: 0;
        -khtml-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -khtml-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none
    }

    #site-header-wrap.header-layout3 .site-branding-mobile {
        display: none
    }

    #site-header-wrap.header-layout3.header-transparent {
        position: absolute;
        height: 120px;
        z-index: 1001;
        left: 0;
        right: 0;
        top: 0
    }

    #site-header-wrap.header-layout3.header-transparent .site-branding {
        margin: 10px 0;
        flex-grow: 1
    }

    #site-header-wrap.header-layout3.header-transparent .site-branding a.logo-dark {
        position: absolute;
        top: 50%;
        left: 0%;
        -webkit-transform: translate(0%,-50%);
        -khtml-transform: translate(0%,-50%);
        -moz-transform: translate(0%,-50%);
        -ms-transform: translate(0%,-50%);
        -o-transform: translate(0%,-50%);
        transform: translate(0%,-50%);
        opacity: 0!important
    }

    #site-header-wrap.header-layout3.header-transparent .site-branding a.logo-light {
        opacity: 1!important
    }

    #site-header-wrap.header-layout3 .inner-row {
        display: flex;
        align-items: center;
        width: 100%
    }

    #site-header-wrap.header-layout3 .inner-row .site-navigation {
        flex-grow: 1
    }

    #site-header-wrap.header-layout3 .site-header-main .container {
        background-color: #002258;
        -webkit-box-shadow: 0 1px 26px rgba(0,0,0,.15);
        -khtml-box-shadow: 0 1px 26px rgba(0,0,0,.15);
        -moz-box-shadow: 0 1px 26px rgba(0,0,0,.15);
        -ms-box-shadow: 0 1px 26px rgba(0,0,0,.15);
        -o-box-shadow: 0 1px 26px rgba(0,0,0,.15);
        box-shadow: 0 1px 26px rgba(0,0,0,.15)
    }

    #site-header-wrap.header-layout3 .site-header-main.h-fixed {
        background-color: #fff
    }

    #site-header-wrap.header-layout3 .site-header-main.h-fixed .container {
        background-color: #fff;
        box-shadow: none
    }

    #site-header-wrap.header-layout3 .site-header-main.h-fixed .site-navigation {
        flex-grow: 0
    }

    #site-header-wrap.header-layout3 .site-header-main.h-fixed .site-navigation .primary-menu>li {
        background-color: initial
    }

    #site-header-wrap.header-layout3 .site-header-main.h-fixed .site-navigation .primary-menu>li>a {
        color: #002052
    }

    #site-header-wrap.header-layout3 .site-header-main.h-fixed .site-navigation .primary-menu>li>a:hover {
        color: !important
    }

    #site-header-wrap.header-layout3 .site-header-main.h-fixed .site-header-right {
        padding-right: 0;
        padding-left: 40px;
        margin-right: -30px
    }

    #site-header-wrap.header-layout3 .site-header-main.h-fixed .site-header-right .btn-sidebar {
        color: #002052
    }

    #site-header-wrap.header-layout3 .site-header-main.h-fixed .site-header-right .btn-sidebar:hover {
        color: #fff
    }

    #site-header-wrap.header-layout3 .site-header-main.h-fixed .logo-mobile-custom {
        display: block
    }
}

@media screen and (max-width: 1199px) {
    #site-header-wrap.header-layout1 .site-header-main .site-branding {
        flex-grow:1;
        margin-left: 20px!important;
        margin: 20px
    }

    #site-header-wrap.header-layout1 .site-header-right {
        display: flex;
        align-items: center;
        margin-right: 20px
    }

    #site-header-wrap.header-layout1 .site-header-right #main-menu-mobile {
        margin-left: 20px
    }

    #site-header-wrap.header-layout1 .site-header-right #main-menu-mobile .btn-nav-mobile {
        width: 40px;
        height: 38px;
        line-height: 38px;
        border: 1px solid #002052;
        -webkit-border-radius: 2px;
        -khtml-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px
    }

    #site-header-wrap.header-layout1 .site-header-right .site-side-nav {
        display: none
    }

    #site-header-wrap.header-layout1 .site-header-right .site-header-button {
        padding-left: 0;
        margin-left: 2px
    }

    #site-header-wrap.header-layout1 .site-header-right .site-header-button .btn {
        height: 40px;
        line-height: 30px;
        padding: 5px 15px;
        font-size: 15px;
        font-weight: 500;
        background: #fff;
        color: #002052;
        border: 1px solid #002052;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px
    }

    #site-header-wrap.header-layout2 .site-header-main .site-branding {
        flex-grow: 1;
        margin-left: 15px!important
    }

    #site-header-wrap.header-layout2 .site-header-right .site-header-button {
        padding-top: 1px;
        margin-right: 5px;
        padding-left: 0;
        margin-left: 2px
    }

    #site-header-wrap.header-layout2 .site-header-right .site-header-button .btn {
        height: 40px;
        line-height: 30px;
        padding: 5px 15px;
        font-size: 15px;
        font-weight: 500;
        background: #fff;
        color: #282828
    }

    #site-header-wrap.header-layout2 .site-header-right .site-side-nav {
        display: none
    }

    #site-header-wrap.header-layout2 .site-header-right .site-header-item {
        margin-right: 0;
        padding-right: 5px;
        font-size: 19px
    }

    #site-header-wrap.header-layout2 #main-menu-mobile {
        margin-right: 15px
    }

    #site-header-wrap.header-layout2 .site-topbar {
        background-color: #002052
    }

    #site-header-wrap.header-layout2 .site-topbar .widget-topbar {
        background-color: #002052;
        padding-left: 5px;
        padding-right: 5px
    }

    #site-header-wrap.header-layout2 .site-topbar .item-topbar {
        margin-left: 16px;
        line-height: 1.5
    }

    #site-header-wrap.header-layout2 .site-topbar .item-topbar a {
        color: #002052
    }

    #site-header-wrap.header-layout2 .site-topbar .title {
        display: none
    }

    #site-header-wrap.header-layout2 .site-topbar .info-text {
        color: #fff!important;
        font-size: 14px;
        font-weight: 400
    }

    #site-header-wrap.header-layout2 .site-topbar .entry-social i {
        color: #a6b4ca
    }

    #site-header-wrap.header-layout2 .row {
        align-items: center
    }

    #site-header-wrap.header-layout2 #main-menu-mobile {
        padding-top: 30px;
        padding-bottom: 32px
    }

    #site-header-wrap.header-layout2 #main-menu-mobile .btn-nav-mobile {
        margin-left: 20px;
        width: 40px;
        height: 38px;
        line-height: 38px;
        border: 1px solid #002052;
        -webkit-border-radius: 2px;
        -khtml-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px
    }

    #site-header-wrap.header-layout2 .site-header-right {
        margin-bottom: 2px
    }

    #site-header-wrap.header-layout2 .site-header-button-res {
        padding-left: 10px
    }

    #site-header-wrap.header-layout2 .site-header-button-res .btn {
        height: 40px;
        line-height: 30px;
        padding: 5px 15px;
        font-size: 15px;
        font-weight: 500;
        background: #fff;
        color: #002052;
        border: 1px solid #002052;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px
    }

    #site-header-wrap.header-layout3 .logo-desktop {
        display: none
    }

    #site-header-wrap.header-layout3 #main-menu-mobile .btn-nav-mobile {
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 20px;
        width: 40px;
        height: 38px;
        line-height: 38px;
        border: 1px solid #002052;
        -webkit-border-radius: 2px;
        -khtml-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px
    }

    #site-header-wrap.header-layout3 .site-header-right {
        padding-right: 20px
    }

    #site-header-wrap.header-layout3 .site-header-button .btn-sidebar {
        padding: 9px 15px;
        color: #002052
    }

    #site-header-wrap.header-layout3 .site-header-button .btn-sidebar:hover {
        color: #fff
    }
}

@media screen and (max-width: 991px) {
    .header-layout2 .site-header-main .site-branding {
        flex-grow:1;
        margin-left: 20px!important
    }

    .header-layout2 .site-header-right .site-header-button {
        margin-right: 15px;
        padding-left: 0
    }

    .header-layout2 .site-header-right .site-header-button .btn {
        height: 40px;
        line-height: 40px;
        border: none;
        color: #fff;
        padding: 0 20px
    }

    .header-layout2 .site-header-right .site-side-nav {
        display: none
    }

    .header-layout2 .site-header-right .site-header-item {
        margin-right: 0;
        font-size: 17px
    }

    .header-layout2 #main-menu-mobile {
        margin-right: 15px
    }

    .header-layout2 .site-topbar-info .entry-topbar {
        margin-right: 40px
    }
}

@media screen and (max-width: 767px) {
    #site-header-wrap.header-layout2 .site-header-main {
        padding:0 0
    }

    #site-header-wrap.header-layout2 .site-header-right #main-menu-mobile {
        margin-left: 20px
    }

    #site-header-wrap.header-layout2 .site-header-right #main-menu-mobile .btn-nav-mobile {
        width: 40px;
        border: 1px solid #002052;
        -webkit-border-radius: 2px;
        -khtml-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px
    }

    #site-header-wrap.header-layout2 .site-header-right .site-header-search {
        font-size: 19px;
        padding-right: 15px
    }

    #site-header-wrap.header-layout2 .site-header-right .site-header-button {
        display: none
    }

    #site-header-wrap.header-layout2 .inner-row {
        justify-content: space-between
    }

    #site-header-wrap.header-layout2 .item-phone {
        display: none
    }
}

@media screen and (max-width: 575px) {
    #site-header-wrap.header-layout1 .site-header-button .btn {
        display:none
    }

    #site-header-wrap.header-layout1 .site-header-right .site-header-search i {
        font-size: 18px
    }

    #site-header-wrap.header-layout1 .site-header-right #main-menu-mobile {
        margin-left: 10px
    }

    .header-layout2 .site-header-button-res {
        display: none
    }

    .header-layout2 .h-btn-search {
        display: none
    }
}

#site-header {
    -webkit-transition: all .3s cubic-bezier(.39,.575,.565,1)0s;
    -khtml-transition: all .3s cubic-bezier(.39,.575,.565,1)0s;
    -moz-transition: all .3s cubic-bezier(.39,.575,.565,1)0s;
    -ms-transition: all .3s cubic-bezier(.39,.575,.565,1)0s;
    -o-transition: all .3s cubic-bezier(.39,.575,.565,1)0s;
    transition: all .3s cubic-bezier(.39,.575,.565,1)0s
}

#site-header.h-fixed {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    -webkit-animation: .95s ease 0s normal forwards 1 running headerSlideDown;
    -khtml-animation: .95s ease 0s normal forwards 1 running headerSlideDown;
    -moz-animation: .95s ease 0s normal forwards 1 running headerSlideDown;
    -ms-animation: .95s ease 0s normal forwards 1 running headerSlideDown;
    -o-animation: .95s ease 0s normal forwards 1 running headerSlideDown;
    animation: .95s ease 0s normal forwards 1 running headerSlideDown
}

.admin-bar #site-header-wrap #site-header.h-fixed {
    top: 32px
}

@media screen and (min-width: 1200px) {
    .admin-bar #site-header-wrap #site-header.h-fixed .primary-menu>li>a {
        line-height:90px
    }
}

@media screen and (max-width: 782px) {
    .admin-bar #site-header-wrap #site-header.h-fixed {
        top:46px
    }
}

@media screen and (max-width: 600px) {
    .admin-bar #site-header-wrap #site-header.h-fixed {
        top:0
    }
}

.sub-title-slider {
    text-transform: uppercase
}

.heading-slider {
    text-transform: uppercase;
    font-family: Exo!important
}

.heading-slider-custom {
    color: #ff5e15;
    font-style: normal
}

.btn1-slider {
    background-color: #ff5e15!important;
    position: relative
}

.btn1-slider .btn-slide1 {
    text-transform: uppercase;
    position: relative
}

.btn1-slider:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: #002052;
    transition: .3s ease
}

.btn1-slider:hover:before {
    left: 0;
    width: 100%
}

.btn2-slider {
    text-transform: uppercase;
    transition: .4s ease!important;
    border: 2px solid #a5a7ae!important;
    position: relative
}

.btn2-slider span {
    position: relative
}

.btn2-slider:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: #ff5e15;
    transition: .3s ease
}

.btn2-slider:hover {
    border-color: #ff5e15!important
}

.btn2-slider:hover:before {
    left: 0;
    width: 100%
}

.text-stroke-slider {
    color: transparent!important;
    text-transform: uppercase;
    -webkit-text-stroke: 1px rgba(255,255,255,.4);
    transform: rotate(-90.3deg)
}

.text-stroke-slider2 {
    color: transparent!important;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #3e5877;
    transform: rotate(-90.3deg)
}

ul.menu {
    list-style: none;
    margin: 0
}

ul.menu ul {
    list-style: none;
    margin: 0
}

.primary-menu li a {
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase
}

.primary-menu>.menu-item-has-children>a:before {
    content: "\f067";
    font-family: 'font awesome 5 pro';
    float: right;
    font-size: 10px;
    padding-left: 3px
}

@media screen and (min-width: 1500px) {
    .header-layout2 .primary-menu>li {
        padding-left:23px!important;
        padding-right: 23px!important;
        margin-right: 10px!important
    }

    .header-layout2 .site-header-right {
        padding-right: 40px
    }
}

@media screen and (min-width: 1200px) {
    .header-layout1 .menu-toggle,.header-layout2 .menu-toggle,.header-layout3 .menu-toggle {
        display:none
    }

    .header-layout1 .main-navigation ul,.header-layout2 .main-navigation ul,.header-layout3 .main-navigation ul {
        display: block
    }

    .header-layout1 ul,.header-layout2 ul,.header-layout3 ul {
        margin-bottom: 0
    }

    .header-layout1 ul li,.header-layout2 ul li,.header-layout3 ul li {
        list-style: none
    }

    .header-layout1 .primary-menu,.header-layout2 .primary-menu,.header-layout3 .primary-menu {
        list-style: none;
        margin: 0;
        padding: 0
    }

    .header-layout1 .primary-menu li,.header-layout2 .primary-menu li,.header-layout3 .primary-menu li {
        position: relative;
        list-style: none
    }

    .header-layout1 .primary-menu li a,.header-layout2 .primary-menu li a,.header-layout3 .primary-menu li a {
        display: block;
        -webkit-transition: all 300ms linear 0ms!important;
        -khtml-transition: all 300ms linear 0ms!important;
        -moz-transition: all 300ms linear 0ms!important;
        -ms-transition: all 300ms linear 0ms!important;
        -o-transition: all 300ms linear 0ms!important;
        transition: all 300ms linear 0ms!important
    }

    .header-layout1 .primary-menu>li,.header-layout2 .primary-menu>li,.header-layout3 .primary-menu>li {
        display: inline-block;
        vertical-align: middle;
        float: left
    }

    .header-layout1 .primary-menu>li.menu-item-has-children>a:after,.header-layout2 .primary-menu>li.menu-item-has-children>a:after,.header-layout3 .primary-menu>li.menu-item-has-children>a:after {
        content: "\f107";
        font-family: 'font awesome 5 pro';
        font-size: 14px;
        font-weight: 400;
        margin-left: 7px;
        font-weight: 400;
        display: inline-block;
        vertical-align: middle
    }

    .header-layout1 .primary-menu>li>ul.back,.header-layout2 .primary-menu>li>ul.back,.header-layout3 .primary-menu>li>ul.back {
        right: 0!important;
        left: auto!important
    }

    .header-layout1 .primary-menu>li>ul.back li>ul.back,.header-layout2 .primary-menu>li>ul.back li>ul.back,.header-layout3 .primary-menu>li>ul.back li>ul.back {
        right: 100%!important;
        left: auto!important
    }

    .header-layout1 .primary-menu>li>.sub-menu li>ul.back,.header-layout2 .primary-menu>li>.sub-menu li>ul.back,.header-layout3 .primary-menu>li>.sub-menu li>ul.back {
        right: 100%!important;
        left: auto!important
    }

    .header-layout1 .primary-menu .sub-menu,.header-layout2 .primary-menu .sub-menu,.header-layout3 .primary-menu .sub-menu {
        list-style: none;
        margin: 0
    }

    .header-layout1 .primary-menu .sub-menu,.header-layout2 .primary-menu .sub-menu,.header-layout3 .primary-menu .sub-menu {
        position: absolute;
        background: #fff;
        padding: 20px 0;
        top: 100%;
        margin-top: 15px;
        min-width: 240px;
        z-index: 99;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 300ms linear 0ms;
        -khtml-transition: all 300ms linear 0ms;
        -moz-transition: all 300ms linear 0ms;
        -ms-transition: all 300ms linear 0ms;
        -o-transition: all 300ms linear 0ms;
        transition: all 300ms linear 0ms;
        clip: rect(1px,1px,1px,1px);
        -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.2);
        -khtml-box-shadow: 0 1px 6px rgba(0,0,0,.2);
        -moz-box-shadow: 0 1px 6px rgba(0,0,0,.2);
        -ms-box-shadow: 0 1px 6px rgba(0,0,0,.2);
        -o-box-shadow: 0 1px 6px rgba(0,0,0,.2);
        box-shadow: 0 1px 6px rgba(0,0,0,.2);
        border-top: 4px solid #ff5e15;
        border-radius: 3px
    }

    .header-layout1 .primary-menu .sub-menu li,.header-layout2 .primary-menu .sub-menu li,.header-layout3 .primary-menu .sub-menu li {
        position: relative;
        padding: 0 30px
    }

    .header-layout1 .primary-menu .sub-menu li a,.header-layout2 .primary-menu .sub-menu li a,.header-layout3 .primary-menu .sub-menu li a {
        color: #002052;
        font-size: 14px;
        line-height: normal;
        padding: 13px 0;
        position: relative;
        font-weight: 500;
        white-space: nowrap
    }

    .header-layout1 .primary-menu .sub-menu li a:before,.header-layout2 .primary-menu .sub-menu li a:before,.header-layout3 .primary-menu .sub-menu li a:before {
        content: '\f178';
        font-family: fontawesome;
        position: absolute;
        left: -10px;
        top: 50%;
        -webkit-transform: translate(0,-50%);
        -khtml-transform: translate(0,-50%);
        -moz-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
        transform: translate(0,-50%);
        opacity: 0;
        -webkit-transition: all 300ms linear 0ms;
        -khtml-transition: all 300ms linear 0ms;
        -moz-transition: all 300ms linear 0ms;
        -ms-transition: all 300ms linear 0ms;
        -o-transition: all 300ms linear 0ms;
        transition: all 300ms linear 0ms;
        color: #ff5e15
    }

    .header-layout1 .primary-menu .sub-menu li:last-child>a,.header-layout2 .primary-menu .sub-menu li:last-child>a,.header-layout3 .primary-menu .sub-menu li:last-child>a {
        border-bottom: none
    }

    .header-layout1 .primary-menu .sub-menu li>a:hover,.header-layout2 .primary-menu .sub-menu li>a:hover,.header-layout3 .primary-menu .sub-menu li>a:hover,.header-layout1 .primary-menu .sub-menu li.current_page_item>a,.header-layout2 .primary-menu .sub-menu li.current_page_item>a,.header-layout3 .primary-menu .sub-menu li.current_page_item>a,.header-layout1 .primary-menu .sub-menu li.current-menu-item>a,.header-layout2 .primary-menu .sub-menu li.current-menu-item>a,.header-layout3 .primary-menu .sub-menu li.current-menu-item>a,.header-layout1 .primary-menu .sub-menu li.current_page_ancestor>a,.header-layout2 .primary-menu .sub-menu li.current_page_ancestor>a,.header-layout3 .primary-menu .sub-menu li.current_page_ancestor>a,.header-layout1 .primary-menu .sub-menu li.current-menu-ancestor>a,.header-layout2 .primary-menu .sub-menu li.current-menu-ancestor>a,.header-layout3 .primary-menu .sub-menu li.current-menu-ancestor>a {
        color: #ff5e15;
        padding-left: 20px
    }

    .header-layout1 .primary-menu .sub-menu li>a:hover:before,.header-layout2 .primary-menu .sub-menu li>a:hover:before,.header-layout3 .primary-menu .sub-menu li>a:hover:before,.header-layout1 .primary-menu .sub-menu li.current_page_item>a:before,.header-layout2 .primary-menu .sub-menu li.current_page_item>a:before,.header-layout3 .primary-menu .sub-menu li.current_page_item>a:before,.header-layout1 .primary-menu .sub-menu li.current-menu-item>a:before,.header-layout2 .primary-menu .sub-menu li.current-menu-item>a:before,.header-layout3 .primary-menu .sub-menu li.current-menu-item>a:before,.header-layout1 .primary-menu .sub-menu li.current_page_ancestor>a:before,.header-layout2 .primary-menu .sub-menu li.current_page_ancestor>a:before,.header-layout3 .primary-menu .sub-menu li.current_page_ancestor>a:before,.header-layout1 .primary-menu .sub-menu li.current-menu-ancestor>a:before,.header-layout2 .primary-menu .sub-menu li.current-menu-ancestor>a:before,.header-layout3 .primary-menu .sub-menu li.current-menu-ancestor>a:before {
        opacity: 1;
        left: 0
    }

    .header-layout1 .primary-menu .sub-menu li+li a,.header-layout2 .primary-menu .sub-menu li+li a,.header-layout3 .primary-menu .sub-menu li+li a {
        border-top: 1px solid rgba(0,32,82,7%)
    }

    .header-layout1 .primary-menu .sub-menu .sub-menu,.header-layout2 .primary-menu .sub-menu .sub-menu,.header-layout3 .primary-menu .sub-menu .sub-menu {
        top: -30px;
        left: 100%
    }

    .header-layout1 .primary-menu li:hover,.header-layout2 .primary-menu li:hover,.header-layout3 .primary-menu li:hover,.header-layout1 .primary-menu li.focus,.header-layout2 .primary-menu li.focus,.header-layout3 .primary-menu li.focus {
        overflow: visible
    }

    .header-layout1 .primary-menu li:hover>.sub-menu,.header-layout2 .primary-menu li:hover>.sub-menu,.header-layout3 .primary-menu li:hover>.sub-menu,.header-layout1 .primary-menu li.focus>.sub-menu,.header-layout2 .primary-menu li.focus>.sub-menu,.header-layout3 .primary-menu li.focus>.sub-menu {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
        clip: inherit
    }

    .header-layout1 .primary-menu li.megamenu,.header-layout2 .primary-menu li.megamenu,.header-layout3 .primary-menu li.megamenu {
        position: static
    }

    .header-layout1 .primary-menu li.megamenu .vc_wp_custommenu.wpb_content_element,.header-layout2 .primary-menu li.megamenu .vc_wp_custommenu.wpb_content_element,.header-layout3 .primary-menu li.megamenu .vc_wp_custommenu.wpb_content_element {
        padding: 0;
        background-color: initial
    }

    .header-layout1 .primary-menu li.megamenu .sub-menu,.header-layout2 .primary-menu li.megamenu .sub-menu,.header-layout3 .primary-menu li.megamenu .sub-menu {
        width: 100%;
        max-width: 1170px;
        padding: 0;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0
    }

    .header-layout1 .primary-menu li.megamenu .sub-menu p,.header-layout2 .primary-menu li.megamenu .sub-menu p,.header-layout3 .primary-menu li.megamenu .sub-menu p {
        margin-bottom: 0
    }

    .header-layout1 .primary-menu li.megamenu .sub-menu li,.header-layout2 .primary-menu li.megamenu .sub-menu li,.header-layout3 .primary-menu li.megamenu .sub-menu li {
        padding: 0
    }

    .header-layout1 .primary-menu li.megamenu .sub-menu li>.container,.header-layout2 .primary-menu li.megamenu .sub-menu li>.container,.header-layout3 .primary-menu li.megamenu .sub-menu li>.container {
        padding: 0
    }

    .header-layout1 .primary-menu li.megamenu .sub-menu .wpb_content_element,.header-layout2 .primary-menu li.megamenu .sub-menu .wpb_content_element,.header-layout3 .primary-menu li.megamenu .sub-menu .wpb_content_element {
        margin-bottom: 0
    }

    .header-layout1 .primary-menu li.megamenu.remove-pos,.header-layout2 .primary-menu li.megamenu.remove-pos,.header-layout3 .primary-menu li.megamenu.remove-pos {
        position: relative
    }

    .header-layout1 .primary-menu li.megamenu.remove-pos>.sub-menu,.header-layout2 .primary-menu li.megamenu.remove-pos>.sub-menu,.header-layout3 .primary-menu li.megamenu.remove-pos>.sub-menu {
        max-width: inherit;
        width: auto;
        left: 0;
        right: auto
    }

    .header-layout1 .site-navigation {
        display: flex
    }

    .header-layout1 .primary-menu {
        list-style: none;
        margin: 0;
        padding: 0
    }

    .header-layout1 .primary-menu li {
        position: relative;
        list-style: none
    }

    .header-layout1 .primary-menu li a {
        display: block;
        -webkit-transition: all 300ms linear 0ms!important;
        -khtml-transition: all 300ms linear 0ms!important;
        -moz-transition: all 300ms linear 0ms!important;
        -ms-transition: all 300ms linear 0ms!important;
        -o-transition: all 300ms linear 0ms!important;
        transition: all 300ms linear 0ms!important
    }

    .header-layout1 .primary-menu li .sub-menu {
        padding: 20px 0
    }

    .header-layout1 .primary-menu>li {
        display: inline-block;
        vertical-align: middle;
        float: left;
        margin-left: 22px;
        margin-right: 22px
    }

    .header-layout1 .primary-menu>li>.sub-menu {
        left: 0
    }

    .header-layout1 .primary-menu>li:first-child {
        padding-left: 0
    }

    .header-layout1 .primary-menu>li:first-child>.sub-menu {
        left: 0
    }

    .header-layout1 .primary-menu>li:last-child {
        padding-right: 0
    }

    .header-layout1 .primary-menu>li>a {
        font-size: 15px;
        position: relative;
        line-height: 110px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        color: #002052
    }

    .header-layout1 .primary-menu>li:hover>a,.header-layout1 .primary-menu>li.current_page_item>a,.header-layout1 .primary-menu>li.current-menu-item>a,.header-layout1 .primary-menu>li.current_page_ancestor>a,.header-layout1 .primary-menu>li.current-menu-ancestor>a {
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        color: #ff5e15
    }

    .header-layout1 .primary-menu>li.menu-item-has-children>a:after {
        content: "\f107";
        font-family: fontawesome;
        font-size: 14px;
        font-weight: 400;
        margin-left: 7px;
        font-weight: 400;
        display: none;
        vertical-align: middle
    }

    .header-layout1 .primary-menu>li>ul.back {
        right: 0!important;
        left: auto!important
    }

    .header-layout1 .primary-menu>li>ul.back li>ul.back {
        right: 100%!important;
        left: auto!important
    }

    .header-layout1 .primary-menu>li>.sub-menu li>ul.back {
        right: 100%!important;
        left: auto!important
    }

    .header-layout2 {
        background-color: #00235a
    }

    .header-layout2 .site-navigation {
        display: flex;
        align-items: center
    }

    .header-layout2 .primary-menu {
        list-style: none;
        margin: 0;
        padding: 0;
        line-height: 100px
    }

    .header-layout2 .primary-menu li {
        position: relative;
        list-style: none
    }

    .header-layout2 .primary-menu li a {
        display: block;
        -webkit-transition: all 300ms linear 0ms!important;
        -khtml-transition: all 300ms linear 0ms!important;
        -moz-transition: all 300ms linear 0ms!important;
        -ms-transition: all 300ms linear 0ms!important;
        -o-transition: all 300ms linear 0ms!important;
        transition: all 300ms linear 0ms!important
    }

    .header-layout2 .primary-menu>li {
        display: inline-block;
        vertical-align: middle;
        float: left;
        padding-left: 20px;
        padding-right: 20px;
        margin-left: 0!important;
        margin-right: 0!important;
        transition: all 300ms linear 0ms;
        position: relative
    }

    .header-layout2 .primary-menu>li:before {
        position: absolute;
        content: '';
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 0%;
        height: 3px;
        background-color: #fff;
        opacity: 1;
        transition: all 300ms ease-out 0ms
    }

    .header-layout2 .primary-menu>li.current_page_item,.header-layout2 .primary-menu>li.current-menu-item,.header-layout2 .primary-menu>li.current_page_ancestor,.header-layout2 .primary-menu>li.current-menu-ancestor {
        background-color: #002661
    }

    .header-layout2 .primary-menu>li.current_page_item>a,.header-layout2 .primary-menu>li.current-menu-item>a,.header-layout2 .primary-menu>li.current_page_ancestor>a,.header-layout2 .primary-menu>li.current-menu-ancestor>a {
        color: #fff
    }

    .header-layout2 .primary-menu>li.current_page_item:before,.header-layout2 .primary-menu>li.current-menu-item:before,.header-layout2 .primary-menu>li.current_page_ancestor:before,.header-layout2 .primary-menu>li.current-menu-ancestor:before {
        position: absolute;
        content: '';
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 3px;
        background-color: #fff;
        opacity: 1;
        transition: all 300ms ease-out 0ms
    }

    .header-layout2 .primary-menu>li:hover:before {
        width: 100%;
        opacity: 1
    }

    .header-layout2 .primary-menu>li:hover {
        background-color: #002661
    }

    .header-layout2 .primary-menu>li:hover a {
        color: #fff
    }

    .header-layout2 .primary-menu>li>.sub-menu {
        left: 0
    }

    .header-layout2 .primary-menu>li>.sub-menu li a {
        color: #002052
    }

    .header-layout2 .primary-menu>li:first-child>.sub-menu {
        left: 0
    }

    .header-layout2 .primary-menu>li>a {
        position: relative;
        color: #fff;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px
    }

    .header-layout2 .primary-menu>li:hover>a,.header-layout2 .primary-menu>li.current_page_item>a,.header-layout2 .primary-menu>li.current-menu-item>a,.header-layout2 .primary-menu>li.current_page_ancestor>a,.header-layout2 .primary-menu>li.current-menu-ancestor>a {
        color: #fff
    }

    .header-layout2 .primary-menu>li.menu-item-has-children>a:after {
        content: "\f107";
        font-family: fontawesome;
        font-size: 14px;
        font-weight: 400;
        margin-left: 7px;
        font-weight: 400;
        display: none;
        vertical-align: middle
    }

    .header-layout2 .primary-menu>li>ul.back {
        right: 0!important;
        left: auto!important
    }

    .header-layout2 .primary-menu>li>ul.back li>ul.back {
        right: 100%!important;
        left: auto!important
    }

    .header-layout2 .primary-menu>li>.sub-menu li>ul.back {
        right: 100%!important;
        left: auto!important
    }

    .header-layout2 .site-header-button-res {
        margin-left: 30px
    }

    .header-layout2 .site-header-button .btn {
        display: none
    }

    .header-layout2 .site-topbar .site-header-button .btn-sidebar {
        display: block
    }

    .header-layout3 .site-navigation {
        display: flex;
        align-items: center
    }

    .header-layout3 .primary-menu {
        list-style: none;
        margin: 0;
        padding: 0;
        line-height: 90px;
        padding-left: 52px
    }

    .header-layout3 .primary-menu li {
        position: relative;
        list-style: none
    }

    .header-layout3 .primary-menu li a {
        display: block;
        -webkit-transition: all 300ms linear 0ms!important;
        -khtml-transition: all 300ms linear 0ms!important;
        -moz-transition: all 300ms linear 0ms!important;
        -ms-transition: all 300ms linear 0ms!important;
        -o-transition: all 300ms linear 0ms!important;
        transition: all 300ms linear 0ms!important
    }

    .header-layout3 .primary-menu>li {
        display: inline-block;
        vertical-align: middle;
        float: left;
        padding-left: 20px;
        padding-right: 20px;
        margin-left: 0!important;
        margin-right: 0!important;
        transition: all 300ms linear 0ms;
        position: relative
    }

    .header-layout3 .primary-menu>li:before {
        position: absolute;
        content: '';
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 0%;
        height: 3px;
        background-color: #ff5e15;
        opacity: 1;
        transition: all 300ms ease-out 0ms
    }

    .header-layout3 .primary-menu>li.current_page_item,.header-layout3 .primary-menu>li.current-menu-item,.header-layout3 .primary-menu>li.current_page_ancestor,.header-layout3 .primary-menu>li.current-menu-ancestor {
        background-color: #072a61
    }

    .header-layout3 .primary-menu>li.current_page_item>a,.header-layout3 .primary-menu>li.current-menu-item>a,.header-layout3 .primary-menu>li.current_page_ancestor>a,.header-layout3 .primary-menu>li.current-menu-ancestor>a {
        color: #fff
    }

    .header-layout3 .primary-menu>li.current_page_item:before,.header-layout3 .primary-menu>li.current-menu-item:before,.header-layout3 .primary-menu>li.current_page_ancestor:before,.header-layout3 .primary-menu>li.current-menu-ancestor:before {
        position: absolute;
        content: '';
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 3px;
        background-color: #ff5e15;
        opacity: 1;
        transition: all 300ms ease-out 0ms
    }

    .header-layout3 .primary-menu>li:hover:before {
        width: 100%;
        opacity: 1
    }

    .header-layout3 .primary-menu>li:hover {
        background-color: #072a61
    }

    .header-layout3 .primary-menu>li:hover a {
        color: #fff
    }

    .header-layout3 .primary-menu>li>.sub-menu {
        left: 0
    }

    .header-layout3 .primary-menu>li>.sub-menu li a {
        color: #002052
    }

    .header-layout3 .primary-menu>li:first-child>.sub-menu {
        left: 0
    }

    .header-layout3 .primary-menu>li>a {
        position: relative;
        color: #fff;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px
    }

    .header-layout3 .primary-menu>li:hover>a,.header-layout3 .primary-menu>li.current_page_item>a,.header-layout3 .primary-menu>li.current-menu-item>a,.header-layout3 .primary-menu>li.current_page_ancestor>a,.header-layout3 .primary-menu>li.current-menu-ancestor>a {
        color: #fff
    }

    .header-layout3 .primary-menu>li.menu-item-has-children>a:after {
        content: "\f107";
        font-family: fontawesome;
        font-size: 14px;
        font-weight: 400;
        margin-left: 7px;
        font-weight: 400;
        display: none;
        vertical-align: middle
    }

    .header-layout3 .primary-menu>li>ul.back {
        right: 0!important;
        left: auto!important
    }

    .header-layout3 .primary-menu>li>ul.back li>ul.back {
        right: 100%!important;
        left: auto!important
    }

    .header-layout3 .primary-menu>li>.sub-menu li>ul.back {
        right: 100%!important;
        left: auto!important
    }

    .header-layout3 .site-header-button-res {
        margin-left: 30px
    }
}

@media screen and (max-width: 1199px) {
    .btn-close {
        display:none
    }
}

@media(min-width: 1200px) and (max-width:1400px) {
    #site-header-wrap.header-layout1 .primary-menu>li {
        margin-left:22px;
        margin-right: 22px
    }

    #site-header-wrap.header-layout2 .primary-menu>li {
        margin-left: 18px;
        margin-right: 18px
    }

    #site-header-wrap.header-layout3 .primary-menu>li {
        margin-left: 18px;
        margin-right: 18px
    }
}

@media screen and (max-width: 1199px) {
    .site-navigation {
        background-color:#fff;
        border-top: 1px solid rgba(0,0,0,8%);
        position: absolute;
        z-index: 1001;
        padding: 15px 20px;
        top: calc(100% + 30px);
        top: -webkit-calc(100% + 30px);
        top: -ms-calc(100% + 30px);
        top: -o-calc(100% + 30px);
        bottom: auto;
        left: 0;
        right: 0;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 300ms linear 0ms;
        -khtml-transition: all 300ms linear 0ms;
        -moz-transition: all 300ms linear 0ms;
        -ms-transition: all 300ms linear 0ms;
        -o-transition: all 300ms linear 0ms;
        transition: all 300ms linear 0ms;
        z-index: -1
    }

    .site-navigation.navigation-open {
        opacity: 1;
        visibility: visible;
        top: 100%;
        z-index: 999
    }

    .primary-menu {
        list-style: none;
        margin: 0;
        padding: 0
    }

    .primary-menu li {
        position: relative;
        list-style: none
    }

    .primary-menu li a {
        display: block;
        padding: 10px 0;
        font-size: 15px;
        color: #232d47
    }

    .primary-menu li.current_page_item>a,.primary-menu li.current-menu-item>a,.primary-menu li.current_page_ancestor>a,.primary-menu li.current-menu-ancestor>a {
        color: #ff5e15
    }

    .primary-menu li .link-icon {
        margin-right: 6px;
        font-size: 90%
    }

    .primary-menu .sub-menu {
        position: relative;
        padding-left: 20px;
        display: none
    }

    .primary-menu .sub-menu .container {
        padding: 0
    }

    .primary-menu .sub-menu.submenu-open+.main-menu-toggle:before {
        content: "\f2fc"
    }

    .primary-menu li.focus>.sub-menu {
        visibility: visible;
        opacity: 1;
        max-height: none;
        overflow: visible
    }

    .primary-menu-not-set {
        margin: 0;
        list-style: none
    }

    .primary-menu-not-set a {
        display: block;
        padding: 10px 0;
        color: #000;
        font-weight: 600;
        font-size: 15px
    }

    .primary-menu-not-set a:hover {
        color: #ff5e15
    }

    #main-menu-mobile .btn-nav-mobile {
        color: #002052;
        display: inline-block;
        font-size: 16px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        vertical-align: middle;
        width: 30px;
        cursor: pointer;
        position: relative;
        -webkit-transition: all 300ms linear 0ms;
        -khtml-transition: all 300ms linear 0ms;
        -moz-transition: all 300ms linear 0ms;
        -ms-transition: all 300ms linear 0ms;
        -o-transition: all 300ms linear 0ms;
        transition: all 300ms linear 0ms
    }

    #main-menu-mobile .btn-nav-mobile:before,#main-menu-mobile .btn-nav-mobile:after,#main-menu-mobile .btn-nav-mobile span {
        -webkit-transition: all 300ms linear 0ms;
        -khtml-transition: all 300ms linear 0ms;
        -moz-transition: all 300ms linear 0ms;
        -ms-transition: all 300ms linear 0ms;
        -o-transition: all 300ms linear 0ms;
        transition: all 300ms linear 0ms;
        content: "";
        background-color: #002052;
        display: block;
        height: 2px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        width: 22px;
        top: 23px
    }

    #main-menu-mobile .btn-nav-mobile:before {
        top: 11px
    }

    #main-menu-mobile .btn-nav-mobile span {
        top: 17px
    }

    #main-menu-mobile .btn-nav-mobile.opened:before {
        top: 17px;
        -webkit-transform: rotate(45deg);
        -khtml-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    #main-menu-mobile .btn-nav-mobile.opened:after {
        -webkit-transform: rotate(-45deg);
        -khtml-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 17px
    }

    #main-menu-mobile .btn-nav-mobile.opened span {
        display: none
    }

    .main-menu-toggle {
        -webkit-transition: all 300ms linear 0ms;
        -khtml-transition: all 300ms linear 0ms;
        -moz-transition: all 300ms linear 0ms;
        -ms-transition: all 300ms linear 0ms;
        -o-transition: all 300ms linear 0ms;
        transition: all 300ms linear 0ms;
        cursor: pointer;
        display: inline-block;
        height: 25px;
        line-height: 25px;
        position: absolute;
        right: 0;
        text-align: center;
        top: 10px;
        width: 25px;
        background-color: #ff5e15;
        border-radius: 2px;
        color: #fff
    }

    .main-menu-toggle:hover {
        background-color: #002052
    }

    .main-menu-toggle:before {
        content: "\f2f9";
        font-family: material-design-iconic-font
    }

    #site-header-wrap .mega-auto-width {
        display: block
    }

    #site-header-wrap .mega-auto-width>.wpb_column {
        width: 100%
    }

    #site-header-wrap .mega-auto-width>.wpb_column .vc_column-inner {
        padding: 0!important;
        border: none
    }

    #site-header-wrap .vc_wp_custommenu {
        padding: 0;
        background-color: initial
    }

    .mega-auto-width>.elementor-container>.elementor-row>.elementor-element .elementor-column-wrap {
        padding: 0!important;
        border: none!important;
        margin: 16px 0!important
    }
}

.comment-navigation,.posts-navigation,.post-navigation {
}

.site-main .comment-navigation,.site-main .posts-navigation,.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden
}

.comment-navigation .nav-previous,.posts-navigation .nav-previous,.post-navigation .nav-previous {
    float: left;
    width: 50%
}

.comment-navigation .nav-next,.posts-navigation .nav-next,.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%
}

ul.back {
    right: 100%;
    left: auto!important
}

.mega-auto-width>.elementor-container>.elementor-row>.elementor-element {
    width: 285px
}

.mega-auto-width>.elementor-container>.elementor-row>.elementor-element .elementor-column-wrap {
    padding: 0 40px;
    border-right: 2px solid #eaeaea;
    margin: 40px 0
}

.mega-auto-width>.elementor-container>.elementor-row>.elementor-element:last-child .elementor-column-wrap {
    border-right: none
}

.mega-auto-width>.elementor-container>.elementor-row .elementor-widget-wp-widget-nav_menu ul.menu {
    background-color: initial;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    margin-top: -8px
}

.mega-auto-width>.elementor-container>.elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li {
    border: none
}

.mega-auto-width>.elementor-container>.elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li a {
    background-color: initial;
    font-size: 14px;
    color: #666;
    font-weight: 400;
    padding: 8px 0
}

.mega-auto-width>.elementor-container>.elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li:hover>a,.mega-auto-width>.elementor-container>.elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li.current_page_item>a,.mega-auto-width>.elementor-container>.elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li.current-menu-item>a,.mega-auto-width>.elementor-container>.elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li.current_page_ancestor>a,.mega-auto-width>.elementor-container>.elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li.current-menu-ancestor>a {
    color: #ff5e15
}

.mega-auto-width>.elementor-container>.elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li:first-child a {
    font-weight: 700;
    font-size: 17px;
    color: #232d47;
    font-family: exo,sans-serif;
    display: block
}

.mega-auto-width>.elementor-container>.elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li:first-child:hover>a,.mega-auto-width>.elementor-container>.elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li:first-child.current_page_item>a,.mega-auto-width>.elementor-container>.elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li:first-child.current-menu-item>a,.mega-auto-width>.elementor-container>.elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li:first-child.current_page_ancestor>a,.mega-auto-width>.elementor-container>.elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li:first-child.current-menu-ancestor>a {
    color: #ff5e15
}

.mega-auto-width>.elementor-container>.elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li:last-child a {
    padding-bottom: 0
}

.mega-auto-width .elementor-section.elementor-section-boxed>.elementor-container {
    max-width: inherit
}

.bg-transparent {
    position: relative
}

#pagetitle {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
    margin-top: -2px;
    padding-top: 180px;
    padding-bottom: 136px;
    background-color: rgba(0,24,61,.55)
}

@media screen and (max-width: 1024px) {
    #pagetitle {
        background-attachment:inherit
    }

    #pagetitle .container {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (max-width: 991px) {
    #pagetitle {
        padding-top:155px;
        padding-bottom: 105px
    }
}

@media screen and (max-width: 575px) {
    #pagetitle {
        padding-top:125px;
        padding-bottom: 95px
    }
}

#pagetitle .container {
    position: relative;
    z-index: 99
}

#pagetitle.page-title-layout1 .page-title-inner {
    text-align: center
}

#pagetitle.page-title-layout1 .sub-title-stroke {
    position: relative
}

#pagetitle.page-title-layout1 .sub-title-stroke .page-title:nth-child(1) {
    margin-bottom: 3px;
    width: 100%;
    color: transparent;
    -webkit-text-stroke: 1px #516079;
    font-size: 120px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: .95
}

@media screen and (max-width: 1199px) {
    #pagetitle.page-title-layout1 .sub-title-stroke .page-title:nth-child(1) {
        font-size:100px
    }
}

@media screen and (max-width: 991px) {
    #pagetitle.page-title-layout1 .sub-title-stroke .page-title:nth-child(1) {
        font-size:75px;
        margin-bottom: 5px
    }
}

@media screen and (max-width: 767px) {
    #pagetitle.page-title-layout1 .sub-title-stroke .page-title:nth-child(1) {
        font-size:60px;
        margin-bottom: 10px
    }
}

@media screen and (max-width: 575px) {
    #pagetitle.page-title-layout1 .sub-title-stroke .page-title:nth-child(1) {
        display:none
    }
}

@media screen and (min-width: 576px) {
    #pagetitle.page-title-layout1 .sub-title-stroke .page-title:nth-child(2) {
        position:absolute;
        bottom: 0;
        font-size: 60px;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 0;
        width: 100%
    }
}

@media screen and (max-width: 991px) {
    #pagetitle.page-title-layout1 .sub-title-stroke .page-title:nth-child(2) {
        font-size:47px
    }
}

@media screen and (max-width: 767px) {
    #pagetitle.page-title-layout1 .sub-title-stroke .page-title:nth-child(2) {
        font-size:45px;
        color: #fff;
        text-transform: uppercase;
        bottom: -4px;
        margin-bottom: 0
    }
}

@media screen and (min-width: 768px) {
    #pagetitle.page-title-layout1 {
        margin-left:auto;
        margin-right: auto
    }
}

#pagetitle.page-title-layout1 .cms-breadcrumb li {
    list-style: none;
    display: inline-block;
    text-transform: uppercase
}

#pagetitle.page-title-layout1 .cms-breadcrumb li:after {
    content: '/';
    font-weight: 700;
    color: #fff;
    margin-left: 4px;
    margin-right: 3px
}

#pagetitle.page-title-layout1 .cms-breadcrumb li:last-child:after {
    display: none
}

#pagetitle.page-title-layout1 .cms-breadcrumb a {
    font-size: 15px;
    font-weight: 700;
    color: #fff
}

@media screen and (max-width: 767px) {
    #pagetitle.page-title-layout1 .cms-breadcrumb a {
        font-size:14px
    }
}

@media screen and (max-width: 767px) {
    #pagetitle.page-title-layout1 .cms-breadcrumb a {
        font-size:14px
    }
}

#pagetitle.page-title-layout1 .cms-breadcrumb span {
    font-size: 15px;
    font-weight: 700;
    color: #ff5e15
}

@media screen and (max-width: 767px) {
    #pagetitle.page-title-layout1 .cms-breadcrumb span {
        font-size:14px
    }
}

@media screen and (max-width: 767px) {
    #pagetitle.page-title-layout1 .cms-breadcrumb span {
        font-size:14px
    }
}

.nav-custom,.nav-custom-home2 {
    background-color: #fff;
    box-shadow: 0 0 15px #efeeee;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    transition: .3s
}

@media screen and (max-width: 1300px) {
    .nav-custom,.nav-custom-home2 {
        width:50px;
        height: 50px;
        line-height: 50px
    }
}

@media screen and (max-width: 1199px) {
    .nav-custom,.nav-custom-home2 {
        width:40px;
        height: 40px;
        line-height: 40px;
        background-color: initial;
        box-shadow: none
    }

    .nav-custom:before,.nav-custom-home2:before {
        font-size: 20px;
        color: #002052
    }
}

@media screen and (max-width: 1199px) {
    .nav-custom:before,.nav-custom-home2:before {
        display:none
    }
}

.nav-custom:nth-child(1):before,.nav-custom-home2:nth-child(1):before {
    position: absolute;
    content: '\f060'!important;
    font-family: 'font awesome 5 pro';
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #333;
    transition: .3s
}

.nav-custom:nth-child(2):before,.nav-custom-home2:nth-child(2):before {
    position: absolute;
    content: '\f061'!important;
    font-family: 'font awesome 5 pro';
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #333;
    transition: .3s
}

.nav-custom:hover,.nav-custom-home2:hover {
    box-shadow: none;
    background-color: #ff5e15
}

.nav-custom:hover:before,.nav-custom-home2:hover:before {
    color: #fff
}

.nav-custom-home2 {
    box-shadow: none!important
}

.author-admin .page-title:nth-child(1) {
    font-size: 80px!important;
    margin-bottom: 5px
}

@media screen and (max-width: 991px) {
    .author-admin .page-title:nth-child(1) {
        font-size:60px!important
    }
}

@media screen and (max-width: 767px) {
    .author-admin .page-title:nth-child(1) {
        font-size:50px!important
    }
}

.author-admin .page-title:nth-child(2) {
    bottom: -10px!important
}

@media screen and (max-width: 575px) {
    .author-admin .page-title:nth-child(2) {
        font-size:40px!important
    }
}

.single-post .page-title-layout1 .sub-title-stroke .page-title:nth-child(2) {
    word-break: break-word
}

@media screen and (max-width: 1199px) {
    .single.single-product .page-title-layout1 {
        padding-top:160px;
        padding-bottom: 120px
    }
}

.single.single-product .page-title-layout1 .page-title-product .page-title {
    font-size: 70px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0
}

@media screen and (max-width: 1199px) {
    .single.single-product .page-title-layout1 .page-title-product .page-title {
        font-size:65px
    }
}

@media screen and (max-width: 767px) {
    .single.single-product .page-title-layout1 .page-title-product .page-title {
        font-size:55px
    }
}

@media screen and (max-width: 575px) {
    .single.single-product .page-title-layout1 .page-title-product .page-title {
        font-size:40px
    }
}

.single-post .page-title-inner .page-title-holder .page-title {
    font-size: 60px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 5px;
    width: 100%
}

@media screen and (max-width: 1199px) {
    .single-post .page-title-inner .page-title-holder .page-title {
        font-size:65px
    }
}

@media screen and (max-width: 767px) {
    .single-post .page-title-inner .page-title-holder .page-title {
        font-size:55px
    }
}

@media screen and (max-width: 575px) {
    .single-post .page-title-inner .page-title-holder .page-title {
        font-size:40px
    }
}

.comments-area #comment {
    border-radius: 0
}

.comments-area .row input {
    border-radius: 0
}

.sticky {
    display: block
}

.updated:not(.published) {
    display: none
}

.format-gallery .entry-featured {
    position: relative;
    -webkit-border-radius: 20px 20px 0 0;
    -khtml-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -ms-border-radius: 20px 20px 0 0;
    -o-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
    overflow: hidden
}

.format-gallery .entry-featured img {
    -webkit-border-radius: 20px 20px 0 0;
    -khtml-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -ms-border-radius: 20px 20px 0 0;
    -o-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0
}

.format-gallery .entry-featured .owl-next,.format-gallery .entry-featured .owl-prev {
    background: #fff;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    position: absolute;
    color: #000;
    font-size: 18px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    opacity: 0
}

.format-gallery .entry-featured .owl-next:hover,.format-gallery .entry-featured .owl-prev:hover {
    background: #ff5e15;
    color: #fff
}

.format-gallery .entry-featured .owl-next {
    right: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -khtml-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%)
}

.format-gallery .entry-featured .owl-prev {
    left: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -khtml-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%)
}

.format-gallery .entry-featured:hover .owl-next,.format-gallery .entry-featured:hover .owl-prev {
    opacity: 1
}

.format-gallery .entry-featured:hover .owl-next.disabled,.format-gallery .entry-featured:hover .owl-prev.disabled {
    opacity: .76
}

.posts-pagination {
    margin-top: 35px;
    clear: both;
    width: 100%
}

.posts-pagination .posts-page-links {
    display: flex;
    align-items: center;
    justify-content: center
}

.posts-pagination .page-numbers {
    text-align: center;
    height: 50px;
    min-width: 50px;
    width: 50px;
    padding: 0;
    line-height: 50px;
    font-size: 16px;
    font-weight: 600;
    color: #002052;
    cursor: pointer;
    margin-right: 15px;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    transition: all .4s
}

@media screen and (max-width: 575px) {
    .posts-pagination .page-numbers {
        height:40px;
        min-width: 40px;
        width: 40px;
        line-height: 40px
    }
}

.posts-pagination .page-numbers i {
    font-size: 16px
}

.posts-pagination .page-numbers.current,.posts-pagination .page-numbers .page-number {
    background-color: #ff5e15;
    border-color: #ff5e15;
    color: #fff;
    box-shadow: 0 8px 16px rgba(255,94,21,.3)
}

.posts-pagination .page-numbers.next {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    font-weight: 600;
    color: #002052
}

.posts-pagination .page-numbers.next:hover {
    color: #fff;
    background-color: #ff5e15;
    border-color: #ff5e15;
    box-shadow: 0 8px 16px rgba(255,94,21,.3)
}

@media screen and (max-width: 575px) {
    .posts-pagination .page-numbers.next {
        height:40px;
        width: 40px;
        line-height: 40px
    }
}

.posts-pagination .page-numbers.prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    font-weight: 600
}

.posts-pagination .page-numbers.prev:hover {
    color: #fff;
    background-color: #ff5e15;
    border-color: #ff5e15;
    box-shadow: 0 8px 16px rgba(255,94,21,.3)
}

@media screen and (max-width: 575px) {
    .posts-pagination .page-numbers.prev {
        height:40px;
        width: 40px;
        line-height: 40px
    }
}

.posts-pagination .page-numbers:hover {
    color: #fff;
    background-color: #ff5e15;
    border-color: #ff5e15;
    box-shadow: 0 8px 16px rgba(255,94,21,.3)
}

.no-results .search-form {
    position: relative
}

.no-results .search-form .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    color: #282828;
    background-color: initial;
    padding: 0 25px;
    height: 100%;
    cursor: pointer;
    outline: none
}

.entry-author-info {
    background-color: #0a084b;
    box-shadow: 5px 0 83px rgba(40,40,40,8%)
}

img.image-space {
    margin-top: 9px;
    margin-bottom: 6px
}

.entry-title {
    margin-top: 5px;
    margin-bottom: 15px
}

.entry-title a {
    color: inherit;
    font-size: 30px
}

.entry-title a:hover {
    color: #ff5e15
}

.entry-featured {
    position: relative
}

.entry-featured .post-image a {
    width: 100%
}

.entry-featured .post-image a,.entry-featured .post-image span {
    display: inline-block
}

.single-hentry.archive {
    margin-bottom: 60px
}

.single-hentry.archive .entry-featured {
    position: relative;
    margin-bottom: 28px
}

@media screen and (max-width: 991px) {
    .single-hentry.archive .entry-featured img {
        width:100%
    }
}

.single-hentry.archive .entry-holder .entry-meta li.item-author img {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    top: -2px;
    margin-right: 4px
}

.single-hentry.archive .entry-holder .entry-title {
    font-size: 30px;
    color: #002052
}

.single-hentry.archive .entry-holder .entry-title a {
    color: inherit
}

.single-hentry.archive .entry-holder .entry-title a:hover {
    color: #ff5e15
}

.single-hentry.archive .entry-content {
    margin-bottom: 25px
}

.single-hentry.archive .entry-readmore .btn-more {
    position: relative;
    display: inline-block;
    color: #002052;
    padding-bottom: 2px;
    font-weight: 700;
    font-family: exo,sans-serif;
    cursor: pointer
}

.single-hentry.archive .entry-readmore .btn-more:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #002052;
    transition: .4s
}

.single-hentry.archive .entry-readmore .btn-more:hover {
    color: #ff5e15
}

.single-hentry.archive .entry-readmore .btn-more:hover:after {
    background-color: #ff5e15
}

.info-post-detail {
    display: flex;
    align-items: center;
    border-bottom: 2px solid #ebebeb;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 20px
}

.info-post-detail:before {
    content: '';
    position: absolute;
    bottom: -2px;
    width: 40px;
    height: 2px;
    background-color: #ff5e15
}

.info-post-detail .item-date i {
    color: #ff5e15;
    margin-right: 7px
}

.info-post-detail .item-date span {
    font-size: 15px;
    color: #002052;
    font-weight: 400
}

@media screen and (max-width: 420px) {
    .info-post-detail {
        display:block
    }

    .info-post-detail .item-date {
        margin-top: 10px
    }
}

.entry-meta li {
    list-style: none
}

.single-post .content-inner {
    margin-top: 10px
}

.single-post .single-hentry .single-meta .entry-meta {
    margin-bottom: 0;
    font-size: 13px;
    display: flex;
    align-items: center
}

.single-post .single-hentry .single-meta .entry-meta li {
    list-style: none;
    margin-right: 59px
}

@media screen and (max-width: 767px) {
    .single-post .single-hentry .single-meta .entry-meta li {
        margin-right:40px
    }
}

@media screen and (max-width: 575px) {
    .single-post .single-hentry .single-meta .entry-meta li {
        margin-right:25px
    }
}

.single-post .single-hentry .single-meta .entry-meta li i {
    font-size: 15px;
    color: #ff5e15;
    margin-right: 11px
}

.single-post .single-hentry .single-meta .entry-meta li a {
    font-size: 15px;
    color: #002052;
    font-weight: 400
}

.single-post .single-hentry .single-meta .entry-meta li a:hover {
    text-decoration: underline
}

.single-post .single-hentry .single-meta .entry-meta li.item-author i {
    margin-right: 7px
}

.single-post .single-hentry .single-meta .entry-meta li.item-author img {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    top: -2px;
    margin-right: 4px
}

.single-post .single-hentry .entry-title {
    margin-top: 21px;
    margin-bottom: 12px
}

.single-post .single-hentry .entry-title a {
    font-size: 40px;
    line-height: 1.25;
    text-transform: uppercase
}

.single-post .single-hentry .single-title {
    font-size: 30px;
    margin-bottom: 15px
}

.single-post .entry-featured {
    position: relative;
    margin-bottom: 37px
}

@media screen and (max-width: 991px) {
    .single-post .entry-featured img {
        width:100%
    }
}

.single-post .entry-featured .item-date {
    font-size: 40px
}

.single-post .entry-botton {
    padding-top: 18px
}

@media screen and (min-width: 768px) {
    .single-post .entry-botton {
        display:flex;
        align-items: center
    }

    .single-post .entry-botton .col-box-social {
        width: 50%
    }

    .single-post .entry-botton .entry-tags {
        width: 50%
    }
}

.single-post .entry-botton .col-box-social {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

@media screen and (max-width: 575px) {
    .single-post .entry-botton .col-box-social {
        justify-content:flex-start
    }
}

.single-post .entry-botton .col-box-social label {
    color: #002052;
    margin-right: 16px;
    display: inline-block;
    position: relative;
    top: -3px;
    font-weight: 500;
    font-size: 17px;
    font-family: exo,sans-serif
}

.single-post .entry-botton .col-box-social .entry-socail {
    display: inline-block;
    margin-bottom: 0
}

.single-post .entry-botton .col-box-social .entry-socail li {
    display: inline-block
}

.single-post .entry-botton .col-box-social .entry-socail li a {
    position: relative;
    display: block;
    width: 34px;
    height: 34px;
    overflow: hidden;
    text-align: center;
    line-height: 34px;
    background-color: #ff5e15;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin: 3px;
    color: #fff;
    cursor: pointer
}

.single-post .entry-botton .col-box-social .entry-socail li a i {
    position: absolute
}

.single-post .entry-botton .col-box-social .entry-socail li a i:nth-child(1) {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    top: 10px;
    left: 10px
}

.single-post .entry-botton .col-box-social .entry-socail li a i:nth-child(2) {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    opacity: 0;
    bottom: 0;
    left: 10px
}

.single-post .entry-botton .col-box-social .entry-socail li a:hover i {
    position: absolute
}

.single-post .entry-botton .col-box-social .entry-socail li a:hover i:nth-child(1) {
    opacity: 0;
    top: -10px
}

.single-post .entry-botton .col-box-social .entry-socail li a:hover i:nth-child(2) {
    opacity: 1;
    bottom: 10px
}

.single-post .entry-botton .col-box-social .entry-socail li a i:before {
    font-family: fontawesome
}

.single-post .entry-botton .col-box-social .entry-socail li a.fb-social i:nth-child(1) {
    left: 12px
}

.single-post .entry-botton .col-box-social .entry-socail li a.fb-social i:nth-child(2) {
    left: 12px
}

.single-post .entry-botton .col-box-social .entry-socail li:nth-child(1) a {
    background-color: #1ab9ff
}

.single-post .entry-botton .col-box-social .entry-socail li:nth-child(2) a {
    background-color: #ffc000
}

.single-post .entry-botton .col-box-social .entry-socail li:nth-child(3) a {
    background-color: #f66
}

.single-post .entry-botton .entry-tags {
    padding-bottom: 10px
}

@media screen and (max-width: 575px) {
    .single-post .entry-botton .entry-tags {
        margin-bottom:30px
    }
}

.single-post .entry-botton .entry-tags label {
    color: #002052;
    margin-right: 15px;
    font-weight: 500;
    font-size: 17px;
    font-family: exo,sans-serif
}

@media screen and (max-width: 575px) {
    .single-post .entry-botton .entry-tags label {
        display:block;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(0,32,82,.2);
        margin-right: 0
    }
}

.single-post .entry-botton .entry-tags a {
    font-size: 13px;
    border: none;
    display: inline-block;
    background-color: rgba(0,32,82,5%);
    color: #002052;
    padding: 9px 17px;
    margin-right: 8px;
    margin-bottom: 5px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    position: relative
}

.single-post .entry-botton .entry-tags a:hover {
    background-color: #ff5e15;
    color: #fff
}

.single-post .entry-navigation {
    margin-top: 31px
}

.single-post .entry-navigation .nav-post-img {
    width: 90px;
    min-width: 90px;
    height: 63px;
    margin-right: 20px;
    overflow: hidden;
    position: relative
}

.single-post .entry-navigation .nav-post-img img {
    width: 100%
}

.single-post .entry-navigation .nav-post-img a i {
    position: absolute;
    top: 50%;
    color: #fff;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

.single-post .entry-navigation .nav-post-img a:after {
    z-index: 1;
    content: "";
    display: block;
    height: 100%;
    width: 0%;
    opacity: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background-color: rgba(255,94,21,.9);
    -webkit-transition: all 200ms linear 0ms;
    -khtml-transition: all 200ms linear 0ms;
    -moz-transition: all 200ms linear 0ms;
    -ms-transition: all 200ms linear 0ms;
    -o-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms
}

.single-post .entry-navigation .nav-post-img a:hover i {
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.single-post .entry-navigation .nav-post-img a:hover:after {
    opacity: 1;
    width: 100%
}

.single-post .entry-navigation .nav-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -15px
}

.single-post .entry-navigation .nav-links .nav-item.nav-post-next .nav-post-img a:after {
    -webkit-border-radius: 0 150px 150px 0;
    -khtml-border-radius: 0 150px 150px 0;
    -moz-border-radius: 0 150px 150px 0;
    -ms-border-radius: 0 150px 150px 0;
    -o-border-radius: 0 150px 150px 0;
    border-radius: 0 150px 150px 0
}

.single-post .entry-navigation .nav-links .nav-item.nav-post-next a i {
    left: 20px
}

.single-post .entry-navigation .nav-links .nav-item.nav-post-next a:after {
    left: 0
}

.single-post .entry-navigation .nav-links .nav-item.nav-post-next:hover .nav-post-img a i {
    opacity: 1;
    left: 45px
}

.single-post .entry-navigation .nav-links .nav-item.nav-post-next:hover .nav-post-img a:after {
    -webkit-border-radius: 0 0 0 0;
    -khtml-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    -o-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    opacity: 1;
    width: 100%
}

.single-post .entry-navigation .nav-links .nav-item.nav-post-prev .nav-post-img a:after {
    -webkit-border-radius: 150px 0 0 150px;
    -khtml-border-radius: 150px 0 0 150px;
    -moz-border-radius: 150px 0 0 150px;
    -ms-border-radius: 150px 0 0 150px;
    -o-border-radius: 150px 0 0 150px;
    border-radius: 150px 0 0 150px
}

.single-post .entry-navigation .nav-links .nav-item.nav-post-prev a i {
    right: 25px
}

.single-post .entry-navigation .nav-links .nav-item.nav-post-prev a:after {
    right: 0
}

.single-post .entry-navigation .nav-links .nav-item.nav-post-prev:hover .nav-post-img a i {
    opacity: 1;
    right: 45px
}

.single-post .entry-navigation .nav-links .nav-item.nav-post-prev:hover .nav-post-img a:after {
    -webkit-border-radius: 0 0 0 0;
    -khtml-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    -o-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    opacity: 1;
    width: 100%
}

.single-post .entry-navigation .nav-item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 50%;
    padding: 0 15px;
    flex-grow: 1
}

@media screen and (min-width: 768px) {
    .single-post .entry-navigation .nav-item.nav-post-next {
        flex-direction:row-reverse;
        text-align: right
    }

    .single-post .entry-navigation .nav-item.nav-post-next .nav-post-img {
        margin-right: 0;
        margin-left: 20px
    }
}

@media screen and (max-width: 575px) {
    .single-post .entry-navigation .nav-item {
        width:100%;
        align-items: flex-start
    }

    .single-post .entry-navigation .nav-item+.nav-item {
        margin-top: 30px
    }
}

@media screen and (max-width: 575px) {
    .single-post .entry-navigation .nav-post-meta {
        line-height:1.4
    }
}

.single-post .entry-navigation .nav-post-meta label {
    font-size: 13px;
    display: block;
    font-style: italic;
    margin-bottom: 3px
}

.single-post .entry-navigation .nav-post-meta a {
    font-size: 16px;
    font-family: exo,sans-serif;
    color: #002052
}

.single-post .entry-navigation .nav-post-meta a:hover {
    color: #ff5e15
}

@media screen and (max-width: 575px) {
    .single-post .entry-navigation .nav-post-meta a {
        font-size:15px
    }
}

.single-post .entry-author-info {
    margin-top: 48px
}

.single-post .entry-author-info .author-name a {
    color: #fff;
    font-size: 25px;
    font-family: poppins extraboldt,sans-serif;
    font-weight: 800;
    text-transform: uppercase
}

.single-post .entry-author-info .author-post {
    padding: 50px
}

@media screen and (min-width: 576px) {
    .single-post .entry-author-info .author-post {
        display:flex;
        flex-wrap: nowrap;
        align-items: center
    }
}

@media(max-width: 480px) {
    .single-post .entry-author-info .author-post {
        text-align:center
    }
}

@media screen and (max-width: 575px) {
    .single-post .entry-author-info .author-post {
        text-align:center;
        padding: 15px
    }
}

.single-post .entry-author-info .author-avatar {
    width: 140px;
    min-width: 140px;
    margin-right: 30px
}

@media screen and (max-width: 575px) {
    .single-post .entry-author-info .author-avatar {
        margin-bottom:30px;
        margin-left: auto;
        margin-right: auto
    }
}

@media(max-width: 480px) {
    .single-post .entry-author-info .author-avatar {
        margin:0 auto 35px
    }
}

.single-post .entry-author-info .author-avatar img {
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid rgba(0,32,82,9%)
}

.single-post .entry-author-info .author-description .title-socials {
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

.single-post .entry-author-info .author-description p {
    font-family: roboto,sans-serif;
    font-size: 16px;
    color: #cacaca;
    line-height: 1.75;
    margin-bottom: 5px
}

.single-post .entry-author-info .user-social {
    list-style: none;
    margin-left: 45px;
    margin-bottom: 0
}

.single-post .entry-author-info .user-social li {
    display: inline-block;
    margin-left: 5px
}

.single-post .entry-author-info .user-social li a i {
    font-size: 15px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: block;
    color: #fff;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    transition: all .5s
}

.single-post .entry-author-info .user-social li a i:hover {
    background-color: #ff5e15;
    color: #fff
}

.single-post .entry-author-info .user-social li a i:before {
    font-family: fontawesome
}

.single-post .entry-author-info .user-social li a .fa-facebook {
    background-color: #3b5998
}

.single-post .entry-author-info .user-social li a .fa-google-plus {
    background-color: #d13f2d
}

.single-post .entry-author-info .user-social li a .fa-twitter {
    background-color: #6acff4
}

.single-post .entry-author-info .user-social li:last-child {
    margin-right: 0
}

.single-post .entry-content .page-links {
    margin-bottom: 30px
}

@media screen and (max-width: 767px) {
    .category .single-hentry,.post-type-archive-service .single-hentry,.author-admin .single-hentry,.blog .single-hentry,.date .single-hentry {
        margin-bottom:50px
    }
}

.category .single-hentry .entry-featured,.post-type-archive-service .single-hentry .entry-featured,.author-admin .single-hentry .entry-featured,.blog .single-hentry .entry-featured,.date .single-hentry .entry-featured {
    margin-bottom: 16px
}

.category .single-hentry .entry-featured+.entry-body .content-body,.post-type-archive-service .single-hentry .entry-featured+.entry-body .content-body,.author-admin .single-hentry .entry-featured+.entry-body .content-body,.blog .single-hentry .entry-featured+.entry-body .content-body,.date .single-hentry .entry-featured+.entry-body .content-body {
    padding: 5px 30px 0
}

@media screen and (max-width: 575px) {
    .category .single-hentry .entry-featured+.entry-body .content-body,.post-type-archive-service .single-hentry .entry-featured+.entry-body .content-body,.author-admin .single-hentry .entry-featured+.entry-body .content-body,.blog .single-hentry .entry-featured+.entry-body .content-body,.date .single-hentry .entry-featured+.entry-body .content-body {
        padding:0 20px
    }
}

.category .single-hentry .total-meta .item-date i,.post-type-archive-service .single-hentry .total-meta .item-date i,.author-admin .single-hentry .total-meta .item-date i,.blog .single-hentry .total-meta .item-date i,.date .single-hentry .total-meta .item-date i {
    color: #ff5e15;
    padding-right: 5px
}

.category .single-hentry .total-meta .item-date span,.post-type-archive-service .single-hentry .total-meta .item-date span,.author-admin .single-hentry .total-meta .item-date span,.blog .single-hentry .total-meta .item-date span,.date .single-hentry .total-meta .item-date span {
    color: #002052;
    font-size: 14px;
    font-weight: 400
}

.category .single-hentry .total-meta .entry-meta,.post-type-archive-service .single-hentry .total-meta .entry-meta,.author-admin .single-hentry .total-meta .entry-meta,.blog .single-hentry .total-meta .entry-meta,.date .single-hentry .total-meta .entry-meta {
    margin-bottom: 0;
    border-bottom: 2px solid #ebebeb;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 20px
}

.category .single-hentry .total-meta .entry-meta:before,.post-type-archive-service .single-hentry .total-meta .entry-meta:before,.author-admin .single-hentry .total-meta .entry-meta:before,.blog .single-hentry .total-meta .entry-meta:before,.date .single-hentry .total-meta .entry-meta:before {
    content: '';
    position: absolute;
    bottom: -2px;
    width: 40px;
    height: 2px;
    background-color: #ff5e15
}

.category .single-hentry .total-meta .entry-meta .item-category a,.post-type-archive-service .single-hentry .total-meta .entry-meta .item-category a,.author-admin .single-hentry .total-meta .entry-meta .item-category a,.blog .single-hentry .total-meta .entry-meta .item-category a,.date .single-hentry .total-meta .entry-meta .item-category a {
    color: #ff5e15
}

.category .single-hentry .total-meta .entry-meta .item-author i,.post-type-archive-service .single-hentry .total-meta .entry-meta .item-author i,.author-admin .single-hentry .total-meta .entry-meta .item-author i,.blog .single-hentry .total-meta .entry-meta .item-author i,.date .single-hentry .total-meta .entry-meta .item-author i,.category .single-hentry .total-meta .entry-meta .item-comment i,.post-type-archive-service .single-hentry .total-meta .entry-meta .item-comment i,.author-admin .single-hentry .total-meta .entry-meta .item-comment i,.blog .single-hentry .total-meta .entry-meta .item-comment i,.date .single-hentry .total-meta .entry-meta .item-comment i {
    color: #ff5e15;
    padding-right: 5px
}

.category .single-hentry .total-meta .entry-meta .item-author:hover a,.post-type-archive-service .single-hentry .total-meta .entry-meta .item-author:hover a,.author-admin .single-hentry .total-meta .entry-meta .item-author:hover a,.blog .single-hentry .total-meta .entry-meta .item-author:hover a,.date .single-hentry .total-meta .entry-meta .item-author:hover a,.category .single-hentry .total-meta .entry-meta .item-comment:hover a,.post-type-archive-service .single-hentry .total-meta .entry-meta .item-comment:hover a,.author-admin .single-hentry .total-meta .entry-meta .item-comment:hover a,.blog .single-hentry .total-meta .entry-meta .item-comment:hover a,.date .single-hentry .total-meta .entry-meta .item-comment:hover a {
    color: #ff5e15
}

.category .single-hentry .total-meta .entry-meta li,.post-type-archive-service .single-hentry .total-meta .entry-meta li,.author-admin .single-hentry .total-meta .entry-meta li,.blog .single-hentry .total-meta .entry-meta li,.date .single-hentry .total-meta .entry-meta li {
    margin-right: 20px;
    display: inline-block
}

.category .single-hentry .total-meta .entry-meta li a,.post-type-archive-service .single-hentry .total-meta .entry-meta li a,.author-admin .single-hentry .total-meta .entry-meta li a,.blog .single-hentry .total-meta .entry-meta li a,.date .single-hentry .total-meta .entry-meta li a {
    color: #002052
}

.category .single-hentry .total-meta .entry-meta .item-author i,.post-type-archive-service .single-hentry .total-meta .entry-meta .item-author i,.author-admin .single-hentry .total-meta .entry-meta .item-author i,.blog .single-hentry .total-meta .entry-meta .item-author i,.date .single-hentry .total-meta .entry-meta .item-author i {
    color: #ff5e15;
    padding-right: 5px
}

.category .single-hentry .total-meta .entry-meta .item-author a,.post-type-archive-service .single-hentry .total-meta .entry-meta .item-author a,.author-admin .single-hentry .total-meta .entry-meta .item-author a,.blog .single-hentry .total-meta .entry-meta .item-author a,.date .single-hentry .total-meta .entry-meta .item-author a {
    color: #002052;
    font-weight: 400
}

.category .single-hentry .entry-title,.post-type-archive-service .single-hentry .entry-title,.author-admin .single-hentry .entry-title,.blog .single-hentry .entry-title,.date .single-hentry .entry-title {
    margin-bottom: 12px
}

.category .single-hentry .entry-title a,.post-type-archive-service .single-hentry .entry-title a,.author-admin .single-hentry .entry-title a,.blog .single-hentry .entry-title a,.date .single-hentry .entry-title a {
    font-size: 23px
}

@media screen and (max-width: 575px) {
    .category .single-hentry .entry-title a,.post-type-archive-service .single-hentry .entry-title a,.author-admin .single-hentry .entry-title a,.blog .single-hentry .entry-title a,.date .single-hentry .entry-title a {
        font-size:23px!important
    }
}

.category .single-hentry .entry-content,.post-type-archive-service .single-hentry .entry-content,.author-admin .single-hentry .entry-content,.blog .single-hentry .entry-content,.date .single-hentry .entry-content {
    margin-bottom: 20px
}

.archive-classes-hentry .grid-item-inner {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    margin-bottom: 50px
}

@media screen and (max-width: 991px) {
    .archive-classes-hentry .grid-item-inner {
        margin-bottom:30px
    }
}

.archive-classes-hentry .grid-item-inner:hover {
    -webkit-box-shadow: 0 4px 10px rgba(0,0,0,.15);
    -khtml-box-shadow: 0 4px 10px rgba(0,0,0,.15);
    -moz-box-shadow: 0 4px 10px rgba(0,0,0,.15);
    -ms-box-shadow: 0 4px 10px rgba(0,0,0,.15);
    -o-box-shadow: 0 4px 10px rgba(0,0,0,.15);
    box-shadow: 0 4px 10px rgba(0,0,0,.15);
    -webkit-transform: translate(0,-4px);
    -khtml-transform: translate(0,-4px);
    -moz-transform: translate(0,-4px);
    -ms-transform: translate(0,-4px);
    -o-transform: translate(0,-4px);
    transform: translate(0,-4px)
}

.archive-classes-hentry .classes-item {
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    border: 1px solid rgba(119,119,119,.18);
    overflow: hidden;
    background-color: #fff
}

.archive-classes-hentry .classes-item .entry-featured {
    background-color: #fff;
    position: relative;
    margin-bottom: 15px
}

.archive-classes-hentry .classes-item .entry-featured a {
    position: absolute;
    top: 80%;
    left: 50%;
    width: 54px;
    height: 54px;
    font-weight: 500;
    border: 2px solid #fff;
    line-height: 50px;
    text-align: center;
    opacity: 0;
    z-index: 2;
    color: #fff;
    font-size: 50px;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%,-50%);
    -khtml-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.archive-classes-hentry .classes-item .entry-featured:before,.archive-classes-hentry .classes-item .entry-featured:after {
    display: block;
    content: "";
    position: absolute
}

.archive-classes-hentry .classes-item .entry-featured:before {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#ff5e15),to(#ad03af));
    background-image: -webkit-linear-gradient(top,#ff5e15,#ad03af);
    background-image: -moz-linear-gradient(top,#ff5e15,#ad03af);
    background-image: -ms-linear-gradient(top,#ff5e15,#ad03af);
    background-image: -o-linear-gradient(top,#ff5e15,#ad03af);
    background-image: linear-gradient(top,#ff5e15,#ad03af);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff5e15',endColorStr='#ad03af');
    opacity: .5;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

.archive-classes-hentry .classes-item .entry-featured:after {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-repeat: repeat-x;
    background-image: url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/themes/bilhub/assets/css/../images/img-dotted.png)
}

.archive-classes-hentry .classes-item .entry-body {
    text-align: center;
    padding: 15px 25px 27px
}

@media screen and (max-width: 1199px) {
    .archive-classes-hentry .classes-item .entry-body {
        padding-left:15px;
        padding-right: 15px
    }
}

.archive-classes-hentry .classes-item .entry-title {
    font-size: 20px;
    margin-bottom: 18px
}

.archive-classes-hentry .classes-item .entry-content {
    margin-bottom: 27px;
    font-size: 15px;
    line-height: 25px
}

.archive-classes-hentry .classes-item .entry-meta {
    position: relative;
    display: flex;
    justify-content: space-around;
    padding-top: 17px;
    border-top: 1px solid rgba(119,119,119,.18)
}

.archive-classes-hentry .classes-item .entry-meta:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    content: "";
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

.archive-classes-hentry .classes-item .entry-meta .item-box label {
    font-size: 15px;
    font-weight: 500;
    color: #002052;
    margin-bottom: 4px
}

.archive-classes-hentry .classes-item .entry-meta .item-box .box-value {
    font-size: 13px;
    color: #ff5e15
}

.archive-classes-hentry .classes-item:hover .entry-featured a {
    top: 50%;
    opacity: 1
}

.archive-classes-hentry .classes-item:hover .entry-featured:before {
    top: 0
}

.archive-classes-hentry .classes-item:hover .entry-meta:before {
    opacity: 1;
    width: 100%
}

.archive-classes-hentry .posts-pagination {
    margin-top: -20px
}

@media screen and (max-width: 1024px) {
    .entry-body .author-description .title-socials .user-social {
        margin-top:7px;
        margin-left: 20px;
        padding-bottom: 10px
    }
}

@media screen and (min-width: 992px) {
    blockquote p {
        margin-top:2px;
        padding-right: 50px
    }
}

@media screen and (max-width: 991px) {
    .single-hentry {
        margin-top:15px
    }

    .entry-body .author-description .title-socials .user-social {
        margin-left: 45px
    }

    blockquote p {
        padding-left: 50px;
        padding-right: 50px
    }
}

@media screen and (max-width: 767px) {
    .entry-body .entry-author-info {
        margin-top:35px
    }

    .entry-body .entry-author-info .author-post {
        padding: 20px 25px
    }

    .entry-body .entry-author-info .author-description .title-socials {
        display: block
    }

    .entry-body .entry-author-info .author-description .title-socials .user-social {
        margin-top: 7px;
        margin-left: 0;
        padding-bottom: 10px
    }

    .entry-body .entry-author-info .author-description .title-socials .user-social li {
        margin-left: 0;
        padding-right: 5px
    }

    blockquote p {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (max-width: 575px) {
    .single-hentry {
        margin-top:10px
    }

    .single-hentry .entry-body .entry-title {
        margin-bottom: 15px;
        line-height: 1
    }

    .single-hentry .entry-body .entry-title a {
        font-size: 28px
    }

    blockquote {
        margin-top: 20px
    }

    blockquote p {
        font-size: 18px;
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (min-width: 1200px) {
    #post-1151 .elementor-element-populated {
        padding:0
    }

    #post-1151 blockquote p {
        margin-top: 7px;
        padding-left: 160px;
        padding-right: 160px
    }
}

.elementor-page-1151 #post-1151 blockquote p {
    padding-left: 160px;
    padding-right: 160px
}

@media screen and (max-width: 1024px) {
    .elementor-page-1151 #post-1151 blockquote p {
        padding-left:70px;
        padding-right: 70px
    }
}

@media screen and (max-width: 767px) {
    .elementor-page-1151 #post-1151 blockquote p {
        padding-left:40px;
        padding-right: 40px
    }
}

@media screen and (max-width: 575px) {
    .elementor-page-1151 #post-1151 blockquote p {
        font-size:18px;
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (min-width: 992px) {
    .elementor-page-1151 #post-1151 .entry-featured {
        margin-bottom:53px
    }

    .elementor-page-1151 #post-1151 .entry-body {
        padding-left: 100px;
        padding-right: 100px
    }

    .elementor-page-1151 #post-1151 .entry-body .entry-author-info {
        margin-top: 65px
    }

    .elementor-page-1151 .comments-area {
        padding-left: 100px;
        padding-right: 100px
    }

    .elementor-page-1151 .item-featured {
        overflow: hidden
    }

    .elementor-page-1151 .item-featured a img {
        transition: .6s
    }

    .elementor-page-1151 .item-featured a img:hover {
        transform: scale(1.1)
    }

    .elementor-page-1151 .entry-holder .item-comment {
        transition: .6s
    }

    .elementor-page-1151 .entry-holder:hover .item-comment {
        transform: translate(7px,-7px)
    }

    .elementor-page-1151 .entry-holder:hover .entry-title a {
        color: #ff5e15
    }

    .elementor-page-1151 .entry-holder:hover .entry-title a {
        color: #ff5e15!important
    }
}

@media screen and (max-width: 1024px) {
    .postype-single .entry-featured {
        margin-top:10px
    }
}

.postype-single .entry-body .page-sub-title {
    margin-top: 84px;
    font-size: 17px;
    color: #999;
    font-family: roboto,sans-serif;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0
}

@media screen and (max-width: 991px) {
    .postype-single .entry-body .page-sub-title {
        margin-top:60px
    }
}

.postype-single .entry-body .entry-title {
    margin-top: 18px;
    margin-bottom: 35px;
    color: #232d47;
    line-height: 30px;
    font-family: exo,sans-serif;
    font-weight: 800;
    line-height: 50px
}

.postype-single .entry-body .entry-title a {
    font-size: 45px
}

@media screen and (max-width: 575px) {
    .postype-single .entry-body .entry-title a {
        font-size:35px
    }
}

.postype-single .entry-body .excerpt {
    font-size: 18px;
    color: #666;
    line-height: 30px;
    font-family: roboto,sans-serif;
    font-weight: 400
}

@media screen and (min-width: 1200px) {
    .postype-single .entry-body .excerpt {
        padding-right:91px
    }
}

.postype-single .entry-info {
    margin-top: 60px;
    border: 5px solid #f8f8f8;
    padding: 20px 50px 20px 42px
}

@media screen and (max-width: 575px) {
    .postype-single .entry-info {
        padding:15px
    }
}

@media screen and (max-width: 991px) {
    .postype-single .entry-info {
        margin-top:50px
    }
}

.postype-single .entry-info li {
    position: relative;
    list-style: none;
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: 1px dashed #ddd;
    display: flex;
    align-items: center
}

@media screen and (max-width: 575px) {
    .postype-single .entry-info li {
        padding-top:13px;
        padding-bottom: 13px
    }
}

.postype-single .entry-info li:last-child {
    border-bottom: none
}

.postype-single .entry-info li .icon-client {
    position: absolute
}

.postype-single .entry-info li .icon-client i {
    font-size: 45px;
    color: #ff5e15
}

@media screen and (max-width: 575px) {
    .postype-single .entry-info li .icon-client i {
        font-size:37px
    }
}

.postype-single .entry-info li .client-text label {
    padding-left: 62px;
    display: block;
    color: #333;
    font-size: 20px;
    font-family: exo,sans-serif;
    font-weight: 800;
    line-height: 30px;
    text-transform: uppercase
}

.postype-single .entry-info li .client-text span {
    padding-left: 62px;
    color: #666;
    font-size: 17px;
    line-height: 26px;
    font-family: exo,sans-serif;
    font-weight: 400
}

.postype-single .entry-info li .client-text span a {
    color: #666
}

@media screen and (max-width: 575px) {
    .postype-single .entry-info li .client-text label {
        padding-left:44px;
        font-size: 17px
    }

    .postype-single .entry-info li .client-text span {
        padding-left: 44px;
        font-size: 15px
    }
}

@media screen and (min-width: 1200px) {
    .postype-single .img-project-single img {
        text-align:center;
        max-width: 340px;
        max-height: 410px
    }
}

.quote-project-single blockquote {
    margin-top: 72px
}

@media screen and (min-width: 1200px) {
    .quote-project-single blockquote {
        padding-left:230px;
        margin-right: 230px
    }
}

@media screen and (max-width: 1199px) {
    .quote-project-single blockquote {
        padding-left:100px;
        margin-right: 100px
    }
}

@media screen and (max-width: 767px) {
    .quote-project-single blockquote {
        padding-left:50px;
        margin-right: 50px
    }
}

@media screen and (max-width: 991px) {
    .quote-project-single blockquote {
        margin-top:45px
    }
}

@media screen and (max-width: 575px) {
    .quote-project-single blockquote {
        padding-left:0;
        margin-right: 0
    }
}

.quote-project-single blockquote:before {
    font-size: 100px;
    font-weight: 800
}

.quote-project-single blockquote p {
    margin-top: 4px;
    color: #f84d55;
    font-size: 22px;
    font-family: exo,sans-serif;
    font-weight: 700;
    line-height: 34px
}

@media screen and (max-width: 991px) {
    .quote-project-single blockquote p {
        margin-top:0
    }
}

.entry-navigation-postype {
    position: relative;
    margin-top: 70px;
    margin-bottom: 32px
}

@media screen and (max-width: 1024px) {
    .entry-navigation-postype {
        margin-top:50px;
        margin-bottom: 0
    }
}

@media screen and (max-width: 767px) {
    .entry-navigation-postype {
        margin-top:30px
    }
}

.entry-navigation-postype .nav-links {
    display: flex;
    justify-content: space-between
}

.entry-navigation-postype .nav-links:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    background-color: #fafafa;
    top: 50%;
    z-index: -1
}

.entry-navigation-postype .nav-item .nav-post-prev a i {
    padding-right: 13px
}

.entry-navigation-postype .nav-item .nav-post-next a i {
    padding-left: 13px
}

.entry-navigation-postype .nav-item a {
    display: inline-block;
    padding-left: 55px;
    padding-right: 55px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #fafafa;
    cursor: pointer;
    font-size: 16px;
    color: #1c1c1c;
    font-family: exo,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    transition: .5s
}

.entry-navigation-postype .nav-item a i {
    font-size: 13px;
    transition: .7s
}

@media screen and (max-width: 767px) {
    .entry-navigation-postype .nav-item a {
        padding-left:40px;
        padding-right: 40px;
        height: 65px;
        line-height: 65px
    }
}

@media screen and (max-width: 575px) {
    .entry-navigation-postype .nav-item a {
        padding-left:10px;
        padding-right: 10px;
        height: 50px;
        line-height: 50px;
        font-size: 13px
    }

    .entry-navigation-postype .nav-item a i {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 12px
    }
}

.entry-navigation-postype .nav-item a:hover {
    color: #fff;
    background-color: #ff5e15
}

.entry-navigation-postype .nav-item a:hover i {
    color: #fff
}

.tax-portfolio-category .page-title-layout1,.category .page-title-layout1,.post-type-archive-portfolio .page-title-layout1,.attachment-template-default .page-title-layout1 {
    padding-top: 290px!important
}

@media screen and (max-width: 991px) {
    .tax-portfolio-category .page-title-layout1,.category .page-title-layout1,.post-type-archive-portfolio .page-title-layout1,.attachment-template-default .page-title-layout1 {
        padding-top:230px!important
    }
}

@media screen and (max-width: 575px) {
    .tax-portfolio-category .page-title-layout1,.category .page-title-layout1,.post-type-archive-portfolio .page-title-layout1,.attachment-template-default .page-title-layout1 {
        padding-top:125px!important;
        padding-bottom: 85px!important
    }
}

.tax-portfolio-category .sub-title-stroke .page-title:nth-child(1),.category .sub-title-stroke .page-title:nth-child(1),.post-type-archive-portfolio .sub-title-stroke .page-title:nth-child(1),.attachment-template-default .sub-title-stroke .page-title:nth-child(1) {
    display: none
}

@media screen and (max-width: 575px) {
    .tax-portfolio-category .sub-title-stroke .page-title:nth-child(2),.category .sub-title-stroke .page-title:nth-child(2),.post-type-archive-portfolio .sub-title-stroke .page-title:nth-child(2),.attachment-template-default .sub-title-stroke .page-title:nth-child(2) {
        font-size:38px!important;
        line-height: 1.25
    }
}

.tax-portfolio-category .archive-hentry,.category .archive-hentry,.post-type-archive-portfolio .archive-hentry,.attachment-template-default .archive-hentry {
    padding-bottom: 30px
}

.tax-portfolio-category .post-image,.category .post-image,.post-type-archive-portfolio .post-image,.attachment-template-default .post-image {
    position: relative
}

.tax-portfolio-category .post-image .portfolio-item__hover,.category .post-image .portfolio-item__hover,.post-type-archive-portfolio .post-image .portfolio-item__hover,.attachment-template-default .post-image .portfolio-item__hover {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
    opacity: 0;
    transition: .4s
}

.tax-portfolio-category .post-image .portfolio-item__hover a,.category .post-image .portfolio-item__hover a,.post-type-archive-portfolio .post-image .portfolio-item__hover a,.attachment-template-default .post-image .portfolio-item__hover a {
    font-size: 25px;
    color: #fff
}

.tax-portfolio-category .post-image:before,.category .post-image:before,.post-type-archive-portfolio .post-image:before,.attachment-template-default .post-image:before {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 0%;
    height: 0%;
    background-color: #ff5e15;
    opacity: .7;
    transition: all .6s ease;
    z-index: 1
}

.tax-portfolio-category .entry-body-portfolio,.category .entry-body-portfolio,.post-type-archive-portfolio .entry-body-portfolio,.attachment-template-default .entry-body-portfolio {
    padding: 0 20px
}

.tax-portfolio-category .entry-body-portfolio .entry-title,.category .entry-body-portfolio .entry-title,.post-type-archive-portfolio .entry-body-portfolio .entry-title,.attachment-template-default .entry-body-portfolio .entry-title {
    margin-bottom: 7px;
    margin-top: 15px
}

@media screen and (max-width: 767px) {
    .tax-portfolio-category .entry-body-portfolio .entry-title,.category .entry-body-portfolio .entry-title,.post-type-archive-portfolio .entry-body-portfolio .entry-title,.attachment-template-default .entry-body-portfolio .entry-title {
        margin-top:10px
    }
}

.tax-portfolio-category .entry-body-portfolio .entry-title a,.category .entry-body-portfolio .entry-title a,.post-type-archive-portfolio .entry-body-portfolio .entry-title a,.attachment-template-default .entry-body-portfolio .entry-title a {
    font-size: 25px
}

@media screen and (max-width: 991px) {
    .tax-portfolio-category .entry-body-portfolio .entry-title a,.category .entry-body-portfolio .entry-title a,.post-type-archive-portfolio .entry-body-portfolio .entry-title a,.attachment-template-default .entry-body-portfolio .entry-title a {
        font-size:20px
    }
}

@media screen and (max-width: 991px) {
    .tax-portfolio-category .grid-item-inner,.category .grid-item-inner,.post-type-archive-portfolio .grid-item-inner,.attachment-template-default .grid-item-inner {
        margin-top:20px;
        margin-bottom: 20px
    }
}

.tax-portfolio-category .grid-item-inner:hover .post-image:before,.category .grid-item-inner:hover .post-image:before,.post-type-archive-portfolio .grid-item-inner:hover .post-image:before,.attachment-template-default .grid-item-inner:hover .post-image:before {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.tax-portfolio-category .grid-item-inner:hover .post-image .portfolio-item__hover,.category .grid-item-inner:hover .post-image .portfolio-item__hover,.post-type-archive-portfolio .grid-item-inner:hover .post-image .portfolio-item__hover,.attachment-template-default .grid-item-inner:hover .post-image .portfolio-item__hover {
    opacity: 1;
    top: 50%
}

.tax-portfolio-category .posts-pagination,.category .posts-pagination,.post-type-archive-portfolio .posts-pagination,.attachment-template-default .posts-pagination {
    margin: 0 auto
}

.tag-title .entry-title a {
    word-break: break-word
}

.attachment .single-meta .entry-meta {
    margin-bottom: 0;
    margin-right: 15px
}

.attachment .single-meta .item-author {
    display: inline-block;
    margin-right: 15px
}

.attachment .single-meta .item-author a {
    color: #002052
}

.attachment .single-meta .item-author i {
    color: #ff5e15;
    margin-right: 8px
}

.attachment .single-meta .item-comment {
    display: inline-block
}

.attachment .single-meta .item-comment a {
    color: #002052
}

.attachment .single-meta .item-comment i {
    color: #ff5e15;
    margin-right: 10px
}

.attachment .item-date {
    display: inline-block
}

.tag .total-meta ul li,.date .total-meta ul li {
    display: inline-block;
    margin-right: 15px
}

.tag .total-meta ul li a,.date .total-meta ul li a,.tag .total-meta ul li span,.date .total-meta ul li span {
    color: #002052
}

.tag .total-meta ul li a:hover,.date .total-meta ul li a:hover,.tag .total-meta ul li span:hover,.date .total-meta ul li span:hover {
    color: #ff5e15
}

#secondary .widget {
    margin-bottom: 40px
}

#secondary .widget:last-child {
    margin-bottom: 0
}

#secondary .widget select {
    max-width: 100%
}

.widget-title,.comments-title,.comment-reply-title {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    margin-bottom: 22px;
    line-height: 15px;
    text-transform: uppercase
}

ul.menu {
    list-style: none;
    margin: 0
}

.search-form {
    position: relative
}

.widget_nav_menu.column3 ul.menu {
    margin: 0 -15px;
    overflow: hidden
}

.widget_nav_menu.column3 ul.menu li {
    width: 33.33%;
    padding: 0 15px;
    float: left
}

@media screen and (max-width: 767px) {
    .widget_nav_menu.column3 ul.menu li {
        width:50%
    }
}

@media screen and (max-width: 575px) {
    .widget_nav_menu.column3 ul.menu li {
        width:100%
    }
}

.widget_nav_menu.column2 ul.menu {
    margin: 0 -15px;
    overflow: hidden
}

.widget_nav_menu.column2 ul.menu li {
    width: 50%;
    padding: 0 15px;
    float: left
}

@media screen and (max-width: 575px) {
    .widget_nav_menu.column2 ul.menu li {
        width:100%
    }
}

.widget_categories ul,.widget_nav_menu ul,.widget_pages ul,.widget_archive ul,.widget_meta ul {
    list-style: none;
    margin-bottom: 0
}

#content .widget_categories ul ul ul ul ul,#content .widget_pages ul ul ul ul ul,#content .widget_nav_menu ul ul ul ul ul,#content .widget_meta ul ul ul ul ul {
    padding-left: 0
}

#content .widget_nav_menu .widget-content {
    padding-bottom: 36px
}

#content .widget_nav_menu .widget-content .widget-title {
    margin-bottom: 18px
}

#content .widget_nav_menu ul li,#content .widget_pages ul li,#content .widget_meta ul li {
    font-size: 0;
    line-height: 0
}

#content .widget_nav_menu ul li a,#content .widget_pages ul li a,#content .widget_meta ul li a {
    font-size: 15px;
    line-height: normal;
    color: #002052;
    display: block;
    padding: 14px 50px 14px 17px;
    position: relative;
    border: 1px solid #e4e4e4;
    margin-bottom: 10px;
    transition: all .5s
}

#content .widget_nav_menu ul li a:after,#content .widget_pages ul li a:after,#content .widget_meta ul li a:after {
    position: absolute;
    content: "\f105";
    font-family: "font awesome 5 pro";
    font-size: 12px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #002052;
    height: 20px;
    width: 20px;
    line-height: 20px;
    border-radius: 50%;
    border: 1px solid #e4e4e4;
    text-align: center;
    transition: all .5s
}

#content .widget_nav_menu ul li a:hover,#content .widget_pages ul li a:hover,#content .widget_meta ul li a:hover {
    border-color: #ff5e15
}

#content .widget_nav_menu ul li a:hover:after,#content .widget_pages ul li a:hover:after,#content .widget_meta ul li a:hover:after {
    color: #ff5e15;
    border-color: #ff5e15
}

#content .widget_nav_menu ul li.current-cat>a,#content .widget_pages ul li.current-cat>a,#content .widget_meta ul li.current-cat>a,#content .widget_nav_menu ul li.current-cat-parent>a,#content .widget_pages ul li.current-cat-parent>a,#content .widget_meta ul li.current-cat-parent>a,#content .widget_nav_menu ul li>a:hover,#content .widget_pages ul li>a:hover,#content .widget_meta ul li>a:hover {
    color: #ff5e15
}

#content .widget_nav_menu .children,#content .widget_pages .children,#content .widget_meta .children {
    padding-left: 15px
}

#content .widget_nav_menu .sub-menu,#content .widget_pages .sub-menu,#content .widget_meta .sub-menu {
    padding-left: 8px
}

#content .widget_nav_menu ul.menu>li,#content .widget_pages ul.menu>li,#content .widget_meta ul.menu>li,#content .widget_nav_menu .widget-content>ul>li,#content .widget_pages .widget-content>ul>li,#content .widget_meta .widget-content>ul>li {
    position: relative;
    overflow: hidden
}

#content .widget_nav_menu ul.menu>li:before,#content .widget_pages ul.menu>li:before,#content .widget_meta ul.menu>li:before,#content .widget_nav_menu .widget-content>ul>li:before,#content .widget_pages .widget-content>ul>li:before,#content .widget_meta .widget-content>ul>li:before {
    content: '';
    top: 0;
    bottom: 35px;
    width: 1px;
    background-color: #e4e4e4;
    position: absolute;
    left: 0
}

#content .widget_nav_menu ul.menu>li a,#content .widget_pages ul.menu>li a,#content .widget_meta ul.menu>li a,#content .widget_nav_menu .widget-content>ul>li a,#content .widget_pages .widget-content>ul>li a,#content .widget_meta .widget-content>ul>li a {
    z-index: 1
}

#content .widget_nav_menu ul.menu>li a:before,#content .widget_pages ul.menu>li a:before,#content .widget_meta ul.menu>li a:before,#content .widget_nav_menu .widget-content>ul>li a:before,#content .widget_pages .widget-content>ul>li a:before,#content .widget_meta .widget-content>ul>li a:before {
    content: '';
    height: 1px;
    width: 1e3px;
    background-color: #e4e4e4;
    position: absolute;
    bottom: 25px;
    right: 100%;
    z-index: -1
}

#content .widget_categories .widget-content,#content .widget_archive .widget-content {
    padding: 48px 40px 30px
}

@media screen and (max-width: 575px) {
    #content .widget_categories .widget-content,#content .widget_archive .widget-content {
        padding:42px 20px 30px
    }
}

#content .widget_categories .widget-title,#content .widget_archive .widget-title {
    margin-bottom: 17px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600
}

#content .widget_categories ul li,#content .widget_archive ul li {
    position: relative
}

#content .widget_categories ul li a,#content .widget_archive ul li a {
    position: relative;
    cursor: pointer;
    font-size: 15px;
    color: #002052;
    line-height: 50px;
    display: block;
    border-bottom: 1px solid #cfd8dd;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

@media screen and (max-width: 575px) {
    #content .widget_categories ul li a,#content .widget_archive ul li a {
        line-height:50px
    }
}

#content .widget_categories ul li a span,#content .widget_archive ul li a span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-size: 15px;
    font-weight: 400;
    color: #002052;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

#content .widget_categories ul li a:hover,#content .widget_archive ul li a:hover {
    color: #ff5e15;
    border-color: #ff5e15
}

#content .widget_categories ul li a:hover span,#content .widget_archive ul li a:hover span {
    color: #ff5e15
}

#content .widget_categories ul li:last-child a,#content .widget_archive ul li:last-child a {
    border-bottom: none
}

#content .widget_categories ul li .children,#content .widget_archive ul li .children {
    padding-left: 20px
}

#content .widget_categories ul li .children a,#content .widget_archive ul li .children a {
    border-bottom: 1px solid #cfd8dd!important
}

#content .widget_categories .widget_archive ul li a span,#content .widget_archive .widget_archive ul li a span {
    padding: 0 5px
}

#content .widget_categories .widget_archive ul li a span:before,#content .widget_archive .widget_archive ul li a span:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: '(';
    left: 0
}

#content .widget_categories .widget_archive ul li a span:after,#content .widget_archive .widget_archive ul li a span:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: ')';
    right: 0
}

#content .widget_categories .current-cat>a,#content .widget_archive .current-cat>a,#content .widget_categories .current-cat-parent>a,#content .widget_archive .current-cat-parent>a,#content .widget_categories .current-cat-ancestor>a,#content .widget_archive .current-cat-ancestor>a {
    color: #ff5e15
}

#content .widget_categories .nice-select ul li,#content .widget_archive .nice-select ul li {
    font-size: 14px;
    line-height: normal
}

#content .widget_pages .children {
    padding-left: 17px
}

#content .widget_nav_menu .sub-menu {
    padding-left: 17px
}

.widget_recent_comments .widget-content {
    padding: 48px 40px 30px
}

@media screen and (max-width: 575px) {
    .widget_recent_comments .widget-content {
        padding:42px 20px 30px
    }
}

.widget_recent_comments a {
    color: #002052;
    padding-left: 13px;
    position: relative
}

.widget_recent_comments a:before {
    content: '\f105';
    font-size: 13px;
    color: #ff5e15;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: "font awesome 5 pro";
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

.widget_recent_comments a:hover {
    padding-left: 15px
}

.widget_recent_comments a:hover:before {
    left: 5px
}

.widget_recent_comments a:hover {
    color: #ff5e15
}

.widget_recent_comments li {
    padding: 15px 0;
    border-bottom: 1px solid #cfd8dd;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

.widget_recent_comments li:last-child {
    border-bottom: none
}

.widget_recent_entries .widget-content {
    padding: 48px 40px 30px
}

@media screen and (max-width: 575px) {
    .widget_recent_entries .widget-content {
        padding:42px 20px 30px
    }
}

.widget_recent_entries a {
    color: #002052;
    padding-left: 13px;
    position: relative
}

.widget_recent_entries a:before {
    content: '\f105';
    font-size: 13px;
    color: #ff5e15;
    position: absolute;
    left: 0;
    top: -2px;
    font-family: "font awesome 5 pro";
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

.widget_recent_entries a:hover {
    padding-left: 15px
}

.widget_recent_entries a:hover:before {
    left: 5px
}

.widget_recent_entries a:hover {
    color: #ff5e15
}

.widget_recent_entries li {
    padding: 15px 0;
    border-bottom: 1px solid #cfd8dd;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

.widget_recent_entries li:last-child {
    border-bottom: none
}

.widget_recent_comments .recentcomments span {
    position: relative;
    padding-left: 15px
}

.widget_recent_comments .recentcomments span a {
    position: static
}

.widget_recent_comments .recentcomments>a {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: #0f2b5a;
    display: block!important;
    position: static;
    padding-left: 15px!important
}

.widget_recent_comments .recentcomments>a:hover {
    color: #ff5e15
}

.widget_recent_comments .recentcomments>a:before {
    content: '\A';
    white-space: pre
}

.widget_recent_comments .recentcomments:hover a:before {
    left: 5px!important
}

.widget_rss ul {
    list-style: none;
    padding: 0
}

.widget_rss li {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #cfd8dd
}

.widget_rss li a {
    color: #002052
}

.widget_rss li a:hover {
    color: #ff5e15
}

.widget_rss li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.widget_rss li .rss-date {
    padding-left: 20px;
    position: relative;
    margin: 10px 0 6px;
    font-style: normal
}

.widget_rss li .rss-date:before {
    position: absolute;
    content: '\f133';
    font-family: 'font awesome 5 pro';
    left: 0
}

.widget_rss li cite {
    padding-left: 20px;
    position: relative;
    margin: 10px 0 6px;
    font-style: normal;
    color:
}

.widget_rss li cite:before {
    position: absolute;
    content: '\f007';
    font-family: 'font awesome 5 pro';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 400
}

.widget_rss .rsswidget {
    font-weight: 700;
    display: inline-block
}

.widget_rss .rss-date {
    font-size: .875em;
    font-style: italic;
    display: block
}

.widget_rss cite {
    font-weight: 700;
    font-size: .875em
}

.widget_calendar th,.widget_calendar td {
    text-align: center;
    padding: 5px
}

.widget_calendar table>caption {
    padding-bottom: 0;
    text-align: center;
    color: inherit
}

.widget_ef_recent_posts li {
    padding-bottom: 14px
}

.widget_ef_recent_posts li:last-child {
    padding-bottom: 0
}

.widget_ef_recent_posts .entry-posted-in a {
    font-size: 15px;
    font-weight: 500;
    color: rgba(0,0,0,.66)
}

.widget_ef_recent_posts .entry-posted-in a:hover {
    color: #ff5e15
}

.widget_ef_recent_posts .entry-title {
    font-size: 18px;
    line-height: 24px;
    margin-top: 4px
}

@media screen and (max-width: 575px) {
    .widget_ef_recent_posts .entry-title {
        font-size:15px
    }
}

.widget_ef_recent_posts .entry-title a {
    color: #000
}

.widget_ef_recent_posts .entry-title a:hover {
    color: #ff5e15
}

.widget_ef_recent_posts .entry-title+.entry-meta {
    margin-top: 15px
}

.widget-area .cms-social {
    margin: 0;
    list-style: none;
    margin-left: -3px!important;
    margin-right: -3px!important
}

.widget-area .cms-social li {
    display: inline-block;
    margin: 3px
}

.widget-area .cms-social a {
    display: block;
    width: 34px;
    height: 34px;
    overflow: hidden;
    text-align: center;
    line-height: 34px;
    background-color: #ff5e15;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin: 3px;
    color: #fff
}

.widget-area .cms-social a.social-facebook {
    background-color: #1ab9ff
}

.widget-area .cms-social a.social-google {
    background-color: #f66
}

.widget-area .cms-social a.social-skype {
    background-color: #abcd52
}

.widget-area .cms-social a:hover {
    background-color: #ff5e15;
    color: #fff
}

.widget_cms_check_availability {
    background-color: #fff;
    border: 1px solid #e5e5e5!important;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 55px!important;
    padding: 30px!important
}

.widget_cms_check_availability .select2-selection__arrow {
    display: none!important
}

.widget_newsletterwidget {
    background-color: #002052;
    padding: 32px 40px 40px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px
}

@media screen and (max-width: 1199px) {
    .widget_newsletterwidget {
        padding-left:30px;
        padding-right: 30px
    }
}

.widget_newsletterwidget .description {
    padding-bottom: 22px
}

.widget_newsletterwidget .tnp-widget {
    position: relative
}

.widget_newsletterwidget .tnp-widget .tnp-field-email {
    margin-bottom: 0
}

.widget_newsletterwidget .tnp-widget .tnp-field-email .tnp-email {
    height: 60px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background-color: initial;
    border: 1px solid #283a62;
    background-color: initial;
    font-size: 14px;
    color: #6b89c1;
    font-style: normal;
    padding: 0 19px
}

.widget_newsletterwidget .tnp-widget .tnp-field-email .tnp-email:focus {
    border-color: #ff5e15
}

.widget_newsletterwidget .tnp-widget .tnp-field-button {
    margin: 0;
    width: 51px;
    height: 51px;
    position: absolute;
    top: 0;
    right: 0
}

.widget_newsletterwidget .tnp-widget .tnp-field-button:before {
    content: '\f061';
    font-size: 11px;
    color: #fff;
    height: 22px;
    width: 22px;
    line-height: 22px;
    -webkit-border-radius: 22px;
    -khtml-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
    border-radius: 22px;
    background-color: #ff5e15;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -khtml-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-family: "font awesome 5 pro";
    text-align: center
}

.widget_newsletterwidget .tnp-widget .tnp-field-button .tnp-submit {
    top: 0;
    right: 0;
    opacity: 0;
    padding: 0;
    height: 51px;
    width: 51px;
    position: absolute
}

.widget_cms_recent_posts .widget-content {
    padding-bottom: 41px!important
}

@media screen and (max-width: 575px) {
    .widget_cms_recent_posts .widget-content {
        padding-bottom:33px!important
    }
}

.widget_cms_recent_posts .entry-title {
    line-height: .75;
    margin-top: 0;
    margin-bottom: 7px
}

.widget_cms_recent_posts .entry-title a {
    font-size: 14px;
    color: #002052;
    transition: .4s;
    text-transform: none;
    font-family: Roboto;
    font-weight: 500
}

.widget_cms_recent_posts .entry-title a:hover {
    color: #ff5e15
}

@media screen and (max-width: 575px) {
    .widget_cms_recent_posts .widget-title {
        margin-bottom:15px
    }
}

.widget_cms_recent_posts .entry-categori a {
    font-size: 12px;
    color: #ff5e15;
    font-weight: 400
}

.widget_cms_recent_posts .posts-list {
    counter-reset: number
}

.widget_cms_recent_posts .post-item {
    display: flex;
    margin-bottom: 15px
}

.widget_cms_recent_posts .post-item .entry-counter {
    width: 20px;
    position: relative;
    display: block
}

.widget_cms_recent_posts .post-item .entry-counter:before {
    position: absolute;
    counter-increment: number;
    content: counter(number)'.';
    font-size: 20px;
    color: #002052;
    top: 13px
}

@media screen and (max-width: 575px) {
    .widget_cms_recent_posts .post-item .entry-counter {
        width:10px
    }
}

.widget_cms_recent_posts .post-item .entry-content {
    margin-left: 22px
}

.widget_cms_recent_posts .post-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.widget_cms_recent_posts .post-item:hover .entry-media a:after {
    opacity: 1;
    width: 100%;
    left: 0;
    right: auto;
    transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -webkit-transform-origin: right;
    -o-transform-origin: right
}

.widget_cms_recent_posts_carousel .post-item {
    margin-bottom: 20px;
    padding-bottom: 20px
}

.widget_cms_recent_posts_carousel .post-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.widget_cms_recent_posts_carousel .entry-media {
    margin-bottom: 17px
}

.widget_cms_recent_posts_carousel .entry-media img {
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    width: 100%
}

.widget_cms_recent_posts_carousel .entry-meta {
    margin-bottom: 5px;
    color: #ff5e15
}

.widget_cms_recent_posts_carousel .entry-title {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 3px
}

.widget_cms_recent_posts_carousel .entry-content {
    margin-top: 0
}

.widget_cms_recent_posts_carousel .owl-dots {
    margin: 0 -5px -10px;
    list-style: none
}

.widget_cms_recent_posts_carousel .owl-dots .owl-dot {
    display: inline-block;
    margin: 20px 5px 0;
    height: 5px;
    line-height: 5px;
    width: 30px;
    text-indent: -9999px;
    padding: 0;
    border: none;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background-color: #002052
}

.widget_cms_recent_posts_carousel .owl-dots .owl-dot.active {
    background-color: #ff5e15
}

#secondary .tagcloud a,#secondary .entry-tags a {
    background-color: #e3e3e3;
    color: #002052;
    display: inline-block;
    font-size: 12px!important;
    line-height: 25px;
    padding: 0 11px;
    margin-bottom: 4px;
    margin-right: 1px;
    transition: .5s;
    font-weight: 500
}

#secondary .tagcloud a:hover,#secondary .entry-tags a:hover {
    background-color: #002052;
    color: #fff
}

.widget_tag_cloud .widget-content {
    padding-bottom: 45px!important
}

@media screen and (max-width: 575px) {
    .widget_tag_cloud .widget-content {
        padding-bottom:37px!important
    }
}

.widget .tagcloud {
    margin-right: -8px
}

.widget_search {
    position: relative
}

.widget_search .search-field {
    background-color: #f6f6f6;
    padding-right: 50px;
    font-size: 15px;
    color: #002052;
    height: 50px;
    line-height: 50px;
    border-color: #f6f6f6
}

.widget_search .search-field:focus {
    border-color: #ff5e15
}

.widget_search .search-field::-webkit-input-placeholder {
    color: #002052
}

.widget_search .search-field::-moz-placeholder {
    color: #002052
}

.widget_search .search-field::-ms-input-placeholder {
    color: #002052
}

.widget_search .search-field::-moz-placeholder {
    color: #002052
}

.widget_search .search-submit {
    border: none;
    background-color: initial;
    padding: 0;
    height: 50px;
    line-height: 50px;
    width: 50px;
    font-size: 15px;
    color: #002052;
    position: absolute;
    top: 0;
    right: 0;
    outline: none;
    cursor: pointer
}

.widget-area .widget.widget_cms_recent_posts {
    padding-bottom: 0
}

.widget-area .widget:not(.widget_search):not(.widget_instagram-feed-widget) {
    border: 1px solid #f6f6f6
}

.widget-area .widget:not(.widget_search):not(.widget_instagram-feed-widget) .widget-content {
    background-color: #f6f6f6;
    padding: 48px 40px 49px
}

@media screen and (max-width: 575px) {
    .widget-area .widget:not(.widget_search):not(.widget_instagram-feed-widget) .widget-content {
        padding:42px 20px 33px
    }
}

.widget-area .widget.widget_search {
    padding: 0 0;
    border: none
}

.widget-area .widget.widget_search .widget-title {
    color: #fff;
    margin-bottom: 23px
}

.widget-area .widget.widget_categories {
    border: 1px solid #f2f2f2;
    background-color: #fff
}

.widget-area .widget.widget_recent_comments {
    border: 1px solid #f2f2f2;
    background-color: #fff
}

@media screen and (max-width: 1199px) {
    .widget-area .widget.widget_cms_recent_posts {
        padding-bottom:0
    }

    .widget-area .widget:not(.widget_search) .widget-content {
        padding: 30px 20px
    }
}

@media screen and (max-width: 767px) {
    #secondary .widget {
        margin-bottom:40px
    }
}

.widget_categories .nice-select,.widget_text .nice-select,.widget_archive .nice-select {
    border-color: #e4e4e4!important
}

.gallery {
    margin: -16px -12px 43px;
    display: flex;
    flex-wrap: wrap
}

.gallery .gallery-item {
    padding: 0 12px;
    margin-top: 24px;
    margin-bottom: 0
}

.gallery.gallery-columns-2 .gallery-item {
    width: 50%
}

.gallery.gallery-columns-3 .gallery-item {
    width: 33.33%
}

.gallery.gallery-columns-4 .gallery-item {
    width: 25%
}

.gallery.gallery-columns-5 .gallery-item {
    width: 20%
}

.widget_block.widget_search {
    margin-bottom: 20px;
    background-color: #f6f6f6;
    padding: 48px 40px 30px!important
}

.widget_block.widget_search label {
    margin-bottom: 17px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600
}

.widget_block.widget_search .wp-block-search__inside-wrapper {
    position: relative
}

.widget_block.widget_search input {
    border-bottom: 1px solid #cfd8dd!important;
    background-color: #f3f3f9;
    border-radius: 0
}

.widget_block.widget_search button {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

.widget_block.widget_search .wp-block-search__button:hover {
    color: #ff5e15
}

.widget_block .wp-block-latest-comments {
    padding-left: 0;
    margin-bottom: 0
}

.widget_block .wp-block-latest-comments li {
    margin-bottom: 0;
    padding: 15px 0;
    border-bottom: 1px solid #cfd8dd;
    transition: all .5s ease-in-out 0s
}

.widget_block .wp-block-latest-comments li:last-child {
    border: none
}

.widget_block .wp-block-latest-comments li a:first-child {
    color: #002052;
    padding-left: 13px;
    position: relative;
    font-weight: 500;
    line-height: 1.5
}

.widget_block .wp-block-latest-comments li a:first-child:before {
    content: '\f105';
    font-size: 13px;
    color: #ff5e15;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: "font awesome 5 pro";
    transition: all .5s ease-in-out 0s
}

.widget_block .wp-block-latest-comments li:hover {
    padding-left: 10px;
    border-color: #ff5e15
}

.wp-block-search__button-outside {
    margin-bottom: 20px
}

.wp-block-search__button-outside input {
    border-color: #ccc!important;
    border-radius: 0
}

.wp-block-search__button-outside .wp-block-search__button:hover {
    color: #ff5e15
}

.nice-select {
    border-color: #e4e4e4
}

.widget_block h2 {
    margin-bottom: 17px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600
}

.widget_block ul li {
    padding: 15px 0;
    border-bottom: 1px solid #cfd8dd;
    transition: all .5s ease-in-out 0s
}

.widget_block ul li:last-child {
    border: none
}

.widget_block ul li a {
    color: #002052;
    padding-left: 13px;
    position: relative;
    font-weight: 500
}

.widget_block ul li a:before {
    content: '\f105';
    font-size: 13px;
    color: #ff5e15;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: "font awesome 5 pro";
    transition: all .5s ease-in-out 0s
}

.widget_block ul li:hover {
    border-color: #ff5e15
}

.widget_block ul li:hover a {
    color: #ff5e15;
    padding-left: 15px
}

.widget_block ul li:hover a:before {
    left: 5px
}

.page-content .wp-smiley,.entry-content .wp-smiley,.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

embed,iframe,object {
    max-width: 100%
}

.custom-logo-link {
    display: inline-block
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption .wp-caption-text {
    padding: .8075em 0;
    font-size: .875em;
    font-style: italic
}

.wp-caption-text {
    text-align: center
}

.gallery {
    margin-bottom: 1.5em
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.gallery-caption {
    display: block
}

@media screen and (min-width: 1200px) {
    .col-offset-left .cms-project-carousel .grid-filter-wrap {
        margin-left:150px
    }

    .col-offset-left .cms-project-carousel .slick-dots {
        margin-right: 250px
    }
}

@media screen and (min-width: 1200px) {
    .col-offset-right .cms-project-carousel .grid-filter-wrap {
        margin-right:150px
    }

    .col-offset-right .cms-project-carousel .slick-dots {
        margin-left: 250px
    }
}

.comments-area .comment-form .row {
    margin-right: -10px;
    margin-left: -10px
}

.comments-area .comment-form .row .comment-form-author {
    padding-right: 10px;
    padding-left: 10px
}

.comments-area .comment-form .row .comment-form-email {
    padding-right: 10px;
    padding-left: 10px
}

.comments-area .comment-form .row .comment-form-website {
    padding-right: 10px;
    padding-left: 10px
}

.comments-area .comments-title {
    font-size: 24px;
    margin-bottom: 42px
}

.comments-area .comment-list {
    list-style: none;
    margin: 0
}

.comments-area .comment-list>.comment+.comment {
    margin-top: 20px
}

.comments-area .comment-list>.comment:last-child .comment-body {
    margin-bottom: 0
}

.comments-area .comment-list>.comment .children {
    padding-top: 20px;
    list-style: none;
    margin: 0;
    padding-left: 70px
}

@media screen and (max-width: 767px) {
    .comments-area .comment-list>.comment .children {
        padding-left:0
    }
}

.comments-area .comment-list>.comment .children li+li {
    padding-top: 20px
}

.comments-area .comment-list>.trackback,.comments-area .comment-list>.pingback {
    border-top: 2px solid #e7ebef;
    margin-top: 24px;
    padding-top: 30px
}

.comments-area .comment-list>.trackback:nth-child(1),.comments-area .comment-list>.pingback:nth-child(1) {
    border-top: none;
    margin-top: 0
}

.comments-area .comment-list .children {
    list-style: none
}

.comments-area .comment-list .comment-body+.comment-respond {
    margin-top: 30px;
    margin-bottom: 45px
}

.comments-area .comment-list ul ul ul ul .comment-content {
    padding-right: 20px
}

.comments-area .comment-list ul ul ul ul .comment-content .comment-meta {
    padding-right: 25px;
    display: unset
}

.comments-area .comment-list ul ul ul ul .comment-content .comment-meta .comment-title {
    margin-bottom: 12px
}

.comments-area .comment-list ul ul ul ul .comment-content .comment-reply {
    display: none
}

.comments-area .comment-body {
    background-color: #f6f6f6;
    padding: 40px 40px 29px;
    position: relative
}

.comments-area .comment-body .comment-content {
    margin-top: 3px
}

.comments-area .comment-inner {
    display: flex;
    flex-wrap: nowrap
}

.comments-area .comment-inner img.avatar {
    max-width: 80px;
    min-width: 80px;
    max-height: 80px;
    margin-right: 30px
}

@media screen and (max-width: 575px) {
    .comments-area .comment-inner img.avatar {
        margin-bottom:35px;
        margin-right: 0
    }
}

@media screen and (max-width: 575px) {
    .comments-area .comment-inner .comment-content {
        margin-top:0;
        padding-right: 15px;
        padding-left: 15px
    }
}

.comments-area .comment-inner .comment-content .comment-meta {
    margin-bottom: 10px;
    padding-right: 70px
}

@media screen and (min-width: 1200px) {
    .comments-area .comment-inner .comment-content .comment-meta {
        display:flex;
        align-items: center
    }
}

@media screen and (max-width: 575px) {
    .comments-area .comment-inner .comment-content .comment-meta {
        padding-right:0
    }
}

.comments-area .comment-inner .comment-content .comment-meta .comment-date {
    padding-left: 5px;
    color: #a9a9a9;
    font-size: 14px
}

.comments-area .comment-inner .comment-content .comment-title {
    font-weight: 700!important;
    font-size: 22px;
    color: #454545;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 2px;
    margin-right: 8px;
    margin-bottom: 5px
}

.comments-area .comment-inner .comment-content .comment-title a {
    color: inherit
}

.comments-area .comment-inner .comment-content .comment-title a:hover {
    color: #ff5e15
}

.comments-area .comment-inner .comment-content .comment-text {
    margin-top: 18px;
    margin-bottom: 7px;
    font-size: 15px;
    line-height: 1.73333;
    color: #666
}

.comments-area .comment-inner .comment-content .comment-text img {
    margin: 15px 0
}

.comments-area .comment-inner .comment-content .comment-text p:last-child {
    margin-bottom: 0
}

@media screen and (max-width: 1199px) {
    .comments-area .comment-inner .comment-content .comment-text p {
        word-break:break-word
    }
}

.comments-area .comment-inner .comment-content .comment-reply {
    line-height: 5px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    top: 33px;
    right: 35px
}

@media screen and (max-width: 575px) {
    .comments-area .comment-inner .comment-content .comment-reply {
        position:static;
        margin-top: 20px
    }
}

.comments-area .comment-inner .comment-content .comment-reply i {
    color: #ff5e15;
    margin-right: 5px
}

.comments-area .comment-inner .comment-content .comment-reply a {
    color: #ff5e15;
    text-transform: uppercase;
    position: relative
}

.comments-area .comment-list-wrap {
    margin-top: 64px;
    margin-bottom: 70px
}

@media screen and (max-width: 767px) {
    .comments-area .comment-list-wrap {
        margin-bottom:60px
    }
}

.comments-area #commentform input,.comments-area #commentform textarea {
    margin-bottom: 12px;
    background-color: #f6f6f6;
    resize: none
}

@media screen and (max-width: 767px) {
    .comments-area #commentform input,.comments-area #commentform textarea {
        margin-bottom:20px
    }
}

@media screen and (max-width: 575px) {
    .comments-area #commentform input,.comments-area #commentform textarea {
        margin-bottom:17px
    }
}

.comments-area #commentform textarea {
    padding: 20px 23px
}

.comments-area #commentform .form-submit .submit {
    border: none;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    width: 180px;
    height: 55px;
    line-height: 56px;
    text-align: center;
    cursor: pointer;
    background-color: #ff5e15;
    transition: .5s
}

.comments-area #commentform .form-submit .submit:hover {
    background-color: #002052
}

.comments-area #commentform .form-submit input:focus {
    outline: none
}

.comments-area .comment-content a {
    word-wrap: break-word
}

.comments-area .bypostauthor {
    display: block
}

.comments-area .logged-in-as {
    color: inherit
}

.comments-area .logged-in-as a {
    color: inherit;
    position: relative;
    padding-left: 25px
}

.comments-area .logged-in-as a:hover {
    color: #ff5e15
}

.comments-area .logged-in-as a:before {
    font-family: fontawesome;
    position: absolute;
    top: 1px;
    left: 0;
    width: 20px;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #ff5e15;
    color: #fff;
    border-radius: 50%
}

.comments-area .logged-in-as a:nth-child(1):before {
    content: "\f007"
}

.comments-area .logged-in-as a:nth-child(2) {
    margin-left: 15px
}

.comments-area .logged-in-as a:nth-child(2):before {
    font-family: "font awesome 5 pro";
    content: "\f2f6"
}

#commentform>.row>div input {
    padding: 23px
}

#commentform textarea {
    height: 180px
}

#commentform .form-submit input {
    text-transform: uppercase
}

@media screen and (max-width: 575px) {
    .comment-form-cookies-consent {
        line-height:.5;
        margin-bottom: 29px;
        margin-top: 7px
    }
}

.comment-form-cookies-consent input {
    margin-right: 5px
}

.comment-form-cookies-consent label {
    display: contents
}

.comment-respond {
    margin-top: 40px
}

.comment-respond #cancel-comment-reply-link {
    margin-top: 30px
}

.comment-respond .comment-reply-title {
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 39px
}

.comment-respond .comment-reply-title small a {
    border-radius: 2px;
    background-color: #ff5e15;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 25px;
    display: inline-block;
    padding: 0 10px;
    font-family: roboto,sans-serif;
    margin-left: 8px
}

.comment-respond .comment-reply-title small a:hover {
    background-color: #002052
}

.comment-respond .logged-in-as {
    margin-top: -20px
}

@media screen and (max-width: 1199px) {
    .comments-area .comment-reply {
        position:static!important;
        letter-spacing: 1px;
        margin-top: 23px;
        line-height: 12px!important;
        border-radius: 51px
    }
}

@media screen and (max-width: 767px) {
    .comments-area .comment-list-wrap {
        margin-top:60px!important
    }

    .comments-area .comment-list-wrap .comments-title {
        margin-bottom: 40px
    }

    .comments-area .comment-list-wrap .comment-body {
        padding: 30px 20px
    }

    .comments-area .comment-list-wrap .comment-body .comment-content .comment-text {
        margin-top: 0
    }

    .comments-area .comment-list-wrap .comment-body .comment-content .comment-reply {
        position: static;
        letter-spacing: 1px;
        margin-top: 23px
    }

    .comments-area .comment-respond #commentform .form-submit .submit {
        width: 160px;
        height: 47px;
        line-height: 48px
    }
}

@media(max-width: 480px) {
    .comments-area .comment-inner {
        display:block
    }

    .comments-area .comment-inner img.avatar {
        max-width: 110px;
        min-width: 110px;
        max-height: 110px
    }

    .comments-area .comment-inner .comment-content {
        padding-left: 0
    }
}

.site-footer {
    background-color: #002052
}

@media(min-width: 1600px) {
    .site-footer-custom .bg-footer-custom {
        background-position:2% 100%!important;
        background-repeat: no-repeat!important
    }
}

.bg-footer-custom {
    background-position: -99999999px 100%!important
}

@media(min-width: 1600px) {
    .bg-footer-custom {
        background-position:98px 100%!important;
        background-repeat: no-repeat!important
    }
}

.scroll-top {
    position: fixed;
    z-index: 99;
    bottom: 24px;
    right: 30px;
    height: 47px;
    width: 47px;
    line-height: 47px;
    text-align: center;
    background-color: #ff5e15;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    font-size: 22px;
    opacity: 0;
    visibility: hidden
}

@media screen and (max-width: 1280px) {
    .scroll-top {
        bottom:20px;
        right: 0
    }
}

.scroll-top:hover,.scroll-top:focus,.scroll-top:active {
    color: #fff;
    background-color: #eb4900
}

.scroll-top.on {
    bottom: 44px;
    opacity: 1;
    visibility: visible
}

@media screen and (max-width: 1280px) {
    .scroll-top.on {
        bottom:20px;
        right: 0;
        -webkit-border-radius: 2px 0 0;
        -khtml-border-radius: 2px 0 0;
        -moz-border-radius: 2px 0 0;
        -ms-border-radius: 2px 0 0;
        -o-border-radius: 2px 0 0;
        border-radius: 2px 0 0;
        height: 35px;
        width: 35px;
        line-height: 35px;
        font-size: 16px
    }
}

.style1 .tnp-email {
    background-color: #fff
}

.style2 .tnp-email {
    background-color: #f7fafc
}

@media screen and (max-width: 575px) {
    .cms-newsletter .tnp-form .tnp-email {
        height:60px;
        padding: 0 15px!important;
        font-size: 14px!important
    }

    .cms-newsletter .tnp-form .tnp-button-footer {
        font-size: 14px!important;
        padding: 0!important;
        width: 110px!important;
        height: 100%!important
    }
}

@media screen and (max-width: 1199px) {
    .footer-default .elementor-widget-wrap {
        padding-left:5px;
        padding-right: 5px
    }
}

@media screen and (max-width: 1199px) {
    .footer-transparent .elementor-widget-wrap {
        padding-left:5px;
        padding-right: 5px
    }
}

.footer-transparent .newsletter-custom .cms-newsletter,.footer-transparent .newsletter-custom .style2 {
    margin-right: -6px
}

@media screen and (max-width: 1024px) {
    .footer-transparent .newsletter-custom .cms-newsletter,.footer-transparent .newsletter-custom .style2 {
        margin-right:0
    }
}

.copyright p {
    margin-bottom: 0
}

@media(min-width: 576px) and (max-width:767px) {
    .custom-column-footer1 .elementor-container {
        width:550px;
        margin: 0 auto
    }
}

.logo-footer img {
    max-height: 59px
}

.item-featured img {
    width: 100%;
    -webkit-transition: all .4s cubic-bezier(.39,.575,.565,1)0s;
    -khtml-transition: all .4s cubic-bezier(.39,.575,.565,1)0s;
    -moz-transition: all .4s cubic-bezier(.39,.575,.565,1)0s;
    -ms-transition: all .4s cubic-bezier(.39,.575,.565,1)0s;
    -o-transition: all .4s cubic-bezier(.39,.575,.565,1)0s;
    transition: all .4s cubic-bezier(.39,.575,.565,1)0s
}

.icon-slide-color svg {
    fill: #ff5e15
}

.cms-grid .grid-sizer {
    visibility: hidden
}

.cms-grid .cms-grid-inner,.cms-grid .grid-item-inner {
    position: relative
}

.cms-grid .grid-item.cms-animated .grid-item-inner {
    animation: .65s ease 0s normal forwards 1 running moveUp;
    -webkit-animation: .65s ease 0s normal forwards 1 running moveUp;
    -webkit-transform: translateY(200px);
    -khtml-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -o-transform: translateY(200px);
    transform: translateY(200px)
}

.cms-grid .cms-load-more {
    margin-top: 35px
}

.cms-grid .cms-load-more i {
    margin-left: 0;
    margin-right: 0
}

.cms-grid .cms-load-more i.fa-refresh {
    margin-right: 8px
}

.cms-grid .cms-grid-pagination {
    margin-top: 19px
}

.cms-grid .item-featured a {
    display: block
}

.cms-grid .btn-loadmore i {
    margin-left: 0;
    margin-right: 0
}

.cms-grid .btn-loadmore i.fa-refresh {
    margin-right: 8px
}

.grid-filter-wrap {
    margin-bottom: 13px
}

.grid-filter-wrap span {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin: 10px 13px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    text-transform: capitalize;
    color: #232d47;
    position: relative
}

.grid-filter-wrap span.active,.grid-filter-wrap span:hover {
    color: #ff5e15
}

.select-filter-wrap.nice-select,.select-order-wrap.nice-select {
    min-width: 160px;
    height: 40px;
    line-height: 40px;
    padding: 0 40px 0 21px;
    display: inline-block;
    width: inherit;
    border: none;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.24);
    -khtml-box-shadow: 0 2px 4px rgba(0,0,0,.24);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,.24);
    -ms-box-shadow: 0 2px 4px rgba(0,0,0,.24);
    -o-box-shadow: 0 2px 4px rgba(0,0,0,.24);
    box-shadow: 0 2px 4px rgba(0,0,0,.24);
    font-size: 15px
}

.select-filter-wrap.nice-select:after,.select-order-wrap.nice-select:after {
    content: "\f2f9";
    right: 15px;
    font-size: 15px
}

.select-order-wrap {
    margin-left: 15px
}

.btn-custom1 .elementor-button-wrapper a {
    display: block;
    width: 100%;
    text-align: left;
    height: 70px;
    line-height: 70px;
    padding: 0 30px
}

@media screen and (max-width: 767px) {
    .btn-custom1 .elementor-button-wrapper a {
        padding:0 20px
    }
}

.btn-custom1 .elementor-button-wrapper a i {
    font-size: 12px;
    background-color: #fff;
    color: #ff5e15;
    width: 24px;
    height: 24px;
    line-height: 25px;
    text-align: center;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.btn-custom2 .elementor-button-wrapper a {
    display: block;
    width: 100%;
    text-align: left;
    height: 70px;
    line-height: 70px;
    padding: 0 30px
}

@media screen and (max-width: 767px) {
    .btn-custom2 .elementor-button-wrapper a {
        padding:0 20px
    }
}

.btn-custom2 .elementor-button-wrapper a .elementor-button-icon {
    line-height: 75px
}

.btn-custom2 .elementor-button-wrapper a i {
    line-height: 23px;
    font-size: 23px
}

.item-order {
    position: absolute;
    opacity: 0;
    visibility: hidden
}

.cms-nav-carousel {
    width: 74px;
    height: 32px;
    display: flex;
    flex-wrap: wrap
}

.cms-nav-carousel .nav-prev,.cms-nav-carousel .nav-next {
    width: 32px;
    height: 32px;
    border: 2px solid #232d47;
    color: #232d47;
    cursor: pointer;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    font-size: 13px
}

.cms-nav-carousel .nav-prev i,.cms-nav-carousel .nav-next i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -khtml-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.cms-nav-carousel .nav-prev:hover,.cms-nav-carousel .nav-next:hover {
    color: #fff;
    background-color: #232d47
}

.cms-nav-carousel .nav-next {
    margin-left: 10px
}

.cms-slick-carousel .slick-arrow {
    width: 32px;
    height: 32px;
    border: 2px solid #232d47;
    color: #232d47;
    cursor: pointer;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    font-size: 13px;
    padding: 0;
    background-color: initial;
    font-size: 0;
    bottom: 0;
    -webkit-transform: translate(-50%,0);
    -khtml-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0)
}

.cms-slick-carousel .slick-arrow:before {
    font-family: 'font awesome 5 pro';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -khtml-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 13px
}

.cms-slick-carousel .slick-prev {
    margin-left: -42px
}

.cms-slick-carousel .slick-prev:before {
    content: '\f060'
}

.cms-slick-carousel .slick-next {
    margin-right: -42px
}

.cms-slick-carousel .slick-next:before {
    content: '\f061'
}

.cms-slick-carousel[data-arrows=true] {
    padding-bottom: 62px
}

@media screen and (max-width: 1199px) {
    .slick-slider {
        padding:0 15px
    }
}

.slick-slider .slick-slide {
    outline: none
}

.slick-dots {
    margin-top: 20px;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center
}

.slick-dots li {
    display: inline-block;
    margin: 10px 6px 0
}

.slick-dots li button {
    -webkit-transition: all 200ms linear 0ms;
    -khtml-transition: all 200ms linear 0ms;
    -moz-transition: all 200ms linear 0ms;
    -ms-transition: all 200ms linear 0ms;
    -o-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms;
    width: 8px;
    height: 8px;
    text-indent: -9999px;
    padding: 0;
    border: none;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    background-color: #002052
}

.slick-dots li.slick-active button {
    width: 12px;
    height: 12px;
    border: 3px solid #ff5e15;
    background-color: initial;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px
}

.cms-testimonial-carousel1 .container-custom {
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media screen and (max-width: 767px) {
    .cms-testimonial-carousel1 .container-custom {
        display:block
    }
}

@media screen and (max-width: 1199px) {
    .cms-testimonial-carousel1 .heading {
        margin-left:20px
    }
}

.cms-testimonial-carousel1 .heading .custom-subheading {
    margin-bottom: 7px;
    color: #999;
    font-size: 18px;
    font-family: exo,sans-serif;
    font-weight: 700;
    line-height: 1.667;
    text-transform: uppercase
}

.cms-testimonial-carousel1 .heading .custom-heading {
    margin-bottom: 3px;
    font-size: 45px;
    color: #232d47;
    font-family: exo,sans-serif;
    font-weight: 800;
    line-height: 1.244
}

@media screen and (max-width: 1199px) {
    .cms-testimonial-carousel1 .append-arrows-custom {
        margin-right:20px!important
    }
}

@media screen and (max-width: 767px) {
    .cms-testimonial-carousel1 .append-arrows-custom {
        text-align:center;
        margin-top: 25px;
        margin-right: 0!important
    }
}

.cms-testimonial-carousel1 .slick-prev {
    padding-right: 65px;
    font-size: 0
}

@media screen and (max-width: 767px) {
    .cms-testimonial-carousel1 .slick-prev {
        padding-right:60px
    }
}

.cms-testimonial-carousel1 .slick-prev:before {
    position: absolute;
    content: '\f104';
    font-family: 'font awesome 5 pro';
    color: #232d47;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid #dbdbdb;
    border-radius: 50%;
    cursor: pointer;
    font-size: 22px;
    transition: .5s
}

@media screen and (max-width: 767px) {
    .cms-testimonial-carousel1 .slick-prev:before {
        width:50px;
        height: 50px;
        line-height: 50px
    }
}

.cms-testimonial-carousel1 .slick-prev:hover:before {
    background-color: #ff5e15;
    color: #fff;
    border-color: #ff5e15
}

.cms-testimonial-carousel1 .slick-next {
    font-size: 0;
    padding-right: 60px
}

@media screen and (max-width: 767px) {
    .cms-testimonial-carousel1 .slick-next {
        padding-right:40px
    }
}

.cms-testimonial-carousel1 .slick-next:before {
    position: absolute;
    content: '\f105';
    font-family: 'font awesome 5 pro';
    color: #232d47;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid #dbdbdb;
    border-radius: 50%;
    cursor: pointer;
    font-size: 22px
}

@media screen and (max-width: 767px) {
    .cms-testimonial-carousel1 .slick-next:before {
        width:50px;
        height: 50px;
        line-height: 50px
    }
}

.cms-testimonial-carousel1 .slick-next:hover:before {
    background-color: #ff5e15;
    color: #fff;
    border-color: #ff5e15
}

.nav-style2 .cms-slick-carousel {
}

.nav-style2 .cms-slick-carousel .slick-arrow {
    width: 14px;
    height: 46px;
    border: none;
    opacity: .5;
    margin: -40px 0 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -khtml-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%)
}

.nav-style2 .cms-slick-carousel .slick-arrow:before {
    display: none
}

.nav-style2 .cms-slick-carousel .slick-arrow.slick-prev {
    background-image: url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/themes/bilhub/assets/css/../images/arrow-left.png);
    left: 30px
}

@media screen and (min-width: 992px) {
    .nav-style2 .cms-slick-carousel .slick-arrow.slick-prev {
        left:-50px
    }
}

.nav-style2 .cms-slick-carousel .slick-arrow.slick-next {
    background-image: url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/themes/bilhub/assets/css/../images/arrow-right.png);
    left: auto;
    right: 30px
}

@media screen and (min-width: 992px) {
    .nav-style2 .cms-slick-carousel .slick-arrow.slick-next {
        right:-50px
    }
}

.nav-style2 .cms-slick-carousel .slick-arrow:hover {
    opacity: 1
}

.nav-style2 .cms-slick-carousel[data-arrows=true] {
    padding-bottom: 0
}

#cms-loadding {
    background: #fff;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999999;
    top: 0;
    left: 0;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

#cms-loadding .loading-spinner {
    -webkit-transform: translate(-29.5px,-29.5px)scale(.295)translate(29.5px,29.5px);
    transform: translate(-29.5px,-29.5px)scale(.295)translate(29.5px,29.5px);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -khtml-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: auto
}

#cms-loadding .loading-spinner .line {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #ff5e15
}

#cms-loadding .loading-spinner .load-1 .line:nth-last-child(1) {
    animation: loadingA 2.5s 1.5s infinite
}

#cms-loadding .loading-spinner .load-1 .line:nth-last-child(2) {
    animation: loadingA 2.5s 1s infinite
}

#cms-loadding .loading-spinner .load-1 .line:nth-last-child(3) {
    animation: loadingA 2.5s .5s infinite
}

.nav-tabs.cms-tabs {
    border: none;
    margin-bottom: 10px
}

.nav-tabs.cms-tabs .nav-item {
    margin: 0 0 10px 26px
}

.nav-tabs.cms-tabs .nav-item:first-child {
    margin-left: 0
}

.nav-tabs.cms-tabs .nav-item a {
    margin: 0;
    border: none;
    padding: 0;
    font-size: 13px
}

.nav-tabs.cms-tabs .nav-item a.active {
    color: #002052
}

.entry-footer .entry-edit-link {
    display: none
}

.cms-modal {
    -webkit-transition: all 360ms linear 0ms;
    -khtml-transition: all 360ms linear 0ms;
    -moz-transition: all 360ms linear 0ms;
    -ms-transition: all 360ms linear 0ms;
    -o-transition: all 360ms linear 0ms;
    transition: all 360ms linear 0ms;
    background-color: #fff;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scale(.5);
    -khtml-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
    opacity: 0;
    visibility: hidden
}

.cms-modal .cms-modal-content {
    padding: 40px 0;
    max-width: 470px;
    margin: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -khtml-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    left: 0;
    right: 0
}

@media screen and (max-width: 767px) {
    .cms-modal .cms-modal-content {
        padding-left:20px;
        padding-right: 20px
    }
}

.cms-modal.open {
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible
}

.cms-modal-close {
    position: absolute;
    color: #fff;
    font-size: 20px;
    top: 45px;
    right: 40px;
    width: 66px;
    height: 66px;
    line-height: 60px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background-color: #ff5e15;
    text-align: center;
    cursor: pointer
}

@media screen and (max-width: 767px) {
    .cms-modal-close {
        top:35px;
        right: 20px;
        width: 36px;
        height: 36px;
        line-height: 33px
    }
}

.cms-modal-search .search-form-popup {
    position: relative
}

.cms-modal-search .search-field {
    background-color: initial;
    border: none;
    height: 60px;
    color: #002052;
    padding-left: 0;
    padding-left: 40px;
    font-size: 25px;
    font-weight: 400;
    border-bottom: 1px solid rgba(0,32,82,.5);
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.cms-modal-search .search-field:focus {
    border-bottom: 1px solid rgba(0,32,82,.5)
}

@media screen and (max-width: 575px) {
    .cms-modal-search .search-field {
        font-size:19px;
        padding-left: 30px
    }
}

.cms-modal-search .search-submit {
    font-size: 23px;
    color: #ff5e15;
    background-color: initial;
    border: none;
    padding: 0;
    height: 60px;
    width: 40px;
    line-height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: left
}

@media screen and (max-width: 575px) {
    .cms-modal-search .search-submit {
        font-size:20px
    }
}

.cms-hidden-sidebar.open+.cms-hidden-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    background-color: #000;
    opacity: .7;
    -webkit-transition: all .8s ease-out 0s;
    -o-transition: all .8s ease-out 0s;
    transition: all .8s ease-out 0s
}

.cms-hidden-overlay {
    left: 100%;
    top: 0;
    position: fixed;
    z-index: 101;
    height: 100%;
    width: 100%;
    -webkit-transition: all .4s ease-in .8s;
    -o-transition: all .4s ease-in .8s;
    transition: all .4s ease-in .8s
}

.sidebar-widget-container {
    margin-top: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in .3s;
    -o-transition: all .3s ease-in .3s;
    transition: all .3s ease-in .3s;
    -webkit-backface-visibility: hidden
}

.cms-hidden-sidebar.open>.sidebar-widget-container {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .8s ease-out 1s;
    -o-transition: all .8s ease-out 1s;
    transition: all .8s ease-out 1s;
    -webkit-backface-visibility: hidden
}

.cms-hidden-sidebar {
    overflow: auto;
    width: 400px;
    height: 100%;
    padding: 120px 40px 100px;
    background-color: #fff;
    color: #002052;
    position: fixed;
    top: 0;
    right: -100px;
    bottom: 20px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    transition: .5s;
    transition-delay: .6s
}

.cms-hidden-sidebar.open,.cms-hidden-sidebar .cms-hidden-overlay {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    right: 0
}

.cms-hidden-sidebar .btn-sidebar-hidden {
    text-align: center
}

.cms-hidden-sidebar .btn-sidebar-hidden a {
    width: 195px;
    height: 53px;
    line-height: 50px;
    text-align: center;
    background-color: #ff5e15;
    color: #fff;
    display: block;
    border-radius: 30px;
    margin: 0 auto;
    font-weight: 600;
    border: 2px solid #ff5e15;
    transition: all .4s ease
}

.cms-hidden-sidebar .btn-sidebar-hidden a:hover {
    background-color: #fff;
    border-color: #002052;
    color: #002052
}

.cms-hidden-sidebar .widget_media_image {
    margin-bottom: 33px
}

.cms-hidden-sidebar .widget_media_image img {
    max-height: 55px
}

.cms-hidden-sidebar .text-sidebar-menu {
    margin-bottom: 36px
}

.cms-hidden-sidebar .widget_text .textwidget p {
    margin-bottom: 10px;
    font-size: .9375rem;
    line-height: 1.5
}

.cms-hidden-sidebar .widget_text .textwidget .sub-title {
    font-size: 15px;
    color: #f84d55;
    font-family: exo,sans-serif;
    font-weight: 400
}

.cms-hidden-sidebar .cms-get-in-touch {
    margin-bottom: 45px
}

.cms-hidden-sidebar .cms-contact-info-item {
    line-height: 1;
    margin-bottom: 20px;
    padding-left: 60px
}

.cms-hidden-sidebar .cms-contact-info-item a {
    font-size: 16px;
    font-weight: 500;
    color: #002052;
    line-height: 35px
}

.cms-hidden-sidebar .cms-contact-info-item p {
    color: #ff5e15
}

.cms-hidden-sidebar .type-address {
    position: relative
}

.cms-hidden-sidebar .type-address:before {
    position: absolute;
    content: '\f5a0';
    font-family: 'font awesome 5 pro';
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    color: #ff5e15;
    font-size: 40px;
    font-weight: 300
}

.cms-hidden-sidebar .type-email {
    position: relative
}

.cms-hidden-sidebar .type-email:before {
    position: absolute;
    content: '\f658';
    font-family: 'font awesome 5 pro';
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    color: #ff5e15;
    font-size: 40px;
    font-weight: 300
}

.cms-hidden-sidebar .type-phone {
    position: relative
}

.cms-hidden-sidebar .type-phone:before {
    position: absolute;
    content: '\f095';
    font-family: 'font awesome 5 pro';
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    color: #ff5e15;
    font-size: 40px;
    font-weight: 300
}

.cms-hidden-sidebar .widget_cs_social_widget .widget-content {
    margin-bottom: 30px
}

.cms-hidden-sidebar .widget_cs_social_widget .cms-social {
    display: flex;
    align-items: center;
    justify-content: center
}

.cms-hidden-sidebar .widget_cs_social_widget .cms-social li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #002052;
    border: 1px solid #002052;
    border-radius: 50%;
    color: #fff;
    margin-right: 7px;
    margin-left: 7px;
    transition: all .4s ease
}

.cms-hidden-sidebar .widget_cs_social_widget .cms-social li a i {
    font-size: 14px
}

.cms-hidden-sidebar .widget_cs_social_widget .cms-social li:nth-child(1) a {
    background-color: #2aa3ef;
    border-color: #2aa3ef
}

.cms-hidden-sidebar .widget_cs_social_widget .cms-social li:nth-child(1) a:hover {
    color: #2aa3ef
}

.cms-hidden-sidebar .widget_cs_social_widget .cms-social li:nth-child(2) a {
    background-color: #4969a8;
    border-color: #4969a8
}

.cms-hidden-sidebar .widget_cs_social_widget .cms-social li:nth-child(2) a:hover {
    color: #4969a8
}

.cms-hidden-sidebar .widget_cs_social_widget .cms-social li:nth-child(3) a {
    background-color: #ff5e15;
    border-color: #ff5e15
}

.cms-hidden-sidebar .widget_cs_social_widget .cms-social li:nth-child(3) a:hover {
    color: #ff5e15
}

.cms-hidden-sidebar .widget_cs_social_widget .cms-social li:nth-child(4) a {
    background-color: #1178b3;
    border-color: #1178b3
}

.cms-hidden-sidebar .widget_cs_social_widget .cms-social li:nth-child(4) a:hover {
    color: #1178b3
}

.cms-hidden-sidebar .widget_cs_social_widget .cms-social li:hover a {
    background-color: #fff;
    color:
}

.cms-hidden-sidebar .cms-hidden-close {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #002052;
    border-radius: 50%;
    transition: all .4s ease
}

.cms-hidden-sidebar .cms-hidden-close i {
    font-size: 16px;
    color: #002052;
    transition: .4s
}

.cms-hidden-sidebar .cms-hidden-close:hover i {
    transform: rotate(200deg)
}

.cms-hidden-sidebar .widget:last-child {
    margin-bottom: 0
}

.cms-hidden-sidebar .widget-title {
    color: #fff
}

.cms-hidden-sidebar .widget-title:after {
    background-color: #fff
}

.cms-hidden-sidebar .widget_cms_recent_posts .post-item {
    border-color: #535353
}

.cms-hidden-sidebar .widget_cms_recent_posts .post-item .entry-title {
    color: #fff
}

.cms-hidden-sidebar .tagcloud a,.cms-hidden-sidebar .entry-tags a {
    background-color: initial;
    border-color: #373737
}

.cms-hidden-sidebar .tagcloud a:hover,.cms-hidden-sidebar .entry-tags a:hover {
    background-color: #002052;
    border-color: #002052
}

.admin-bar .cms-hidden-sidebar {
    top: 32px
}

body.error404 .site-content {
    padding-top: 0!important;
    padding-bottom: 100px!important
}

body.error404 .error-404-inner {
    position: relative;
    z-index: 99;
    margin: auto;
    padding: 0 15px
}

body.error404 .error-404 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 175px;
    padding-bottom: 113px;
    text-align: center
}

@media screen and (max-width: 991px) {
    body.error404 .error-404 {
        padding-top:150px;
        padding-bottom: 40px
    }
}

@media screen and (max-width: 575px) {
    body.error404 .error-404 {
        padding-top:100px;
        padding-bottom: 0
    }
}

body.error404 .error-404 .title-404 {
    font-size: 200px;
    color: #002052;
    text-transform: uppercase;
    line-height: .7;
    margin: 0;
    display: inline-block;
    position: relative
}

body.error404 .error-404 .title-404:before {
    position: absolute;
    content: '404';
    color: #002052;
    opacity: .06;
    font-size: 250px;
    top: -58px;
    left: -70px;
    z-index: -1
}

@media screen and (max-width: 767px) {
    body.error404 .error-404 .title-404:before {
        top:-30px;
        left: -45px;
        font-size: 180px
    }
}

@media screen and (max-width: 575px) {
    body.error404 .error-404 .title-404:before {
        top:-25px;
        left: -15px;
        font-size: 120px
    }
}

body.error404 .error-404 .title-404 span {
    color: #ff5e15;
    font-family: dashicons;
    margin-left: -50px
}

@media screen and (max-width: 767px) {
    body.error404 .error-404 .title-404 {
        font-size:150px
    }

    body.error404 .error-404 .title-404 span {
        margin-left: -30px
    }
}

@media screen and (max-width: 575px) {
    body.error404 .error-404 .title-404 {
        font-size:120px
    }
}

body.error404 .error-404 .sub-title {
    font-size: 18px;
    font-style: italic;
    margin-top: 30px;
    margin-bottom: 59px;
    max-width: 550px
}

@media screen and (max-width: 767px) {
    body.error404 .error-404 .sub-title {
        margin-bottom:55px
    }
}

body.error404 .error-404 .page-content {
    font-size: 20px;
    line-height: 1.6;
    color: #444;
    font-weight: 400;
    margin-top: 62px;
    margin-bottom: 31px
}

@media screen and (min-width: 1200px) {
    body.error404 .error-404 .page-content {
        max-width:540px
    }
}

@media screen and (min-width: 992px) {
    body.error404 .error-404 .page-content {
        max-width:600px
    }
}

@media screen and (max-width: 991px) {
    body.error404 .error-404 .page-content {
        margin-top:20px;
        margin-bottom: 45px
    }
}

body.error404 .error-404 .btn-404 {
    border: none;
    color: #fff;
    background-color: #ff5e15;
    padding: 17px 60px;
    position: relative
}

body.error404 .error-404 .btn-404:hover {
    color: #fff
}

body.error404 .error-404 .btn-404 span {
    position: relative;
    transition: .3s ease;
    font-weight: 700
}

body.error404 .error-404 .btn-404:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: #002052;
    transition: .3s ease
}

body.error404 .error-404 .btn-404:hover:before {
    width: 100%;
    left: 0
}

@media screen and (max-width: 767px) {
    body.error404 .error-404 .btn-404 {
        padding:15px 50px
    }
}

.bg-gradient-custom {
    position: relative
}

.bg-gradient-custom:before {
    content: '';
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(3,13,19,.52)),to(rgba(27,26,26,.18)));
    background-image: -webkit-linear-gradient(top,rgba(3,13,19,.52),rgba(27,26,26,.18));
    background-image: -moz-linear-gradient(top,rgba(3,13,19,.52),rgba(27,26,26,.18));
    background-image: -ms-linear-gradient(top,rgba(3,13,19,.52),rgba(27,26,26,.18));
    background-image: -o-linear-gradient(top,rgba(3,13,19,.52),rgba(27,26,26,.18));
    background-image: linear-gradient(top,rgba(3,13,19,.52),rgba(27,26,26,.18));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(3, 13, 19, 0.52)',endColorStr='rgba(27, 26, 26, 0.18)');
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.tp-leftarrow.btn-slide-custom {
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: initial;
    font-size: 0;
    width: 21px;
    height: 42px;
    cursor: pointer;
    background-image: url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/themes/bilhub/assets/css/../images/arrow-left.png);
    opacity: .5!important;
    -webkit-transition: all 260ms linear 0ms;
    -khtml-transition: all 260ms linear 0ms;
    -moz-transition: all 260ms linear 0ms;
    -ms-transition: all 260ms linear 0ms;
    -o-transition: all 260ms linear 0ms;
    transition: all 260ms linear 0ms
}

.tp-leftarrow.btn-slide-custom:before {
    font-size: 0
}

.tp-leftarrow.btn-slide-custom:hover {
    opacity: 1!important
}

.tp-rightarrow.btn-slide-custom {
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: initial;
    font-size: 0;
    width: 21px;
    height: 42px;
    cursor: pointer;
    background-image: url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/themes/bilhub/assets/css/../images/arrow-right.png);
    opacity: .5!important;
    -webkit-transition: all 260ms linear 0ms;
    -khtml-transition: all 260ms linear 0ms;
    -moz-transition: all 260ms linear 0ms;
    -ms-transition: all 260ms linear 0ms;
    -o-transition: all 260ms linear 0ms;
    transition: all 260ms linear 0ms
}

.tp-rightarrow.btn-slide-custom:before {
    font-size: 0
}

.tp-rightarrow.btn-slide-custom:hover {
    opacity: 1!important
}

@media screen and (max-width: 1400px) {
    .tp-rightarrow.btn-slide-custom {
        right:-40px!important
    }
}

body img.mfp-img {
    padding: 0!important
}

body .mfp-fade.mfp-bg.mfp-ready {
    opacity: .9
}

body .mfp-image-holder .mfp-close,body .mfp-iframe-holder .mfp-close {
    line-height: 40px;
    padding: 0;
    right: 0;
    text-align: center;
    top: -44px;
    width: 40px;
    -webkit-border-radius: 2px 2px 0 0;
    -khtml-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -ms-border-radius: 2px 2px 0 0;
    -o-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0
}

body .mfp-bottom-bar {
    margin-top: 0
}

.mfp-wrap .mfp-container .mfp-arrow {
    background-color: #ff5e15;
    width: 60px;
    height: 120px;
    opacity: 1
}

.mfp-wrap .mfp-container .mfp-arrow:before,.mfp-wrap .mfp-container .mfp-arrow:after {
    border: none
}

.mfp-wrap .mfp-container .mfp-arrow:before {
    font-family: material-design-iconic-font;
    font-size: 20px;
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: normal;
    position: absolute;
    top: 50%;
    display: block;
    -webkit-transform: translate(-50%,-50%);
    -khtml-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 1;
    left: 50%;
    width: auto;
    height: auto
}

.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:before {
    content: "\f2ea"
}

.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:before {
    content: "\f2ee"
}

@media screen and (min-width: 1200px) {
    .mfp-wrap .mfp-container {
        padding:0 120px
    }
}

.cms-heading-layout1 .sub-heading {
    position: relative;
    line-height: .6
}

.cms-heading-layout1 .sub-hd-stroke {
    color: transparent;
    -webkit-text-stroke: 2px #ff7232;
    font-size: 100px;
    font-weight: 700;
    text-transform: uppercase
}

@media screen and (max-width: 767px) {
    .cms-heading-layout1 .sub-hd-stroke {
        font-size:90px
    }
}

@media screen and (max-width: 575px) {
    .cms-heading-layout1 .sub-hd-stroke {
        font-size:57px
    }
}

.cms-heading-layout1 .custom-subheading {
    position: inherit;
    bottom: 8px;
    left: 1px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0!important;
    position: relative
}

.cms-heading-layout1 h3 {
    margin-top: 20px!important;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 700;
    color: #fff
}

@media screen and (max-width: 767px) {
    .cms-heading-layout1 h3 {
        margin-top:15px!important
    }
}

.cms-heading-layout2 .sub-heading {
    position: relative;
    line-height: .6
}

.cms-heading-layout2 .sub-hd-stroke {
    color: transparent;
    font-size: 100px;
    font-weight: 700;
    text-transform: uppercase
}

@media screen and (max-width: 767px) {
    .cms-heading-layout2 .sub-hd-stroke {
        font-size:90px
    }
}

@media screen and (max-width: 575px) {
    .cms-heading-layout2 .sub-hd-stroke {
        font-size:60px
    }
}

.cms-heading-layout2 .style1 .sub-hd-stroke {
    -webkit-text-stroke: 1px #eee
}

.cms-heading-layout2 .style2 .sub-hd-stroke {
    -webkit-text-stroke: 1px #f6f6f6
}

.cms-heading-layout2 .style3 {
    line-height: .9;
    margin-left: -4px
}

.cms-heading-layout2 .style3 .sub-hd-stroke {
    -webkit-text-stroke: 2px #f9f9f9
}

.cms-heading-layout2 .style3 .custom-subheading {
    left: 4px
}

.cms-heading-layout2 .style4 .sub-hd-stroke {
    -webkit-text-stroke: 1px #042f75
}

.cms-heading-layout2 .custom-subheading {
    position: inherit;
    bottom: 8px;
    left: 1px;
    color: #ff5e15;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0!important;
    position: relative
}

.cms-heading-layout2 h3 {
    margin-top: 19px!important;
    font-size: 40px;
    line-height: 1.25;
    text-transform: uppercase;
    color: #002052
}

@media screen and (max-width: 767px) {
    .cms-heading-layout2 h3 {
        margin-top:10px!important
    }
}

.cms-heading-layout2 .hd-project:before {
    color: #ff5e15;
    content: '!';
    font-style: normal
}

.cms-heading-layout2 .hd-process:before {
    color: #ff5e15;
    content: '.';
    font-style: normal
}

.heading-process .custom-heading {
    padding: 0
}

.cms-icon1 a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #002052;
    background-color: #fff;
    border-radius: 1px;
    margin-right: 7px;
    transition: all .4s linear;
    position: relative
}

@media screen and (max-width: 991px) {
    .cms-icon1 a {
        width:35px;
        height: 35px;
        line-height: 35px
    }
}

.cms-icon1 a i {
    font-size: 13px;
    transition: all .4s linear;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.cms-icon1 a i:first-child {
    opacity: 1;
    transition: all .3s linear 0ms
}

.cms-icon1 a i:last-child {
    top: 100%;
    opacity: 0;
    transition: all .3s linear 0ms
}

.cms-icon1 a:hover {
    background-color: #ff5e15
}

.cms-icon1 a:hover i {
    color: #fff
}

.cms-icon1 a:hover i:first-child {
    opacity: 0;
    top: 0
}

.cms-icon1 a:hover i:last-child {
    top: 50%;
    opacity: 1
}

.cms-list-total .style1 li {
    list-style: none
}

.cms-list-total .style1 li a {
    color: #fff;
    font-size: 15px;
    line-height: 40px
}

.cms-list-total .style1 li a:hover {
    color: #ff5e15
}

.cms-list-total .style2 li {
    list-style: none;
    padding-top: 2px;
    padding-bottom: 2px
}

.cms-list-total .style2 li a {
    font-size: 14px;
    color: #002052;
    font-weight: 500;
    line-height: 27px;
    position: relative;
    padding-left: 34px
}

.cms-list-total .style2 li a:before {
    position: absolute;
    content: '\f00c';
    font-family: 'font awesome 5 pro';
    left: 0;
    top: 0;
    color: #fff;
    font-size: 8px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background-color: #ff5e15;
    border-radius: 50%
}

.cusom-list .cms-list-total {
    background-color: #f6f6f6;
    padding: 42px 30px 9px
}

@media screen and (max-width: 575px) {
    .cusom-list .cms-list-total {
        padding:37px 20px 8px
    }
}

.cusom-list .cms-list-total .entry-title {
    font-size: 20px;
    margin-bottom: 9px
}

.cusom-list .cms-list-total .style3 li {
    list-style: none;
    display: flex;
    align-items: center;
    line-height: 66px;
    padding-left: 4px;
    border-bottom: 2px solid #ececec
}

@media screen and (max-width: 575px) {
    .cusom-list .cms-list-total .style3 li {
        line-height:55px;
        padding-left: 0
    }
}

.cusom-list .cms-list-total .style3 li:last-child {
    border-bottom: none
}

.cusom-list .cms-list-total .style3 li:hover img {
    animation: icon-download .6s linear 1
}

.cusom-list .cms-list-total .style3 .testimonial-image img {
    max-width: 25px;
    max-height: 27px;
    transition: all .5s linear 300ms
}

.cusom-list .cms-list-total .style3 a {
    font-size: 15px;
    color: #002052;
    margin-left: 15px
}

.cusom-list .cms-list-total .style3 a:hover {
    color: #ff5e15
}

.list-footer2 .style1 a {
    line-height: 43px!important
}

.list-footer2 .style1 a:hover {
    color: #fff!important
}

.cms-contact-info1 {
    display: flex
}

.cms-contact-info1 .item-icon i {
    color: #ff5e15;
    font-size: 17px;
    width: 20px;
    height: 20px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

.cms-contact-info1 .list-li {
    margin-left: 8px
}

.cms-contact-info1 .list-li li {
    line-height: 22px;
    list-style: none
}

.cms-contact-info1 .list-li li a {
    color: #fff;
    font-size: 15px
}

.cms-contact-info1 .list-li li a:hover {
    color: #ff5e15
}

.cms-contact-info1:hover i {
    animation: shakeicon .3s linear 1
}

.cms-contact-info2 {
    display: flex;
    align-items: center
}

.cms-contact-info2 .icon-img {
    min-width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #ff5e15;
    position: relative
}

.cms-contact-info2 .icon-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.cms-contact-info2 .icon-img img:first-child {
    opacity: 1;
    transition: all .3s linear 0ms
}

.cms-contact-info2 .icon-img img:last-child {
    top: 100%;
    opacity: 0;
    transition: all .3s linear 0ms
}

.cms-contact-info2 .list-li {
    margin-bottom: 0;
    margin-left: 20px;
    line-height: 1
}

.cms-contact-info2 .list-li li {
    list-style: none
}

.cms-contact-info2 .list-li li a {
    font-size: 15px;
    font-weight: 500;
    color: #002052;
    line-height: 23px
}

.cms-contact-info2 .list-li li a:hover {
    color: #ff5e15
}

.cms-contact-info2:hover .icon-img img:first-child {
    opacity: 0;
    top: 0
}

.cms-contact-info2:hover .icon-img img:last-child {
    top: 50%;
    opacity: 1
}

.cms-post-grid-layout1 .grid-item-inner {
    padding-bottom: 0%;
    margin-bottom: 30px
}

.cms-post-grid-layout1 .grid-item-inner .entry-featured {
    overflow: hidden
}

.cms-post-grid-layout1 .grid-item-inner .post-image a {
    position: relative
}

.cms-post-grid-layout1 .grid-item-inner .post-image a:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 0%;
    height: 0%;
    background-color: #ff5e15;
    opacity: .35;
    transition: all .5s ease;
    z-index: 2
}

.cms-post-grid-layout1 .grid-item-inner img {
    transition: all .9s ease
}

.cms-post-grid-layout1 .grid-item-inner:hover .post-image a:before {
    width: 100%;
    height: 100%
}

.cms-post-grid-layout1 .entry-body {
    background-color: #fff
}

.cms-post-grid-layout1 .widget-content {
    padding: 25px 20px 27px
}

.cms-post-grid-layout1 .entry--content {
    padding-bottom: 20px
}

.cms-post-grid-layout1 .info-post .entry-meta {
    margin-bottom: 8px
}

.cms-post-grid-layout1 .info-post .item-author a:hover {
    color: #ff5e15
}

.cms-post-grid-layout1 .info-post .item-author,.cms-post-grid-layout1 .info-post .item-comment,.cms-post-grid-layout1 .info-post .item-category {
    display: inline-block;
    margin-right: 25px
}

.cms-post-grid-layout1 .info-post .item-author i,.cms-post-grid-layout1 .info-post .item-comment i,.cms-post-grid-layout1 .info-post .item-category i {
    font-size: 14px;
    color: #ff5e15;
    margin-right: 4px
}

.cms-post-grid-layout1 .info-post .item-author a,.cms-post-grid-layout1 .info-post .item-comment a,.cms-post-grid-layout1 .info-post .item-category a {
    font-size: 14px;
    color: #002052;
    font-weight: 400
}

.cms-post-grid-layout1 .info-post .item-comment i {
    font-weight: 600
}

.cms-post-grid-layout1 .info-post .item-category i {
    font-weight: 600
}

.cms-post-grid-layout1 .info-post .item-date {
    display: inline-block
}

.cms-post-grid-layout1 .info-post .item-date i {
    font-size: 14px;
    color: #ff5e15;
    margin-right: 4px
}

.cms-post-grid-layout1 .info-post .item-date span {
    font-size: 14px;
    color: #002052;
    font-weight: 400
}

.cms-post-grid-layout1 .entry-title {
    font-weight: 600;
    line-height: .85;
    margin-top: 0;
    margin-bottom: 24px;
    text-transform: uppercase
}

.cms-post-grid-layout1 .entry-title a {
    font-size: 20px
}

.cms-post-grid-layout1 .entry-title a:hover {
    color: #ff5e15
}

@media screen and (max-width: 400px) {
    .cms-post-grid-layout1 .entry-title {
        line-height:.75
    }

    .cms-post-grid-layout1 .entry-title a {
        font-size: 18px
    }
}

.cms-post-grid-layout1 .entry-readmore {
    line-height: 1
}

.cms-post-grid-layout1 .entry-readmore a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 300ms linear 0ms
}

.cms-post-grid-layout1 .entry-readmore a i {
    margin-left: 6px;
    font-size: 15px;
    vertical-align: bottom
}

.cms-post-grid-layout1 .entry-readmore a:hover {
    color: #002052!important
}

.cms-post-grid-layout1 .grid-item-inner:hover img {
    transform: scale(1.06)
}

@media(min-width: 992px) and (max-width:1199px) {
    .cms-post-carousel1 {
        overflow:hidden
    }
}

.cms-post-carousel1 .slick-list {
    padding: 0!important
}

@media screen and (max-width: 1199px) {
    .cms-post-carousel1 .slick-slider {
        padding-left:5px;
        padding-right: 5px
    }
}

@media screen and (max-width: 1199px) {
    .cms-post-carousel1 .slick-slider .carousel-item {
        padding-left:10px!important;
        padding-right: 10px!important
    }
}

.cms-post-carousel1 .carousel-item-inner {
    position: relative
}

.cms-post-carousel1 .carousel-item-inner .entry-featured img {
    transition: all .5s ease;
    width: 100%
}

.cms-post-carousel1 .carousel-item-inner:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
    z-index: 1;
    transition: all .5s ease
}

.cms-post-carousel1 .carousel-item-inner .img-icon {
    position: absolute;
    top: 30px;
    right: 60px;
    z-index: 999
}

.cms-post-carousel1 .carousel-item-inner .img-icon img {
    opacity: 0;
    transform: scale(0);
    transition: all .3s ease
}

@media screen and (max-width: 1150px) and (min-width:1020px) {
    .cms-post-carousel1 .carousel-item-inner .img-icon {
        right:15px
    }

    .cms-post-carousel1 .carousel-item-inner .img-icon img {
        width: 80%
    }
}

@media screen and (max-width: 575px) {
    .cms-post-carousel1 .carousel-item-inner .img-icon {
        right:20px
    }

    .cms-post-carousel1 .carousel-item-inner .img-icon img {
        width: 80%
    }
}

@media screen and (max-width: 370px) {
    .cms-post-carousel1 .carousel-item-inner .img-icon {
        top:15px;
        right: 0
    }

    .cms-post-carousel1 .carousel-item-inner .img-icon img {
        width: 65%
    }
}

.cms-post-carousel1 .carousel-item-inner .entry-body {
    position: absolute;
    top: 0;
    z-index: 2;
    padding: 30px
}

.cms-post-carousel1 .carousel-item-inner .item-date {
    font-size: 12px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transition: all .5s ease
}

.cms-post-carousel1 .carousel-item-inner .entry-title {
    font-weight: 600;
    line-height: 1.28;
    margin-top: 125px;
    margin-bottom: 17px
}

.cms-post-carousel1 .carousel-item-inner .entry-title a {
    font-size: 20px;
    transition: all .5s ease;
    color: #fff
}

@media screen and (max-width: 1150px) and (min-width:1020px) {
    .cms-post-carousel1 .carousel-item-inner .entry-title {
        margin-top:85px;
        margin-bottom: 10px;
        line-height: 1.2
    }

    .cms-post-carousel1 .carousel-item-inner .entry-title a {
        font-size: 18px
    }
}

@media screen and (max-width: 350px) {
    .cms-post-carousel1 .carousel-item-inner .entry-title {
        margin-top:55px;
        margin-bottom: 10px;
        line-height: 1.17
    }

    .cms-post-carousel1 .carousel-item-inner .entry-title a {
        font-size: 17px
    }
}

@media screen and (max-width: 400px) {
    .cms-post-carousel1 .carousel-item-inner .entry-title {
        line-height:1.15;
        margin-top: 90px
    }

    .cms-post-carousel1 .carousel-item-inner .entry-title a {
        font-size: 17px
    }
}

@media screen and (max-width: 370px) {
    .cms-post-carousel1 .carousel-item-inner .entry-title {
        margin-top:50px
    }
}

.cms-post-carousel1 .carousel-item-inner .entry-content {
    color: #fff;
    transition: all .5s ease
}

@media screen and (max-width: 1150px) and (min-width:1020px) {
    .cms-post-carousel1 .carousel-item-inner .entry-content {
        font-size:14px;
        line-height: 23px
    }
}

@media screen and (max-width: 350px) {
    .cms-post-carousel1 .carousel-item-inner .entry-content {
        font-size:12px;
        padding-bottom: 10px;
        display: inline-block
    }
}

.cms-post-carousel1 .carousel-item-inner .entry-meta {
    width: 100%;
    margin-bottom: 0;
    z-index: 3;
    position: absolute;
    bottom: 0;
    border-top: 1px solid #f6f6f6;
    transition: all .5s ease
}

.cms-post-carousel1 .carousel-item-inner .entry-meta .item-author {
    padding-left: 30px;
    line-height: 60px;
    display: flex;
    align-items: center
}

.cms-post-carousel1 .carousel-item-inner .entry-meta .item-author img {
    max-width: 33px;
    border-radius: 50%
}

.cms-post-carousel1 .carousel-item-inner .entry-meta .item-author a {
    margin-left: 15px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    transition: all .4s ease
}

@media screen and (max-width: 400px) {
    .cms-post-carousel1 .carousel-item-inner .entry-meta .item-author {
        line-height:50px
    }
}

@media screen and (max-width: 350px) {
    .cms-post-carousel1 .carousel-item-inner .entry-meta .item-author {
        line-height:45px
    }
}

.cms-post-carousel1 .slick-active .carousel-item-inner {
    box-shadow: 0 0 25px #e4e6f0
}

.cms-post-carousel1 .slick-active .carousel-item-inner:before {
    background-color: #002052
}

.cms-post-carousel1 .slick-active .item-date {
    background-color: #ff5e15
}

.cms-post-carousel1 .slick-active .entry-title a {
    color: #fff
}

.cms-post-carousel1 .slick-active .entry-content {
    color: #fff
}

.cms-post-carousel1 .slick-active .item-author a {
    color: #fff
}

.cms-post-carousel1 .slick-active:nth-child(3n) .carousel-item-inner {
    box-shadow: 0 0 25px #e4e6f0
}

.cms-post-carousel1 .slick-active:nth-child(3n) .carousel-item-inner:before {
    background-color: #ff5e15
}

.cms-post-carousel1 .slick-active:nth-child(3n) .item-date {
    background-color: #002052
}

.cms-post-carousel1 .slick-center .carousel-item-inner {
    box-shadow: 0 0 25px #e4e6f0
}

.cms-post-carousel1 .slick-center .carousel-item-inner:before {
    background-color: #fff!important
}

.cms-post-carousel1 .slick-center .img-icon img {
    opacity: 1;
    transform: scale(1)
}

.cms-post-carousel1 .slick-center .entry-featured img {
    opacity: 0
}

.cms-post-carousel1 .slick-center .item-date {
    background-color: #002052
}

.cms-post-carousel1 .slick-center .entry-title a {
    color: #002052
}

.cms-post-carousel1 .slick-center .entry-content {
    color: #002052
}

.cms-post-carousel1 .slick-center .item-author a {
    color: #ff5e15!important
}

.cms-post-carousel1 .slick-slide:hover .carousel-item-inner {
    box-shadow: 0 0 25px #e4e6f0
}

.cms-post-carousel1 .slick-slide:hover .carousel-item-inner:before {
    background-color: #fff
}

.cms-post-carousel1 .slick-slide:hover .img-icon img {
    opacity: 1;
    transform: scale(1)
}

.cms-post-carousel1 .slick-slide:hover .entry-featured img {
    opacity: 0
}

.cms-post-carousel1 .slick-slide:hover .entry-title a {
    color: #002052
}

.cms-post-carousel1 .slick-slide:hover .entry-content {
    color: #002052
}

.cms-post-carousel1 .slick-slide:hover .item-author a {
    color: #ff5e15
}

.cms-post-carousel1 .slick-slide .entry-title a:hover {
    color: #ff5e15
}

@media screen and (max-width: 767px) and (min-width:576px) {
    .custom-width-footer {
        width:600px!important;
        margin: 0 auto
    }
}

.cms-gallery-grid1 .cms-grid-masonry {
    margin: -7px
}

.cms-gallery-grid1 .cms-grid-masonry .gallery-icon {
    position: relative;
    float: left;
    width: 50%;
    overflow: hidden;
    display: block;
    border: 7px solid transparent
}

@media screen and (max-width: 1024px) {
    .cms-gallery-grid1 .cms-grid-masonry .gallery-icon {
        width:33.33%
    }
}

@media screen and (max-width: 767px) {
    .cms-gallery-grid1 .cms-grid-masonry .gallery-icon {
        width:50%
    }
}

.cms-gallery-grid1 .cms-grid-masonry .gallery-icon .item-image:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 0%;
    height: 0%;
    background-color: #ff5e15;
    opacity: .7;
    transition: .5s
}

.cms-gallery-grid1 .cms-grid-masonry .gallery-icon .item-image .icon-hover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
    opacity: 0;
    transition: .5s
}

.cms-gallery-grid1 .cms-grid-masonry .gallery-icon .item-image .icon-hover i {
    color: #fff;
    font-size: 12px;
    transform: scale(0);
    transition: .5s
}

.cms-gallery-grid1 .cms-grid-masonry .gallery-icon .item-image:hover .icon-hover {
    opacity: 1
}

.cms-gallery-grid1 .cms-grid-masonry .gallery-icon .item-image:hover .icon-hover i {
    transform: scale(1)
}

.cms-gallery-grid1 .cms-grid-masonry .gallery-icon .item-image:hover:before {
    width: 100%;
    height: 100%
}

.gallery-image2 .cms-grid-masonry {
    margin: -7px
}

.gallery-image2 .cms-grid-masonry .gallery-icon {
    position: relative;
    float: left;
    width: 33.33%;
    overflow: hidden;
    display: block;
    border: 6px solid transparent
}

@media screen and (min-width: 1200px) {
    .ctf-layout1 .input-contact .col-lg-6 {
        padding-right:1px
    }
}

@media screen and (max-width: 991px) {
    .ctf-layout1 .input-contact .input-filled {
        margin-bottom:16px!important
    }
}

@media screen and (min-width: 1200px) {
    .ctf-layout1 .col-12 {
        padding-right:1px
    }
}

.ctf-layout1 .col-12 .input-filled {
    margin-bottom: 10px
}

.ctf-layout2 .input-contact {
    margin: 0 -10px
}

.ctf-layout2 .input-contact .col-lg-6 {
    padding-left: 10px;
    padding-right: 10px
}

.ctf-layout2 .input-contact .col-lg-6 .input-filled {
    margin-bottom: 20px
}

.ctf-layout2 .input-contact .col-12 {
    padding-left: 10px;
    padding-right: 10px
}

.ctf-layout2 .input-contact .col-12 .input-filled {
    margin-bottom: 20px
}

.ctf-layout2 .input-contact input {
    background-color: #f6f6f6;
    height: 70px;
    padding-left: 70px!important
}

@media screen and (max-width: 767px) {
    .ctf-layout2 .input-contact input {
        height:65px;
        padding-left: 50px!important
    }
}

.ctf-layout2 .item-textarea .input-filled {
    margin-bottom: 12px
}

.ctf-layout2 .item-textarea textarea {
    background-color: #f6f6f6;
    min-height: 140px!important;
    padding-left: 70px!important;
    padding-top: 26px
}

@media screen and (max-width: 767px) {
    .ctf-layout2 .item-textarea textarea {
        padding-left:50px!important
    }
}

.ctf-layout2 .wpcf7-form-control-wrap:before {
    position: absolute;
    font-family: 'font awesome 5 pro';
    font-size: 16px;
    top: 50%;
    transform: translateY(-50%);
    left: 38px;
    color: #ff5e15
}

@media screen and (max-width: 767px) {
    .ctf-layout2 .wpcf7-form-control-wrap:before {
        left:20px
    }
}

.ctf-layout2 .wpcf7-form-control-wrap.your-name:before {
    content: '\f007'
}

.ctf-layout2 .wpcf7-form-control-wrap.your-email:before {
    content: '\f0e0'
}

.ctf-layout2 .wpcf7-form-control-wrap.your-subject:before {
    content: '\f061'
}

.ctf-layout2 .wpcf7-form-control-wrap.your-message:before {
    content: '\f044';
    top: 35px
}

.ctf-layout2 .buttom-contact .input-filled {
    text-align: left
}

.ctf-layout2 .buttom-contact .input-filled span {
    padding-left: 21px
}

.ctf-layout2 .buttom-contact .input-filled span:before {
    content: '\f1d8';
    font-weight: 300;
    font-family: 'font awesome 5 pro';
    position: absolute;
    font-size: 15px;
    left: 0
}

.ctf-layout2 .buttom-contact .input-filled:hover span:before {
    animation-duration: 1.7s;
    animation-iteration-count: infinite;
    transform-origin: bottom;
    animation-name: icon-ctf;
    animation-timing-function: linear
}

.cms-acclayout1 .cms-accordion-item {
    padding-bottom: 8px;
    border: 2px solid #e9e9e9;
    margin-bottom: 21px;
    transition: .5s
}

.cms-acclayout1 .cms-accordion-item.active .cms-ac-title {
    color: #ff5e15
}

.cms-acclayout1 .cms-accordion-item .cms-ac-title {
    position: relative;
    cursor: pointer;
    color: #232d47;
    font-size: 15px;
    font-weight: 500;
    padding: 23px 20px 15px 80px;
    transition: all 220 ms linear 0ms
}

.cms-acclayout1 .cms-accordion-item .cms-ac-title:before {
    position: absolute;
    content: '\f063';
    font-family: 'font awesome 5 pro';
    font-size: 15px;
    color: #ff5e15;
    top: 50%;
    transform: translateY(-50%);
    left: 13px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border: 1px solid #f6f6f6;
    transition: .5s
}

.cms-acclayout1 .cms-accordion-item .cms-ac-title.active:before {
    content: '\f062';
    font-family: 'font awesome 5 pro';
    background-color: #ff5e15;
    color: #fff
}

.cms-acclayout1 .cms-accordion-item .cms-ac-title:hover a {
    color: #ff5e15
}

.cms-acclayout1 .cms-accordion-item .cms-ac-content {
    font-size: 15px;
    font-weight: 400;
    padding: 0 0 15px 80px
}

@media screen and (max-width: 575px) {
    .cms-acclayout1 .cms-accordion-item .cms-ac-content {
        padding:0 20px 15px 80px
    }
}

.cms-accordion .cms-ac-content {
    display: none
}

.pricing-column .elementor-column-gap-default {
    column-gap: 10px
}

@media screen and (max-width: 1199px) {
    .pricing-column .elementor-column-gap-default {
        padding-left:5px;
        padding-right: 5px
    }
}

.cms-pricing-layout1 {
    background-image: url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/themes/bilhub/assets/css/../images/bgr-pricing.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    transition: .4s linear
}

.cms-pricing-layout1:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: .4s linear
}

.cms-pricing-layout1:hover:before {
    background-color: #ff5e15;
    opacity: .76
}

.cms-pricing-layout1 .pricing-meta {
    position: relative;
    text-align: center;
    padding: 60px 25px;
    transition: .4s linear
}

@media screen and (max-width: 575px) {
    .cms-pricing-layout1 .pricing-meta {
        padding:40px 20px
    }
}

.cms-pricing-layout1 .pricing-meta:hover {
    box-shadow: 0 5px 20px #fc844e
}

.cms-pricing-layout1 .pricing-title {
    margin: 0 auto;
    font-size: 14px;
    font-weight: 700;
    color: #002052;
    width: 90px;
    height: 30px;
    line-height: 30px;
    background-color: #f0f6ff;
    text-transform: uppercase;
    transition: .4s linear
}

.cms-pricing-layout1 .pricing-price {
    margin-top: 30px
}

@media screen and (max-width: 575px) {
    .cms-pricing-layout1 .pricing-price {
        margin-top:23px
    }
}

.cms-pricing-layout1 .pricing-price .icon-dollar {
    font-size: 15px;
    font-family: Exo;
    font-weight: 700;
    transition: .4s linear
}

.cms-pricing-layout1 .pricing-price .price {
    margin-left: -3px;
    font-size: 65px;
    font-weight: 700;
    font-family: Exo;
    color: #ff5e15;
    line-height: 1;
    transition: .4s linear
}

@media screen and (max-width: 575px) {
    .cms-pricing-layout1 .pricing-price .price {
        font-size:54px
    }
}

.cms-pricing-layout1 .cms-pricing-feature {
    margin-top: 20px;
    margin-bottom: 0
}

.cms-pricing-layout1 .cms-pricing-feature li {
    list-style: none;
    font-size: 15px;
    font-weight: 400;
    border-bottom: 2px solid #f6f6f6;
    padding-bottom: 13px;
    margin-bottom: 14px;
    padding-left: 5px;
    padding-right: 5px;
    transition: .3s linear
}

.cms-pricing-layout1 .cms-pricing-feature li:last-child {
    border-bottom: none;
    margin-bottom: 9px;
    transition: .3s linear
}

@media screen and (max-width: 575px) {
    .cms-pricing-layout1 .cms-pricing-feature li {
        padding-left:0;
        padding-right: 0
    }
}

.cms-pricing-layout1 .pricing-consultancy {
    color: #ff5e15;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 46px;
    transition: .4s linear
}

@media screen and (max-width: 575px) {
    .cms-pricing-layout1 .pricing-consultancy {
        margin-bottom:30px
    }
}

.cms-pricing-layout1 .btn-pricing {
    position: relative;
    width: 180px;
    height: 55px;
    line-height: 55px;
    display: inline-block;
    background-color: #002052;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase
}

@media screen and (max-width: 575px) {
    .cms-pricing-layout1 .btn-pricing {
        width:150px;
        height: 45px;
        line-height: 45px
    }
}

.cms-pricing-layout1 .btn-pricing span {
    position: relative;
    transition: .3s ease
}

.cms-pricing-layout1 .btn-pricing:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: #002052;
    transition: .3s ease
}

.cms-pricing-layout1 .btn-pricing:hover:before {
    left: 0;
    width: 100%
}

.cms-pricing-layout1 .btn-pricing:hover span {
    color: #fff!important
}

.cms-pricing-layout1:hover .pricing-title {
    background-color: #f0f6ff
}

.cms-pricing-layout1:hover .icon-dollar {
    color: #fff
}

.cms-pricing-layout1:hover .price {
    color: #fff
}

.cms-pricing-layout1:hover .cms-pricing-feature li {
    color: #fff;
    border-color: #f29b73
}

.cms-pricing-layout1:hover .pricing-consultancy {
    color: #fff
}

.cms-pricing-layout1:hover .btn-pricing span {
    color: #002052
}

.cms-pricing-layout1:hover .btn-pricing {
    background-color: #fff
}

.cms-counter-layout1 .widget-counter {
    display: flex;
    align-items: center;
    line-height: 1
}

.cms-counter-layout1 .elementor-counter-number {
    font-size: 89px;
    font-weight: 700;
    font-family: Exo;
    color: #ff5e15
}

@media screen and (max-width: 767px) {
    .cms-counter-layout1 .elementor-counter-number {
        font-size:80px
    }
}

@media screen and (max-width: 575px) {
    .cms-counter-layout1 .elementor-counter-number {
        font-size:60px
    }
}

.cms-counter-layout1 .cms-counter-number-suffix {
    margin-left: -2px;
    color: #ff5e15;
    font-weight: 700;
    font-size: 23px
}

.cms-counter-layout1 .counter-text {
    margin-left: 19px
}

@media screen and (max-width: 400px) {
    .cms-counter-layout1 .counter-text {
        margin-left:10px
    }
}

.cms-counter-layout1 .cms-sub-title {
    font-size: 18px;
    font-family: Exo;
    font-weight: 600;
    color: #002052;
    text-transform: uppercase
}

@media screen and (max-width: 575px) {
    .cms-counter-layout1 .cms-sub-title {
        font-size:16px
    }
}

.cms-counter-layout1 .cms-counter-title {
    margin-top: 5px;
    font-size: 40px;
    font-family: Exo;
    font-weight: 700;
    color: #002052;
    text-transform: uppercase
}

@media screen and (max-width: 575px) {
    .cms-counter-layout1 .cms-counter-title {
        font-size:30px
    }
}

@media screen and (max-width: 400px) {
    .cms-counter-layout1 .cms-counter-title {
        font-size:26px
    }
}

.cms-counter-layout2 .widget-counter {
    display: flex;
    align-items: center;
    line-height: 1
}

.cms-counter-layout2 .widget-counter .cms-counter-number-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    line-height: 1.4
}

.cms-counter-layout2 .widget-counter .elementor-counter-number {
    position: relative;
    font-size: 55px;
    font-weight: 700;
    font-family: Exo;
    color: #002052;
    padding-left: 24px;
    transition: .2s linear
}

.cms-counter-layout2 .widget-counter .elementor-counter-number:before {
    position: absolute;
    content: '';
    top: -2px;
    left: 0;
    right: 0;
    bottom: 2px;
    width: 66px;
    border: 4px solid #ff5e15;
    transition: .2s linear;
    z-index: -1
}

.cms-counter-layout2 .widget-counter .cms-counter-number-suffix {
    margin-left: 4px;
    color: #ff5e15;
    font-weight: 700;
    font-size: 23px
}

.cms-counter-layout2 .widget-counter .counter-text {
    margin-left: 18px
}

.cms-counter-layout2 .widget-counter .cms-sub-title {
    font-size: 15px;
    font-weight: 700;
    color: #002052;
    text-transform: uppercase
}

.cms-counter-layout2 .widget-counter .cms-counter-title {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 700;
    color: #ff5e15;
    text-transform: uppercase
}

.cms-counter-layout2 .widget-counter:hover .elementor-counter-number {
    padding-right: 23px
}

.cms-counter-layout2 .widget-counter:hover .elementor-counter-number:before {
    width: 100%
}

.cms-counter-layout3 {
    display: inline-block
}

.cms-counter-layout3 .widget-counter {
    display: flex;
    align-items: center;
    line-height: 1;
    position: relative;
    padding-left: 24px;
    transition: .2s linear
}

.cms-counter-layout3 .widget-counter:before {
    position: absolute;
    content: '';
    top: -2px;
    left: 0;
    right: 0;
    bottom: 2px;
    width: 66px;
    border: 4px solid #002052;
    transition: .2s linear
}

.cms-counter-layout3 .widget-counter:hover:before {
    width: 100%
}

.cms-counter-layout3 .widget-counter:hover {
    padding-right: 24px
}

.cms-counter-layout3 .widget-counter:hover:before {
    border-color: #fff
}

.cms-counter-layout3 .cms-counter-number-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    line-height: 1.4
}

.cms-counter-layout3 .elementor-counter-number {
    font-size: 55px;
    font-weight: 700;
    font-family: Exo;
    color: #fff;
    position: relative
}

.cms-counter-layout3 .cms-counter-number-suffix {
    color: #fff;
    font-weight: 700;
    font-size: 49px;
    margin-left: 4px
}

.cms-counter-layout3 .counter-text {
    margin-left: 18px
}

.cms-counter-layout3 .cms-sub-title {
    font-size: 15px;
    font-weight: 700;
    color: #c2daff;
    text-transform: uppercase
}

.cms-counter-layout3 .cms-counter-title {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 700;
    color: #ff5e15;
    text-transform: uppercase
}

.cms-counter-layout4 .cms-counter-icon img {
    max-width: 50px
}

.cms-counter-layout4 .widget-counter {
    display: flex;
    align-items: center
}

@media screen and (max-width: 767px) {
    .cms-counter-layout4 .widget-counter {
        justify-content:center
    }
}

.cms-counter-layout4 .cms-counter-number-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    line-height: 1.4;
    margin-left: 25px;
    margin-left: 18px
}

.cms-counter-layout4 .elementor-counter-number {
    font-size: 50px;
    font-weight: 600;
    font-family: Exo;
    color: #fff;
    position: relative
}

@media screen and (max-width: 575px) {
    .cms-counter-layout4 .elementor-counter-number {
        font-size:45px
    }
}

.cms-counter-layout4 .cms-counter-number-suffix {
    color: #fff;
    font-weight: 500;
    font-size: 50px;
    margin-left: 4px
}

.cms-counter-layout4 .counter-text {
    margin-top: 0
}

.cms-counter-layout4 .counter-text .cms-sub-title {
    font-size: 20px;
    font-weight: 400;
    color: #cdcdcd
}

@media screen and (max-width: 991px) {
    .cms-counter-layout4 .counter-text .cms-sub-title {
        font-size:24px
    }
}

@media screen and (max-width: 575px) {
    .cms-counter-layout4 .counter-text {
        margin-top:-3px
    }

    .cms-counter-layout4 .counter-text .cms-sub-title {
        font-size: 20px
    }
}

@media screen and (max-width: 1199px) {
    .style-offset-left>.elementor-element {
        padding-left:15px!important;
        padding-right: 15px!important
    }
}

.cms-button-layout1 a {
    text-transform: uppercase;
    border: none;
    font-weight: 700
}

.cms-button-layout1 span {
    position: relative
}

.cms-button-layout1 .btn-layout1 {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    width: 180px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background-color: #ff5e15
}

.cms-button-layout1 .btn-layout1:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: #002052;
    transition: .3s ease
}

.cms-button-layout1 .btn-layout1:hover:before {
    width: 100%;
    left: 0
}

@media screen and (max-width: 767px) {
    .cms-button-layout1 .btn-layout1 {
        width:150px;
        height: 45px;
        line-height: 45px
    }
}

.cms-button-layout1 .btn-layout2 {
    line-height: 55px;
    font-size: 15px;
    display: flex;
    align-items: center;
    color: #002052;
    transition: .2s
}

.cms-button-layout1 .btn-layout2 i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #002052;
    color: #fff;
    font-size: 9px;
    border-radius: 50%;
    margin-left: 10px;
    transition: .2s
}

.cms-button-layout1 .btn-layout2:hover {
    color: #ff5e15
}

.cms-button-layout1 .btn-layout2:hover i {
    background-color: #ff5e15;
    width: 23px;
    height: 23px;
    line-height: 23px;
    font-size: 12px;
    margin-left: 20px
}

.cms-button-layout1 .hv-color-secon {
    background-color: #002052
}

.cms-button-layout1 .hv-color-secon:before {
    background-color: #ff5e15
}

.cms-team-grid1 .grid-item {
    margin-bottom: 30px
}

.cms-team-grid1 .item--inner {
    position: relative;
    padding-bottom: 87px;
    overflow: hidden;
    transition: .3s
}

.cms-team-grid1 .item--inner .item--image {
    overflow: hidden
}

.cms-team-grid1 .item--inner .item--image img {
    transition: all .9s ease
}

.cms-team-grid1 .item--inner:hover {
    box-shadow: 0 5px 10px rgba(255,94,21,.2),0 6px 20px rgba(255,94,21,.19)
}

.cms-team-grid1 .item--inner:hover img {
    transform: scale(1.08)
}

.cms-team-grid1 .item--inner .item-holder {
    text-transform: uppercase;
    text-align: center;
    background-color: #fff;
    transition: .5s;
    position: absolute;
    width: 100%;
    bottom: -65px;
    transition: all .4s ease
}

.cms-team-grid1 .item--inner .img-icon {
    position: absolute;
    top: 19px;
    left: 50%;
    transform: translateX(-50%)
}

.cms-team-grid1 .item--inner .img-icon img {
    opacity: 0;
    transform: scale(.5);
    transition: .8s
}

.cms-team-grid1 .item--inner .img-icon:nth-child(1) img {
    transition-delay: 1s
}

.cms-team-grid1 .item--inner .item--title {
    padding-top: 21px;
    margin-bottom: 4px;
    font-size: 18px;
    font-weight: 600;
    font-family: Exo
}

.cms-team-grid1 .item--inner .item--title a {
    color: #002052;
    transition: .2s
}

.cms-team-grid1 .item--inner .item--position {
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: 700;
    color: #ff5e15
}

.cms-team-grid1 .item--inner .inner-social {
    padding-bottom: 44px
}

.cms-team-grid1 .item--inner .inner-social a {
    padding: 0 6px
}

.cms-team-grid1 .item--inner .inner-social a i {
    opacity: 0;
    transform: translateY(15px);
    transition: .35s
}

.cms-team-grid1 .item--inner .inner-social a:nth-child(1) i {
    transition-delay: .2s
}

.cms-team-grid1 .item--inner .inner-social a:nth-child(2) i {
    transition-delay: .4s
}

.cms-team-grid1 .item--inner .inner-social a:nth-child(3) i {
    transition-delay: .6s
}

.cms-team-grid1 .item--inner .inner-social a:nth-child(4) i {
    transition-delay: .8s
}

.cms-team-grid1 .item--inner:hover .item-holder {
    background-color: #ff5e15;
    bottom: -4px
}

.cms-team-grid1 .item--inner:hover .item--title {
    padding-top: 46px
}

.cms-team-grid1 .item--inner:hover .item--title a {
    color: #fff
}

.cms-team-grid1 .item--inner:hover .item--position {
    color: #fff
}

.cms-team-grid1 .item--inner:hover .inner-social i {
    opacity: 1;
    color: #fff;
    transform: translateY(0)
}

.cms-team-grid1 .item--inner:hover .img-icon img {
    opacity: .1;
    transform: scale(1)
}

@media(min-width: 992px) and (max-width:1199px) {
    .cms-team-carousel2 {
        overflow:hidden
    }
}

.cms-team-carousel2 .team-item {
    margin-bottom: 30px;
    transition: .3s
}

.cms-team-carousel2 .team-item:hover {
    box-shadow: 0 5px 10px rgba(255,94,21,.2),0 6px 20px rgba(255,94,21,.19)
}

.cms-team-carousel2 .item--inner {
    position: relative;
    padding-bottom: 87px;
    overflow: hidden;
    transition: all .9s ease
}

.cms-team-carousel2 .item--inner .item--image {
    overflow: hidden
}

.cms-team-carousel2 .item--inner .item--image img {
    transition: all .9s ease
}

.cms-team-carousel2 .item--inner:hover img {
    transform: scale(1.08)
}

.cms-team-carousel2 .item--inner .item-holder {
    text-transform: uppercase;
    text-align: center;
    background-color: #fff;
    transition: .5s;
    position: absolute;
    width: 100%;
    bottom: -65px;
    transition: all .4s ease
}

.cms-team-carousel2 .item--inner .img-icon {
    position: absolute;
    top: 19px;
    left: 50%;
    transform: translateX(-50%)
}

.cms-team-carousel2 .item--inner .img-icon img {
    opacity: 0;
    transform: scale(.5);
    transition: .8s
}

.cms-team-carousel2 .item--inner .img-icon:nth-child(1) img {
    transition-delay: 1s
}

.cms-team-carousel2 .item--inner .item--title {
    position: relative;
    padding-top: 21px;
    margin-bottom: 4px;
    font-size: 18px;
    font-weight: 600;
    font-family: Exo
}

.cms-team-carousel2 .item--inner .item--title a {
    color: #002052;
    transition: .2s
}

.cms-team-carousel2 .item--inner .item--position {
    position: relative;
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: 700;
    color: #ff5e15
}

.cms-team-carousel2 .item--inner .inner-social {
    position: relative;
    padding-bottom: 44px
}

.cms-team-carousel2 .item--inner .inner-social a {
    padding: 0 6px
}

.cms-team-carousel2 .item--inner .inner-social a i {
    opacity: 0;
    transform: translateY(15px);
    transition: .3s
}

.cms-team-carousel2 .item--inner .inner-social a:nth-child(1) i {
    transition-delay: .2s
}

.cms-team-carousel2 .item--inner .inner-social a:nth-child(2) i {
    transition-delay: .4s
}

.cms-team-carousel2 .item--inner .inner-social a:nth-child(3) i {
    transition-delay: .6s
}

.cms-team-carousel2 .item--inner .inner-social a:nth-child(4) i {
    transition-delay: .8s
}

.cms-team-carousel2 .item--inner:hover .item-holder {
    background-color: #ff5e15;
    bottom: -4px
}

.cms-team-carousel2 .item--inner:hover .item--title {
    padding-top: 46px
}

.cms-team-carousel2 .item--inner:hover .item--title a {
    color: #fff
}

.cms-team-carousel2 .item--inner:hover .item--position {
    color: #fff
}

.cms-team-carousel2 .item--inner:hover .inner-social i {
    opacity: 1;
    color: #fff;
    transform: translateY(0)
}

.cms-team-carousel2 .item--inner:hover .img-icon img {
    opacity: .1;
    transform: scale(1)
}

@media(min-width: 992px) and (max-width:1199px) {
    .cms-service-carousel1 {
        overflow:hidden
    }
}

.cms-service-carousel1 .item--image {
    overflow: hidden;
    position: relative
}

.cms-service-carousel1 .item--image img {
    transition: all .9s ease
}

.cms-service-carousel1 .item--image:before {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 0%;
    height: 0%;
    background-color: #ff5e15;
    opacity: .35;
    transition: all .6s ease;
    z-index: 999
}

@media screen and (max-width: 575px) {
    .cms-service-carousel1 .slick-slide {
        padding:0 10px
    }
}

.cms-service-carousel1 .item-holder {
    background-color: #fff;
    padding: 24px 30px 30px
}

@media screen and (max-width: 1199px) {
    .cms-service-carousel1 .item-holder {
        padding:24px 20px 30px
    }
}

.cms-service-carousel1 .item--subtitle {
    font-size: 14px;
    text-transform: uppercase;
    color: #ff5e15;
    font-weight: 700
}

.cms-service-carousel1 .item--title {
    margin-top: 11px;
    margin-bottom: 13px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: Exo
}

.cms-service-carousel1 .item--title a {
    color: #002052
}

.cms-service-carousel1 .item--title a:hover {
    color: #ff5e15
}

.cms-service-carousel1 .service-item:hover img {
    transform: scale(1.06)
}

.cms-service-carousel1 .item--inner:hover .item--image:before {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.cms-client-carousel {
    padding-left: 70px;
    padding-right: 70px
}

@media(min-width: 992px) and (max-width:1199px) {
    .cms-client-carousel {
        overflow:hidden
    }
}

@media screen and (max-width: 1300px) {
    .cms-client-carousel {
        padding-left:20px;
        padding-right: 20px
    }
}

.cms-slick-carousel .client-image {
    position: relative
}

@media(min-width: 992px) and (max-width:1199px) {
    .cms-slick-carousel .client-image {
        overflow:hidden
    }
}

.cms-slick-carousel .client-image img {
    padding: 11px 50px;
    transition: all .3s cubic-bezier(0,0,.2,1)0s
}

.cms-slick-carousel .client-image img:first-child {
    transform: translateY(0)
}

.cms-slick-carousel .client-image img:last-child {
    position: absolute;
    transform: translateY(-150px);
    left: 0;
    opacity: 0
}

@media screen and (max-width: 1700px) {
    .cms-slick-carousel .client-image img {
        padding:11px 35px
    }
}

@media screen and (max-width: 1500px) {
    .cms-slick-carousel .client-image img {
        padding:11px 20px
    }
}

@media screen and (max-width: 1190px) {
    .cms-slick-carousel .client-image img {
        padding:11px 10px
    }
}

@media screen and (max-width: 1019px) {
    .cms-slick-carousel .client-image img {
        padding:11px 50px
    }
}

@media screen and (max-width: 950px) {
    .cms-slick-carousel .client-image img {
        padding:11px 30px
    }
}

@media screen and (max-width: 767px) {
    .cms-slick-carousel .client-image img {
        padding:11px 50px
    }

    .cms-slick-carousel .client-image img:first-child {
        margin: 0 auto
    }

    .cms-slick-carousel .client-image img:last-child {
        display: none
    }
}

@media screen and (min-width: 768px) {
    .cms-slick-carousel .client-image a:hover img:first-child {
        transform:translateY(80px)
    }

    .cms-slick-carousel .client-image a:hover img:last-child {
        transform: translateY(-70px);
        opacity: 1
    }
}

.cms-portfolio-grid1 .grid-item {
    margin-bottom: 30px
}

.cms-portfolio-grid1 .post-image {
    overflow: hidden
}

.cms-portfolio-grid1 .post-image img {
    transition: all .9s ease
}

.cms-portfolio-grid1 .entry-body {
    background-color: #fff;
    padding: 11px 26px 27px
}

.cms-portfolio-grid1 .entry-body .item-category {
    margin-top: 10px;
    margin-bottom: -10px
}

.cms-portfolio-grid1 .entry-body .item-category i {
    font-weight: 500;
    color: #002052;
    transition: .4s
}

.cms-portfolio-grid1 .entry-body .item-category a {
    margin-left: 8px;
    font-weight: 400;
    color: #002052
}

.cms-portfolio-grid1 .entry-body .item-category:hover i,.cms-portfolio-grid1 .entry-body .item-category:hover a {
    color: #ff5e15
}

.cms-portfolio-grid1 .entry-title {
    font-weight: 600;
    line-height: .85;
    margin-bottom: 16px;
    text-transform: uppercase
}

.cms-portfolio-grid1 .entry-title a {
    font-size: 20px
}

.cms-portfolio-grid1 .entry-title a:hover {
    color: #ff5e15
}

@media screen and (max-width: 400px) {
    .cms-portfolio-grid1 .entry-title {
        line-height:.75
    }

    .cms-portfolio-grid1 .entry-title a {
        font-size: 18px
    }
}

.cms-portfolio-grid1 .entry-content {
    font-size: 15px;
    font-weight: 400
}

.cms-portfolio-grid1 .entry-readmore {
    line-height: 1;
    margin-top: 16px;
    margin-left: 4px
}

.cms-portfolio-grid1 .entry-readmore a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 300ms linear 0ms
}

.cms-portfolio-grid1 .entry-readmore a i {
    margin-left: 6px;
    font-size: 15px;
    vertical-align: bottom
}

.cms-portfolio-grid1 .entry-readmore a:hover {
    color: #002052!important
}

.cms-portfolio-grid1 .grid-item-inner:hover img {
    transform: scale(1.12)rotate(-5deg)
}

.fcb-layout1 {
    border: 1px solid #e6e9ed;
    box-shadow: 0 1px 73px rgba(40,40,40,.15);
    background-color: #fff;
    padding: 27px 20px 24px 30px
}

@media screen and (max-width: 767px) {
    .fcb-layout1 {
        max-width:500px
    }
}

.fcb-layout1 .content-main {
    display: flex;
    align-items: center
}

.fcb-layout1 .inner-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #ff5e15;
    text-align: center
}

.fcb-layout1 .inner-icon img {
    transition: all .5s linear 300ms
}

.fcb-layout1:hover img {
    animation: icon-download .6s linear 1
}

.fcb-layout1 .total-title {
    margin-left: 15px
}

.fcb-layout1 .title-project {
    font-size: 15px;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 23px
}

.fcb-layout1 .item--title {
    font-size: 15px;
    margin-bottom: 14px!important;
    text-transform: uppercase;
    line-height: 23px
}

.fcb-layout1 .item--description {
    margin-top: -1px
}

@media(min-width: 992px) and (max-width:1199px) {
    .cms-fancybox-carousel1 {
        overflow:hidden
    }
}

.cms-fancybox-carousel1 .fancybox-item {
    transition: all 800ms ease-out 0ms
}

.cms-fancybox-carousel1 .fancybox-item:hover {
    background-color: #fff
}

@media screen and (min-width: 576px) {
    .cms-fancybox-carousel1 .fancybox-item:hover {
        box-shadow:0 12px 22px #d9e0e7
    }
}

.cms-fancybox-carousel1 .slick-list {
    padding: 0!important
}

.cms-fancybox-carousel1 .slick-slide {
    margin-bottom: 35px
}

@media screen and (max-width: 575px) {
    .cms-fancybox-carousel1 .slick-slide {
        padding-left:0;
        padding-right: 0!important
    }
}

.cms-fancybox-carousel1 .inner-content {
    position: relative;
    display: flex;
    align-items: center;
    padding: 35px 20px 25px;
    transition: all 800ms ease-out 0ms
}

@media screen and (max-width: 991px) {
    .cms-fancybox-carousel1 .inner-content {
        padding:35px 0 25px
    }
}

@media screen and (max-width: 767px) {
    .cms-fancybox-carousel1 .inner-content {
        justify-content:center
    }
}

.cms-fancybox-carousel1 .inner-content .item--image {
    padding-right: 27px
}

.cms-fancybox-carousel1 .inner-content .item--image img {
    min-width: 80px
}

@media screen and (max-width: 575px) {
    .cms-fancybox-carousel1 .inner-content .item--image img {
        min-width:70px
    }
}

@media screen and (max-width: 370px) {
    .cms-fancybox-carousel1 .inner-content .item--image {
        padding-right:20px
    }
}

.cms-fancybox-carousel1 .inner-content .item-body .item--title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 9px
}

@media screen and (max-width: 575px) {
    .cms-fancybox-carousel1 .inner-content .item-body .item--title {
        font-size:18px;
        margin-bottom: 8px
    }
}

@media screen and (max-width: 370px) {
    .cms-fancybox-carousel1 .inner-content .item-body .item--title {
        font-size:15px;
        margin-bottom: 7px
    }
}

.cms-fancybox-carousel1 .inner-content .item--description {
    line-height: 1.55
}

.cms-fancybox-carousel1 .inner-content:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    height: 5px;
    background-color: #ff5e15;
    opacity: 1;
    transition: all 400ms ease-out 0ms
}

.cms-fancybox-carousel1 .inner-content:hover:before {
    width: 100%
}

@media screen and (min-width: 1025px) {
    .cms-fancybox-carousel1 .slick-center .inner-content:before {
        position:absolute;
        content: '';
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 5px;
        background-color: #ff5e15;
        opacity: 1;
        transition: all 400ms ease-out 0ms
    }

    .cms-fancybox-carousel1 .slick-center .fancybox-item {
        box-shadow: 0 12px 22px #d9e0e7
    }
}

.cms-download1 .inner-box {
    background-color: #f6f6f6;
    padding: 47px 30px 24px
}

@media screen and (max-width: 575px) {
    .cms-download1 .inner-box {
        padding:43px 30px 24px
    }
}

.cms-download1 .entry-title {
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px
}

.cms-download1 .item--download {
    border-bottom: 2px solid #ececec;
    padding: 20px 0
}

@media screen and (max-width: 575px) {
    .cms-download1 .item--download {
        padding:15px 0
    }
}

.cms-download1 .item--download a {
    font-size: 15px;
    color: #002052
}

.cms-download1 .item--download a:hover {
    color: #ff5e15
}

.cms-download1 .item--download i {
    color: #ff5e15;
    padding-right: 21px;
    transition: all .5s linear 300ms
}

.cms-download1 .item--download:hover i {
    animation: icon-download .6s linear 1
}

.cms-download1 .item--download span {
    font-weight: 500;
    text-transform: uppercase
}

.cms-download1 .item--download:last-child {
    border-bottom: none
}

.cms-service-grid1 .style1 .services-box-thumb>img {
    display: none
}

.cms-service-grid1 .style1 .item-body {
    transition: .6s
}

.cms-service-grid1 .style1 .item-body:hover {
    box-shadow: 0 15px 25px #dde0ef
}

.cms-service-grid1 .style1 .item-body:hover .item-icon {
    animation: icon-move 1400ms ease-out infinite;
    -webkit-animation: icon-move 1400ms ease-out infinite
}

@media(min-width: 992px) and (max-width:1199px) {
    .cms-service-grid1 .style1,.cms-service-grid1 .style2 {
        overflow:hidden
    }
}

.cms-service-grid1 .style1 .grid-item,.cms-service-grid1 .style2 .grid-item {
    margin-bottom: 30px;
    transition: all 300ms linear 0ms
}

.cms-service-grid1 .style1 .item-body,.cms-service-grid1 .style2 .item-body {
    text-align: center;
    background-color: #fff;
    padding: 57px
}

@media screen and (max-width: 1024px) {
    .cms-service-grid1 .style1 .item-body,.cms-service-grid1 .style2 .item-body {
        padding:43px 30px
    }
}

@media(min-width: 768px) and (max-width:991px) {
    .cms-service-grid1 .style1 .item-body,.cms-service-grid1 .style2 .item-body {
        padding:43px 58px
    }
}

.cms-service-grid1 .style1 .item-body:before,.cms-service-grid1 .style2 .item-body:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    height: 5px;
    background-color: #ff5e15;
    opacity: 1;
    transition: all 400ms ease-out 0ms
}

.cms-service-grid1 .style1 .item-body:hover:before,.cms-service-grid1 .style2 .item-body:hover:before {
    width: 100%
}

.cms-service-grid1 .style1 .item-icon,.cms-service-grid1 .style2 .item-icon {
    min-height: 60px
}

.cms-service-grid1 .style1 .item-title,.cms-service-grid1 .style2 .item-title {
    margin-top: 19px;
    margin-bottom: 24px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600
}

.cms-service-grid1 .style1 .item-title a,.cms-service-grid1 .style2 .item-title a {
    color: #002052
}

.cms-service-grid1 .style1 .item-title a:hover,.cms-service-grid1 .style2 .item-title a:hover {
    color: #ff5e15
}

.cms-service-grid1 .style1 .item-readmore,.cms-service-grid1 .style2 .item-readmore {
    line-height: 1;
    margin-top: 21px
}

.cms-service-grid1 .style1 .btn-readmore,.cms-service-grid1 .style2 .btn-readmore {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase
}

.cms-service-grid1 .style1 .btn-readmore i,.cms-service-grid1 .style2 .btn-readmore i {
    padding-left: 7px;
    font-size: 15px;
    vertical-align: bottom
}

.cms-service-grid1 .style1 .btn-readmore:hover,.cms-service-grid1 .style2 .btn-readmore:hover {
    color: #002052
}

.cms-service-grid1 .style1 .item-body,.cms-service-grid1 .style2 .item-body {
    transition: .6s
}

.cms-service-grid1 .style1 .item-body:hover,.cms-service-grid1 .style2 .item-body:hover {
    box-shadow: 0 15px 25px #dde0ef
}

.cms-service-grid1 .style2 .services-box-thumb {
    position: relative
}

.cms-service-grid1 .style2 .services-box-thumb>img {
    transition: all 300ms ease-out 0ms
}

.cms-service-grid1 .style2 .services-box-thumb .item-icon {
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.cms-service-grid1 .style2 .item-body {
    padding: 24px 57px 57px
}

@media screen and (max-width: 1024px) {
    .cms-service-grid1 .style2 .item-body {
        padding:24px 30px 43px
    }
}

@media(min-width: 768px) and (max-width:991px) {
    .cms-service-grid1 .style2 .item-body {
        padding:24px 58px 43px
    }
}

.cms-service-grid1 .style2 .item-body:hover .services-box-thumb>img {
    transform: scale(1.1)
}

.cms-service-grid1 .style2 .item-title {
    margin-top: 5px
}

.cms-service-grid2 .style1 .services-box-thumb>img {
    display: none
}

.cms-service-grid2 .style1 .item-body {
    transition: .6s
}

.cms-service-grid2 .style1 .item-body:hover {
    box-shadow: 0 15px 25px #dde0ef
}

.cms-service-grid2 .style1 .item-body:hover .item-icon {
    animation: icon-move 1400ms ease-out infinite;
    -webkit-animation: icon-move 1400ms ease-out infinite
}

.cms-service-grid2 .style1 .grid-item {
    margin-bottom: 30px;
    transition: all 300ms linear 0ms
}

.cms-service-grid2 .style1 .item-body {
    box-shadow: 0 0 25px #eee;
    background-color: #fff;
    padding: 57px 50px
}

@media screen and (max-width: 1024px) {
    .cms-service-grid2 .style1 .item-body {
        padding:43px 30px
    }
}

@media(min-width: 768px) and (max-width:991px) {
    .cms-service-grid2 .style1 .item-body {
        padding:43px 58px
    }
}

.cms-service-grid2 .style1 .item-body:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 0%;
    height: 5px;
    background-color: #ff5e15;
    opacity: 1;
    transition: all 400ms ease-out 0ms
}

.cms-service-grid2 .style1 .item-body:hover:before {
    width: 100%
}

.cms-service-grid2 .style1 .item-icon {
    min-height: 60px
}

.cms-service-grid2 .style1 .item-title {
    margin-top: 19px;
    margin-bottom: 24px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600
}

.cms-service-grid2 .style1 .item-title a {
    color: #002052
}

.cms-service-grid2 .style1 .item-title a:hover {
    color: #ff5e15
}

.cms-service-grid2 .style1 .item-readmore {
    line-height: 1;
    margin-top: 21px
}

.cms-service-grid2 .style1 .btn-readmore {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase
}

.cms-service-grid2 .style1 .btn-readmore i {
    padding-left: 7px;
    font-size: 15px;
    vertical-align: bottom
}

.cms-service-grid2 .style1 .btn-readmore:hover {
    color: #002052
}

.cms-service-grid2 .style1 .item-body {
    transition: .6s
}

.cms-service-grid2 .style1 .item-body:hover {
    box-shadow: 0 15px 25px #dde0ef
}

@media(min-width: 992px) and (max-width:1199px) {
    .cms-portfolio-carousel {
        overflow:hidden
    }
}

.cms-portfolio-carousel .style1 {
    padding-left: 23px;
    padding-right: 23px
}

@media screen and (max-width: 1600px) {
    .cms-portfolio-carousel .style1 {
        padding-left:10px;
        padding-right: 10px
    }
}

@media screen and (max-width: 1199px) {
    .cms-portfolio-carousel .style1 {
        padding-left:0;
        padding-right: 0
    }
}

.cms-portfolio-carousel .style1 .carousel-item {
    padding: 0 27px 30px
}

@media screen and (max-width: 1600px) {
    .cms-portfolio-carousel .style1 .carousel-item {
        padding:0 13px 30px
    }
}

@media screen and (max-width: 1199px) {
    .cms-portfolio-carousel .style1 .carousel-item {
        padding:0 10px 30px
    }
}

@media screen and (max-width: 575px) {
    .cms-portfolio-carousel .style1 .carousel-item {
        padding:0 5px 30px
    }
}

.cms-portfolio-carousel .style1 .item-featured {
    overflow: hidden
}

.cms-portfolio-carousel .style1 .item-featured img {
    transition: all .9s ease
}

@media screen and (min-width: 1200px) {
    .cms-portfolio-carousel .style1 .item-body {
        margin-top:-110px;
        position: inherit;
        background-color: #fff;
        box-shadow: 0 15px 20px -5px #dfe4ec;
        margin-left: 75px;
        margin-right: 75px;
        padding: 46px 50px 44px
    }
}

@media screen and (max-width: 1600px) and (min-width:1281px) {
    .cms-portfolio-carousel .style1 .item-body {
        margin-left:50px;
        margin-right: 50px;
        padding: 40px
    }
}

@media screen and (max-width: 1280px) and (min-width:1200px) {
    .cms-portfolio-carousel .style1 .item-body {
        margin-left:45px;
        margin-right: 45px;
        padding: 40px 30px
    }
}

@media screen and (max-width: 1199px) {
    .cms-portfolio-carousel .style1 .item-body {
        padding:30px 20px
    }
}

.cms-portfolio-carousel .style1 .item-category {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

.cms-portfolio-carousel .style1 .item-category:hover {
    text-decoration: underline
}

.cms-portfolio-carousel .style1 .item-title {
    margin-top: 14px;
    margin-bottom: 19px;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase
}

.cms-portfolio-carousel .style1 .item-title a {
    color: #002052
}

.cms-portfolio-carousel .style1 .item-title a:hover {
    color: #ff5e15
}

@media screen and (max-width: 1199px) {
    .cms-portfolio-carousel .style1 .item-title {
        margin-top:13px;
        margin-bottom: 10px
    }
}

.cms-portfolio-carousel .style1 .grid-item-inner {
    position: relative
}

.cms-portfolio-carousel .style1 .grid-item-inner:hover img {
    transform: scale(1.12)rotate(-5deg)
}

.cms-portfolio-carousel .style2 {
    padding: 0 24px
}

@media screen and (max-width: 1400px) {
    .cms-portfolio-carousel .style2 {
        padding:0 5px
    }
}

@media screen and (max-width: 1024px) {
    .cms-portfolio-carousel .style2 {
        padding:0 0
    }
}

.cms-portfolio-carousel .style2 .carousel-item {
    padding: 0 26px 30px
}

@media screen and (max-width: 1600px) {
    .cms-portfolio-carousel .style2 .carousel-item {
        padding:0 15px 30px
    }
}

@media screen and (max-width: 449px) {
    .cms-portfolio-carousel .style2 .carousel-item {
        padding:0 0 30px
    }
}

.cms-portfolio-carousel .style2 .item-featured {
    overflow: hidden
}

.cms-portfolio-carousel .style2 .item-featured img {
    transition: all .9s ease
}

@media screen and (min-width: 450px) {
    .cms-portfolio-carousel .style2 .item-body {
        position:absolute;
        bottom: 20px;
        left: 20px
    }
}

@media screen and (max-width: 450px) {
    .cms-portfolio-carousel .style2 .item-body {
        padding:20px
    }
}

.cms-portfolio-carousel .style2 .item-content {
    background-color: #fff
}

@media screen and (min-width: 1600px) {
    .cms-portfolio-carousel .style2 .item-content {
        width:420px;
        padding: 47px 50px 45px
    }
}

@media screen and (min-width: 1400px) and (max-width:1600px) {
    .cms-portfolio-carousel .style2 .item-content {
        width:350px;
        padding: 30px
    }
}

@media screen and (max-width: 1400px) {
    .cms-portfolio-carousel .style2 .item-content {
        margin-right:40px;
        padding: 30px
    }
}

@media screen and (min-width: 1025px) and (max-width:1199px) {
    .cms-portfolio-carousel .style2 .item-content {
        margin-right:20px;
        padding: 25px 20px 20px
    }
}

@media screen and (max-width: 449px) {
    .cms-portfolio-carousel .style2 .item-content {
        margin-right:0;
        padding: 0
    }
}

@media screen and (min-width: 450px) {
    .cms-portfolio-carousel .style2 .item-category {
        display:inline-block;
        background-color: #ff5e15;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        width: 240px;
        line-height: 50px;
        text-align: center
    }

    .cms-portfolio-carousel .style2 .item-category a {
        color: #fff
    }
}

@media screen and (max-width: 449px) {
    .cms-portfolio-carousel .style2 .item-category {
        font-size:15px;
        font-weight: 600;
        text-transform: uppercase
    }
}

@media screen and (max-width: 1600px) {
    .cms-portfolio-carousel .style2 .item-category {
        width:200px;
        line-height: 44px
    }
}

@media screen and (min-width: 1025px) and (max-width:1199px) {
    .cms-portfolio-carousel .style2 .item-category {
        font-size:13px;
        width: 180px;
        line-height: 40px
    }
}

.cms-portfolio-carousel .style2 .item-title {
    margin-bottom: 19px;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase
}

.cms-portfolio-carousel .style2 .item-title a {
    color: #002052
}

.cms-portfolio-carousel .style2 .item-title a:hover {
    color: #ff5e15
}

@media screen and (max-width: 1600px) {
    .cms-portfolio-carousel .style2 .item-title {
        margin-bottom:13px
    }
}

@media screen and (min-width: 1025px) and (max-width:1199px) {
    .cms-portfolio-carousel .style2 .item-title {
        font-size:15px;
        margin-bottom: 13px
    }
}

.cms-portfolio-carousel .style2 .grid-item-inner {
    position: relative
}

.cms-portfolio-carousel .style2 .grid-item-inner:hover img {
    transform: scale(1.12)rotate(-5deg)
}

.cms-portfolio-carousel .style3,.cms-portfolio-carousel .style4 {
    padding: 0 24px
}

@media screen and (max-width: 1400px) {
    .cms-portfolio-carousel .style3,.cms-portfolio-carousel .style4 {
        padding:0 5px
    }
}

@media screen and (max-width: 1024px) {
    .cms-portfolio-carousel .style3,.cms-portfolio-carousel .style4 {
        padding:0 0
    }
}

.cms-portfolio-carousel .style3 .carousel-item,.cms-portfolio-carousel .style4 .carousel-item {
    padding: 0 27px 30px
}

@media screen and (max-width: 1600px) {
    .cms-portfolio-carousel .style3 .carousel-item,.cms-portfolio-carousel .style4 .carousel-item {
        padding:0 12px 30px
    }
}

@media screen and (max-width: 575px) {
    .cms-portfolio-carousel .style3 .carousel-item,.cms-portfolio-carousel .style4 .carousel-item {
        padding:0 0 10px
    }
}

.cms-portfolio-carousel .style3 .item-featured,.cms-portfolio-carousel .style4 .item-featured {
    overflow: hidden
}

.cms-portfolio-carousel .style3 .item-featured img,.cms-portfolio-carousel .style4 .item-featured img {
    transition: all .9s ease
}

@media screen and (min-width: 992px) {
    .cms-portfolio-carousel .style3 .item-body,.cms-portfolio-carousel .style4 .item-body {
        position:inherit;
        margin-top: -134px;
        left: 20px
    }
}

@media screen and (max-width: 991px) {
    .cms-portfolio-carousel .style3 .item-body,.cms-portfolio-carousel .style4 .item-body {
        padding:20px
    }
}

@media screen and (min-width: 992px) {
    .cms-portfolio-carousel .style3 .item-content,.cms-portfolio-carousel .style4 .item-content {
        background-color:#fff;
        box-shadow: 0 15px 20px -5px #ededed
    }
}

@media screen and (min-width: 1600px) {
    .cms-portfolio-carousel .style3 .item-content,.cms-portfolio-carousel .style4 .item-content {
        width:420px;
        padding: 47px 50px 45px
    }
}

@media screen and (min-width: 1400px) and (max-width:1600px) {
    .cms-portfolio-carousel .style3 .item-content,.cms-portfolio-carousel .style4 .item-content {
        width:350px;
        padding: 30px
    }
}

@media screen and (max-width: 1400px) {
    .cms-portfolio-carousel .style3 .item-content,.cms-portfolio-carousel .style4 .item-content {
        margin-right:40px;
        padding: 30px
    }
}

@media screen and (min-width: 1025px) and (max-width:1199px) {
    .cms-portfolio-carousel .style3 .item-content,.cms-portfolio-carousel .style4 .item-content {
        padding:25px 20px 20px
    }
}

@media screen and (max-width: 991px) {
    .cms-portfolio-carousel .style3 .item-content,.cms-portfolio-carousel .style4 .item-content {
        margin-right:0;
        padding: 0
    }
}

@media screen and (min-width: 992px) {
    .cms-portfolio-carousel .style3 .item-category,.cms-portfolio-carousel .style4 .item-category {
        display:inline-block;
        background-color: #ff5e15;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        width: 240px;
        line-height: 50px;
        text-align: center
    }

    .cms-portfolio-carousel .style3 .item-category a,.cms-portfolio-carousel .style4 .item-category a {
        color: #fff
    }
}

@media screen and (max-width: 575px) {
    .cms-portfolio-carousel .style3 .item-category,.cms-portfolio-carousel .style4 .item-category {
        font-size:15px;
        font-weight: 600;
        text-transform: uppercase
    }
}

@media screen and (max-width: 1600px) {
    .cms-portfolio-carousel .style3 .item-category,.cms-portfolio-carousel .style4 .item-category {
        width:200px;
        line-height: 44px
    }
}

@media screen and (min-width: 1025px) and (max-width:1199px) {
    .cms-portfolio-carousel .style3 .item-category,.cms-portfolio-carousel .style4 .item-category {
        font-size:13px;
        width: 180px;
        line-height: 40px
    }
}

.cms-portfolio-carousel .style3 .item-title,.cms-portfolio-carousel .style4 .item-title {
    margin-bottom: 19px;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase
}

.cms-portfolio-carousel .style3 .item-title a,.cms-portfolio-carousel .style4 .item-title a {
    color: #002052
}

.cms-portfolio-carousel .style3 .item-title a:hover,.cms-portfolio-carousel .style4 .item-title a:hover {
    color: #ff5e15
}

@media screen and (max-width: 1600px) {
    .cms-portfolio-carousel .style3 .item-title,.cms-portfolio-carousel .style4 .item-title {
        margin-bottom:13px
    }
}

@media screen and (min-width: 1025px) and (max-width:1199px) {
    .cms-portfolio-carousel .style3 .item-title,.cms-portfolio-carousel .style4 .item-title {
        font-size:15px;
        margin-bottom: 13px
    }
}

.cms-portfolio-carousel .style3 .grid-item-inner,.cms-portfolio-carousel .style4 .grid-item-inner {
    position: relative
}

.cms-portfolio-carousel .style3 .grid-item-inner:hover img,.cms-portfolio-carousel .style4 .grid-item-inner:hover img {
    transform: scale(1.12)rotate(-5deg)
}

@media screen and (min-width: 992px) {
    .cms-portfolio-carousel .style4 .item-content {
        background-color:#fff;
        box-shadow: 0 15px 20px -5px #011c44
    }
}

@media screen and (max-width: 991px) {
    .cms-portfolio-carousel .style4 .item-body {
        background-color:#fff
    }
}

@media screen and (max-width: 1024px) {
    .cms-banner-image1 {
        text-align:center
    }
}

.cms-banner-image1 .innner-meta {
    display: inline-flex;
    align-items: flex-end;
    line-height: 1;
    background-color: #fff;
    padding: 20px 64px 16px 32px;
    position: relative;
    box-shadow: 0 10px 25px #d2d6e0;
    z-index: 1;
    top: 20px;
    animation-duration: 2.3s;
    animation-iteration-count: infinite;
    transform-origin: bottom;
    animation-name: couter-move;
    animation-timing-function: linear;
    text-align: left
}

@media screen and (max-width: 400px) {
    .cms-banner-image1 .innner-meta {
        padding:20px 22px 16px
    }
}

.cms-banner-image1 .innner-meta:before {
    position: absolute;
    content: "";
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 15px solid #fff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent
}

.cms-banner-image1 .year-number span:nth-child(1) {
    font-size: 55px;
    font-weight: 700;
    color: #ff5e15;
    font-family: Exo
}

@media screen and (max-width: 400px) {
    .cms-banner-image1 .year-number span:nth-child(1) {
        font-size:50px
    }
}

.cms-banner-image1 .year-number span:nth-child(2) {
    margin-left: -2px;
    font-size: 19px;
    font-weight: 700;
    color: #ff5e15
}

.cms-banner-image1 .item-text {
    margin-bottom: 5px;
    margin-left: 11px
}

.cms-banner-image1 .text-year {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.cms-banner-image1 .text-content {
    font-size: 20px;
    font-weight: 700;
    font-family: Exo;
    text-transform: uppercase;
    margin-top: 7px
}

.cms-banner-image1 .item-image {
    position: inherit;
    right: 40px;
    z-index: -1
}

.cms-banner-image2 .style1 .item-meta {
    position: relative
}

.cms-banner-image2 .style1 .innner-meta {
    position: relative;
    display: inline-block
}

@media screen and (max-width: 1170px) and (min-width:1024px) {
    .cms-banner-image2 .style1 .innner-meta {
        max-width:70%
    }
}

@media screen and (max-width: 650px) {
    .cms-banner-image2 .style1 .innner-meta {
        max-width:70%
    }
}

@media screen and (max-width: 500px) {
    .cms-banner-image2 .style1 .innner-meta {
        max-width:80%
    }
}

.cms-banner-image2 .style1 .innner-meta:before {
    position: absolute;
    content: '';
    top: 53px;
    left: 47px;
    right: 47px;
    bottom: 53px;
    border: 30px solid rgba(255,255,255,.3);
    transition: .2s ease
}

.cms-banner-image2 .style1 .innner-meta:hover:before {
    border-width: 40px
}

.cms-banner-image2 .style1 .item-image {
    position: absolute;
    right: -158px;
    bottom: -76px
}

.cms-banner-image2 .style1 .item-image img {
    border: 10px solid #fff
}

@media screen and (max-width: 1170px) and (min-width:1024px) {
    .cms-banner-image2 .style1 .item-image img {
        width:90%
    }
}

@media screen and (max-width: 650px) {
    .cms-banner-image2 .style1 .item-image img {
        max-width:80%
    }
}

@media screen and (max-width: 500px) {
    .cms-banner-image2 .style1 .item-image img {
        max-width:68%
    }
}

.cms-banner-image2 .style2 .item-meta {
    position: relative
}

.cms-banner-image2 .style2 .innner-meta {
    position: relative;
    display: inline-block
}

@media screen and (max-width: 1170px) and (min-width:1024px) {
    .cms-banner-image2 .style2 .innner-meta {
        max-width:80%
    }
}

@media screen and (max-width: 650px) {
    .cms-banner-image2 .style2 .innner-meta {
        max-width:72%
    }
}

@media screen and (max-width: 500px) {
    .cms-banner-image2 .style2 .innner-meta {
        max-width:75%
    }
}

@media screen and (min-width: 576px) {
    .cms-banner-image2 .style2 .innner-meta:before {
        position:absolute;
        content: '';
        top: 53px;
        left: 47px;
        right: 47px;
        bottom: 53px;
        border: 30px solid rgba(255,255,255,.3);
        transition: .2s ease
    }
}

.cms-banner-image2 .style2 .innner-meta:hover:before {
    border-width: 40px
}

.cms-banner-image2 .style2 .item-image {
    position: absolute;
    right: -112px;
    bottom: -129px
}

@media screen and (max-width: 767px) {
    .cms-banner-image2 .style2 .item-image {
        right:-150px
    }
}

.cms-banner-image2 .style2 .item-image img {
    border: 10px solid #fff
}

@media screen and (max-width: 1170px) and (min-width:1024px) {
    .cms-banner-image2 .style2 .item-image img {
        width:95%
    }
}

@media screen and (max-width: 650px) {
    .cms-banner-image2 .style2 .item-image img {
        max-width:90%
    }
}

@media screen and (max-width: 500px) {
    .cms-banner-image2 .style2 .item-image img {
        max-width:76%
    }
}

.cms-banner-image2 .style3 .item-meta {
    position: relative
}

.cms-banner-image2 .style3 .innner-meta {
    position: relative;
    display: inline-block
}

.cms-banner-image2 .style3 .item-image {
    position: absolute;
    right: -3px;
    bottom: -50px
}

@media screen and (max-width: 1199px) {
    .cms-banner-image2 .style3 .item-image {
        right:-50px
    }
}

@media screen and (max-width: 767px) {
    .cms-banner-image2 .style3 .item-image {
        right:-10px
    }
}

.cms-banner-image2 .style3 .item-image img {
    animation-duration: 2.3s;
    animation-iteration-count: infinite;
    transform-origin: bottom;
    animation-name: couter-move;
    animation-timing-function: linear
}

@media screen and (max-width: 1199px) {
    .cms-banner-image2 .style3 .item-image img {
        max-width:90%
    }
}

@media screen and (max-width: 1024px) {
    .cms-banner-image2 .style3 .item-image img {
        max-width:100%
    }
}

@media screen and (max-width: 767px) {
    .cms-banner-image2 .style3 .item-image img {
        max-width:95%
    }
}

@media(min-width: 992px) and (max-width:1199px) {
    .cms-testimonial-carousel1 {
        overflow:hidden
    }
}

.cms-testimonial-carousel1 .cms-carousel-inner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    position: relative;
    padding: 60px 100px 91px
}

.cms-testimonial-carousel1 .cms-carousel-inner:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ff5e15;
    opacity: .85
}

@media screen and (max-width: 1400px) {
    .cms-testimonial-carousel1 .cms-carousel-inner {
        padding:35px 80px 50px
    }
}

@media screen and (max-width: 1199px) {
    .cms-testimonial-carousel1 .cms-carousel-inner {
        padding:30px 40px 45px
    }
}

@media screen and (max-width: 1024px) {
    .cms-testimonial-carousel1 .cms-carousel-inner {
        padding:35px 50px 55px
    }
}

@media screen and (max-width: 991px) {
    .cms-testimonial-carousel1 .cms-carousel-inner {
        padding:20px 10px 40px
    }
}

@media screen and (max-width: 767px) {
    .cms-testimonial-carousel1 .cms-carousel-inner {
        padding:30px 50px 50px
    }
}

@media screen and (max-width: 575px) {
    .cms-testimonial-carousel1 .cms-carousel-inner {
        padding:25px 5px 45px
    }
}

.cms-testimonial-carousel1 .testimonial-meta {
    text-align: center
}

.cms-testimonial-carousel1 .testimonial-image img {
    max-width: 72px;
    border: 4px solid #fff;
    margin: 0 auto
}

.cms-testimonial-carousel1 .testimonial-title {
    margin-top: 27px;
    margin-bottom: 3px;
    font-size: 20px;
    color: #fff
}

.cms-testimonial-carousel1 .testimonial-position {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700
}

.cms-testimonial-carousel1 .testimonial-desc {
    font-size: 20px;
    color: #fff;
    line-height: 1.6;
    margin-top: 26px
}

@media screen and (max-width: 1199px) {
    .cms-testimonial-carousel1 .testimonial-desc {
        font-size:17px
    }
}

@media screen and (max-width: 575px) {
    .cms-testimonial-carousel1 .testimonial-desc {
        font-size:15px
    }
}

.cms-testimonial-carousel1 .slick-dots {
    margin-top: 31px;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center
}

.cms-testimonial-carousel1 .slick-dots li {
    display: inline-block;
    margin-right: 2px
}

.cms-testimonial-carousel1 .slick-dots li button {
    -webkit-transition: all 200ms linear 0ms;
    -khtml-transition: all 200ms linear 0ms;
    -moz-transition: all 200ms linear 0ms;
    -ms-transition: all 200ms linear 0ms;
    -o-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms;
    width: 12px;
    height: 5px;
    text-indent: -9999px;
    padding: 0;
    border: none;
    background-color: rgba(255,255,255,.5);
    border-radius: 0
}

.cms-testimonial-carousel1 .slick-dots li.slick-active button {
    background-color: #fff;
    border-radius: 0
}

.cms-testimonial-carousel2 {
    position: relative
}

@media(min-width: 992px) and (max-width:1199px) {
    .cms-testimonial-carousel2 {
        overflow:hidden
    }
}

.cms-testimonial-carousel2 .cms-slick-carousel {
    padding-bottom: 0
}

@media screen and (max-width: 1199px) {
    .cms-testimonial-carousel2 .cms-slick-carousel {
        padding:0
    }
}

.cms-testimonial-carousel2 .background-image1,.cms-testimonial-carousel2 .background-image2 {
    background-size: cover
}

.cms-testimonial-carousel2 .slick-slide .testimonial-item,.cms-testimonial-carousel2 .slick-slide .background-image1 {
    background-color: #002052;
    background-size: 0 0;
    background-repeat: no-repeat;
    background-position: 50%;
    transition: .3s ease
}

.cms-testimonial-carousel2 .slick-slide .testimonial-item .background-image2,.cms-testimonial-carousel2 .slick-slide .background-image1 .background-image2 {
    background-repeat: no-repeat;
    background-position: 50%;
    transition: .3s ease
}

.cms-testimonial-carousel2 .slick-slide .testimonial-item:hover,.cms-testimonial-carousel2 .slick-slide .background-image1:hover {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    background-color: #ff5e15
}

.cms-testimonial-carousel2 .slick-slide .testimonial-item:hover .background-image2,.cms-testimonial-carousel2 .slick-slide .background-image1:hover .background-image2 {
    background-size: 0 0;
    background-repeat: no-repeat;
    background-position: 50%
}

.cms-testimonial-carousel2 .slick-arrow {
    width: 40px;
    height: 40px;
    line-height: 40px;
    z-index: 2;
    font-size: 0;
    text-align: center;
    cursor: pointer;
    background-color: #ff5e15;
    transition: .3s ease
}

@media screen and (max-width: 991px) {
    .cms-testimonial-carousel2 .slick-arrow {
        opacity:0
    }
}

.cms-testimonial-carousel2 .slick-arrow:after {
    font-family: 'font awesome 5 pro';
    font-size: 10px;
    color: #fff;
    width: 100%;
    height: 100%;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0
}

.cms-testimonial-carousel2 .slick-arrow.slick-prev:after {
    content: "\f060"
}

.cms-testimonial-carousel2 .slick-arrow.slick-next:after {
    content: "\f061"
}

@media screen and (min-width: 992px) {
    .cms-testimonial-carousel2 .slick-arrow {
        position:absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -khtml-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .cms-testimonial-carousel2 .slick-arrow.slick-prev {
        left: -5px
    }

    .cms-testimonial-carousel2 .slick-arrow.slick-next {
        right: -5px
    }
}

.cms-testimonial-carousel2 .slick-arrow:hover {
    background-color: #002052
}

.cms-testimonial-carousel2 .slick-track {
    transition: transform 1e3ms ease 0s!important
}

.cms-testimonial-carousel2 .item-background {
    padding: 50px 50px 42px
}

@media screen and (max-width: 1024px) {
    .cms-testimonial-carousel2 .item-background {
        padding:50px 30px 42px
    }
}

@media screen and (max-width: 991px) {
    .cms-testimonial-carousel2 .item-background {
        padding:40px 20px 35px
    }
}

@media screen and (max-width: 767px) {
    .cms-testimonial-carousel2 .item-background {
        padding:50px 30px
    }
}

@media screen and (max-width: 575px) {
    .cms-testimonial-carousel2 .item-background {
        padding:50px 20px
    }
}

.cms-testimonial-carousel2 .testimonial-meta {
    text-align: center
}

.cms-testimonial-carousel2 .testimonial-image img {
    max-width: 72px;
    border: 4px solid #fff;
    margin: 0 auto
}

.cms-testimonial-carousel2 .testimonial-title {
    margin-top: 27px;
    margin-bottom: 3px;
    font-size: 17px;
    color: #fff;
    font-weight: 600
}

.cms-testimonial-carousel2 .testimonial-position {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase
}

.cms-testimonial-carousel2 .testimonial-desc {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    margin-top: 18px
}

@media screen and (max-width: 1199px) {
    .cms-testimonial-carousel2 .testimonial-desc {
        font-size:17px
    }
}

@media screen and (max-width: 575px) {
    .cms-testimonial-carousel2 .testimonial-desc {
        font-size:15px
    }
}

.cms-testimonial-carousel2 .slick-dots {
    margin-top: 31px;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center
}

.cms-testimonial-carousel2 .slick-dots li {
    display: inline-block;
    margin-right: 2px
}

.cms-testimonial-carousel2 .slick-dots li button {
    -webkit-transition: all 200ms linear 0ms;
    -khtml-transition: all 200ms linear 0ms;
    -moz-transition: all 200ms linear 0ms;
    -ms-transition: all 200ms linear 0ms;
    -o-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms;
    width: 12px;
    height: 5px;
    text-indent: -9999px;
    padding: 0;
    border: none;
    background-color: rgba(255,255,255,.5);
    border-radius: 0
}

.cms-testimonial-carousel2 .slick-dots li.slick-active button {
    background-color: #fff;
    border-radius: 0
}

.cms-testimonial-carousel3 .widget-testimonial-title {
    font-size: 20px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin-bottom: 5px
}

.cms-testimonial-carousel3 .cms-carousel-inner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    position: relative;
    padding: 105px 60px 55px
}

.cms-testimonial-carousel3 .cms-carousel-inner:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ff5e15;
    opacity: .85
}

@media screen and (max-width: 1400px) {
    .cms-testimonial-carousel3 .cms-carousel-inner {
        padding:90px 50px 40px
    }
}

@media screen and (max-width: 1024px) {
    .cms-testimonial-carousel3 .cms-carousel-inner {
        padding:70px 40px 25px
    }
}

@media(min-width: 768px) and (max-width:991px) {
    .cms-testimonial-carousel3 .cms-carousel-inner {
        padding:70px 20px 25px
    }
}

@media screen and (max-width: 400px) {
    .cms-testimonial-carousel3 .cms-carousel-inner {
        padding:70px 20px 25px
    }
}

.cms-testimonial-carousel3 .testimonial-image img {
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

.cms-testimonial-carousel3 .slick-slide {
    text-align: center
}

.cms-testimonial-carousel3 .testimonial-title {
    font-size: 17px;
    margin-bottom: 0;
    color: #fff
}

@media screen and (max-width: 767px) {
    .cms-testimonial-carousel3 .testimonial-title {
        padding-bottom:7px
    }
}

.cms-testimonial-carousel3 .testimonial-position {
    font-size: 13px;
    line-height: 1;
    display: block;
    margin-top: 10px;
    color: #fff
}

.cms-testimonial-carousel3 .testimonial-desc {
    font-size: 20px;
    color: #fff;
    line-height: 1.6;
    margin-top: 26px
}

@media screen and (max-width: 1400px) {
    .cms-testimonial-carousel3 .testimonial-desc {
        font-size:18px
    }
}

@media screen and (max-width: 400px) {
    .cms-testimonial-carousel3 .testimonial-desc {
        font-size:16px
    }
}

.cms-testimonial-carousel3 .cms-slick-carousel {
    padding: 0 50px
}

@media screen and (max-width: 1400px) {
    .cms-testimonial-carousel3 .cms-slick-carousel {
        padding:0
    }
}

.cms-testimonial-carousel3 .cms-slick-primary {
    position: relative;
    z-index: 1
}

.cms-testimonial-carousel3 .cms-slick-primary svg {
    position: absolute;
    top: -35px;
    left: -47px;
    fill: #fff;
    height: 52px;
    -webkit-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media screen and (max-width: 1199px) {
    .cms-testimonial-carousel3 .cms-slick-primary svg {
        height:42px;
        top: -15px
    }
}

@media screen and (max-width: 1024px) {
    .cms-testimonial-carousel3 .cms-slick-primary svg {
        display:none
    }
}

.cms-testimonial-carousel3 .testimonial-meta {
    text-align: center;
    margin-top: 100px
}

.cms-testimonial-carousel3 .cms-slick-nav-wrap {
    display: inline-block;
    position: relative;
    padding: 0 54px;
    top: -124px;
    z-index: 99
}

@media screen and (min-width: 768px) {
    .cms-testimonial-carousel3 .cms-slick-nav-wrap {
        left:50%;
        -webkit-transform: translate(-50%,0);
        -khtml-transform: translate(-50%,0);
        -moz-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        -o-transform: translate(-50%,0);
        transform: translate(-50%,0)
    }
}

@media screen and (max-width: 991px) {
    .cms-testimonial-carousel3 .cms-slick-nav-wrap {
        padding:0 40px
    }
}

@media screen and (max-width: 767px) {
    .cms-testimonial-carousel3 .cms-slick-nav-wrap {
        padding:0 44px
    }
}

.cms-testimonial-carousel3 .cms-slick-nav-wrap .append-arrows-custom {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

.cms-testimonial-carousel3 .cms-slick-nav-wrap .append-arrows-custom .slick-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -khtml-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    left: 10px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    padding-left: 18px;
    color: #fff
}

.cms-testimonial-carousel3 .cms-slick-nav-wrap .append-arrows-custom .slick-prev:before {
    position: absolute;
    content: '\f060';
    font-family: 'font awesome 5 pro';
    left: 0;
    font-size: 12px
}

.cms-testimonial-carousel3 .cms-slick-nav-wrap .append-arrows-custom .slick-prev:hover {
    color: #002052
}

.cms-testimonial-carousel3 .cms-slick-nav-wrap .append-arrows-custom .slick-next {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0,-50%);
    -khtml-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    padding-right: 18px;
    color: #fff
}

.cms-testimonial-carousel3 .cms-slick-nav-wrap .append-arrows-custom .slick-next:before {
    position: absolute;
    content: '\f061';
    font-family: 'font awesome 5 pro';
    right: 0;
    font-size: 12px
}

.cms-testimonial-carousel3 .cms-slick-nav-wrap .append-arrows-custom .slick-next:hover {
    color: #002052
}

@media screen and (max-width: 575px) {
    .cms-testimonial-carousel3 .cms-slick-nav-wrap .append-arrows-custom {
        display:none
    }
}

.cms-testimonial-carousel3 .cms-slick-nav .slick-slide {
    padding: 0;
    margin: 0 12px;
    width: 40px!important;
    cursor: pointer;
    position: relative;
    z-index: 1
}

@media screen and (max-width: 767px) {
    .cms-testimonial-carousel3 .cms-slick-nav .slick-slide {
        margin:0 6px;
        width: 30px!important
    }
}

.cms-testimonial-carousel3 .cms-slick-nav .slick-slide .testimonial-image:before {
    content: '';
    height: 54px;
    width: 54px;
    background-color: #fff;
    border: 2px solid #002052;
    -webkit-border-radius: 54px;
    -khtml-border-radius: 54px;
    -moz-border-radius: 54px;
    -ms-border-radius: 54px;
    -o-border-radius: 54px;
    border-radius: 54px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -khtml-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: -1;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    opacity: 0
}

@media screen and (max-width: 767px) {
    .cms-testimonial-carousel3 .cms-slick-nav .slick-slide .testimonial-image:before {
        width:38px;
        height: 38px
    }
}

.cms-testimonial-carousel3 .cms-slick-nav .slick-list {
    padding: 10px 15px 0!important
}

.cms-testimonial-carousel3 .cms-slick-nav .slick-track {
    -webkit-transform: translate(-50%,0)!important;
    -khtml-transform: translate(-50%,0)!important;
    -moz-transform: translate(-50%,0)!important;
    -ms-transform: translate(-50%,0)!important;
    -o-transform: translate(-50%,0)!important;
    transform: translate(-50%,0)!important;
    display: inline-block;
    position: relative;
    left: 50%;
    width: auto!important
}

.cms-testimonial-carousel3 .cms-slick-nav .slick-current .testimonial-image:before {
    opacity: 1
}

@media screen and (max-width: 1199px) and (min-width:1025px) {
    .custom-mrg-column .elementor-widget-wrap {
        margin-left:30px!important
    }
}

@media screen and (max-width: 1199px) and (min-width:1025px) {
    .column-img .elementor-column {
        width:50%!important
    }
}

@media screen and (max-width: 767px) {
    .custom-bgr-image {
        background-position:unset!important
    }
}

@media screen and (max-width: 767px) {
    .custom-bgr-image .elementor-widget-container {
        text-align:center
    }
}

.sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 30px
}

.sidebar-fixed .elementor-column-wrap {
    position: -webkit-sticky;
    position: sticky;
    top: 30px
}

.admin-bar .sidebar-sticky {
    top: 60px
}

.header-sticky .sidebar-sticky {
    top: 160px
}

.admin-bar.header-sticky .sidebar-sticky {
    top: 160px
}

@media screen and (min-width: 1200px) {
    body .site-header .container {
        max-width:1200px
    }

    .section-align-top>.elementor-container>.elementor-row {
        align-items: flex-start;
        justify-content: space-between
    }

    .section-align-top .column-sticky {
        position: sticky;
        top: 150px
    }

    #site-header .container,#site-header2 .container {
        max-width: 1170px
    }
}

@media screen and (min-width: 768px) {
    .elementor-section-full_width {
        overflow:hidden
    }
}

.entry-content .page-links {
    clear: left;
    padding-top: 10px
}

.entry-content .page-links span {
    text-align: center;
    display: inline-block;
    height: 26px;
    width: 26px;
    line-height: 26px;
    color: #fff;
    -webkit-border-radius: 26px;
    -khtml-border-radius: 26px;
    -moz-border-radius: 26px;
    -ms-border-radius: 26px;
    -o-border-radius: 26px;
    border-radius: 26px;
    background-color: #ff5e15;
    font-size: 14px;
    font-weight: 500;
    margin: 0 3px;
    -webkit-transition: all .3s cubic-bezier(.39,.575,.565,1)0s;
    -khtml-transition: all .3s cubic-bezier(.39,.575,.565,1)0s;
    -moz-transition: all .3s cubic-bezier(.39,.575,.565,1)0s;
    -ms-transition: all .3s cubic-bezier(.39,.575,.565,1)0s;
    -o-transition: all .3s cubic-bezier(.39,.575,.565,1)0s;
    transition: all .3s cubic-bezier(.39,.575,.565,1)0s
}

.entry-content .page-links a span {
    background-color: #e0e3e8;
    color: #000
}

.entry-content .page-links a span:hover {
    background-color: #ff5e15;
    color: #fff
}

.entry-content .page-links .post-page-numbers {
    margin: 0 3px
}

.entry-content .page-links .post-page-numbers span {
    margin: 0
}

@media screen and (min-width: 992px) {
    body .container {
        max-width:1200px;
        width: 100%
    }

    body #primary.content-has-sidebar {
        -ms-flex: 0 0 68.3%;
        flex: 0 0 68.3%;
        max-width: 68.3%
    }

    body #primary.content-has-sidebar.float-left {
        padding-right: 50px
    }

    body #primary.content-has-sidebar.float-right {
        padding-left: 50px
    }

    body #secondary.widget-has-sidebar {
        -ms-flex: 0 0 31.7%;
        flex: 0 0 31.7%;
        max-width: 31.7%
    }
}

@media screen and (max-width: 1199px) {
    .container {
        max-width:100%
    }
}

@media screen and (max-width: 991px) {
    #primary+#secondary {
        margin-top:55px
    }
}

@media screen and (max-width: 767px) {
    #primary+#secondary {
        margin-top:40px
    }
}

@media screen and (max-width: 767px) {
    #primary+#secondary {
        margin-top:35px
    }
}

.site-content {
    padding: 110px 0;
    position: relative
}

@media screen and (max-width: 1024px) {
    .site-content {
        padding-top:95px;
        padding-bottom: 90px
    }
}

@media screen and (max-width: 991px) {
    .site-content {
        padding-top:75px;
        padding-bottom: 75px
    }
}

.layout-container {
    background-color: #fcfcfc;
    padding-bottom: 55px
}

.widget .widget-content ul:not(.entry-meta) {
    margin: 0;
    list-style: none
}

.page-template-default .entry-footer {
    text-align: center
}

.page-template-default .entry-footer i {
    padding-right: 8px
}

@media screen and (min-width: 992px) {
    .content-has-sidebar.float-right {
        order:2;
        -webkit-order: 2;
        -ms-order: 2
    }

    .content-has-sidebar.float-right+#secondary {
        order: 1;
        -webkit-order: 1;
        -ms-order: 1;
        padding-right: 35px
    }

    .content-has-sidebar.float-left {
        order: 1;
        -webkit-order: 1;
        -ms-order: 1
    }

    .content-has-sidebar.float-left+#secondary {
        order: 2;
        -webkit-order: 2;
        -ms-order: 2;
        padding-left: 0
    }
}

.widget_shopping_cart {
    position: absolute;
    background-color: #fff;
    right: 0;
    top: 100%;
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.12);
    -khtml-box-shadow: 0 2px 3px rgba(0,0,0,.12);
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,.12);
    -ms-box-shadow: 0 2px 3px rgba(0,0,0,.12);
    -o-box-shadow: 0 2px 3px rgba(0,0,0,.12);
    box-shadow: 0 2px 3px rgba(0,0,0,.12);
    width: 320px;
    padding: 30px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    text-align: left;
    color: #002052;
    z-index: -99;
    visibility: hidden;
    opacity: 0;
    margin-top: 32px;
    line-height: normal
}

.widget_shopping_cart.open {
    z-index: 99;
    margin-top: 11px;
    visibility: visible;
    opacity: 1;
    margin-top: 0
}

.widget_shopping_cart:before {
    content: '';
    width: 21px;
    height: 11px;
    position: absolute;
    top: -11px;
    left: 0;
    right: 0;
    margin: auto
}

.widget_shopping_cart .widget_shopping_title {
    font-size: 20px;
    border-bottom: 1px solid #ebebeb;
    line-height: 1;
    padding-bottom: 20px;
    margin-bottom: 30px;
    color: #1d274e
}

.widget_shopping_cart .product_list_widget {
    list-style: none;
    margin: 0
}

.widget_shopping_cart .product_list_widget li {
    display: flex;
    flex-wrap: nowrap;
    padding-left: 0!important;
    padding-right: 40px!important;
    margin-bottom: 20px!important;
    padding-bottom: 20px!important;
    border-bottom: 1px solid #f2f2f2;
    position: relative
}

.widget_shopping_cart .product_list_widget li:last-child {
    margin-bottom: 0!important;
    padding-bottom: 0!important;
    border-bottom: none
}

.widget_shopping_cart .product_list_widget li.empty {
    font-size: 16px
}

.widget_shopping_cart .product_list_widget li a {
    white-space: inherit!important
}

.widget_shopping_cart .product_list_widget .cart-product-image {
    width: 70px;
    min-width: 70px;
    margin-right: 20px
}

.widget_shopping_cart .product_list_widget .cart-product-image img {
    float: none;
    margin: 0;
    width: 100%
}

.widget_shopping_cart .product_list_widget .cart-product-meta h3 {
    font-size: 16px;
    line-height: 27px;
    margin-top: -5px;
    margin-bottom: 4px
}

.widget_shopping_cart .product_list_widget .cart-product-meta h3 a {
    display: block;
    color: inherit;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%
}

.widget_shopping_cart .product_list_widget .cart-product-meta h3 a:hover {
    color: #ff5e15
}

.widget_shopping_cart .product_list_widget .cart-product-meta .quantity {
    font-size: 13px;
    color: #666;
    border: none;
    font-family: exo,sans-serif
}

.widget_shopping_cart .product_list_widget .cart-product-meta .remove_from_cart_button {
    font-size: 10px;
    color: #fff;
    position: absolute;
    width: 19px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    top: 0;
    right: 0;
    background-color: #222;
    -webkit-border-radius: 1px;
    -khtml-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px
}

.widget_shopping_cart .product_list_widget .cart-product-meta .remove_from_cart_button:hover {
    background-color: #ff5e15;
    color: #fff
}

.widget_shopping_cart .widget_shopping_cart_footer {
    border-top: 2px solid #f2f2f2;
    margin-top: 30px;
    padding-top: 20px
}

.widget_shopping_cart .widget_shopping_cart_footer .total {
    margin-bottom: 18px;
    padding-top: 0;
    border: none
}

.widget_shopping_cart .widget_shopping_cart_footer .total strong {
    font-size: 16px;
    color: #666;
    font-family: exo,sans-serif;
    font-weight: 400;
    line-height: 28px
}

.widget_shopping_cart .widget_shopping_cart_footer .total span.amount {
    color: #ff5e15;
    float: right;
    font-size: 14px;
    line-height: 1;
    line-height: 28px;
    font-family: exo,sans-serif
}

.widget_shopping_cart .widget_shopping_cart_footer .buttons {
    margin-bottom: 0;
    display: flex;
    flex-wrap: nowrap;
    margin-left: -15px;
    margin-right: -15px
}

.widget_shopping_cart .widget_shopping_cart_footer .buttons .btn {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 15px;
    width: 50%;
    line-height: 40px
}

.widget_shopping_cart .widget_shopping_cart_footer .buttons .btn.checkout {
    background-color: #002052;
    border-color: #002052
}

.widget_shopping_cart .widget_shopping_cart_footer .buttons .btn.checkout:hover {
    background-color: #ff5e15;
    border-color: #ff5e15
}

.entry-content>.woocommerce .cart-empty,.entry-content>.woocommerce .return-to-shop {
    text-align: center
}

.woocommerce #secondary .widget_product_search .woocommerce-product-search {
    position: relative
}

.woocommerce #secondary .widget_product_search .woocommerce-product-search:before {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 14px;
    color: #ff5e15;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -khtml-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    right: 20px
}

.woocommerce #secondary .widget_product_search button {
    border: none;
    background-color: initial;
    padding: 0;
    height: 51px;
    line-height: 51px;
    width: 50px;
    font-size: 14px;
    color: #ff5e15;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    z-index: 99
}

body.woocommerce #secondary .widget,body.woocommerce-page #secondary .widget {
    padding: 0;
    background-color: initial;
    margin-bottom: 48px
}

body.woocommerce #secondary .widget:last-child,body.woocommerce-page #secondary .widget:last-child {
    margin-bottom: 0
}

@media screen and (max-width: 769px) {
    body.woocommerce .coupon #coupon_code,body.woocommerce-page .coupon #coupon_code {
        width:100%!important;
        margin-bottom: 10px
    }

    body.woocommerce .coupon .button,body.woocommerce-page .coupon .button {
        width: 100%!important
    }
}

body.woocommerce form .form-row,body.woocommerce-page form .form-row {
    padding: 0 0 10px
}

body.woocommerce table.cart td.actions .coupon .input-text,body.woocommerce-page table.cart td.actions .coupon .input-text {
    margin-right: 15px
}

body.woocommerce #respond input#submit,body.woocommerce-page #respond input#submit,body.woocommerce a.button,body.woocommerce-page a.button,body.woocommerce a.wc-forward,body.woocommerce-page a.wc-forward,body.woocommerce button.button,body.woocommerce-page button.button,body.woocommerce input.button,body.woocommerce-page input.button,body.woocommerce .cart button.button,body.woocommerce-page .cart button.button,body.woocommerce a.button.alt,body.woocommerce-page a.button.alt {
    background-color: #ff5e15;
    font-size: 14px;
    border: none;
    color: #fff;
    text-transform: capitalize;
    font-family: exo,sans-serif;
    padding: 0 44px;
    line-height: 51px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    font-weight: 700
}

body.woocommerce #respond input#submit:hover,body.woocommerce-page #respond input#submit:hover,body.woocommerce a.button:hover,body.woocommerce-page a.button:hover,body.woocommerce a.wc-forward:hover,body.woocommerce-page a.wc-forward:hover,body.woocommerce button.button:hover,body.woocommerce-page button.button:hover,body.woocommerce input.button:hover,body.woocommerce-page input.button:hover,body.woocommerce .cart button.button:hover,body.woocommerce-page .cart button.button:hover,body.woocommerce a.button.alt:hover,body.woocommerce-page a.button.alt:hover,body.woocommerce #respond input#submit:focus,body.woocommerce-page #respond input#submit:focus,body.woocommerce a.button:focus,body.woocommerce-page a.button:focus,body.woocommerce a.wc-forward:focus,body.woocommerce-page a.wc-forward:focus,body.woocommerce button.button:focus,body.woocommerce-page button.button:focus,body.woocommerce input.button:focus,body.woocommerce-page input.button:focus,body.woocommerce .cart button.button:focus,body.woocommerce-page .cart button.button:focus,body.woocommerce a.button.alt:focus,body.woocommerce-page a.button.alt:focus,body.woocommerce #respond input#submit:active,body.woocommerce-page #respond input#submit:active,body.woocommerce a.button:active,body.woocommerce-page a.button:active,body.woocommerce a.wc-forward:active,body.woocommerce-page a.wc-forward:active,body.woocommerce button.button:active,body.woocommerce-page button.button:active,body.woocommerce input.button:active,body.woocommerce-page input.button:active,body.woocommerce .cart button.button:active,body.woocommerce-page .cart button.button:active,body.woocommerce a.button.alt:active,body.woocommerce-page a.button.alt:active {
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    outline: none;
    text-decoration: none;
    color: #fff;
    background-color: #002052
}

.woocommerce .woocommerce-message,.woocommerce .woocommerce-info {
    border-color: #ff5e15
}

.woocommerce .woocommerce-message:before,.woocommerce .woocommerce-info:before {
    color: #ff5e15
}

.woocommerce .quantity {
    position: relative;
    display: inline-block
}

.woocommerce .quantity .qty {
    padding: 0;
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    color: #002052;
    -moz-appearance: textfield;
    height: 51px;
    width: 51px;
    font-size: 16px;
    color: #666;
    font-weight: 700
}

.woocommerce .quantity .qty:-webkit-outer-spin-button,.woocommerce .quantity .qty:-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.woocommerce .quantity-icon i {
    width: 25px;
    height: 25px;
    line-height: 23px;
    font-size: 14px;
    cursor: pointer;
    color: #ff5e15;
    text-align: center;
    position: absolute;
    bottom: 0;
    border: 1px solid #eee;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all .3s ease 0s;
    -khtml-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.woocommerce .quantity-icon i.quantity-down {
    left: 0
}

.woocommerce .quantity-icon i.quantity-up {
    right: 0
}

.woocommerce table.shop_table {
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.woocommerce table.shop_table td {
    padding: 12px 15px
}

.woocommerce-page #add_payment_method table.cart img,.woocommerce-page.woocommerce-cart table.cart img,.woocommerce-page.woocommerce-checkout table.cart img {
    width: 50px
}

.woocommerce form .select2-container--default,.woocommerce-page form .select2-container--default {
    width: 100%!important
}

.woocommerce form .select2-container--default .select2-selection,.woocommerce-page form .select2-container--default .select2-selection {
    border: 1px solid #dbdbdb;
    height: 50px;
    background-color: #fff
}

.woocommerce form .select2-container--default .select2-selection .select2-selection__rendered,.woocommerce-page form .select2-container--default .select2-selection .select2-selection__rendered {
    line-height: 46px;
    padding-left: 20px;
    color: #666
}

.woocommerce form .select2-container--default .select2-selection .select2-selection__arrow,.woocommerce-page form .select2-container--default .select2-selection .select2-selection__arrow {
    right: 20px;
    top: 50%;
    color: #666
}

.woocommerce form .select2-container--default .select2-selection .select2-selection__clear,.woocommerce-page form .select2-container--default .select2-selection .select2-selection__clear {
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 30px;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -khtml-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    width: 20px;
    color: #747da1
}

.woocommerce form .select2-container--default .select2-selection .select2-selection__placeholder,.woocommerce-page form .select2-container--default .select2-selection .select2-selection__placeholder {
    color: #747da1
}

.woocommerce .select2-container.select2-container--open .select2-dropdown,.woocommerce-page .select2-container.select2-container--open .select2-dropdown {
    border-color: #e7e8e9
}

.woocommerce .select2-container.select2-container--open .select2-dropdown .select2-search__field,.woocommerce-page .select2-container.select2-container--open .select2-dropdown .select2-search__field {
    border: 1px solid #e7e8e9;
    padding-left: 15px;
    padding-right: 15px
}

.woocommerce .select2-container.select2-container--open .select2-results li.select2-results__option--highlighted,.woocommerce-page .select2-container.select2-container--open .select2-results li.select2-results__option--highlighted {
    background-color: #ff5e15
}

.woocommerce .select2 .select2-selection--single,.woocommerce-page .select2 .select2-selection--single {
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background-color: #f7f7f7
}

@media screen and (min-width: 992px) {
    .woocommerce #primary.content-has-sidebar {
        flex:0 0 75%;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        -o-flex: 0 0 75%;
        max-width: 75%
    }

    .woocommerce #secondary.widget-has-sidebar {
        flex: 0 0 25%;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        -o-flex: 0 0 25%;
        max-width: 25%
    }
}

#shop-newsletter {
    text-align: center;
    padding: 40px 30px 30px;
    color: rgba(255,255,255,.87);
    -webkit-border-radius: 14px;
    -khtml-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    border-radius: 14px;
    margin-top: 60px
}

#shop-newsletter h3 {
    font-size: 32px;
    color: #fff;
    margin-bottom: 13px
}

#shop-newsletter .shop-newsletter-introduction {
    color: #fff;
    text-transform: uppercase
}

#shop-newsletter .shop-newsletter-introduction,#shop-newsletter .shop-newsletter-desc {
    max-width: 590px;
    margin: auto
}

#shop-newsletter .ct-newsletter-inner {
    margin-top: 33px;
    margin-bottom: 18px
}

#shop-newsletter .ct-newsletter-inner .tnp-email {
    background-color: #fff;
    color: rgba(0,0,0,.33)
}

#shop-newsletter .ct-newsletter-inner .tnp-field-button {
    position: absolute;
    top: 0;
    right: 0
}

.widget_product_categories ul {
    list-style: none;
    margin-bottom: 0
}

.widget_product_categories ul li {
    font-size: 0;
    line-height: 0
}

.widget_product_categories ul li a {
    font-size: 13px;
    line-height: normal;
    color: #333;
    text-transform: uppercase;
    display: block;
    padding: 11px 0;
    border-bottom: 1px solid #f2f2f2
}

.widget_product_categories ul li.current-cat>a,.widget_product_categories ul li.current-cat-parent>a,.widget_product_categories ul li>a:hover {
    color: #ff5e15
}

.widget_product_categories ul li:last-child>a {
    border-bottom: none
}

.widget_product_categories ul li.current-menu-item>a,.widget_product_categories ul li.current-cat>a,.widget_product_categories ul li.current-cat-parent>a,.widget_product_categories ul li>a:hover {
    color: #ff5e15
}

.widget_product_tag_cloud .tagcloud a {
    padding-left: 22px;
    padding-right: 22px
}

.woocommerce #secondary .widget_price_filter .widget-title {
    margin-bottom: 22px
}

.woocommerce #secondary .widget_price_filter .widget-content-inner {
    padding-top: 30px
}

.woocommerce #secondary .widget_price_filter .ui-slider-horizontal {
    height: 4px;
    background-color: #eee;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    margin: 0
}

.woocommerce #secondary .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #ff5e15;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.woocommerce #secondary .widget_price_filter .ui-slider .ui-slider-handle {
    height: 8px;
    width: 8px;
    background-color: #ff5e15;
    top: -2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    margin: 0
}

.woocommerce #secondary .widget_price_filter .ui-slider .ui-slider-handle+.ui-slider-handle {
    margin-left: -2px
}

.woocommerce #secondary .widget_price_filter .price_slider_amount {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    padding-top: 25px
}

.woocommerce #secondary .widget_price_filter .price_slider_amount .price_label {
    text-align: left;
    font-size: 12px;
    line-height: 1;
    flex-grow: 1
}

.woocommerce #secondary .widget_price_filter .price_slider_amount .button {
    float: none;
    max-width: 110px;
    border: none;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background-color: initial;
    color: #ff5e15;
    line-height: 1;
    padding: 0;
    font-weight: 700;
    font-size: 13px;
    text-transform: capitalize
}

body .widget_products ul.product_list_widget li {
    display: flex;
    flex-wrap: nowrap;
    padding: 0 0 20px;
    border-bottom: 1px dashed #d7d7d7;
    margin-bottom: 20px
}

body .widget_products ul.product_list_widget li .product-title {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 7px
}

body .widget_products ul.product_list_widget li .product-title a {
    color: inherit
}

body .widget_products ul.product_list_widget li .product-title a:hover {
    color: #ff5e15
}

body .widget_products ul.product_list_widget li .amount {
    font-size: 13px;
    color: #ff5e15;
    font-weight: 600;
    font-family: exo,sans-serif
}

body .widget_products ul.product_list_widget li del {
    color: #ff5e15
}

body .widget_products ul.product_list_widget li del .amount {
    color: inherit
}

body .widget_products ul.product_list_widget li .star-rating-wrap {
    margin-bottom: 6px!important
}

body .widget_products ul.product_list_widget li .star-rating-wrap .count-rating {
    display: none
}

body .widget_products ul.product_list_widget li .wg-product-image {
    width: 49px;
    margin-right: 16px;
    min-width: 49px
}

body .widget_products ul.product_list_widget li .wg-product-image img {
    float: none;
    width: 100%;
    margin: 0;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.widget_rating_filter .wc-layered-nav-rating a {
    font-size: 0;
    display: block;
    padding-left: 28px!important;
    position: relative
}

.widget_rating_filter .wc-layered-nav-rating a:before {
    content: "";
    height: 18px;
    width: 18px;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 18px;
    -khtml-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    border-radius: 18px;
    position: absolute;
    top: 1px;
    left: 0;
    -webkit-transition: all .2s cubic-bezier(.39,.575,.565,1)0s;
    -khtml-transition: all .2s cubic-bezier(.39,.575,.565,1)0s;
    -moz-transition: all .2s cubic-bezier(.39,.575,.565,1)0s;
    -ms-transition: all .2s cubic-bezier(.39,.575,.565,1)0s;
    -o-transition: all .2s cubic-bezier(.39,.575,.565,1)0s;
    transition: all .2s cubic-bezier(.39,.575,.565,1)0s
}

.widget_rating_filter .wc-layered-nav-rating a .star-rating {
    font-size: 18px
}

.widget_rating_filter .wc-layered-nav-rating a:hover:before {
    border-color: #ff5e15;
    background-color: #ff5e15
}

.widget_rating_filter .wc-layered-nav-rating.chosen a:before {
    border-color: #ff5e15;
    background-color: #ff5e15
}

#shop-topbar {
    border-bottom: 1px solid #e5e5e5;
    background-color: #f7f7f7
}

#shop-topbar .shop-topbar-item {
    margin: 11px 0;
    position: relative;
    padding-left: 76px;
    color: #000;
    font-size: 16px;
    min-height: 56px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center
}

#shop-topbar .shop-topbar-item i {
    height: 56px;
    width: 56px;
    -webkit-border-radius: 56px;
    -khtml-border-radius: 56px;
    -moz-border-radius: 56px;
    -ms-border-radius: 56px;
    -o-border-radius: 56px;
    border-radius: 56px;
    border: 1px solid #e5e5e5;
    line-height: 54px;
    text-align: center;
    font-size: 24px;
    position: absolute;
    top: 0;
    left: 0
}

#shop-topbar .shop-topbar-item span {
    font-weight: 500
}

#shop-breadcrumb {
    padding: 23px 0
}

#shop-breadcrumb ul {
    list-style: none;
    margin: 0
}

#shop-breadcrumb ul li {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #ff5e15;
    margin: 10px 0;
    padding: 0 12px;
    position: relative
}

#shop-breadcrumb ul li::after {
    content: '/';
    color: #e9e9e9;
    position: absolute;
    top: 0;
    right: -4px
}

#shop-breadcrumb ul li:first-child {
    padding-left: 0
}

#shop-breadcrumb ul li:last-child:after {
    display: none
}

#shop-breadcrumb ul li a {
    color: #002052
}

#shop-breadcrumb ul li a:hover {
    color: #ff5e15
}

.woocommerce .star-rating-wrap {
    display: flex;
    align-items: center;
    flex-wrap: nowrap
}

.woocommerce .star-rating-wrap .star-rating {
    margin: 0
}

.woocommerce .star-rating-wrap .count-rating {
    font-size: 14px;
    margin-left: 8px;
    color: #808a98
}

.woocommerce .woocommerce-product-category a {
    font-size: 12px;
    color: #666;
    margin-bottom: 8px;
    display: inline-block
}

.woocommerce .woocommerce-product-category a:hover {
    color: #ff5e15
}

.woocommerce span.onsale {
    height: 45px;
    width: 45px;
    min-width: inherit;
    min-height: inherit;
    font-size: 16px;
    color: #fff;
    padding: 0;
    text-align: center;
    line-height: 45px;
    background-color: #002052;
    font-family: exo,sans-serif;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    margin: 0!important;
    top: 14px!important;
    left: 29px!important;
    right: auto!important;
    font-weight: 400;
    z-index: 1
}

.woocommerce .star-rating {
    margin: 0;
    letter-spacing: .2em;
    width: 90px;
    height: 18px
}

.woocommerce .star-rating span::before,.woocommerce .star-rating:before {
    content: "\f27d\f27d\f27d\f27d\f27d";
    font-family: material-design-iconic-font;
    font-size: 18px
}

.woocommerce .star-rating span::before {
    color: #ffab00
}

.woocommerce .star-rating:before {
    color: #d4d4d4
}

.woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px
}

.woocommerce ul.products li.product {
    margin-bottom: 47px;
    margin-right: 0;
    padding: 0 15px
}

.woocommerce ul.products li.product.last {
    margin-right: 0
}

@media screen and (min-width: 992px) {
    .woocommerce ul.products.columns-4 li.product {
        width:25%
    }
}

@media screen and (min-width: 768px) {
    .woocommerce ul.products.columns-3 li.product {
        width:33.33%
    }
}

@media(min-width: 576px) and (max-width:767px) {
    .woocommerce ul.products li.product {
        width:50%!important
    }
}

@media screen and (max-width: 575px) {
    .woocommerce ul.products li.product {
        width:100%!important
    }
}

@media screen and (min-width: 992px) {
    .woocommerce #primary.content-has-sidebar ul.products.columns-4 li.product {
        width:33.33%
    }
}

.woocommerce ul.products li.product .woocommerce-product-title,.woocommerce .woocommerce-product-title {
    font-size: 19px;
    font-weight: 500;
    font-family: inherit
}

.woocommerce ul.products li.product .woocommerce-product-title a,.woocommerce .woocommerce-product-title a {
    color: inherit
}

.woocommerce ul.products li.product .woocommerce-product-title a:hover,.woocommerce .woocommerce-product-title a:hover {
    color: #ff5e15
}

.woocommerce ul.products li.product .price {
    font-size: 16px;
    color: #ff5e15;
    font-weight: 500;
    margin-bottom: 0
}

.woocommerce ul.products li.product .price del {
    color: #c4c9dc
}

.woocommerce ul.products li.product .price ins {
    color: #002052;
    font-weight: inherit
}

.woocommerce .woocommerce-topbar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
    position: relative;
    z-index: 99;
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    padding: 8px 20px
}

.woocommerce .woocommerce-topbar div.woocommerce-result-count {
    margin: 15px 30px 15px 0;
    flex-grow: 1;
    color: #222;
    font-size: 13px;
    font-weight: 700
}

.woocommerce .woocommerce-topbar .woocommerce-result-count,.woocommerce .woocommerce-topbar .woocommerce-topbar-ordering .woocommerce-ordering {
    float: none;
    margin: 0
}

.woocommerce .woocommerce-topbar .woocommerce-ordering {
    min-width: 220px
}

.woocommerce .woocommerce-topbar .woocommerce-ordering .nice-select {
    background-color: #fff;
    border: 1px solid #dbdbdb;
    font-size: 12px;
    color: #666;
    text-transform: none;
    padding: 0 8px;
    height: 30px
}

.woocommerce .woocommerce-topbar .woocommerce-ordering .nice-select:after {
    right: 8px;
    color: #666;
    font-size: 14px
}

.woocommerce .woocommerce-topbar .woocommerce-ordering .nice-select .list {
    color: #666
}

.woocommerce .woocommerce-topbar .woocommerce-ordering .nice-select span.current {
    line-height: 30px
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header {
    position: relative;
    overflow: hidden
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header img {
    width: auto;
    display: inline-block;
    margin-bottom: 0!important
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    opacity: 0
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 30px
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a {
    line-height: 50px;
    background-color: #ff5e15;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    font-family: exo,sans-serif;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    padding: 0 40px;
    margin: 0
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.added {
    display: none
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.wc-forward {
    padding-top: 0;
    padding-bottom: 0
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.loading {
    opacity: 1
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.loading:after {
    letter-spacing: 0;
    top: 0;
    right: 12px
}

@media screen and (max-width: 1199px) {
    .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a {
        padding-left:32px;
        padding-right: 32px;
        line-height: 48px;
        letter-spacing: .05em
    }
}

.woocommerce .woocommerce-product-inner:hover .woocommerce-product-header .woocommerce-product-meta {
    opacity: 1
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder {
    padding: 19px 0 0;
    text-align: center
}

@media screen and (max-width: 1199px) {
    .woocommerce .woocommerce-product-inner .woocommerce-product-holder {
        display:block
    }
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder .price {
    line-height: 1
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder .star-rating {
    float: none;
    margin: 0 auto 8px
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder .count-rating {
    font-size: 14px;
    color: rgba(0,0,0,.5);
    margin-left: 8px
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title {
    padding: 0!important;
    margin-bottom: 13px
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title a {
    color: inherit
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title a:hover {
    color: #ff5e15
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-subtitle {
    color: rgba(51,51,51,.66);
    font-size: 14px;
    margin-bottom: 12px
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-attr {
    margin-bottom: 12px
}

.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-attr img {
    width: auto!important;
    margin: 0!important
}

.woocommerce .woocommerce-product-inner+.button.yith-wcqv-button {
    display: none!important
}

.woocommerce .product-type-grouped .woocommerce-product-header .woocommerce-product-meta {
    display: none!important
}

.woocommerce nav.woocommerce-pagination {
    margin-top: 0;
    text-align: center
}

.woocommerce nav.woocommerce-pagination ul.page-numbers {
    border: none
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li {
    border: none;
    margin: 0 0 10px
}

.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers {
    text-align: center;
    height: 50px;
    width: 50px;
    padding: 0;
    line-height: 50px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    color: #666;
    background-color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 0 10px 0 0;
    border: 1px solid #eee;
    font-family: exo,sans-serif;
    cursor: pointer
}

.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.next,.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.prev {
    font-size: 0
}

.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.next {
    margin-left: 10px
}

.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.next:before {
    font-size: 16px;
    content: '\f2ee';
    font-family: material-design-iconic-font
}

.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.prev {
    margin-right: 20px
}

.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.prev:before {
    font-size: 16px;
    content: '\f2ea';
    font-family: material-design-iconic-font
}

.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.current,.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers:hover {
    background-color: #ff5e15;
    color: #fff;
    border-color: #ff5e15
}

.single-product #shop-breadcrumb {
    padding-bottom: 46px
}

.single-product #shop-newsletter {
    margin-top: 30px
}

.single-product section.related h2 {
    font-size: 16px;
    margin-bottom: 33px;
    text-align: center
}

.single-product section.related ul.products {
    margin-bottom: 0
}

.single-product section.related ul.products li.product {
    margin-bottom: 0!important
}

.single-product #primary div.product .woocommerce-product-details__short-description {
    margin-top: 22px;
    padding-top: 21px;
    border-top: 1px dashed #dbdbdb
}

.single-product #primary div.product .woocommerce-product-details__short-description p:last-child {
    margin-bottom: 0
}

.single-product #primary div.product form.cart {
    padding-top: 24px;
    padding-bottom: 22px;
    margin: 0
}

.single-product #primary div.product form.cart label {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
    font-weight: 700;
    color: #232323;
    font-family: exo,sans-serif
}

@media screen and (max-width: 767px) {
    .single-product #primary div.product form.cart label {
        font-size:15px;
        line-height: normal
    }
}

.single-product #primary div.product form.cart .reset_variations {
    display: none!important
}

.single-product #primary div.product form.cart .variations {
    margin-bottom: 10px
}

.single-product #primary div.product form.cart .variations td {
    padding-bottom: 20px
}

.single-product #primary div.product form.cart .button-variable-wrapper .button-variable-item {
    background-color: #f3f3f3;
    border: none;
    line-height: 40px;
    color: #1d274e;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .3s ease 0s;
    -khtml-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    margin: 0 5px 5px 0;
    width: 40px;
    height: 40px
}

.single-product #primary div.product form.cart .button-variable-wrapper .button-variable-item span {
    font-size: 14px
}

.single-product #primary div.product form.cart .button-variable-wrapper .button-variable-item.selected,.single-product #primary div.product form.cart .button-variable-wrapper .button-variable-item:hover {
    background-color: #ff5e15;
    color: #fff
}

.single-product #primary div.product form.cart .color-variable-wrapper .color-variable-item {
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    margin: 0 5px 5px 0;
    opacity: .5
}

.single-product #primary div.product form.cart .color-variable-wrapper .color-variable-item span {
    border: 2px solid rgba(0,0,0,.2)
}

.single-product #primary div.product form.cart .color-variable-wrapper .color-variable-item.selected {
    opacity: 1
}

.single-product #primary div.product form.cart:not(.grouped_form) {
    display: flex;
    flex-wrap: nowrap;
    align-items: center
}

.single-product #primary div.product form.cart:not(.grouped_form) .single_add_to_cart_button {
    margin-top: 0
}

.single-product #primary div.product .woocommerce-gallery span.onsale {
    display: none
}

.single-product #primary div.product .woocommerce-product-gallery {
    width: 100%!important;
    margin-bottom: 32px
}

.single-product #primary div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    right: 20px;
    top: 20px
}

@media screen and (min-width: 1200px) {
    .single-product #primary div.product .woocommerce-product-gallery {
        padding-right:15px
    }

    .single-product #primary div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
        right: 35px
    }
}

.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav {
    margin-top: 30px;
    margin-left: -15px;
    margin-right: -15px
}

@media screen and (max-width: 575px) {
    .single-product #primary div.product .woocommerce-product-gallery .flex-control-nav {
        margin-top:10px;
        margin-left: -5px;
        margin-right: -5px
    }
}

.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav li {
    padding: 0 15px
}

@media screen and (max-width: 575px) {
    .single-product #primary div.product .woocommerce-product-gallery .flex-control-nav li {
        padding:0 5px
    }
}

.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav img {
    opacity: 1
}

.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav img.flex-active {
    outline: 5px solid rgba(0,0,0,.1);
    outline-offset: -9px
}

.single-product #primary div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden
}

.single-product #primary div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a {
    position: relative;
    display: block
}

.single-product #primary div.product .entry-summary {
    width: 100%!important;
    margin-bottom: 69px;
    padding-top: 24px
}

@media screen and (min-width: 768px) {
    .single-product #primary div.product .entry-summary {
        position:sticky;
        top: 62px
    }
}

.single-product #primary div.product .entry-summary .woocommerce-product-rating {
    margin-bottom: 0
}

.single-product #primary div.product .entry-summary .woocommerce-product-rating .woocommerce-review-link {
    display: none
}

.single-product #primary div.product .entry-summary .woocommerce-product-category a {
    font-size: 12px;
    color: #666
}

.single-product #primary div.product .entry-summary .woocommerce-product-category a:hover {
    color: #ff5e15
}

.single-product #primary div.product .entry-summary .entry-title {
    font-size: 19px;
    margin-bottom: 8px;
    font-weight: 500
}

.single-product #primary div.product .entry-summary .price {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-bottom: 0;
    color: #666;
    align-items: center
}

.single-product #primary div.product .entry-summary .price .amount {
    font-size: 16px;
    color: #ff5e15;
    font-weight: 500
}

.single-product #primary div.product .entry-summary .price ins {
    margin-right: 22px
}

.single-product #primary div.product .entry-summary .price del {
    color: #ff5e15
}

.single-product #primary div.product .entry-summary .price del .amount {
    color: inherit
}

.single-product #primary div.product .entry-summary .woocommerce-sg-product-excerpt>h3 {
    font-size: 30px;
    margin-bottom: 11px
}

.single-product #primary div.product .entry-summary .woocommerce-sg-product-excerpt p {
    font-size: 14px;
    line-height: 23px
}

.single-product #primary div.product .entry-summary .woocommerce-product-summary-meta {
    margin-bottom: 20px;
    padding-bottom: 25px;
    border-bottom: 1px dashed #dbdbdb;
    font-size: 12px;
    color: #666
}

.single-product #primary div.product .entry-summary .woocommerce-product-summary-meta a {
    color: inherit
}

.single-product #primary div.product .entry-summary .woocommerce-product-summary-meta a:hover {
    color: #ff5e15
}

.single-product #primary div.product .entry-summary .woocommerce-product-summary-meta label {
    color: #282828;
    margin-right: 4px
}

.single-product #primary div.product .entry-summary .woocommerce-sg-product-social-share .el-label {
    font-size: 14px;
    font-weight: 700;
    color: #282829;
    margin-right: 15px
}

.single-product #primary div.product .entry-summary .woocommerce-sg-product-social-share .el-social a {
    font-size: 14px;
    color: #333;
    display: inline-block;
    margin: 0 9px
}

.single-product #primary div.product .entry-summary .woocommerce-sg-product-social-share .el-social a:hover {
    color: #ff5e15
}

.single-product #primary div.product .entry-summary .single_add_to_cart_button {
    clear: left;
    margin-top: 30px
}

.single-product #primary div.product .entry-summary .woocommerce-sg-product-meta {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.single-product #primary div.product .entry-summary .woocommerce-sg-product-holder,.single-product #primary div.product .entry-summary .woocommerce-sg-product-rating {
    padding: 0 15px
}

.single-product #primary div.product .entry-summary .woocommerce-sg-product-holder {
    flex-grow: 1
}

.single-product #primary div.product .woocommerce-tabs {
    margin-top: 48px;
    margin-bottom: 88px
}

.single-product #primary div.product .woocommerce-tabs ul.wc-tabs {
    margin: 0 0 22px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    overflow: visible;
    justify-content: center;
    border-bottom: 2px solid #dbdbdb
}

.single-product #primary div.product .woocommerce-tabs ul.wc-tabs:before,.single-product #primary div.product .woocommerce-tabs ul.wc-tabs:after {
    display: none
}

.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li {
    margin: 0 15px;
    padding: 0;
    border: none;
    background-color: initial
}

.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li a {
    font-size: 14px;
    color: #282828;
    font-weight: 700;
    padding: 0;
    line-height: 51px;
    position: relative
}

.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li a:before {
    content: '';
    height: 2px;
    width: 100%;
    background-color: #ff5e15;
    position: absolute;
    bottom: -2px;
    left: 0;
    opacity: 0
}

.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li:before,.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li:after {
    display: none
}

.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li.active a {
    background-color: #fff;
    color: #ff5e15
}

.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li.active a:before {
    opacity: 1
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 25px
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel p:last-child {
    margin-bottom: 0
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel>h2 {
    display: none
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes {
    border: 1px solid #dee2e6
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes th,.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td {
    border-bottom: 1px solid #dee2e6;
    font-family: inherit;
    color: #1d274e;
    font-weight: 400;
    font-style: normal;
    padding: 10px
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td {
    border-left: 1px solid #dee2e6
}

.single-product #primary div.product .woocommerce-tabs .tab-product-feature-list {
    font-size: 18px;
    line-height: 34px
}

.single-product #primary div.product .woocommerce-tabs .tab-product-feature-list .col-xl-4 {
    font-weight: 600
}

.single-product #primary div.product .woocommerce-tabs .tab-product-feature-list .line-gap {
    margin: 0;
    width: 100%
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-noreviews {
    margin-bottom: 15px
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating {
    margin-bottom: 15px
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating label {
    margin-bottom: 10px
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-comment label {
    margin-bottom: 8px
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title {
    font-size: 18px;
    margin-bottom: 22px
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-reply-title,.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .nice-select {
    display: none
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form #comment {
    padding-top: 15px;
    height: 120px;
    padding-bottom: 22px
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form {
    padding: 30px;
    border: 1px solid #e9e9e9
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond {
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist {
    padding: 0
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review {
    position: relative;
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #eee
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap {
    position: absolute;
    right: 10px;
    top: 0
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap .count-rating {
    display: none
}

@media screen and (max-width: 991px) {
    .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap {
        position:static;
        margin-bottom: 6px
    }
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment_container {
    position: relative
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar {
    padding: 0;
    width: 80px;
    -webkit-border-radius: 80px;
    -khtml-border-radius: 80px;
    -moz-border-radius: 80px;
    -ms-border-radius: 80px;
    -o-border-radius: 80px;
    border-radius: 80px;
    border: 5px solid #fff
}

@media screen and (max-width: 575px) {
    .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar {
        width:40px;
        border: none
    }
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text {
    border: none;
    margin: 0;
    padding: 0 0 0 100px
}

@media screen and (max-width: 767px) {
    .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text .star-rating {
        float:none
    }
}

@media screen and (max-width: 575px) {
    .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text {
        padding-left:60px
    }
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta {
    display: flex;
    align-items: center;
    margin: 0 0 8px;
    font-size: 16px
}

@media screen and (max-width: 575px) {
    .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta {
        display:block
    }
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__published-date {
    display: block;
    font-size: 14px
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__author {
    color: #002052;
    font-family: exo,sans-serif
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__dash {
    display: none
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__published-date:before {
    content: "\f017";
    font-family: FontAwesome;
    margin: 0 4px
}

.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .description p {
    margin: 0
}

.single-product #primary div.product .woocommerce-sg-product-navigation {
    text-align: center;
    margin-bottom: 57px
}

.single-product #primary div.product .woocommerce-sg-product-navigation .product-previous-next {
    display: inline-block;
    position: relative
}

.single-product #primary div.product .woocommerce-sg-product-navigation .product-previous-next a {
    height: 50px;
    width: 50px;
    line-height: 50px;
    background-color: #222;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    margin: 0 3px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px
}

.single-product #primary div.product .woocommerce-sg-product-navigation .product-previous-next a:hover {
    background-color: #ff5e15
}

.single-product #primary div.product .quantity {
    margin-right: 20px
}

.single-product #primary div.product .product_meta .sku_wrapper,.single-product #primary div.product .product_meta .posted_in,.single-product #primary div.product .product_meta .tagged_as {
    display: block;
    font-weight: 600;
    font-size: 15px
}

.single-product #primary div.product .product_meta .sku_wrapper span,.single-product #primary div.product .product_meta .posted_in span,.single-product #primary div.product .product_meta .tagged_as span,.single-product #primary div.product .product_meta .sku_wrapper a,.single-product #primary div.product .product_meta .posted_in a,.single-product #primary div.product .product_meta .tagged_as a {
    color: #ff5e15;
    margin-left: 7px
}

.single-product #primary div.product .product_meta .sku_wrapper a:hover,.single-product #primary div.product .product_meta .posted_in a:hover,.single-product #primary div.product .product_meta .tagged_as a:hover {
    color: #002052
}

.single-product #primary div.product .product_meta .posted_in {
    display: none
}

@media screen and (min-width: 768px) {
    .single-product.header-sticky #primary div.product .entry-summary {
        top:120px
    }

    .single-product.header-sticky.admin-bar #primary div.product .entry-summary {
        top: 150px
    }
}

body.woocommerce-cart .woocommerce-cart-form .actions .button,body.woocommerce-wishlist .woocommerce-cart-form .actions .button,body.woocommerce-cart #yith-wcwl-form .actions .button,body.woocommerce-wishlist #yith-wcwl-form .actions .button {
    padding: 0 20px!important;
    color: #fff!important
}

body.woocommerce-cart .woocommerce-cart-form table.cart td.actions .input-text,body.woocommerce-wishlist .woocommerce-cart-form table.cart td.actions .input-text,body.woocommerce-cart #yith-wcwl-form table.cart td.actions .input-text,body.woocommerce-wishlist #yith-wcwl-form table.cart td.actions .input-text {
    width: 180px!important;
    height: 50px;
    border-width: 0 0 2px 0;
    border-style: solid;
    border-color: #e8e8e8;
    padding-left: 0
}

body.woocommerce-cart .woocommerce-cart-form .shop_table,body.woocommerce-wishlist .woocommerce-cart-form .shop_table,body.woocommerce-cart #yith-wcwl-form .shop_table,body.woocommerce-wishlist #yith-wcwl-form .shop_table {
    border: none
}

body.woocommerce-cart .woocommerce-cart-form .shop_table thead th,body.woocommerce-wishlist .woocommerce-cart-form .shop_table thead th,body.woocommerce-cart #yith-wcwl-form .shop_table thead th,body.woocommerce-wishlist #yith-wcwl-form .shop_table thead th {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    padding: 10px;
    border-top: 1px solid #dee2e6;
    border-bottom: 2px solid #dee2e6
}

body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td,body.woocommerce-wishlist .woocommerce-cart-form .shop_table tbody td,body.woocommerce-cart #yith-wcwl-form .shop_table tbody td,body.woocommerce-wishlist #yith-wcwl-form .shop_table tbody td {
    text-align: left
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-name a,body.woocommerce-wishlist .woocommerce-cart-form tbody .product-name a,body.woocommerce-cart #yith-wcwl-form tbody .product-name a,body.woocommerce-wishlist #yith-wcwl-form tbody .product-name a {
    color: #1d274e;
    font-size: 16px;
    font-weight: 600;
    font-family: Exo
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-name a:hover,body.woocommerce-wishlist .woocommerce-cart-form tbody .product-name a:hover,body.woocommerce-cart #yith-wcwl-form tbody .product-name a:hover,body.woocommerce-wishlist #yith-wcwl-form tbody .product-name a:hover {
    color: #ff5e15
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-name .yith-wcqv-button,body.woocommerce-wishlist .woocommerce-cart-form tbody .product-name .yith-wcqv-button,body.woocommerce-cart #yith-wcwl-form tbody .product-name .yith-wcqv-button,body.woocommerce-wishlist #yith-wcwl-form tbody .product-name .yith-wcqv-button {
    display: none
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-name dl.variation,body.woocommerce-wishlist .woocommerce-cart-form tbody .product-name dl.variation,body.woocommerce-cart #yith-wcwl-form tbody .product-name dl.variation,body.woocommerce-wishlist #yith-wcwl-form tbody .product-name dl.variation {
    display: none
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-price,body.woocommerce-wishlist .woocommerce-cart-form tbody .product-price,body.woocommerce-cart #yith-wcwl-form tbody .product-price,body.woocommerce-wishlist #yith-wcwl-form tbody .product-price,body.woocommerce-cart .woocommerce-cart-form tbody .product-subtotal,body.woocommerce-wishlist .woocommerce-cart-form tbody .product-subtotal,body.woocommerce-cart #yith-wcwl-form tbody .product-subtotal,body.woocommerce-wishlist #yith-wcwl-form tbody .product-subtotal {
    color: #1d274e;
    font-size: 16px;
    font-weight: 600;
    font-family: Exo
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-price ins,body.woocommerce-wishlist .woocommerce-cart-form tbody .product-price ins,body.woocommerce-cart #yith-wcwl-form tbody .product-price ins,body.woocommerce-wishlist #yith-wcwl-form tbody .product-price ins,body.woocommerce-cart .woocommerce-cart-form tbody .product-subtotal ins,body.woocommerce-wishlist .woocommerce-cart-form tbody .product-subtotal ins,body.woocommerce-cart #yith-wcwl-form tbody .product-subtotal ins,body.woocommerce-wishlist #yith-wcwl-form tbody .product-subtotal ins {
    color: #1d274e;
    background-color: initial
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail,body.woocommerce-wishlist .woocommerce-cart-form tbody .product-thumbnail,body.woocommerce-cart #yith-wcwl-form tbody .product-thumbnail,body.woocommerce-wishlist #yith-wcwl-form tbody .product-thumbnail {
    text-align: center!important;
    min-width: 120px
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail a,body.woocommerce-wishlist .woocommerce-cart-form tbody .product-thumbnail a,body.woocommerce-cart #yith-wcwl-form tbody .product-thumbnail a,body.woocommerce-wishlist #yith-wcwl-form tbody .product-thumbnail a {
    display: block
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail a img,body.woocommerce-wishlist .woocommerce-cart-form tbody .product-thumbnail a img,body.woocommerce-cart #yith-wcwl-form tbody .product-thumbnail a img,body.woocommerce-wishlist #yith-wcwl-form tbody .product-thumbnail a img {
    width: 100%;
    max-width: 80px
}

body.woocommerce-cart .woocommerce-cart-form .product-remove,body.woocommerce-wishlist .woocommerce-cart-form .product-remove,body.woocommerce-cart #yith-wcwl-form .product-remove,body.woocommerce-wishlist #yith-wcwl-form .product-remove {
    position: relative;
    min-width: 50px
}

body.woocommerce-cart .woocommerce-cart-form .product-remove a.remove,body.woocommerce-wishlist .woocommerce-cart-form .product-remove a.remove,body.woocommerce-cart #yith-wcwl-form .product-remove a.remove,body.woocommerce-wishlist #yith-wcwl-form .product-remove a.remove {
    font-size: 0
}

body.woocommerce-cart .woocommerce-cart-form .product-remove a.remove:before,body.woocommerce-wishlist .woocommerce-cart-form .product-remove a.remove:before,body.woocommerce-cart #yith-wcwl-form .product-remove a.remove:before,body.woocommerce-wishlist #yith-wcwl-form .product-remove a.remove:before {
    content: "\f136";
    font-family: material-design-iconic-font;
    font-size: 18px;
    height: 32px;
    width: 32px;
    line-height: 32px;
    background-color: #ff5e15;
    color: #fff;
    -webkit-border-radius: 32px;
    -khtml-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
    border-radius: 32px;
    font-weight: 400;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -khtml-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    left: 0;
    right: 0;
    margin: auto
}

body.woocommerce-cart .woocommerce-cart-form .product-remove a.remove:hover:before,body.woocommerce-wishlist .woocommerce-cart-form .product-remove a.remove:hover:before,body.woocommerce-cart #yith-wcwl-form .product-remove a.remove:hover:before,body.woocommerce-wishlist #yith-wcwl-form .product-remove a.remove:hover:before {
    color: #fff;
    background-color: rgba(255,94,21,.85)
}

@media screen and (max-width: 769px) {
    body.woocommerce-cart .woocommerce-cart-form .product-remove,body.woocommerce-wishlist .woocommerce-cart-form .product-remove,body.woocommerce-cart #yith-wcwl-form .product-remove,body.woocommerce-wishlist #yith-wcwl-form .product-remove {
        min-height:57px
    }
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table,body.woocommerce-wishlist .woocommerce-cart-form table.shop_table,body.woocommerce-cart #yith-wcwl-form table.shop_table,body.woocommerce-wishlist #yith-wcwl-form table.shop_table {
    margin-bottom: 40px;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

@media screen and (max-width: 769px) {
    body.woocommerce-cart .woocommerce-cart-form table.shop_table td,body.woocommerce-wishlist .woocommerce-cart-form table.shop_table td,body.woocommerce-cart #yith-wcwl-form table.shop_table td,body.woocommerce-wishlist #yith-wcwl-form table.shop_table td {
        background-color:#fff!important
    }
}

body.woocommerce-cart .cart-collaterals .cart_totals>h2,body.woocommerce-wishlist .cart-collaterals .cart_totals>h2 {
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 12px
}

body.woocommerce-cart .cart-collaterals .cart_totals th,body.woocommerce-wishlist .cart-collaterals .cart_totals th {
    color: #1d274e;
    vertical-align: middle!important
}

body.woocommerce-cart .cart-collaterals .cart_totals th+td,body.woocommerce-wishlist .cart-collaterals .cart_totals th+td {
    border-left: 1px solid #ebebeb
}

body.woocommerce-cart .cart-collaterals .cart_totals .cart-subtotal td,body.woocommerce-wishlist .cart-collaterals .cart_totals .cart-subtotal td,body.woocommerce-cart .cart-collaterals .cart_totals .order-total td,body.woocommerce-wishlist .cart-collaterals .cart_totals .order-total td {
    font-weight: 600;
    color: #1d274e;
    font-family: exo,sans-serif
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator p,body.woocommerce-wishlist .cart-collaterals .cart_totals .woocommerce-shipping-calculator p {
    margin-bottom: 0
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button,body.woocommerce-wishlist .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button {
    color: #ff5e15
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:after,body.woocommerce-wishlist .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:after {
    content: '\f2f9';
    margin-left: 9px;
    font-family: material-design-iconic-font;
    position: relative;
    top: 1px
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:hover,body.woocommerce-wishlist .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:hover {
    color: #002052
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form,body.woocommerce-wishlist .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form {
    padding-top: 10px
}

body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout,body.woocommerce-wishlist .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    padding-bottom: 0
}

body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button,body.woocommerce-wishlist .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px
}

body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout,body.woocommerce-wishlist .cart-collaterals .wc-proceed-to-checkout {
    text-align: right
}

.woocommerce-checkout form.checkout_coupon {
    border: 1px solid #eee;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background-color: #f7f8fa
}

.woocommerce-checkout form.checkout_coupon .form-row-first {
    width: 50%;
    padding-right: 30px
}

.woocommerce-checkout form.checkout_coupon .form-row-last {
    width: 50%
}

.woocommerce-checkout #add_payment_method #payment,.woocommerce-checkout #payment {
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.woocommerce-checkout #customer_details {
    margin: 0 -15px;
    width: inherit
}

.woocommerce-checkout #customer_details .col-1,.woocommerce-checkout #customer_details .col-2 {
    width: 50%;
    flex: inherit;
    max-width: 100%
}

@media screen and (max-width: 767px) {
    .woocommerce-checkout #customer_details {
        margin:0
    }

    .woocommerce-checkout #customer_details .col-1,.woocommerce-checkout #customer_details .col-2 {
        width: 100%
    }
}

.woocommerce-checkout #customer_details span.woocommerce-input-wrapper {
    width: 100%;
    display: block
}

.woocommerce-checkout #customer_details .woocommerce-billing-fields {
    margin-bottom: 36px
}

.woocommerce-checkout #customer_details .woocommerce-billing-fields>h3 {
    font-size: 28px;
    text-transform: capitalize
}

.woocommerce-checkout #customer_details .woocommerce-additional-fields {
    margin-bottom: 36px
}

.woocommerce-checkout #customer_details .woocommerce-additional-fields>h3 {
    font-size: 18px;
    font-weight: 600
}

.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address {
    font-size: 28px;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -khtml-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address:hover {
    color: #ff5e15
}

.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address #ship-to-different-address-checkbox {
    position: absolute;
    opacity: 0
}

.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label span:after {
    content: "\f01a";
    font-family: FontAwesome;
    margin-left: 14px;
    font-weight: 400
}

.woocommerce-checkout #customer_details #billing_country_field label,.woocommerce-checkout #customer_details #shipping_country_field label,.woocommerce-checkout #customer_details #billing_address_1_field label,.woocommerce-checkout #customer_details #shipping_address_1_field label,.woocommerce-checkout #customer_details #order_comments_field label {
    display: none!important
}

.woocommerce-checkout form.woocommerce-checkout #order_review_heading {
    font-size: 24px;
    text-transform: capitalize
}

.woocommerce-checkout form.woocommerce-checkout #order_review th {
    color: #1d274e;
    vertical-align: middle!important
}

.woocommerce-checkout form.woocommerce-checkout #order_review th+td {
    border-left: 1px solid #ebebeb
}

.woocommerce-checkout form.woocommerce-checkout #order_review .product-total {
    border-left: 1px solid #ebebeb
}

.woocommerce-checkout form.woocommerce-checkout #order_review .cart-subtotal td,.woocommerce-checkout form.woocommerce-checkout #order_review .order-total td {
    font-weight: 600;
    color: #1d274e
}

.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table {
    margin-bottom: 60px
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment {
    background-color: #f7f8fa;
    border: 1px solid #eee
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment .about_paypal {
    margin-left: 10px
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods {
    padding: 20px;
    border-bottom: 1px solid #eee
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment .place-order {
    padding: 20px;
    margin: 0
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment #place_order {
    background-color: #ff5e15;
    float: none;
    margin-top: 10px
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment #place_order:hover {
    background-color: #002052
}

.woocommerce-checkout #payment label {
    font-size: 16px;
    color: rgba(0,0,0,.87);
    font-weight: 600
}

.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation {
    margin-bottom: 30px
}

.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul {
    margin: 0;
    list-style: none
}

.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #eaeaea
}

.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li a {
    font-size: 16px;
    padding: 10px 0;
    color: #747da1;
    position: relative;
    display: block
}

.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li a:hover {
    color: #ff5e15
}

.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li a:before {
    content: "\f178";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -khtml-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    display: block;
    font-family: fontawesome;
    color: #ff5e15;
    margin-left: -16px;
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li.is-active>a,.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li a:hover {
    color: inherit;
    padding-left: 26px
}

.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li.is-active>a:before,.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li a:hover:before {
    margin-left: 0;
    opacity: 1
}

.woocommerce-account .site-content #primary .woocommerce-MyAccount-content {
    margin-bottom: 30px
}

.woocommerce-account .site-content #primary .woocommerce-MyAccount-content .col-1,.woocommerce-account .site-content #primary .woocommerce-MyAccount-content .col-2 {
    flex: inherit;
    max-width: inherit
}

.woocommerce-account .site-content #primary .woocommerce-MyAccount-content .form-row label {
    width: 100%
}

.woocommerce-account .site-content #primary .woocommerce-MyAccount-content .form-row .woocommerce-input-wrapper {
    width: 100%
}

.woocommerce-account .site-content #primary .woocommerce-form {
    background-color: #f7f8fa;
    border: 1px solid #eee;
    padding: 30px;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    max-width: 670px;
    margin: 0 auto 30px
}

.woocommerce-account .site-content #primary .woocommerce-form label {
    font-weight: 500;
    margin-bottom: 2px
}

.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-Button.button {
    margin-right: 16px;
    height: auto
}

.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-LostPassword {
    margin-bottom: 0
}

.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-LostPassword a {
    color: #ff5e15
}

.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-LostPassword a:hover {
    color: #002052
}

.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-form__label-for-checkbox {
    padding: 0;
    line-height: 50px
}

.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-form__label-for-checkbox span {
    font-size: 15px
}

.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
    position: relative;
    top: -1px
}

.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-Button {
    height: 42px
}

.woocommerce-account .site-content #primary .woocommerce-notices-wrapper+h2 {
    text-align: center;
    font-size: 24px
}

.woocommerce-account .site-content #primary #customer_login {
    margin: 0 -15px;
    width: inherit;
    display: flex;
    flex-wrap: wrap
}

.woocommerce-account .site-content #primary #customer_login h2 {
    font-size: 24px
}

.woocommerce-account .site-content #primary #customer_login .u-column1.col-1,.woocommerce-account .site-content #primary #customer_login .u-column2.col-2 {
    width: 50%;
    flex: inherit;
    max-width: 100%
}

@media screen and (max-width: 767px) {
    .woocommerce-account .site-content #primary #customer_login {
        margin:0
    }

    .woocommerce-account .site-content #primary #customer_login .u-column1.col-1,.woocommerce-account .site-content #primary #customer_login .u-column2.col-2 {
        width: 100%;
        padding: 0
    }
}

.woocommerce-account .site-content #primary .woocommerce-password-strength.bad {
    background-color: initial;
    padding: 8px 0
}

body #yith-wcwl-popup-message {
    margin-left: -108px;
    display: none;
    bottom: 30px;
    top: auto;
    right: 30px;
    left: auto;
    background-color: #ff5e15;
    border-radius: 3px;
    border: none;
    color: #fff;
    padding: 0 20px
}

.woocommerce-wishlist tfoot td {
    display: none
}

.woocommerce-wishlist .product-stock-status {
    font-size: 16px;
    font-weight: 600
}

.woocommerce-wishlist .product-stock-status .wishlist-in-stock {
    color: #002052!important
}

.woocommerce-wishlist #yith-wcwl-form .wishlist-empty {
    text-align: center!important
}

.woocommerce-wishlist #yith-wcwl-form .product-add-to-cart {
    text-align: center!important
}

.woocommerce-wishlist #yith-wcwl-form .product-add-to-cart a.button {
    padding: 0 20px;
    background-color: #ff5e15;
    color: #fff;
    line-height: 42px;
    font-size: 16px;
    display: inline-block!important
}

.woocommerce-wishlist #yith-wcwl-form .product-add-to-cart a.button:hover {
    background-color: #002052
}

.woocommerce-wishlist #yith-wcwl-form .product-add-to-cart a.button.loading {
    padding-right: 30px
}

.woocommerce-wishlist #yith-wcwl-form .product-add-to-cart a.button.loading:after {
    top: 0;
    right: 8px
}

@media screen and (max-width: 767px) {
    .woocommerce-wishlist #yith-wcwl-form {
        overflow-x:scroll
    }

    .woocommerce-wishlist #yith-wcwl-form .cart.wishlist_table {
        min-width: 767px
    }
}

.woocommerce-grouped-product-list {
    border: none
}

.woocommerce-grouped-product-list-item__label {
    text-align: center
}

.woocommerce-input-wrapper input {
    border-color: #dbdbdb
}

.woocommerce-input-wrapper textarea {
    border-color: #dbdbdb
}

.woocommerce-Reviews textarea {
    border-color: #e9e9e9
}

.woocommerce-form-coupon .input-text {
    height: 51px
}

#billing_country_field {
    margin: 0 0 10px!important
}

.woocommerce-Reviews .commentlist .comment_container {
    padding-bottom: 22px!important
}

.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form {
    padding-top: 10px
}

@media screen and (min-width: 1200px) {
    .woocommerce-cart .entry-content .woocommerce .woocommerce-notices-wrapper {
        display:none
    }
}

@media screen and (min-width: 1200px) {
    .woocommerce-cart .entry-content .woocommerce {
        display:flex;
        justify-content: space-between
    }
}

@media screen and (min-width: 1200px) {
    .woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form {
        width:70%;
        padding-right: 35px
    }
}

.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents th {
    border-right: none;
    border-top: none!important;
    border-bottom: 1px solid #dee2e6!important
}

.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .cart_item td {
    border-right: none!important
}

@media screen and (max-width: 768px) {
    .woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .cart_item td {
        padding:12px 0!important
    }
}

.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form td.actions {
    border-right: none!important;
    padding: 30px 0 10px
}

.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form td.actions .coupon .input-text {
    border: 1px solid rgba(0,0,0,.12)!important;
    padding: 6px 20px!important;
    color: #afafaf
}

.woocommerce-cart .entry-content .woocommerce .product-remove a:before {
    height: 25px!important;
    width: 25px!important;
    line-height: 25px!important;
    font-size: 14px!important
}

@media screen and (min-width: 1200px) {
    .cart-collaterals {
        width:30%!important
    }
}

.cart-collaterals .calculated_shipping,.cart-collaterals .cart_totals {
    border: 5px solid rgba(0,0,0,7%);
    padding: 30px
}

@media screen and (min-width: 1200px) {
    .cart-collaterals .calculated_shipping,.cart-collaterals .cart_totals {
        width:100%!important
    }
}

@media screen and (max-width: 768px) {
    .cart-collaterals .calculated_shipping,.cart-collaterals .cart_totals {
        padding:26px 20px 35px
    }
}

.cart-collaterals .calculated_shipping h2,.cart-collaterals .cart_totals h2 {
    border-bottom: 2px solid #dee2e6;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.cart-collaterals .calculated_shipping .shop_table_responsive,.cart-collaterals .cart_totals .shop_table_responsive {
    border: none
}

.cart-collaterals .calculated_shipping .shop_table_responsive tr th,.cart-collaterals .cart_totals .shop_table_responsive tr th {
    padding: 9px 0
}

.cart-collaterals .calculated_shipping .shop_table_responsive tr td,.cart-collaterals .cart_totals .shop_table_responsive tr td {
    border-right: none!important;
    border-left: none!important;
    text-align: right
}

.cart-collaterals .calculated_shipping .shop_table_responsive .order-total .woocommerce-Price-amount,.cart-collaterals .cart_totals .shop_table_responsive .order-total .woocommerce-Price-amount {
    font-size: 30px;
    font-weight: 700
}

.cart-collaterals .calculated_shipping .wc-proceed-to-checkout .checkout-button,.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
    width: 100%
}

@media screen and (max-width: 575px) {
    .cart-collaterals .calculated_shipping .wc-proceed-to-checkout .checkout-button,.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
        padding:0
    }
}

.woocommerce-sg-product-meta .woocommerce-sg-product-holder .woocommerce-sg-product-title .product_title {
    display: none
}

.woocommerce-notices-wrapper .woocommerce-message {
    line-height: 51px;
    padding-left: 60px
}

.woocommerce-notices-wrapper .woocommerce-message:before {
    left: 30px
}

.cms-carousel-inner {
    margin: 0 -15px
}

.slick-slide {
    padding: 0 15px
}

#elementor-panel-get-pro-elements {
    display: none!important
}

.elementor-icons-manager__tab__item {
    height: 80px!important
}

.elementor-element .elementor-widget:not(:last-child) {
    margin-bottom: 0
}

.elementor .elementor-section.elementor-section-boxed>.elementor-container.elementor-column-gap-default {
    max-width: 1190px
}

@media(min-width: 1200px) and (max-width:1400px) {
    .elementor .elementor-section.elementor-section-boxed>.elementor-container.elementor-column-gap-default {
        margin:0 auto
    }
}

.elementor .elementor-section.elementor-section-boxed>.elementor-container.elementor-column-gap-extended {
    max-width: 1200px
}

.site-content .elementor-container.elementor-column-gap-default,.site-footer-custom .elementor-container.elementor-column-gap-default {
    margin: 0 -10px
}

.site-content .elementor-container.elementor-column-gap-extended,.site-footer-custom .elementor-container.elementor-column-gap-extended {
    margin: 0 -15px
}

.site-content .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-default,.site-footer-custom .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-default {
    margin: 0 auto
}

.site-content .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-default .elementor-row .elementor-column-gap-extended,.site-footer-custom .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-default .elementor-row .elementor-column-gap-extended {
    margin: 0 -10px
}

.site-content .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-extended,.site-footer-custom .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-extended {
    margin: 0 auto
}

.site-content .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-extended .elementor-row .elementor-column-gap-extended,.site-footer-custom .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-extended .elementor-row .elementor-column-gap-extended {
    margin: 0 -15px
}

.site-content .elementor-section-stretched.elementor-section-full_width .elementor-section-boxed>.elementor-column-gap-extended,.site-footer-custom .elementor-section-stretched.elementor-section-full_width .elementor-section-boxed>.elementor-column-gap-extended {
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -khtml-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
    margin: 0
}

.site-content .elementor-widget-text-editor,.site-footer-custom .elementor-widget-text-editor {
    color: inherit;
    font-family: inherit;
    font-weight: inherit
}

.single-footer #masthead,.elementor_library-template-default.single-elementor_library #masthead,.single-footer #pagetitle,.elementor_library-template-default.single-elementor_library #pagetitle,.single-footer #colophon,.elementor_library-template-default.single-elementor_library #colophon {
    display: none
}

@media screen and (min-width: 1400px) {
    .elementor-section-full_width .elementor-inner-section>.elementor-container {
        left:50%;
        -webkit-transform: translate(-50%,0);
        -khtml-transform: translate(-50%,0);
        -moz-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        -o-transform: translate(-50%,0);
        transform: translate(-50%,0)
    }
}

@media screen and (max-width: 1199px) {
    .col-offset-left>.elementor-column-wrap .elementor-widget-wrap {
        padding-left:0!important
    }

    .col-offset-right>.elementor-column-wrap .elementor-widget-wrap {
        padding-right: 0!important
    }

    .col-offset-left>.elementor-column-wrap .elementor-widget-wrap .elementor-section.elementor-section-boxed>.elementor-container.elementor-column-gap-extended {
        max-width: 100%
    }
}

@media screen and (max-width: 991px) {
    .site-footer-custom {
        overflow:hidden
    }
}

.elementor-editor-active #site-header-wrap .site-header-main.h-fixed {
    position: static!important
}

.elementor-editor-active .cms-navigation-menu1.is-sticky {
    position: static
}

@media screen and (min-width: 992px) {
    .cms-row-section-scoll-custom>.elementor-container>.elementor-row {
        align-items:flex-start
    }
}

@media screen and (min-width: 992px) {
    .cms-row-section-scoll-custom .cms-column-sticky {
        position:sticky;
        top: 215px
    }
}

@media screen and (min-width: 992px) {
    .admin .cms-row-section-scoll-custom .cms-column-sticky {
        top:245px
    }
}

div.tnp-subscription,form.tnp-subscription,form.tnp-profile {
    display: block;
    margin: 1em auto;
    max-width: 500px;
    width: 100%
}

div.tnp-profile {
    display: block;
    margin: 1em 0;
    max-width: 500px
}

.tnp-subscription div.tnp-field,.tnp-profile div.tnp-field {
    margin-bottom: .7em;
    border: 0;
    padding: 0
}

.tnp-subscription label,.tnp-profile label {
    display: block;
    color: inherit;
    font-weight: 400;
    line-height: normal;
    padding: 0;
    margin: 0;
    margin-bottom: .25em;
    font-size: .9em
}

.tnp-subscription .tnp-field-checkbox label,.tnp-profile .tnp-field-checkbox label {
    display: inline-block
}

.tnp-subscription input[type=text],.tnp-subscription input[type=email],.tnp-subscription input[type=submit],.tnp-subscription select,.tnp-subscription textarea,.tnp-profile input[type=text],.tnp-profile input[type=email],.tnp-profile input[type=submit],.tnp-profile select,.tnp-profile textarea {
    width: 100%;
    padding: .7em;
    display: block;
    border: 1px;
    color: #444;
    border-color: #ddd;
    background-color: #f4f4f4;
    background-image: none;
    text-shadow: none;
    font-size: 1em;
    margin: 0;
    line-height: normal;
    box-sizing: border-box
}

.tnp-subscription input[type=checkbox],.tnp-widget input[type=radio],.tnp-profile input[type=checkbox] {
    max-width: 1em;
    display: inline-block;
    margin-right: .5em
}

.tnp-subscription select option,.tnp-profile select option {
    margin-right: .75em
}

.tnp-subscription input.tnp-submit,.tnp-profile input.tnp-submit,.tnp-unsubscribe button.tnp-submit,.tnp-reactivate button.tnp-submit {
    background-color: #444;
    color: #fff;
    width: auto;
    height: auto;
    margin: 0;
    display: inline-block
}

@media all and (max-width: 480px) {
    .tnp-subscription input[type=submit],.tnp-profile input[type=submit] {
        width:100%
    }
}

.tnp-widget {
    width: 100%;
    display: block;
    box-sizing: border-box
}

.tnp-widget .tnp-field {
    margin-bottom: 10px;
    border: 0;
    padding: 0
}

.tnp-widget label {
    display: block;
    color: inherit;
    font-size: 14px
}

.tnp-widget input[type=text],.tnp-widget input[type=email],.tnp-widget input[type=submit],.tnp-widget select {
    width: 100%;
    padding: 10px;
    display: block;
    border: 1px solid #ddd;
    border-color: #ddd;
    background-color: #f4f4f4;
    background-image: none;
    text-shadow: none;
    color: #444;
    font-size: 14px;
    line-height: normal;
    box-sizing: border-box;
    height: auto
}

.tnp-widget input[type=checkbox],.tnp-widget input[type=radio] {
    width: auto;
    display: inline-block
}

.tnp-widget select option {
    margin-right: 10px
}

.tnp-widget input.tnp-submit {
    background-color: #444;
    background-image: none;
    text-shadow: none;
    color: #fff;
    margin: 0
}

.tnp-field input[type=submit] {
    position: inherit
}

.tnp-field label {
}

.tnp-widget-minimal {
    width: 100%
}

.tnp-widget-minimal form {
    margin: 0;
    padding: 0;
    border: 0
}

.tnp-widget-minimal input.tnp-email {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    color: #444;
    font-size: 14px
}

.tnp-widget-minimal input.tnp-submit {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    border: 1px;
    border-color: #ddd;
    background-color: #444;
    background-image: none;
    text-shadow: none;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    border-radius: 0;
    height: auto;
    margin: 0
}

.tnp-subscription-minimal {
    width: 100%;
    box-sizing: border-box;
    margin: 10px 0
}

.tnp-subscription-minimal form {
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    white-space: nowrap
}

.tnp-subscription-minimal input.tnp-email,.tnp-subscription-minimal input.tnp-name {
    width: 70%;
    max-width: 300px;
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    color: #444;
    font-size: 14px;
    line-height: 20px;
    border-radius: 0;
    margin-right: 10px
}

.tnp-subscription-minimal.with-name input.tnp-email,.tnp-subscription-minimal.with-name input.tnp-name {
    width: 31%
}

.tnp-subscription-minimal .tnp-privacy-field {
    margin-top: 10px
}

.tnp-subscription-minimal input.tnp-submit {
    width: 29%;
    box-sizing: border-box;
    display: inline-block;
    padding: 10px;
    border: 1px;
    border-color: #ddd;
    background-color: #444;
    background-image: none;
    text-shadow: none;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    border-radius: 0;
    margin: 0
}

.tnp-subscription-posts {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 2rem
}

.tnp-subscription-posts .tnp-subscription {
    max-width: auto;
    margin: 0
}

@media all and (max-width: 525px) {
    .tnp-subscription-minimal.with-name input.tnp-email,.tnp-subscription-minimal.with-name input.tnp-name,.tnp-subscription-minimal input.tnp-submit {
        width:100%;
        max-width: 100%;
        margin: 0;
        display: block;
        margin-bottom: .5rem
    }
}

.tnp-comments {
    clear: both;
    margin-top: 15px;
    margin-bottom: 15px
}

.tnp-comments label {
    display: block
}

.tnp-comments input[type=checkbox] {
    display: inline-block;
    width: auto!important
}

.tnp-lock {
    clear: both;
    display: block;
    box-sizing: border-box;
    box-shadow: none;
    margin: 20px;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ddd
}

.tnp-nl-checkout {
    margin-bottom: 1em
}

/*! elementor-icons - v5.29.0 - 15-02-2024 */
@font-face {
    font-family: eicons;
    src: url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.eot?5.29.0);
    src: url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.eot?5.29.0#iefix) format("embedded-opentype"),url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.woff2?5.29.0) format("woff2"),url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.woff?5.29.0) format("woff"),url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.ttf?5.29.0) format("truetype"),url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.svg?5.29.0#eicon) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

[class*=" eicon-"],[class^=eicon] {
    display: inline-block;
    font-family: eicons;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@keyframes a {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

.eicon-animation-spin {
    animation: a 2s infinite linear
}

.eicon-editor-link:before {
    content: "\e800"
}

.eicon-editor-unlink:before {
    content: "\e801"
}

.eicon-editor-external-link:before {
    content: "\e802"
}

.eicon-editor-close:before {
    content: "\e803"
}

.eicon-editor-list-ol:before {
    content: "\e804"
}

.eicon-editor-list-ul:before {
    content: "\e805"
}

.eicon-editor-bold:before {
    content: "\e806"
}

.eicon-editor-italic:before {
    content: "\e807"
}

.eicon-editor-underline:before {
    content: "\e808"
}

.eicon-editor-paragraph:before {
    content: "\e809"
}

.eicon-editor-h1:before {
    content: "\e80a"
}

.eicon-editor-h2:before {
    content: "\e80b"
}

.eicon-editor-h3:before {
    content: "\e80c"
}

.eicon-editor-h4:before {
    content: "\e80d"
}

.eicon-editor-h5:before {
    content: "\e80e"
}

.eicon-editor-h6:before {
    content: "\e80f"
}

.eicon-editor-quote:before {
    content: "\e810"
}

.eicon-editor-code:before {
    content: "\e811"
}

.eicon-elementor:before {
    content: "\e812"
}

.eicon-elementor-circle:before {
    content: "\e813"
}

.eicon-pojome:before {
    content: "\e814"
}

.eicon-plus:before {
    content: "\e815"
}

.eicon-menu-bar:before {
    content: "\e816"
}

.eicon-apps:before {
    content: "\e817"
}

.eicon-accordion:before {
    content: "\e818"
}

.eicon-alert:before {
    content: "\e819"
}

.eicon-animation-text:before {
    content: "\e81a"
}

.eicon-animation:before {
    content: "\e81b"
}

.eicon-banner:before {
    content: "\e81c"
}

.eicon-blockquote:before {
    content: "\e81d"
}

.eicon-button:before {
    content: "\e81e"
}

.eicon-call-to-action:before {
    content: "\e81f"
}

.eicon-captcha:before {
    content: "\e820"
}

.eicon-carousel:before {
    content: "\e821"
}

.eicon-checkbox:before {
    content: "\e822"
}

.eicon-columns:before {
    content: "\e823"
}

.eicon-countdown:before {
    content: "\e824"
}

.eicon-counter:before {
    content: "\e825"
}

.eicon-date:before {
    content: "\e826"
}

.eicon-divider-shape:before {
    content: "\e827"
}

.eicon-divider:before {
    content: "\e828"
}

.eicon-download-button:before {
    content: "\e829"
}

.eicon-dual-button:before {
    content: "\e82a"
}

.eicon-email-field:before {
    content: "\e82b"
}

.eicon-facebook-comments:before {
    content: "\e82c"
}

.eicon-facebook-like-box:before {
    content: "\e82d"
}

.eicon-form-horizontal:before {
    content: "\e82e"
}

.eicon-form-vertical:before {
    content: "\e82f"
}

.eicon-gallery-grid:before {
    content: "\e830"
}

.eicon-gallery-group:before {
    content: "\e831"
}

.eicon-gallery-justified:before {
    content: "\e832"
}

.eicon-gallery-masonry:before {
    content: "\e833"
}

.eicon-icon-box:before {
    content: "\e834"
}

.eicon-image-before-after:before {
    content: "\e835"
}

.eicon-image-box:before {
    content: "\e836"
}

.eicon-image-hotspot:before {
    content: "\e837"
}

.eicon-image-rollover:before {
    content: "\e838"
}

.eicon-info-box:before {
    content: "\e839"
}

.eicon-inner-section:before {
    content: "\e83a"
}

.eicon-mailchimp:before {
    content: "\e83b"
}

.eicon-menu-card:before {
    content: "\e83c"
}

.eicon-navigation-horizontal:before {
    content: "\e83d"
}

.eicon-nav-menu:before {
    content: "\e83e"
}

.eicon-navigation-vertical:before {
    content: "\e83f"
}

.eicon-number-field:before {
    content: "\e840"
}

.eicon-parallax:before {
    content: "\e841"
}

.eicon-php7:before {
    content: "\e842"
}

.eicon-post-list:before {
    content: "\e843"
}

.eicon-post-slider:before {
    content: "\e844"
}

.eicon-post:before {
    content: "\e845"
}

.eicon-posts-carousel:before {
    content: "\e846"
}

.eicon-posts-grid:before {
    content: "\e847"
}

.eicon-posts-group:before {
    content: "\e848"
}

.eicon-posts-justified:before {
    content: "\e849"
}

.eicon-posts-masonry:before {
    content: "\e84a"
}

.eicon-posts-ticker:before {
    content: "\e84b"
}

.eicon-price-list:before {
    content: "\e84c"
}

.eicon-price-table:before {
    content: "\e84d"
}

.eicon-radio:before {
    content: "\e84e"
}

.eicon-rtl:before {
    content: "\e84f"
}

.eicon-scroll:before {
    content: "\e850"
}

.eicon-search:before {
    content: "\e851"
}

.eicon-select:before {
    content: "\e852"
}

.eicon-share:before {
    content: "\e853"
}

.eicon-sidebar:before {
    content: "\e854"
}

.eicon-skill-bar:before {
    content: "\e855"
}

.eicon-slider-3d:before {
    content: "\e856"
}

.eicon-slider-album:before {
    content: "\e857"
}

.eicon-slider-device:before {
    content: "\e858"
}

.eicon-slider-full-screen:before {
    content: "\e859"
}

.eicon-slider-push:before {
    content: "\e85a"
}

.eicon-slider-vertical:before {
    content: "\e85b"
}

.eicon-slider-video:before {
    content: "\e85c"
}

.eicon-slides:before {
    content: "\e85d"
}

.eicon-social-icons:before {
    content: "\e85e"
}

.eicon-spacer:before {
    content: "\e85f"
}

.eicon-table:before {
    content: "\e860"
}

.eicon-tabs:before {
    content: "\e861"
}

.eicon-tel-field:before {
    content: "\e862"
}

.eicon-text-area:before {
    content: "\e863"
}

.eicon-text-field:before {
    content: "\e864"
}

.eicon-thumbnails-down:before {
    content: "\e865"
}

.eicon-thumbnails-half:before {
    content: "\e866"
}

.eicon-thumbnails-right:before {
    content: "\e867"
}

.eicon-time-line:before {
    content: "\e868"
}

.eicon-toggle:before {
    content: "\e869"
}

.eicon-url:before {
    content: "\e86a"
}

.eicon-t-letter:before {
    content: "\e86b"
}

.eicon-wordpress:before {
    content: "\e86c"
}

.eicon-text:before {
    content: "\e86d"
}

.eicon-anchor:before {
    content: "\e86e"
}

.eicon-bullet-list:before {
    content: "\e86f"
}

.eicon-code:before {
    content: "\e870"
}

.eicon-favorite:before {
    content: "\e871"
}

.eicon-google-maps:before {
    content: "\e872"
}

.eicon-image:before {
    content: "\e873"
}

.eicon-photo-library:before {
    content: "\e874"
}

.eicon-woocommerce:before {
    content: "\e875"
}

.eicon-youtube:before {
    content: "\e876"
}

.eicon-flip-box:before {
    content: "\e877"
}

.eicon-settings:before {
    content: "\e878"
}

.eicon-headphones:before {
    content: "\e879"
}

.eicon-testimonial:before {
    content: "\e87a"
}

.eicon-counter-circle:before {
    content: "\e87b"
}

.eicon-person:before {
    content: "\e87c"
}

.eicon-chevron-right:before {
    content: "\e87d"
}

.eicon-chevron-left:before {
    content: "\e87e"
}

.eicon-close:before {
    content: "\e87f"
}

.eicon-file-download:before {
    content: "\e880"
}

.eicon-save:before {
    content: "\e881"
}

.eicon-zoom-in:before {
    content: "\e882"
}

.eicon-shortcode:before {
    content: "\e883"
}

.eicon-nerd:before {
    content: "\e884"
}

.eicon-device-desktop:before {
    content: "\e885"
}

.eicon-device-tablet:before {
    content: "\e886"
}

.eicon-device-mobile:before {
    content: "\e887"
}

.eicon-document-file:before {
    content: "\e888"
}

.eicon-folder-o:before {
    content: "\e889"
}

.eicon-hypster:before {
    content: "\e88a"
}

.eicon-h-align-left:before {
    content: "\e88b"
}

.eicon-h-align-right:before {
    content: "\e88c"
}

.eicon-h-align-center:before {
    content: "\e88d"
}

.eicon-h-align-stretch:before {
    content: "\e88e"
}

.eicon-v-align-top:before {
    content: "\e88f"
}

.eicon-v-align-bottom:before {
    content: "\e890"
}

.eicon-v-align-middle:before {
    content: "\e891"
}

.eicon-v-align-stretch:before {
    content: "\e892"
}

.eicon-pro-icon:before {
    content: "\e893"
}

.eicon-mail:before {
    content: "\e894"
}

.eicon-lock-user:before {
    content: "\e895"
}

.eicon-testimonial-carousel:before {
    content: "\e896"
}

.eicon-media-carousel:before {
    content: "\e897"
}

.eicon-section:before {
    content: "\e898"
}

.eicon-column:before {
    content: "\e899"
}

.eicon-edit:before {
    content: "\e89a"
}

.eicon-clone:before {
    content: "\e89b"
}

.eicon-trash:before {
    content: "\e89c"
}

.eicon-play:before {
    content: "\e89d"
}

.eicon-angle-right:before {
    content: "\e89e"
}

.eicon-angle-left:before {
    content: "\e89f"
}

.eicon-animated-headline:before {
    content: "\e8a0"
}

.eicon-menu-toggle:before {
    content: "\e8a1"
}

.eicon-fb-embed:before {
    content: "\e8a2"
}

.eicon-fb-feed:before {
    content: "\e8a3"
}

.eicon-twitter-embed:before {
    content: "\e8a4"
}

.eicon-twitter-feed:before {
    content: "\e8a5"
}

.eicon-sync:before {
    content: "\e8a6"
}

.eicon-import-export:before {
    content: "\e8a7"
}

.eicon-check-circle:before {
    content: "\e8a8"
}

.eicon-library-save:before {
    content: "\e8a9"
}

.eicon-library-download:before {
    content: "\e8aa"
}

.eicon-insert:before {
    content: "\e8ab"
}

.eicon-preview-medium:before {
    content: "\e8ac"
}

.eicon-sort-down:before {
    content: "\e8ad"
}

.eicon-sort-up:before {
    content: "\e8ae"
}

.eicon-heading:before {
    content: "\e8af"
}

.eicon-logo:before {
    content: "\e8b0"
}

.eicon-meta-data:before {
    content: "\e8b1"
}

.eicon-post-content:before {
    content: "\e8b2"
}

.eicon-post-excerpt:before {
    content: "\e8b3"
}

.eicon-post-navigation:before {
    content: "\e8b4"
}

.eicon-yoast:before {
    content: "\e8b5"
}

.eicon-nerd-chuckle:before {
    content: "\e8b6"
}

.eicon-nerd-wink:before {
    content: "\e8b7"
}

.eicon-comments:before {
    content: "\e8b8"
}

.eicon-download-circle-o:before {
    content: "\e8b9"
}

.eicon-library-upload:before {
    content: "\e8ba"
}

.eicon-save-o:before {
    content: "\e8bb"
}

.eicon-upload-circle-o:before {
    content: "\e8bc"
}

.eicon-ellipsis-h:before {
    content: "\e8bd"
}

.eicon-ellipsis-v:before {
    content: "\e8be"
}

.eicon-arrow-left:before {
    content: "\e8bf"
}

.eicon-arrow-right:before {
    content: "\e8c0"
}

.eicon-arrow-up:before {
    content: "\e8c1"
}

.eicon-arrow-down:before {
    content: "\e8c2"
}

.eicon-play-o:before {
    content: "\e8c3"
}

.eicon-archive-posts:before {
    content: "\e8c4"
}

.eicon-archive-title:before {
    content: "\e8c5"
}

.eicon-featured-image:before {
    content: "\e8c6"
}

.eicon-post-info:before {
    content: "\e8c7"
}

.eicon-post-title:before {
    content: "\e8c8"
}

.eicon-site-logo:before {
    content: "\e8c9"
}

.eicon-site-search:before {
    content: "\e8ca"
}

.eicon-site-title:before {
    content: "\e8cb"
}

.eicon-plus-square:before {
    content: "\e8cc"
}

.eicon-minus-square:before {
    content: "\e8cd"
}

.eicon-cloud-check:before {
    content: "\e8ce"
}

.eicon-drag-n-drop:before {
    content: "\e8cf"
}

.eicon-welcome:before {
    content: "\e8d0"
}

.eicon-handle:before {
    content: "\e8d1"
}

.eicon-cart:before {
    content: "\e8d2"
}

.eicon-product-add-to-cart:before {
    content: "\e8d3"
}

.eicon-product-breadcrumbs:before {
    content: "\e8d4"
}

.eicon-product-categories:before {
    content: "\e8d5"
}

.eicon-product-description:before {
    content: "\e8d6"
}

.eicon-product-images:before {
    content: "\e8d7"
}

.eicon-product-info:before {
    content: "\e8d8"
}

.eicon-product-meta:before {
    content: "\e8d9"
}

.eicon-product-pages:before {
    content: "\e8da"
}

.eicon-product-price:before {
    content: "\e8db"
}

.eicon-product-rating:before {
    content: "\e8dc"
}

.eicon-product-related:before {
    content: "\e8dd"
}

.eicon-product-stock:before {
    content: "\e8de"
}

.eicon-product-tabs:before {
    content: "\e8df"
}

.eicon-product-title:before {
    content: "\e8e0"
}

.eicon-product-upsell:before {
    content: "\e8e1"
}

.eicon-products:before {
    content: "\e8e2"
}

.eicon-bag-light:before {
    content: "\e8e3"
}

.eicon-bag-medium:before {
    content: "\e8e4"
}

.eicon-bag-solid:before {
    content: "\e8e5"
}

.eicon-basket-light:before {
    content: "\e8e6"
}

.eicon-basket-medium:before {
    content: "\e8e7"
}

.eicon-basket-solid:before {
    content: "\e8e8"
}

.eicon-cart-light:before {
    content: "\e8e9"
}

.eicon-cart-medium:before {
    content: "\e8ea"
}

.eicon-cart-solid:before {
    content: "\e8eb"
}

.eicon-exchange:before {
    content: "\e8ec"
}

.eicon-preview-thin:before {
    content: "\e8ed"
}

.eicon-device-laptop:before {
    content: "\e8ee"
}

.eicon-collapse:before {
    content: "\e8ef"
}

.eicon-expand:before {
    content: "\e8f0"
}

.eicon-navigator:before {
    content: "\e8f1"
}

.eicon-plug:before {
    content: "\e8f2"
}

.eicon-dashboard:before {
    content: "\e8f3"
}

.eicon-typography:before {
    content: "\e8f4"
}

.eicon-info-circle-o:before {
    content: "\e8f5"
}

.eicon-integration:before {
    content: "\e8f6"
}

.eicon-plus-circle-o:before {
    content: "\e8f7"
}

.eicon-rating:before {
    content: "\e8f8"
}

.eicon-review:before {
    content: "\e8f9"
}

.eicon-tools:before {
    content: "\e8fa"
}

.eicon-loading:before {
    content: "\e8fb"
}

.eicon-sitemap:before {
    content: "\e8fc"
}

.eicon-click:before {
    content: "\e8fd"
}

.eicon-clock:before {
    content: "\e8fe"
}

.eicon-library-open:before {
    content: "\e8ff"
}

.eicon-warning:before {
    content: "\e900"
}

.eicon-flow:before {
    content: "\e901"
}

.eicon-cursor-move:before {
    content: "\e902"
}

.eicon-arrow-circle-left:before {
    content: "\e903"
}

.eicon-flash:before {
    content: "\e904"
}

.eicon-redo:before {
    content: "\e905"
}

.eicon-ban:before {
    content: "\e906"
}

.eicon-barcode:before {
    content: "\e907"
}

.eicon-calendar:before {
    content: "\e908"
}

.eicon-caret-left:before {
    content: "\e909"
}

.eicon-caret-right:before {
    content: "\e90a"
}

.eicon-caret-up:before {
    content: "\e90b"
}

.eicon-chain-broken:before {
    content: "\e90c"
}

.eicon-check-circle-o:before {
    content: "\e90d"
}

.eicon-check:before {
    content: "\e90e"
}

.eicon-chevron-double-left:before {
    content: "\e90f"
}

.eicon-chevron-double-right:before {
    content: "\e910"
}

.eicon-undo:before {
    content: "\e911"
}

.eicon-filter:before {
    content: "\e912"
}

.eicon-circle-o:before {
    content: "\e913"
}

.eicon-circle:before {
    content: "\e914"
}

.eicon-clock-o:before {
    content: "\e915"
}

.eicon-cog:before {
    content: "\e916"
}

.eicon-cogs:before {
    content: "\e917"
}

.eicon-commenting-o:before {
    content: "\e918"
}

.eicon-copy:before {
    content: "\e919"
}

.eicon-database:before {
    content: "\e91a"
}

.eicon-dot-circle-o:before {
    content: "\e91b"
}

.eicon-envelope:before {
    content: "\e91c"
}

.eicon-external-link-square:before {
    content: "\e91d"
}

.eicon-eyedropper:before {
    content: "\e91e"
}

.eicon-folder:before {
    content: "\e91f"
}

.eicon-font:before {
    content: "\e920"
}

.eicon-adjust:before {
    content: "\e921"
}

.eicon-lightbox:before {
    content: "\e922"
}

.eicon-heart-o:before {
    content: "\e923"
}

.eicon-history:before {
    content: "\e924"
}

.eicon-image-bold:before {
    content: "\e925"
}

.eicon-info-circle:before {
    content: "\e926"
}

.eicon-link:before {
    content: "\e927"
}

.eicon-long-arrow-left:before {
    content: "\e928"
}

.eicon-long-arrow-right:before {
    content: "\e929"
}

.eicon-caret-down:before {
    content: "\e92a"
}

.eicon-paint-brush:before {
    content: "\e92b"
}

.eicon-pencil:before {
    content: "\e92c"
}

.eicon-plus-circle:before {
    content: "\e92d"
}

.eicon-zoom-in-bold:before {
    content: "\e92e"
}

.eicon-sort-amount-desc:before {
    content: "\e92f"
}

.eicon-sign-out:before {
    content: "\e930"
}

.eicon-spinner:before {
    content: "\e931"
}

.eicon-square:before {
    content: "\e932"
}

.eicon-star-o:before {
    content: "\e933"
}

.eicon-star:before {
    content: "\e934"
}

.eicon-text-align-justify:before {
    content: "\e935"
}

.eicon-text-align-center:before {
    content: "\e936"
}

.eicon-tags:before {
    content: "\e937"
}

.eicon-text-align-left:before {
    content: "\e938"
}

.eicon-text-align-right:before {
    content: "\e939"
}

.eicon-close-circle:before {
    content: "\e93a"
}

.eicon-trash-o:before {
    content: "\e93b"
}

.eicon-font-awesome:before {
    content: "\e93c"
}

.eicon-user-circle-o:before {
    content: "\e93d"
}

.eicon-video-camera:before {
    content: "\e93e"
}

.eicon-heart:before {
    content: "\e93f"
}

.eicon-wrench:before {
    content: "\e940"
}

.eicon-help:before {
    content: "\e941"
}

.eicon-help-o:before {
    content: "\e942"
}

.eicon-zoom-out-bold:before {
    content: "\e943"
}

.eicon-plus-square-o:before {
    content: "\e944"
}

.eicon-minus-square-o:before {
    content: "\e945"
}

.eicon-minus-circle:before {
    content: "\e946"
}

.eicon-minus-circle-o:before {
    content: "\e947"
}

.eicon-code-bold:before {
    content: "\e948"
}

.eicon-cloud-upload:before {
    content: "\e949"
}

.eicon-search-bold:before {
    content: "\e94a"
}

.eicon-map-pin:before {
    content: "\e94b"
}

.eicon-meetup:before {
    content: "\e94c"
}

.eicon-slideshow:before {
    content: "\e94d"
}

.eicon-t-letter-bold:before {
    content: "\e94e"
}

.eicon-preferences:before {
    content: "\e94f"
}

.eicon-table-of-contents:before {
    content: "\e950"
}

.eicon-tv:before {
    content: "\e951"
}

.eicon-upload:before {
    content: "\e952"
}

.eicon-instagram-comments:before {
    content: "\e953"
}

.eicon-instagram-nested-gallery:before {
    content: "\e954"
}

.eicon-instagram-post:before {
    content: "\e955"
}

.eicon-instagram-video:before {
    content: "\e956"
}

.eicon-instagram-gallery:before {
    content: "\e957"
}

.eicon-instagram-likes:before {
    content: "\e958"
}

.eicon-facebook:before {
    content: "\e959"
}

.eicon-twitter:before {
    content: "\e95a"
}

.eicon-pinterest:before {
    content: "\e95b"
}

.eicon-frame-expand:before {
    content: "\e95c"
}

.eicon-frame-minimize:before {
    content: "\e95d"
}

.eicon-archive:before {
    content: "\e95e"
}

.eicon-colors-typography:before {
    content: "\e95f"
}

.eicon-custom:before {
    content: "\e960"
}

.eicon-footer:before {
    content: "\e961"
}

.eicon-header:before {
    content: "\e962"
}

.eicon-layout-settings:before {
    content: "\e963"
}

.eicon-lightbox-expand:before {
    content: "\e964"
}

.eicon-error-404:before {
    content: "\e965"
}

.eicon-theme-style:before {
    content: "\e966"
}

.eicon-search-results:before {
    content: "\e967"
}

.eicon-single-post:before {
    content: "\e968"
}

.eicon-site-identity:before {
    content: "\e969"
}

.eicon-theme-builder:before {
    content: "\e96a"
}

.eicon-download-bold:before {
    content: "\e96b"
}

.eicon-share-arrow:before {
    content: "\e96c"
}

.eicon-global-settings:before {
    content: "\e96d"
}

.eicon-user-preferences:before {
    content: "\e96e"
}

.eicon-lock:before {
    content: "\e96f"
}

.eicon-export-kit:before {
    content: "\e970"
}

.eicon-import-kit:before {
    content: "\e971"
}

.eicon-lottie:before {
    content: "\e972"
}

.eicon-products-archive:before {
    content: "\e973"
}

.eicon-single-product:before {
    content: "\e974"
}

.eicon-disable-trash-o:before {
    content: "\e975"
}

.eicon-single-page:before {
    content: "\e976"
}

.eicon-wordpress-light:before {
    content: "\e977"
}

.eicon-cogs-check:before {
    content: "\e978"
}

.eicon-custom-css:before {
    content: "\e979"
}

.eicon-global-colors:before {
    content: "\e97a"
}

.eicon-globe:before {
    content: "\e97b"
}

.eicon-typography-1:before {
    content: "\e97c"
}

.eicon-background:before {
    content: "\e97d"
}

.eicon-device-responsive:before {
    content: "\e97e"
}

.eicon-device-wide:before {
    content: "\e97f"
}

.eicon-code-highlight:before {
    content: "\e980"
}

.eicon-video-playlist:before {
    content: "\e981"
}

.eicon-download-kit:before {
    content: "\e982"
}

.eicon-kit-details:before {
    content: "\e983"
}

.eicon-kit-parts:before {
    content: "\e984"
}

.eicon-kit-upload:before {
    content: "\e985"
}

.eicon-kit-plugins:before {
    content: "\e986"
}

.eicon-kit-upload-alt:before {
    content: "\e987"
}

.eicon-hotspot:before {
    content: "\e988"
}

.eicon-paypal-button:before {
    content: "\e989"
}

.eicon-shape:before {
    content: "\e98a"
}

.eicon-wordart:before {
    content: "\e98b"
}

.eicon-checkout:before {
    content: "\e98c"
}

.eicon-container:before {
    content: "\e98d"
}

.eicon-flip:before {
    content: "\e98e"
}

.eicon-info:before {
    content: "\e98f"
}

.eicon-my-account:before {
    content: "\e990"
}

.eicon-purchase-summary:before {
    content: "\e991"
}

.eicon-page-transition:before {
    content: "\e992"
}

.eicon-spotify:before {
    content: "\e993"
}

.eicon-stripe-button:before {
    content: "\e994"
}

.eicon-woo-settings:before {
    content: "\e995"
}

.eicon-woo-cart:before {
    content: "\e996"
}

.eicon-grow:before {
    content: "\e997"
}

.eicon-order-end:before {
    content: "\e998"
}

.eicon-nowrap:before {
    content: "\e999"
}

.eicon-order-start:before {
    content: "\e99a"
}

.eicon-progress-tracker:before {
    content: "\e99b"
}

.eicon-shrink:before {
    content: "\e99c"
}

.eicon-wrap:before {
    content: "\e99d"
}

.eicon-align-center-h:before {
    content: "\e99e"
}

.eicon-align-center-v:before {
    content: "\e99f"
}

.eicon-align-end-h:before {
    content: "\e9a0"
}

.eicon-align-end-v:before {
    content: "\e9a1"
}

.eicon-align-start-h:before {
    content: "\e9a2"
}

.eicon-align-start-v:before {
    content: "\e9a3"
}

.eicon-align-stretch-h:before {
    content: "\e9a4"
}

.eicon-align-stretch-v:before {
    content: "\e9a5"
}

.eicon-justify-center-h:before {
    content: "\e9a6"
}

.eicon-justify-center-v:before {
    content: "\e9a7"
}

.eicon-justify-end-h:before {
    content: "\e9a8"
}

.eicon-justify-end-v:before {
    content: "\e9a9"
}

.eicon-justify-space-around-h:before {
    content: "\e9aa"
}

.eicon-justify-space-around-v:before {
    content: "\e9ab"
}

.eicon-justify-space-between-h:before {
    content: "\e9ac"
}

.eicon-justify-space-between-v:before {
    content: "\e9ad"
}

.eicon-justify-space-evenly-h:before {
    content: "\e9ae"
}

.eicon-justify-space-evenly-v:before {
    content: "\e9af"
}

.eicon-justify-start-h:before {
    content: "\e9b0"
}

.eicon-justify-start-v:before {
    content: "\e9b1"
}

.eicon-woocommerce-cross-sells:before {
    content: "\e9b2"
}

.eicon-woocommerce-notices:before {
    content: "\e9b3"
}

.eicon-inner-container:before {
    content: "\e9b4"
}

.eicon-warning-full:before {
    content: "\e9b5"
}

.eicon-exit:before {
    content: "\e9b6"
}

.eicon-loop-builder:before {
    content: "\e9b7"
}

.eicon-notes:before {
    content: "\e9b8"
}

.eicon-read:before {
    content: "\e9b9"
}

.eicon-unread:before {
    content: "\e9ba"
}

.eicon-carousel-loop:before {
    content: "\e9bb"
}

.eicon-mega-menu:before {
    content: "\eb78"
}

.eicon-nested-carousel:before {
    content: "\e9bd"
}

.eicon-ai:before {
    content: "\e9be"
}

.eicon-taxonomy-filter:before {
    content: "\eb7d"
}

.eicon-container-grid:before {
    content: "\ef02"
}

.eicon-upgrade:before {
    content: "\e9c1"
}

.eicon-advanced:before {
    content: "\eb84"
}

.eicon-notification:before {
    content: "\e9c3"
}

.eicon-light-mode:before {
    content: "\e9c4"
}

.eicon-dark-mode:before {
    content: "\e9c5"
}

.eicon-upgrade-crown:before {
    content: "\e9c6"
}

.eicon-eye:before {
    content: "\e8ac"
}

.eicon-elementor-square:before {
    content: "\e813"
}

/*! elementor - v3.21.0 - 30-04-2024 */
@charset "UTF-8";.dialog-widget-content {
    background-color: var(--e-a-bg-default);
    position: absolute;
    border-radius: 3px;
    box-shadow: 2px 8px 23px 3px rgba(0,0,0,.2);
    overflow: hidden
}

.dialog-message {
    line-height: 1.5;
    box-sizing: border-box
}

.dialog-close-button {
    cursor: pointer;
    position: absolute;
    margin-block-start:15px;right: 15px;
    color: var(--e-a-color-txt);
    font-size: 15px;
    line-height: 1;
    transition: var(--e-a-transition-hover)
}

.dialog-close-button:hover {
    color: var(--e-a-color-txt-hover)
}

.dialog-prevent-scroll {
    overflow: hidden;
    max-height: 100vh
}

.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;
    user-select: none
}

.elementor-editor-active .elementor-popup-modal {
    background-color: initial
}

.dialog-type-alert .dialog-widget-content,.dialog-type-confirm .dialog-widget-content {
    margin: auto;
    width: 400px;
    padding: 20px
}

.dialog-type-alert .dialog-header,.dialog-type-confirm .dialog-header {
    font-size: 15px;
    font-weight: 500
}

.dialog-type-alert .dialog-header:after,.dialog-type-confirm .dialog-header:after {
    content: "";
    display: block;
    border-block-end:var(--e-a-border);padding-block-end: 10px;
    margin-block-end:10px;margin-inline-start:-20px;margin-inline-end:-20px}

.dialog-type-alert .dialog-message,.dialog-type-confirm .dialog-message {
    min-height: 50px
}

.dialog-type-alert .dialog-buttons-wrapper,.dialog-type-confirm .dialog-buttons-wrapper {
    padding-block-start:10px;display: flex;
    justify-content: flex-end;
    gap: 15px
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    padding: 8px 16px;
    outline: none;
    border: none;
    border-radius: var(--e-a-border-radius);
    background-color: var(--e-a-btn-bg);
    color: var(--e-a-btn-color-invert);
    transition: var(--e-a-transition-hover)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover {
    border: none
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover {
    background-color: var(--e-a-btn-bg-hover);
    color: var(--e-a-btn-color-invert)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:active,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:active {
    background-color: var(--e-a-btn-bg-active)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:not([disabled]),.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not([disabled]) {
    cursor: pointer
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:disabled,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:disabled {
    background-color: var(--e-a-btn-bg-disabled);
    color: var(--e-a-btn-color-disabled)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon {
    display: none
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt {
    background: transparent;
    color: var(--e-a-color-txt)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:hover {
    background: var(--e-a-bg-hover);
    color: var(--e-a-color-txt-hover)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:disabled,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:disabled {
    background: transparent;
    color: var(--e-a-color-txt-disabled)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt-border,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt-border {
    border: 1px solid var(--e-a-color-txt-muted)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success {
    background-color: var(--e-a-btn-bg-success)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success:hover {
    background-color: var(--e-a-btn-bg-success-hover)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary {
    background-color: var(--e-a-btn-bg-primary);
    color: var(--e-a-btn-color)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary:hover {
    background-color: var(--e-a-btn-bg-primary-hover);
    color: var(--e-a-btn-color)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt {
    background: transparent;
    color: var(--e-a-color-primary-bold)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:hover {
    background: var(--e-a-bg-primary)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro {
    background-color: var(--e-a-btn-bg-accent)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:hover {
    background-color: var(--e-a-btn-bg-accent-hover)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:active,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:active,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:active,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:active {
    background-color: var(--e-a-btn-bg-accent-active)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info {
    background-color: var(--e-a-btn-bg-info)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info:hover {
    background-color: var(--e-a-btn-bg-info-hover)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning {
    background-color: var(--e-a-btn-bg-warning)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning:hover {
    background-color: var(--e-a-btn-bg-warning-hover)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger {
    background-color: var(--e-a-btn-bg-danger)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover {
    background-color: var(--e-a-btn-bg-danger-hover)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button i,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button i {
    margin-inline-end:5px}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button:visited,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:visited {
    color: initial
}

.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-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
}

.e-logo-wrapper {
    background: var(--e-a-bg-logo);
    display: inline-block;
    padding: .75em;
    border-radius: 50%;
    line-height: 1
}

.e-logo-wrapper i {
    color: var(--e-a-color-logo);
    font-size: 1em
}

.elementor *,.elementor :after,.elementor :before {
    box-sizing: border-box
}

.elementor a {
    box-shadow: none;
    text-decoration: none
}

.elementor hr {
    margin: 0;
    background-color: transparent
}

.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none
}

.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) 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-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 {
    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%;
    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%;
    background-size: cover
}

.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute {
    position: absolute
}

.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.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 {
    --flex-direction: initial;
    --flex-wrap: initial;
    --justify-content: initial;
    --align-items: initial;
    --align-content: initial;
    --gap: initial;
    --flex-basis: initial;
    --flex-grow: initial;
    --flex-shrink: initial;
    --order: initial;
    --align-self: initial;
    flex-basis: var(--flex-basis);
    flex-grow: var(--flex-grow);
    flex-shrink: var(--flex-shrink);
    order: var(--order);
    align-self: var(--align-self)
}

.elementor-element.elementor-absolute,.elementor-element.elementor-fixed {
    z-index: 1
}

.elementor-element:where(.e-con-full,.elementor-widget) {
    flex-direction: var(--flex-direction);
    flex-wrap: var(--flex-wrap);
    justify-content: var(--justify-content);
    align-items: var(--align-items);
    align-content: var(--align-content);
    gap: var(--gap)
}

.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%;
    transform: translate(-50%,-50%)
}

.elementor-custom-embed-play i {
    font-size: 100px;
    color: #fff;
    text-shadow: 1px 0 6px rgba(0,0,0,.3)
}

.elementor-custom-embed-play svg {
    height: 100px;
    width: 100px;
    fill: #fff;
    filter: drop-shadow(1px 0 6px rgba(0,0,0,.3))
}

.elementor-custom-embed-play i,.elementor-custom-embed-play svg {
    opacity: .8;
    transition: all .5s
}

.elementor-custom-embed-play.elementor-playing i {
    font-family: eicons
}

.elementor-custom-embed-play.elementor-playing i:before {
    content: "\e8fb"
}

.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg {
    animation: eicon-spin 2s linear infinite
}

.elementor-tag {
    display: inline-flex
}

.elementor-ken-burns {
    transition-property: transform;
    transition-duration: 10s;
    transition-timing-function: linear
}

.elementor-ken-burns--out {
    transform: scale(1.3)
}

.elementor-ken-burns--active {
    transition-duration: 20s
}

.elementor-ken-burns--active.elementor-ken-burns--out {
    transform: scale(1)
}

.elementor-ken-burns--active.elementor-ken-burns--in {
    transform: scale(1.3)
}

@media (min-width: -1) {
    .elementor-widescreen-align-center {
        text-align:center
    }

    .elementor-widescreen-align-center .elementor-button {
        width: auto
    }

    .elementor-widescreen-align-right {
        text-align: right
    }

    .elementor-widescreen-align-right .elementor-button {
        width: auto
    }

    .elementor-widescreen-align-left {
        text-align: left
    }

    .elementor-widescreen-align-left .elementor-button {
        width: auto
    }

    .elementor-widescreen-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width: -1) {
    .elementor-laptop-align-center {
        text-align:center
    }

    .elementor-laptop-align-center .elementor-button {
        width: auto
    }

    .elementor-laptop-align-right {
        text-align: right
    }

    .elementor-laptop-align-right .elementor-button {
        width: auto
    }

    .elementor-laptop-align-left {
        text-align: left
    }

    .elementor-laptop-align-left .elementor-button {
        width: auto
    }

    .elementor-laptop-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width: -1) {
    .elementor-tablet_extra-align-center {
        text-align:center
    }

    .elementor-tablet_extra-align-center .elementor-button {
        width: auto
    }

    .elementor-tablet_extra-align-right {
        text-align: right
    }

    .elementor-tablet_extra-align-right .elementor-button {
        width: auto
    }

    .elementor-tablet_extra-align-left {
        text-align: left
    }

    .elementor-tablet_extra-align-left .elementor-button {
        width: auto
    }

    .elementor-tablet_extra-align-justify .elementor-button {
        width: 100%
    }
}

@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: -1) {
    .elementor-mobile_extra-align-center {
        text-align:center
    }

    .elementor-mobile_extra-align-center .elementor-button {
        width: auto
    }

    .elementor-mobile_extra-align-right {
        text-align: right
    }

    .elementor-mobile_extra-align-right .elementor-button {
        width: auto
    }

    .elementor-mobile_extra-align-left {
        text-align: left
    }

    .elementor-mobile_extra-align-left .elementor-button {
        width: auto
    }

    .elementor-mobile_extra-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%
    }
}

:root {
    --page-title-display: block
}

.elementor-page-title,h1.entry-title {
    display: var(--page-title-display)
}

@keyframes eicon-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

.eicon-animation-spin {
    animation: eicon-spin 2s linear infinite
}

.elementor-section {
    position: relative
}

.elementor-section .elementor-container {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative
}

@media (max-width: 1024px) {
    .elementor-section .elementor-container {
        flex-wrap:wrap
    }
}

.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 {
    align-items: flex-start
}

.elementor-section.elementor-section-items-middle>.elementor-container {
    align-items: center
}

.elementor-section.elementor-section-items-bottom>.elementor-container {
    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-column>.elementor-widget-wrap {
    align-items: flex-start
}

.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap {
    align-items: center
}

.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap {
    align-items: flex-end
}

.elementor-row {
    width: 100%;
    display: flex
}

@media (max-width: 1024px) {
    .elementor-row {
        flex-wrap:wrap
    }
}

.elementor-widget-wrap {
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
    display: flex
}

.elementor-widget-wrap>.elementor-element {
    width: 100%
}

.elementor-widget-wrap.e-swiper-container {
    width: calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))
}

.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: flex
}

.elementor-column-wrap {
    width: 100%;
    position: relative;
    display: flex
}

.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated {
    padding: 5px
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 10px
}

.elementor-column-gap-extended>.elementor-column>.elementor-element-populated {
    padding: 15px
}

.elementor-column-gap-wide>.elementor-column>.elementor-element-populated {
    padding: 20px
}

.elementor-column-gap-wider>.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: -1) {
    .elementor-reverse-widescreen>.elementor-container>:first-child {
        order:10
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width: 1025px) and (max-width:-1) {
    .elementor-reverse-laptop>.elementor-container>:first-child {
        order:10
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width: -1) and (max-width:-1) {
    .elementor-reverse-laptop>.elementor-container>:first-child {
        order:10
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width: 1025px) and (max-width:-1) {
    .elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9),.elementor-reverse-laptop>.elementor-container>:nth-child(10) {
        order:0
    }

    .elementor-reverse-tablet_extra>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width: 768px) and (max-width:1024px) {
    .elementor-reverse-tablet>.elementor-container>:first-child {
        order:10
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width: -1) and (max-width:1024px) {
    .elementor-reverse-tablet>.elementor-container>:first-child {
        order:10
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width: 768px) and (max-width:-1) {
    .elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9),.elementor-reverse-tablet>.elementor-container>:nth-child(10) {
        order:0
    }

    .elementor-reverse-mobile_extra>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (max-width: 767px) {
    .elementor-reverse-mobile>.elementor-container>:first-child {
        order:10
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(10) {
        order: 1
    }

    .elementor-column {
        width: 100%
    }
}

ul.elementor-icon-list-items.elementor-inline-items {
    display: flex;
    flex-wrap: wrap
}

ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item {
    word-break: break-word
}

.elementor-grid {
    display: grid;
    grid-column-gap: var(--grid-column-gap);
    grid-row-gap: var(--grid-row-gap)
}

.elementor-grid .elementor-grid-item {
    min-width: 0
}

.elementor-grid-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap))
}

.elementor-grid-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word
}

.elementor-grid-1 .elementor-grid {
    grid-template-columns: repeat(1,1fr)
}

.elementor-grid-2 .elementor-grid {
    grid-template-columns: repeat(2,1fr)
}

.elementor-grid-3 .elementor-grid {
    grid-template-columns: repeat(3,1fr)
}

.elementor-grid-4 .elementor-grid {
    grid-template-columns: repeat(4,1fr)
}

.elementor-grid-5 .elementor-grid {
    grid-template-columns: repeat(5,1fr)
}

.elementor-grid-6 .elementor-grid {
    grid-template-columns: repeat(6,1fr)
}

.elementor-grid-7 .elementor-grid {
    grid-template-columns: repeat(7,1fr)
}

.elementor-grid-8 .elementor-grid {
    grid-template-columns: repeat(8,1fr)
}

.elementor-grid-9 .elementor-grid {
    grid-template-columns: repeat(9,1fr)
}

.elementor-grid-10 .elementor-grid {
    grid-template-columns: repeat(10,1fr)
}

.elementor-grid-11 .elementor-grid {
    grid-template-columns: repeat(11,1fr)
}

.elementor-grid-12 .elementor-grid {
    grid-template-columns: repeat(12,1fr)
}

@media (min-width: -1) {
    .elementor-grid-widescreen-0 .elementor-grid {
        display:inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-widescreen-1 .elementor-grid {
        grid-template-columns: repeat(1,1fr)
    }

    .elementor-grid-widescreen-2 .elementor-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .elementor-grid-widescreen-3 .elementor-grid {
        grid-template-columns: repeat(3,1fr)
    }

    .elementor-grid-widescreen-4 .elementor-grid {
        grid-template-columns: repeat(4,1fr)
    }

    .elementor-grid-widescreen-5 .elementor-grid {
        grid-template-columns: repeat(5,1fr)
    }

    .elementor-grid-widescreen-6 .elementor-grid {
        grid-template-columns: repeat(6,1fr)
    }

    .elementor-grid-widescreen-7 .elementor-grid {
        grid-template-columns: repeat(7,1fr)
    }

    .elementor-grid-widescreen-8 .elementor-grid {
        grid-template-columns: repeat(8,1fr)
    }

    .elementor-grid-widescreen-9 .elementor-grid {
        grid-template-columns: repeat(9,1fr)
    }

    .elementor-grid-widescreen-10 .elementor-grid {
        grid-template-columns: repeat(10,1fr)
    }

    .elementor-grid-widescreen-11 .elementor-grid {
        grid-template-columns: repeat(11,1fr)
    }

    .elementor-grid-widescreen-12 .elementor-grid {
        grid-template-columns: repeat(12,1fr)
    }
}

@media (max-width: -1) {
    .elementor-grid-laptop-0 .elementor-grid {
        display:inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .elementor-grid-laptop-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-laptop-1 .elementor-grid {
        grid-template-columns: repeat(1,1fr)
    }

    .elementor-grid-laptop-2 .elementor-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .elementor-grid-laptop-3 .elementor-grid {
        grid-template-columns: repeat(3,1fr)
    }

    .elementor-grid-laptop-4 .elementor-grid {
        grid-template-columns: repeat(4,1fr)
    }

    .elementor-grid-laptop-5 .elementor-grid {
        grid-template-columns: repeat(5,1fr)
    }

    .elementor-grid-laptop-6 .elementor-grid {
        grid-template-columns: repeat(6,1fr)
    }

    .elementor-grid-laptop-7 .elementor-grid {
        grid-template-columns: repeat(7,1fr)
    }

    .elementor-grid-laptop-8 .elementor-grid {
        grid-template-columns: repeat(8,1fr)
    }

    .elementor-grid-laptop-9 .elementor-grid {
        grid-template-columns: repeat(9,1fr)
    }

    .elementor-grid-laptop-10 .elementor-grid {
        grid-template-columns: repeat(10,1fr)
    }

    .elementor-grid-laptop-11 .elementor-grid {
        grid-template-columns: repeat(11,1fr)
    }

    .elementor-grid-laptop-12 .elementor-grid {
        grid-template-columns: repeat(12,1fr)
    }
}

@media (max-width: -1) {
    .elementor-grid-tablet_extra-0 .elementor-grid {
        display:inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-tablet_extra-1 .elementor-grid {
        grid-template-columns: repeat(1,1fr)
    }

    .elementor-grid-tablet_extra-2 .elementor-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .elementor-grid-tablet_extra-3 .elementor-grid {
        grid-template-columns: repeat(3,1fr)
    }

    .elementor-grid-tablet_extra-4 .elementor-grid {
        grid-template-columns: repeat(4,1fr)
    }

    .elementor-grid-tablet_extra-5 .elementor-grid {
        grid-template-columns: repeat(5,1fr)
    }

    .elementor-grid-tablet_extra-6 .elementor-grid {
        grid-template-columns: repeat(6,1fr)
    }

    .elementor-grid-tablet_extra-7 .elementor-grid {
        grid-template-columns: repeat(7,1fr)
    }

    .elementor-grid-tablet_extra-8 .elementor-grid {
        grid-template-columns: repeat(8,1fr)
    }

    .elementor-grid-tablet_extra-9 .elementor-grid {
        grid-template-columns: repeat(9,1fr)
    }

    .elementor-grid-tablet_extra-10 .elementor-grid {
        grid-template-columns: repeat(10,1fr)
    }

    .elementor-grid-tablet_extra-11 .elementor-grid {
        grid-template-columns: repeat(11,1fr)
    }

    .elementor-grid-tablet_extra-12 .elementor-grid {
        grid-template-columns: repeat(12,1fr)
    }
}

@media (max-width: 1024px) {
    .elementor-grid-tablet-0 .elementor-grid {
        display:inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .elementor-grid-tablet-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-tablet-1 .elementor-grid {
        grid-template-columns: repeat(1,1fr)
    }

    .elementor-grid-tablet-2 .elementor-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .elementor-grid-tablet-3 .elementor-grid {
        grid-template-columns: repeat(3,1fr)
    }

    .elementor-grid-tablet-4 .elementor-grid {
        grid-template-columns: repeat(4,1fr)
    }

    .elementor-grid-tablet-5 .elementor-grid {
        grid-template-columns: repeat(5,1fr)
    }

    .elementor-grid-tablet-6 .elementor-grid {
        grid-template-columns: repeat(6,1fr)
    }

    .elementor-grid-tablet-7 .elementor-grid {
        grid-template-columns: repeat(7,1fr)
    }

    .elementor-grid-tablet-8 .elementor-grid {
        grid-template-columns: repeat(8,1fr)
    }

    .elementor-grid-tablet-9 .elementor-grid {
        grid-template-columns: repeat(9,1fr)
    }

    .elementor-grid-tablet-10 .elementor-grid {
        grid-template-columns: repeat(10,1fr)
    }

    .elementor-grid-tablet-11 .elementor-grid {
        grid-template-columns: repeat(11,1fr)
    }

    .elementor-grid-tablet-12 .elementor-grid {
        grid-template-columns: repeat(12,1fr)
    }
}

@media (max-width: -1) {
    .elementor-grid-mobile_extra-0 .elementor-grid {
        display:inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-mobile_extra-1 .elementor-grid {
        grid-template-columns: repeat(1,1fr)
    }

    .elementor-grid-mobile_extra-2 .elementor-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .elementor-grid-mobile_extra-3 .elementor-grid {
        grid-template-columns: repeat(3,1fr)
    }

    .elementor-grid-mobile_extra-4 .elementor-grid {
        grid-template-columns: repeat(4,1fr)
    }

    .elementor-grid-mobile_extra-5 .elementor-grid {
        grid-template-columns: repeat(5,1fr)
    }

    .elementor-grid-mobile_extra-6 .elementor-grid {
        grid-template-columns: repeat(6,1fr)
    }

    .elementor-grid-mobile_extra-7 .elementor-grid {
        grid-template-columns: repeat(7,1fr)
    }

    .elementor-grid-mobile_extra-8 .elementor-grid {
        grid-template-columns: repeat(8,1fr)
    }

    .elementor-grid-mobile_extra-9 .elementor-grid {
        grid-template-columns: repeat(9,1fr)
    }

    .elementor-grid-mobile_extra-10 .elementor-grid {
        grid-template-columns: repeat(10,1fr)
    }

    .elementor-grid-mobile_extra-11 .elementor-grid {
        grid-template-columns: repeat(11,1fr)
    }

    .elementor-grid-mobile_extra-12 .elementor-grid {
        grid-template-columns: repeat(12,1fr)
    }
}

@media (max-width: 767px) {
    .elementor-grid-mobile-0 .elementor-grid {
        display:inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .elementor-grid-mobile-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-mobile-1 .elementor-grid {
        grid-template-columns: repeat(1,1fr)
    }

    .elementor-grid-mobile-2 .elementor-grid {
        grid-template-columns: repeat(2,1fr)
    }

    .elementor-grid-mobile-3 .elementor-grid {
        grid-template-columns: repeat(3,1fr)
    }

    .elementor-grid-mobile-4 .elementor-grid {
        grid-template-columns: repeat(4,1fr)
    }

    .elementor-grid-mobile-5 .elementor-grid {
        grid-template-columns: repeat(5,1fr)
    }

    .elementor-grid-mobile-6 .elementor-grid {
        grid-template-columns: repeat(6,1fr)
    }

    .elementor-grid-mobile-7 .elementor-grid {
        grid-template-columns: repeat(7,1fr)
    }

    .elementor-grid-mobile-8 .elementor-grid {
        grid-template-columns: repeat(8,1fr)
    }

    .elementor-grid-mobile-9 .elementor-grid {
        grid-template-columns: repeat(9,1fr)
    }

    .elementor-grid-mobile-10 .elementor-grid {
        grid-template-columns: repeat(10,1fr)
    }

    .elementor-grid-mobile-11 .elementor-grid {
        grid-template-columns: repeat(11,1fr)
    }

    .elementor-grid-mobile-12 .elementor-grid {
        grid-template-columns: repeat(12,1fr)
    }
}

@media (min-width: 1025px) {
    #elementor-device-mode:after {
        content:"desktop"
    }
}

@media (min-width: -1) {
    #elementor-device-mode:after {
        content:"widescreen"
    }
}

@media (max-width: -1) {
    #elementor-device-mode:after {
        content:"laptop";
        content: "tablet_extra"
    }
}

@media (max-width: 1024px) {
    #elementor-device-mode:after {
        content:"tablet"
    }
}

@media (max-width: -1) {
    #elementor-device-mode:after {
        content:"mobile_extra"
    }
}

@media (max-width: 767px) {
    #elementor-device-mode:after {
        content:"mobile"
    }
}

.e-con {
    --border-radius: 0;
    --border-top-width: 0px;
    --border-right-width: 0px;
    --border-bottom-width: 0px;
    --border-left-width: 0px;
    --border-style: initial;
    --border-color: initial;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --content-width: min(100%,var(--container-max-width,1140px));
    --width: 100%;
    --min-height: initial;
    --height: auto;
    --text-align: initial;
    --margin-top: 0px;
    --margin-right: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --padding-top: var(--container-default-padding-top,10px);
    --padding-right: var(--container-default-padding-right,10px);
    --padding-bottom: var(--container-default-padding-bottom,10px);
    --padding-left: var(--container-default-padding-left,10px);
    --position: relative;
    --z-index: revert;
    --overflow: visible;
    --gap: var(--widgets-spacing,20px);
    --overlay-mix-blend-mode: initial;
    --overlay-opacity: 1;
    --overlay-transition: 0.3s;
    --e-con-grid-template-columns: repeat(3,1fr);
    --e-con-grid-template-rows: repeat(2,1fr);
    position: var(--position);
    width: var(--width);
    min-width: 0;
    min-height: var(--min-height);
    height: var(--height);
    border-radius: var(--border-radius);
    z-index: var(--z-index);
    overflow: var(--overflow);
    transition: background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s);
    margin-block-start:var(--margin-block-start);margin-inline-end: var(--margin-inline-end);
    margin-block-end:var(--margin-block-end);margin-inline-start: var(--margin-inline-start);
    padding-inline-start:var(--padding-inline-start);padding-inline-end: var(--padding-inline-end);
    --margin-block-start: var(--margin-top);
    --margin-block-end: var(--margin-bottom);
    --margin-inline-start: var(--margin-left);
    --margin-inline-end: var(--margin-right);
    --padding-inline-start: var(--padding-left);
    --padding-inline-end: var(--padding-right);
    --padding-block-start: var(--padding-top);
    --padding-block-end: var(--padding-bottom);
    --border-block-start-width: var(--border-top-width);
    --border-block-end-width: var(--border-bottom-width);
    --border-inline-start-width: var(--border-left-width);
    --border-inline-end-width: var(--border-right-width)
}

body.rtl .e-con {
    --padding-inline-start: var(--padding-right);
    --padding-inline-end: var(--padding-left);
    --margin-inline-start: var(--margin-right);
    --margin-inline-end: var(--margin-left);
    --border-inline-start-width: var(--border-right-width);
    --border-inline-end-width: var(--border-left-width)
}

.e-con.e-flex {
    --flex-direction: column;
    --flex-basis: auto;
    --flex-grow: 0;
    --flex-shrink: 1;
    flex: var(--flex-grow) var(--flex-shrink) var(--flex-basis)
}

.e-con-full,.e-con>.e-con-inner {
    text-align: var(--text-align);
    padding-block-start:var(--padding-block-start);padding-block-end: var(--padding-block-end)
}

.e-con-full.e-flex,.e-con.e-flex>.e-con-inner {
    flex-direction: var(--flex-direction)
}

.e-con,.e-con>.e-con-inner {
    display: var(--display)
}

.e-con.e-grid {
    --grid-justify-content: start;
    --grid-align-content: start;
    --grid-auto-flow: row
}

.e-con.e-grid,.e-con.e-grid>.e-con-inner {
    grid-template-columns: var(--e-con-grid-template-columns);
    grid-template-rows: var(--e-con-grid-template-rows);
    justify-content: var(--grid-justify-content);
    align-content: var(--grid-align-content);
    grid-auto-flow: var(--grid-auto-flow);
    justify-items: var(--justify-items);
    align-items: var(--align-items)
}

.e-con-boxed.e-flex {
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: normal;
    align-items: normal;
    align-content: normal
}

.e-con-boxed.e-grid {
    justify-items: legacy;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr
}

.e-con-boxed {
    text-align: initial;
    gap: initial
}

.e-con.e-flex>.e-con-inner {
    flex-wrap: var(--flex-wrap);
    justify-content: var(--justify-content);
    align-items: var(--align-items);
    align-content: var(--align-content);
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    align-self: auto
}

.e-con.e-grid>.e-con-inner {
    justify-items: var(--justify-items);
    align-items: var(--align-items)
}

.e-con>.e-con-inner {
    gap: var(--gap);
    width: 100%;
    max-width: var(--content-width);
    margin: 0 auto;
    padding-inline-start:0;padding-inline-end:0;height: 100%
}

:is(.elementor-section-wrap,[data-elementor-id])>.e-con {
    --margin-left: auto;
    --margin-right: auto;
    max-width: min(100%,var(--width))
}

.e-con .elementor-widget.elementor-widget {
    margin-block-end:0}

.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before {
    content: var(--background-overlay);
    display: block;
    position: absolute;
    mix-blend-mode: var(--overlay-mix-blend-mode);
    opacity: var(--overlay-opacity);
    transition: var(--overlay-transition,.3s);
    border-radius: var(--border-radius);
    border-style: var(--border-style);
    border-color: var(--border-color);
    border-block-start-width:var(--border-block-start-width);border-inline-end-width: var(--border-inline-end-width);
    border-block-end-width:var(--border-block-end-width);border-inline-start-width: var(--border-inline-start-width);
    top: calc(0px - var(--border-top-width));
    left: calc(0px - var(--border-left-width));
    width: max(100% + var(--border-left-width) + var(--border-right-width),100%);
    height: max(100% + var(--border-top-width) + var(--border-bottom-width),100%)
}

.e-con:before {
    transition: background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)
}

.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container {
    border-radius: var(--border-radius);
    border-style: var(--border-style);
    border-color: var(--border-color);
    border-block-start-width:var(--border-block-start-width);border-inline-end-width: var(--border-inline-end-width);
    border-block-end-width:var(--border-block-end-width);border-inline-start-width: var(--border-inline-start-width);
    top: calc(0px - var(--border-top-width));
    left: calc(0px - var(--border-left-width));
    width: max(100% + var(--border-left-width) + var(--border-right-width),100%);
    height: max(100% + var(--border-top-width) + var(--border-bottom-width),100%)
}

@media (max-width: 767px) {
    :is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-phone {
        display:none
    }
}

:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before {
    z-index: 1
}

:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before {
    z-index: 2
}

.e-con .elementor-widget {
    min-width: 0
}

.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper {
    width: 100%
}

.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container {
    height: 100%
}

.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget {
    max-width: 100%
}

@media (max-width: 767px) {
    .e-con.e-flex {
        --width:100%;
        --flex-wrap: wrap
    }
}

.elementor-form-fields-wrapper {
    display: flex;
    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 {
    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 {
    flex-grow: 1
}

.elementor-field-group {
    flex-wrap: wrap;
    align-items: center
}

.elementor-field-group.elementor-field-type-submit {
    align-items: flex-end
}

.elementor-field-group .elementor-field-textual {
    width: 100%;
    max-width: 100%;
    border: 1px solid #69727d;
    background-color: transparent;
    color: #1f2124;
    vertical-align: middle;
    flex-grow: 1
}

.elementor-field-group .elementor-field-textual:focus {
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    outline: 0
}

.elementor-field-group .elementor-field-textual::-moz-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: flex;
    position: relative;
    width: 100%
}

.elementor-field-group .elementor-select-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    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;
    flex-basis: 100%;
    padding-inline-end:20px}

.elementor-field-group .elementor-select-wrapper:before {
    content: "\e92a";
    font-family: eicons;
    font-size: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    pointer-events: none;
    text-shadow: 0 0 3px rgba(0,0,0,.3)
}

.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before {
    content: ""
}

.elementor-field-subgroup {
    display: flex;
    flex-wrap: wrap
}

.elementor-field-subgroup .elementor-field-option label {
    display: inline-block
}

.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
    padding-inline-end:10px}

.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
    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-inline-start:.2em}

.elementor-field-textual {
    line-height: 1.4;
    font-size: 15px;
    min-height: 40px;
    padding: 5px 14px;
    border-radius: 3px
}

.elementor-field-textual.elementor-size-xs {
    font-size: 13px;
    min-height: 33px;
    padding: 4px 12px;
    border-radius: 2px
}

.elementor-field-textual.elementor-size-md {
    font-size: 16px;
    min-height: 47px;
    padding: 6px 16px;
    border-radius: 4px
}

.elementor-field-textual.elementor-size-lg {
    font-size: 18px;
    min-height: 59px;
    padding: 7px 20px;
    border-radius: 5px
}

.elementor-field-textual.elementor-size-xl {
    font-size: 20px;
    min-height: 72px;
    padding: 8px 24px;
    border-radius: 6px
}

.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: 100%
}

.elementor-button-align-stretch .e-form__buttons__wrapper {
    flex-basis: 50%;
    flex-grow: 1
}

.elementor-button-align-stretch .e-form__buttons__wrapper__button {
    flex-basis: 100%
}

.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit {
    justify-content: center
}

.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit {
    justify-content: flex-start
}

.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit {
    justify-content: flex-end
}

.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: auto
}

.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper {
    flex-grow: 0
}

.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button {
    flex-basis: auto
}

@media screen and (max-width: 1024px) {
    .elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        flex-basis:100%
    }

    .elementor-tablet-button-align-stretch .e-form__buttons__wrapper {
        flex-basis: 50%;
        flex-grow: 1
    }

    .elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button {
        flex-basis: 100%
    }

    .elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit {
        justify-content: center
    }

    .elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit {
        justify-content: flex-start
    }

    .elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit {
        justify-content: flex-end
    }

    .elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        flex-basis: auto
    }

    .elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper {
        flex-grow: 0
    }

    .elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button {
        flex-basis: auto
    }
}

@media screen and (max-width: 767px) {
    .elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        flex-basis:100%
    }

    .elementor-mobile-button-align-stretch .e-form__buttons__wrapper {
        flex-basis: 50%;
        flex-grow: 1
    }

    .elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button {
        flex-basis: 100%
    }

    .elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit {
        justify-content: center
    }

    .elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit {
        justify-content: flex-start
    }

    .elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit {
        justify-content: flex-end
    }

    .elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        flex-basis: auto
    }

    .elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper {
        flex-grow: 0
    }

    .elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button {
        flex-basis: auto
    }
}

.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-inline-end: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: none
}

.elementor-form .elementor-button>span {
    display: flex;
    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 {
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)
}

.elementor-button {
    display: inline-block;
    line-height: 1;
    background-color: #69727d;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    transition: all .3s
}

.elementor-button:focus,.elementor-button:hover,.elementor-button:visited {
    color: #fff
}

.elementor-button-content-wrapper {
    display: flex;
    justify-content: center
}

.elementor-button-icon {
    flex-grow: 0;
    order: 5
}

.elementor-button-icon svg {
    width: 1em;
    height: auto
}

.elementor-button-icon .e-font-icon-svg {
    height: 1em
}

.elementor-button-text {
    flex-grow: 1;
    order: 10;
    display: inline-block
}

.elementor-button.elementor-size-xs {
    font-size: 13px;
    padding: 10px 20px;
    border-radius: 2px
}

.elementor-button.elementor-size-md {
    font-size: 16px;
    padding: 15px 30px;
    border-radius: 4px
}

.elementor-button.elementor-size-lg {
    font-size: 18px;
    padding: 20px 40px;
    border-radius: 5px
}

.elementor-button.elementor-size-xl {
    font-size: 20px;
    padding: 25px 50px;
    border-radius: 6px
}

.elementor-button .elementor-align-icon-right {
    margin-left: 5px;
    order: 15
}

.elementor-button .elementor-align-icon-left {
    margin-right: 5px;
    order: 5
}

.elementor-button span {
    text-decoration: inherit
}

.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-tab-title a {
    color: inherit
}

.elementor-view-stacked .elementor-icon {
    padding: .5em;
    background-color: #69727d;
    color: #fff;
    fill: #fff
}

.elementor-view-framed .elementor-icon {
    padding: .5em;
    color: #69727d;
    border: 3px solid #69727d;
    background-color: transparent
}

.elementor-icon {
    display: inline-block;
    line-height: 1;
    transition: all .3s;
    color: #69727d;
    font-size: 50px;
    text-align: center
}

.elementor-icon:hover {
    color: #69727d
}

.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%;
    transform: translateX(-50%)
}

.elementor-icon i.fad {
    width: auto
}

.elementor-shape-circle .elementor-icon {
    border-radius: 50%
}

.e-transform .elementor-widget-container {
    transform: perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));
    transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x)
}

.e-con.e-transform {
    transform: perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));
    transform-origin: var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)
}

.elementor-element,.elementor-lightbox {
    --swiper-theme-color: #000;
    --swiper-navigation-size: 44px;
    --swiper-pagination-bullet-size: 6px;
    --swiper-pagination-bullet-horizontal-gap: 6px
}

.elementor-element .swiper-container .swiper-slide figure,.elementor-element .swiper .swiper-slide figure,.elementor-lightbox .swiper-container .swiper-slide figure,.elementor-lightbox .swiper .swiper-slide figure {
    line-height: 0
}

.elementor-element .swiper-container .elementor-lightbox-content-source,.elementor-element .swiper .elementor-lightbox-content-source,.elementor-lightbox .swiper-container .elementor-lightbox-content-source,.elementor-lightbox .swiper .elementor-lightbox-content-source {
    display: none
}

.elementor-element .swiper-container .elementor-swiper-button,.elementor-element .swiper-container~.elementor-swiper-button,.elementor-element .swiper .elementor-swiper-button,.elementor-element .swiper~.elementor-swiper-button,.elementor-lightbox .swiper-container .elementor-swiper-button,.elementor-lightbox .swiper-container~.elementor-swiper-button,.elementor-lightbox .swiper .elementor-swiper-button,.elementor-lightbox .swiper~.elementor-swiper-button {
    position: absolute;
    display: inline-flex;
    z-index: 1;
    cursor: pointer;
    font-size: 25px;
    color: hsla(0,0%,93.3%,.9);
    top: 50%;
    transform: translateY(-50%)
}

.elementor-element .swiper-container .elementor-swiper-button svg,.elementor-element .swiper-container~.elementor-swiper-button svg,.elementor-element .swiper .elementor-swiper-button svg,.elementor-element .swiper~.elementor-swiper-button svg,.elementor-lightbox .swiper-container .elementor-swiper-button svg,.elementor-lightbox .swiper-container~.elementor-swiper-button svg,.elementor-lightbox .swiper .elementor-swiper-button svg,.elementor-lightbox .swiper~.elementor-swiper-button svg {
    fill: hsla(0,0%,93.3%,.9);
    height: 1em;
    width: 1em
}

.elementor-element .swiper-container .elementor-swiper-button-prev,.elementor-element .swiper-container~.elementor-swiper-button-prev,.elementor-element .swiper .elementor-swiper-button-prev,.elementor-element .swiper~.elementor-swiper-button-prev,.elementor-lightbox .swiper-container .elementor-swiper-button-prev,.elementor-lightbox .swiper-container~.elementor-swiper-button-prev,.elementor-lightbox .swiper .elementor-swiper-button-prev,.elementor-lightbox .swiper~.elementor-swiper-button-prev {
    left: 10px
}

.elementor-element .swiper-container .elementor-swiper-button-next,.elementor-element .swiper-container~.elementor-swiper-button-next,.elementor-element .swiper .elementor-swiper-button-next,.elementor-element .swiper~.elementor-swiper-button-next,.elementor-lightbox .swiper-container .elementor-swiper-button-next,.elementor-lightbox .swiper-container~.elementor-swiper-button-next,.elementor-lightbox .swiper .elementor-swiper-button-next,.elementor-lightbox .swiper~.elementor-swiper-button-next {
    right: 10px
}

.elementor-element .swiper-container .elementor-swiper-button.swiper-button-disabled,.elementor-element .swiper-container~.elementor-swiper-button.swiper-button-disabled,.elementor-element .swiper .elementor-swiper-button.swiper-button-disabled,.elementor-element .swiper~.elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper-container .elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper-container~.elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper .elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper~.elementor-swiper-button.swiper-button-disabled {
    opacity: .3
}

.elementor-element .swiper-container .swiper-image-stretch .swiper-slide .swiper-slide-image,.elementor-element .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image,.elementor-lightbox .swiper-container .swiper-image-stretch .swiper-slide .swiper-slide-image,.elementor-lightbox .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image {
    width: 100%
}

.elementor-element .swiper-container .swiper-horizontal>.swiper-pagination-bullets,.elementor-element .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper-container .swiper-pagination-custom,.elementor-element .swiper-container .swiper-pagination-fraction,.elementor-element .swiper-container~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper-container~.swiper-pagination-custom,.elementor-element .swiper-container~.swiper-pagination-fraction,.elementor-element .swiper .swiper-horizontal>.swiper-pagination-bullets,.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper .swiper-pagination-custom,.elementor-element .swiper .swiper-pagination-fraction,.elementor-element .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper~.swiper-pagination-custom,.elementor-element .swiper~.swiper-pagination-fraction,.elementor-lightbox .swiper-container .swiper-horizontal>.swiper-pagination-bullets,.elementor-lightbox .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper-container .swiper-pagination-custom,.elementor-lightbox .swiper-container .swiper-pagination-fraction,.elementor-lightbox .swiper-container~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper-container~.swiper-pagination-custom,.elementor-lightbox .swiper-container~.swiper-pagination-fraction,.elementor-lightbox .swiper .swiper-horizontal>.swiper-pagination-bullets,.elementor-lightbox .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper .swiper-pagination-custom,.elementor-lightbox .swiper .swiper-pagination-fraction,.elementor-lightbox .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper~.swiper-pagination-custom,.elementor-lightbox .swiper~.swiper-pagination-fraction {
    bottom: 5px
}

.elementor-element .swiper-container.swiper-cube .elementor-swiper-button,.elementor-element .swiper-container.swiper-cube~.elementor-swiper-button,.elementor-element .swiper.swiper-cube .elementor-swiper-button,.elementor-element .swiper.swiper-cube~.elementor-swiper-button,.elementor-lightbox .swiper-container.swiper-cube .elementor-swiper-button,.elementor-lightbox .swiper-container.swiper-cube~.elementor-swiper-button,.elementor-lightbox .swiper.swiper-cube .elementor-swiper-button,.elementor-lightbox .swiper.swiper-cube~.elementor-swiper-button {
    transform: translate3d(0,-50%,1px)
}

.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-bullets,.elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-bullets {
    bottom: 5px;
    left: 0;
    width: 100%
}

.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet,.elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px)
}

.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-progressbar,.elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.elementor-element.elementor-pagination-position-outside .swiper,.elementor-element.elementor-pagination-position-outside .swiper-container,.elementor-lightbox.elementor-pagination-position-outside .swiper,.elementor-lightbox.elementor-pagination-position-outside .swiper-container {
    padding-bottom: 30px
}

.elementor-element.elementor-pagination-position-outside .swiper-container .elementor-swiper-button,.elementor-element.elementor-pagination-position-outside .swiper-container~.elementor-swiper-button,.elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button,.elementor-element.elementor-pagination-position-outside .swiper~.elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper-container .elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper-container~.elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper .elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper~.elementor-swiper-button {
    top: calc(50% - 30px / 2)
}

.elementor-element .elementor-swiper,.elementor-lightbox .elementor-swiper {
    position: relative
}

.elementor-element .elementor-main-swiper,.elementor-lightbox .elementor-main-swiper {
    position: static
}

.elementor-element.elementor-arrows-position-outside .swiper,.elementor-element.elementor-arrows-position-outside .swiper-container,.elementor-lightbox.elementor-arrows-position-outside .swiper,.elementor-lightbox.elementor-arrows-position-outside .swiper-container {
    width: calc(100% - 60px)
}

.elementor-element.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-prev,.elementor-element.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-prev,.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev {
    left: 0
}

.elementor-element.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-next,.elementor-element.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-next,.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next {
    right: 0
}

.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:not(.elementor-popup-modal) .dialog-header,.elementor-lightbox:not(.elementor-popup-modal) .dialog-message {
    text-align: center
}

.elementor-lightbox .dialog-header {
    display: none
}

.elementor-lightbox .dialog-widget-content {
    background: none;
    box-shadow: none;
    width: 100%;
    height: 100%
}

.elementor-lightbox .dialog-message {
    animation-duration: .3s;
    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;
    display: flex
}

.elementor-lightbox .dialog-lightbox-close-button svg {
    height: 1em;
    width: 1em
}

.elementor-lightbox .dialog-lightbox-close-button,.elementor-lightbox .elementor-swiper-button {
    color: var(--lightbox-ui-color);
    transition: all .3s;
    opacity: 1
}

.elementor-lightbox .dialog-lightbox-close-button svg,.elementor-lightbox .elementor-swiper-button svg {
    fill: var(--lightbox-ui-color)
}

.elementor-lightbox .dialog-lightbox-close-button:hover,.elementor-lightbox .elementor-swiper-button:hover {
    color: var(--lightbox-ui-color-hover)
}

.elementor-lightbox .dialog-lightbox-close-button:hover svg,.elementor-lightbox .elementor-swiper-button:hover svg {
    fill: var(--lightbox-ui-color-hover)
}

.elementor-lightbox .swiper,.elementor-lightbox .swiper-container {
    height: 100%
}

.elementor-lightbox .elementor-lightbox-item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 70px;
    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;
    user-select: none
}

.elementor-lightbox .elementor-lightbox-image,.elementor-lightbox .elementor-lightbox-image:hover {
    opacity: 1;
    filter: none;
    border: none
}

.elementor-lightbox .elementor-lightbox-image {
    box-shadow: 0 0 30px rgba(0,0,0,.3),0 0 8px -5px rgba(0,0,0,.3);
    border-radius: 2px
}

.elementor-lightbox .elementor-video-container {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.elementor-lightbox .elementor-video-container .elementor-video-landscape,.elementor-lightbox .elementor-video-container .elementor-video-portrait,.elementor-lightbox .elementor-video-container .elementor-video-square {
    width: 100%;
    height: 100%;
    margin: auto
}

.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,.elementor-lightbox .elementor-video-container .elementor-video-square iframe {
    border: 0;
    background-color: #000
}

.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,.elementor-lightbox .elementor-video-container .elementor-video-landscape video,.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,.elementor-lightbox .elementor-video-container .elementor-video-portrait video,.elementor-lightbox .elementor-video-container .elementor-video-square iframe,.elementor-lightbox .elementor-video-container .elementor-video-square video {
    aspect-ratio: var(--video-aspect-ratio,1.77777)
}

@supports not (aspect-ratio: 1/1) {
    .elementor-lightbox .elementor-video-container .elementor-video-landscape,.elementor-lightbox .elementor-video-container .elementor-video-portrait,.elementor-lightbox .elementor-video-container .elementor-video-square {
        position:relative;
        overflow: hidden;
        height: 0;
        padding-bottom: calc(100% / var(--video-aspect-ratio, 1.77777))
    }

    .elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,.elementor-lightbox .elementor-video-container .elementor-video-landscape video,.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,.elementor-lightbox .elementor-video-container .elementor-video-portrait video,.elementor-lightbox .elementor-video-container .elementor-video-square iframe,.elementor-lightbox .elementor-video-container .elementor-video-square video {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }
}

.elementor-lightbox .elementor-video-container .elementor-video-square iframe,.elementor-lightbox .elementor-video-container .elementor-video-square video {
    width: min(90vh,90vw);
    height: min(90vh,90vw)
}

.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,.elementor-lightbox .elementor-video-container .elementor-video-landscape video {
    width: 100%;
    max-height: 90vh
}

.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,.elementor-lightbox .elementor-video-container .elementor-video-portrait video {
    height: 100%;
    max-width: 90vw
}

@media (min-width: 1025px) {
    .elementor-lightbox .elementor-video-container .elementor-video-landscape {
        width:85vw;
        max-height: 85vh
    }

    .elementor-lightbox .elementor-video-container .elementor-video-portrait {
        height: 85vh;
        max-width: 85vw
    }
}

@media (max-width: 1024px) {
    .elementor-lightbox .elementor-video-container .elementor-video-landscape {
        width:95vw;
        max-height: 95vh
    }

    .elementor-lightbox .elementor-video-container .elementor-video-portrait {
        height: 95vh;
        max-width: 95vw
    }
}

.elementor-lightbox .swiper-container .elementor-swiper-button-prev,.elementor-lightbox .swiper .elementor-swiper-button-prev {
    left: 0
}

.elementor-lightbox .swiper-container .elementor-swiper-button-next,.elementor-lightbox .swiper .elementor-swiper-button-next {
    right: 0
}

.elementor-lightbox .swiper-container .swiper-pagination-fraction,.elementor-lightbox .swiper .swiper-pagination-fraction {
    width: -moz-max-content;
    width: max-content;
    color: #fff
}

.elementor-lightbox .elementor-swiper-button:focus {
    outline-width: 1px
}

.elementor-lightbox .elementor-swiper-button-next,.elementor-lightbox .elementor-swiper-button-prev {
    height: 100%;
    display: flex;
    align-items: center;
    width: 15%;
    justify-content: center;
    font-size: var(--lightbox-navigation-icons-size)
}

@media (max-width: 767px) {
    .elementor-lightbox .elementor-swiper-button:focus {
        outline:none
    }

    .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;
        justify-content: flex-start
    }

    .elementor-lightbox .elementor-swiper-button-next {
        right: 0;
        justify-content: flex-end
    }
}

.elementor-slideshow__counter {
    color: currentColor;
    font-size: .75em;
    width: -moz-max-content;
    width: max-content
}

.elementor-slideshow__footer,.elementor-slideshow__header {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    transition: .3s
}

.elementor-slideshow__footer {
    color: var(--lightbox-text-color)
}

.elementor-slideshow__header {
    color: var(--lightbox-ui-color);
    display: flex;
    flex-direction: row-reverse;
    font-size: var(--lightbox-header-icons-size);
    padding-inline-start:1em;padding-inline-end:2.6em;top: 0;
    align-items: center;
    z-index: 10
}

.elementor-slideshow__header>i,.elementor-slideshow__header>svg {
    cursor: pointer;
    padding: .25em;
    margin: 0 .35em
}

.elementor-slideshow__header>i {
    font-size: inherit
}

.elementor-slideshow__header>i:hover {
    color: var(--lightbox-ui-color-hover)
}

.elementor-slideshow__header>svg {
    box-sizing: content-box;
    fill: var(--lightbox-ui-color);
    height: 1em;
    width: 1em
}

.elementor-slideshow__header>svg:hover {
    fill: var(--lightbox-ui-color-hover)
}

.elementor-slideshow__header .elementor-slideshow__counter {
    margin-inline-end: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;
    transition: background-color .4s
}

.elementor-slideshow__share-menu .elementor-slideshow__share-links a {
    color: #0c0d0e
}

.elementor-slideshow__share-links {
    display: block;
    position: absolute;
    min-width: 200px;
    right: 2.8em;
    top: 3em;
    background-color: #fff;
    border-radius: 3px;
    padding: 14px 20px;
    transform: scale(0);
    opacity: 0;
    transform-origin: 90% 10%;
    transition: all .25s .1s;
    box-shadow: 0 4px 15px rgba(0,0,0,.3)
}

.elementor-slideshow__share-links a {
    text-align: start;
    color: #3f444b;
    font-size: 12px;
    line-height: 2.5;
    display: block;
    opacity: 0;
    transition: opacity .5s .1s
}

.elementor-slideshow__share-links a:hover {
    color: #000
}

.elementor-slideshow__share-links a i,.elementor-slideshow__share-links a svg {
    margin-inline-end:.75em}

.elementor-slideshow__share-links a i {
    font-size: 1.25em
}

.elementor-slideshow__share-links a svg {
    height: 1.25em;
    width: 1.25em
}

.elementor-slideshow__share-links:before {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    right: .5em;
    border: .45em solid transparent;
    border-bottom-color: #fff;
    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 {
    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: #9da5ae
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-twitter {
    fill: #1da1f2
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-facebook {
    fill: #3b5998
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-pinterest {
    fill: #bd081c
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-download-bold {
    fill: #9da5ae
}

.elementor-slideshow--share-mode .eicon-share-arrow {
    z-index: 2
}

.animated {
    animation-duration: 1.25s
}

.animated.animated-slow {
    animation-duration: 2s
}

.animated.animated-fast {
    animation-duration: .75s
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.reverse {
    animation-direction: reverse;
    animation-fill-mode: forwards
}

@media (prefers-reduced-motion:reduce) {
    .animated {
        animation: none
    }
}

.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr
}

.elementor-shape-top {
    top: -1px
}

.elementor-shape-top:not([data-negative=false]) svg {
    z-index: -1
}

.elementor-shape-bottom {
    bottom: -1px
}

.elementor-shape-bottom:not([data-negative=true]) svg {
    z-index: -1
}

.elementor-shape[data-negative=false].elementor-shape-bottom,.elementor-shape[data-negative=true].elementor-shape-top {
    transform: rotate(180deg)
}

.elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%)
}

.elementor-shape .elementor-shape-fill {
    fill: #fff;
    transform-origin: center;
    transform: rotateY(0deg)
}

#wp-admin-bar-elementor_edit_page>.ab-item:before {
    content: "\e813";
    font-family: eicons;
    top: 3px;
    font-size: 18px
}

#wp-admin-bar-elementor_edit_page .ab-submenu .ab-item {
    display: flex;
    width: 200px
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-type {
    background: #3f444b;
    font-size: 11px;
    line-height: 9px;
    margin-top: 6px;
    padding: 4px 8px;
    border-radius: 3px
}

#wp-admin-bar-elementor_inspector>.ab-item:before {
    content: "\f348";
    top: 2px
}

#wpadminbar * {
    font-style: normal
}

.page-template-elementor_canvas.elementor-page:before {
    display: none
}

.elementor-post__thumbnail__link {
    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
}

.e--ua-appleWebkit.rtl {
    --flex-right: flex-start
}

.e--ua-appleWebkit .elementor-share-buttons--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right {
    --justify-content: var(--flex-right,flex-end)
}

.e--ua-appleWebkit .elementor-share-buttons--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center {
    --justify-content: center
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: var(--justify-content,space-between);
    margin-left: calc(-.5 * var(--grid-column-gap));
    margin-right: calc(-.5 * var(--grid-column-gap))
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item {
    margin-left: calc(.5 * var(--grid-column-gap));
    margin-right: calc(.5 * var(--grid-column-gap))
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid {
    display: inline-block
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item {
    margin-left: 0;
    margin-right: 0
}

@media (max-width: 1024px) {
    .e--ua-appleWebkit .elementor-share-buttons-tablet--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right {
        --justify-content:var(--flex-right,flex-end)
    }

    .e--ua-appleWebkit .elementor-share-buttons-tablet--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center {
        --justify-content: center
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid {
        width: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: var(--justify-content,space-between);
        margin-left: calc(-.5 * var(--grid-column-gap));
        margin-right: calc(-.5 * var(--grid-column-gap))
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item {
        margin-left: calc(.5 * var(--grid-column-gap));
        margin-right: calc(.5 * var(--grid-column-gap))
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid {
        display: inline-block
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width: 767px) {
    .e--ua-appleWebkit .elementor-share-buttons-mobile--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right {
        --justify-content:var(--flex-right,flex-end)
    }

    .e--ua-appleWebkit .elementor-share-buttons-mobile--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center {
        --justify-content: center
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid {
        width: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: var(--justify-content,space-between);
        margin-left: calc(-.5 * var(--grid-column-gap));
        margin-right: calc(-.5 * var(--grid-column-gap))
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item {
        margin-left: calc(.5 * var(--grid-column-gap));
        margin-right: calc(.5 * var(--grid-column-gap))
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid {
        display: inline-block
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width: 767px) {
    .elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone {
        display:none
    }
}

@media (min-width: -1) and (max-width:-1) {
    .elementor .elementor-hidden-mobile_extra {
        display:none
    }
}

@media (min-width: 768px) and (max-width:1024px) {
    .elementor .elementor-hidden-tablet {
        display:none
    }
}

@media (min-width: -1) and (max-width:-1) {
    .elementor .elementor-hidden-laptop,.elementor .elementor-hidden-tablet_extra {
        display:none
    }
}

@media (min-width: 1025px) and (max-width:99999px) {
    .elementor .elementor-hidden-desktop {
        display:none
    }
}

@media (min-width: -1) {
    .elementor .elementor-hidden-widescreen {
        display:none
    }
}

.elementor-widget-text-path {
    font-size: 20px;
    text-align: var(--alignment,start)
}

.elementor-widget-text-path svg {
    width: var(--width);
    max-width: 100%;
    height: auto;
    overflow: visible;
    word-spacing: var(--word-spacing);
    transform: rotate(var(--rotate,0)) scaleX(var(--scale-x,1)) scaleY(var(--scale-y,1))
}

.elementor-widget-text-path svg path {
    vector-effect: non-scaling-stroke;
    fill: var(--path-fill,transparent);
    stroke: var(--stroke-color,transparent);
    stroke-width: var(--stroke-width,1px);
    transition: var(--stroke-transition) stroke,var(--stroke-transition) fill
}

.elementor-widget-text-path svg:hover path {
    --path-fill: var(--path-fill-hover);
    --stroke-color: var(--stroke-color-hover);
    --stroke-width: var(--stroke-width-hover)
}

.elementor-widget-text-path svg text {
    --fill: var(--text-color);
    fill: var(--fill);
    direction: var(--direction,ltr);
    transition: var(--transition) stroke,var(--transition) stroke-width,var(--transition) fill
}

.elementor-widget-text-path svg text:hover {
    --color: var(--text-color-hover,var(--text-color));
    --fill: var(--color);
    color: var(--color)
}

.elementor-widget-n-tabs {
    --n-tabs-color-accent-fallback: #61ce70;
    --n-tabs-color-secondary-fallback: #54595f;
    --n-tabs-default-padding-block: 15px;
    --n-tabs-default-padding-inline: 35px;
    --n-tabs-background-color: transparent;
    --n-tabs-display: flex;
    --n-tabs-direction: column;
    --n-tabs-gap: 10px;
    --n-tabs-heading-display: flex;
    --n-tabs-heading-direction: row;
    --n-tabs-heading-grow: initial;
    --n-tabs-heading-justify-content: center;
    --n-tabs-heading-width: initial;
    --n-tabs-heading-overflow-x: initial;
    --n-tabs-heading-wrap: nowrap;
    --n-tabs-border-width: 1px;
    --n-tabs-border-color: #d5d8dc;
    --n-tabs-content-display: flex;
    --n-tabs-title-color: var(--e-global-color-secondary,var(--n-tabs-color-secondary-fallback));
    --n-tabs-title-color-hover: #fff;
    --n-tabs-title-color-active: #fff;
    --n-tabs-title-background-color: #f1f2f3;
    --n-tabs-title-background-color-hover: var(--e-global-color-accent,var(--n-tabs-color-accent-fallback));
    --n-tabs-title-background-color-active: var(--e-global-color-accent,var(--n-tabs-color-accent-fallback));
    --n-tabs-title-width: initial;
    --n-tabs-title-height: initial;
    --n-tabs-title-font-size: 1rem;
    --n-tabs-title-white-space: initial;
    --n-tabs-title-justify-content-toggle: initial;
    --n-tabs-title-align-items-toggle: center;
    --n-tabs-title-justify-content: center;
    --n-tabs-title-align-items: center;
    --n-tabs-title-text-align: center;
    --n-tabs-title-direction: row;
    --n-tabs-title-gap: 10px;
    --n-tabs-title-flex-grow: 0;
    --n-tabs-title-flex-basis: content;
    --n-tabs-title-flex-shrink: initial;
    --n-tabs-title-order: initial;
    --n-tabs-title-padding-top: var(--n-tabs-default-padding-block);
    --n-tabs-title-padding-bottom: var(--n-tabs-default-padding-block);
    --n-tabs-title-padding-left: var(--n-tabs-default-padding-inline);
    --n-tabs-title-padding-right: var(--n-tabs-default-padding-inline);
    --n-tabs-title-border-radius: initial;
    --n-tabs-title-transition: 0.3s;
    --n-tabs-icon-color: var(--e-global-color-secondary,var(--n-tabs-color-secondary-fallback));
    --n-tabs-icon-color-hover: var(--n-tabs-title-color-hover);
    --n-tabs-icon-color-active: #fff;
    --n-tabs-icon-gap: 5px;
    width: 100%;
    max-width: 100%;
    --n-tabs-title-padding-inline-start: var(--n-tabs-title-padding-left);
    --n-tabs-title-padding-inline-end: var(--n-tabs-title-padding-right);
    --n-tabs-title-padding-block-start: var(--n-tabs-title-padding-top);
    --n-tabs-title-padding-block-end: var(--n-tabs-title-padding-bottom)
}

body.rtl .elementor-widget-n-tabs {
    --n-tabs-title-padding-inline-start: var(--n-tabs-title-padding-right);
    --n-tabs-title-padding-inline-end: var(--n-tabs-title-padding-left)
}

.elementor-widget-n-tabs .e-n-tabs {
    display: var(--n-tabs-display);
    flex-direction: var(--n-tabs-direction);
    gap: var(--n-tabs-gap);
    text-align: start;
    min-width: 0
}

.elementor-widget-n-tabs .e-n-tabs-heading {
    display: var(--n-tabs-heading-display);
    flex-basis: var(--n-tabs-heading-width);
    flex-direction: var(--n-tabs-heading-direction);
    flex-shrink: 0;
    justify-content: var(--n-tabs-heading-justify-content);
    gap: var(--n-tabs-title-gap);
    overflow-x: var(--n-tabs-heading-overflow-x);
    flex-wrap: var(--n-tabs-heading-wrap);
    -ms-overflow-style: none;
    scrollbar-width: none
}

.elementor-widget-n-tabs .e-n-tabs-heading::-webkit-scrollbar {
    display: none
}

.elementor-widget-n-tabs .e-n-tabs-heading.e-scroll {
    cursor: grabbing;
    cursor: -webkit-grabbing
}

.elementor-widget-n-tabs .e-n-tabs-heading.e-scroll-active {
    position: relative
}

.elementor-widget-n-tabs .e-n-tabs-heading.e-scroll-active:before {
    content: "";
    position: absolute;
    inset-block: 0;
    inset-inline: -1000vw;
    z-index: 2
}

.elementor-widget-n-tabs .e-n-tabs-content {
    display: var(--n-tabs-content-display);
    flex-grow: 1;
    min-width: 0
}

.elementor-widget-n-tabs .e-n-tabs-content>.e-con:not(.e-active) {
    display: none
}

.elementor-widget-n-tabs .e-n-tabs:not(.e-activated)>.e-n-tabs-content>.e-con:first-child {
    display: flex
}

.elementor-widget-n-tabs .e-n-tab-title {
    all: unset;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: flex;
    align-items: var(--n-tabs-title-align-items-toggle,var(--n-tabs-title-align-items));
    flex-direction: var(--n-tabs-title-direction);
    justify-content: var(--n-tabs-title-justify-content-toggle,var(--n-tabs-title-justify-content));
    gap: var(--n-tabs-icon-gap);
    border-width: var(--n-tabs-border-width);
    position: relative;
    cursor: pointer;
    outline: none;
    flex-grow: var(--n-tabs-title-flex-grow);
    flex-basis: var(--n-tabs-title-flex-basis);
    flex-shrink: var(--n-tabs-title-flex-shrink);
    padding-block-start:var(--n-tabs-title-padding-block-start);padding-inline-end: var(--n-tabs-title-padding-inline-end);
    padding-block-end:var(--n-tabs-title-padding-block-end);padding-inline-start: var(--n-tabs-title-padding-inline-start);
    border-radius: var(--n-tabs-title-border-radius);
    height: var(--n-tabs-title-height);
    width: var(--n-tabs-title-width);
    white-space: var(--n-tabs-title-white-space);
    transition: background var(--n-tabs-title-transition),color var(--n-tabs-title-transition),border var(--n-tabs-title-transition),box-shadow var(--n-tabs-title-transition),text-shadow var(--n-tabs-title-transition),stroke var(--n-tabs-title-transition),stroke-width var(--n-tabs-title-transition),-webkit-text-stroke-width var(--n-tabs-title-transition),-webkit-text-stroke-color var(--n-tabs-title-transition),transform var(--n-tabs-title-transition)
}

.elementor-widget-n-tabs .e-n-tab-title:focus-visible {
    outline: 5px auto -webkit-focus-ring-color
}

.elementor-widget-n-tabs .e-n-tab-title span i,.elementor-widget-n-tabs .e-n-tab-title span svg {
    transition: color var(--n-tabs-title-transition),fill var(--n-tabs-title-transition)
}

.elementor-widget-n-tabs .e-n-tab-title-text {
    display: flex;
    align-items: center;
    font-size: var(--n-tabs-title-font-size);
    text-align: var(--n-tabs-title-text-align)
}

.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-shrink: 0;
    order: var(--n-tabs-icon-order);
    overflow: hidden
}

.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon i {
    font-size: var(--n-tabs-icon-size,var(--n-tabs-title-font-size))
}

.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon svg {
    width: var(--n-tabs-icon-size,var(--n-tabs-title-font-size));
    height: var(--n-tabs-icon-size,var(--n-tabs-title-font-size))
}

.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon:empty {
    display: none
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] {
    background-color: var(--n-tabs-title-background-color)
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false],.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] a {
    color: var(--n-tabs-title-color)
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] .e-n-tab-icon i {
    color: var(--n-tabs-icon-color)
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] .e-n-tab-icon svg {
    fill: var(--n-tabs-icon-color)
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] .e-n-tab-icon i:last-child,.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] .e-n-tab-icon svg:last-child {
    transform: translateY(-100vh);
    height: 0;
    opacity: 0
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true],.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] a {
    color: var(--n-tabs-title-color-active)
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon i {
    color: var(--n-tabs-icon-color-active)
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon svg {
    fill: var(--n-tabs-icon-color-active)
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon i:first-child,.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon svg:first-child {
    transform: translateY(-100vh);
    height: 0;
    opacity: 0
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true][class*=elementor-animation-]:active,.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true][class*=elementor-animation-]:focus,.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true][class*=elementor-animation-]:hover {
    transform: none;
    animation: initial
}

.elementor-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover,.elementor-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover a {
    color: var(--n-tabs-title-color-hover)
}

.elementor-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon i {
    color: var(--n-tabs-icon-color-hover)
}

.elementor-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon svg {
    fill: var(--n-tabs-icon-color-hover)
}

.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover,.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover a {
    color: var(--n-tabs-title-color-active)
}

.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon i {
    color: var(--n-tabs-icon-color-active)
}

.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon svg {
    fill: var(--n-tabs-icon-color-active)
}

.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon i:first-child,.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon svg:first-child {
    transform: translateY(-100vh);
    height: 0;
    opacity: 0
}

.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover[class*=elementor-animation-]:active,.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover[class*=elementor-animation-]:focus,.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover[class*=elementor-animation-]:hover {
    transform: none;
    animation: initial
}

.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon i:last-child,.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon svg:last-child {
    transform: none;
    height: auto;
    opacity: 1
}

.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs[data-touch-mode=false]>.e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover {
    background-color: var(--n-tabs-title-background-color-hover);
    background-image: none
}

.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title[aria-selected=true],.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs[data-touch-mode=true]>.e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover {
    background-color: var(--n-tabs-title-background-color-active);
    background-image: none
}

@media (max-width: 767px) {
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile {
        --n-tabs-direction:column;
        --n-tabs-heading-display: contents;
        --n-tabs-content-display: contents
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tabs {
        gap: 0
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tabs-content>.e-con {
        order: var(--n-tabs-title-order)
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title {
        order: var(--n-tabs-title-order);
        width: auto
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title:not(:first-child) {
        margin-block-start:var(--n-tabs-title-gap)}

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title[aria-selected=true] {
        margin-block-end: var(--n-tabs-gap)
    }
}

@media (max-width: -1) {
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra {
        --n-tabs-direction:column;
        --n-tabs-heading-display: contents;
        --n-tabs-content-display: contents
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tabs {
        gap: 0
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tabs-content>.e-con {
        order: var(--n-tabs-title-order)
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tab-title {
        order: var(--n-tabs-title-order);
        width: auto
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tab-title:not(:first-child) {
        margin-block-start:var(--n-tabs-title-gap)}

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tab-title[aria-selected=true] {
        margin-block-end: var(--n-tabs-gap)
    }
}

@media (max-width: 1024px) {
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet {
        --n-tabs-direction:column;
        --n-tabs-heading-display: contents;
        --n-tabs-content-display: contents
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tabs {
        gap: 0
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tabs-content>.e-con {
        order: var(--n-tabs-title-order)
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tab-title {
        order: var(--n-tabs-title-order);
        width: auto
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tab-title:not(:first-child) {
        margin-block-start:var(--n-tabs-title-gap)}

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tab-title[aria-selected=true] {
        margin-block-end: var(--n-tabs-gap)
    }
}

@media (max-width: -1) {
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra {
        --n-tabs-direction:column;
        --n-tabs-heading-display: contents;
        --n-tabs-content-display: contents
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tabs {
        gap: 0
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tabs-content>.e-con {
        order: var(--n-tabs-title-order)
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tab-title {
        order: var(--n-tabs-title-order);
        width: auto
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tab-title:not(:first-child) {
        margin-block-start:var(--n-tabs-title-gap)}

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tab-title[aria-selected=true] {
        margin-block-end: var(--n-tabs-gap)
    }
}

@media (max-width: -1) {
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop {
        --n-tabs-direction:column;
        --n-tabs-heading-display: contents;
        --n-tabs-content-display: contents
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tabs {
        gap: 0
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tabs-content>.e-con {
        order: var(--n-tabs-title-order)
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tab-title {
        order: var(--n-tabs-title-order);
        width: auto
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tab-title:not(:first-child) {
        margin-block-start:var(--n-tabs-title-gap)}

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tab-title[aria-selected=true] {
        margin-block-end: var(--n-tabs-gap)
    }
}

.elementor-widget-n-accordion {
    --n-accordion-title-font-size: 20px;
    --n-accordion-title-flex-grow: initial;
    --n-accordion-title-justify-content: initial;
    --n-accordion-title-icon-order: -1;
    --n-accordion-border-width: 1px;
    --n-accordion-border-color: #d5d8dc;
    --n-accordion-border-style: solid;
    --n-accordion-item-title-flex-grow: initial;
    --n-accordion-item-title-space-between: 0px;
    --n-accordion-item-title-distance-from-content: 0px;
    --n-accordion-padding: 10px;
    --n-accordion-border-radius: 0px;
    --n-accordion-icon-size: 15px;
    --n-accordion-title-normal-color: #1f2124;
    --n-accordion-title-hover-color: #1f2124;
    --n-accordion-title-active-color: #1f2124;
    --n-accordion-icon-normal-color: var(--n-accordion-title-normal-color);
    --n-accordion-icon-hover-color: var(--n-accordion-title-hover-color);
    --n-accordion-icon-active-color: var(--n-accordion-title-active-color);
    --n-accordion-icon-gap: 0 10px;
    width: 100%
}

.elementor-widget-n-accordion .e-n-accordion details>summary::-webkit-details-marker {
    display: none
}

.elementor-widget-n-accordion .e-n-accordion-item {
    display: flex;
    flex-direction: column;
    position: relative
}

.elementor-widget-n-accordion .e-n-accordion-item:not(:last-child) {
    margin-block-end:var(--n-accordion-item-title-space-between)}

.elementor-widget-n-accordion .e-n-accordion-item-title,: where(.elementor-widget-n-accordion .e-n-accordion-item>.e-con) {
    border:var(--n-accordion-border-width) var(--n-accordion-border-style) var(--n-accordion-border-color)
}

.elementor-widget-n-accordion .e-n-accordion-item-title {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: var(--n-accordion-padding);
    justify-content: var(--n-accordion-title-justify-content);
    border-radius: var(--n-accordion-border-radius);
    flex-grow: var(--n-menu-title-flex-grow);
    gap: var(--n-accordion-icon-gap);
    color: var(--n-accordion-title-normal-color);
    align-items: center;
    cursor: pointer
}

.elementor-widget-n-accordion .e-n-accordion-item-title-header {
    display: flex
}

.elementor-widget-n-accordion .e-n-accordion-item-title-header h1,.elementor-widget-n-accordion .e-n-accordion-item-title-header h2,.elementor-widget-n-accordion .e-n-accordion-item-title-header h3,.elementor-widget-n-accordion .e-n-accordion-item-title-header h4,.elementor-widget-n-accordion .e-n-accordion-item-title-header h5,.elementor-widget-n-accordion .e-n-accordion-item-title-header h6,.elementor-widget-n-accordion .e-n-accordion-item-title-header p {
    margin-block-start:0;margin-block-end:0}

.elementor-widget-n-accordion .e-n-accordion-item-title-text {
    font-size: var(--n-accordion-title-font-size);
    align-items: center
}

.elementor-widget-n-accordion .e-n-accordion-item-title-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    order: var(--n-accordion-title-icon-order);
    position: relative;
    width: -moz-fit-content;
    width: fit-content
}

.elementor-widget-n-accordion .e-n-accordion-item-title-icon span {
    height: var(--n-accordion-icon-size);
    width: auto
}

.elementor-widget-n-accordion .e-n-accordion-item-title-icon span>i {
    color: var(--n-accordion-icon-normal-color);
    font-size: var(--n-accordion-icon-size)
}

.elementor-widget-n-accordion .e-n-accordion-item-title-icon span>svg {
    fill: var(--n-accordion-icon-normal-color);
    height: var(--n-accordion-icon-size)
}

.elementor-widget-n-accordion .e-n-accordion-item-title>span {
    cursor: pointer
}

.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title {
    margin-block-end:var(--n-accordion-item-title-distance-from-content);color: var(--n-accordion-title-active-color)
}

.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon .e-opened {
    display: flex
}

.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon .e-closed {
    display: none
}

.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon span>i {
    color: var(--n-accordion-icon-active-color)
}

.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon span>svg {
    fill: var(--n-accordion-icon-active-color)
}

.elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover .e-n-accordion-item-title {
    color: var(--n-accordion-title-hover-color)
}

.elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover .e-n-accordion-item-title-icon span>i {
    color: var(--n-accordion-icon-hover-color)
}

.elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover .e-n-accordion-item-title-icon span>svg {
    fill: var(--n-accordion-icon-hover-color)
}

.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon .e-opened {
    display: none
}

.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon .e-closed {
    display: flex
}

.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span>svg {
    fill: var(--n-accordion-icon-normal-color)
}

.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span>i {
    color: var(--n-accordion-icon-normal-color)
}

.elementor-widget-n-accordion .e-n-accordion-item>span {
    cursor: pointer
}

.elementor-accordion {
    text-align: start
}

.elementor-accordion .elementor-accordion-item {
    border: 1px solid #d5d8dc
}

.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 svg {
    width: 1em;
    height: 1em
}

.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 #d5d8dc
}

@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
    }
}

.e-con-inner>.elementor-widget-accordion,.e-con>.elementor-widget-accordion {
    width: var(--container-widget-width);
    --flex-grow: var(--container-widget-flex-grow)
}

.elementor-alert {
    padding: 15px;
    border-left: 5px solid transparent;
    position: relative;
    text-align: start
}

.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: var(--dismiss-icon-horizontal-position,10px);
    top: var(--dismiss-icon-vertical-position,10px);
    padding: 3px;
    font-size: var(--dismiss-icon-size,20px);
    line-height: 1;
    background: transparent;
    color: var(--dismiss-icon-normal-color,inherit);
    border: none;
    cursor: pointer;
    transition-duration: var(--dismiss-icon-hover-transition-duration,.3s)
}

.elementor-alert button.elementor-alert-dismiss:hover {
    color: var(--dismiss-icon-hover-color,inherit)
}

.elementor-alert button.elementor-alert-dismiss svg {
    width: var(--dismiss-icon-size,20px);
    height: var(--dismiss-icon-size,20px);
    fill: var(--dismiss-icon-normal-color,currentColor);
    transition-duration: var(--dismiss-icon-hover-transition-duration,.3s)
}

.elementor-alert button.elementor-alert-dismiss svg:hover {
    fill: var(--dismiss-icon-hover-color,currentColor)
}

.elementor-alert-info .elementor-alert {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bcdff1
}

.elementor-alert-success .elementor-alert {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #cae6be
}

.elementor-alert-warning .elementor-alert {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #f9f0c3
}

.elementor-alert-danger .elementor-alert {
    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-counter {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: column-reverse
}

.elementor-counter .elementor-counter-number {
    flex-grow: var(--counter-number-grow,0)
}

.elementor-counter .elementor-counter-number-wrapper {
    flex: 1;
    display: flex;
    font-size: 69px;
    font-weight: 600;
    line-height: 1;
    text-align: center
}

.elementor-counter .elementor-counter-number-prefix {
    text-align: end;
    flex-grow: var(--counter-prefix-grow,1);
    white-space: pre-wrap
}

.elementor-counter .elementor-counter-number-suffix {
    text-align: start;
    flex-grow: var(--counter-suffix-grow,1);
    white-space: pre-wrap
}

.elementor-counter .elementor-counter-title {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    font-size: 19px;
    font-weight: 400;
    line-height: 2.5
}

.elementor-widget-divider {
    --divider-border-style: none;
    --divider-border-width: 1px;
    --divider-color: #0c0d0e;
    --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 .elementor-divider {
    display: flex
}

.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);
    flex-shrink: 0
}

.elementor-widget-divider .elementor-icon {
    font-size: var(--divider-icon-size)
}

.elementor-widget-divider .elementor-divider-separator {
    display: flex;
    margin: 0;
    direction: ltr
}

.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator {
    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-block-end:0;flex-grow: 1;
    border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}

.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg: first-of-type {
    flex-grow:0;
    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 {
    flex-grow: 0;
    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--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type {
    flex-grow: 0;
    flex-shrink: 100
}

.elementor-widget-divider--element-align-start .elementor-divider-separator:before {
    content: none
}

.elementor-widget-divider--element-align-start .elementor-divider__element {
    margin-inline-start:0}

.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type {
    flex-grow: 0;
    flex-shrink: 100
}

.elementor-widget-divider--element-align-end .elementor-divider-separator:after {
    content: none
}

.elementor-widget-divider--element-align-end .elementor-divider__element {
    margin-inline-end:0}

.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator {
    border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}

.elementor-widget-divider--separator-type-pattern {
    --divider-border-style: none
}

.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator {
    width: 100%;
    min-height: var(--divider-pattern-height);
    -webkit-mask-size: var(--divider-pattern-size) 100%;
    mask-size: var(--divider-pattern-size) 100%;
    -webkit-mask-repeat: var(--divider-pattern-repeat);
    mask-repeat: var(--divider-pattern-repeat);
    background-color: var(--divider-color);
    -webkit-mask-image: var(--divider-pattern-url);
    mask-image: var(--divider-pattern-url)
}

.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
}

.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider {
    width: var(--container-widget-width,100%);
    --flex-grow: var(--container-widget-flex-grow)
}

.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
}

.elementor-image-gallery figure img {
    display: block
}

.elementor-image-gallery figure figcaption {
    width: 100%
}

.gallery-spacing-custom .elementor-image-gallery .gallery-icon {
    padding: 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 .elementor-widget-container {
    overflow: hidden
}

.elementor-widget-google_maps .elementor-custom-embed {
    line-height: 0
}

.elementor-widget-google_maps iframe {
    height: 300px
}

.elementor-heading-title {
    padding: 0;
    margin: 0;
    line-height: 1
}

.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a {
    color: inherit;
    font-size: inherit;
    line-height: 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-widget-icon-box .elementor-icon-box-wrapper {
    display: block;
    text-align: center
}

.elementor-widget-icon-box .elementor-icon-box-icon {
    margin-bottom: var(--icon-box-icon-margin,15px);
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
    .elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper {
        align-items:flex-start
    }

    .elementor-widget-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper {
        align-items: center
    }

    .elementor-widget-icon-box.elementor-vertical-align-bottom .elementor-icon-box-wrapper {
        align-items: flex-end
    }
}

.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
    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: inline-flex;
    flex: 0 0 auto
}

.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
    text-align: end;
    flex-direction: row-reverse
}

.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
    margin-left: var(--icon-box-icon-margin,15px);
    margin-right: 0;
    margin-bottom: unset
}

.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
    text-align: start;
    flex-direction: row
}

.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon {
    margin-right: var(--icon-box-icon-margin,15px);
    margin-left: 0;
    margin-bottom: unset
}

.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-wrapper {
    display: block;
    text-align: center;
    flex-direction: unset
}

.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-icon {
    margin-bottom: var(--icon-box-icon-margin,15px);
    margin-right: auto;
    margin-left: auto
}

@media (min-width: -1) {
    .elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-wrapper {
        display:flex
    }

    .elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-icon {
        display: inline-flex;
        flex: 0 0 auto
    }

    .elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-wrapper {
        text-align: end;
        flex-direction: row-reverse
    }

    .elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-icon {
        margin-left: var(--icon-box-icon-margin,15px);
        margin-right: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-wrapper {
        text-align: start;
        flex-direction: row
    }

    .elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-icon {
        margin-right: var(--icon-box-icon-margin,15px);
        margin-left: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-widescreen-position-top .elementor-icon-box-wrapper {
        display: block;
        text-align: center;
        flex-direction: unset
    }

    .elementor-widget-icon-box.elementor-widescreen-position-top .elementor-icon-box-icon {
        margin-bottom: var(--icon-box-icon-margin,15px);
        margin-right: auto;
        margin-left: auto
    }
}

@media (max-width: -1) {
    .elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-wrapper {
        display:flex
    }

    .elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-icon {
        display: inline-flex;
        flex: 0 0 auto
    }

    .elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-wrapper {
        text-align: end;
        flex-direction: row-reverse
    }

    .elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-icon {
        margin-left: var(--icon-box-icon-margin,15px);
        margin-right: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-wrapper {
        text-align: start;
        flex-direction: row
    }

    .elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-icon {
        margin-right: var(--icon-box-icon-margin,15px);
        margin-left: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-laptop-position-top .elementor-icon-box-wrapper {
        display: block;
        text-align: center;
        flex-direction: unset
    }

    .elementor-widget-icon-box.elementor-laptop-position-top .elementor-icon-box-icon {
        margin-bottom: var(--icon-box-icon-margin,15px);
        margin-right: auto;
        margin-left: auto
    }
}

@media (max-width: -1) {
    .elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-wrapper {
        display:flex
    }

    .elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-icon {
        display: inline-flex;
        flex: 0 0 auto
    }

    .elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-wrapper {
        text-align: end;
        flex-direction: row-reverse
    }

    .elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-icon {
        margin-left: var(--icon-box-icon-margin,15px);
        margin-right: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-wrapper {
        text-align: start;
        flex-direction: row
    }

    .elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-icon {
        margin-right: var(--icon-box-icon-margin,15px);
        margin-left: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-tablet_extra-position-top .elementor-icon-box-wrapper {
        display: block;
        text-align: center;
        flex-direction: unset
    }

    .elementor-widget-icon-box.elementor-tablet_extra-position-top .elementor-icon-box-icon {
        margin-bottom: var(--icon-box-icon-margin,15px);
        margin-right: auto;
        margin-left: auto
    }
}

@media (max-width: 1024px) {
    .elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-wrapper {
        display:flex
    }

    .elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-icon {
        display: inline-flex;
        flex: 0 0 auto
    }

    .elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-wrapper {
        text-align: end;
        flex-direction: row-reverse
    }

    .elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-icon {
        margin-left: var(--icon-box-icon-margin,15px);
        margin-right: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-wrapper {
        text-align: start;
        flex-direction: row
    }

    .elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-icon {
        margin-right: var(--icon-box-icon-margin,15px);
        margin-left: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-tablet-position-top .elementor-icon-box-wrapper {
        display: block;
        text-align: center;
        flex-direction: unset
    }

    .elementor-widget-icon-box.elementor-tablet-position-top .elementor-icon-box-icon {
        margin-bottom: var(--icon-box-icon-margin,15px);
        margin-right: auto;
        margin-left: auto
    }
}

@media (max-width: -1) {
    .elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-wrapper {
        display:flex
    }

    .elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-icon {
        display: inline-flex;
        flex: 0 0 auto
    }

    .elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-wrapper {
        text-align: end;
        flex-direction: row-reverse
    }

    .elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-icon {
        margin-left: var(--icon-box-icon-margin,15px);
        margin-right: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-wrapper {
        text-align: start;
        flex-direction: row
    }

    .elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-icon {
        margin-right: var(--icon-box-icon-margin,15px);
        margin-left: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-mobile_extra-position-top .elementor-icon-box-wrapper {
        display: block;
        text-align: center;
        flex-direction: unset
    }

    .elementor-widget-icon-box.elementor-mobile_extra-position-top .elementor-icon-box-icon {
        margin-bottom: var(--icon-box-icon-margin,15px);
        margin-right: auto;
        margin-left: auto
    }
}

@media (max-width: 767px) {
    .elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-wrapper {
        display:flex
    }

    .elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-icon {
        display: inline-flex;
        flex: 0 0 auto
    }

    .elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-wrapper {
        text-align: end;
        flex-direction: row-reverse
    }

    .elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-icon {
        margin-left: var(--icon-box-icon-margin,15px);
        margin-right: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-wrapper {
        text-align: start;
        flex-direction: row
    }

    .elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-icon {
        margin-right: var(--icon-box-icon-margin,15px);
        margin-left: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-wrapper {
        display: block;
        text-align: center;
        flex-direction: unset
    }

    .elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-icon {
        margin-bottom: var(--icon-box-icon-margin,15px);
        margin-right: auto;
        margin-left: auto
    }

    .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
        display: block;
        flex: unset
    }
}

.elementor-widget-icon-box .elementor-icon-box-title a {
    color: inherit
}

.elementor-widget-icon-box .elementor-icon-box-content {
    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%;
    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: flex;
    font-size: inherit;
    align-items: var(--icon-vertical-align,center)
}

.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
    align-self: center;
    padding-inline-start:5px}

.elementor-widget .elementor-icon-list-icon {
    display: flex;
    position: relative;
    top: var(--icon-vertical-offset,initial)
}

.elementor-widget .elementor-icon-list-icon svg {
    width: var(--e-icon-list-icon-size,1em);
    height: var(--e-icon-list-icon-size,1em)
}

.elementor-widget .elementor-icon-list-icon i {
    width: 1.25em;
    font-size: var(--e-icon-list-icon-size)
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon {
    text-align: var(--e-icon-list-icon-align)
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg {
    margin: var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)
}

.elementor-widget.elementor-list-item-link-full_width a {
    width: 100%
}

.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a {
    justify-content: center
}

.elementor-widget.elementor-align-center .elementor-icon-list-item:after {
    margin: auto
}

.elementor-widget.elementor-align-center .elementor-inline-items {
    justify-content: center
}

.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a {
    justify-content: flex-start;
    text-align: left
}

.elementor-widget.elementor-align-left .elementor-inline-items {
    justify-content: flex-start
}

.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a {
    justify-content: flex-end;
    text-align: right
}

.elementor-widget.elementor-align-right .elementor-icon-list-items {
    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 (min-width: -1) {
    .elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item a {
        justify-content:center
    }

    .elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item:after {
        margin: auto
    }

    .elementor-widget.elementor-widescreen-align-center .elementor-inline-items {
        justify-content: center
    }

    .elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item a {
        justify-content: flex-start;
        text-align: left
    }

    .elementor-widget.elementor-widescreen-align-left .elementor-inline-items {
        justify-content: flex-start
    }

    .elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item a {
        justify-content: flex-end;
        text-align: right
    }

    .elementor-widget.elementor-widescreen-align-right .elementor-icon-list-items {
        justify-content: flex-end
    }

    .elementor-widget:not(.elementor-widescreen-align-right) .elementor-icon-list-item:after {
        left: 0
    }

    .elementor-widget:not(.elementor-widescreen-align-left) .elementor-icon-list-item:after {
        right: 0
    }
}

@media (max-width: -1) {
    .elementor-widget.elementor-laptop-align-center .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item a {
        justify-content:center
    }

    .elementor-widget.elementor-laptop-align-center .elementor-icon-list-item:after {
        margin: auto
    }

    .elementor-widget.elementor-laptop-align-center .elementor-inline-items {
        justify-content: center
    }

    .elementor-widget.elementor-laptop-align-left .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-left .elementor-icon-list-item a {
        justify-content: flex-start;
        text-align: left
    }

    .elementor-widget.elementor-laptop-align-left .elementor-inline-items {
        justify-content: flex-start
    }

    .elementor-widget.elementor-laptop-align-right .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-right .elementor-icon-list-item a {
        justify-content: flex-end;
        text-align: right
    }

    .elementor-widget.elementor-laptop-align-right .elementor-icon-list-items {
        justify-content: flex-end
    }

    .elementor-widget:not(.elementor-laptop-align-right) .elementor-icon-list-item:after {
        left: 0
    }

    .elementor-widget:not(.elementor-laptop-align-left) .elementor-icon-list-item:after {
        right: 0
    }
}

@media (max-width: -1) {
    .elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item a {
        justify-content:center
    }

    .elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item:after {
        margin: auto
    }

    .elementor-widget.elementor-tablet_extra-align-center .elementor-inline-items {
        justify-content: center
    }

    .elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item a {
        justify-content: flex-start;
        text-align: left
    }

    .elementor-widget.elementor-tablet_extra-align-left .elementor-inline-items {
        justify-content: flex-start
    }

    .elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item a {
        justify-content: flex-end;
        text-align: right
    }

    .elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-items {
        justify-content: flex-end
    }

    .elementor-widget:not(.elementor-tablet_extra-align-right) .elementor-icon-list-item:after {
        left: 0
    }

    .elementor-widget:not(.elementor-tablet_extra-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 {
        justify-content:center
    }

    .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after {
        margin: auto
    }

    .elementor-widget.elementor-tablet-align-center .elementor-inline-items {
        justify-content: center
    }

    .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a {
        justify-content: flex-start;
        text-align: left
    }

    .elementor-widget.elementor-tablet-align-left .elementor-inline-items {
        justify-content: flex-start
    }

    .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a {
        justify-content: flex-end;
        text-align: right
    }

    .elementor-widget.elementor-tablet-align-right .elementor-icon-list-items {
        justify-content: flex-end
    }

    .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: -1) {
    .elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item a {
        justify-content:center
    }

    .elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item:after {
        margin: auto
    }

    .elementor-widget.elementor-mobile_extra-align-center .elementor-inline-items {
        justify-content: center
    }

    .elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item a {
        justify-content: flex-start;
        text-align: left
    }

    .elementor-widget.elementor-mobile_extra-align-left .elementor-inline-items {
        justify-content: flex-start
    }

    .elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item a {
        justify-content: flex-end;
        text-align: right
    }

    .elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-items {
        justify-content: flex-end
    }

    .elementor-widget:not(.elementor-mobile_extra-align-right) .elementor-icon-list-item:after {
        left: 0
    }

    .elementor-widget:not(.elementor-mobile_extra-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 {
        justify-content:center
    }

    .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after {
        margin: auto
    }

    .elementor-widget.elementor-mobile-align-center .elementor-inline-items {
        justify-content: center
    }

    .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a {
        justify-content: flex-start;
        text-align: left
    }

    .elementor-widget.elementor-mobile-align-left .elementor-inline-items {
        justify-content: flex-start
    }

    .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a {
        justify-content: flex-end;
        text-align: right
    }

    .elementor-widget.elementor-mobile-align-right .elementor-icon-list-items {
        justify-content: flex-end
    }

    .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 a {
    display: inline-block
}

.elementor-widget-image a img[src$=".svg"] {
    width: 48px
}

.elementor-widget-image img {
    vertical-align: middle;
    display: inline-block
}

.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:flex
    }

    .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
        text-align: end;
        flex-direction: row-reverse
    }

    .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper {
        text-align: start;
        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 {
        align-items: flex-start
    }

    .elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper {
        align-items: center
    }

    .elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper {
        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,.elementor-widget-image-carousel .swiper-container {
    position: static
}

.elementor-widget-image-carousel .swiper-container .swiper-slide figure,.elementor-widget-image-carousel .swiper .swiper-slide figure {
    line-height: inherit
}

.elementor-widget-image-carousel .swiper-slide {
    text-align: center
}

.elementor-image-carousel-wrapper:not(.swiper-container-initialized):not(.swiper-initialized) .swiper-slide {
    max-width: calc(100% / var(--e-image-carousel-slides-to-show, 3))
}

body.elementor-page .elementor-widget-menu-anchor {
    margin-bottom: 0
}

.elementor-widget-progress {
    text-align: start
}

.elementor-progress-wrapper {
    position: relative;
    background-color: #eee;
    color: #fff;
    height: 100%;
    border-radius: 2px
}

.elementor-progress-bar {
    display: flex;
    background-color: #69727d;
    width: 0;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    transition: width 1s ease-in-out
}

.elementor-progress-text {
    flex-grow: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-inline-start:15px}

.elementor-progress-percentage {
    padding-inline-end: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-inline-start:10px
    }
}

.e-con-inner .elementor-progress-wrapper,.e-con .elementor-progress-wrapper {
    height: auto
}

.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container {
    line-height: 1;
    font-size: 0
}

.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid {
    display: inline-grid
}

.elementor-widget-social-icons .elementor-grid {
    grid-column-gap: var(--grid-column-gap,5px);
    grid-row-gap: var(--grid-row-gap,5px);
    grid-template-columns: var(--grid-template-columns);
    justify-content: var(--justify-content,center);
    justify-items: var(--justify-content,center)
}

.elementor-icon.elementor-social-icon {
    font-size: var(--icon-size,25px);
    line-height: var(--icon-size,25px);
    width: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));
    height: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))
}

.elementor-social-icon {
    --e-social-icon-icon-color: #fff;
    display: inline-flex;
    background-color: #69727d;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer
}

.elementor-social-icon i {
    color: var(--e-social-icon-icon-color)
}

.elementor-social-icon svg {
    fill: var(--e-social-icon-icon-color)
}

.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: #69727d
}

.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-threads {
    background-color: #000
}

.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: #dd2430
}

.elementor-social-icon-weixin {
    background-color: #31a918
}

.elementor-social-icon-whatsapp {
    background-color: #25d366
}

.elementor-social-icon-wordpress {
    background-color: #21759b
}

.elementor-social-icon-x-twitter {
    background-color: #000
}

.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 {
    border-radius: 10%
}

.elementor-shape-circle .elementor-icon.elementor-social-icon {
    border-radius: 50%
}

.elementor-column .elementor-spacer-inner {
    height: var(--spacer-size)
}

.e-con {
    --container-widget-width: 100%
}

.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer {
    width: var(--container-widget-width,var(--spacer-size));
    --align-self: var(--container-widget-align-self,initial);
    --flex-shrink: 0
}

.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container {
    height: 100%;
    width: 100%
}

.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer {
    height: 100%
}

.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner {
    height: var(--container-widget-height,var(--spacer-size))
}

.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty {
    position: relative;
    min-height: 22px;
    min-width: 22px
}

.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    width: 22px;
    height: 22px
}

.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: flex;
    align-items: center
}

.elementor-star-rating__title {
    margin-inline-end:10px}

.elementor-star-rating--align-right .elementor-star-rating__wrapper {
    text-align: right;
    justify-content: flex-end
}

.elementor-star-rating--align-left .elementor-star-rating__wrapper {
    text-align: left;
    justify-content: flex-start
}

.elementor-star-rating--align-center .elementor-star-rating__wrapper {
    text-align: center;
    justify-content: center
}

.elementor-star-rating--align-justify .elementor-star-rating__title {
    margin-inline-end:auto}

@media (max-width: 1024px) {
    .elementor-star-rating-tablet--align-right .elementor-star-rating__wrapper {
        text-align:right;
        justify-content: flex-end
    }

    .elementor-star-rating-tablet--align-left .elementor-star-rating__wrapper {
        text-align: left;
        justify-content: flex-start
    }

    .elementor-star-rating-tablet--align-center .elementor-star-rating__wrapper {
        text-align: center;
        justify-content: center
    }

    .elementor-star-rating-tablet--align-justify .elementor-star-rating__title {
        margin-inline-end:auto}
}

@media (max-width: 767px) {
    .elementor-star-rating-mobile--align-right .elementor-star-rating__wrapper {
        text-align:right;
        justify-content: flex-end
    }

    .elementor-star-rating-mobile--align-left .elementor-star-rating__wrapper {
        text-align: left;
        justify-content: flex-start
    }

    .elementor-star-rating-mobile--align-center .elementor-star-rating__wrapper {
        text-align: center;
        justify-content: center
    }

    .elementor-star-rating-mobile--align-justify .elementor-star-rating__title {
        margin-inline-end: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: "â˜…"
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper {
    width: 25%;
    flex-shrink: 0
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active {
    border-inline-end-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-inline-end-style:solid}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before {
    top: 0;
    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 #d5d8dc
}

.elementor-widget-tabs .elementor-tabs {
    text-align: start
}

.elementor-widget-tabs .elementor-tabs-wrapper {
    overflow: hidden
}

.elementor-widget-tabs .elementor-tab-title {
    cursor: pointer;
    outline: var(--focus-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: #d5d8dc
}

.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-desktop-title:focus-visible {
    border: 1px solid #000
}

.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:flex
    }

    .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper {
        flex-direction: column
    }

    .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper {
        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-widget-tabs.elementor-tabs-alignment-center .elementor-tabs-wrapper,.elementor-widget-tabs.elementor-tabs-alignment-end .elementor-tabs-wrapper,.elementor-widget-tabs.elementor-tabs-alignment-stretch .elementor-tabs-wrapper {
        display: flex
    }

    .elementor-widget-tabs.elementor-tabs-alignment-center .elementor-tabs-wrapper {
        justify-content: center
    }

    .elementor-widget-tabs.elementor-tabs-alignment-end .elementor-tabs-wrapper {
        justify-content: flex-end
    }

    .elementor-widget-tabs.elementor-tabs-alignment-stretch.elementor-tabs-view-horizontal .elementor-tab-title {
        width: 100%
    }

    .elementor-widget-tabs.elementor-tabs-alignment-stretch.elementor-tabs-view-vertical .elementor-tab-title {
        height: 100%
    }

    .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;
    display: block
}

.elementor-testimonial-wrapper .elementor-testimonial-job {
    font-size: .85em;
    display: block
}

.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;
    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-inline-end:15px}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details {
    text-align: start
}

.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: #69727d;
    color: #fff
}

.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap {
    color: #69727d;
    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: start
}

.elementor-toggle .elementor-tab-title {
    font-weight: 700;
    line-height: 1;
    margin: 0;
    padding: 15px;
    border-bottom: 1px solid #d5d8dc;
    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 svg {
    margin-inline-start:-5px;width: 1em;
    height: 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 #d5d8dc;
    display: none
}

@media (max-width: 767px) {
    .elementor-toggle .elementor-tab-title {
        padding:12px
    }

    .elementor-toggle .elementor-tab-content {
        padding: 12px 10px
    }
}

.e-con-inner>.elementor-widget-toggle,.e-con>.elementor-widget-toggle {
    width: var(--container-widget-width);
    --flex-grow: var(--container-widget-flex-grow)
}

.elementor-widget-video .elementor-widget-container {
    overflow: hidden;
    transform: translateZ(0)
}

.elementor-widget-video .elementor-wrapper {
    aspect-ratio: var(--video-aspect-ratio)
}

.elementor-widget-video .elementor-wrapper iframe,.elementor-widget-video .elementor-wrapper video {
    height: 100%;
    width: 100%;
    display: flex;
    border: none;
    background-color: #000
}

@supports not (aspect-ratio: 1/1) {
    .elementor-widget-video .elementor-wrapper {
        position:relative;
        overflow: hidden;
        height: 0;
        padding-bottom: calc(100% / var(--video-aspect-ratio))
    }

    .elementor-widget-video .elementor-wrapper iframe,.elementor-widget-video .elementor-wrapper video {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }
}

.elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    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%;
    aspect-ratio: var(--video-aspect-ratio);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

@supports not (aspect-ratio: 1/1) {
    .elementor-widget-video .elementor-custom-embed-image-overlay {
        position:relative;
        overflow: hidden;
        height: 0;
        padding-bottom: calc(100% / var(--video-aspect-ratio))
    }

    .elementor-widget-video .elementor-custom-embed-image-overlay img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }
}

.elementor-widget-video .e-hosted-video .elementor-video {
    -o-object-fit: cover;
    object-fit: cover
}

.e-con-inner>.elementor-widget-video,.e-con>.elementor-widget-video {
    width: var(--container-widget-width);
    --flex-grow: var(--container-widget-flex-grow)
}

.elementor-widget-rating {
    --e-rating-gap: 0px;
    --e-rating-icon-font-size: 16px;
    --e-rating-icon-color: #ccd6df;
    --e-rating-icon-marked-color: #f0ad4e;
    --e-rating-icon-marked-width: 100%;
    --e-rating-justify-content: flex-start
}

.elementor-widget-rating .e-rating {
    display: flex;
    justify-content: var(--e-rating-justify-content)
}

.elementor-widget-rating .e-rating-wrapper {
    display: flex;
    justify-content: inherit;
    flex-direction: row;
    flex-wrap: wrap;
    width: -moz-fit-content;
    width: fit-content;
    margin-block-end:calc(0px - var(--e-rating-gap));margin-inline-end: calc(0px - var(--e-rating-gap))
}

.elementor-widget-rating .e-rating .e-icon {
    position: relative;
    margin-block-end:var(--e-rating-gap);margin-inline-end: var(--e-rating-gap)
}

.elementor-widget-rating .e-rating .e-icon-wrapper.e-icon-marked {
    --e-rating-icon-color: var(--e-rating-icon-marked-color);
    width: var(--e-rating-icon-marked-width);
    position: absolute;
    z-index: 1;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden
}

.elementor-widget-rating .e-rating .e-icon-wrapper :is(i,svg) {
    display: flex;
    flex-shrink: 0
}

.elementor-widget-rating .e-rating .e-icon-wrapper i {
    font-size: var(--e-rating-icon-font-size);
    color: var(--e-rating-icon-color)
}

.elementor-widget-rating .e-rating .e-icon-wrapper svg {
    width: auto;
    height: var(--e-rating-icon-font-size);
    fill: var(--e-rating-icon-color)
}

/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */
@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-android .swiper-slide,.swiper-wrapper {
    transform: translate3d(0px,0,0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform,height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0,0,0,.15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start:var(--swiper-centered-offset-before)}

.swiper-centered.swiper-horizontal>.swiper-wrapper: :before {
    height:100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start:var(--swiper-centered-offset-before)}

.swiper-centered.swiper-vertical>.swiper-wrapper: :before {
    width:100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev {
    display: none!important
}

.swiper-button-next:after,.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled {
    display: none!important
}

.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color,#000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none!important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color,var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px,-50%,0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform,.2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.2s right
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}

.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none!important
}

.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-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);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: 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%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform,opacity,height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

.elementor-kit-7 {
    --e-global-color-primary: #6EC1E4;
    --e-global-color-secondary: #54595F;
    --e-global-color-text: #7A7A7A;
    --e-global-color-accent: #61CE70;
    --e-global-typography-primary-font-family: "Roboto";
    --e-global-typography-primary-font-weight: 600;
    --e-global-typography-secondary-font-family: "Roboto Slab";
    --e-global-typography-secondary-font-weight: 400;
    --e-global-typography-text-font-family: "Roboto";
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-family: "Roboto";
    --e-global-typography-accent-font-weight: 500;
}

.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1140px;
}

.e-con {
    --container-max-width: 1140px;
}

.elementor-widget:not(:last-child) {
    margin-block-end:20px;}

.elementor-element {
    --widgets-spacing: 20px 20px;
}

{
}

h1.entry-title {
    display: var(--page-title-display);
}

@media(max-width: 1024px) {
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width:1024px;
    }

    .e-con {
        --container-max-width: 1024px;
    }
}

@media(max-width: 767px) {
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width:767px;
    }

    .e-con {
        --container-max-width: 767px;
    }
}

.elementor-widget-heading .elementor-heading-title {
    color: var( --e-global-color-primary );
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-primary-font-weight );
}

.elementor-widget-image .widget-image-caption {
    color: var( --e-global-color-text );
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-text-font-weight );
}

.elementor-widget-text-editor {
    color: var( --e-global-color-text );
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-text-font-weight );
}

.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
    background-color: var( --e-global-color-primary );
}

.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap {
    color: var( --e-global-color-primary );
    border-color: var( --e-global-color-primary );
}

.elementor-widget-button .elementor-button {
    font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-accent-font-weight );
    background-color: var( --e-global-color-accent );
}

.elementor-widget-divider {
    --divider-color: var( --e-global-color-secondary );
}

.elementor-widget-divider .elementor-divider__text {
    color: var( --e-global-color-secondary );
    font-family: var( --e-global-typography-secondary-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-secondary-font-weight );
}

.elementor-widget-divider.elementor-view-stacked .elementor-icon {
    background-color: var( --e-global-color-secondary );
}

.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon {
    color: var( --e-global-color-secondary );
    border-color: var( --e-global-color-secondary );
}

.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg {
    fill: var( --e-global-color-secondary );
}

.elementor-widget-image-box .elementor-image-box-title {
    color: var( --e-global-color-primary );
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-primary-font-weight );
}

.elementor-widget-image-box .elementor-image-box-description {
    color: var( --e-global-color-text );
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-text-font-weight );
}

.elementor-widget-icon.elementor-view-stacked .elementor-icon {
    background-color: var( --e-global-color-primary );
}

.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon {
    color: var( --e-global-color-primary );
    border-color: var( --e-global-color-primary );
}

.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon svg {
    fill: var( --e-global-color-primary );
}

.elementor-widget-icon-box.elementor-view-stacked .elementor-icon {
    background-color: var( --e-global-color-primary );
}

.elementor-widget-icon-box.elementor-view-framed .elementor-icon, .elementor-widget-icon-box.elementor-view-default .elementor-icon {
    fill: var( --e-global-color-primary );
    color: var( --e-global-color-primary );
    border-color: var( --e-global-color-primary );
}

.elementor-widget-icon-box .elementor-icon-box-title {
    color: var( --e-global-color-primary );
}

.elementor-widget-icon-box .elementor-icon-box-title, .elementor-widget-icon-box .elementor-icon-box-title a {
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-primary-font-weight );
}

.elementor-widget-icon-box .elementor-icon-box-description {
    color: var( --e-global-color-text );
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-text-font-weight );
}

.elementor-widget-star-rating .elementor-star-rating__title {
    color: var( --e-global-color-text );
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-text-font-weight );
}

.elementor-widget-image-gallery .gallery-item .gallery-caption {
    font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-accent-font-weight );
}

.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after {
    border-color: var( --e-global-color-text );
}

.elementor-widget-icon-list .elementor-icon-list-icon i {
    color: var( --e-global-color-primary );
}

.elementor-widget-icon-list .elementor-icon-list-icon svg {
    fill: var( --e-global-color-primary );
}

.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a {
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-text-font-weight );
}

.elementor-widget-icon-list .elementor-icon-list-text {
    color: var( --e-global-color-secondary );
}

.elementor-widget-counter .elementor-counter-number-wrapper {
    color: var( --e-global-color-primary );
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-primary-font-weight );
}

.elementor-widget-counter .elementor-counter-title {
    color: var( --e-global-color-secondary );
    font-family: var( --e-global-typography-secondary-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-secondary-font-weight );
}

.elementor-widget-progress .elementor-progress-wrapper .elementor-progress-bar {
    background-color: var( --e-global-color-primary );
}

.elementor-widget-progress .elementor-title {
    color: var( --e-global-color-primary );
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-text-font-weight );
}

.elementor-widget-testimonial .elementor-testimonial-content {
    color: var( --e-global-color-text );
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-text-font-weight );
}

.elementor-widget-testimonial .elementor-testimonial-name {
    color: var( --e-global-color-primary );
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-primary-font-weight );
}

.elementor-widget-testimonial .elementor-testimonial-job {
    color: var( --e-global-color-secondary );
    font-family: var( --e-global-typography-secondary-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-secondary-font-weight );
}

.elementor-widget-tabs .elementor-tab-title, .elementor-widget-tabs .elementor-tab-title a {
    color: var( --e-global-color-primary );
}

.elementor-widget-tabs .elementor-tab-title.elementor-active, .elementor-widget-tabs .elementor-tab-title.elementor-active a {
    color: var( --e-global-color-accent );
}

.elementor-widget-tabs .elementor-tab-title {
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-primary-font-weight );
}

.elementor-widget-tabs .elementor-tab-content {
    color: var( --e-global-color-text );
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-text-font-weight );
}

.elementor-widget-accordion .elementor-accordion-icon, .elementor-widget-accordion .elementor-accordion-title {
    color: var( --e-global-color-primary );
}

.elementor-widget-accordion .elementor-accordion-icon svg {
    fill: var( --e-global-color-primary );
}

.elementor-widget-accordion .elementor-active .elementor-accordion-icon, .elementor-widget-accordion .elementor-active .elementor-accordion-title {
    color: var( --e-global-color-accent );
}

.elementor-widget-accordion .elementor-active .elementor-accordion-icon svg {
    fill: var( --e-global-color-accent );
}

.elementor-widget-accordion .elementor-accordion-title {
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-primary-font-weight );
}

.elementor-widget-accordion .elementor-tab-content {
    color: var( --e-global-color-text );
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-text-font-weight );
}

.elementor-widget-toggle .elementor-toggle-title, .elementor-widget-toggle .elementor-toggle-icon {
    color: var( --e-global-color-primary );
}

.elementor-widget-toggle .elementor-toggle-icon svg {
    fill: var( --e-global-color-primary );
}

.elementor-widget-toggle .elementor-tab-title.elementor-active a, .elementor-widget-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon {
    color: var( --e-global-color-accent );
}

.elementor-widget-toggle .elementor-toggle-title {
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-primary-font-weight );
}

.elementor-widget-toggle .elementor-tab-content {
    color: var( --e-global-color-text );
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-text-font-weight );
}

.elementor-widget-alert .elementor-alert-title {
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-primary-font-weight );
}

.elementor-widget-alert .elementor-alert-description {
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-text-font-weight );
}

.elementor-widget-text-path {
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-text-font-weight );
}

.elementor-981 .elementor-element.elementor-element-e3a9e86 {
    margin-top: -2px;
    margin-bottom: -20px;
}

.elementor-981 .elementor-element.elementor-element-32099ab .cms-heading-wrapper .custom-heading {
    margin-top: 0px;
    margin-bottom: 15px;
}

.elementor-981 .elementor-element.elementor-element-32099ab .custom-heading {
    font-size: 40px;
    font-weight: 700;
}

.elementor-981 .elementor-element.elementor-element-32099ab .cms-heading-wrapper .custom-subheading {
    margin-bottom: 8px;
}

.elementor-981 .elementor-element.elementor-element-32099ab .cms-heading-wrapper .sub-hd-stroke {
    margin-bottom: 8px;
}

.elementor-981 .elementor-element.elementor-element-32099ab > .elementor-widget-container {
    margin: 27px 0px 0px 0px;
}

.elementor-981 .elementor-element.elementor-element-a484d14 {
    font-family: "Roboto", Sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.elementor-981 .elementor-element.elementor-element-a484d14 > .elementor-widget-container {
    margin: 5px -2px 0px 0px;
}

.elementor-981 .elementor-element.elementor-element-3ccfc75 {
    font-family: "Roboto", Sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.elementor-981 .elementor-element.elementor-element-3ccfc75 > .elementor-widget-container {
    margin: 8px -2px 0px 0px;
}

.elementor-981 .elementor-element.elementor-element-847d7a3 {
    margin-top: 33px;
    margin-bottom: 0px;
}

.elementor-981 .elementor-element.elementor-element-d97fbf7 .cms-fancy-box .item--icon {
    margin-bottom: 15px;
}

.elementor-981 .elementor-element.elementor-element-d97fbf7 .cms-fancy-box .item--title {
    margin-bottom: 15px;
}

.elementor-981 .elementor-element.elementor-element-d97fbf7 > .elementor-widget-container {
    margin: 0px 11px 0px 0px;
}

.elementor-981 .elementor-element.elementor-element-5d98074 .cms-fancy-box .item--icon {
    margin-bottom: 15px;
}

.elementor-981 .elementor-element.elementor-element-5d98074 .cms-fancy-box .item--title {
    margin-bottom: 15px;
}

.elementor-981 .elementor-element.elementor-element-5d98074 > .elementor-widget-container {
    margin: 0px 11px 0px 0px;
}

.elementor-981 .elementor-element.elementor-element-8e4599e {
    margin-top: 25px;
    margin-bottom: 0px;
}

.elementor-981 .elementor-element.elementor-element-6ee7940 .cms-fancy-box .item--icon {
    margin-bottom: 15px;
}

.elementor-981 .elementor-element.elementor-element-6ee7940 .cms-fancy-box .item--title {
    margin-bottom: 15px;
}

.elementor-981 .elementor-element.elementor-element-6ee7940 > .elementor-widget-container {
    margin: 0px 11px 0px 0px;
}

.elementor-981 .elementor-element.elementor-element-8d6ef76 .cms-fancy-box .item--icon {
    margin-bottom: 15px;
}

.elementor-981 .elementor-element.elementor-element-8d6ef76 .cms-fancy-box .item--title {
    margin-bottom: 15px;
}

.elementor-981 .elementor-element.elementor-element-8d6ef76 > .elementor-widget-container {
    margin: 0px 11px 0px 0px;
}

.elementor-981 .elementor-element.elementor-element-2efa5de > .elementor-widget-container {
    margin: 49px 0px 0px 0px;
}

.elementor-981 .elementor-element.elementor-element-ee82989 > .elementor-widget-container {
    margin: 34px -2px 0px 0px;
}

.elementor-981 .elementor-element.elementor-element-95c08aa > .elementor-element-populated {
    margin: 0px 0px 0px 30px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 30px;
}

.elementor-981 .elementor-element.elementor-element-15e1885 > .elementor-widget-container {
    margin: 50px 0px 0px 0px;
}

@media(min-width: 768px) {
    .elementor-981 .elementor-element.elementor-element-5adc9c0 {
        width:64.534%;
    }

    .elementor-981 .elementor-element.elementor-element-95c08aa {
        width: 35.425%;
    }
}

@media(max-width: 1024px) {
    .elementor-981 .elementor-element.elementor-element-32099ab .custom-heading {
        font-size:35px;
    }

    .elementor-981 .elementor-element.elementor-element-a484d14 > .elementor-widget-container {
        margin: 5px 0px 0px 0px;
    }

    .elementor-981 .elementor-element.elementor-element-3ccfc75 > .elementor-widget-container {
        margin: 8px 0px 0px 0px;
    }

    .elementor-981 .elementor-element.elementor-element-847d7a3 {
        margin-top: 25px;
        margin-bottom: 0px;
    }

    .elementor-981 .elementor-element.elementor-element-ee82989 > .elementor-widget-container {
        margin: 34px 0px 0px 0px;
    }

    .elementor-981 .elementor-element.elementor-element-95c08aa > .elementor-element-populated {
        margin: 0px 0px 0px 0px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px;
    }

    .elementor-981 .elementor-element.elementor-element-15e1885 > .elementor-widget-container {
        margin: 40px 0px 0px 0px;
    }
}

@media(max-width: 767px) {
    .elementor-981 .elementor-element.elementor-element-32099ab .custom-heading {
        font-size:35px;
    }

    .elementor-981 .elementor-element.elementor-element-847d7a3 {
        margin-top: 20px;
        margin-bottom: 0px;
        padding: 0px 0px 0px 0px;
    }

    .elementor-981 .elementor-element.elementor-element-d97fbf7 > .elementor-widget-container {
        margin: 0px 0px 0px 0px;
    }

    .elementor-981 .elementor-element.elementor-element-24abd63 > .elementor-element-populated {
        margin: 30px 0px 0px 0px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px;
    }

    .elementor-981 .elementor-element.elementor-element-8e4599e {
        margin-top: 30px;
        margin-bottom: 0px;
    }

    .elementor-981 .elementor-element.elementor-element-50dfc5b > .elementor-element-populated {
        margin: 30px 0px 0px 0px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px;
    }

    .elementor-981 .elementor-element.elementor-element-95c08aa > .elementor-element-populated {
        margin: 20px 0px 0px 0px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px;
    }
}

.elementor-271 .elementor-element.elementor-element-5a38713:not(.elementor-motion-effects-element-type-background), .elementor-271 .elementor-element.elementor-element-5a38713 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: #001A42;
}

.elementor-271 .elementor-element.elementor-element-5a38713 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0px 0px 90px 0px;
}

.elementor-271 .elementor-element.elementor-element-5a38713 > .elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-271 .elementor-element.elementor-element-8ffa6f9 > .elementor-element-populated {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.elementor-271 .elementor-element.elementor-element-8ffa6f9 > .elementor-element-populated > .elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-271 .elementor-element.elementor-element-3ab55e1 > .elementor-widget-container {
    margin: 90px 0px 0px 0px;
}

.elementor-271 .elementor-element.elementor-element-ecbcbcb {
    color: #C6D6EE;
    font-family: "Roboto", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
}

.elementor-271 .elementor-element.elementor-element-ecbcbcb > .elementor-widget-container {
    margin: 31px 0px 0px 0px;
}

.elementor-271 .elementor-element.elementor-element-3a9a03d .cms-heading-wrapper .custom-heading {
    margin-top: 0px;
    margin-bottom: 8px;
}

.elementor-271 .elementor-element.elementor-element-3a9a03d .custom-heading {
    font-family: "Exo", Sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.elementor-271 .elementor-element.elementor-element-3a9a03d .cms-heading-wrapper .custom-subheading {
    margin-bottom: 8px;
}

.elementor-271 .elementor-element.elementor-element-3a9a03d .cms-heading-wrapper .sub-hd-stroke {
    margin-bottom: 8px;
}

.elementor-271 .elementor-element.elementor-element-3a9a03d .custom-heading-description {
    color: #C6D6EE;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.elementor-271 .elementor-element.elementor-element-3a9a03d > .elementor-widget-container {
    margin: 18px 0px 0px 0px;
}

.elementor-271 .elementor-element.elementor-element-3f59eea > .elementor-element-populated {
    margin: 87px 0px 0px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
    padding: 10px 0px 0px 90px;
}

.elementor-271 .elementor-element.elementor-element-80cbb02 .custom-heading {
    color: #FFFFFF;
    font-family: "Exo", Sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.elementor-271 .elementor-element.elementor-element-80cbb02 .cms-heading-wrapper .custom-heading {
    margin-top: 0px;
    margin-bottom: 15px;
}

.elementor-271 .elementor-element.elementor-element-80cbb02 .cms-heading-wrapper .custom-subheading {
    margin-bottom: 8px;
}

.elementor-271 .elementor-element.elementor-element-80cbb02 .cms-heading-wrapper .sub-hd-stroke {
    margin-bottom: 8px;
}

.elementor-271 .elementor-element.elementor-element-2ea50f2 .cms-list li a {
    color: #C6D6EE;
}

.elementor-271 .elementor-element.elementor-element-2ea50f2 .cms-list.style5 li a {
    color: #C6D6EE;
}

.elementor-271 .elementor-element.elementor-element-2ea50f2 > .elementor-widget-container {
    margin: 7px 0px 0px 0px;
}

.elementor-271 .elementor-element.elementor-element-52d2edf > .elementor-element-populated {
    margin: 87px 35px 0px 0px;
    --e-column-margin-right: 35px;
    --e-column-margin-left: 0px;
    padding: 10px 0px 0px 053px;
}

.elementor-271 .elementor-element.elementor-element-84e244a .custom-heading {
    color: #FFFFFF;
    font-family: "Exo", Sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.elementor-271 .elementor-element.elementor-element-84e244a .cms-heading-wrapper .custom-heading {
    margin-top: 0px;
    margin-bottom: 15px;
}

.elementor-271 .elementor-element.elementor-element-84e244a .cms-heading-wrapper .custom-subheading {
    margin-bottom: 8px;
}

.elementor-271 .elementor-element.elementor-element-84e244a .cms-heading-wrapper .sub-hd-stroke {
    margin-bottom: 8px;
}

.elementor-271 .elementor-element.elementor-element-d3df640 > .elementor-widget-container {
    margin: 15px 0px 0px 0px;
}

.elementor-271 .elementor-element.elementor-element-212244e > .elementor-widget-container {
    margin: 8px 0px 0px 0px;
}

.elementor-271 .elementor-element.elementor-element-94711cc > .elementor-widget-container {
    margin: 8px 0px 0px 0px;
}

.elementor-271 .elementor-element.elementor-element-c54900e .cms-icon1 a {
    color: #FFFFFF !important;
    background-color: #021F4C !important;
}

.elementor-271 .elementor-element.elementor-element-c54900e .cms-icon1 a:hover {
    background-color: #FF5E15 !important;
}

.elementor-271 .elementor-element.elementor-element-c54900e > .elementor-widget-container {
    margin: 1px 0px 0px 0px;
}

.elementor-271 .elementor-element.elementor-element-2f5c30e > .elementor-element-populated {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 87px 0px 0px 8px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 8px;
}

.elementor-271 .elementor-element.elementor-element-2f5c30e > .elementor-element-populated > .elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-271 .elementor-element.elementor-element-bb88aa1 .custom-heading {
    color: #FFFFFF;
    font-family: "Exo", Sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.elementor-271 .elementor-element.elementor-element-bb88aa1 .cms-heading-wrapper .custom-heading {
    margin-top: 0px;
    margin-bottom: 15px;
}

.elementor-271 .elementor-element.elementor-element-bb88aa1 .cms-heading-wrapper .custom-subheading {
    margin-bottom: 8px;
}

.elementor-271 .elementor-element.elementor-element-bb88aa1 .cms-heading-wrapper .sub-hd-stroke {
    margin-bottom: 8px;
}

.elementor-271 .elementor-element.elementor-element-a4d6746 > .elementor-widget-container {
    margin: 19px 0px 0px 0px;
}

.elementor-271 .elementor-element.elementor-element-b192ac7:not(.elementor-motion-effects-element-type-background), .elementor-271 .elementor-element.elementor-element-b192ac7 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: #00173C;
}

.elementor-271 .elementor-element.elementor-element-b192ac7 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
}

.elementor-271 .elementor-element.elementor-element-b192ac7 > .elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-271 .elementor-element.elementor-element-15e9cec .elementor-text-editor {
    text-align: center;
}

.elementor-271 .elementor-element.elementor-element-15e9cec {
    color: #FFFFFF;
    font-family: "Exo", Sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.elementor-271 .elementor-element.elementor-element-15e9cec a {
    color: #FFFFFF !important;
}

.elementor-271 .elementor-element.elementor-element-15e9cec a:hover {
    color: #FF5E15 !important;
}

.elementor-271 .elementor-element.elementor-element-15e9cec > .elementor-widget-container {
    margin: 5px 0px 5px 0px;
}

@media(max-width: 1024px) {
    .elementor-271 .elementor-element.elementor-element-5a38713 {
        padding:0px 10px 65px 10px;
    }

    .elementor-271 .elementor-element.elementor-element-8ffa6f9 > .elementor-element-populated {
        margin: 0px 20px 0px 0px;
        --e-column-margin-right: 20px;
        --e-column-margin-left: 0px;
    }

    .elementor-271 .elementor-element.elementor-element-3ab55e1 > .elementor-widget-container {
        margin: 77px 0px 0px 0px;
    }

    .elementor-271 .elementor-element.elementor-element-3f59eea > .elementor-element-populated {
        margin: 66px 0px 0px 20px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 20px;
        padding: 0px 0px 0px 10px;
    }

    .elementor-271 .elementor-element.elementor-element-52d2edf > .elementor-element-populated {
        margin: 0px 20px 0px 0px;
        --e-column-margin-right: 20px;
        --e-column-margin-left: 0px;
        padding: 35px 0px 0px 10px;
    }

    .elementor-271 .elementor-element.elementor-element-2f5c30e > .elementor-element-populated {
        margin: 25px 0px 0px 20px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 20px;
    }
}

@media(max-width: 767px) {
    .elementor-271 .elementor-element.elementor-element-5a38713 {
        padding:0px 10px 50px 10px;
    }

    .elementor-271 .elementor-element.elementor-element-8ffa6f9 > .elementor-element-populated {
        margin: 0px 0px 0px 0px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px;
    }

    .elementor-271 .elementor-element.elementor-element-3ab55e1 > .elementor-widget-container {
        margin: 70px 0px 0px 0px;
    }

    .elementor-271 .elementor-element.elementor-element-ecbcbcb > .elementor-widget-container {
        margin: 25px 0px 0px 0px;
    }

    .elementor-271 .elementor-element.elementor-element-3a9a03d > .elementor-widget-container {
        margin: 30px 0px 0px 0px;
    }

    .elementor-271 .elementor-element.elementor-element-3f59eea > .elementor-element-populated {
        margin: 30px 0px 0px 0px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px;
    }

    .elementor-271 .elementor-element.elementor-element-52d2edf > .elementor-element-populated {
        margin: 0px 0px 0px 0px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px;
        padding: 15px 0px 0px 10px;
    }

    .elementor-271 .elementor-element.elementor-element-2f5c30e > .elementor-element-populated {
        margin: 29px 0px 0px 0px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px;
    }
}

@media(min-width: 768px) {
    .elementor-271 .elementor-element.elementor-element-8ffa6f9 {
        width:27%;
    }

    .elementor-271 .elementor-element.elementor-element-3f59eea {
        width: 21.654%;
    }

    .elementor-271 .elementor-element.elementor-element-52d2edf {
        width: 26.175%;
    }

    .elementor-271 .elementor-element.elementor-element-2f5c30e {
        width: 25.171%;
    }
}

@media(max-width: 1024px) and (min-width:768px) {
    .elementor-271 .elementor-element.elementor-element-8ffa6f9 {
        width:50%;
    }

    .elementor-271 .elementor-element.elementor-element-3f59eea {
        width: 50%;
    }

    .elementor-271 .elementor-element.elementor-element-52d2edf {
        width: 50%;
    }

    .elementor-271 .elementor-element.elementor-element-2f5c30e {
        width: 50%;
    }
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fad,.fal,.far,.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite
}

.fa-pulse {
    -webkit-animation: fa-spin 1s steps(8) infinite;
    animation: fa-spin 1s steps(8) infinite
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fa-flip-vertical {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x,.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-acquisitions-incorporated:before {
    content: "\f6af"
}

.fa-ad:before {
    content: "\f641"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-air-freshener:before {
    content: "\f5d0"
}

.fa-airbnb:before {
    content: "\f834"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angry:before {
    content: "\f556"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-archway:before {
    content: "\f557"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-artstation:before {
    content: "\f77a"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-atlas:before {
    content: "\f558"
}

.fa-atlassian:before {
    content: "\f77b"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-award:before {
    content: "\f559"
}

.fa-aws:before {
    content: "\f375"
}

.fa-baby:before {
    content: "\f77c"
}

.fa-baby-carriage:before {
    content: "\f77d"
}

.fa-backspace:before {
    content: "\f55a"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-bacon:before {
    content: "\f7e5"
}

.fa-bacteria:before {
    content: "\e059"
}

.fa-bacterium:before {
    content: "\e05a"
}

.fa-bahai:before {
    content: "\f666"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-balance-scale-left:before {
    content: "\f515"
}

.fa-balance-scale-right:before {
    content: "\f516"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battle-net:before {
    content: "\f835"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bible:before {
    content: "\f647"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-biking:before {
    content: "\f84a"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-biohazard:before {
    content: "\f780"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blog:before {
    content: "\f781"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-dead:before {
    content: "\f6b7"
}

.fa-book-medical:before {
    content: "\f7e6"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-reader:before {
    content: "\f5da"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bootstrap:before {
    content: "\f836"
}

.fa-border-all:before {
    content: "\f84c"
}

.fa-border-none:before {
    content: "\f850"
}

.fa-border-style:before {
    content: "\f853"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-box-tissue:before {
    content: "\e05b"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-bread-slice:before {
    content: "\f7ec"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-buffer:before {
    content: "\f837"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-bus-alt:before {
    content: "\f55e"
}

.fa-business-time:before {
    content: "\f64a"
}

.fa-buy-n-large:before {
    content: "\f8a6"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-day:before {
    content: "\f783"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-calendar-week:before {
    content: "\f784"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-campground:before {
    content: "\f6bb"
}

.fa-canadian-maple-leaf:before {
    content: "\f785"
}

.fa-candy-cane:before {
    content: "\f786"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-car-alt:before {
    content: "\f5de"
}

.fa-car-battery:before {
    content: "\f5df"
}

.fa-car-crash:before {
    content: "\f5e1"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-caravan:before {
    content: "\f8ff"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-carrot:before {
    content: "\f787"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cash-register:before {
    content: "\f788"
}

.fa-cat:before {
    content: "\f6be"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-centos:before {
    content: "\f789"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chair:before {
    content: "\f6c0"
}

.fa-chalkboard:before {
    content: "\f51b"
}

.fa-chalkboard-teacher:before {
    content: "\f51c"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-cheese:before {
    content: "\f7ef"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-chromecast:before {
    content: "\f838"
}

.fa-church:before {
    content: "\f51d"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-city:before {
    content: "\f64f"
}

.fa-clinic-medical:before {
    content: "\f7f2"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-meatball:before {
    content: "\f73b"
}

.fa-cloud-moon:before {
    content: "\f6c3"
}

.fa-cloud-moon-rain:before {
    content: "\f73c"
}

.fa-cloud-rain:before {
    content: "\f73d"
}

.fa-cloud-showers-heavy:before {
    content: "\f740"
}

.fa-cloud-sun:before {
    content: "\f6c4"
}

.fa-cloud-sun-rain:before {
    content: "\f743"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudflare:before {
    content: "\e07d"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-cocktail:before {
    content: "\f561"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-medical:before {
    content: "\f7f5"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comments:before {
    content: "\f086"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-compress-alt:before {
    content: "\f422"
}

.fa-compress-arrows-alt:before {
    content: "\f78c"
}

.fa-concierge-bell:before {
    content: "\f562"
}

.fa-confluence:before {
    content: "\f78d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-cotton-bureau:before {
    content: "\f89e"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crop-alt:before {
    content: "\f565"
}

.fa-cross:before {
    content: "\f654"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-crow:before {
    content: "\f520"
}

.fa-crown:before {
    content: "\f521"
}

.fa-crutch:before {
    content: "\f7f7"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-dailymotion:before {
    content: "\e052"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-deezer:before {
    content: "\e077"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-democrat:before {
    content: "\f747"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-dhl:before {
    content: "\f790"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-diaspora:before {
    content: "\f791"
}

.fa-dice:before {
    content: "\f522"
}

.fa-dice-d20:before {
    content: "\f6cf"
}

.fa-dice-d6:before {
    content: "\f6d1"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-digital-tachograph:before {
    content: "\f566"
}

.fa-directions:before {
    content: "\f5eb"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-disease:before {
    content: "\f7fa"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dizzy:before {
    content: "\f567"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dog:before {
    content: "\f6d3"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-drafting-compass:before {
    content: "\f568"
}

.fa-dragon:before {
    content: "\f6d5"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drum:before {
    content: "\f569"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-drumstick-bite:before {
    content: "\f6d7"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dumpster:before {
    content: "\f793"
}

.fa-dumpster-fire:before {
    content: "\f794"
}

.fa-dungeon:before {
    content: "\f6d9"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edge-legacy:before {
    content: "\e078"
}

.fa-edit:before {
    content: "\f044"
}

.fa-egg:before {
    content: "\f7fb"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-equals:before {
    content: "\f52c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-ethernet:before {
    content: "\f796"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-evernote:before {
    content: "\f839"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-alt:before {
    content: "\f424"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fan:before {
    content: "\f863"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-faucet:before {
    content: "\e005"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-feather-alt:before {
    content: "\f56b"
}

.fa-fedex:before {
    content: "\f797"
}

.fa-fedora:before {
    content: "\f798"
}

.fa-female:before {
    content: "\f182"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-figma:before {
    content: "\f799"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-file-csv:before {
    content: "\f6dd"
}

.fa-file-download:before {
    content: "\f56d"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-export:before {
    content: "\f56e"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-import:before {
    content: "\f56f"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-file-upload:before {
    content: "\f574"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-fill:before {
    content: "\f575"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-alt:before {
    content: "\f7e4"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-firefox-browser:before {
    content: "\e007"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-fish:before {
    content: "\f578"
}

.fa-fist-raised:before {
    content: "\f6de"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flag-usa:before {
    content: "\f74d"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-flushed:before {
    content: "\f579"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-minus:before {
    content: "\f65d"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-frown:before {
    content: "\f119"
}

.fa-frown-open:before {
    content: "\f57a"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-funnel-dollar:before {
    content: "\f662"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-ghost:before {
    content: "\f6e2"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-gifts:before {
    content: "\f79c"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-alt:before {
    content: "\f841"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-cheers:before {
    content: "\f79f"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glass-martini-alt:before {
    content: "\f57b"
}

.fa-glass-whiskey:before {
    content: "\f7a0"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-globe-africa:before {
    content: "\f57c"
}

.fa-globe-americas:before {
    content: "\f57d"
}

.fa-globe-asia:before {
    content: "\f57e"
}

.fa-globe-europe:before {
    content: "\f7a2"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-pay:before {
    content: "\e079"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-greater-than:before {
    content: "\f531"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-grimace:before {
    content: "\f57f"
}

.fa-grin:before {
    content: "\f580"
}

.fa-grin-alt:before {
    content: "\f581"
}

.fa-grin-beam:before {
    content: "\f582"
}

.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-grin-hearts:before {
    content: "\f584"
}

.fa-grin-squint:before {
    content: "\f585"
}

.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-grin-stars:before {
    content: "\f587"
}

.fa-grin-tears:before {
    content: "\f588"
}

.fa-grin-tongue:before {
    content: "\f589"
}

.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-grin-wink:before {
    content: "\f58c"
}

.fa-grip-horizontal:before {
    content: "\f58d"
}

.fa-grip-lines:before {
    content: "\f7a4"
}

.fa-grip-lines-vertical:before {
    content: "\f7a5"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-guilded:before {
    content: "\e07e"
}

.fa-guitar:before {
    content: "\f7a6"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-hamburger:before {
    content: "\f805"
}

.fa-hammer:before {
    content: "\f6e3"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-medical:before {
    content: "\e05c"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-holding-water:before {
    content: "\f4c1"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-middle-finger:before {
    content: "\f806"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-sparkles:before {
    content: "\e05d"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-hands-wash:before {
    content: "\e05e"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-handshake-alt-slash:before {
    content: "\e05f"
}

.fa-handshake-slash:before {
    content: "\e060"
}

.fa-hanukiah:before {
    content: "\f6e6"
}

.fa-hard-hat:before {
    content: "\f807"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hat-cowboy:before {
    content: "\f8c0"
}

.fa-hat-cowboy-side:before {
    content: "\f8c1"
}

.fa-hat-wizard:before {
    content: "\f6e8"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-head-side-cough:before {
    content: "\e061"
}

.fa-head-side-cough-slash:before {
    content: "\e062"
}

.fa-head-side-mask:before {
    content: "\e063"
}

.fa-head-side-virus:before {
    content: "\e064"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-headphones-alt:before {
    content: "\f58f"
}

.fa-headset:before {
    content: "\f590"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heart-broken:before {
    content: "\f7a9"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-hiking:before {
    content: "\f6ec"
}

.fa-hippo:before {
    content: "\f6ed"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hive:before {
    content: "\e07f"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-holly-berry:before {
    content: "\f7aa"
}

.fa-home:before {
    content: "\f015"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-horse:before {
    content: "\f6f0"
}

.fa-horse-head:before {
    content: "\f7ab"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hospital-user:before {
    content: "\f80d"
}

.fa-hot-tub:before {
    content: "\f593"
}

.fa-hotdog:before {
    content: "\f80f"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-house-damage:before {
    content: "\f6f1"
}

.fa-house-user:before {
    content: "\e065"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-hryvnia:before {
    content: "\f6f2"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-ice-cream:before {
    content: "\f810"
}

.fa-icicles:before {
    content: "\f7ad"
}

.fa-icons:before {
    content: "\f86d"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-ideal:before {
    content: "\e013"
}

.fa-igloo:before {
    content: "\f7ae"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-innosoft:before {
    content: "\e080"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-instagram-square:before {
    content: "\e055"
}

.fa-instalod:before {
    content: "\e081"
}

.fa-intercom:before {
    content: "\f7af"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-invision:before {
    content: "\f7b0"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itch-io:before {
    content: "\f83a"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-jira:before {
    content: "\f7b1"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joint:before {
    content: "\f595"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-journal-whills:before {
    content: "\f66a"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-key:before {
    content: "\f084"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kiss:before {
    content: "\f596"
}

.fa-kiss-beam:before {
    content: "\f597"
}

.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-laptop-house:before {
    content: "\e066"
}

.fa-laptop-medical:before {
    content: "\f812"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-laugh:before {
    content: "\f599"
}

.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-less-than:before {
    content: "\f536"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-lungs:before {
    content: "\f604"
}

.fa-lungs-virus:before {
    content: "\e067"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-mail-bulk:before {
    content: "\f674"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-male:before {
    content: "\f183"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marked:before {
    content: "\f59f"
}

.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mask:before {
    content: "\f6fa"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-mdb:before {
    content: "\f8ca"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-memory:before {
    content: "\f538"
}

.fa-mendeley:before {
    content: "\f7b3"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-meteor:before {
    content: "\f753"
}

.fa-microblog:before {
    content: "\e01a"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-alt:before {
    content: "\f3c9"
}

.fa-microphone-alt-slash:before {
    content: "\f539"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mitten:before {
    content: "\f7b5"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mixer:before {
    content: "\e056"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-money-check-alt:before {
    content: "\f53d"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-moon:before {
    content: "\f186"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mountain:before {
    content: "\f6fc"
}

.fa-mouse:before {
    content: "\f8cc"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-mug-hot:before {
    content: "\f7b6"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neos:before {
    content: "\f612"
}

.fa-network-wired:before {
    content: "\f6ff"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-octopus-deploy:before {
    content: "\e082"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-om:before {
    content: "\f679"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-orcid:before {
    content: "\f8d2"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-otter:before {
    content: "\f700"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-pager:before {
    content: "\f815"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-parking:before {
    content: "\f540"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-pastafarianism:before {
    content: "\f67b"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-pen:before {
    content: "\f304"
}

.fa-pen-alt:before {
    content: "\f305"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-penny-arcade:before {
    content: "\f704"
}

.fa-people-arrows:before {
    content: "\e068"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-pepper-hot:before {
    content: "\f816"
}

.fa-perbyte:before {
    content: "\e083"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-person-booth:before {
    content: "\f756"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-alt:before {
    content: "\f879"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-square-alt:before {
    content: "\f87b"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-photo-video:before {
    content: "\f87c"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-square:before {
    content: "\e01e"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-pizza-slice:before {
    content: "\f818"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-plane:before {
    content: "\f072"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-plane-slash:before {
    content: "\e069"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-poll:before {
    content: "\f681"
}

.fa-poll-h:before {
    content: "\f682"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-poo-storm:before {
    content: "\f75a"
}

.fa-poop:before {
    content: "\f619"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-pray:before {
    content: "\f683"
}

.fa-praying-hands:before {
    content: "\f684"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-print:before {
    content: "\f02f"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-project-diagram:before {
    content: "\f542"
}

.fa-pump-medical:before {
    content: "\e06a"
}

.fa-pump-soap:before {
    content: "\e06b"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-quran:before {
    content: "\f687"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-radiation:before {
    content: "\f7b9"
}

.fa-radiation-alt:before {
    content: "\f7ba"
}

.fa-rainbow:before {
    content: "\f75b"
}

.fa-random:before {
    content: "\f074"
}

.fa-raspberry-pi:before {
    content: "\f7bb"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-reacteurope:before {
    content: "\f75d"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-record-vinyl:before {
    content: "\f8d9"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redhat:before {
    content: "\f7bc"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-remove-format:before {
    content: "\f87d"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-republican:before {
    content: "\f75e"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-restroom:before {
    content: "\f7bd"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-ring:before {
    content: "\f70b"
}

.fa-road:before {
    content: "\f018"
}

.fa-robot:before {
    content: "\f544"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-running:before {
    content: "\f70c"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-rust:before {
    content: "\e07a"
}

.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-safari:before {
    content: "\f267"
}

.fa-salesforce:before {
    content: "\f83b"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-satellite:before {
    content: "\f7bf"
}

.fa-satellite-dish:before {
    content: "\f7c0"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-school:before {
    content: "\f549"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-sd-card:before {
    content: "\f7c2"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-dollar:before {
    content: "\f688"
}

.fa-search-location:before {
    content: "\f689"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-shapes:before {
    content: "\f61f"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-shield-virus:before {
    content: "\e06c"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-shopify:before {
    content: "\e057"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-shuttle-van:before {
    content: "\f5b6"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-sim-card:before {
    content: "\f7c4"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sink:before {
    content: "\e06d"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-sith:before {
    content: "\f512"
}

.fa-skating:before {
    content: "\f7c5"
}

.fa-sketch:before {
    content: "\f7c6"
}

.fa-skiing:before {
    content: "\f7c9"
}

.fa-skiing-nordic:before {
    content: "\f7ca"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skull-crossbones:before {
    content: "\f714"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-slash:before {
    content: "\f715"
}

.fa-sleigh:before {
    content: "\f7cc"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-smile-wink:before {
    content: "\f4da"
}

.fa-smog:before {
    content: "\f75f"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-sms:before {
    content: "\f7cd"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowboarding:before {
    content: "\f7ce"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-snowman:before {
    content: "\f7d0"
}

.fa-snowplow:before {
    content: "\f7d2"
}

.fa-soap:before {
    content: "\e06e"
}

.fa-socks:before {
    content: "\f696"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-down-alt:before {
    content: "\f881"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-alpha-up-alt:before {
    content: "\f882"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-down-alt:before {
    content: "\f884"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-amount-up-alt:before {
    content: "\f885"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-down-alt:before {
    content: "\f886"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-numeric-up-alt:before {
    content: "\f887"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-sourcetree:before {
    content: "\f7d3"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-speaker-deck:before {
    content: "\f83c"
}

.fa-spell-check:before {
    content: "\f891"
}

.fa-spider:before {
    content: "\f717"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-square-root-alt:before {
    content: "\f698"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-stackpath:before {
    content: "\f842"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-star-half-alt:before {
    content: "\f5c0"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-stopwatch-20:before {
    content: "\e06f"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-store-alt-slash:before {
    content: "\e070"
}

.fa-store-slash:before {
    content: "\e071"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stream:before {
    content: "\f550"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-surprise:before {
    content: "\f5c2"
}

.fa-suse:before {
    content: "\f7d6"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-swift:before {
    content: "\f8e1"
}

.fa-swimmer:before {
    content: "\f5c4"
}

.fa-swimming-pool:before {
    content: "\f5c5"
}

.fa-symfony:before {
    content: "\f83d"
}

.fa-synagogue:before {
    content: "\f69b"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-temperature-high:before {
    content: "\f769"
}

.fa-temperature-low:before {
    content: "\f76b"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-tenge:before {
    content: "\f7d7"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-theater-masks:before {
    content: "\f630"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-think-peaks:before {
    content: "\f731"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-tiktok:before {
    content: "\e07b"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-tint:before {
    content: "\f043"
}

.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-tired:before {
    content: "\f5c8"
}

.fa-threads:before {
    content: "\e9cb"
}

.fa-threads-square:before {
    content: "\e9cc"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toilet:before {
    content: "\f7d8"
}

.fa-toilet-paper:before {
    content: "\f71e"
}

.fa-toilet-paper-slash:before {
    content: "\e072"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-tools:before {
    content: "\f7d9"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-torah:before {
    content: "\f6a0"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-tractor:before {
    content: "\f722"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-trailer:before {
    content: "\e041"
}

.fa-train:before {
    content: "\f238"
}

.fa-tram:before {
    content: "\f7da"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-trash-restore:before {
    content: "\f829"
}

.fa-trash-restore-alt:before {
    content: "\f82a"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-trello:before {
    content: "\f181"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-ubuntu:before {
    content: "\f7df"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbraco:before {
    content: "\f8e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-uncharted:before {
    content: "\e084"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-unity:before {
    content: "\e049"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-unsplash:before {
    content: "\e07c"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-ups:before {
    content: "\f7e0"
}

.fa-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-alt-slash:before {
    content: "\f4fa"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-user-injured:before {
    content: "\f728"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-nurse:before {
    content: "\f82f"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-users-slash:before {
    content: "\e073"
}

.fa-usps:before {
    content: "\f7e1"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-vest:before {
    content: "\e085"
}

.fa-vest-patches:before {
    content: "\e086"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-virus:before {
    content: "\e074"
}

.fa-virus-slash:before {
    content: "\e075"
}

.fa-viruses:before {
    content: "\e076"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-voicemail:before {
    content: "\f897"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-mute:before {
    content: "\f6a9"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vote-yea:before {
    content: "\f772"
}

.fa-vr-cardboard:before {
    content: "\f729"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-watchman-monitoring:before {
    content: "\e087"
}

.fa-water:before {
    content: "\f773"
}

.fa-wave-square:before {
    content: "\f83e"
}

.fa-waze:before {
    content: "\f83f"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-wind:before {
    content: "\f72e"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wine-bottle:before {
    content: "\f72f"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-wine-glass-alt:before {
    content: "\f5ce"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-wodu:before {
    content: "\e088"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wpressr:before {
    content: "\f3e4"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-x-twitter:before {
    content: "\e9ca"
}

.fa-x-twitter-square:before {
    content: "\e9c9"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yammer:before {
    content: "\f840"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yarn:before {
    content: "\f7e3"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-zhihu:before {
    content: "\f63f"
}

.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.eot);
    src: url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.woff2) format("woff2"),url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.woff) format("woff"),url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.ttf) format("truetype"),url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,.fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-brands-400.eot);
    src: url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-brands-400.woff2) format("woff2"),url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-brands-400.woff) format("woff"),url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-brands-400.ttf) format("truetype"),url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

/* FIX FOR WORDPRESS's CRAZY <p> TAG ANOMALY */
.rs-p-wp-fix {
    display: none !important;
    margin: 0 !important;
    height: 0px !important;
}

/* NEW Z-INDEX FIX*/
.wp-block-themepunch-revslider {
    position: relative
}

/* FIX FOR QUICK LOADING OF SLIDER SCRIPTS AND WP-ROCKET READDING IMG TAG INTO DOM*/
/*rs-sbg-px rs-sbg-wrap img { display:none !important}*/
/* MODAL BASICS */
rs-modal {
    position: fixed !important;
    z-index: 9999999 !important;
    pointer-events: none !important;
}

rs-modal.rs-modal-auto {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
}

rs-modal.rs-modal-fullwidth, rs-modal.rs-modal-fullscreen {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

rs-modal rs-fullwidth-wrap {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
}

rs-module-wrap.rs-modal {
    display: none;
    max-height: 100% !important;
    overflow: auto !important;
    pointer-events: auto !important;
}

rs-module-wrap.hideallscrollbars.rs-modal {
    overflow: hidden !important;
    max-width: 100% !important
}

rs-modal-cover {
    width: 100%;
    height: 100%;
    z-index: 0;
    background: transparent;
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
    pointer-events: auto
}

body>rs-modal-cover {
    position: fixed;
    z-index: 9999995 !important;
}

rs-sbg-px {
    pointer-events: none
}

.rs-forceuntouchable, .rs-forceuntouchable * {
    pointer-events: none !important;
}

.rs-forcehidden * {
    visibility: hidden !important;
}

/*rs-modal rs-fullwidth-wrap rs-module-wrap { transform: translateY(-50%) !important; top: 50% !important; }*/
.rs_splitted_lines {
    display: block;
    white-space: nowrap !important
}

.rs-go-fullscreen {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    top: 0px !important;
    left: 0px !important;
    z-index: 9999999 !important;
    background: #ffffff;
}

.rtl {
    direction: rtl;
}

@font-face {
    font-family: 'revicons';
    src: url('https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/plugins/revslider/public/assets/css/../fonts/revicons/revicons.eot?5510888');
    src: url('https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/plugins/revslider/public/assets/css/../fonts/revicons/revicons.eot?5510888#iefix') format('embedded-opentype'), url('https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/plugins/revslider/public/assets/css/../fonts/revicons/revicons.woff?5510888') format('woff'), url('https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/plugins/revslider/public/assets/css/../fonts/revicons/revicons.ttf?5510888') format('truetype'), url('https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/plugins/revslider/public/assets/css/../fonts/revicons/revicons.svg?5510888#revicons') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

[class^="revicon-"]:before, [class*=" revicon-"]:before {
    font-family: "revicons";
    font-style: normal;
    font-weight: normal;
    speak: never;
    speak-as: spell-out;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

rs-module i[class^="fa-"], rs-module i[class*=" fa-"], .rb-modal-wrapper i[class^="fa-"], .rb-modal-wrapper i[class*=" fa-"], #waitaminute i[class^="fa-"], #waitaminute i[class*=" fa-"], #objectlibrary i[class^="fa-"], #objectlibrary i[class*=" fa-"], #rs_overview i[class^="fa-"], #rs_overview i[class*=" fa-"], #rs_overview_menu i[class^="fa-"], #rs_overview_menu i[class*=" fa-"], #builderView i[class^="fa-"], #builderView i[class*=" fa-"] {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

rs-module [class^="fa-"]:before, rs-module [class*=" fa-"]:before, .rb-modal-wrapper [class^="fa-"]:before, .rb-modal-wrapper [class*=" fa-"]:before, #rs_overview [class^="fa-"]:before, #rs_overview [class*=" fa-"]:before, #objectlibrary [class^="fa-"]:before, #objectlibrary [class*=" fa-"]:before, #waitaminute [class^="fa-"]:before, #waitaminute [class*=" fa-"]:before, #rs_overview_menu [class^="fa-"]:before, #rs_overview_menu [class*=" fa-"]:before, #builderView [class^="fa-"]:before, #builderView [class*=" fa-"]:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    speak: never;
    speak-as: spell-out;
    display: inline-block;
    text-decoration: inherit;
    width: auto;
    margin-right: 0;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    margin-left: 0;
}

rs-module .sr-only, #objectlibrary .sr-only, #waitaminute .sr-only, #rs_overview .sr-only, #rs_overview_menu .sr-only, .rb-modal-wrapper .sr-only, #builderView .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

rs-module .sr-only-focusable:active, rs-module .sr-only-focusable:focus, #waitaminute .sr-only-focusable:active, #waitaminute .sr-only-focusable:focus, #objectlibrary .sr-only-focusable:active, #objectlibrary .sr-only-focusable:focus, #rs_overview .sr-only-focusable:active, #rs_overview .sr-only-focusable:focus, #rs_overview_menu .sr-only-focusable:active, #rs_overview_menu .sr-only-focusable:focus, .rb-modal-wrapper .sr-only-focusable:active, .rb-modal-wrapper .sr-only-focusable:focus, #builderView .sr-only-focusable:active, #builderView .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.revicon-search-1:before {
    content: '\e802';
}

/* 'î ‚' */
.revicon-pencil-1:before {
    content: '\e831';
}

/* 'î ±' */
.revicon-picture-1:before {
    content: '\e803';
}

/* 'î ƒ' */
.revicon-cancel:before {
    content: '\e80a';
}

/* 'î Š' */
.revicon-info-circled:before {
    content: '\e80f';
}

/* 'î ' */
.revicon-trash:before {
    content: '\e801';
}

/* 'î ' */
.revicon-left-dir:before {
    content: '\e817';
}

/* 'î —' */
.revicon-right-dir:before {
    content: '\e818';
}

/* 'î ˜' */
.revicon-down-open:before {
    content: '\e83b';
}

/* 'î »' */
.revicon-left-open:before {
    content: '\e819';
}

/* 'î ™' */
.revicon-right-open:before {
    content: '\e81a';
}

/* 'î š' */
.revicon-angle-left:before {
    content: '\e820';
}

/* 'î  ' */
.revicon-angle-right:before {
    content: '\e81d';
}

/* 'î ' */
.revicon-left-big:before {
    content: '\e81f';
}

/* 'î Ÿ' */
.revicon-right-big:before {
    content: '\e81e';
}

/* 'î ž' */
.revicon-magic:before {
    content: '\e807';
}

/* 'î ‡' */
.revicon-picture:before {
    content: '\e800';
}

/* 'î €' */
.revicon-export:before {
    content: '\e80b';
}

/* 'î ‹' */
.revicon-cog:before {
    content: '\e832';
}

/* 'î ²' */
.revicon-login:before {
    content: '\e833';
}

/* 'î ³' */
.revicon-logout:before {
    content: '\e834';
}

/* 'î ´' */
.revicon-video:before {
    content: '\e805';
}

/* 'î …' */
.revicon-arrow-combo:before {
    content: '\e827';
}

/* 'î §' */
.revicon-left-open-1:before {
    content: '\e82a';
}

/* 'î ª' */
.revicon-right-open-1:before {
    content: '\e82b';
}

/* 'î «' */
.revicon-left-open-mini:before {
    content: '\e822';
}

/* 'î ¢' */
.revicon-right-open-mini:before {
    content: '\e823';
}

/* 'î £' */
.revicon-left-open-big:before {
    content: '\e824';
}

/* 'î ¤' */
.revicon-right-open-big:before {
    content: '\e825';
}

/* 'î ¥' */
.revicon-left:before {
    content: '\e836';
}

/* 'î ¶' */
.revicon-right:before {
    content: '\e826';
}

/* 'î ¦' */
.revicon-ccw:before {
    content: '\e808';
}

/* 'î ˆ' */
.revicon-arrows-ccw:before {
    content: '\e806';
}

/* 'î †' */
.revicon-palette:before {
    content: '\e829';
}

/* 'î ©' */
.revicon-list-add:before {
    content: '\e80c';
}

/* 'î Œ' */
.revicon-doc:before {
    content: '\e809';
}

/* 'î ‰' */
.revicon-left-open-outline:before {
    content: '\e82e';
}

/* 'î ®' */
.revicon-left-open-2:before {
    content: '\e82c';
}

/* 'î ¬' */
.revicon-right-open-outline:before {
    content: '\e82f';
}

/* 'î ¯' */
.revicon-right-open-2:before {
    content: '\e82d';
}

/* 'î ­' */
.revicon-equalizer:before {
    content: '\e83a';
}

/* 'î º' */
.revicon-layers-alt:before {
    content: '\e804';
}

/* 'î „' */
.revicon-popup:before {
    content: '\e828';
}

/* 'î ¨' */
/******************************
	-	BASIC STYLES		-
******************************/
.tp-fullwidth-forcer {
    z-index: 0;
    pointer-events: none
}

rs-module-wrap {
    visibility: hidden
}

rs-module-wrap, rs-module-wrap * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

rs-module-wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    display: block;
}

.rs-fixedscrollon rs-module-wrap {
    position: fixed !important;
    top: 0px !important;
    z-index: 1000;
    left: 0 !important;
}

.rs-stickyscrollon rs-module-wrap {
    position: sticky !important;
    top: 0px;
    z-index: 1000;
}

.rs-stickyscrollon {
    overflow: visible !important;
}

rs-fw-forcer {
    display: block;
    width: 100%;
    pointer-events: none;
}

rs-module {
    position: relative;
    overflow: hidden;
    display: block;
}

rs-module.disableVerticalScroll {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

rs-pzimg-wrap, rs-sbg-effectwrap, rs-sbg {
    display: block;
    pointer-events: none
}

rs-sbg-effectwrap {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%
}

rs-carousel-wrap rs-column rs-layer img {
    width: 0px;
    height: 0px;
}

rs-sbg-px, rs-sbg-wrap {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block;
}

a.rs-layer, a.rs-layer:-webkit-any-link {
    text-decoration: none
}

a[x-apple-data-detectors] {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}

.entry-content rs-module a, rs-module a {
    box-shadow: none;
}

.rs-ov-hidden {
    overflow: hidden !important;
}

.rs-forceoverflow, .rs-forceoverflow rs-module-wrap, .rs-forceoverflow rs-module, .rs-forceoverflow rs-slides, .rs-forceoverflow rs-slide {
    overflow: visible !important
}

.rs-parallax-hidden-of rs-slide {
    overflow: hidden !important
}

.tp-simpleresponsive img, rs-module img {
    max-width: none !important;
    transition: none;
    margin: 0px;
    padding: 0px;
    border: none;
}

rs-module .no-slides-text {
    font-weight: bold;
    text-align: center;
    padding-top: 80px;
}

rs-slides, rs-slide, rs-slide:before {
    position: absolute;
    text-indent: 0em;
    top: 0px;
    left: 0px;
}

rs-slide,rs-slide:before {
    display: block;
    visibility: hidden;
}

.rs-layer .rs-untoggled-content {
    display: block;
}

.rs-layer .rs-toggled-content {
    display: none;
}

.rs-tc-active.rs-layer > .rs-toggled-content {
    display: block;
}

.rs-tc-active.rs-layer > .rs-untoggled-content {
    display: none;
}

.rs-layer-video {
    overflow: hidden
}

.rs_html5vidbasicstyles {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

rs-module rs-layer, rs-module .rs-layer {
    opacity: 0;
    position: relative;
    visibility: hidden;
    /*white-space: nowrap; Fix for Mobile Padding issues on long texts */
    display: block;
    -webkit-font-smoothing: antialiased !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-osx-font-smoothing: grayscale;
    z-index: 1;
    font-display: swap;
}

rs-layer-wrap, rs-mask, rs-module-wrap, rs-module .rs-layer, rs-module img {
    user-select: none;
}

rs-module rs-mask-wrap .rs-layer, rs-module rs-mask-wrap *:last-child, .wpb_text_column rs-module rs-mask-wrap .rs-layer, .wpb_text_column rs-module rs-mask-wrap *:last-child {
    margin-bottom: 0;
}

.rs-svg svg {
    width: 100%;
    height: 100%;
    position: relative;
    vertical-align: top
}

rs-layer:not(.rs-wtbindex), .rs-layer:not(.rs-wtbindex), rs-alyer *:not(.rs-wtbindex), .rs-layer *:not(.rs-wtbindex) {
    outline: none !important;
}

/* CAROUSEL FUNCTIONS */
rs-carousel-wrap {
    cursor: url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/plugins/revslider/public/assets/css/openhand.cur), move;
}

rs-carousel-wrap.dragged {
    cursor: url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/plugins/revslider/public/assets/css/closedhand.cur), move;
}

rs-carousel-wrap.noswipe {
    cursor: default;
}

rs-carousel-wrap {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

rs-carousel-space {
    clear: both;
    display: block;
    width: 100%;
    height: 0px;
    position: relative;
}

/* ADDED FOR SLIDELINK MANAGEMENT */
.tp_inner_padding {
    box-sizing: border-box;
    max-height: none !important;
}

.rs-layer.rs-selectable {
    user-select: text;
}

rs-px-mask {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

rs-module embed, rs-module iframe, rs-module object, rs-module audio, rs-module video {
    max-width: none !important;
    border: none;
}

rs-bg-elem {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: block;
    pointer-events: none;
}

.tp-blockmask, .tp-blockmask_in, .tp-blockmask_out {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1000;
    transform: scaleX(0) scaleY(0);
}

/***********************************************************
	- 	ZONES / GOUP / ROW / COLUMN LAYERS AND HELPERS 	-
***********************************************************/
rs-zone {
    position: absolute;
    width: 100%;
    left: 0px;
    box-sizing: border-box;
    min-height: 50px;
    font-size: 0px;
    pointer-events: none
}

rs-row-wrap, rs-column, rs-cbg-mask-wrap {
    display: block;
    visibility: hidden
}

rs-layer-wrap, rs-parallax-wrap, rs-loop-wrap, rs-mask-wrap {
    display: block;
}

rs-column-wrap>rs-mask-wrap, rs-column-wrap>rs-loop-wrap {
    z-index: 1
}

rs-layer-wrap, rs-mask-wrap, rs-cbg-mask-wrap {
    transform-style: flat;
}

/* ANY SAFARI NEEDS IN CAROUSEL SOME HELP TO AVOID FLICKERING, LOVELY....*/
@media screen and (min-color-index: 0) and(-webkit-min-device-pixel-ratio:0) {
    rs-carousel-wrap rs-layer-wrap, rs-carousel-wrap rs-loop-wrap {
        backface-visibility: hidden;
        transform-style: preserve-3d;
    }
}

.safarifix rs-layer-wrap {
    perspective: 1000000;
}

@-moz-document url-prefix() {
    rs-layer-wrap, rs-mask-wrap, rs-cbg-mask-wrap {
        perspective: none;
    }
}

rs-mask-wrap {
    overflow: hidden
}

rs-fullwidth-wrap {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    overflow: visible;
    max-width: none !important;
}

.rev_row_zone_top {
    top: 0px;
}

.rev_row_zone_bottom {
    bottom: 0px;
}

.rev_row_zone_middle {
    top: 0px;
}

rs-column-wrap .rs-parallax-wrap {
    vertical-align: top
}

.rs-layer img, rs-layer img {
    vertical-align: top
}

rs-row, rs-row.rs-layer {
    display: table;
    position: relative;
    width: 100% !important;
    table-layout: fixed;
    box-sizing: border-box;
    vertical-align: top;
    height: auto;
    font-size: 0px;
}

.rs-layer.rs-waction.iospermaccwait.permanenthidden {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

rs-column-wrap {
    display: table-cell;
    position: relative;
    vertical-align: top;
    height: auto;
    box-sizing: border-box;
    font-size: 0px;
}

rs-column {
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 100% !important;
    height: auto !important;
    white-space: normal !important;
}

rs-cbg-mask-wrap {
    position: absolute;
    z-index: 0;
    box-sizing: border-box;
}

rs-column-wrap rs-cbg-mask-wrap {
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
}

rs-column-bg {
    position: absolute;
    z-index: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

.rs-pelock * {
    pointer-events: none !important;
}

rs-column .rs-parallax-wrap, rs-column rs-loop-wrap, rs-column rs-mask-wrap {
    text-align: inherit;
}

rs-column rs-mask-wrap {
    display: inline-block;
}

rs-column .rs-parallax-wrap rs-loop-wrap, rs-column .rs-parallax-wrap rs-mask-wrap, rs-column .rs-parallax-wrap {
    position: relative;
    left: auto;
    top: auto;
    line-height: 0px;
}

rs-column .rs-parallax-wrap rs-loop-wrap, rs-column .rs-parallax-wrap rs-mask-wrap, rs-column .rs-parallax-wrap, rs-column .rev_layer_in_column {
    vertical-align: top;
}

.rev_break_columns {
    display: block !important
}

.rev_break_columns rs-column-wrap.rs-parallax-wrap {
    display: block !important;
    width: 100% !important;
}

.rev_break_columns rs-column-wrap.rs-parallax-wrap.rs-layer-hidden, .tp-forcenotvisible, .tp-hide-revslider, rs-row-wrap.rs-layer-hidden, rs-column-wrap.rs-layer-hidden, .rs-layer.rs-layer-hidden, .rs-layer-audio.rs-layer-hidden, .rs-parallax-wrap.rs-layer-hidden {
    visibility: hidden !important;
    display: none !important
}

/*rs-column .rs-parallax-wrap,
rs-column rs-loop-wrap,
rs-column rs-mask-wrap,
rs-column rs-layer { vertical-align: inherit }*/
/*********************************
	-	SPECIAL TP CAPTIONS -
**********************************/
a.rs-layer.rs-nointeraction >.div, rs-layer.rs-nointeraction:not(a), .rs-layer.rs-nointeraction:not(a) {
    pointer-events: none !important
}

rs-static-layers {
    position: absolute;
    z-index: 101;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden
}

/* new static layers position option */
rs-static-layers.rs-stl-back {
    z-index: 0;
}

.rs-stl-visible {
    overflow: visible !important;
}

.rs-layer rs-fcr {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0px solid transparent;
    border-bottom-width: 0 !important;
    border-top: 40px solid #00A8FF;
    position: absolute;
    right: 100%;
    top: 0px;
}

.rs-layer rs-fcrt {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0px solid transparent;
    border-top-width: 0 !important;
    border-bottom: 40px solid #00A8FF;
    position: absolute;
    right: 100%;
    top: 0px;
}

.rs-layer rs-bcr {
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 40px solid #00A8FF;
    border-top-width: 0 !important;
    position: absolute;
    left: 100%;
    top: 0px;
}

.rs-layer rs-bcrt {
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #00A8FF;
    border-bottom-width: 0 !important;
    position: absolute;
    left: 100%;
    top: 0px;
}

.tp-layer-inner-rotation {
    position: relative !important;
}

/***********************************************
	-	SPECIAL ALTERNATIVE IMAGE SETTINGS	-
***********************************************/
img.tp-slider-alternative-image {
    width: 100%;
    height: auto;
}

/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
    filter: none !important;
}

/********************************
	-	FULLSCREEN VIDEO	-
*********************************/
rs-bgvideo {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: block
}

.rs-layer.rs-fsv {
    top: 0px;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 100%
}

.rs-layer.rs-fsv audio, .rs-layer.rs-fsv video, .rs-layer.rs-fsv iframe, .rs-layer.rs-fsv iframe audio, .rs-layer.rs-fsv iframe video {
    width: 100%;
    height: 100% ;
    /*display: none*/
}

.rs-fsv video {
    background: #000
}

.fullcoveredvideo rs-poster {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px
}

.videoisplaying .html5vid rs-poster {
    display: none
}

.tp-video-play-button {
    background: #000;
    background: rgba(0,0,0,0.3);
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #FFF;
    z-index: 3;
    margin-top: -25px;
    margin-left: -25px;
    line-height: 50px !important;
    text-align: center;
    cursor: pointer;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    z-index: 4;
    opacity: 0;
    transition: opacity 300ms ease-out !important;
}

.rs-ISM .tp-video-play-button {
    opacity: 1;
    transition: none !important;
    z-index: 6;
}

.rs-audio .tp-video-play-button {
    display: none !important;
}

.rs-layer .html5vid {
    width: 100% !important;
    height: 100% !important;
}

.tp-video-play-button i {
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center !important;
    vertical-align: top;
    line-height: 50px !important;
    font-size: 30px !important;
}

.rs-layer:hover .tp-video-play-button {
    opacity: 1;
    display: block;
    z-index: 6;
}

.rs-layer .tp-revstop {
    display: none;
    width: 15px;
    border-right: 5px solid #fff !important;
    border-left: 5px solid #fff !important;
    transform: translateX(50%) translateY(50%);
    height: 20px;
    margin-left: 11px !important;
    margin-top: 5px !important;
}

.videoisplaying .revicon-right-dir {
    display: none
}

.videoisplaying .tp-revstop {
    display: block
}

.videoisplaying .tp-video-play-button {
    display: none
}

.fullcoveredvideo .tp-video-play-button {
    display: none !important
}

.rs-fsv .rs-fsv audio {
    object-fit: contain !important;
}

.rs-fsv .rs-fsv video {
    object-fit: contain !important;
}

.rs-layer-video .html5vid.hidefullscreen video::-webkit-media-controls-fullscreen-button {
    display: none;
}

@supports not (-ms-high-contrast:none) {
    /* Non-IE styles here */
    .rs-fsv .fullcoveredvideo audio {
        object-fit: cover !important;
    }

    .rs-fsv .fullcoveredvideo video {
        object-fit: cover !important;
    }
}

.rs-fullvideo-cover {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    background: transparent;
    z-index: 5;
}

.rs-nolc .tp-video-play-button, rs-bgvideo video::-webkit-media-controls-start-playback-button, rs-bgvideo video::-webkit-media-controls, rs-bgvideo audio::-webkit-media-controls {
    display: none !important;
}

.rs-audio .tp-video-controls {
    opacity: 1 !important;
    visibility: visible !important
}

rs-module h1.rs-layer, rs-module h2.rs-layer, rs-module h3.rs-layer, rs-module h4.rs-layer, rs-module h5.rs-layer, rs-module h6.rs-layer, rs-module div.rs-layer, rs-module span.rs-layer, rs-module p.rs-layer {
    margin: 0;
    padding: 0;
    margin-block-start: 0; margin-block-end: 0; margin-inline-start: 0; margin-inline-end: 0;}

rs-module h1.rs-layer:before, rs-module h2.rs-layer:before, rs-module h3.rs-layer:before, rs-module h4.rs-layer:before, rs-module h5.rs-layer:before, rs-module h6.rs-layer:before {
    content: none;
}

/********************************
	-	DOTTED OVERLAYS	-
*********************************/
rs-dotted {
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
    display: block;
    pointer-events: none
}

rs-sbg-wrap rs-dotted {
    z-index: 31
}

rs-dotted.twoxtwo {
    background: url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/plugins/revslider/public/assets/css/../assets/gridtile.png)
}

rs-dotted.twoxtwowhite {
    background: url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/plugins/revslider/public/assets/css/../assets/gridtile_white.png)
}

rs-dotted.threexthree {
    background: url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/plugins/revslider/public/assets/css/../assets/gridtile_3x3.png)
}

rs-dotted.threexthreewhite {
    background: url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/plugins/revslider/public/assets/css/../assets/gridtile_3x3_white.png)
}

/******************************
	-	SHADOWS		-
******************************/
.tp-shadowcover {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #fff;
    position: absolute;
    z-index: -1;
}

.tp-shadow1 {
    box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8);
}

.tp-shadow2:before, .tp-shadow2:after, .tp-shadow3:before, .tp-shadow4:after {
    z-index: -2;
    position: absolute;
    content: "";
    bottom: 10px;
    left: 10px;
    width: 50%;
    top: 85%;
    max-width: 300px;
    background: transparent;
    box-shadow: 0 15px 10px rgba(0,0,0,0.8);
    transform: rotate(-3deg);
}

.tp-shadow2:after, .tp-shadow4:after {
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

.tp-shadow5 {
    position: relative;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.tp-shadow5:before, .tp-shadow5:after {
    content: "";
    position: absolute;
    z-index: -2;
    box-shadow: 0 0 25px 0px rgba(0,0,0,0.6);
    top: 30%;
    bottom: 0;
    left: 20px;
    right: 20px;
    border-radius: 100px / 20px;
}

/* TP BUTTONS DESKTOP SIZE */
.rev-btn, .rev-btn:visited {
    outline: none !important;
    box-shadow: none;
    text-decoration: none !important;
    box-sizing: border-box;
    cursor: pointer;
}

.rev-btn.rev-uppercase, .rev-btn.rev-uppercase:visited {
    text-transform: uppercase;
}

.rev-btn i {
    font-size: inherit;
    font-weight: normal;
    position: relative;
    top: 0px;
    transition: opacity 0.2s ease-out, margin 0.2s ease-out;
    margin-left: 0px;
    line-height: inherit
}

.rev-btn.rev-hiddenicon i {
    font-size: inherit;
    font-weight: normal;
    position: relative;
    top: 0px;
    transition: opacity 0.2s ease-out, margin 0.2s ease-out;
    opacity: 0;
    margin-left: 0px !important;
    width: 0px !important;
}

.rev-btn.rev-hiddenicon:hover i {
    opacity: 1 !important;
    margin-left: 10px !important;
    width: auto !important;
}

/* BURGER BUTTON */
.rev-burger {
    position: relative;
    box-sizing: border-box;
    padding: 22px 14px 22px 14px;
    border-radius: 50%;
    border: 1px solid rgba(51,51,51,0.25);
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}

.rev-burger span {
    display: block;
    width: 30px;
    height: 3px;
    background: #333;
    transition: .7s;
    pointer-events: none;
    transform-style: flat !important;
}

.rev-burger span:nth-child(2) {
    margin: 3px 0;
}

.quick_style_example_wrap .rev-burger:hover :first-child, #dialog_addbutton .rev-burger:hover :first-child, .open .rev-burger :first-child, .open.rev-burger :first-child {
    transform: translateY(6px) rotate(-45deg);
}

.quick_style_example_wrap .rev-burger:hover :nth-child(2), #dialog_addbutton .rev-burger:hover :nth-child(2), .open .rev-burger :nth-child(2), .open.rev-burger :nth-child(2) {
    transform: rotate(-45deg);
    opacity: 0;
}

.quick_style_example_wrap .rev-burger:hover :last-child, #dialog_addbutton .rev-burger:hover :last-child, .open .rev-burger :last-child, .open.rev-burger :last-child {
    transform: translateY(-6px) rotate(-135deg);
}

.rev-burger.revb-white {
    border: 2px solid rgba(255,255,255,0.2);
}

.rev-b-span-light span, .rev-burger.revb-white span {
    background: #fff;
}

.rev-burger.revb-whitenoborder {
    border: 0;
}

.rev-burger.revb-whitenoborder span {
    background: #fff;
}

.rev-burger.revb-darknoborder {
    border: 0;
}

.rev-b-span-dark span, .rev-burger.revb-darknoborder span {
    background: #333;
}

.rev-burger.revb-whitefull {
    background: #fff;
    border: none;
}

.rev-burger.revb-whitefull span {
    background: #333;
}

.rev-burger.revb-darkfull {
    background: #333;
    border: none;
}

.rev-burger.revb-darkfull span {
    background: #fff;
}

/* SCROLL DOWN BUTTON */
@keyframes rev-ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }

    15% {
        opacity: 1;
        top: 70%;
    }

    50% {
        opacity: 0;
        top: 70%;
    }

    100% {
        opacity: 0;
        top: 29%;
    }
}

.rev-scroll-btn {
    display: inline-block;
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
    width: 35px;
    height: 55px;
    box-sizing: border-box;
    border: 3px solid white;
    border-radius: 23px;
}

.rev-scroll-btn > * {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: normal;
    color: #7f8c8d;
    color: #ffffff;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
}

.rev-scroll-btn > *:hover, .rev-scroll-btn > *:focus, .rev-scroll-btn > *.active {
    color: #ffffff;
}

.rev-scroll-btn > *:hover, .rev-scroll-btn > *:focus, .rev-scroll-btn > *:active, .rev-scroll-btn > *.active {
    opacity: 0.8;
}

.rev-scroll-btn.revs-fullwhite {
    background: #fff;
}

.rev-scroll-btn.revs-fullwhite span {
    background: #333;
}

.rev-scroll-btn.revs-fulldark {
    background: #333;
    border: none;
}

.rev-scroll-btn.revs-fulldark span {
    background: #fff;
}

.rev-scroll-btn span {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    border-radius: 50%;
    animation: rev-ani-mouse 2.5s linear infinite;
    background: #fff;
}

.rev-scroll-btn.rev-b-span-dark {
    border-color: #333;
}

.rev-scroll-btn.rev-b-span-dark span, .rev-scroll-btn.revs-dark span {
    background: #333;
}

.rev-control-btn {
    position: relative;
    display: inline-block;
    z-index: 5;
    color: #FFF;
    font-size: 20px;
    line-height: 60px;
    font-weight: 400;
    font-style: normal;
    font-family: Raleway;
    text-decoration: none;
    text-align: center;
    background-color: #000;
    border-radius: 50px;
    text-shadow: none;
    background-color: rgba(0, 0, 0, 0.50);
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    cursor: pointer;
}

.rev-cbutton-dark-sr {
    border-radius: 3px;
}

.rev-cbutton-light {
    color: #333;
    background-color: rgba(255,255,255, 0.75);
}

.rev-cbutton-light-sr {
    color: #333;
    border-radius: 3px;
    background-color: rgba(255,255,255, 0.75);
}

.rev-sbutton {
    line-height: 37px;
    width: 37px;
    height: 37px;
}

.rev-sbutton-blue {
    background-color: #3B5998
}

.rev-sbutton-lightblue {
    background-color: #00A0D1;
}

.rev-sbutton-red {
    background-color: #DD4B39;
}

/************************************
-	TP BANNER TIMER		-
*************************************/
rs-progress {
    visibility: hidden;
    position: absolute;
    z-index: 200;
    width: 100%;
    height: 100%;
}

rs-progress-bar, .rs-progress-bar {
    display: block;
    z-index: 20;
    box-sizing: border-box;
    background-clip: content-box;
    position: absolute;
    line-height: 0px;
    width: 100%;
    height: 100%;
}

rs-progress-bgs {
    display: block;
    z-index: 15;
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0px;
}

rs-progress-bg {
    display: block;
    background-clip: content-box;
    position: absolute;
    width: 100%;
    height: 100%;
}

rs-progress-gap {
    display: block;
    background-clip: content-box;
    position: absolute;
    width: 100%;
    height: 100%;
}

rs-progress-vis {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px
}

/*********************************************
-	BASIC SETTINGS FOR THE BANNER	-
***********************************************/
.rs-layer img {
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
    /*zoom:1;*/
}

/*rs-carousel-wrap rs-layer.rs-layer img {   transform: translateZ(-0.0001px)}*/
.rs-layer.slidelink {
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.rs-layer.slidelink a {
    width: 100%;
    height: 100%;
    display: block
}

.rs-layer.slidelink a div {
    width: 3000px;
    height: 1500px;
    background: url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/plugins/revslider/public/assets/css/../assets/coloredbg.png) repeat
}

.rs-layer.slidelink a span {
    background: url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/plugins/revslider/public/assets/css/../assets/coloredbg.png) repeat;
    width: 100%;
    height: 100%;
    display: block
}

/*.tp-shape {	width:100%;height:100%;}*/
/*********************************************
-	WOOCOMMERCE STYLES	-
***********************************************/
.rs-layer .rs-starring {
    display: inline-block
}

.rs-layer .rs-starring .star-rating {
    float: none;
    display: inline-block;
    vertical-align: top;
    color: #FFC321 !important;
}

.rs-layer .rs-starring .star-rating, .rs-layer .rs-starring-page .star-rating {
    position: relative;
    height: 1em;
    width: 5.4em;
    font-family: star;
    font-size: 1em !important;
}

.rs-layer .rs-starring .star-rating:before, .rs-layer .rs-starring-page .star-rating:before {
    content: "\73\73\73\73\73";
    color: #E0DADF;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

.rs-layer .rs-starring .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
    font-size: 1em !important;
}

.rs-layer .rs-starring .star-rating span:before, .rs-layer .rs-starring .star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
}

/******************************
	-	LOADER FORMS	-
********************************/
rs-loader {
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute;
}

rs-loader.off {
    display: none !important;
}

rs-loader.spinner0 {
    width: 40px;
    height: 40px;
    background-color: #fff;
    background-image: url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/plugins/revslider/public/assets/css/../assets/loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
    margin-top: -20px;
    margin-left: -20px;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    border-radius: 3px;
}

rs-loader.spinner1 {
    width: 40px;
    height: 40px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
    margin-top: -20px;
    margin-left: -20px;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    border-radius: 3px;
}

rs-loader.spinner5 {
    background-image: url(https://demo.cmssuperheroes.com/themeforest/wp-bildhub/wp-content/plugins/revslider/public/assets/css/../assets/loader.gif);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-color: #fff;
    margin: -22px -22px;
    width: 44px;
    height: 44px;
    border-radius: 3px;
}

@keyframes tp-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

rs-loader.spinner2 {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    background-color: #ff0000;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
    border-radius: 100%;
    animation: tp-scaleout 1.0s infinite ease-in-out;
}

@keyframes tp-scaleout {
    0% {
        transform: scale(0.0);
    }

    100% {
        transform: scale(1.0);
        opacity: 0;
    }
}

rs-loader.spinner3 {
    margin: -9px 0px 0px -35px;
    width: 70px;
    text-align: center;
}

rs-loader.spinner3 .bounce1, rs-loader.spinner3 .bounce2, rs-loader.spinner3 .bounce3 {
    width: 18px;
    height: 18px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
    border-radius: 100%;
    display: inline-block;
    animation: tp-bouncedelay 1.4s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    animation-fill-mode: both;
}

rs-loader.spinner3 .bounce1 {
    animation-delay: -0.32s;
}

rs-loader.spinner3 .bounce2 {
    animation-delay: -0.16s;
}

@keyframes tp-bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
    }

    40% {
        transform: scale(1.0);
    }
}

rs-loader.spinner4 {
    margin: -20px 0px 0px -20px;
    width: 40px;
    height: 40px;
    text-align: center;
    animation: tp-rotate 2.0s infinite linear;
}

rs-loader.spinner4 .dot1, rs-loader.spinner4 .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #fff;
    border-radius: 100%;
    animation: tp-bounce 2.0s infinite ease-in-out;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}

rs-loader.spinner4 .dot2 {
    top: auto;
    bottom: 0px;
    animation-delay: -1.0s;
}

@keyframes tp-rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes tp-bounce {
    0%, 100% {
        transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
    }
}

rs-layer iframe {
    visibility: hidden;
}

rs-layer.rs-ii-o iframe {
    visibility: visible;
}

rs-layer input[type="text"], rs-layer input[type="email"], rs-layer input[type="url"], rs-layer input[type="password"], rs-layer input[type="search"], rs-layer input[type="number"], rs-layer input[type="tel"], rs-layer input[type="range"], rs-layer input[type="date"], rs-layer input[type="month"], rs-layer input[type="week"], rs-layer input[type="time"], rs-layer input[type="datetime"], rs-layer input[type="datetime-local"] {
    display: inline-block
}

rs-layer input::placeholder {
    vertical-align: middle;
    line-height: inherit !important
}

a.rs-layer {
    transition: none
}

/***********************************************
	-  STANDARD NAVIGATION SETTINGS
***********************************************/
rs-thumbs-wrap, rs-tabs-wrap, rs-thumbs, rs-thumb, rs-tab, rs-bullet, rs-bullets, rs-navmask, rs-tabs, rs-arrow {
    display: block;
    pointer-events: all;
}

/*rs-layer {	font-size:20px; line-height: 25px; padding:0px; margin:0px; border-radius:0px; max-width: none;min-width:none; max-height: none; min-height: none}*/
.tp-thumbs.navbar, .tp-bullets.navbar, .tp-tabs.navbar {
    border: none;
    min-height: 0;
    margin: 0;
    border-radius: 0;
}

.tp-tabs, .tp-thumbs, .tp-bullets {
    position: absolute;
    display: block;
    z-index: 1000;
    top: 0px;
    left: 0px;
}

.tp-tab, .tp-thumb {
    cursor: pointer;
    position: absolute;
    opacity: 0.5;
    box-sizing: border-box;
}

.tp-arr-imgholder, rs-poster, .tp-thumb-image, .tp-tab-image {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}

rs-poster {
    cursor: pointer;
    z-index: 3;
}

.tp-tab.rs-touchhover, .tp-tab.selected, .tp-thumb.rs-touchhover, .tp-thumb.selected {
    opacity: 1;
}

.tp-tab-mask, .tp-thumb-mask {
    box-sizing: border-box !important;
}

.tp-tabs, .tp-thumbs {
    box-sizing: content-box !important;
}

.tp-bullet {
    width: 15px;
    height: 15px;
    position: absolute;
    background: #fff;
    background: rgba(255,255,255,0.3);
    cursor: pointer;
}

.tp-bullet.selected, .tp-bullet.rs-touchhover {
    background: #fff;
}

.tparrows {
    cursor: pointer;
    background: #000;
    background: rgba(0,0,0,0.5);
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
}

.tparrows.rs-touchhover {
    background: #000;
}

.tparrows:before {
    font-family: "revicons";
    font-size: 15px;
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center;
}

.tparrows.tp-leftarrow:before {
    content: '\e824';
}

.tparrows.tp-rightarrow:before {
    content: '\e825';
}

/*.tp-thumb-mask {max-width: 100% !important}*/
/************************
 - FIXES FOR PE-7 ICONS -
**************************/
.rs-layer [class^="pe-7s-"]:before, .rs-layer [class*=" pe-7s-"]:before, .rs-layer [class^="pe-7s-"], .rs-layer [class*=" pe-7s-"] {
    width: auto;
    margin: 0;
    line-height: inherit;
    box-sizing: inherit;
}

/***************************
	- KEN BURNS FIXES -
***************************/
rs-pzimg-wrap {
    display: block;
}

body.rtl .rs-pzimg {
    left: 0 !important
}

/*******************************
	- CUBE & CANVAS SETTINGS -
********************************/
.rs_fake_cube {
    transform-style: preserve-3d
}

.rs_fake_cube, .rs_fake_cube_wall {
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    left: 0px;
    top: 0px;
    z-index: 0
}

.rs-builder-mode rs-sbg-wrap canvas, rs-sbg canvas {
    overflow: hidden;
    z-index: 5;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/***************************
	- 3D SHADOW MODE -
***************************/
.dddwrappershadow {
    box-shadow: 0 45px 100px rgba(0, 0, 0, 0.4);
}

.dddwrapper {
    transform-style: flat;
    perspective: 10000px;
}

/*******************
	- DEBUG MODE -
*******************/
.rs_error_message_box {
    background: #111;
    width: 800px;
    margin: 40px auto;
    padding: 40px 20px;
    text-align: center;
    font-family: "Open Sans",sans-serif
}

.rs_error_message_oops {
    margin: 0px 0px 20px;
    line-height: 60px;
    font-size: 34px;
    color: #FFF;
}

.rs_error_message_content {
    margin: 0px 0px 20px;
    line-height: 25px;
    font-size: 17px;
    color: #FFF;
}

.rs_error_message_button {
    color: #fff !important;
    background: #333;
    display: inline-block;
    padding: 10px 15px;
    text-align: right;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none !important
}

.rs_error_message_button:hover {
    background: #5e35b1
}

.hglayerinfo {
    position: fixed;
    bottom: 0px;
    left: 0px;
    color: #FFF;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.75);
    padding: 5px 10px;
    z-index: 2000;
    white-space: normal;
}

.hginfo {
    position: absolute;
    top: -2px;
    left: -2px;
    color: #e74c3c;
    font-size: 12px;
    font-weight: 600;
    background: #000;
    padding: 2px 5px;
}

.indebugmode .rs-layer:hover {
    border: 1px dashed #c0392b !important;
}

.helpgrid {
    border: 2px dashed #c0392b;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0
}

#revsliderlogloglog {
    padding: 15px;
    color: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 200px;
    height: 150px;
    background: rgba(0,0,0,0.7);
    z-index: 100000;
    font-size: 10px;
    overflow: scroll;
}

/**
INSTAGRAM FILTERS BY UNA
https://una.im/CSSgram/
**/
.aden {
    filter: hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)
}

.aden::after {
    background: linear-gradient(to right,rgba(66,10,14,.2),transparent);
    mix-blend-mode: darken
}

.perpetua::after,.reyes::after {
    mix-blend-mode: soft-light;
    opacity: .5
}

.inkwell {
    filter: sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)
}

.perpetua::after {
    background: linear-gradient(to bottom,#005b9a,#e6c13d)
}

.reyes {
    filter: sepia(.22) brightness(1.1) contrast(.85) saturate(.75)
}

.reyes::after {
    background: #efcdad
}

.gingham {
    filter: brightness(1.05) hue-rotate(-10deg)
}

.gingham::after {
    background: linear-gradient(to right,rgba(66,10,14,.2),transparent);
    mix-blend-mode: darken
}

.toaster {
    filter: contrast(1.5) brightness(.9)
}

.toaster::after {
    background: radial-gradient(circle,#804e0f,#3b003b);
    mix-blend-mode: screen
}

.walden {
    filter: brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)
}

.walden::after {
    background: #04c;
    mix-blend-mode: screen;
    opacity: .3
}

.hudson {
    filter: brightness(1.2) contrast(.9) saturate(1.1)
}

.hudson::after {
    background: radial-gradient(circle,#a6b1ff 50%,#342134);
    mix-blend-mode: multiply;
    opacity: .5
}

.earlybird {
    filter: contrast(.9) sepia(.2)
}

.earlybird::after {
    background: radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);
    mix-blend-mode: overlay
}

.mayfair {
    filter: contrast(1.1) saturate(1.1)
}

.mayfair::after {
    background: radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);
    mix-blend-mode: overlay;
    opacity: .4
}

.lofi {
    filter: saturate(1.1) contrast(1.5)
}

.lofi::after {
    background: radial-gradient(circle,transparent 70%,#222 150%);
    mix-blend-mode: multiply
}

._1977 {
    filter: contrast(1.1) brightness(1.1) saturate(1.3)
}

._1977:after {
    background: rgba(243,106,188,.3);
    mix-blend-mode: screen
}

.brooklyn {
    filter: contrast(.9) brightness(1.1)
}

.brooklyn::after {
    background: radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);
    mix-blend-mode: overlay
}

.xpro2 {
    filter: sepia(.3)
}

.xpro2::after {
    background: radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);
    mix-blend-mode: color-burn
}

.nashville {
    filter: sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)
}

.nashville::after {
    background: rgba(0,70,150,.4);
    mix-blend-mode: lighten
}

.nashville::before {
    background: rgba(247,176,153,.56);
    mix-blend-mode: darken
}

.lark {
    filter: contrast(.9)
}

.lark::after {
    background: rgba(242,242,242,.8);
    mix-blend-mode: darken
}

.lark::before {
    background: #22253f;
    mix-blend-mode: color-dodge
}

.moon {
    filter: grayscale(1) contrast(1.1) brightness(1.1)
}

.moon::before {
    background: #a0a0a0;
    mix-blend-mode: soft-light
}

.moon::after {
    background: #383838;
    mix-blend-mode: lighten
}

.clarendon {
    filter: contrast(1.2) saturate(1.35)
}

.clarendon:before {
    background: rgba(127,187,227,.2);
    mix-blend-mode: overlay
}

.willow {
    filter: grayscale(.5) contrast(.95) brightness(.9)
}

.willow::before {
    background-image: radial-gradient(circle,40%, #d4a9af 55%,#000 150%);
    mix-blend-mode: overlay
}

.rise {
    filter: brightness(1.05) sepia(.2) contrast(.9) saturate(.9)
}

.rise::after {
    background: radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);
    mix-blend-mode: overlay;
    opacity: .6
}

.rise::before {
    background: radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));
    mix-blend-mode: multiply
}

._1977:after,._1977:before,rs-pzimg-wrap.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none
}

._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2 {
    position: absolute;
}

._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before {
    z-index: 30
}

._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after {
    z-index: 40
}

.slumber {
    filter: saturate(.66) brightness(1.05)
}

.slumber::after {
    background: rgba(125,105,24,.5);
    mix-blend-mode: soft-light
}

.slumber::before {
    background: rgba(69,41,12,.4);
    mix-blend-mode: lighten
}

.willow::after {
    background-color: #d8cdcb;
    mix-blend-mode: color
}

.rs-safari .willow:after {
    background-color: rgba(100, 0, 0, 0.2);
}

/* SAFARI BUG FIX ON COLOR BLEND MODE */
@media not all and (min-resolution: .001dpcm) {
    @supports (-webkit-appearance:none) {
        .willow {
            filter:grayscale(1) contrast(.95) brightness(.9)
        }

        .willow::after {
            background-color: transparent;
        }
    }
}

rs-pzimg-wrap.perpetua:before,rs-pzimg-wrap.perpetua:after,rs-pzimg-wrap.nashville:before,rs-pzimg-wrap.nashville:after,rs-pzimg-wrap.xpro2:before,rs-pzimg-wrap.xpro2:after,rs-pzimg-wrap._1977:after,rs-pzimg-wrap._1977:before,rs-pzimg-wrap.aden:after,rs-pzimg-wrap.aden:before,rs-pzimg-wrap.brooklyn:after,rs-pzimg-wrap.brooklyn:before,rs-pzimg-wrap.clarendon:after,rs-pzimg-wrap.clarendon:before,rs-pzimg-wrap.earlybird:after,rs-pzimg-wrap.earlybird:before,rs-pzimg-wrap.gingham:after,rs-pzimg-wrap.gingham:before,rs-pzimg-wrap.hudson:after,rs-pzimg-wrap.hudson:before,rs-pzimg-wrap.inkwell:after,rs-pzimg-wrap.inkwell:before,rs-pzimg-wrap.lark:after,rs-pzimg-wrap.lark:before,rs-pzimg-wrap.lofi:after,rs-pzimg-wrap.lofi:before,rs-pzimg-wrap.mayfair:after,rs-pzimg-wrap.mayfair:before,rs-pzimg-wrap.moon:after,rs-pzimg-wrap.moon:before,rs-pzimg-wrap.reyes:after,rs-pzimg-wrap.reyes:before,rs-pzimg-wrap.rise:after,rs-pzimg-wrap.rise:before,rs-pzimg-wrap.slumber:after,rs-pzimg-wrap.slumber:before,rs-pzimg-wrap.toaster:after,rs-pzimg-wrap.toaster:before,rs-pzimg-wrap.walden:after,rs-pzimg-wrap.walden:before,rs-pzimg-wrap.willow:after,rs-pzimg-wrap.willow:before,rs-pzimg-wrap:before,rs-pzimg-wrap:after {
    height: 500%;
    width: 500%
}

/**
new spinners
**/
rs-loader.spinner6 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

rs-loader.spinner6 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    display: inline-block;
    -webkit-animation: rs-revealer-6 1.4s linear infinite;
    animation: rs-revealer-6 1.4s linear infinite
}

rs-loader.spinner6 .rs-spinner-inner span {
    position: absolute;
    vertical-align: top;
    border-radius: 100%;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 16px;
    transform-origin: center 20px;
    -webkit-transform-origin: center 20px
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(2) {
    transform: rotate(36deg);
    -webkit-transform: rotate(36deg);
    opacity: .1
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(3) {
    transform: rotate(72deg);
    -webkit-transform: rotate(72deg);
    opacity: .2
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(4) {
    transform: rotate(108deg);
    -webkit-transform: rotate(108deg);
    opacity: .3
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(5) {
    transform: rotate(144deg);
    -webkit-transform: rotate(144deg);
    opacity: .4
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(6) {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    opacity: .5
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(7) {
    transform: rotate(216deg);
    -webkit-transform: rotate(216deg);
    opacity: .6
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(8) {
    transform: rotate(252deg);
    -webkit-transform: rotate(252deg);
    opacity: .7
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(9) {
    transform: rotate(288deg);
    -webkit-transform: rotate(288deg);
    opacity: .8
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(10) {
    transform: rotate(324deg);
    -webkit-transform: rotate(324deg);
    opacity: .9
}

@keyframes rs-revealer-6 {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rs-revealer-6 {
    from {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

rs-loader.spinner7 {
    width: 35px;
    height: 35px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

rs-loader.spinner7 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 0;
    border-radius: 100%;
    border: 2px solid;
    -webkit-animation: rs-revealer-7 .8s linear infinite;
    animation: rs-revealer-7 .8s linear infinite
}

@keyframes rs-revealer-7 {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rs-revealer-7 {
    from {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

rs-loader.spinner8 {
    width: 50px;
    height: 50px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

rs-loader.spinner8 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 0;
    text-align: left
}

rs-loader.spinner8 .rs-spinner-inner span {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    -webkit-animation: rs-revealer-8 1.6s linear infinite;
    animation: rs-revealer-8 1.6s linear infinite
}

rs-loader.spinner8 .rs-spinner-inner span:last-child {
    animation-delay: -.8s;
    -webkit-animation-delay: -.8s
}

@keyframes rs-revealer-8 {
    0% {
        transform: scale(0,0);
        opacity: .5
    }

    100% {
        transform: scale(1,1);
        opacity: 0
    }
}

@-webkit-keyframes rs-revealer-8 {
    0% {
        -webkit-transform: scale(0,0);
        opacity: .5
    }

    100% {
        -webkit-transform: scale(1,1);
        opacity: 0
    }
}

rs-loader.spinner9 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

rs-loader.spinner9 .rs-spinner-inner span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: rs-revealer-9 2s infinite ease-in-out;
    animation: rs-revealer-9 2s infinite ease-in-out
}

rs-loader.spinner9 .rs-spinner-inner span:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes rs-revealer-9 {
    0%,100% {
        -webkit-transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes rs-revealer-9 {
    0%,100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

rs-loader.spinner10 {
    width: 54px;
    height: 40px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

rs-loader.spinner10 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 10px
}

rs-loader.spinner10 .rs-spinner-inner span {
    display: block;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: rs-revealer-10 1.2s infinite ease-in-out;
    animation: rs-revealer-10 1.2s infinite ease-in-out
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(2) {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(3) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(4) {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(5) {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

@-webkit-keyframes rs-revealer-10 {
    0%,100%,40% {
        -webkit-transform: scaleY(.4)
    }

    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes rs-revealer-10 {
    0%,100%,40% {
        transform: scaleY(.4);
        -webkit-transform: scaleY(.4)
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

rs-loader.spinner11 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

rs-loader.spinner11 .rs-spinner-inner {
    width: 100%;
    height: 100%
}

rs-loader.spinner11 .rs-spinner-inner span {
    display: block;
    width: 33%;
    height: 33%;
    background-color: #333;
    float: left;
    -webkit-animation: rs-revealer-11 1.3s infinite ease-in-out;
    animation: rs-revealer-11 1.3s infinite ease-in-out
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(1) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(2) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(3) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(4) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(5) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(6) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(7) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(8) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(9) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

@-webkit-keyframes rs-revealer-11 {
    0%,100%,70% {
        -webkit-transform: scale3D(1,1,1);
        transform: scale3D(1,1,1)
    }

    35% {
        -webkit-transform: scale3D(0,0,1);
        transform: scale3D(0,0,1)
    }
}

@keyframes rs-revealer-11 {
    0%,100%,70% {
        -webkit-transform: scale3D(1,1,1);
        transform: scale3D(1,1,1)
    }

    35% {
        -webkit-transform: scale3D(0,0,1);
        transform: scale3D(0,0,1)
    }
}

rs-loader.spinner12 {
    width: 35px;
    height: 35px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

rs-loader.spinner12 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    -webkit-animation: rs-revealer-12 1s infinite linear;
    animation: rs-revealer-12 1s infinite linear
}

@-webkit-keyframes rs-revealer-12 {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rs-revealer-12 {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

rs-loader.spinner13 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

rs-loader.spinner13 .rs-spinner-inner {
    width: 100%;
    height: 100%
}

rs-loader.spinner13 .rs-spinner-inner span {
    display: block;
    width: 40%;
    height: 40%;
    position: absolute;
    border-radius: 50%;
    -webkit-animation: rs-revealer-13 2s ease infinite;
    animation: rs-revealer-13 2s ease infinite
}

rs-loader.spinner13 .rs-spinner-inner span:nth-child(1) {
    animation-delay: -1.5s;
    -webkit-animation-delay: -1.5s
}

rs-loader.spinner13 .rs-spinner-inner span:nth-child(2) {
    animation-delay: -1s;
    -webkit-animation-delay: -1s
}

rs-loader.spinner13 .rs-spinner-inner span:nth-child(3) {
    animation-delay: -.5s;
    -webkit-animation-delay: -.5s
}

@keyframes rs-revealer-13 {
    0%,100% {
        transform: translate(0)
    }

    25% {
        transform: translate(160%)
    }

    50% {
        transform: translate(160%,160%)
    }

    75% {
        transform: translate(0,160%)
    }
}

@-webkit-keyframes rs-revealer-13 {
    0%,100% {
        -webkit-transform: translate(0)
    }

    25% {
        -webkit-transform: translate(160%)
    }

    50% {
        -webkit-transform: translate(160%,160%)
    }

    75% {
        -webkit-transform: translate(0,160%)
    }
}

rs-loader.spinner14 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

rs-loader.spinner14 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    animation: rs-revealer-14 1s infinite linear
}

rs-loader.spinner14 .rs-spinner-inner span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin: -8px
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(1) {
    -webkit-animation: rs-revealer-14-1 2s infinite;
    animation: rs-revealer-14-1 2s infinite
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(2) {
    -webkit-animation: rs-revealer-14-2 2s infinite;
    animation: rs-revealer-14-2 2s infinite
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(3) {
    -webkit-animation: rs-revealer-14-3 2s infinite;
    animation: rs-revealer-14-3 2s infinite
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(4) {
    -webkit-animation: rs-revealer-14-4 2s infinite;
    animation: rs-revealer-14-4 2s infinite
}

@-webkit-keyframes rs-revealer-14-1 {
    0% {
        -webkit-transform: rotate3d(0,0,1,0deg) translate3d(0,0,0)
    }

    20% {
        -webkit-transform: rotate3d(0,0,1,0deg) translate3d(80%,80%,0)
    }

    80% {
        -webkit-transform: rotate3d(0,0,1,360deg) translate3d(80%,80%,0)
    }

    100% {
        -webkit-transform: rotate3d(0,0,1,360deg) translate3d(0,0,0)
    }
}

@-webkit-keyframes rs-revealer-14-2 {
    0% {
        -webkit-transform: rotate3d(0,0,1,0deg) translate3d(0,0,0)
    }

    20% {
        -webkit-transform: rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)
    }

    80% {
        -webkit-transform: rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)
    }

    100% {
        -webkit-transform: rotate3d(0,0,1,360deg) translate3d(0,0,0)
    }
}

@-webkit-keyframes rs-revealer-14-3 {
    0% {
        -webkit-transform: rotate3d(0,0,1,0deg) translate3d(0,0,0)
    }

    20% {
        -webkit-transform: rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)
    }

    80% {
        -webkit-transform: rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)
    }

    100% {
        -webkit-transform: rotate3d(0,0,1,360deg) translate3d(0,0,0)
    }
}

@-webkit-keyframes rs-revealer-14-4 {
    0% {
        -webkit-transform: rotate3d(0,0,1,0deg) translate3d(0,0,0)
    }

    20% {
        -webkit-transform: rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)
    }

    80% {
        -webkit-transform: rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)
    }

    100% {
        -webkit-transform: rotate3d(0,0,1,360deg) translate3d(0,0,0)
    }
}

@keyframes rs-revealer-14-1 {
    0% {
        transform: rotate3d(0,0,1,0deg) translate3d(0,0,0)
    }

    20% {
        transform: rotate3d(0,0,1,0deg) translate3d(80%,80%,0)
    }

    80% {
        transform: rotate3d(0,0,1,360deg) translate3d(80%,80%,0)
    }

    100% {
        transform: rotate3d(0,0,1,360deg) translate3d(0,0,0)
    }
}

@keyframes rs-revealer-14-2 {
    0% {
        transform: rotate3d(0,0,1,0deg) translate3d(0,0,0)
    }

    20% {
        transform: rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)
    }

    80% {
        transform: rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)
    }

    100% {
        transform: rotate3d(0,0,1,360deg) translate3d(0,0,0)
    }
}

@keyframes rs-revealer-14-3 {
    0% {
        transform: rotate3d(0,0,1,0deg) translate3d(0,0,0)
    }

    20% {
        transform: rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)
    }

    80% {
        transform: rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)
    }

    100% {
        transform: rotate3d(0,0,1,360deg) translate3d(0,0,0)
    }
}

@keyframes rs-revealer-14-4 {
    0% {
        transform: rotate3d(0,0,1,0deg) translate3d(0,0,0)
    }

    20% {
        transform: rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)
    }

    80% {
        transform: rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)
    }

    100% {
        transform: rotate3d(0,0,1,360deg) translate3d(0,0,0)
    }
}

rs-loader.spinner15 {
    width: 40px;
    height: 40px;
    margin-top: -4px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

rs-loader.spinner15 .rs-spinner-inner {
    width: 100%;
    height: 100%
}

rs-loader.spinner15 .rs-spinner-inner span {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: rs-revealer-15 1.8s infinite ease-in-out;
    animation: rs-revealer-15 1.8s infinite ease-in-out
}

rs-loader.spinner15 .rs-spinner-inner:last-child {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

@-webkit-keyframes rs-revealer-15 {
    25% {
        -webkit-transform: translateX(30px) rotate(-90deg) scale(.5)
    }

    50% {
        -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg)
    }

    75% {
        -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5)
    }

    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@keyframes rs-revealer-15 {
    25% {
        transform: translateX(30px) rotate(-90deg) scale(.5);
        -webkit-transform: translateX(30px) rotate(-90deg) scale(.5)
    }

    50% {
        transform: translateX(30px) translateY(30px) rotate(-179deg);
        -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg)
    }

    50.1% {
        transform: translateX(30px) translateY(30px) rotate(-180deg);
        -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg)
    }

    75% {
        transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5);
        -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5)
    }

    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg)
    }
}

/* NEW CANVAS ANIMATIONS ON SLIDE BG'S */
.bgcanvas {
    display: none;
    position: absolute;
    overflow: hidden;
}

/* way the hell off screen */
.RSscrollbar-measure {
    width: 100px;
    height: 100px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
}

/*  AVADA SCROLL FIX */
.avada-has-rev-slider-styles .rev_slider_wrapper {
    transform: none;
}

/* rs-carousel-wrap{
	transform: scale(0.3);
	overflow: visible !important;
	border: solid 5px red;
} */

.scroll-top {
    position: fixed;
    z-index: 99;
    bottom: 24px;
    right: 30px;
    height: 47px;
    width: 47px;
    display: none; /* Initially hidden */
	background-color: #ff5e15; /* Change as needed */
    color: #fff; /* Change as needed */
    padding: 3px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
	font-size: 22px;
    z-index: 1000; /* Ensure it is on top of other elements */
}