@charset "UTF-8";
.premium-modal-box-modal-lower-close,
.premium-modal-trigger-btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent
}

.premium-modal-trigger-btn .premium-modal-box-icon,
.premium-modal-trigger-btn>svg {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-modal-trigger-btn>svg {
    width: 30px;
    height: 30px
}

.premium-modal-box-modal-close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000
}

.premium-modal-box-modal-close:focus,
.premium-modal-box-modal-close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

button.premium-modal-box-modal-close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.premium-modal-box-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    padding: 0 !important;
    background: rgba(0, 0, 0, .5);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.premium-modal-box-modal .premium-modal-box-modal-dialog {
    position: absolute;
    max-height: -webkit-calc(100vh - 150px);
    max-height: calc(100vh - 150px);
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.premium-modal-box-modal-content {
    background-clip: padding-box;
    outline: 0;
    overflow-x: hidden
}

.premium-modal-backdrop.premium-in {
    opacity: .5 !important
}

.premium-in {
    opacity: 1
}

.premium-modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.premium-in {
    -js-display: flex !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.premium-modal-box-modal-header {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 15px;
    border-bottom: 1px solid #e5e5e5
}

.premium-modal-box-modal-header .premium-modal-box-modal-close {
    margin-top: -2px
}

.premium-modal-box-modal-header .premium-modal-box-modal-title {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0
}

.premium-modal-box-modal-header .premium-modal-box-modal-title svg {
    width: 50px;
    height: 60px
}

.premium-modal-box-modal-body {
    position: relative;
    padding: 15px
}

.premium-modal-box-modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.premium-modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.premium-modal-trigger-text {
    background: 0 0 !important;
    display: inline-block
}

.premium-modal-box-container {
    width: 100% !important
}

.premium-modal-trigger-container .premium-modal-trigger-btn {
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-modal-trigger-container .premium-modal-trigger-btn.premium-btn-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.premium-modal-trigger-container .premium-modal-trigger-animation,
.premium-modal-trigger-container .premium-modal-trigger-img,
.premium-modal-trigger-container .premium-modal-trigger-text {
    cursor: pointer
}

.premium-modal-trigger-container .premium-modal-trigger-animation {
    display: inline-block;
    width: 200px;
    height: 200px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.premium-modal-box-modal-header img {
    width: 48px;
    padding-right: 5px
}

.premium-modal-box-modal-header i,
.premium-modal-box-modal-header svg {
    padding-right: 6px
}

.premium-modal-box-modal-close {
    position: relative;
    z-index: 99
}

.premium-modal-box-close-button-container,
.premium-modal-box-modal-close,
.premium-modal-box-modal-lower-close,
.premium-modal-trigger-img,
.premium-modal-trigger-text {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media (min-width:768px) {
    .premium-modal-box-modal-dialog {
        width: 700px;
        max-height: 600px;
        overflow: auto
    }
}

@media (max-width:767px) {
    .premium-modal-box-modal-dialog {
        width: 100%;
        max-height: 500px;
        overflow: auto
    }
}

.premium-modal-box-container[data-modal-animation*=animated-] {
    opacity: 0
}

.premium-title-bg-text:before {
    position: absolute;
    content: attr(data-background);
    top: 0;
    left: 0;
    text-align: left
}

.premium-bg-text-yes .elementor-widget-container:before {
    position: absolute;
    top: 0;
    left: 0;
    text-align: left
}

.premium-mask-yes .premium-dual-header-first-clip .premium-dual-header-first-span .premium-mask-span,
.premium-mask-yes .premium-dual-header-second-clip .premium-mask-span {
    background: inherit
}

.premium-mask-yes .premium-mask-span {
    position: relative;
    overflow: hidden;
    -js-display: inline-flex !important;
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

.premium-mask-yes .premium-mask-span::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: currentColor;
    -webkit-backface-visibility: visible;
    backface-visibility: visible
}

.premium-mask-active.premium-mask-tr .premium-mask-span::after {
    -webkit-animation: pa-mask-tr 1.7s cubic-bezier(1, 0, .18, 1) forwards;
    animation: pa-mask-tr 1.7s cubic-bezier(1, 0, .18, 1) forwards;
    -webkit-transform: translateX(-103%);
    -ms-transform: translateX(-103%);
    transform: translateX(-103%)
}

.premium-mask-active.premium-mask-tl .premium-mask-span::after {
    -webkit-animation: pa-mask-tl 1.7s cubic-bezier(1, 0, .18, 1) forwards;
    animation: pa-mask-tl 1.7s cubic-bezier(1, 0, .18, 1) forwards;
    -webkit-transform: translateX(103%);
    -ms-transform: translateX(103%);
    transform: translateX(103%)
}

.premium-mask-active.premium-mask-tb .premium-mask-span::after {
    -webkit-animation: pa-mask-tb 1.7s cubic-bezier(1, 0, .18, 1) forwards;
    animation: pa-mask-tb 1.7s cubic-bezier(1, 0, .18, 1) forwards;
    -webkit-transform: translateY(-103%);
    -ms-transform: translateY(-103%);
    transform: translateY(-103%)
}

.premium-mask-active.premium-mask-tt .premium-mask-span::after {
    -webkit-animation: pa-mask-tt 1.7s cubic-bezier(1, 0, .18, 1) forwards;
    animation: pa-mask-tt 1.7s cubic-bezier(1, 0, .18, 1) forwards;
    -webkit-transform: translateY(103%);
    -ms-transform: translateY(103%);
    transform: translateY(103%)
}

@-webkit-keyframes pa-mask-tr {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -webkit-transform: translateX(103%);
        transform: translateX(103%)
    }
}

@keyframes pa-mask-tr {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -webkit-transform: translateX(103%);
        transform: translateX(103%)
    }
}

@-webkit-keyframes pa-mask-tl {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -webkit-transform: translateX(-103%);
        transform: translateX(-103%)
    }
}

@keyframes pa-mask-tl {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -webkit-transform: translateX(-103%);
        transform: translateX(-103%)
    }
}

@-webkit-keyframes pa-mask-tb {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(103%);
        transform: translateY(103%)
    }
}

