.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;
    -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 i {
    -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: inline-end;
    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-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: 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);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    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 {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.premium-modal-box-modal-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: 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 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: 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: end;
    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 {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: 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-justify-content: 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;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

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

.premium-modal-box-modal-header i,
.premium-modal-box-modal-header svg {
    -webkit-padding-end: 6px;
    padding-inline-end: 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-mask-span {
    position: relative;
    overflow: hidden;
    display: -webkit-inline-flex !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-button .premium-lottie-animation,
.premium-image-button .premium-lottie-animation {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.premium-button svg:not(.premium-btn-svg),
.premium-image-button svg:not(.premium-btn-svg) {
    width: 30px;
    height: 30px
}

.premium-btn-block,
.premium-btn-lg,
.premium-btn-md,
.premium-btn-sm {
    background-color: #eee;
    color: #042551;
    margin: 0;
    text-decoration: none
}

.premium-btn-block:hover,
.premium-btn-lg:hover,
.premium-btn-md:hover,
.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-sm.premium-button-line6::after {
    padding: 12px 24px
}

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-md.premium-button-line6::after {
    padding: 14px 26px
}

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-lg.premium-button-line6::after {
    padding: 16px 28px
}

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

div[class*=elementor-widget-premium] .premium-btn-block.premium-button-line6::after {
    padding: 20px 0
}

.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;
    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-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 !important;
    transition-property: stroke, fill, background-color !important
}

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

.premium-svg-drawer * {
    stroke-width: 15px;
    stroke: #000
}

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

.premium-error-notice a {
    color: #252c59
}

.premium-addons__v-hidden {
    visibility: hidden;
    opacity: 0
}