@keyframes pa-mask-tb {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(103%);
        transform: translateY(103%)
    }
}

@-webkit-keyframes pa-mask-tt {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(-103%);
        transform: translateY(-103%)
    }
}

@keyframes pa-mask-tt {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(-103%);
        transform: translateY(-103%)
    }
}

.premium-button .premium-lottie-animation,
.premium-image-button .premium-lottie-animation {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.premium-button svg,
.premium-image-button svg {
    width: 30px;
    height: 30px
}

div[class*=elementor-widget-premium] .premium-btn-block,
div[class*=elementor-widget-premium] .premium-btn-lg,
div[class*=elementor-widget-premium] .premium-btn-md,
div[class*=elementor-widget-premium] .premium-btn-sm {
    background-color: #eee;
    color: #042551;
    margin: 0;
    text-decoration: none
}

div[class*=elementor-widget-premium] .premium-btn-block:hover,
div[class*=elementor-widget-premium] .premium-btn-lg:hover,
div[class*=elementor-widget-premium] .premium-btn-md:hover,
div[class*=elementor-widget-premium] .premium-btn-sm:hover {
    background-color: #54595f;
    color: #eee
}

div[class*=elementor-widget-premium] .premium-btn-sm {
    padding: 12px 24px;
    font-size: 14px;
    line-height: 1
}

div[class*=elementor-widget-premium] .premium-btn-md {
    padding: 14px 26px;
    font-size: 16px;
    line-height: 1.2
}

div[class*=elementor-widget-premium] .premium-btn-lg {
    padding: 16px 28px;
    font-size: 18px;
    line-height: 1.3333
}

div[class*=elementor-widget-premium] .premium-btn-block {
    font-size: 18px;
    line-height: 1;
    padding: 20px 0;
    width: 100%;
    text-align: center
}

.premium-button-text {
    display: inline-block;
    width: 100%
}

.premium-mouse-detect-yes .premium-button-style6 .premium-button-style6-bg {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: width .4s ease-in-out, height .4s ease-in-out;
    transition: width .4s ease-in-out, height .4s ease-in-out
}

.premium-mouse-detect-yes .premium-button-style6:hover .premium-button-style6-bg {
    width: 225%;
    height: 560px
}

.premium-mouse-detect-yes .premium-button-style6:before {
    width: 0;
    height: 0
}

.premium-loader {
    border: 3px solid #f3f3f3;
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: #f3f3f3;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border-top: 3px solid;
    border-top-color: #bbb;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: 0 auto
}

.premium-svg-drawer *,
.premium-svg-nodraw * {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition-property: stroke, fill, background-color;
    transition-property: stroke, fill, background-color
}

.premium-svg-drawer .no-transition,
.premium-svg-nodraw .no-transition {
    -webkit-transition: none !important;
    transition: none !important
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.premium-error-notice {
    width: 100%;
    padding: 10px;
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
    text-align: center
}