@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css);
.svg-separator-new {
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
    position: absolute
}

.waves-separator {
    display: block;
    width: 100%;
    height: 60px;
    max-height: 60px;
    margin: 0;
    z-index: 5;
    bottom: 0;
    position: absolute;
    left: 0;
    float: left
}

.waves-separator .parallax1>use {
    -webkit-animation: move-forever1 10s linear infinite;
    animation: move-forever1 10s linear infinite
}

.waves-separator .parallax1>use:first-child {
    -webkit-animation-delay: -2s;
    animation-delay: -2s
}

.waves-separator .parallax2>use {
    -webkit-animation: move-forever2 8s linear infinite;
    animation: move-forever2 8s linear infinite
}

.waves-separator .parallax2>use:first-child {
    -webkit-animation-delay: -2s;
    animation-delay: -2s
}

.waves-separator .parallax3>use {
    -webkit-animation: move-forever3 6s linear infinite;
    animation: move-forever3 6s linear infinite
}

.waves-separator .parallax3>use:first-child {
    -webkit-animation-delay: -2s;
    animation-delay: -2s
}

.waves-separator .parallax4>use {
    -webkit-animation: move-forever4 4s linear infinite;
    animation: move-forever4 4s linear infinite
}

.waves-separator .parallax4>use:first-child {
    -webkit-animation-delay: -2s;
    animation-delay: -2s
}

@-webkit-keyframes move-forever1 {
    0% {
        -webkit-transform: translate(85px);
        transform: translate(85px)
    }
    to {
        -webkit-transform: translate(-90px);
        transform: translate(-90px)
    }
}

@keyframes move-forever1 {
    0% {
        -webkit-transform: translate(85px);
        transform: translate(85px)
    }
    to {
        -webkit-transform: translate(-90px);
        transform: translate(-90px)
    }
}

@-webkit-keyframes move-forever2 {
    0% {
        -webkit-transform: translate(-90px);
        transform: translate(-90px)
    }
    to {
        -webkit-transform: translate(85px);
        transform: translate(85px)
    }
}

@keyframes move-forever2 {
    0% {
        -webkit-transform: translate(-90px);
        transform: translate(-90px)
    }
    to {
        -webkit-transform: translate(85px);
        transform: translate(85px)
    }
}

@-webkit-keyframes move-forever3 {
    0% {
        -webkit-transform: translate(85px);
        transform: translate(85px)
    }
    to {
        -webkit-transform: translate(-90px);
        transform: translate(-90px)
    }
}

@keyframes move-forever3 {
    0% {
        -webkit-transform: translate(85px);
        transform: translate(85px)
    }
    to {
        -webkit-transform: translate(-90px);
        transform: translate(-90px)
    }
}

@-webkit-keyframes move-forever4 {
    0% {
        -webkit-transform: translate(-90px);
        transform: translate(-90px)
    }
    to {
        -webkit-transform: translate(85px);
        transform: translate(85px)
    }
}

@keyframes move-forever4 {
    0% {
        -webkit-transform: translate(-90px);
        transform: translate(-90px)
    }
    to {
        -webkit-transform: translate(85px);
        transform: translate(85px)
    }
}

.svg-separator {
    width: 100%;
    margin: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    float: left;
    display: block;
    background: 0 0;
    right: 0;
    z-index: 9
}

.svg-separator .svg-separator.bottom {
    top: auto;
    bottom: 0
}

.svg-separator.sep1.down {
    -webkit-transform: rotate(180deg) translateY(-95%);
    transform: rotate(180deg) translateY(-95%)
}

.svg-separator .sep2 {
    -webkit-transform: translateY(-100%) translateY(2px) scale(1);
    transform: translateY(-100%) translateY(2px) scale(1);
    -webkit-transform-origin: top;
    transform-origin: top
}

.svg-separator.sep3 {
    -webkit-transform: rotate(180deg) translateY(-95%);
    transform: rotate(180deg) translateY(-95%)
}

.svg-separator.sep9 {
    -webkit-transform: translateY(0) translateY(-2px) scale(-1);
    transform: translateY(0) translateY(-2px) scale(-1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom
}

[data-device=mobile] .svg-separator-new,
[data-device=tablet] .svg-separator-new {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    position: absolute;
    max-height: 30px
}

[data-device=mobile] .svg-separator,
[data-device=tablet] .svg-separator {
    max-height: 100%
}

[data-device=mobile] .svg-separator.sep1.down,
[data-device=mobile] .svg-separator.sep3,
[data-device=tablet] .svg-separator.sep1.down,
[data-device=tablet] .svg-separator.sep3 {
    -webkit-transform: rotate(180deg) translateY(-95%);
    transform: rotate(180deg) translateY(-95%)
}

.fadein[data-v-0433acdc] {
    animation: fadein-data-v-0433acdc 2s;
    -webkit-animation: fadein-data-v-0433acdc 2s;
    -moz-animation: fadein-data-v-0433acdc 2s;
    -ms-animation: fadein-data-v-0433acdc 2s
}

@-webkit-keyframes scroll-data-v-0433acdc {
    0% {
        -webkit-transform: translate3d(110%, 0, 0);
        transform: translate3d(110%, 0, 0)
    }
    to {
        -webkit-transform: translate3d(-130%, 0, 0);
        transform: translate3d(-130%, 0, 0)
    }
}

@keyframes scroll-data-v-0433acdc {
    0% {
        -webkit-transform: translate3d(110%, 0, 0);
        transform: translate3d(110%, 0, 0)
    }
    to {
        -webkit-transform: translate3d(-130%, 0, 0);
        transform: translate3d(-130%, 0, 0)
    }
}

.slide-track[data-v-0433acdc] {
    -webkit-animation: scroll-data-v-0433acdc 15s linear infinite;
    animation: scroll-data-v-0433acdc 15s linear infinite;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

@keyframes fadein-data-v-0433acdc {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes fadein-data-v-0433acdc {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.panel-video-place[data-v-0433acdc],
.panel-video[data-v-0433acdc] {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    overflow: hidden;
    left: 0
}

.arrow-panel-down[data-v-0433acdc] {
    position: absolute;
    z-index: 10
}

.panel[data-v-0433acdc] {
    width: 100%
}

.panel-body[data-v-0433acdc],
.panel[data-v-0433acdc],
.sitebuilder-element-panel[data-v-0433acdc] {
    position: relative
}

.resizable[data-v-0433acdc] {
    resize: both
}

.draggable-handler[data-v-0433acdc] {
    cursor: pointer
}

.dragging[data-v-0433acdc] {
    cursor: move
}

.panel-body[data-v-0433acdc] {
    height: 100%
}

.v--modal-overlay[data-modal=my_modal_name][data-v-0433acdc] {
    background: transparent
}

.panel-helper-ios[data-v-0433acdc] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    clip: rect(0, auto, auto, 0)
}

[data-device=mobile] .panel-helper-ios[data-v-0433acdc],
[data-device=tablet] .panel-helper-ios[data-v-0433acdc] {
    display: block
}

.panel-helper-ios-image[data-v-0433acdc] {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform
}

@media (max-width:600px) {
    .restrict-container-main .sweet-modal {
        top: 20px;
        max-height: calc(100vh - 40px)
    }
    .restrict-container-main .sweet-modal .sweet-content-content {
        max-height: 80vh
    }
}

@media (max-width:425px) {
    .restrict-container-main.theme-three-tabs .restrict-area-form-register,
    .restrict-container-main.theme-two-tabs .restrict-area-form-register {
        margin-bottom: 50px
    }
}

.restrict-container-main .container-box {
    background-color: #fff
}

.restrict-container-main:not(.theme-default) {
    background: #f9f9f9
}

.restrict-container-main.theme-three-tabs.container-appearance-dark .container-main {
    background-color: #0a001f
}

.restrict-container-main.theme-three-tabs.container-appearance-dark .container-main .nav-item .nav-link {
    color: #5e6475;
    border-bottom: 1px solid transparent
}

.restrict-container-main.theme-three-tabs.container-appearance-dark .container-main .nav-item .nav-link.active {
    color: #00b4ff;
    border-bottom: 1px solid #00b4ff
}

.restrict-container-main.theme-three-tabs.container-appearance-dark .form-control {
    color: #ddd;
    border-bottom: 1px solid #68728b
}

.restrict-container-main.theme-three-tabs.container-appearance-dark label {
    color: #ddd
}

.restrict-container-main.theme-three-tabs.container-appearance-dark .btn {
    background-color: #0088d2
}

.restrict-container-main.theme-three-tabs.container-appearance-dark .btn:hover {
    background-color: #007cb7
}

.restrict-container-main.theme-three-tabs.container-appearance-light .container-main {
    background-color: #f1f3f7
}

.restrict-container-main.theme-three-tabs.container-appearance-light .container-main .nav {
    border-bottom: 1px solid #d0cece
}

.restrict-container-main.theme-three-tabs.container-appearance-light .container-main .nav-item .nav-link {
    font-size: 16px;
    color: #d0cece;
    border-bottom: 1px solid transparent
}

.restrict-container-main.theme-three-tabs.container-appearance-light .container-main .nav-item .nav-link.active {
    color: #00b4ff;
    border-bottom: 1px solid #00b4ff
}

.restrict-container-main.theme-three-tabs.container-appearance-light .form-control {
    color: #68728b;
    border-bottom: 1px solid #d0cece
}

.restrict-container-main.theme-three-tabs.container-appearance-light label {
    color: #68728b
}

.restrict-container-main.theme-three-tabs.container-appearance-light .btn,
.restrict-container-main.theme-three-tabs.container-appearance-light .btn:hover {
    background-color: #00b147
}

.restrict-container-main.theme-three-tabs.container-appearance-light .btn:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 177, 71, .5686274509803921);
    box-shadow: 0 0 0 .2rem rgba(0, 177, 71, .5686274509803921)
}

.restrict-container-main.theme-three-tabs .nav {
    width: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.restrict-container-main.theme-three-tabs .nav .nav-item {
    cursor: pointer;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.restrict-container-main.theme-three-tabs .nav .nav-item .nav-link {
    font-size: 16px
}

.restrict-container-main.theme-three-tabs .form-control {
    display: block;
    width: 100%;
    border: none;
    border-radius: 0;
    background: none;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.restrict-container-main.theme-three-tabs .container-main {
    border-radius: 6px
}

.restrict-container-main.theme-three-tabs .modal-body {
    padding: 1rem 3rem
}

.restrict-container-main.theme-three-tabs .form-control {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143
}

.restrict-container-main.theme-three-tabs .btn {
    border-radius: 25px;
    border: none;
    min-width: 130px;
    width: auto;
    height: 35px
}

.restrict-container-main.theme-two-tabs .container-main {
    border-radius: 10px
}

.restrict-container-main.theme-two-tabs .btn-primary {
    font-size: 15px;
    border-radius: 25px;
    padding: 3px 30px;
    margin-bottom: 5px;
    font-weight: 700;
    background-color: #00b147;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none
}

.restrict-container-main.theme-two-tabs .btn-primary:focus,
.restrict-container-main.theme-two-tabs .btn-primary:hover {
    background: #00b147;
    -webkit-box-shadow: none;
    box-shadow: none
}

.restrict-container-main.theme-two-tabs.container-appearance-dark .nav {
    background-color: #303340
}

.restrict-container-main.theme-two-tabs.container-appearance-dark .nav .nav-item .nav-link {
    color: #545962;
    background-color: #e5f0f2;
    border-color: #e5f0f2
}

.restrict-container-main.theme-two-tabs.container-appearance-dark .nav .nav-item .nav-link:not(.active) {
    color: #f9f9f9;
    background-color: #303340;
    border-color: #303340
}

.restrict-container-main.theme-two-tabs.container-appearance-dark .tab-content {
    background-color: #e5f0f2
}

.restrict-container-main.theme-two-tabs.container-appearance-dark .form-control {
    color: #1a212f;
    background: #fff
}

.restrict-container-main.theme-two-tabs.container-appearance-dark .form-control:focus,
.restrict-container-main.theme-two-tabs.container-appearance-dark .form-control:hover {
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.restrict-container-main.theme-two-tabs.container-appearance-light .nav {
    background-color: #e1dcdc
}

.restrict-container-main.theme-two-tabs.container-appearance-light .nav .nav-item .nav-link {
    color: #0081f4;
    background-color: #f9f9f9;
    border-color: #f9f9f9
}

.restrict-container-main.theme-two-tabs.container-appearance-light .nav .nav-item .nav-link:not(.active) {
    background-color: #e1dcdc;
    border-color: #e1dcdc
}

.restrict-container-main.theme-two-tabs.container-appearance-light .tab-content {
    background-color: #f9f9f9
}

.restrict-container-main.theme-two-tabs .modal-header {
    padding: 0;
    border: 0
}

.restrict-container-main.theme-two-tabs .nav {
    width: 100%;
    height: 54px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
    border-radius: 20px;
    border: 0
}

.restrict-container-main.theme-two-tabs .nav .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    white-space: nowrap;
    border: 0
}

.restrict-container-main.theme-two-tabs .nav .nav-item .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 54px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    font-size: 18px;
    font-weight: 700;
    white-space: nowrap;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-radius: 10px 10px 0 0
}

.restrict-container-main.theme-two-tabs .nav .nav-item .nav-link:not(.active) {
    border-radius: 20px 20px 0 0
}

.restrict-container-main.theme-two-tabs .form-control {
    display: block;
    width: 100%;
    height: 45px;
    border-radius: 25px;
    border: none;
    color: #1289f4;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.restrict-container-main.theme-two-tabs .form-control,
.restrict-container-main.theme-two-tabs .form-control:focus,
.restrict-container-main.theme-two-tabs .form-control:hover {
    background: #e6e6e6;
    -webkit-box-shadow: none;
    box-shadow: none
}

.restrict-container-main.theme-two-tabs .sweet-box-actions {
    top: 6px
}

.restrict-container-main.theme-two-tabs .btn-success {
    border-radius: 25px;
    width: 100%;
    height: 47px;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 700;
    background-color: #00b147;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none
}

.restrict-container-main.theme-two-tabs .btn-success:focus,
.restrict-container-main.theme-two-tabs .btn-success:hover {
    background: #00b147;
    -webkit-box-shadow: none;
    box-shadow: none
}

.restrict-container-main.theme-two-tabs .tab-content {
    padding: 25px 25px 5px 25px;
    border-radius: 0 0 10px 10px;
    margin: -1px
}

.restrict-container-main.theme-two-tabs .text-forgot-password,
.restrict-container-main.theme-two-tabs .title-forgot-password {
    text-align: center;
    display: block;
    padding: 0 0 10px 0;
    color: #303340
}

.restrict-container-main.theme-two-tabs .helper-forgot-password {
    padding: 0 0 10px 0;
    color: #303340;
    font-size: 16px
}

.restrict-container-main.theme-two-tabs .title-forgot-password {
    font-size: 18px;
    font-weight: 700
}

.restrict-container-main.theme-two-columns.container-appearance-dark .sweet-action-close {
    color: #dedede
}

.restrict-container-main.theme-two-columns.container-appearance-dark .container-main {
    background-color: #2e3436
}

.restrict-container-main.theme-two-columns.container-appearance-dark .form-group label,
.restrict-container-main.theme-two-columns.container-appearance-dark .title {
    color: #dedede
}

.restrict-container-main.theme-two-columns.container-appearance-dark .form-group .form-control {
    color: #dedede;
    border-bottom: 1px solid #54595c
}

.restrict-container-main.theme-two-columns.container-appearance-dark .form-group .form-control:focus {
    border-color: #bdbdbd
}

.restrict-container-main.theme-two-columns.container-appearance-dark .btn {
    background-color: grey
}

.restrict-container-main.theme-two-columns.container-appearance-dark .btn:hover {
    background-color: #b1b1b1;
    -webkit-box-shadow: 0 0 0 .2rem hsla(0, 0%, 50.2%, .3803921568627451) !important;
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 50.2%, .3803921568627451) !important
}

.restrict-container-main.theme-two-columns.container-appearance-dark .helper-forgot-password,
.restrict-container-main.theme-two-columns.container-appearance-dark .text-forgot-password,
.restrict-container-main.theme-two-columns.container-appearance-dark .title-forgot-password {
    color: #dedede
}

.restrict-container-main.theme-two-columns.container-appearance-light .container-main {
    background-color: #fff
}

.restrict-container-main.theme-two-columns.container-appearance-light .form-group label,
.restrict-container-main.theme-two-columns.container-appearance-light .title {
    color: #333
}

.restrict-container-main.theme-two-columns.container-appearance-light .form-group .form-control {
    color: #333;
    border-bottom: 1px solid #68728b
}

.restrict-container-main.theme-two-columns.container-appearance-light .form-group .form-control:focus {
    border-color: #bdbdbd
}

.restrict-container-main.theme-two-columns.container-appearance-light .btn {
    background-color: #bdbdbd
}

.restrict-container-main.theme-two-columns.container-appearance-light .btn:hover {
    background-color: grey;
    -webkit-box-shadow: 0 0 0 .2rem hsla(0, 0%, 50.2%, .3803921568627451) !important;
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 50.2%, .3803921568627451) !important
}

.restrict-container-main.theme-two-columns.container-appearance-light .helper-forgot-password,
.restrict-container-main.theme-two-columns.container-appearance-light .text-forgot-password,
.restrict-container-main.theme-two-columns.container-appearance-light .title-forgot-password {
    color: #333
}

.restrict-container-main.theme-two-columns .container-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-radius: 10px;
    padding: 0 .75rem
}

@media (max-width:850px) {
    .restrict-container-main.theme-two-columns .container-main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.restrict-container-main.theme-two-columns .container-main .content-box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 2rem 1.5rem
}

.restrict-container-main.theme-two-columns .container-main .content-box:not(.forgot) {
    padding: 1rem 2.5rem;
    margin: 2rem 0
}

@media (min-width:851px) {
    .restrict-container-main.theme-two-columns .container-main .content-box:not(.forgot):first-child {
        border-right: 1px solid #54595c
    }
}

@media (max-width:850px) {
    .restrict-container-main.theme-two-columns .container-main .content-box:not(.forgot):first-child {
        border-bottom: 1px solid #54595c
    }
}

.restrict-container-main.theme-two-columns .container-main .text-forgot-password,
.restrict-container-main.theme-two-columns .container-main .title-forgot-password {
    text-align: center;
    display: block;
    padding: 0 0 10px 0
}

.restrict-container-main.theme-two-columns .container-main .helper-forgot-password {
    padding: 0 0 10px 0;
    font-size: 16px
}

.restrict-container-main.theme-two-columns .container-main .title-forgot-password {
    font-size: 18px;
    font-weight: 700
}

.restrict-container-main.theme-two-columns .btn {
    border: none;
    border-radius: 30px;
    min-width: 125px
}

.restrict-container-main.theme-two-columns .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.restrict-container-main.theme-two-columns .form-group label {
    float: left
}

.restrict-container-main.theme-two-columns .form-group .form-control {
    display: block;
    width: 100%;
    border: none;
    border-radius: 0;
    background: none;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 34px
}

.restrict-container-main.theme-two-columns .form-group .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0
}

@media (min-width:851px) {
    .restrict-container-main.theme-two-columns .sweet-modal {
        width: auto;
        min-width: 600px
    }
}

.restrict-container-main.theme-in-block.container-appearance-light .container-main {
    background-color: #e6e6e6
}

.restrict-container-main.theme-in-block.container-appearance-light .title {
    color: #1a212f
}

.restrict-container-main.theme-in-block.container-appearance-light .form-control {
    color: #555;
    background: #fff
}

.restrict-container-main.theme-in-block.container-appearance-light .btn {
    color: #63666c;
    border: 1px solid #9b9b9b
}

.restrict-container-main.theme-in-block.container-appearance-light .btn.btn-primary {
    background-color: #9b9b9b
}

.restrict-container-main.theme-in-block.container-appearance-light .btn:hover {
    background: #f15d0d;
    border-color: #f15d0d;
    color: #fff
}

.restrict-container-main.theme-in-block.container-appearance-light .btn:active,
.restrict-container-main.theme-in-block.container-appearance-light .btn:focus {
    background: #f15d0d;
    border-color: #f15d0d;
    color: #fff;
    -webkit-box-shadow: 0 0 0 .2rem rgba(241, 93, 13, .4392156862745098) !important;
    box-shadow: 0 0 0 .2rem rgba(241, 93, 13, .4392156862745098) !important
}

.restrict-container-main.theme-in-block.container-appearance-dark .sweet-box-actions .sweet-action-close:hover {
    background: #172b4d
}

.restrict-container-main.theme-in-block.container-appearance-dark .container-main {
    background-color: #2e3436
}

.restrict-container-main.theme-in-block.container-appearance-dark label {
    color: #ececec
}

.restrict-container-main.theme-in-block.container-appearance-dark .title {
    color: #dedede
}

.restrict-container-main.theme-in-block.container-appearance-dark .form-control {
    color: #54595c;
    background: #ececec
}

.restrict-container-main.theme-in-block.container-appearance-dark .btn {
    color: #ececec;
    border: 1px solid #9b9b9b
}

.restrict-container-main.theme-in-block.container-appearance-dark .btn.btn-primary {
    background-color: #9b9b9b
}

.restrict-container-main.theme-in-block.container-appearance-dark .btn:hover {
    background: #f15d0d;
    border-color: #f15d0d;
    color: #fff
}

.restrict-container-main.theme-in-block.container-appearance-dark .btn:active,
.restrict-container-main.theme-in-block.container-appearance-dark .btn:focus {
    background: #f15d0d;
    border-color: #f15d0d;
    color: #fff;
    -webkit-box-shadow: 0 0 0 .2rem rgba(241, 93, 13, .4392156862745098) !important;
    box-shadow: 0 0 0 .2rem rgba(241, 93, 13, .4392156862745098) !important
}

.restrict-container-main.theme-in-block.container-appearance-dark .helper-forgot-password {
    color: #dedede
}

.restrict-container-main.theme-in-block .container-main {
    padding: 15px
}

.restrict-container-main.theme-in-block .container-main .title {
    margin: 25px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 24px
}

.restrict-container-main.theme-in-block .container-main .form-text,
.restrict-container-main.theme-in-block .container-main label {
    text-align: left;
    display: block
}

.restrict-container-main.theme-in-block .container-main .form-group {
    padding-top: 5px;
    margin-bottom: 0
}

.restrict-container-main.theme-in-block .container-main .form-control {
    display: block;
    width: 100%;
    height: 65px;
    border: none;
    border-radius: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.restrict-container-main.theme-in-block .container-main .btn {
    border-radius: 0;
    width: 100%;
    height: 60px;
    font-size: 20px;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 5px
}

.restrict-container-main.theme-in-block .container-main .btn:hover {
    border: none
}

.restrict-container-main.theme-default {
    /*!

=========================================================
* Argon Design System - v1.1.0
=========================================================

* Product Page: https://www.creative-tim.com/product/argon-design-system
* Copyright 2019 Creative Tim (https://www.creative-tim.com)
* Licensed under MIT (https://github.com/creativetimofficial/argon-design-system/blob/master/LICENSE.md)

* Coded by www.creative-tim.com

=========================================================

* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

*/
}

.restrict-container-main.theme-default :root {
    --blue: #5e72e4;
    --indigo: #5603ad;
    --purple: #8965e0;
    --pink: #f3a4b5;
    --red: #f5365c;
    --orange: #fb6340;
    --yellow: #ffd600;
    --green: #2dce89;
    --teal: #11cdef;
    --cyan: #2bffc6;
    --gray: #8898aa;
    --gray-dark: #32325d;
    --light: #ced4da;
    --lighter: #e9ecef;
    --primary: #5e72e4;
    --secondary: #f4f5f7;
    --success: #2dce89;
    --info: #11cdef;
    --warning: #fb6340;
    --danger: #f5365c;
    --light: #adb5bd;
    --dark: #212529;
    --default: #172b4d;
    --white: #fff;
    --neutral: #fff;
    --darker: #000;
    --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", "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

.restrict-container-main.theme-default *,
.restrict-container-main.theme-default :after,
.restrict-container-main.theme-default :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.restrict-container-main.theme-default html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

.restrict-container-main.theme-default article,
.restrict-container-main.theme-default aside,
.restrict-container-main.theme-default figcaption,
.restrict-container-main.theme-default figure,
.restrict-container-main.theme-default footer,
.restrict-container-main.theme-default header,
.restrict-container-main.theme-default hgroup,
.restrict-container-main.theme-default main,
.restrict-container-main.theme-default nav,
.restrict-container-main.theme-default section {
    display: block
}

.restrict-container-main.theme-default body {
    font-family: Open Sans, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    text-align: left;
    color: #525f7f;
    background-color: #fff
}

.restrict-container-main.theme-default [tabindex="-1"]:focus {
    outline: 0 !important
}

.restrict-container-main.theme-default hr {
    overflow: visible;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

.restrict-container-main.theme-default h1,
.restrict-container-main.theme-default h2,
.restrict-container-main.theme-default h3,
.restrict-container-main.theme-default h4,
.restrict-container-main.theme-default h5,
.restrict-container-main.theme-default h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

.restrict-container-main.theme-default p {
    margin-top: 0;
    margin-bottom: 1rem
}

.restrict-container-main.theme-default abbr[data-original-title],
.restrict-container-main.theme-default abbr[title] {
    cursor: help;
    text-decoration: underline;
    text-decoration: underline dotted;
    border-bottom: 0;
    -webkit-text-decoration: underline dotted;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

.restrict-container-main.theme-default address {
    font-style: normal;
    line-height: inherit;
    margin-bottom: 1rem
}

.restrict-container-main.theme-default dl,
.restrict-container-main.theme-default ol,
.restrict-container-main.theme-default ul {
    margin-top: 0;
    margin-bottom: 1rem
}

.restrict-container-main.theme-default ol ol,
.restrict-container-main.theme-default ol ul,
.restrict-container-main.theme-default ul ol,
.restrict-container-main.theme-default ul ul {
    margin-bottom: 0
}

.restrict-container-main.theme-default dt {
    font-weight: 600
}

.restrict-container-main.theme-default dd {
    margin-bottom: .5rem;
    margin-left: 0
}

.restrict-container-main.theme-default blockquote {
    margin: 0 0 1rem
}

.restrict-container-main.theme-default b,
.restrict-container-main.theme-default strong {
    font-weight: bolder
}

.restrict-container-main.theme-default small {
    font-size: 80%
}

.restrict-container-main.theme-default sub,
.restrict-container-main.theme-default sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

.restrict-container-main.theme-default sub {
    bottom: -.25em
}

.restrict-container-main.theme-default sup {
    top: -.5em
}

.restrict-container-main.theme-default a {
    text-decoration: none;
    color: #5e72e4;
    background-color: transparent
}

.restrict-container-main.theme-default a:hover {
    text-decoration: none;
    color: #233dd2
}

.restrict-container-main.theme-default a:not([href]):not([tabindex]),
.restrict-container-main.theme-default a:not([href]):not([tabindex]):focus,
.restrict-container-main.theme-default a:not([href]):not([tabindex]):hover {
    text-decoration: none;
    color: inherit
}

.restrict-container-main.theme-default a:not([href]):not([tabindex]):focus {
    outline: 0
}

.restrict-container-main.theme-default code,
.restrict-container-main.theme-default kbd,
.restrict-container-main.theme-default pre,
.restrict-container-main.theme-default samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

.restrict-container-main.theme-default pre {
    overflow: auto;
    margin-top: 0;
    margin-bottom: 1rem
}

.restrict-container-main.theme-default figure {
    margin: 0 0 1rem
}

.restrict-container-main.theme-default img {
    vertical-align: middle;
    border-style: none
}

.restrict-container-main.theme-default svg {
    overflow: hidden;
    vertical-align: middle
}

.restrict-container-main.theme-default table {
    border-collapse: collapse
}

.restrict-container-main.theme-default caption {
    padding-top: 1rem;
    padding-bottom: 1rem;
    caption-side: bottom;
    text-align: left;
    color: #8898aa
}

.restrict-container-main.theme-default th {
    text-align: inherit
}

.restrict-container-main.theme-default label {
    display: inline-block;
    margin-bottom: .5rem
}

.restrict-container-main.theme-default button {
    border-radius: 0
}

.restrict-container-main.theme-default button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

.restrict-container-main.theme-default button,
.restrict-container-main.theme-default input,
.restrict-container-main.theme-default optgroup,
.restrict-container-main.theme-default select,
.restrict-container-main.theme-default textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0
}

.restrict-container-main.theme-default button,
.restrict-container-main.theme-default input {
    overflow: visible
}

.restrict-container-main.theme-default button,
.restrict-container-main.theme-default select {
    text-transform: none
}

.restrict-container-main.theme-default select {
    word-wrap: normal
}

.restrict-container-main.theme-default [type=button],
.restrict-container-main.theme-default [type=reset],
.restrict-container-main.theme-default [type=submit],
.restrict-container-main.theme-default button {
    -webkit-appearance: button
}

.restrict-container-main.theme-default [type=button]:not(:disabled),
.restrict-container-main.theme-default [type=reset]:not(:disabled),
.restrict-container-main.theme-default [type=submit]:not(:disabled),
.restrict-container-main.theme-default button:not(:disabled) {
    cursor: pointer
}

.restrict-container-main.theme-default [type=button]::-moz-focus-inner,
.restrict-container-main.theme-default [type=reset]::-moz-focus-inner,
.restrict-container-main.theme-default [type=submit]::-moz-focus-inner,
.restrict-container-main.theme-default button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

.restrict-container-main.theme-default input[type=checkbox],
.restrict-container-main.theme-default input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

.restrict-container-main.theme-default input[type=date],
.restrict-container-main.theme-default input[type=datetime-local],
.restrict-container-main.theme-default input[type=month],
.restrict-container-main.theme-default input[type=time] {
    -webkit-appearance: listbox
}

.restrict-container-main.theme-default textarea {
    overflow: auto;
    resize: vertical
}

.restrict-container-main.theme-default fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0
}

.restrict-container-main.theme-default legend {
    font-size: 1.5rem;
    line-height: inherit;
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: .5rem;
    padding: 0;
    white-space: normal;
    color: inherit
}

.restrict-container-main.theme-default progress {
    vertical-align: baseline
}

.restrict-container-main.theme-default [type=number]::-webkit-inner-spin-button,
.restrict-container-main.theme-default [type=number]::-webkit-outer-spin-button {
    height: auto
}

.restrict-container-main.theme-default [type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

.restrict-container-main.theme-default [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

.restrict-container-main.theme-default ::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

.restrict-container-main.theme-default output {
    display: inline-block
}

.restrict-container-main.theme-default summary {
    display: list-item;
    cursor: pointer
}

.restrict-container-main.theme-default template {
    display: none
}

.restrict-container-main.theme-default [hidden] {
    display: none !important
}

.restrict-container-main.theme-default .h1,
.restrict-container-main.theme-default .h2,
.restrict-container-main.theme-default .h3,
.restrict-container-main.theme-default .h4,
.restrict-container-main.theme-default .h5,
.restrict-container-main.theme-default .h6,
.restrict-container-main.theme-default h1,
.restrict-container-main.theme-default h2,
.restrict-container-main.theme-default h3,
.restrict-container-main.theme-default h4,
.restrict-container-main.theme-default h5,
.restrict-container-main.theme-default h6 {
    font-family: inherit;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: .5rem;
    color: #32325d
}

.restrict-container-main.theme-default .h1,
.restrict-container-main.theme-default h1 {
    font-size: 2.5rem
}

.restrict-container-main.theme-default .h2,
.restrict-container-main.theme-default h2 {
    font-size: 2rem
}

.restrict-container-main.theme-default .h3,
.restrict-container-main.theme-default h3 {
    font-size: 1.75rem
}

.restrict-container-main.theme-default .h4,
.restrict-container-main.theme-default h4 {
    font-size: 1.5rem
}

.restrict-container-main.theme-default .h5,
.restrict-container-main.theme-default h5 {
    font-size: 1.25rem
}

.restrict-container-main.theme-default .h6,
.restrict-container-main.theme-default h6 {
    font-size: 1rem
}

.restrict-container-main.theme-default .display-1 {
    font-size: 3.3rem;
    font-weight: 600;
    line-height: 1.5
}

.restrict-container-main.theme-default .display-2 {
    font-size: 2.75rem;
    font-weight: 600;
    line-height: 1.5
}

.restrict-container-main.theme-default .display-3 {
    font-size: 2.1875rem;
    font-weight: 600;
    line-height: 1.5
}

.restrict-container-main.theme-default .display-4 {
    font-size: 1.6275rem;
    font-weight: 600;
    line-height: 1.5
}

.restrict-container-main.theme-default hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 0;
    border-top: .0625rem solid rgba(0, 0, 0, .1)
}

.restrict-container-main.theme-default .small,
.restrict-container-main.theme-default small {
    font-size: 80%;
    font-weight: 400
}

.restrict-container-main.theme-default .mark,
.restrict-container-main.theme-default mark {
    padding: .2em;
    background-color: #fcf8e3
}

.restrict-container-main.theme-default .list-inline,
.restrict-container-main.theme-default .list-unstyled {
    padding-left: 0;
    list-style: none
}

.restrict-container-main.theme-default .list-inline-item {
    display: inline-block
}

.restrict-container-main.theme-default .list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.restrict-container-main.theme-default .initialism {
    font-size: 90%;
    text-transform: uppercase
}

.restrict-container-main.theme-default .blockquote {
    font-size: 1.25rem;
    margin-bottom: 1rem
}

.restrict-container-main.theme-default .blockquote-footer {
    font-size: 80%;
    display: block;
    color: #8898aa
}

.restrict-container-main.theme-default .blockquote-footer:before {
    content: "\2014\A0"
}

.restrict-container-main.theme-default .img-fluid {
    max-width: 100%;
    height: auto
}

.restrict-container-main.theme-default .img-thumbnail {
    max-width: 100%;
    height: auto;
    padding: .25rem;
    border: .0625rem solid #dee2e6;
    border-radius: .25rem;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075)
}

.restrict-container-main.theme-default .figure {
    display: inline-block
}

.restrict-container-main.theme-default .figure-img {
    line-height: 1;
    margin-bottom: .5rem
}

.restrict-container-main.theme-default .figure-caption {
    font-size: 90%;
    color: #8898aa
}

.restrict-container-main.theme-default code {
    font-size: 87.5%;
    word-break: break-word;
    color: #f3a4b5
}

.restrict-container-main.theme-default a>code {
    color: inherit
}

.restrict-container-main.theme-default kbd {
    font-size: 87.5%;
    padding: .2rem .4rem;
    color: #fff;
    border-radius: .2rem;
    background-color: #212529;
    -webkit-box-shadow: inset 0 -.1rem 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -.1rem 0 rgba(0, 0, 0, .25)
}

.restrict-container-main.theme-default kbd kbd {
    font-size: 100%;
    font-weight: 600;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.restrict-container-main.theme-default pre {
    font-size: 87.5%;
    display: block;
    color: #212529
}

.restrict-container-main.theme-default pre code {
    font-size: inherit;
    word-break: normal;
    color: inherit
}

.restrict-container-main.theme-default .pre-scrollable {
    overflow-y: scroll;
    max-height: 340px
}

.restrict-container-main.theme-default .container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:576px) {
    .restrict-container-main.theme-default .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .restrict-container-main.theme-default .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .restrict-container-main.theme-default .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .restrict-container-main.theme-default .container {
        max-width: 1040px
    }
}

.restrict-container-main.theme-default .container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px
}

.restrict-container-main.theme-default .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.restrict-container-main.theme-default .no-gutters {
    margin-right: 0;
    margin-left: 0
}

.restrict-container-main.theme-default .no-gutters>.col,
.restrict-container-main.theme-default .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.restrict-container-main.theme-default .col,
.restrict-container-main.theme-default .col-1,
.restrict-container-main.theme-default .col-2,
.restrict-container-main.theme-default .col-3,
.restrict-container-main.theme-default .col-4,
.restrict-container-main.theme-default .col-5,
.restrict-container-main.theme-default .col-6,
.restrict-container-main.theme-default .col-7,
.restrict-container-main.theme-default .col-8,
.restrict-container-main.theme-default .col-9,
.restrict-container-main.theme-default .col-10,
.restrict-container-main.theme-default .col-11,
.restrict-container-main.theme-default .col-12,
.restrict-container-main.theme-default .col-auto,
.restrict-container-main.theme-default .col-lg,
.restrict-container-main.theme-default .col-lg-1,
.restrict-container-main.theme-default .col-lg-2,
.restrict-container-main.theme-default .col-lg-3,
.restrict-container-main.theme-default .col-lg-4,
.restrict-container-main.theme-default .col-lg-5,
.restrict-container-main.theme-default .col-lg-6,
.restrict-container-main.theme-default .col-lg-7,
.restrict-container-main.theme-default .col-lg-8,
.restrict-container-main.theme-default .col-lg-9,
.restrict-container-main.theme-default .col-lg-10,
.restrict-container-main.theme-default .col-lg-11,
.restrict-container-main.theme-default .col-lg-12,
.restrict-container-main.theme-default .col-lg-auto,
.restrict-container-main.theme-default .col-md,
.restrict-container-main.theme-default .col-md-1,
.restrict-container-main.theme-default .col-md-2,
.restrict-container-main.theme-default .col-md-3,
.restrict-container-main.theme-default .col-md-4,
.restrict-container-main.theme-default .col-md-5,
.restrict-container-main.theme-default .col-md-6,
.restrict-container-main.theme-default .col-md-7,
.restrict-container-main.theme-default .col-md-8,
.restrict-container-main.theme-default .col-md-9,
.restrict-container-main.theme-default .col-md-10,
.restrict-container-main.theme-default .col-md-11,
.restrict-container-main.theme-default .col-md-12,
.restrict-container-main.theme-default .col-md-auto,
.restrict-container-main.theme-default .col-sm,
.restrict-container-main.theme-default .col-sm-1,
.restrict-container-main.theme-default .col-sm-2,
.restrict-container-main.theme-default .col-sm-3,
.restrict-container-main.theme-default .col-sm-4,
.restrict-container-main.theme-default .col-sm-5,
.restrict-container-main.theme-default .col-sm-6,
.restrict-container-main.theme-default .col-sm-7,
.restrict-container-main.theme-default .col-sm-8,
.restrict-container-main.theme-default .col-sm-9,
.restrict-container-main.theme-default .col-sm-10,
.restrict-container-main.theme-default .col-sm-11,
.restrict-container-main.theme-default .col-sm-12,
.restrict-container-main.theme-default .col-sm-auto,
.restrict-container-main.theme-default .col-xl,
.restrict-container-main.theme-default .col-xl-1,
.restrict-container-main.theme-default .col-xl-2,
.restrict-container-main.theme-default .col-xl-3,
.restrict-container-main.theme-default .col-xl-4,
.restrict-container-main.theme-default .col-xl-5,
.restrict-container-main.theme-default .col-xl-6,
.restrict-container-main.theme-default .col-xl-7,
.restrict-container-main.theme-default .col-xl-8,
.restrict-container-main.theme-default .col-xl-9,
.restrict-container-main.theme-default .col-xl-10,
.restrict-container-main.theme-default .col-xl-11,
.restrict-container-main.theme-default .col-xl-12,
.restrict-container-main.theme-default .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.restrict-container-main.theme-default .col {
    max-width: 100%;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.restrict-container-main.theme-default .col-auto {
    width: auto;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.restrict-container-main.theme-default .col-1 {
    max-width: 8.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%
}

.restrict-container-main.theme-default .col-2 {
    max-width: 16.66667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%
}

.restrict-container-main.theme-default .col-3 {
    max-width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%
}

.restrict-container-main.theme-default .col-4 {
    max-width: 33.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%
}

.restrict-container-main.theme-default .col-5 {
    max-width: 41.66667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%
}

.restrict-container-main.theme-default .col-6 {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

.restrict-container-main.theme-default .col-7 {
    max-width: 58.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%
}

.restrict-container-main.theme-default .col-8 {
    max-width: 66.66667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%
}

.restrict-container-main.theme-default .col-9 {
    max-width: 75%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%
}

.restrict-container-main.theme-default .col-10 {
    max-width: 83.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%
}

.restrict-container-main.theme-default .col-11 {
    max-width: 91.66667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%
}

.restrict-container-main.theme-default .col-12 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.restrict-container-main.theme-default .order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.restrict-container-main.theme-default .order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.restrict-container-main.theme-default .order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.restrict-container-main.theme-default .order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.restrict-container-main.theme-default .order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.restrict-container-main.theme-default .order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.restrict-container-main.theme-default .order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.restrict-container-main.theme-default .order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.restrict-container-main.theme-default .order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.restrict-container-main.theme-default .order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.restrict-container-main.theme-default .order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.restrict-container-main.theme-default .order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.restrict-container-main.theme-default .order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.restrict-container-main.theme-default .order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.restrict-container-main.theme-default .order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.restrict-container-main.theme-default .offset-1 {
    margin-left: 8.33333%
}

.restrict-container-main.theme-default .offset-2 {
    margin-left: 16.66667%
}

.restrict-container-main.theme-default .offset-3 {
    margin-left: 25%
}

.restrict-container-main.theme-default .offset-4 {
    margin-left: 33.33333%
}

.restrict-container-main.theme-default .offset-5 {
    margin-left: 41.66667%
}

.restrict-container-main.theme-default .offset-6 {
    margin-left: 50%
}

.restrict-container-main.theme-default .offset-7 {
    margin-left: 58.33333%
}

.restrict-container-main.theme-default .offset-8 {
    margin-left: 66.66667%
}

.restrict-container-main.theme-default .offset-9 {
    margin-left: 75%
}

.restrict-container-main.theme-default .offset-10 {
    margin-left: 83.33333%
}

.restrict-container-main.theme-default .offset-11 {
    margin-left: 91.66667%
}

@media (min-width:576px) {
    .restrict-container-main.theme-default .col-sm {
        max-width: 100%;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
    .restrict-container-main.theme-default .col-sm-auto {
        width: auto;
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .restrict-container-main.theme-default .col-sm-1 {
        max-width: 8.33333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%
    }
    .restrict-container-main.theme-default .col-sm-2 {
        max-width: 16.66667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%
    }
    .restrict-container-main.theme-default .col-sm-3 {
        max-width: 25%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }
    .restrict-container-main.theme-default .col-sm-4 {
        max-width: 33.33333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%
    }
    .restrict-container-main.theme-default .col-sm-5 {
        max-width: 41.66667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%
    }
    .restrict-container-main.theme-default .col-sm-6 {
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
    .restrict-container-main.theme-default .col-sm-7 {
        max-width: 58.33333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%
    }
    .restrict-container-main.theme-default .col-sm-8 {
        max-width: 66.66667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%
    }
    .restrict-container-main.theme-default .col-sm-9 {
        max-width: 75%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%
    }
    .restrict-container-main.theme-default .col-sm-10 {
        max-width: 83.33333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%
    }
    .restrict-container-main.theme-default .col-sm-11 {
        max-width: 91.66667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%
    }
    .restrict-container-main.theme-default .col-sm-12 {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
    .restrict-container-main.theme-default .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .restrict-container-main.theme-default .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .restrict-container-main.theme-default .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .restrict-container-main.theme-default .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .restrict-container-main.theme-default .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .restrict-container-main.theme-default .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .restrict-container-main.theme-default .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .restrict-container-main.theme-default .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .restrict-container-main.theme-default .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .restrict-container-main.theme-default .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .restrict-container-main.theme-default .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .restrict-container-main.theme-default .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .restrict-container-main.theme-default .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .restrict-container-main.theme-default .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .restrict-container-main.theme-default .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .restrict-container-main.theme-default .offset-sm-0 {
        margin-left: 0
    }
    .restrict-container-main.theme-default .offset-sm-1 {
        margin-left: 8.33333%
    }
    .restrict-container-main.theme-default .offset-sm-2 {
        margin-left: 16.66667%
    }
    .restrict-container-main.theme-default .offset-sm-3 {
        margin-left: 25%
    }
    .restrict-container-main.theme-default .offset-sm-4 {
        margin-left: 33.33333%
    }
    .restrict-container-main.theme-default .offset-sm-5 {
        margin-left: 41.66667%
    }
    .restrict-container-main.theme-default .offset-sm-6 {
        margin-left: 50%
    }
    .restrict-container-main.theme-default .offset-sm-7 {
        margin-left: 58.33333%
    }
    .restrict-container-main.theme-default .offset-sm-8 {
        margin-left: 66.66667%
    }
    .restrict-container-main.theme-default .offset-sm-9 {
        margin-left: 75%
    }
    .restrict-container-main.theme-default .offset-sm-10 {
        margin-left: 83.33333%
    }
    .restrict-container-main.theme-default .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:768px) {
    .restrict-container-main.theme-default .col-md {
        max-width: 100%;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
    .restrict-container-main.theme-default .col-md-auto {
        width: auto;
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .restrict-container-main.theme-default .col-md-1 {
        max-width: 8.33333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%
    }
    .restrict-container-main.theme-default .col-md-2 {
        max-width: 16.66667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%
    }
    .restrict-container-main.theme-default .col-md-3 {
        max-width: 25%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }
    .restrict-container-main.theme-default .col-md-4 {
        max-width: 33.33333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%
    }
    .restrict-container-main.theme-default .col-md-5 {
        max-width: 41.66667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%
    }
    .restrict-container-main.theme-default .col-md-6 {
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
    .restrict-container-main.theme-default .col-md-7 {
        max-width: 58.33333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%
    }
    .restrict-container-main.theme-default .col-md-8 {
        max-width: 66.66667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%
    }
    .restrict-container-main.theme-default .col-md-9 {
        max-width: 75%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%
    }
    .restrict-container-main.theme-default .col-md-10 {
        max-width: 83.33333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%
    }
    .restrict-container-main.theme-default .col-md-11 {
        max-width: 91.66667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%
    }
    .restrict-container-main.theme-default .col-md-12 {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
    .restrict-container-main.theme-default .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .restrict-container-main.theme-default .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .restrict-container-main.theme-default .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .restrict-container-main.theme-default .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .restrict-container-main.theme-default .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .restrict-container-main.theme-default .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .restrict-container-main.theme-default .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .restrict-container-main.theme-default .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .restrict-container-main.theme-default .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .restrict-container-main.theme-default .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .restrict-container-main.theme-default .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .restrict-container-main.theme-default .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .restrict-container-main.theme-default .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .restrict-container-main.theme-default .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .restrict-container-main.theme-default .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .restrict-container-main.theme-default .offset-md-0 {
        margin-left: 0
    }
    .restrict-container-main.theme-default .offset-md-1 {
        margin-left: 8.33333%
    }
    .restrict-container-main.theme-default .offset-md-2 {
        margin-left: 16.66667%
    }
    .restrict-container-main.theme-default .offset-md-3 {
        margin-left: 25%
    }
    .restrict-container-main.theme-default .offset-md-4 {
        margin-left: 33.33333%
    }
    .restrict-container-main.theme-default .offset-md-5 {
        margin-left: 41.66667%
    }
    .restrict-container-main.theme-default .offset-md-6 {
        margin-left: 50%
    }
    .restrict-container-main.theme-default .offset-md-7 {
        margin-left: 58.33333%
    }
    .restrict-container-main.theme-default .offset-md-8 {
        margin-left: 66.66667%
    }
    .restrict-container-main.theme-default .offset-md-9 {
        margin-left: 75%
    }
    .restrict-container-main.theme-default .offset-md-10 {
        margin-left: 83.33333%
    }
    .restrict-container-main.theme-default .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:992px) {
    .restrict-container-main.theme-default .col-lg {
        max-width: 100%;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
    .restrict-container-main.theme-default .col-lg-auto {
        width: auto;
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .restrict-container-main.theme-default .col-lg-1 {
        max-width: 8.33333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%
    }
    .restrict-container-main.theme-default .col-lg-2 {
        max-width: 16.66667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%
    }
    .restrict-container-main.theme-default .col-lg-3 {
        max-width: 25%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }
    .restrict-container-main.theme-default .col-lg-4 {
        max-width: 33.33333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%
    }
    .restrict-container-main.theme-default .col-lg-5 {
        max-width: 41.66667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%
    }
    .restrict-container-main.theme-default .col-lg-6 {
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
    .restrict-container-main.theme-default .col-lg-7 {
        max-width: 58.33333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%
    }
    .restrict-container-main.theme-default .col-lg-8 {
        max-width: 66.66667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%
    }
    .restrict-container-main.theme-default .col-lg-9 {
        max-width: 75%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%
    }
    .restrict-container-main.theme-default .col-lg-10 {
        max-width: 83.33333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%
    }
    .restrict-container-main.theme-default .col-lg-11 {
        max-width: 91.66667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%
    }
    .restrict-container-main.theme-default .col-lg-12 {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
    .restrict-container-main.theme-default .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .restrict-container-main.theme-default .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .restrict-container-main.theme-default .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .restrict-container-main.theme-default .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .restrict-container-main.theme-default .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .restrict-container-main.theme-default .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .restrict-container-main.theme-default .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .restrict-container-main.theme-default .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .restrict-container-main.theme-default .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .restrict-container-main.theme-default .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .restrict-container-main.theme-default .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .restrict-container-main.theme-default .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .restrict-container-main.theme-default .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .restrict-container-main.theme-default .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .restrict-container-main.theme-default .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .restrict-container-main.theme-default .offset-lg-0 {
        margin-left: 0
    }
    .restrict-container-main.theme-default .offset-lg-1 {
        margin-left: 8.33333%
    }
    .restrict-container-main.theme-default .offset-lg-2 {
        margin-left: 16.66667%
    }
    .restrict-container-main.theme-default .offset-lg-3 {
        margin-left: 25%
    }
    .restrict-container-main.theme-default .offset-lg-4 {
        margin-left: 33.33333%
    }
    .restrict-container-main.theme-default .offset-lg-5 {
        margin-left: 41.66667%
    }
    .restrict-container-main.theme-default .offset-lg-6 {
        margin-left: 50%
    }
    .restrict-container-main.theme-default .offset-lg-7 {
        margin-left: 58.33333%
    }
    .restrict-container-main.theme-default .offset-lg-8 {
        margin-left: 66.66667%
    }
    .restrict-container-main.theme-default .offset-lg-9 {
        margin-left: 75%
    }
    .restrict-container-main.theme-default .offset-lg-10 {
        margin-left: 83.33333%
    }
    .restrict-container-main.theme-default .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1200px) {
    .restrict-container-main.theme-default .col-xl {
        max-width: 100%;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
    .restrict-container-main.theme-default .col-xl-auto {
        width: auto;
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .restrict-container-main.theme-default .col-xl-1 {
        max-width: 8.33333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%
    }
    .restrict-container-main.theme-default .col-xl-2 {
        max-width: 16.66667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%
    }
    .restrict-container-main.theme-default .col-xl-3 {
        max-width: 25%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }
    .restrict-container-main.theme-default .col-xl-4 {
        max-width: 33.33333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%
    }
    .restrict-container-main.theme-default .col-xl-5 {
        max-width: 41.66667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%
    }
    .restrict-container-main.theme-default .col-xl-6 {
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
    .restrict-container-main.theme-default .col-xl-7 {
        max-width: 58.33333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%
    }
    .restrict-container-main.theme-default .col-xl-8 {
        max-width: 66.66667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%
    }
    .restrict-container-main.theme-default .col-xl-9 {
        max-width: 75%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%
    }
    .restrict-container-main.theme-default .col-xl-10 {
        max-width: 83.33333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%
    }
    .restrict-container-main.theme-default .col-xl-11 {
        max-width: 91.66667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%
    }
    .restrict-container-main.theme-default .col-xl-12 {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
    .restrict-container-main.theme-default .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .restrict-container-main.theme-default .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .restrict-container-main.theme-default .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .restrict-container-main.theme-default .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .restrict-container-main.theme-default .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .restrict-container-main.theme-default .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .restrict-container-main.theme-default .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .restrict-container-main.theme-default .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .restrict-container-main.theme-default .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .restrict-container-main.theme-default .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .restrict-container-main.theme-default .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .restrict-container-main.theme-default .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .restrict-container-main.theme-default .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .restrict-container-main.theme-default .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .restrict-container-main.theme-default .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .restrict-container-main.theme-default .offset-xl-0 {
        margin-left: 0
    }
    .restrict-container-main.theme-default .offset-xl-1 {
        margin-left: 8.33333%
    }
    .restrict-container-main.theme-default .offset-xl-2 {
        margin-left: 16.66667%
    }
    .restrict-container-main.theme-default .offset-xl-3 {
        margin-left: 25%
    }
    .restrict-container-main.theme-default .offset-xl-4 {
        margin-left: 33.33333%
    }
    .restrict-container-main.theme-default .offset-xl-5 {
        margin-left: 41.66667%
    }
    .restrict-container-main.theme-default .offset-xl-6 {
        margin-left: 50%
    }
    .restrict-container-main.theme-default .offset-xl-7 {
        margin-left: 58.33333%
    }
    .restrict-container-main.theme-default .offset-xl-8 {
        margin-left: 66.66667%
    }
    .restrict-container-main.theme-default .offset-xl-9 {
        margin-left: 75%
    }
    .restrict-container-main.theme-default .offset-xl-10 {
        margin-left: 83.33333%
    }
    .restrict-container-main.theme-default .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.restrict-container-main.theme-default .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #525f7f;
    background-color: transparent
}

.restrict-container-main.theme-default .table td,
.restrict-container-main.theme-default .table th {
    padding: 1rem;
    vertical-align: top;
    border-top: .0625rem solid #dee2e6
}

.restrict-container-main.theme-default .table thead th {
    vertical-align: bottom;
    border-bottom: .125rem solid #dee2e6
}

.restrict-container-main.theme-default .table tbody+tbody {
    border-top: .125rem solid #dee2e6
}

.restrict-container-main.theme-default .table-sm td,
.restrict-container-main.theme-default .table-sm th {
    padding: .3rem
}

.restrict-container-main.theme-default .table-bordered,
.restrict-container-main.theme-default .table-bordered td,
.restrict-container-main.theme-default .table-bordered th {
    border: .0625rem solid #dee2e6
}

.restrict-container-main.theme-default .table-bordered thead td,
.restrict-container-main.theme-default .table-bordered thead th {
    border-bottom-width: .125rem
}

.restrict-container-main.theme-default .table-borderless tbody+tbody,
.restrict-container-main.theme-default .table-borderless td,
.restrict-container-main.theme-default .table-borderless th,
.restrict-container-main.theme-default .table-borderless thead th {
    border: 0
}

.restrict-container-main.theme-default .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.restrict-container-main.theme-default .table-hover tbody tr:hover {
    color: #525f7f;
    background-color: rgba(0, 0, 0, .075)
}

.restrict-container-main.theme-default .table-primary,
.restrict-container-main.theme-default .table-primary>td,
.restrict-container-main.theme-default .table-primary>th {
    background-color: #d2d8f7
}

.restrict-container-main.theme-default .table-primary tbody+tbody,
.restrict-container-main.theme-default .table-primary td,
.restrict-container-main.theme-default .table-primary th,
.restrict-container-main.theme-default .table-primary thead th {
    border-color: #abb6f1
}

.restrict-container-main.theme-default .table-hover .table-primary:hover,
.restrict-container-main.theme-default .table-hover .table-primary:hover>td,
.restrict-container-main.theme-default .table-hover .table-primary:hover>th {
    background-color: #bcc5f3
}

.restrict-container-main.theme-default .table-secondary,
.restrict-container-main.theme-default .table-secondary>td,
.restrict-container-main.theme-default .table-secondary>th {
    background-color: #fcfcfd
}

.restrict-container-main.theme-default .table-secondary tbody+tbody,
.restrict-container-main.theme-default .table-secondary td,
.restrict-container-main.theme-default .table-secondary th,
.restrict-container-main.theme-default .table-secondary thead th {
    border-color: #f9fafb
}

.restrict-container-main.theme-default .table-hover .table-secondary:hover,
.restrict-container-main.theme-default .table-hover .table-secondary:hover>td,
.restrict-container-main.theme-default .table-hover .table-secondary:hover>th {
    background-color: #ededf3
}

.restrict-container-main.theme-default .table-success,
.restrict-container-main.theme-default .table-success>td,
.restrict-container-main.theme-default .table-success>th {
    background-color: #c4f1de
}

.restrict-container-main.theme-default .table-success tbody+tbody,
.restrict-container-main.theme-default .table-success td,
.restrict-container-main.theme-default .table-success th,
.restrict-container-main.theme-default .table-success thead th {
    border-color: #92e6c2
}

.restrict-container-main.theme-default .table-hover .table-success:hover,
.restrict-container-main.theme-default .table-hover .table-success:hover>td,
.restrict-container-main.theme-default .table-hover .table-success:hover>th {
    background-color: #afecd2
}

.restrict-container-main.theme-default .table-info,
.restrict-container-main.theme-default .table-info>td,
.restrict-container-main.theme-default .table-info>th {
    background-color: #bcf1fb
}

.restrict-container-main.theme-default .table-info tbody+tbody,
.restrict-container-main.theme-default .table-info td,
.restrict-container-main.theme-default .table-info th,
.restrict-container-main.theme-default .table-info thead th {
    border-color: #83e5f7
}

.restrict-container-main.theme-default .table-hover .table-info:hover,
.restrict-container-main.theme-default .table-hover .table-info:hover>td,
.restrict-container-main.theme-default .table-hover .table-info:hover>th {
    background-color: #a4ecfa
}

.restrict-container-main.theme-default .table-warning,
.restrict-container-main.theme-default .table-warning>td,
.restrict-container-main.theme-default .table-warning>th {
    background-color: #fed3ca
}

.restrict-container-main.theme-default .table-warning tbody+tbody,
.restrict-container-main.theme-default .table-warning td,
.restrict-container-main.theme-default .table-warning th,
.restrict-container-main.theme-default .table-warning thead th {
    border-color: #fdae9c
}

.restrict-container-main.theme-default .table-hover .table-warning:hover,
.restrict-container-main.theme-default .table-hover .table-warning:hover>td,
.restrict-container-main.theme-default .table-hover .table-warning:hover>th {
    background-color: #febeb1
}

.restrict-container-main.theme-default .table-danger,
.restrict-container-main.theme-default .table-danger>td,
.restrict-container-main.theme-default .table-danger>th {
    background-color: #fcc7d1
}

.restrict-container-main.theme-default .table-danger tbody+tbody,
.restrict-container-main.theme-default .table-danger td,
.restrict-container-main.theme-default .table-danger th,
.restrict-container-main.theme-default .table-danger thead th {
    border-color: #fa96aa
}

.restrict-container-main.theme-default .table-hover .table-danger:hover,
.restrict-container-main.theme-default .table-hover .table-danger:hover>td,
.restrict-container-main.theme-default .table-hover .table-danger:hover>th {
    background-color: #fbafbd
}

.restrict-container-main.theme-default .table-light,
.restrict-container-main.theme-default .table-light>td,
.restrict-container-main.theme-default .table-light>th {
    background-color: #e8eaed
}

.restrict-container-main.theme-default .table-light tbody+tbody,
.restrict-container-main.theme-default .table-light td,
.restrict-container-main.theme-default .table-light th,
.restrict-container-main.theme-default .table-light thead th {
    border-color: #d4d9dd
}

.restrict-container-main.theme-default .table-hover .table-light:hover,
.restrict-container-main.theme-default .table-hover .table-light:hover>td,
.restrict-container-main.theme-default .table-hover .table-light:hover>th {
    background-color: #dadde2
}

.restrict-container-main.theme-default .table-dark,
.restrict-container-main.theme-default .table-dark>td,
.restrict-container-main.theme-default .table-dark>th {
    background-color: #c1c2c3
}

.restrict-container-main.theme-default .table-dark tbody+tbody,
.restrict-container-main.theme-default .table-dark td,
.restrict-container-main.theme-default .table-dark th,
.restrict-container-main.theme-default .table-dark thead th {
    border-color: #8c8e90
}

.restrict-container-main.theme-default .table-hover .table-dark:hover,
.restrict-container-main.theme-default .table-hover .table-dark:hover>td,
.restrict-container-main.theme-default .table-hover .table-dark:hover>th {
    background-color: #b4b5b6
}

.restrict-container-main.theme-default .table-default,
.restrict-container-main.theme-default .table-default>td,
.restrict-container-main.theme-default .table-default>th {
    background-color: #bec4cd
}

.restrict-container-main.theme-default .table-default tbody+tbody,
.restrict-container-main.theme-default .table-default td,
.restrict-container-main.theme-default .table-default th,
.restrict-container-main.theme-default .table-default thead th {
    border-color: #8691a2
}

.restrict-container-main.theme-default .table-hover .table-default:hover,
.restrict-container-main.theme-default .table-hover .table-default:hover>td,
.restrict-container-main.theme-default .table-hover .table-default:hover>th {
    background-color: #b0b7c2
}

.restrict-container-main.theme-default .table-white,
.restrict-container-main.theme-default .table-white>td,
.restrict-container-main.theme-default .table-white>th {
    background-color: #fff
}

.restrict-container-main.theme-default .table-white tbody+tbody,
.restrict-container-main.theme-default .table-white td,
.restrict-container-main.theme-default .table-white th,
.restrict-container-main.theme-default .table-white thead th {
    border-color: #fff
}

.restrict-container-main.theme-default .table-hover .table-white:hover,
.restrict-container-main.theme-default .table-hover .table-white:hover>td,
.restrict-container-main.theme-default .table-hover .table-white:hover>th {
    background-color: #f2f2f2
}

.restrict-container-main.theme-default .table-neutral,
.restrict-container-main.theme-default .table-neutral>td,
.restrict-container-main.theme-default .table-neutral>th {
    background-color: #fff
}

.restrict-container-main.theme-default .table-neutral tbody+tbody,
.restrict-container-main.theme-default .table-neutral td,
.restrict-container-main.theme-default .table-neutral th,
.restrict-container-main.theme-default .table-neutral thead th {
    border-color: #fff
}

.restrict-container-main.theme-default .table-hover .table-neutral:hover,
.restrict-container-main.theme-default .table-hover .table-neutral:hover>td,
.restrict-container-main.theme-default .table-hover .table-neutral:hover>th {
    background-color: #f2f2f2
}

.restrict-container-main.theme-default .table-darker,
.restrict-container-main.theme-default .table-darker>td,
.restrict-container-main.theme-default .table-darker>th {
    background-color: #b8b8b8
}

.restrict-container-main.theme-default .table-darker tbody+tbody,
.restrict-container-main.theme-default .table-darker td,
.restrict-container-main.theme-default .table-darker th,
.restrict-container-main.theme-default .table-darker thead th {
    border-color: #7a7a7a
}

.restrict-container-main.theme-default .table-hover .table-darker:hover,
.restrict-container-main.theme-default .table-hover .table-darker:hover>td,
.restrict-container-main.theme-default .table-hover .table-darker:hover>th {
    background-color: #ababab
}

.restrict-container-main.theme-default .table-active,
.restrict-container-main.theme-default .table-active>td,
.restrict-container-main.theme-default .table-active>th,
.restrict-container-main.theme-default .table-hover .table-active:hover,
.restrict-container-main.theme-default .table-hover .table-active:hover>td,
.restrict-container-main.theme-default .table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.restrict-container-main.theme-default .table .thead-dark th {
    color: #fff;
    border-color: #32383e;
    background-color: #212529
}

.restrict-container-main.theme-default .table .thead-light th {
    color: #525f7f;
    border-color: #dee2e6;
    background-color: #e9ecef
}

.restrict-container-main.theme-default .table-dark {
    color: #fff;
    background-color: #212529
}

.restrict-container-main.theme-default .table-dark td,
.restrict-container-main.theme-default .table-dark th,
.restrict-container-main.theme-default .table-dark thead th {
    border-color: #32383e
}

.restrict-container-main.theme-default .table-dark.table-bordered {
    border: 0
}

.restrict-container-main.theme-default .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, .05)
}

.restrict-container-main.theme-default .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: hsla(0, 0%, 100%, .075)
}

@media (max-width:575.98px) {
    .restrict-container-main.theme-default .table-responsive-sm {
        display: block;
        overflow-x: auto;
        width: 100%;
        -webkit-overflow-scrolling: touch
    }
    .restrict-container-main.theme-default .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width:767.98px) {
    .restrict-container-main.theme-default .table-responsive-md {
        display: block;
        overflow-x: auto;
        width: 100%;
        -webkit-overflow-scrolling: touch
    }
    .restrict-container-main.theme-default .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width:991.98px) {
    .restrict-container-main.theme-default .table-responsive-lg {
        display: block;
        overflow-x: auto;
        width: 100%;
        -webkit-overflow-scrolling: touch
    }
    .restrict-container-main.theme-default .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width:1199.98px) {
    .restrict-container-main.theme-default .table-responsive-xl {
        display: block;
        overflow-x: auto;
        width: 100%;
        -webkit-overflow-scrolling: touch
    }
    .restrict-container-main.theme-default .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.restrict-container-main.theme-default .table-responsive {
    display: block;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch
}

.restrict-container-main.theme-default .table-responsive>.table-bordered {
    border: 0
}

.restrict-container-main.theme-default .form-control {
    font-weight: 400;
    line-height: 1.5;
    display: block;
    width: 100%;
    height: calc(1.5em + 1.25rem + 2px);
    padding: .625rem .75rem;
    -webkit-transition: all .2s cubic-bezier(.68, -.55, .265, 1.55);
    transition: all .2s cubic-bezier(.68, -.55, .265, 1.55);
    color: #8898aa;
    border: 1px solid #cad1d7;
    border-radius: .25rem;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-box-shadow: none;
    box-shadow: none
}

@media (prefers-reduced-motion:reduce) {
    .restrict-container-main.theme-default .form-control {
        -webkit-transition: none;
        transition: none
    }
}

.restrict-container-main.theme-default .form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

.restrict-container-main.theme-default .form-control:focus {
    color: #8898aa;
    border-color: rgba(50, 151, 211, .25);
    outline: 0;
    background-color: #fff;
    -webkit-box-shadow: none, none;
    box-shadow: none, none
}

.restrict-container-main.theme-default .form-control::-ms-input-placeholder {
    opacity: 1;
    color: #adb5bd
}

.restrict-container-main.theme-default .form-control::-webkit-input-placeholder {
    opacity: 1;
    color: #adb5bd
}

.restrict-container-main.theme-default .form-control::-moz-placeholder {
    opacity: 1;
    color: #adb5bd
}

.restrict-container-main.theme-default .form-control:-ms-input-placeholder {
    opacity: 1;
    color: #adb5bd
}

.restrict-container-main.theme-default .form-control::placeholder {
    opacity: 1;
    color: #adb5bd
}

.restrict-container-main.theme-default .form-control:disabled,
.restrict-container-main.theme-default .form-control[readonly] {
    opacity: 1;
    background-color: #e9ecef
}

.restrict-container-main.theme-default select.form-control:focus::-ms-value {
    color: #8898aa;
    background-color: #fff
}

.restrict-container-main.theme-default .form-control-file,
.restrict-container-main.theme-default .form-control-range {
    display: block;
    width: 100%
}

.restrict-container-main.theme-default .col-form-label {
    font-size: inherit;
    line-height: 1.5;
    margin-bottom: 0;
    padding-top: calc(.625rem + 1px);
    padding-bottom: calc(.625rem + 1px)
}

.restrict-container-main.theme-default .col-form-label-lg {
    font-size: .875rem;
    line-height: 1.5;
    padding-top: calc(.875rem + 1px);
    padding-bottom: calc(.875rem + 1px)
}

.restrict-container-main.theme-default .col-form-label-sm {
    font-size: .75rem;
    line-height: 1.5;
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px)
}

.restrict-container-main.theme-default .form-control-plaintext {
    line-height: 1.5;
    display: block;
    width: 100%;
    margin-bottom: 0;
    padding-top: .625rem;
    padding-bottom: .625rem;
    color: #525f7f;
    border: solid transparent;
    border-width: 1px 0;
    background-color: transparent
}

.restrict-container-main.theme-default .form-control-plaintext.form-control-lg,
.restrict-container-main.theme-default .form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.restrict-container-main.theme-default .form-control-sm {
    font-size: .75rem;
    line-height: 1.5;
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    border-radius: .2rem
}

.restrict-container-main.theme-default .form-control-lg {
    font-size: .875rem;
    line-height: 1.5;
    height: calc(1.5em + 1.75rem + 2px);
    padding: .875rem 1rem;
    border-radius: .3rem
}

.restrict-container-main.theme-default select.form-control[multiple],
.restrict-container-main.theme-default select.form-control[size],
.restrict-container-main.theme-default textarea.form-control {
    height: auto
}

.restrict-container-main.theme-default .form-group {
    margin-bottom: 1rem
}

.restrict-container-main.theme-default .form-text {
    display: block;
    margin-top: .25rem
}

.restrict-container-main.theme-default .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -5px;
    margin-left: -5px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.restrict-container-main.theme-default .form-row>.col,
.restrict-container-main.theme-default .form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.restrict-container-main.theme-default .form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.restrict-container-main.theme-default .form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.restrict-container-main.theme-default .form-check-input:disabled~.form-check-label {
    color: #8898aa
}

.restrict-container-main.theme-default .form-check-label {
    margin-bottom: 0
}

.restrict-container-main.theme-default .form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: .75rem;
    padding-left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.restrict-container-main.theme-default .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.restrict-container-main.theme-default .valid-feedback {
    font-size: 80%;
    display: none;
    width: 100%;
    margin-top: .25rem;
    color: #2dce89
}

.restrict-container-main.theme-default .valid-tooltip {
    font-size: .875rem;
    line-height: 1;
    position: absolute;
    z-index: 5;
    top: 100%;
    display: none;
    max-width: 100%;
    margin-top: .1rem;
    padding: .5rem;
    color: #fff;
    border-radius: .2rem;
    background-color: rgba(45, 206, 137, .8)
}

.restrict-container-main.theme-default .custom-select.is-valid,
.restrict-container-main.theme-default .custom-select.is-valid:focus,
.restrict-container-main.theme-default .form-control.is-valid,
.restrict-container-main.theme-default .form-control.is-valid:focus,
.restrict-container-main.theme-default .was-validated .custom-select:valid,
.restrict-container-main.theme-default .was-validated .custom-select:valid:focus,
.restrict-container-main.theme-default .was-validated .form-control:valid,
.restrict-container-main.theme-default .was-validated .form-control:valid:focus {
    border-color: #2dce89
}

.restrict-container-main.theme-default .custom-select.is-valid~.valid-feedback,
.restrict-container-main.theme-default .custom-select.is-valid~.valid-tooltip,
.restrict-container-main.theme-default .form-control.is-valid~.valid-feedback,
.restrict-container-main.theme-default .form-control.is-valid~.valid-tooltip,
.restrict-container-main.theme-default .was-validated .custom-select:valid~.valid-feedback,
.restrict-container-main.theme-default .was-validated .custom-select:valid~.valid-tooltip,
.restrict-container-main.theme-default .was-validated .form-control:valid~.valid-feedback,
.restrict-container-main.theme-default .was-validated .form-control:valid~.valid-tooltip {
    display: block
}

.restrict-container-main.theme-default .form-check-input.is-valid~.form-check-label,
.restrict-container-main.theme-default .was-validated .form-check-input:valid~.form-check-label {
    color: #2dce89
}

.restrict-container-main.theme-default .form-check-input.is-valid~.valid-feedback,
.restrict-container-main.theme-default .form-check-input.is-valid~.valid-tooltip,
.restrict-container-main.theme-default .was-validated .form-check-input:valid~.valid-feedback,
.restrict-container-main.theme-default .was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.restrict-container-main.theme-default .custom-control-input.is-valid~.custom-control-label,
.restrict-container-main.theme-default .was-validated .custom-control-input:valid~.custom-control-label {
    color: #2dce89
}

.restrict-container-main.theme-default .custom-control-input.is-valid~.custom-control-label:before,
.restrict-container-main.theme-default .was-validated .custom-control-input:valid~.custom-control-label:before {
    border-color: #93e7c3;
    background-color: #93e7c3
}

.restrict-container-main.theme-default .custom-control-input.is-valid~.valid-feedback,
.restrict-container-main.theme-default .custom-control-input.is-valid~.valid-tooltip,
.restrict-container-main.theme-default .was-validated .custom-control-input:valid~.valid-feedback,
.restrict-container-main.theme-default .was-validated .custom-control-input:valid~.valid-tooltip {
    display: block
}

.restrict-container-main.theme-default .custom-control-input.is-valid:checked~.custom-control-label:before,
.restrict-container-main.theme-default .was-validated .custom-control-input:valid:checked~.custom-control-label:before {
    border-color: #93e7c3;
    background-color: #54daa1
}

.restrict-container-main.theme-default .custom-control-input.is-valid:focus~.custom-control-label:before,
.restrict-container-main.theme-default .was-validated .custom-control-input:valid:focus~.custom-control-label:before {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(45, 206, 137, .25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(45, 206, 137, .25)
}

.restrict-container-main.theme-default .custom-file-input.is-valid~.custom-file-label,
.restrict-container-main.theme-default .was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #2dce89
}

.restrict-container-main.theme-default .custom-file-input.is-valid~.custom-file-label:before,
.restrict-container-main.theme-default .was-validated .custom-file-input:valid~.custom-file-label:before {
    border-color: inherit
}

.restrict-container-main.theme-default .custom-file-input.is-valid~.valid-feedback,
.restrict-container-main.theme-default .custom-file-input.is-valid~.valid-tooltip,
.restrict-container-main.theme-default .was-validated .custom-file-input:valid~.valid-feedback,
.restrict-container-main.theme-default .was-validated .custom-file-input:valid~.valid-tooltip {
    display: block
}

.restrict-container-main.theme-default .custom-file-input.is-valid:focus~.custom-file-label,
.restrict-container-main.theme-default .was-validated .custom-file-input:valid:focus~.custom-file-label {
    -webkit-box-shadow: 0 0 0 0 rgba(45, 206, 137, .25);
    box-shadow: 0 0 0 0 rgba(45, 206, 137, .25)
}

.restrict-container-main.theme-default .invalid-feedback {
    font-size: 80%;
    display: none;
    width: 100%;
    margin-top: .25rem;
    color: #fb6340
}

.restrict-container-main.theme-default .invalid-tooltip {
    font-size: .875rem;
    line-height: 1;
    position: absolute;
    z-index: 5;
    top: 100%;
    display: none;
    max-width: 100%;
    margin-top: .1rem;
    padding: .5rem;
    color: #fff;
    border-radius: .2rem;
    background-color: rgba(251, 99, 64, .8)
}

.restrict-container-main.theme-default .custom-select.is-invalid,
.restrict-container-main.theme-default .custom-select.is-invalid:focus,
.restrict-container-main.theme-default .form-control.is-invalid,
.restrict-container-main.theme-default .form-control.is-invalid:focus,
.restrict-container-main.theme-default .was-validated .custom-select:invalid,
.restrict-container-main.theme-default .was-validated .custom-select:invalid:focus,
.restrict-container-main.theme-default .was-validated .form-control:invalid,
.restrict-container-main.theme-default .was-validated .form-control:invalid:focus {
    border-color: #fb6340
}

.restrict-container-main.theme-default .custom-select.is-invalid~.invalid-feedback,
.restrict-container-main.theme-default .custom-select.is-invalid~.invalid-tooltip,
.restrict-container-main.theme-default .form-control.is-invalid~.invalid-feedback,
.restrict-container-main.theme-default .form-control.is-invalid~.invalid-tooltip,
.restrict-container-main.theme-default .was-validated .custom-select:invalid~.invalid-feedback,
.restrict-container-main.theme-default .was-validated .custom-select:invalid~.invalid-tooltip,
.restrict-container-main.theme-default .was-validated .form-control:invalid~.invalid-feedback,
.restrict-container-main.theme-default .was-validated .form-control:invalid~.invalid-tooltip {
    display: block
}

.restrict-container-main.theme-default .form-check-input.is-invalid~.form-check-label,
.restrict-container-main.theme-default .was-validated .form-check-input:invalid~.form-check-label {
    color: #fb6340
}

.restrict-container-main.theme-default .form-check-input.is-invalid~.invalid-feedback,
.restrict-container-main.theme-default .form-check-input.is-invalid~.invalid-tooltip,
.restrict-container-main.theme-default .was-validated .form-check-input:invalid~.invalid-feedback,
.restrict-container-main.theme-default .was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.restrict-container-main.theme-default .custom-control-input.is-invalid~.custom-control-label,
.restrict-container-main.theme-default .was-validated .custom-control-input:invalid~.custom-control-label {
    color: #fb6340
}

.restrict-container-main.theme-default .custom-control-input.is-invalid~.custom-control-label:before,
.restrict-container-main.theme-default .was-validated .custom-control-input:invalid~.custom-control-label:before {
    border-color: #fec9bd;
    background-color: #fec9bd
}

.restrict-container-main.theme-default .custom-control-input.is-invalid~.invalid-feedback,
.restrict-container-main.theme-default .custom-control-input.is-invalid~.invalid-tooltip,
.restrict-container-main.theme-default .was-validated .custom-control-input:invalid~.invalid-feedback,
.restrict-container-main.theme-default .was-validated .custom-control-input:invalid~.invalid-tooltip {
    display: block
}

.restrict-container-main.theme-default .custom-control-input.is-invalid:checked~.custom-control-label:before,
.restrict-container-main.theme-default .was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
    border-color: #fec9bd;
    background-color: #fc8c72
}

.restrict-container-main.theme-default .custom-control-input.is-invalid:focus~.custom-control-label:before,
.restrict-container-main.theme-default .was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(251, 99, 64, .25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(251, 99, 64, .25)
}

.restrict-container-main.theme-default .custom-file-input.is-invalid~.custom-file-label,
.restrict-container-main.theme-default .was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #fb6340
}

.restrict-container-main.theme-default .custom-file-input.is-invalid~.custom-file-label:before,
.restrict-container-main.theme-default .was-validated .custom-file-input:invalid~.custom-file-label:before {
    border-color: inherit
}

.restrict-container-main.theme-default .custom-file-input.is-invalid~.invalid-feedback,
.restrict-container-main.theme-default .custom-file-input.is-invalid~.invalid-tooltip,
.restrict-container-main.theme-default .was-validated .custom-file-input:invalid~.invalid-feedback,
.restrict-container-main.theme-default .was-validated .custom-file-input:invalid~.invalid-tooltip {
    display: block
}

.restrict-container-main.theme-default .custom-file-input.is-invalid:focus~.custom-file-label,
.restrict-container-main.theme-default .was-validated .custom-file-input:invalid:focus~.custom-file-label {
    -webkit-box-shadow: 0 0 0 0 rgba(251, 99, 64, .25);
    box-shadow: 0 0 0 0 rgba(251, 99, 64, .25)
}

.restrict-container-main.theme-default .form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.restrict-container-main.theme-default .form-inline .form-check {
    width: 100%
}

@media (min-width:576px) {
    .restrict-container-main.theme-default .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .restrict-container-main.theme-default .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .restrict-container-main.theme-default .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .restrict-container-main.theme-default .form-inline .form-control-plaintext {
        display: inline-block
    }
    .restrict-container-main.theme-default .form-inline .custom-select,
    .restrict-container-main.theme-default .form-inline .input-group {
        width: auto
    }
    .restrict-container-main.theme-default .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: auto;
        padding-left: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .restrict-container-main.theme-default .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
    .restrict-container-main.theme-default .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .restrict-container-main.theme-default .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.restrict-container-main.theme-default .btn {
    font-weight: 600;
    line-height: 1.5;
    display: inline-block;
    padding: .625rem 1.25rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    text-align: center;
    vertical-align: middle;
    color: #525f7f;
    border: 1px solid transparent;
    border-radius: .25rem;
    background-color: transparent
}

@media (prefers-reduced-motion:reduce) {
    .restrict-container-main.theme-default .btn {
        -webkit-transition: none;
        transition: none
    }
}

.restrict-container-main.theme-default .btn:hover {
    text-decoration: none;
    color: #525f7f
}

.restrict-container-main.theme-default .btn.focus,
.restrict-container-main.theme-default .btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08)
}

.restrict-container-main.theme-default .btn.disabled,
.restrict-container-main.theme-default .btn:disabled {
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none
}

.restrict-container-main.theme-default .btn:not(:disabled):not(.disabled).active,
.restrict-container-main.theme-default .btn:not(:disabled):not(.disabled):active {
    -webkit-box-shadow: none;
    box-shadow: none
}

.restrict-container-main.theme-default .btn:not(:disabled):not(.disabled).active:focus,
.restrict-container-main.theme-default .btn:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08)
}

.restrict-container-main.theme-default a.btn.disabled,
.restrict-container-main.theme-default fieldset:disabled a.btn {
    pointer-events: none
}

.restrict-container-main.theme-default .btn-primary {
    -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)
}

.restrict-container-main.theme-default .btn-primary,
.restrict-container-main.theme-default .btn-primary:hover {
    color: #fff;
    border-color: #5e72e4;
    background-color: #5e72e4
}

.restrict-container-main.theme-default .btn-primary.focus,
.restrict-container-main.theme-default .btn-primary:focus {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(94, 114, 228, .5);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(94, 114, 228, .5)
}

.restrict-container-main.theme-default .btn-primary.disabled,
.restrict-container-main.theme-default .btn-primary:disabled {
    color: #fff;
    border-color: #5e72e4;
    background-color: #5e72e4
}

.restrict-container-main.theme-default .btn-primary:not(:disabled):not(.disabled).active,
.restrict-container-main.theme-default .btn-primary:not(:disabled):not(.disabled):active,
.restrict-container-main.theme-default .show>.btn-primary.dropdown-toggle {
    color: #fff;
    border-color: #5e72e4;
    background-color: #324cdd
}

.restrict-container-main.theme-default .btn-primary:not(:disabled):not(.disabled).active:focus,
.restrict-container-main.theme-default .btn-primary:not(:disabled):not(.disabled):active:focus,
.restrict-container-main.theme-default .show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: none, 0 0 0 0 rgba(94, 114, 228, .5);
    box-shadow: none, 0 0 0 0 rgba(94, 114, 228, .5)
}

.restrict-container-main.theme-default .btn-secondary {
    -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)
}

.restrict-container-main.theme-default .btn-secondary,
.restrict-container-main.theme-default .btn-secondary:hover {
    color: #212529;
    border-color: #f4f5f7;
    background-color: #f4f5f7
}

.restrict-container-main.theme-default .btn-secondary.focus,
.restrict-container-main.theme-default .btn-secondary:focus {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(244, 245, 247, .5);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(244, 245, 247, .5)
}

.restrict-container-main.theme-default .btn-secondary.disabled,
.restrict-container-main.theme-default .btn-secondary:disabled {
    color: #212529;
    border-color: #f4f5f7;
    background-color: #f4f5f7
}

.restrict-container-main.theme-default .btn-secondary:not(:disabled):not(.disabled).active,
.restrict-container-main.theme-default .btn-secondary:not(:disabled):not(.disabled):active,
.restrict-container-main.theme-default .show>.btn-secondary.dropdown-toggle {
    color: #212529;
    border-color: #f4f5f7;
    background-color: #d6dae2
}

.restrict-container-main.theme-default .btn-secondary:not(:disabled):not(.disabled).active:focus,
.restrict-container-main.theme-default .btn-secondary:not(:disabled):not(.disabled):active:focus,
.restrict-container-main.theme-default .show>.btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: none, 0 0 0 0 rgba(244, 245, 247, .5);
    box-shadow: none, 0 0 0 0 rgba(244, 245, 247, .5)
}

.restrict-container-main.theme-default .btn-success {
    -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)
}

.restrict-container-main.theme-default .btn-success,
.restrict-container-main.theme-default .btn-success:hover {
    color: #fff;
    border-color: #2dce89;
    background-color: #2dce89
}

.restrict-container-main.theme-default .btn-success.focus,
.restrict-container-main.theme-default .btn-success:focus {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(45, 206, 137, .5);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(45, 206, 137, .5)
}

.restrict-container-main.theme-default .btn-success.disabled,
.restrict-container-main.theme-default .btn-success:disabled {
    color: #fff;
    border-color: #2dce89;
    background-color: #2dce89
}

.restrict-container-main.theme-default .btn-success:not(:disabled):not(.disabled).active,
.restrict-container-main.theme-default .btn-success:not(:disabled):not(.disabled):active,
.restrict-container-main.theme-default .show>.btn-success.dropdown-toggle {
    color: #fff;
    border-color: #2dce89;
    background-color: #24a46d
}

.restrict-container-main.theme-default .btn-success:not(:disabled):not(.disabled).active:focus,
.restrict-container-main.theme-default .btn-success:not(:disabled):not(.disabled):active:focus,
.restrict-container-main.theme-default .show>.btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: none, 0 0 0 0 rgba(45, 206, 137, .5);
    box-shadow: none, 0 0 0 0 rgba(45, 206, 137, .5)
}

.restrict-container-main.theme-default .btn-info {
    -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)
}

.restrict-container-main.theme-default .btn-info,
.restrict-container-main.theme-default .btn-info:hover {
    color: #fff;
    border-color: #11cdef;
    background-color: #11cdef
}

.restrict-container-main.theme-default .btn-info.focus,
.restrict-container-main.theme-default .btn-info:focus {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(17, 205, 239, .5);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(17, 205, 239, .5)
}

.restrict-container-main.theme-default .btn-info.disabled,
.restrict-container-main.theme-default .btn-info:disabled {
    color: #fff;
    border-color: #11cdef;
    background-color: #11cdef
}

.restrict-container-main.theme-default .btn-info:not(:disabled):not(.disabled).active,
.restrict-container-main.theme-default .btn-info:not(:disabled):not(.disabled):active,
.restrict-container-main.theme-default .show>.btn-info.dropdown-toggle {
    color: #fff;
    border-color: #11cdef;
    background-color: #0da5c0
}

.restrict-container-main.theme-default .btn-info:not(:disabled):not(.disabled).active:focus,
.restrict-container-main.theme-default .btn-info:not(:disabled):not(.disabled):active:focus,
.restrict-container-main.theme-default .show>.btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: none, 0 0 0 0 rgba(17, 205, 239, .5);
    box-shadow: none, 0 0 0 0 rgba(17, 205, 239, .5)
}

.restrict-container-main.theme-default .btn-warning {
    -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)
}

.restrict-container-main.theme-default .btn-warning,
.restrict-container-main.theme-default .btn-warning:hover {
    color: #fff;
    border-color: #fb6340;
    background-color: #fb6340
}

.restrict-container-main.theme-default .btn-warning.focus,
.restrict-container-main.theme-default .btn-warning:focus {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(251, 99, 64, .5);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(251, 99, 64, .5)
}

.restrict-container-main.theme-default .btn-warning.disabled,
.restrict-container-main.theme-default .btn-warning:disabled {
    color: #fff;
    border-color: #fb6340;
    background-color: #fb6340
}

.restrict-container-main.theme-default .btn-warning:not(:disabled):not(.disabled).active,
.restrict-container-main.theme-default .btn-warning:not(:disabled):not(.disabled):active,
.restrict-container-main.theme-default .show>.btn-warning.dropdown-toggle {
    color: #fff;
    border-color: #fb6340;
    background-color: #fa3a0e
}

.restrict-container-main.theme-default .btn-warning:not(:disabled):not(.disabled).active:focus,
.restrict-container-main.theme-default .btn-warning:not(:disabled):not(.disabled):active:focus,
.restrict-container-main.theme-default .show>.btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: none, 0 0 0 0 rgba(251, 99, 64, .5);
    box-shadow: none, 0 0 0 0 rgba(251, 99, 64, .5)
}

.restrict-container-main.theme-default .btn-danger {
    -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)
}

.restrict-container-main.theme-default .btn-danger,
.restrict-container-main.theme-default .btn-danger:hover {
    color: #fff;
    border-color: #f5365c;
    background-color: #f5365c
}

.restrict-container-main.theme-default .btn-danger.focus,
.restrict-container-main.theme-default .btn-danger:focus {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(245, 54, 92, .5);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(245, 54, 92, .5)
}

.restrict-container-main.theme-default .btn-danger.disabled,
.restrict-container-main.theme-default .btn-danger:disabled {
    color: #fff;
    border-color: #f5365c;
    background-color: #f5365c
}

.restrict-container-main.theme-default .btn-danger:not(:disabled):not(.disabled).active,
.restrict-container-main.theme-default .btn-danger:not(:disabled):not(.disabled):active,
.restrict-container-main.theme-default .show>.btn-danger.dropdown-toggle {
    color: #fff;
    border-color: #f5365c;
    background-color: #ec0c38
}

.restrict-container-main.theme-default .btn-danger:not(:disabled):not(.disabled).active:focus,
.restrict-container-main.theme-default .btn-danger:not(:disabled):not(.disabled):active:focus,
.restrict-container-main.theme-default .show>.btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: none, 0 0 0 0 rgba(245, 54, 92, .5);
    box-shadow: none, 0 0 0 0 rgba(245, 54, 92, .5)
}

.restrict-container-main.theme-default .btn-light {
    -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)
}

.restrict-container-main.theme-default .btn-light,
.restrict-container-main.theme-default .btn-light:hover {
    color: #fff;
    border-color: #adb5bd;
    background-color: #adb5bd
}

.restrict-container-main.theme-default .btn-light.focus,
.restrict-container-main.theme-default .btn-light:focus {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(173, 181, 189, .5);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(173, 181, 189, .5)
}

.restrict-container-main.theme-default .btn-light.disabled,
.restrict-container-main.theme-default .btn-light:disabled {
    color: #fff;
    border-color: #adb5bd;
    background-color: #adb5bd
}

.restrict-container-main.theme-default .btn-light:not(:disabled):not(.disabled).active,
.restrict-container-main.theme-default .btn-light:not(:disabled):not(.disabled):active,
.restrict-container-main.theme-default .show>.btn-light.dropdown-toggle {
    color: #fff;
    border-color: #adb5bd;
    background-color: #919ca6
}

.restrict-container-main.theme-default .btn-light:not(:disabled):not(.disabled).active:focus,
.restrict-container-main.theme-default .btn-light:not(:disabled):not(.disabled):active:focus,
.restrict-container-main.theme-default .show>.btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: none, 0 0 0 0 rgba(173, 181, 189, .5);
    box-shadow: none, 0 0 0 0 rgba(173, 181, 189, .5)
}

.restrict-container-main.theme-default .btn-dark {
    -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)
}

.restrict-container-main.theme-default .btn-dark,
.restrict-container-main.theme-default .btn-dark:hover {
    color: #fff;
    border-color: #212529;
    background-color: #212529
}

.restrict-container-main.theme-default .btn-dark.focus,
.restrict-container-main.theme-default .btn-dark:focus {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(33, 37, 41, .5);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(33, 37, 41, .5)
}

.restrict-container-main.theme-default .btn-dark.disabled,
.restrict-container-main.theme-default .btn-dark:disabled {
    color: #fff;
    border-color: #212529;
    background-color: #212529
}

.restrict-container-main.theme-default .btn-dark:not(:disabled):not(.disabled).active,
.restrict-container-main.theme-default .btn-dark:not(:disabled):not(.disabled):active,
.restrict-container-main.theme-default .show>.btn-dark.dropdown-toggle {
    color: #fff;
    border-color: #212529;
    background-color: #0a0c0d
}

.restrict-container-main.theme-default .btn-dark:not(:disabled):not(.disabled).active:focus,
.restrict-container-main.theme-default .btn-dark:not(:disabled):not(.disabled):active:focus,
.restrict-container-main.theme-default .show>.btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: none, 0 0 0 0 rgba(33, 37, 41, .5);
    box-shadow: none, 0 0 0 0 rgba(33, 37, 41, .5)
}

.restrict-container-main.theme-default .btn-default {
    -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)
}

.restrict-container-main.theme-default .btn-default,
.restrict-container-main.theme-default .btn-default:hover {
    color: #fff;
    border-color: #172b4d;
    background-color: #172b4d
}

.restrict-container-main.theme-default .btn-default.focus,
.restrict-container-main.theme-default .btn-default:focus {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(23, 43, 77, .5);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(23, 43, 77, .5)
}

.restrict-container-main.theme-default .btn-default.disabled,
.restrict-container-main.theme-default .btn-default:disabled {
    color: #fff;
    border-color: #172b4d;
    background-color: #172b4d
}

.restrict-container-main.theme-default .btn-default:not(:disabled):not(.disabled).active,
.restrict-container-main.theme-default .btn-default:not(:disabled):not(.disabled):active,
.restrict-container-main.theme-default .show>.btn-default.dropdown-toggle {
    color: #fff;
    border-color: #172b4d;
    background-color: #0b1526
}

.restrict-container-main.theme-default .btn-default:not(:disabled):not(.disabled).active:focus,
.restrict-container-main.theme-default .btn-default:not(:disabled):not(.disabled):active:focus,
.restrict-container-main.theme-default .show>.btn-default.dropdown-toggle:focus {
    -webkit-box-shadow: none, 0 0 0 0 rgba(23, 43, 77, .5);
    box-shadow: none, 0 0 0 0 rgba(23, 43, 77, .5)
}

.restrict-container-main.theme-default .btn-white {
    -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)
}

.restrict-container-main.theme-default .btn-white,
.restrict-container-main.theme-default .btn-white:hover {
    color: #212529;
    border-color: #fff;
    background-color: #fff
}

.restrict-container-main.theme-default .btn-white.focus,
.restrict-container-main.theme-default .btn-white:focus {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 hsla(0, 0%, 100%, .5);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 hsla(0, 0%, 100%, .5)
}

.restrict-container-main.theme-default .btn-white.disabled,
.restrict-container-main.theme-default .btn-white:disabled {
    color: #212529;
    border-color: #fff;
    background-color: #fff
}

.restrict-container-main.theme-default .btn-white:not(:disabled):not(.disabled).active,
.restrict-container-main.theme-default .btn-white:not(:disabled):not(.disabled):active,
.restrict-container-main.theme-default .show>.btn-white.dropdown-toggle {
    color: #212529;
    border-color: #fff;
    background-color: #e6e6e6
}

.restrict-container-main.theme-default .btn-white:not(:disabled):not(.disabled).active:focus,
.restrict-container-main.theme-default .btn-white:not(:disabled):not(.disabled):active:focus,
.restrict-container-main.theme-default .show>.btn-white.dropdown-toggle:focus {
    -webkit-box-shadow: none, 0 0 0 0 hsla(0, 0%, 100%, .5);
    box-shadow: none, 0 0 0 0 hsla(0, 0%, 100%, .5)
}

.restrict-container-main.theme-default .btn-neutral {
    -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)
}

.restrict-container-main.theme-default .btn-neutral,
.restrict-container-main.theme-default .btn-neutral:hover {
    color: #212529;
    border-color: #fff;
    background-color: #fff
}

.restrict-container-main.theme-default .btn-neutral.focus,
.restrict-container-main.theme-default .btn-neutral:focus {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 hsla(0, 0%, 100%, .5);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 hsla(0, 0%, 100%, .5)
}

.restrict-container-main.theme-default .btn-neutral.disabled,
.restrict-container-main.theme-default .btn-neutral:disabled {
    color: #212529;
    border-color: #fff;
    background-color: #fff
}

.restrict-container-main.theme-default .btn-neutral:not(:disabled):not(.disabled).active,
.restrict-container-main.theme-default .btn-neutral:not(:disabled):not(.disabled):active,
.restrict-container-main.theme-default .show>.btn-neutral.dropdown-toggle {
    color: #212529;
    border-color: #fff;
    background-color: #e6e6e6
}

.restrict-container-main.theme-default .btn-neutral:not(:disabled):not(.disabled).active:focus,
.restrict-container-main.theme-default .btn-neutral:not(:disabled):not(.disabled):active:focus,
.restrict-container-main.theme-default .show>.btn-neutral.dropdown-toggle:focus {
    -webkit-box-shadow: none, 0 0 0 0 hsla(0, 0%, 100%, .5);
    box-shadow: none, 0 0 0 0 hsla(0, 0%, 100%, .5)
}

.restrict-container-main.theme-default .btn-darker {
    color: #fff;
    border-color: #000;
    background-color: #000;
    -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)
}

.restrict-container-main.theme-default .btn-darker:hover {
    color: #fff;
    border-color: #000;
    background-color: #000
}

.restrict-container-main.theme-default .btn-darker.focus,
.restrict-container-main.theme-default .btn-darker:focus {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(0, 0, 0, .5);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(0, 0, 0, .5)
}

.restrict-container-main.theme-default .btn-darker.disabled,
.restrict-container-main.theme-default .btn-darker:disabled,
.restrict-container-main.theme-default .btn-darker:not(:disabled):not(.disabled).active,
.restrict-container-main.theme-default .btn-darker:not(:disabled):not(.disabled):active,
.restrict-container-main.theme-default .show>.btn-darker.dropdown-toggle {
    color: #fff;
    border-color: #000;
    background-color: #000
}

.restrict-container-main.theme-default .btn-darker:not(:disabled):not(.disabled).active:focus,
.restrict-container-main.theme-default .btn-darker:not(:disabled):not(.disabled):active:focus,
.restrict-container-main.theme-default .show>.btn-darker.dropdown-toggle:focus {
    -webkit-box-shadow: none, 0 0 0 0 rgba(0, 0, 0, .5);
    box-shadow: none, 0 0 0 0 rgba(0, 0, 0, .5)
}

.restrict-container-main.theme-default .btn-outline-primary {
    color: #5e72e4;
    border-color: #5e72e4;
    background-color: transparent;
    background-image: none
}

.restrict-container-main.theme-default .btn-outline-primary:hover {
    color: #fff;
    border-color: #5e72e4;
    background-color: #5e72e4
}

.restrict-container-main.theme-default .btn-outline-primary.focus,
.restrict-container-main.theme-default .btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(94, 114, 228, .5);
    box-shadow: 0 0 0 0 rgba(94, 114, 228, .5)
}

.restrict-container-main.theme-default .btn-outline-primary.disabled,
.restrict-container-main.theme-default .btn-outline-primary:disabled {
    color: #5e72e4;
    background-color: transparent
}

.restrict-container-main.theme-default .btn-outline-primary:not(:disabled):not(.disabled).active,
.restrict-container-main.theme-default .btn-outline-primary:not(:disabled):not(.disabled):active,
.restrict-container-main.theme-default .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    border-color: #5e72e4;
    background-color: #5e72e4
}

.restrict-container-main.theme-default .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.restrict-container-main.theme-default .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.restrict-container-main.theme-default .show>.btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(94, 114, 228, .5);
    box-shadow: 0 0 0 0 rgba(94, 114, 228, .5)
}

.restrict-container-main.theme-default .btn-outline-secondary {
    color: #f4f5f7;
    border-color: #f4f5f7;
    background-color: transparent;
    background-image: none
}

.restrict-container-main.theme-default .btn-outline-secondary:hover {
    color: #212529;
    border-color: #f4f5f7;
    background-color: #f4f5f7
}

.restrict-container-main.theme-default .btn-outline-secondary.focus,
.restrict-container-main.theme-default .btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 245, 247, .5);
    box-shadow: 0 0 0 0 rgba(244, 245, 247, .5)
}

.restrict-container-main.theme-default .btn-outline-secondary.disabled,
.restrict-container-main.theme-default .btn-outline-secondary:disabled {
    color: #f4f5f7;
    background-color: transparent
}

.restrict-container-main.theme-default .btn-outline-secondary:not(:disabled):not(.disabled).active,
.restrict-container-main.theme-default .btn-outline-secondary:not(:disabled):not(.disabled):active,
.restrict-container-main.theme-default .show>.btn-outline-secondary.dropdown-toggle {
    color: #212529;
    border-color: #f4f5f7;
    background-color: #f4f5f7
}

.restrict-container-main.theme-default .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.restrict-container-main.theme-default .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.restrict-container-main.theme-default .show>.btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 245, 247, .5);
    box-shadow: 0 0 0 0 rgba(244, 245, 247, .5)
}

.restrict-container-main.theme-default .btn-outline-success {
    color: #2dce89;
    border-color: #2dce89;
    background-color: transparent;
    background-image: none
}

.restrict-container-main.theme-default .btn-outline-success:hover {
    color: #fff;
    border-color: #2dce89;
    background-color: #2dce89
}

.restrict-container-main.theme-default .btn-outline-success.focus,
.restrict-container-main.theme-default .btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(45, 206, 137, .5);
    box-shadow: 0 0 0 0 rgba(45, 206, 137, .5)
}

.restrict-container-main.theme-default .btn-outline-success.disabled,
.restrict-container-main.theme-default .btn-outline-success:disabled {
    color: #2dce89;
    background-color: transparent
}

.restrict-container-main.theme-default .btn-outline-success:not(:disabled):not(.disabled).active,
.restrict-container-main.theme-default .btn-outline-success:not(:disabled):not(.disabled):active,
.restrict-container-main.theme-default .show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    border-color: #2dce89;
    background-color: #2dce89
}

.restrict-container-main.theme-default .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.restrict-container-main.theme-default .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.restrict-container-main.theme-default .show>.btn-outline-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(45, 206, 137, .5);
    box-shadow: 0 0 0 0 rgba(45, 206, 137, .5)
}

.restrict-container-main.theme-default .btn-outline-info {
    color: #11cdef;
    border-color: #11cdef;
    background-color: transparent;
    background-image: none
}

.restrict-container-main.theme-default .btn-outline-info:hover {
    color: #fff;
    border-color: #11cdef;
    background-color: #11cdef
}

.restrict-container-main.theme-default .btn-outline-info.focus,
.restrict-container-main.theme-default .btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(17, 205, 239, .5);
    box-shadow: 0 0 0 0 rgba(17, 205, 239, .5)
}

.restrict-container-main.theme-default .btn-outline-info.disabled,
.restrict-container-main.theme-default .btn-outline-info:disabled {
    color: #11cdef;
    background-color: transparent
}

.restrict-container-main.theme-default .btn-outline-info:not(:disabled):not(.disabled).active,
.restrict-container-main.theme-default .btn-outline-info:not(:disabled):not(.disabled):active,
.restrict-container-main.theme-default .show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    border-color: #11cdef;
    background-color: #11cdef
}

.restrict-container-main.theme-default .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.restrict-container-main.theme-default .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.restrict-container-main.theme-default .show>.btn-outline-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(17, 205, 239, .5);
    box-shadow: 0 0 0 0 rgba(17, 205, 239, .5)
}

.restrict-container-main.theme-default .btn-outline-warning {
    color: #fb6340;
    border-color: #fb6340;
    background-color: transparent;
    background-image: none
}

.restrict-container-main.theme-default .btn-outline-warning:hover {
    color: #fff;
    border-color: #fb6340;
    background-color: #fb6340
}

.restrict-container-main.theme-default .btn-outline-warning.focus,
.restrict-container-main.theme-default .btn-outline-warning:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(251, 99, 64, .5);
    box-shadow: 0 0 0 0 rgba(251, 99, 64, .5)
}

.restrict-container-main.theme-default .btn-outline-warning.disabled,
.restrict-container-main.theme-default .btn-outline-warning:disabled {
    color: #fb6340;
    background-color: transparent
}

.restrict-container-main.theme-default .btn-outline-warning:not(:disabled):not(.disabled).active,
.restrict-container-main.theme-default .btn-outline-warning:not(:disabled):not(.disabled):active,
.restrict-container-main.theme-default .show>.btn-outline-warning.dropdown-toggle {
    color: #fff;
    border-color: #fb6340;
    background-color: #fb6340
}

.restrict-container-main.theme-default .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.restrict-container-main.theme-default .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.restrict-container-main.theme-default .show>.btn-outline-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(251, 99, 64, .5);
    box-shadow: 0 0 0 0 rgba(251, 99, 64, .5)
}

.restrict-container-main.theme-default .btn-outline-danger {
    color: #f5365c;
    border-color: #f5365c;
    background-color: transparent;
    background-image: none
}

.restrict-container-main.theme-default .btn-outline-danger:hover {
    color: #fff;
    border-color: #f5365c;
    background-color: #f5365c
}

.restrict-container-main.theme-default .btn-outline-danger.focus,
.restrict-container-main.theme-default .btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(245, 54, 92, .5);
    box-shadow: 0 0 0 0 rgba(245, 54, 92, .5)
}

.restrict-container-main.theme-default .btn-outline-danger.disabled,
.restrict-container-main.theme-default .btn-outline-danger:disabled {
    color: #f5365c;
    background-color: transparent
}

.restrict-container-main.theme-default .btn-outline-danger:not(:disabled):not(.disabled).active,
.restrict-container-main.theme-default .btn-outline-danger:not(:disabled):not(.disabled):active,
.restrict-container-main.theme-default .show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    border-color: #f5365c;
    background-color: #f5365c
}

.restrict-container-main.theme-default .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.restrict-container-main.theme-default .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.restrict-container-main.theme-default .show>.btn-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(245, 54, 92, .5);
    box-shadow: 0 0 0 0 rgba(245, 54, 92, .5)
}

.restrict-container-main.theme-default .btn-outline-light {
    color: #adb5bd;
    border-color: #adb5bd;
    background-color: transparent;
    background-image: none
}

.restrict-container-main.theme-default .btn-outline-light:hover {
    color: #fff;
    border-color: #adb5bd;
    background-color: #adb5bd
}

.restrict-container-main.theme-default .btn-outline-light.focus,
.restrict-container-main.theme-default .btn-outline-light:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(173, 181, 189, .5);
    box-shadow: 0 0 0 0 rgba(173, 181, 189, .5)
}

.restrict-container-main.theme-default .btn-outline-light.disabled,
.restrict-container-main.theme-default .btn-outline-light:disabled {
    color: #adb5bd;
    background-color: transparent
}

.restrict-container-main.theme-default .btn-outline-light:not(:disabled):not(.disabled).active,
.restrict-container-main.theme-default .btn-outline-light:not(:disabled):not(.disabled):active,
.restrict-container-main.theme-default .show>.btn-outline-light.dropdown-toggle {
    color: #fff;
    border-color: #adb5bd;
    background-color: #adb5bd
}

.restrict-container-main.theme-default .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.restrict-container-main.theme-default .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.restrict-container-main.theme-default .show>.btn-outline-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(173, 181, 189, .5);
    box-shadow: 0 0 0 0 rgba(173, 181, 189, .5)
}

.restrict-container-main.theme-default .btn-outline-dark {
    color: #212529;
    border-color: #212529;
    background-color: transparent;
    background-image: none
}

.restrict-container-main.theme-default .btn-outline-dark:hover {
    color: #fff;
    border-color: #212529;
    background-color: #212529
}

.restrict-container-main.theme-default .btn-outline-dark.focus,
.restrict-container-main.theme-default .btn-outline-dark:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(33, 37, 41, .5);
    box-shadow: 0 0 0 0 rgba(33, 37, 41, .5)
}

.restrict-container-main.theme-default .btn-outline-dark.disabled,
.restrict-container-main.theme-default .btn-outline-dark:disabled {
    color: #212529;
    background-color: transparent
}

.restrict-container-main.theme-default .btn-outline-dark:not(:disabled):not(.disabled).active,
.restrict-container-main.theme-default .btn-outline-dark:not(:disabled):not(.disabled):active,
.restrict-container-main.theme-default .show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    border-color: #212529;
    background-color: #212529
}

.restrict-container-main.theme-default .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.restrict-container-main.theme-default .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.restrict-container-main.theme-default .show>.btn-outline-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(33, 37, 41, .5);
    box-shadow: 0 0 0 0 rgba(33, 37, 41, .5)
}

.restrict-container-main.theme-default .btn-outline-default {
    color: #172b4d;
    border-color: #172b4d;
    background-color: transparent;
    background-image: none
}

.restrict-container-main.theme-default .btn-outline-default:hover {
    color: #fff;
    border-color: #172b4d;
    background-color: #172b4d
}

.restrict-container-main.theme-default .btn-outline-default.focus,
.restrict-container-main.theme-default .btn-outline-default:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(23, 43, 77, .5);
    box-shadow: 0 0 0 0 rgba(23, 43, 77, .5)
}

.restrict-container-main.theme-default .btn-outline-default.disabled,
.restrict-container-main.theme-default .btn-outline-default:disabled {
    color: #172b4d;
    background-color: transparent
}

.restrict-container-main.theme-default .btn-outline-default:not(:disabled):not(.disabled).active,
.restrict-container-main.theme-default .btn-outline-default:not(:disabled):not(.disabled):active,
.restrict-container-main.theme-default .show>.btn-outline-default.dropdown-toggle {
    color: #fff;
    border-color: #172b4d;
    background-color: #172b4d
}

.restrict-container-main.theme-default .btn-outline-default:not(:disabled):not(.disabled).active:focus,
.restrict-container-main.theme-default .btn-outline-default:not(:disabled):not(.disabled):active:focus,
.restrict-container-main.theme-default .show>.btn-outline-default.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(23, 43, 77, .5);
    box-shadow: 0 0 0 0 rgba(23, 43, 77, .5)
}

.restrict-container-main.theme-default .btn-outline-white {
    color: #fff;
    border-color: #fff;
    background-color: transparent;
    background-image: none
}

.restrict-container-main.theme-default .btn-outline-white:hover {
    color: #212529;
    border-color: #fff;
    background-color: #fff
}

.restrict-container-main.theme-default .btn-outline-white.focus,
.restrict-container-main.theme-default .btn-outline-white:focus {
    -webkit-box-shadow: 0 0 0 0 hsla(0, 0%, 100%, .5);
    box-shadow: 0 0 0 0 hsla(0, 0%, 100%, .5)
}

.restrict-container-main.theme-default .btn-outline-white.disabled,
.restrict-container-main.theme-default .btn-outline-white:disabled {
    color: #fff;
    background-color: transparent
}

.restrict-container-main.theme-default .btn-outline-white:not(:disabled):not(.disabled).active,
.restrict-container-main.theme-default .btn-outline-white:not(:disabled):not(.disabled):active,
.restrict-container-main.theme-default .show>.btn-outline-white.dropdown-toggle {
    color: #212529;
    border-color: #fff;
    background-color: #fff
}

.restrict-container-main.theme-default .btn-outline-white:not(:disabled):not(.disabled).active:focus,
.restrict-container-main.theme-default .btn-outline-white:not(:disabled):not(.disabled):active:focus,
.restrict-container-main.theme-default .show>.btn-outline-white.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 hsla(0, 0%, 100%, .5);
    box-shadow: 0 0 0 0 hsla(0, 0%, 100%, .5)
}

.restrict-container-main.theme-default .btn-outline-neutral {
    color: #fff;
    border-color: #fff;
    background-color: transparent;
    background-image: none
}

.restrict-container-main.theme-default .btn-outline-neutral:hover {
    color: #212529;
    border-color: #fff;
    background-color: #fff
}

.restrict-container-main.theme-default .btn-outline-neutral.focus,
.restrict-container-main.theme-default .btn-outline-neutral:focus {
    -webkit-box-shadow: 0 0 0 0 hsla(0, 0%, 100%, .5);
    box-shadow: 0 0 0 0 hsla(0, 0%, 100%, .5)
}

.restrict-container-main.theme-default .btn-outline-neutral.disabled,
.restrict-container-main.theme-default .btn-outline-neutral:disabled {
    color: #fff;
    background-color: transparent
}

.restrict-container-main.theme-default .btn-outline-neutral:not(:disabled):not(.disabled).active,
.restrict-container-main.theme-default .btn-outline-neutral:not(:disabled):not(.disabled):active,
.restrict-container-main.theme-default .show>.btn-outline-neutral.dropdown-toggle {
    color: #212529;
    border-color: #fff;
    background-color: #fff
}

.restrict-container-main.theme-default .btn-outline-neutral:not(:disabled):not(.disabled).active:focus,
.restrict-container-main.theme-default .btn-outline-neutral:not(:disabled):not(.disabled):active:focus,
.restrict-container-main.theme-default .show>.btn-outline-neutral.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 hsla(0, 0%, 100%, .5);
    box-shadow: 0 0 0 0 hsla(0, 0%, 100%, .5)
}

.restrict-container-main.theme-default .btn-outline-darker {
    color: #000;
    border-color: #000;
    background-color: transparent;
    background-image: none
}

.restrict-container-main.theme-default .btn-outline-darker:hover {
    color: #fff;
    border-color: #000;
    background-color: #000
}

.restrict-container-main.theme-default .btn-outline-darker.focus,
.restrict-container-main.theme-default .btn-outline-darker:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .5)
}

.restrict-container-main.theme-default .btn-outline-darker.disabled,
.restrict-container-main.theme-default .btn-outline-darker:disabled {
    color: #000;
    background-color: transparent
}

.restrict-container-main.theme-default .btn-outline-darker:not(:disabled):not(.disabled).active,
.restrict-container-main.theme-default .btn-outline-darker:not(:disabled):not(.disabled):active,
.restrict-container-main.theme-default .show>.btn-outline-darker.dropdown-toggle {
    color: #fff;
    border-color: #000;
    background-color: #000
}

.restrict-container-main.theme-default .btn-outline-darker:not(:disabled):not(.disabled).active:focus,
.restrict-container-main.theme-default .btn-outline-darker:not(:disabled):not(.disabled):active:focus,
.restrict-container-main.theme-default .show>.btn-outline-darker.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .5)
}

.restrict-container-main.theme-default .btn-link {
    font-weight: 400;
    text-decoration: none;
    color: #5e72e4
}

.restrict-container-main.theme-default .btn-link:hover {
    text-decoration: none;
    color: #233dd2
}

.restrict-container-main.theme-default .btn-link.focus,
.restrict-container-main.theme-default .btn-link:focus {
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.restrict-container-main.theme-default .btn-link.disabled,
.restrict-container-main.theme-default .btn-link:disabled {
    pointer-events: none;
    color: #8898aa
}

.restrict-container-main.theme-default .btn-group-lg>.btn,
.restrict-container-main.theme-default .btn-lg {
    line-height: 1.5;
    padding: .875rem 1rem;
    border-radius: .3rem
}

.restrict-container-main.theme-default .btn-group-sm>.btn,
.restrict-container-main.theme-default .btn-sm {
    line-height: 1.5;
    padding: .25rem .5rem;
    border-radius: .25rem
}

.restrict-container-main.theme-default .btn-block {
    display: block;
    width: 100%
}

.restrict-container-main.theme-default .btn-block+.btn-block {
    margin-top: .5rem
}

.restrict-container-main.theme-default input[type=button].btn-block,
.restrict-container-main.theme-default input[type=reset].btn-block,
.restrict-container-main.theme-default input[type=submit].btn-block {
    width: 100%
}

.restrict-container-main.theme-default .fade {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .restrict-container-main.theme-default .fade {
        -webkit-transition: none;
        transition: none
    }
}

.restrict-container-main.theme-default .fade:not(.show) {
    opacity: 0
}

.restrict-container-main.theme-default .btn-group,
.restrict-container-main.theme-default .btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.restrict-container-main.theme-default .btn-group-vertical>.btn,
.restrict-container-main.theme-default .btn-group>.btn {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.restrict-container-main.theme-default .btn-group-vertical>.btn.active,
.restrict-container-main.theme-default .btn-group-vertical>.btn:active,
.restrict-container-main.theme-default .btn-group-vertical>.btn:focus,
.restrict-container-main.theme-default .btn-group-vertical>.btn:hover,
.restrict-container-main.theme-default .btn-group>.btn.active,
.restrict-container-main.theme-default .btn-group>.btn:active,
.restrict-container-main.theme-default .btn-group>.btn:focus,
.restrict-container-main.theme-default .btn-group>.btn:hover {
    z-index: 1
}

.restrict-container-main.theme-default .btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.restrict-container-main.theme-default .btn-toolbar .input-group {
    width: auto
}

.restrict-container-main.theme-default .btn-group>.btn-group:not(:first-child),
.restrict-container-main.theme-default .btn-group>.btn:not(:first-child) {
    margin-left: -1px
}

.restrict-container-main.theme-default .btn-group>.btn-group:not(:last-child)>.btn,
.restrict-container-main.theme-default .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.restrict-container-main.theme-default .btn-group>.btn-group:not(:first-child)>.btn,
.restrict-container-main.theme-default .btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.restrict-container-main.theme-default .dropdown-toggle-split {
    padding-right: .9375rem;
    padding-left: .9375rem
}

.restrict-container-main.theme-default .dropdown-toggle-split:after,
.restrict-container-main.theme-default .dropright .dropdown-toggle-split:after,
.restrict-container-main.theme-default .dropup .dropdown-toggle-split:after {
    margin-left: 0
}

.restrict-container-main.theme-default .dropleft .dropdown-toggle-split:before {
    margin-right: 0
}

.restrict-container-main.theme-default .btn-group-sm>.btn+.dropdown-toggle-split,
.restrict-container-main.theme-default .btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.restrict-container-main.theme-default .btn-group-lg>.btn+.dropdown-toggle-split,
.restrict-container-main.theme-default .btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.restrict-container-main.theme-default .btn-group.show .dropdown-toggle,
.restrict-container-main.theme-default .btn-group.show .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.restrict-container-main.theme-default .btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.restrict-container-main.theme-default .btn-group-vertical>.btn,
.restrict-container-main.theme-default .btn-group-vertical>.btn-group {
    width: 100%
}

.restrict-container-main.theme-default .btn-group-vertical>.btn-group:not(:first-child),
.restrict-container-main.theme-default .btn-group-vertical>.btn:not(:first-child) {
    margin-top: -1px
}

.restrict-container-main.theme-default .btn-group-vertical>.btn-group:not(:last-child)>.btn,
.restrict-container-main.theme-default .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.restrict-container-main.theme-default .btn-group-vertical>.btn-group:not(:first-child)>.btn,
.restrict-container-main.theme-default .btn-group-vertical>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.restrict-container-main.theme-default .btn-group-toggle>.btn,
.restrict-container-main.theme-default .btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.restrict-container-main.theme-default .btn-group-toggle>.btn-group>.btn input[type=checkbox],
.restrict-container-main.theme-default .btn-group-toggle>.btn-group>.btn input[type=radio],
.restrict-container-main.theme-default .btn-group-toggle>.btn input[type=checkbox],
.restrict-container-main.theme-default .btn-group-toggle>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.restrict-container-main.theme-default .input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.restrict-container-main.theme-default .input-group>.custom-file,
.restrict-container-main.theme-default .input-group>.custom-select,
.restrict-container-main.theme-default .input-group>.form-control,
.restrict-container-main.theme-default .input-group>.form-control-plaintext {
    position: relative;
    width: 1%;
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.restrict-container-main.theme-default .input-group>.custom-file+.custom-file,
.restrict-container-main.theme-default .input-group>.custom-file+.custom-select,
.restrict-container-main.theme-default .input-group>.custom-file+.form-control,
.restrict-container-main.theme-default .input-group>.custom-select+.custom-file,
.restrict-container-main.theme-default .input-group>.custom-select+.custom-select,
.restrict-container-main.theme-default .input-group>.custom-select+.form-control,
.restrict-container-main.theme-default .input-group>.form-control+.custom-file,
.restrict-container-main.theme-default .input-group>.form-control+.custom-select,
.restrict-container-main.theme-default .input-group>.form-control+.form-control,
.restrict-container-main.theme-default .input-group>.form-control-plaintext+.custom-file,
.restrict-container-main.theme-default .input-group>.form-control-plaintext+.custom-select,
.restrict-container-main.theme-default .input-group>.form-control-plaintext+.form-control {
    margin-left: -1px
}

.restrict-container-main.theme-default .input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.restrict-container-main.theme-default .input-group>.custom-select:focus,
.restrict-container-main.theme-default .input-group>.form-control:focus {
    z-index: 3
}

.restrict-container-main.theme-default .input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.restrict-container-main.theme-default .input-group>.custom-select:not(:last-child),
.restrict-container-main.theme-default .input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.restrict-container-main.theme-default .input-group>.custom-select:not(:first-child),
.restrict-container-main.theme-default .input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.restrict-container-main.theme-default .input-group>.custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.restrict-container-main.theme-default .input-group>.custom-file:not(:last-child) .custom-file-label,
.restrict-container-main.theme-default .input-group>.custom-file:not(:last-child) .custom-file-label:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.restrict-container-main.theme-default .input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.restrict-container-main.theme-default .input-group-append,
.restrict-container-main.theme-default .input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.restrict-container-main.theme-default .input-group-append .btn,
.restrict-container-main.theme-default .input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.restrict-container-main.theme-default .input-group-append .btn:focus,
.restrict-container-main.theme-default .input-group-prepend .btn:focus {
    z-index: 3
}

.restrict-container-main.theme-default .input-group-append .btn+.btn,
.restrict-container-main.theme-default .input-group-append .btn+.input-group-text,
.restrict-container-main.theme-default .input-group-append .input-group-text+.btn,
.restrict-container-main.theme-default .input-group-append .input-group-text+.input-group-text,
.restrict-container-main.theme-default .input-group-prepend .btn+.btn,
.restrict-container-main.theme-default .input-group-prepend .btn+.input-group-text,
.restrict-container-main.theme-default .input-group-prepend .input-group-text+.btn,
.restrict-container-main.theme-default .input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}

.restrict-container-main.theme-default .input-group-prepend {
    margin-right: -1px
}

.restrict-container-main.theme-default .input-group-append {
    margin-left: -1px
}

.restrict-container-main.theme-default .input-group-text {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    padding: .625rem .75rem;
    text-align: center;
    white-space: nowrap;
    color: #adb5bd;
    border: 1px solid #cad1d7;
    border-radius: .25rem;
    background-color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.restrict-container-main.theme-default .input-group-text input[type=checkbox],
.restrict-container-main.theme-default .input-group-text input[type=radio] {
    margin-top: 0
}

.restrict-container-main.theme-default .input-group-lg>.custom-select,
.restrict-container-main.theme-default .input-group-lg>.form-control:not(textarea) {
    height: calc(1.5em + 1.75rem + 2px)
}

.restrict-container-main.theme-default .input-group-lg>.custom-select,
.restrict-container-main.theme-default .input-group-lg>.form-control,
.restrict-container-main.theme-default .input-group-lg>.input-group-append>.btn,
.restrict-container-main.theme-default .input-group-lg>.input-group-append>.input-group-text,
.restrict-container-main.theme-default .input-group-lg>.input-group-prepend>.btn,
.restrict-container-main.theme-default .input-group-lg>.input-group-prepend>.input-group-text {
    font-size: .875rem;
    line-height: 1.5;
    padding: .875rem 1rem;
    border-radius: .3rem
}

.restrict-container-main.theme-default .input-group-sm>.custom-select,
.restrict-container-main.theme-default .input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.restrict-container-main.theme-default .input-group-sm>.custom-select,
.restrict-container-main.theme-default .input-group-sm>.form-control,
.restrict-container-main.theme-default .input-group-sm>.input-group-append>.btn,
.restrict-container-main.theme-default .input-group-sm>.input-group-append>.input-group-text,
.restrict-container-main.theme-default .input-group-sm>.input-group-prepend>.btn,
.restrict-container-main.theme-default .input-group-sm>.input-group-prepend>.input-group-text {
    font-size: .75rem;
    line-height: 1.5;
    padding: .25rem .5rem;
    border-radius: .2rem
}

.restrict-container-main.theme-default .input-group-lg>.custom-select,
.restrict-container-main.theme-default .input-group-sm>.custom-select {
    padding-right: 1.75rem
}

.restrict-container-main.theme-default .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.restrict-container-main.theme-default .input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.restrict-container-main.theme-default .input-group>.input-group-append:not(:last-child)>.btn,
.restrict-container-main.theme-default .input-group>.input-group-append:not(:last-child)>.input-group-text,
.restrict-container-main.theme-default .input-group>.input-group-prepend>.btn,
.restrict-container-main.theme-default .input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.restrict-container-main.theme-default .input-group>.input-group-append>.btn,
.restrict-container-main.theme-default .input-group>.input-group-append>.input-group-text,
.restrict-container-main.theme-default .input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.restrict-container-main.theme-default .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.restrict-container-main.theme-default .input-group>.input-group-prepend:not(:first-child)>.btn,
.restrict-container-main.theme-default .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.restrict-container-main.theme-default .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    border: .0625rem solid rgba(0, 0, 0, .05);
    border-radius: .25rem;
    background-color: #fff;
    background-clip: border-box
}

.restrict-container-main.theme-default .card>hr {
    margin-right: 0;
    margin-left: 0
}

.restrict-container-main.theme-default .card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.restrict-container-main.theme-default .card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.restrict-container-main.theme-default .card-body {
    padding: 1.5rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.restrict-container-main.theme-default .card-title {
    margin-bottom: 1.25rem
}

.restrict-container-main.theme-default .card-subtitle {
    margin-top: -.625rem;
    margin-bottom: 0
}

.restrict-container-main.theme-default .card-text:last-child {
    margin-bottom: 0
}

.restrict-container-main.theme-default .card-link:hover {
    text-decoration: none
}

.restrict-container-main.theme-default .card-link+.card-link {
    margin-left: 1.5rem
}

.restrict-container-main.theme-default .card-header {
    margin-bottom: 0;
    padding: 1.25rem 1.5rem;
    border-bottom: .0625rem solid rgba(0, 0, 0, .05);
    background-color: #f6f9fc
}

.restrict-container-main.theme-default .card-header:first-child {
    border-radius: .1875rem .1875rem 0 0
}

.restrict-container-main.theme-default .card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.restrict-container-main.theme-default .card-footer {
    padding: 1.25rem 1.5rem;
    border-top: .0625rem solid rgba(0, 0, 0, .05);
    background-color: #f6f9fc
}

.restrict-container-main.theme-default .card-footer:last-child {
    border-radius: 0 0 .1875rem .1875rem
}

.restrict-container-main.theme-default .card-header-tabs {
    margin-right: -.75rem;
    margin-bottom: -1.25rem;
    margin-left: -.75rem;
    border-bottom: 0
}

.restrict-container-main.theme-default .card-header-pills {
    margin-right: -.75rem;
    margin-left: -.75rem
}

.restrict-container-main.theme-default .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.restrict-container-main.theme-default .card-img {
    width: 100%;
    border-radius: .1875rem
}

.restrict-container-main.theme-default .card-img-top {
    width: 100%;
    border-top-left-radius: .1875rem;
    border-top-right-radius: .1875rem
}

.restrict-container-main.theme-default .card-img-bottom {
    width: 100%;
    border-bottom-right-radius: .1875rem;
    border-bottom-left-radius: .1875rem
}

.restrict-container-main.theme-default .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.restrict-container-main.theme-default .card-deck .card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .restrict-container-main.theme-default .card-deck {
        margin-right: -15px;
        margin-left: -15px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
    .restrict-container-main.theme-default .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
        -webkit-box-flex: 1;
        -ms-flex: 1 0;
        flex: 1 0
    }
}

.restrict-container-main.theme-default .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.restrict-container-main.theme-default .card-group>.card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .restrict-container-main.theme-default .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
    .restrict-container-main.theme-default .card-group>.card {
        margin-bottom: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1 0;
        flex: 1 0
    }
    .restrict-container-main.theme-default .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }
    .restrict-container-main.theme-default .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .restrict-container-main.theme-default .card-group>.card:not(:last-child) .card-header,
    .restrict-container-main.theme-default .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }
    .restrict-container-main.theme-default .card-group>.card:not(:last-child) .card-footer,
    .restrict-container-main.theme-default .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }
    .restrict-container-main.theme-default .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    .restrict-container-main.theme-default .card-group>.card:not(:first-child) .card-header,
    .restrict-container-main.theme-default .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }
    .restrict-container-main.theme-default .card-group>.card:not(:first-child) .card-footer,
    .restrict-container-main.theme-default .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.restrict-container-main.theme-default .card-columns .card {
    margin-bottom: 1.25rem
}

@media (min-width:576px) {
    .restrict-container-main.theme-default .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }
    .restrict-container-main.theme-default .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.restrict-container-main.theme-default .alert {
    position: relative;
    margin-bottom: 1rem;
    border: .0625rem solid transparent
}

.restrict-container-main.theme-default .alert-heading {
    color: inherit
}

.restrict-container-main.theme-default .alert-link {
    font-weight: 600
}

.restrict-container-main.theme-default .alert-dismissible {
    padding-right: 4.5rem
}

.restrict-container-main.theme-default .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1rem 1.5rem;
    color: inherit
}

.restrict-container-main.theme-default .alert-primary {
    color: #fff;
    border-color: #7889e8;
    background-color: #7889e8
}

.restrict-container-main.theme-default .alert-primary hr {
    border-top-color: #6276e4
}

.restrict-container-main.theme-default .alert-primary .alert-link {
    color: #324cdd
}

.restrict-container-main.theme-default .alert-secondary {
    color: #212529;
    border-color: #f6f7f8;
    background-color: #f6f7f8
}

.restrict-container-main.theme-default .alert-secondary hr {
    border-top-color: #e8eaed
}

.restrict-container-main.theme-default .alert-secondary .alert-link {
    color: #d6dae2
}

.restrict-container-main.theme-default .alert-success {
    color: #fff;
    border-color: #4fd69c;
    background-color: #4fd69c
}

.restrict-container-main.theme-default .alert-success hr {
    border-top-color: #3ad190
}

.restrict-container-main.theme-default .alert-success .alert-link {
    color: #24a46d
}

.restrict-container-main.theme-default .alert-info {
    color: #fff;
    border-color: #37d5f2;
    background-color: #37d5f2
}

.restrict-container-main.theme-default .alert-info hr {
    border-top-color: #1fd0f0
}

.restrict-container-main.theme-default .alert-info .alert-link {
    color: #0da5c0
}

.restrict-container-main.theme-default .alert-warning {
    color: #fff;
    border-color: #fc7c5f;
    background-color: #fc7c5f
}

.restrict-container-main.theme-default .alert-warning hr {
    border-top-color: #fc6846
}

.restrict-container-main.theme-default .alert-warning .alert-link {
    color: #fa3a0e
}

.restrict-container-main.theme-default .alert-danger {
    color: #fff;
    border-color: #f75676;
    background-color: #f75676
}

.restrict-container-main.theme-default .alert-danger hr {
    border-top-color: #f63e62
}

.restrict-container-main.theme-default .alert-danger .alert-link {
    color: #ec0c38
}

.restrict-container-main.theme-default .alert-light {
    color: #fff;
    border-color: #bac1c8;
    background-color: #bac1c8
}

.restrict-container-main.theme-default .alert-light hr {
    border-top-color: #acb4bd
}

.restrict-container-main.theme-default .alert-light .alert-link {
    color: #919ca6
}

.restrict-container-main.theme-default .alert-dark {
    color: #fff;
    border-color: #45484b;
    background-color: #45484b
}

.restrict-container-main.theme-default .alert-dark hr {
    border-top-color: #393b3e
}

.restrict-container-main.theme-default .alert-dark .alert-link {
    color: #0a0c0d
}

.restrict-container-main.theme-default .alert-default {
    color: #fff;
    border-color: #3c4d69;
    background-color: #3c4d69
}

.restrict-container-main.theme-default .alert-default hr {
    border-top-color: #334159
}

.restrict-container-main.theme-default .alert-default .alert-link {
    color: #0b1526
}

.restrict-container-main.theme-default .alert-white {
    color: #212529;
    border-color: #fff;
    background-color: #fff
}

.restrict-container-main.theme-default .alert-white hr {
    border-top-color: #f2f2f2
}

.restrict-container-main.theme-default .alert-white .alert-link {
    color: #e6e6e6
}

.restrict-container-main.theme-default .alert-neutral {
    color: #212529;
    border-color: #fff;
    background-color: #fff
}

.restrict-container-main.theme-default .alert-neutral hr {
    border-top-color: #f2f2f2
}

.restrict-container-main.theme-default .alert-neutral .alert-link {
    color: #e6e6e6
}

.restrict-container-main.theme-default .alert-darker {
    color: #fff;
    border-color: #292929;
    background-color: #292929
}

.restrict-container-main.theme-default .alert-darker hr {
    border-top-color: #1c1c1c
}

.restrict-container-main.theme-default .alert-darker .alert-link {
    color: #000
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.restrict-container-main.theme-default .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.restrict-container-main.theme-default .media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1
}

.restrict-container-main.theme-default .close {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
    float: right;
    opacity: .5;
    color: rgba(0, 0, 0, .6);
    text-shadow: none
}

.restrict-container-main.theme-default .close:hover {
    text-decoration: none;
    color: rgba(0, 0, 0, .6)
}

.restrict-container-main.theme-default .close:not(:disabled):not(.disabled):focus,
.restrict-container-main.theme-default .close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

.restrict-container-main.theme-default button.close {
    padding: 0;
    border: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.restrict-container-main.theme-default a.close.disabled {
    pointer-events: none
}

.restrict-container-main.theme-default .tooltip {
    font-family: Open Sans, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    text-align: left;
    text-align: start;
    white-space: normal;
    text-decoration: none;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    word-wrap: break-word;
    word-break: normal;
    opacity: 0;
    text-shadow: none;
    line-break: auto
}

.restrict-container-main.theme-default .tooltip.show {
    opacity: .9
}

.restrict-container-main.theme-default .tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.restrict-container-main.theme-default .tooltip .arrow:before {
    position: absolute;
    content: "";
    border-style: solid;
    border-color: transparent
}

.restrict-container-main.theme-default .bs-tooltip-auto[x-placement^=top],
.restrict-container-main.theme-default .bs-tooltip-top {
    padding: .4rem 0
}

.restrict-container-main.theme-default .bs-tooltip-auto[x-placement^=top] .arrow,
.restrict-container-main.theme-default .bs-tooltip-top .arrow {
    bottom: 0
}

.restrict-container-main.theme-default .bs-tooltip-auto[x-placement^=top] .arrow:before,
.restrict-container-main.theme-default .bs-tooltip-top .arrow:before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.restrict-container-main.theme-default .bs-tooltip-auto[x-placement^=right],
.restrict-container-main.theme-default .bs-tooltip-right {
    padding: 0 .4rem
}

.restrict-container-main.theme-default .bs-tooltip-auto[x-placement^=right] .arrow,
.restrict-container-main.theme-default .bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.restrict-container-main.theme-default .bs-tooltip-auto[x-placement^=right] .arrow:before,
.restrict-container-main.theme-default .bs-tooltip-right .arrow:before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.restrict-container-main.theme-default .bs-tooltip-auto[x-placement^=bottom],
.restrict-container-main.theme-default .bs-tooltip-bottom {
    padding: .4rem 0
}

.restrict-container-main.theme-default .bs-tooltip-auto[x-placement^=bottom] .arrow,
.restrict-container-main.theme-default .bs-tooltip-bottom .arrow {
    top: 0
}

.restrict-container-main.theme-default .bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.restrict-container-main.theme-default .bs-tooltip-bottom .arrow:before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.restrict-container-main.theme-default .bs-tooltip-auto[x-placement^=left],
.restrict-container-main.theme-default .bs-tooltip-left {
    padding: 0 .4rem
}

.restrict-container-main.theme-default .bs-tooltip-auto[x-placement^=left] .arrow,
.restrict-container-main.theme-default .bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.restrict-container-main.theme-default .bs-tooltip-auto[x-placement^=left] .arrow:before,
.restrict-container-main.theme-default .bs-tooltip-left .arrow:before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.restrict-container-main.theme-default .tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    text-align: center;
    color: #fff;
    border-radius: .25rem;
    background-color: #000
}

.restrict-container-main.theme-default .popover {
    font-family: Open Sans, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    position: absolute;
    z-index: 1060;
    top: 0;
    left: 0;
    display: block;
    max-width: 276px;
    text-align: left;
    text-align: start;
    white-space: normal;
    text-decoration: none;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    word-wrap: break-word;
    word-break: normal;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: .3rem;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-box-shadow: 0 .5rem 2rem 0 rgba(0, 0, 0, .2);
    box-shadow: 0 .5rem 2rem 0 rgba(0, 0, 0, .2);
    text-shadow: none;
    line-break: auto
}

.restrict-container-main.theme-default .align-baseline {
    vertical-align: baseline !important
}

.restrict-container-main.theme-default .align-top {
    vertical-align: top !important
}

.restrict-container-main.theme-default .align-middle {
    vertical-align: middle !important
}

.restrict-container-main.theme-default .align-bottom {
    vertical-align: bottom !important
}

.restrict-container-main.theme-default .align-text-bottom {
    vertical-align: text-bottom !important
}

.restrict-container-main.theme-default .align-text-top {
    vertical-align: text-top !important
}

.restrict-container-main.theme-default .bg-primary {
    background-color: #5e72e4 !important
}

.restrict-container-main.theme-default a.bg-primary:focus,
.restrict-container-main.theme-default a.bg-primary:hover,
.restrict-container-main.theme-default button.bg-primary:focus,
.restrict-container-main.theme-default button.bg-primary:hover {
    background-color: #324cdd !important
}

.restrict-container-main.theme-default .bg-secondary {
    background-color: #f4f5f7 !important
}

.restrict-container-main.theme-default a.bg-secondary:focus,
.restrict-container-main.theme-default a.bg-secondary:hover,
.restrict-container-main.theme-default button.bg-secondary:focus,
.restrict-container-main.theme-default button.bg-secondary:hover {
    background-color: #d6dae2 !important
}

.restrict-container-main.theme-default .bg-success {
    background-color: #2dce89 !important
}

.restrict-container-main.theme-default a.bg-success:focus,
.restrict-container-main.theme-default a.bg-success:hover,
.restrict-container-main.theme-default button.bg-success:focus,
.restrict-container-main.theme-default button.bg-success:hover {
    background-color: #24a46d !important
}

.restrict-container-main.theme-default .bg-info {
    background-color: #11cdef !important
}

.restrict-container-main.theme-default a.bg-info:focus,
.restrict-container-main.theme-default a.bg-info:hover,
.restrict-container-main.theme-default button.bg-info:focus,
.restrict-container-main.theme-default button.bg-info:hover {
    background-color: #0da5c0 !important
}

.restrict-container-main.theme-default .bg-warning {
    background-color: #fb6340 !important
}

.restrict-container-main.theme-default a.bg-warning:focus,
.restrict-container-main.theme-default a.bg-warning:hover,
.restrict-container-main.theme-default button.bg-warning:focus,
.restrict-container-main.theme-default button.bg-warning:hover {
    background-color: #fa3a0e !important
}

.restrict-container-main.theme-default .bg-danger {
    background-color: #f5365c !important
}

.restrict-container-main.theme-default a.bg-danger:focus,
.restrict-container-main.theme-default a.bg-danger:hover,
.restrict-container-main.theme-default button.bg-danger:focus,
.restrict-container-main.theme-default button.bg-danger:hover {
    background-color: #ec0c38 !important
}

.restrict-container-main.theme-default .bg-light {
    background-color: #adb5bd !important
}

.restrict-container-main.theme-default a.bg-light:focus,
.restrict-container-main.theme-default a.bg-light:hover,
.restrict-container-main.theme-default button.bg-light:focus,
.restrict-container-main.theme-default button.bg-light:hover {
    background-color: #919ca6 !important
}

.restrict-container-main.theme-default .bg-dark {
    background-color: #212529 !important
}

.restrict-container-main.theme-default a.bg-dark:focus,
.restrict-container-main.theme-default a.bg-dark:hover,
.restrict-container-main.theme-default button.bg-dark:focus,
.restrict-container-main.theme-default button.bg-dark:hover {
    background-color: #0a0c0d !important
}

.restrict-container-main.theme-default .bg-default {
    background-color: #172b4d !important
}

.restrict-container-main.theme-default a.bg-default:focus,
.restrict-container-main.theme-default a.bg-default:hover,
.restrict-container-main.theme-default button.bg-default:focus,
.restrict-container-main.theme-default button.bg-default:hover {
    background-color: #0b1526 !important
}

.restrict-container-main.theme-default .bg-neutral {
    background-color: #fff !important
}

.restrict-container-main.theme-default a.bg-neutral:focus,
.restrict-container-main.theme-default a.bg-neutral:hover,
.restrict-container-main.theme-default button.bg-neutral:focus,
.restrict-container-main.theme-default button.bg-neutral:hover {
    background-color: #e6e6e6 !important
}

.restrict-container-main.theme-default .bg-darker,
.restrict-container-main.theme-default a.bg-darker:focus,
.restrict-container-main.theme-default a.bg-darker:hover,
.restrict-container-main.theme-default button.bg-darker:focus,
.restrict-container-main.theme-default button.bg-darker:hover {
    background-color: #000 !important
}

.restrict-container-main.theme-default .bg-transparent {
    background-color: transparent !important
}

.restrict-container-main.theme-default .border {
    border: .0625rem solid #e9ecef !important
}

.restrict-container-main.theme-default .border-top {
    border-top: .0625rem solid #e9ecef !important
}

.restrict-container-main.theme-default .border-right {
    border-right: .0625rem solid #e9ecef !important
}

.restrict-container-main.theme-default .border-bottom {
    border-bottom: .0625rem solid #e9ecef !important
}

.restrict-container-main.theme-default .border-left {
    border-left: .0625rem solid #e9ecef !important
}

.restrict-container-main.theme-default .border-0 {
    border: 0 !important
}

.restrict-container-main.theme-default .border-top-0 {
    border-top: 0 !important
}

.restrict-container-main.theme-default .border-right-0 {
    border-right: 0 !important
}

.restrict-container-main.theme-default .border-bottom-0 {
    border-bottom: 0 !important
}

.restrict-container-main.theme-default .border-left-0 {
    border-left: 0 !important
}

.restrict-container-main.theme-default .border-primary {
    border-color: #5e72e4 !important
}

.restrict-container-main.theme-default .border-secondary {
    border-color: #f4f5f7 !important
}

.restrict-container-main.theme-default .border-success {
    border-color: #2dce89 !important
}

.restrict-container-main.theme-default .border-info {
    border-color: #11cdef !important
}

.restrict-container-main.theme-default .border-warning {
    border-color: #fb6340 !important
}

.restrict-container-main.theme-default .border-danger {
    border-color: #f5365c !important
}

.restrict-container-main.theme-default .border-light {
    border-color: #adb5bd !important
}

.restrict-container-main.theme-default .border-dark {
    border-color: #212529 !important
}

.restrict-container-main.theme-default .border-default {
    border-color: #172b4d !important
}

.restrict-container-main.theme-default .border-neutral {
    border-color: #fff !important
}

.restrict-container-main.theme-default .border-darker {
    border-color: #000 !important
}

.restrict-container-main.theme-default .border-white {
    border-color: #fff !important
}

.restrict-container-main.theme-default .rounded-sm {
    border-radius: .2rem !important
}

.restrict-container-main.theme-default .rounded {
    border-radius: .25rem !important
}

.restrict-container-main.theme-default .rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.restrict-container-main.theme-default .rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.restrict-container-main.theme-default .rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.restrict-container-main.theme-default .rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.restrict-container-main.theme-default .rounded-lg {
    border-radius: .3rem !important
}

.restrict-container-main.theme-default .rounded-circle {
    border-radius: 50% !important
}

.restrict-container-main.theme-default .rounded-pill {
    border-radius: 50rem !important
}

.restrict-container-main.theme-default .rounded-0 {
    border-radius: 0 !important
}

.restrict-container-main.theme-default .clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.restrict-container-main.theme-default .d-none {
    display: none !important
}

.restrict-container-main.theme-default .d-inline {
    display: inline !important
}

.restrict-container-main.theme-default .d-inline-block {
    display: inline-block !important
}

.restrict-container-main.theme-default .d-block {
    display: block !important
}

.restrict-container-main.theme-default .d-table {
    display: table !important
}

.restrict-container-main.theme-default .d-table-row {
    display: table-row !important
}

.restrict-container-main.theme-default .d-table-cell {
    display: table-cell !important
}

.restrict-container-main.theme-default .d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.restrict-container-main.theme-default .d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width:576px) {
    .restrict-container-main.theme-default .d-sm-none {
        display: none !important
    }
    .restrict-container-main.theme-default .d-sm-inline {
        display: inline !important
    }
    .restrict-container-main.theme-default .d-sm-inline-block {
        display: inline-block !important
    }
    .restrict-container-main.theme-default .d-sm-block {
        display: block !important
    }
    .restrict-container-main.theme-default .d-sm-table {
        display: table !important
    }
    .restrict-container-main.theme-default .d-sm-table-row {
        display: table-row !important
    }
    .restrict-container-main.theme-default .d-sm-table-cell {
        display: table-cell !important
    }
    .restrict-container-main.theme-default .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .restrict-container-main.theme-default .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .restrict-container-main.theme-default .d-md-none {
        display: none !important
    }
    .restrict-container-main.theme-default .d-md-inline {
        display: inline !important
    }
    .restrict-container-main.theme-default .d-md-inline-block {
        display: inline-block !important
    }
    .restrict-container-main.theme-default .d-md-block {
        display: block !important
    }
    .restrict-container-main.theme-default .d-md-table {
        display: table !important
    }
    .restrict-container-main.theme-default .d-md-table-row {
        display: table-row !important
    }
    .restrict-container-main.theme-default .d-md-table-cell {
        display: table-cell !important
    }
    .restrict-container-main.theme-default .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .restrict-container-main.theme-default .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .restrict-container-main.theme-default .d-lg-none {
        display: none !important
    }
    .restrict-container-main.theme-default .d-lg-inline {
        display: inline !important
    }
    .restrict-container-main.theme-default .d-lg-inline-block {
        display: inline-block !important
    }
    .restrict-container-main.theme-default .d-lg-block {
        display: block !important
    }
    .restrict-container-main.theme-default .d-lg-table {
        display: table !important
    }
    .restrict-container-main.theme-default .d-lg-table-row {
        display: table-row !important
    }
    .restrict-container-main.theme-default .d-lg-table-cell {
        display: table-cell !important
    }
    .restrict-container-main.theme-default .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .restrict-container-main.theme-default .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .restrict-container-main.theme-default .d-xl-none {
        display: none !important
    }
    .restrict-container-main.theme-default .d-xl-inline {
        display: inline !important
    }
    .restrict-container-main.theme-default .d-xl-inline-block {
        display: inline-block !important
    }
    .restrict-container-main.theme-default .d-xl-block {
        display: block !important
    }
    .restrict-container-main.theme-default .d-xl-table {
        display: table !important
    }
    .restrict-container-main.theme-default .d-xl-table-row {
        display: table-row !important
    }
    .restrict-container-main.theme-default .d-xl-table-cell {
        display: table-cell !important
    }
    .restrict-container-main.theme-default .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .restrict-container-main.theme-default .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .restrict-container-main.theme-default .d-print-none {
        display: none !important
    }
    .restrict-container-main.theme-default .d-print-inline {
        display: inline !important
    }
    .restrict-container-main.theme-default .d-print-inline-block {
        display: inline-block !important
    }
    .restrict-container-main.theme-default .d-print-block {
        display: block !important
    }
    .restrict-container-main.theme-default .d-print-table {
        display: table !important
    }
    .restrict-container-main.theme-default .d-print-table-row {
        display: table-row !important
    }
    .restrict-container-main.theme-default .d-print-table-cell {
        display: table-cell !important
    }
    .restrict-container-main.theme-default .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .restrict-container-main.theme-default .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.restrict-container-main.theme-default .embed-responsive {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 0
}

.restrict-container-main.theme-default .embed-responsive:before {
    display: block;
    content: ""
}

.restrict-container-main.theme-default .embed-responsive .embed-responsive-item,
.restrict-container-main.theme-default .embed-responsive embed,
.restrict-container-main.theme-default .embed-responsive iframe,
.restrict-container-main.theme-default .embed-responsive object,
.restrict-container-main.theme-default .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.restrict-container-main.theme-default .embed-responsive-21by9:before {
    padding-top: 42.85714%
}

.restrict-container-main.theme-default .embed-responsive-16by9:before {
    padding-top: 56.25%
}

.restrict-container-main.theme-default .embed-responsive-4by3:before {
    padding-top: 75%
}

.restrict-container-main.theme-default .embed-responsive-1by1:before {
    padding-top: 100%
}

.restrict-container-main.theme-default .flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.restrict-container-main.theme-default .flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.restrict-container-main.theme-default .flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.restrict-container-main.theme-default .flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.restrict-container-main.theme-default .flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.restrict-container-main.theme-default .flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.restrict-container-main.theme-default .flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.restrict-container-main.theme-default .flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.restrict-container-main.theme-default .flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.restrict-container-main.theme-default .flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.restrict-container-main.theme-default .flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.restrict-container-main.theme-default .flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.restrict-container-main.theme-default .overflow-auto {
    overflow: auto !important
}

.restrict-container-main.theme-default .position-static {
    position: static !important
}

.restrict-container-main.theme-default .position-relative {
    position: relative !important
}

.restrict-container-main.theme-default .position-absolute {
    position: absolute !important
}

.restrict-container-main.theme-default .headroom--pinned,
.restrict-container-main.theme-default .headroom--unpinned,
.restrict-container-main.theme-default .position-fixed {
    position: fixed !important
}

.restrict-container-main.theme-default .position-sticky {
    position: sticky !important
}

.restrict-container-main.theme-default .fixed-top {
    position: fixed;
    z-index: 1030;
    top: 0;
    right: 0;
    left: 0
}

.restrict-container-main.theme-default .fixed-bottom {
    position: fixed;
    z-index: 1030;
    right: 0;
    bottom: 0;
    left: 0
}

@supports (position:sticky) {
    .restrict-container-main.theme-default .sticky-top {
        position: sticky;
        z-index: 1020;
        top: 0
    }
}

.restrict-container-main.theme-default .sr-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    padding: 0;
    white-space: nowrap;
    border: 0
}

.restrict-container-main.theme-default .sr-only-focusable:active,
.restrict-container-main.theme-default .sr-only-focusable:focus {
    position: static;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
    white-space: normal
}

.restrict-container-main.theme-default .shadow-sm {
    -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.restrict-container-main.theme-default .profile-page .card-profile .card-profile-image img,
.restrict-container-main.theme-default .shadow {
    -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07) !important;
    box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07) !important
}

.restrict-container-main.theme-default .shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.restrict-container-main.theme-default .shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.restrict-container-main.theme-default .w-25 {
    width: 25% !important
}

.restrict-container-main.theme-default .w-50 {
    width: 50% !important
}

.restrict-container-main.theme-default .w-75 {
    width: 75% !important
}

.restrict-container-main.theme-default .w-100 {
    width: 100% !important
}

.restrict-container-main.theme-default .w-auto {
    width: auto !important
}

.restrict-container-main.theme-default .h-25 {
    height: 25% !important
}

.restrict-container-main.theme-default .h-50 {
    height: 50% !important
}

.restrict-container-main.theme-default .h-75 {
    height: 75% !important
}

.restrict-container-main.theme-default .h-100 {
    height: 100% !important
}

.restrict-container-main.theme-default .h-auto {
    height: auto !important
}

.restrict-container-main.theme-default .mw-100 {
    max-width: 100% !important
}

.restrict-container-main.theme-default .mh-100 {
    max-height: 100% !important
}

.restrict-container-main.theme-default .min-vw-100 {
    min-width: 100vw !important
}

.restrict-container-main.theme-default .min-vh-100 {
    min-height: 100vh !important
}

.restrict-container-main.theme-default .vw-100 {
    width: 100vw !important
}

.restrict-container-main.theme-default .vh-100 {
    height: 100vh !important
}

.restrict-container-main.theme-default .stretched-link:after {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    pointer-events: auto;
    background-color: transparent
}

.restrict-container-main.theme-default .m-0 {
    margin: 0 !important
}

.restrict-container-main.theme-default .mt-0,
.restrict-container-main.theme-default .my-0 {
    margin-top: 0 !important
}

.restrict-container-main.theme-default .mr-0,
.restrict-container-main.theme-default .mx-0 {
    margin-right: 0 !important
}

.restrict-container-main.theme-default .mb-0,
.restrict-container-main.theme-default .my-0 {
    margin-bottom: 0 !important
}

.restrict-container-main.theme-default .ml-0,
.restrict-container-main.theme-default .mx-0 {
    margin-left: 0 !important
}

.restrict-container-main.theme-default .m-1 {
    margin: .25rem !important
}

.restrict-container-main.theme-default .mt-1,
.restrict-container-main.theme-default .my-1 {
    margin-top: .25rem !important
}

.restrict-container-main.theme-default .mr-1,
.restrict-container-main.theme-default .mx-1 {
    margin-right: .25rem !important
}

.restrict-container-main.theme-default .mb-1,
.restrict-container-main.theme-default .my-1 {
    margin-bottom: .25rem !important
}

.restrict-container-main.theme-default .ml-1,
.restrict-container-main.theme-default .mx-1 {
    margin-left: .25rem !important
}

.restrict-container-main.theme-default .m-2 {
    margin: .5rem !important
}

.restrict-container-main.theme-default .mt-2,
.restrict-container-main.theme-default .my-2 {
    margin-top: .5rem !important
}

.restrict-container-main.theme-default .mr-2,
.restrict-container-main.theme-default .mx-2 {
    margin-right: .5rem !important
}

.restrict-container-main.theme-default .mb-2,
.restrict-container-main.theme-default .my-2 {
    margin-bottom: .5rem !important
}

.restrict-container-main.theme-default .ml-2,
.restrict-container-main.theme-default .mx-2 {
    margin-left: .5rem !important
}

.restrict-container-main.theme-default .m-3 {
    margin: 1rem !important
}

.restrict-container-main.theme-default .mt-3,
.restrict-container-main.theme-default .my-3 {
    margin-top: 1rem !important
}

.restrict-container-main.theme-default .mr-3,
.restrict-container-main.theme-default .mx-3 {
    margin-right: 1rem !important
}

.restrict-container-main.theme-default .mb-3,
.restrict-container-main.theme-default .my-3 {
    margin-bottom: 1rem !important
}

.restrict-container-main.theme-default .ml-3,
.restrict-container-main.theme-default .mx-3 {
    margin-left: 1rem !important
}

.restrict-container-main.theme-default .m-4 {
    margin: 1.5rem !important
}

.restrict-container-main.theme-default .mt-4,
.restrict-container-main.theme-default .my-4 {
    margin-top: 1.5rem !important
}

.restrict-container-main.theme-default .mr-4,
.restrict-container-main.theme-default .mx-4 {
    margin-right: 1.5rem !important
}

.restrict-container-main.theme-default .mb-4,
.restrict-container-main.theme-default .my-4 {
    margin-bottom: 1.5rem !important
}

.restrict-container-main.theme-default .ml-4,
.restrict-container-main.theme-default .mx-4 {
    margin-left: 1.5rem !important
}

.restrict-container-main.theme-default .m-5 {
    margin: 3rem !important
}

.restrict-container-main.theme-default .mt-5,
.restrict-container-main.theme-default .my-5 {
    margin-top: 3rem !important
}

.restrict-container-main.theme-default .mr-5,
.restrict-container-main.theme-default .mx-5 {
    margin-right: 3rem !important
}

.restrict-container-main.theme-default .mb-5,
.restrict-container-main.theme-default .my-5 {
    margin-bottom: 3rem !important
}

.restrict-container-main.theme-default .ml-5,
.restrict-container-main.theme-default .mx-5 {
    margin-left: 3rem !important
}

.restrict-container-main.theme-default .m-sm {
    margin: 2rem !important
}

.restrict-container-main.theme-default .mt-sm,
.restrict-container-main.theme-default .my-sm {
    margin-top: 2rem !important
}

.restrict-container-main.theme-default .mr-sm,
.restrict-container-main.theme-default .mx-sm {
    margin-right: 2rem !important
}

.restrict-container-main.theme-default .mb-sm,
.restrict-container-main.theme-default .my-sm {
    margin-bottom: 2rem !important
}

.restrict-container-main.theme-default .ml-sm,
.restrict-container-main.theme-default .mx-sm {
    margin-left: 2rem !important
}

.restrict-container-main.theme-default .m-md {
    margin: 4rem !important
}

.restrict-container-main.theme-default .mt-md,
.restrict-container-main.theme-default .my-md {
    margin-top: 4rem !important
}

.restrict-container-main.theme-default .mr-md,
.restrict-container-main.theme-default .mx-md {
    margin-right: 4rem !important
}

.restrict-container-main.theme-default .mb-md,
.restrict-container-main.theme-default .my-md {
    margin-bottom: 4rem !important
}

.restrict-container-main.theme-default .ml-md,
.restrict-container-main.theme-default .mx-md {
    margin-left: 4rem !important
}

.restrict-container-main.theme-default .m-lg {
    margin: 6rem !important
}

.restrict-container-main.theme-default .mt-lg,
.restrict-container-main.theme-default .my-lg {
    margin-top: 6rem !important
}

.restrict-container-main.theme-default .mr-lg,
.restrict-container-main.theme-default .mx-lg {
    margin-right: 6rem !important
}

.restrict-container-main.theme-default .mb-lg,
.restrict-container-main.theme-default .my-lg {
    margin-bottom: 6rem !important
}

.restrict-container-main.theme-default .ml-lg,
.restrict-container-main.theme-default .mx-lg {
    margin-left: 6rem !important
}

.restrict-container-main.theme-default .m-xl {
    margin: 8rem !important
}

.restrict-container-main.theme-default .mt-xl,
.restrict-container-main.theme-default .my-xl {
    margin-top: 8rem !important
}

.restrict-container-main.theme-default .mr-xl,
.restrict-container-main.theme-default .mx-xl {
    margin-right: 8rem !important
}

.restrict-container-main.theme-default .mb-xl,
.restrict-container-main.theme-default .my-xl {
    margin-bottom: 8rem !important
}

.restrict-container-main.theme-default .ml-xl,
.restrict-container-main.theme-default .mx-xl {
    margin-left: 8rem !important
}

.restrict-container-main.theme-default .p-0 {
    padding: 0 !important
}

.restrict-container-main.theme-default .pt-0,
.restrict-container-main.theme-default .py-0 {
    padding-top: 0 !important
}

.restrict-container-main.theme-default .pr-0,
.restrict-container-main.theme-default .px-0 {
    padding-right: 0 !important
}

.restrict-container-main.theme-default .pb-0,
.restrict-container-main.theme-default .py-0 {
    padding-bottom: 0 !important
}

.restrict-container-main.theme-default .pl-0,
.restrict-container-main.theme-default .px-0 {
    padding-left: 0 !important
}

.restrict-container-main.theme-default .p-1 {
    padding: .25rem !important
}

.restrict-container-main.theme-default .pt-1,
.restrict-container-main.theme-default .py-1 {
    padding-top: .25rem !important
}

.restrict-container-main.theme-default .pr-1,
.restrict-container-main.theme-default .px-1 {
    padding-right: .25rem !important
}

.restrict-container-main.theme-default .pb-1,
.restrict-container-main.theme-default .py-1 {
    padding-bottom: .25rem !important
}

.restrict-container-main.theme-default .pl-1,
.restrict-container-main.theme-default .px-1 {
    padding-left: .25rem !important
}

.restrict-container-main.theme-default .p-2 {
    padding: .5rem !important
}

.restrict-container-main.theme-default .pt-2,
.restrict-container-main.theme-default .py-2 {
    padding-top: .5rem !important
}

.restrict-container-main.theme-default .pr-2,
.restrict-container-main.theme-default .px-2 {
    padding-right: .5rem !important
}

.restrict-container-main.theme-default .pb-2,
.restrict-container-main.theme-default .py-2 {
    padding-bottom: .5rem !important
}

.restrict-container-main.theme-default .pl-2,
.restrict-container-main.theme-default .px-2 {
    padding-left: .5rem !important
}

.restrict-container-main.theme-default .p-3 {
    padding: 1rem !important
}

.restrict-container-main.theme-default .pt-3,
.restrict-container-main.theme-default .py-3 {
    padding-top: 1rem !important
}

.restrict-container-main.theme-default .pr-3,
.restrict-container-main.theme-default .px-3 {
    padding-right: 1rem !important
}

.restrict-container-main.theme-default .pb-3,
.restrict-container-main.theme-default .py-3 {
    padding-bottom: 1rem !important
}

.restrict-container-main.theme-default .pl-3,
.restrict-container-main.theme-default .px-3 {
    padding-left: 1rem !important
}

.restrict-container-main.theme-default .p-4 {
    padding: 1.5rem !important
}

.restrict-container-main.theme-default .pt-4,
.restrict-container-main.theme-default .py-4 {
    padding-top: 1.5rem !important
}

.restrict-container-main.theme-default .pr-4,
.restrict-container-main.theme-default .px-4 {
    padding-right: 1.5rem !important
}

.restrict-container-main.theme-default .pb-4,
.restrict-container-main.theme-default .py-4 {
    padding-bottom: 1.5rem !important
}

.restrict-container-main.theme-default .pl-4,
.restrict-container-main.theme-default .px-4 {
    padding-left: 1.5rem !important
}

.restrict-container-main.theme-default .p-5 {
    padding: 3rem !important
}

.restrict-container-main.theme-default .pt-5,
.restrict-container-main.theme-default .py-5 {
    padding-top: 3rem !important
}

.restrict-container-main.theme-default .pr-5,
.restrict-container-main.theme-default .px-5 {
    padding-right: 3rem !important
}

.restrict-container-main.theme-default .pb-5,
.restrict-container-main.theme-default .py-5 {
    padding-bottom: 3rem !important
}

.restrict-container-main.theme-default .pl-5,
.restrict-container-main.theme-default .px-5 {
    padding-left: 3rem !important
}

.restrict-container-main.theme-default .p-sm {
    padding: 2rem !important
}

.restrict-container-main.theme-default .pt-sm,
.restrict-container-main.theme-default .py-sm {
    padding-top: 2rem !important
}

.restrict-container-main.theme-default .pr-sm,
.restrict-container-main.theme-default .px-sm {
    padding-right: 2rem !important
}

.restrict-container-main.theme-default .pb-sm,
.restrict-container-main.theme-default .py-sm {
    padding-bottom: 2rem !important
}

.restrict-container-main.theme-default .pl-sm,
.restrict-container-main.theme-default .px-sm {
    padding-left: 2rem !important
}

.restrict-container-main.theme-default .p-md {
    padding: 4rem !important
}

.restrict-container-main.theme-default .pt-md,
.restrict-container-main.theme-default .py-md {
    padding-top: 4rem !important
}

.restrict-container-main.theme-default .pr-md,
.restrict-container-main.theme-default .px-md {
    padding-right: 4rem !important
}

.restrict-container-main.theme-default .pb-md,
.restrict-container-main.theme-default .py-md {
    padding-bottom: 4rem !important
}

.restrict-container-main.theme-default .pl-md,
.restrict-container-main.theme-default .px-md {
    padding-left: 4rem !important
}

.restrict-container-main.theme-default .p-lg {
    padding: 6rem !important
}

.restrict-container-main.theme-default .pt-lg,
.restrict-container-main.theme-default .py-lg {
    padding-top: 6rem !important
}

.restrict-container-main.theme-default .pr-lg,
.restrict-container-main.theme-default .px-lg {
    padding-right: 6rem !important
}

.restrict-container-main.theme-default .pb-lg,
.restrict-container-main.theme-default .py-lg {
    padding-bottom: 6rem !important
}

.restrict-container-main.theme-default .pl-lg,
.restrict-container-main.theme-default .px-lg {
    padding-left: 6rem !important
}

.restrict-container-main.theme-default .p-xl {
    padding: 8rem !important
}

.restrict-container-main.theme-default .pt-xl,
.restrict-container-main.theme-default .py-xl {
    padding-top: 8rem !important
}

.restrict-container-main.theme-default .pr-xl,
.restrict-container-main.theme-default .px-xl {
    padding-right: 8rem !important
}

.restrict-container-main.theme-default .pb-xl,
.restrict-container-main.theme-default .py-xl {
    padding-bottom: 8rem !important
}

.restrict-container-main.theme-default .pl-xl,
.restrict-container-main.theme-default .px-xl {
    padding-left: 8rem !important
}

.restrict-container-main.theme-default .m-n1 {
    margin: -.25rem !important
}

.restrict-container-main.theme-default .mt-n1,
.restrict-container-main.theme-default .my-n1 {
    margin-top: -.25rem !important
}

.restrict-container-main.theme-default .mr-n1,
.restrict-container-main.theme-default .mx-n1 {
    margin-right: -.25rem !important
}

.restrict-container-main.theme-default .mb-n1,
.restrict-container-main.theme-default .my-n1 {
    margin-bottom: -.25rem !important
}

.restrict-container-main.theme-default .ml-n1,
.restrict-container-main.theme-default .mx-n1 {
    margin-left: -.25rem !important
}

.restrict-container-main.theme-default .m-n2 {
    margin: -.5rem !important
}

.restrict-container-main.theme-default .mt-n2,
.restrict-container-main.theme-default .my-n2 {
    margin-top: -.5rem !important
}

.restrict-container-main.theme-default .mr-n2,
.restrict-container-main.theme-default .mx-n2 {
    margin-right: -.5rem !important
}

.restrict-container-main.theme-default .mb-n2,
.restrict-container-main.theme-default .my-n2 {
    margin-bottom: -.5rem !important
}

.restrict-container-main.theme-default .ml-n2,
.restrict-container-main.theme-default .mx-n2 {
    margin-left: -.5rem !important
}

.restrict-container-main.theme-default .m-n3 {
    margin: -1rem !important
}

.restrict-container-main.theme-default .mt-n3,
.restrict-container-main.theme-default .my-n3 {
    margin-top: -1rem !important
}

.restrict-container-main.theme-default .mr-n3,
.restrict-container-main.theme-default .mx-n3 {
    margin-right: -1rem !important
}

.restrict-container-main.theme-default .mb-n3,
.restrict-container-main.theme-default .my-n3 {
    margin-bottom: -1rem !important
}

.restrict-container-main.theme-default .ml-n3,
.restrict-container-main.theme-default .mx-n3 {
    margin-left: -1rem !important
}

.restrict-container-main.theme-default .m-n4 {
    margin: -1.5rem !important
}

.restrict-container-main.theme-default .mt-n4,
.restrict-container-main.theme-default .my-n4 {
    margin-top: -1.5rem !important
}

.restrict-container-main.theme-default .mr-n4,
.restrict-container-main.theme-default .mx-n4 {
    margin-right: -1.5rem !important
}

.restrict-container-main.theme-default .mb-n4,
.restrict-container-main.theme-default .my-n4 {
    margin-bottom: -1.5rem !important
}

.restrict-container-main.theme-default .ml-n4,
.restrict-container-main.theme-default .mx-n4 {
    margin-left: -1.5rem !important
}

.restrict-container-main.theme-default .m-n5 {
    margin: -3rem !important
}

.restrict-container-main.theme-default .mt-n5,
.restrict-container-main.theme-default .my-n5 {
    margin-top: -3rem !important
}

.restrict-container-main.theme-default .mr-n5,
.restrict-container-main.theme-default .mx-n5 {
    margin-right: -3rem !important
}

.restrict-container-main.theme-default .mb-n5,
.restrict-container-main.theme-default .my-n5 {
    margin-bottom: -3rem !important
}

.restrict-container-main.theme-default .ml-n5,
.restrict-container-main.theme-default .mx-n5 {
    margin-left: -3rem !important
}

.restrict-container-main.theme-default .m-nsm {
    margin: -2rem !important
}

.restrict-container-main.theme-default .mt-nsm,
.restrict-container-main.theme-default .my-nsm {
    margin-top: -2rem !important
}

.restrict-container-main.theme-default .mr-nsm,
.restrict-container-main.theme-default .mx-nsm {
    margin-right: -2rem !important
}

.restrict-container-main.theme-default .mb-nsm,
.restrict-container-main.theme-default .my-nsm {
    margin-bottom: -2rem !important
}

.restrict-container-main.theme-default .ml-nsm,
.restrict-container-main.theme-default .mx-nsm {
    margin-left: -2rem !important
}

.restrict-container-main.theme-default .m-nmd {
    margin: -4rem !important
}

.restrict-container-main.theme-default .mt-nmd,
.restrict-container-main.theme-default .my-nmd {
    margin-top: -4rem !important
}

.restrict-container-main.theme-default .mr-nmd,
.restrict-container-main.theme-default .mx-nmd {
    margin-right: -4rem !important
}

.restrict-container-main.theme-default .mb-nmd,
.restrict-container-main.theme-default .my-nmd {
    margin-bottom: -4rem !important
}

.restrict-container-main.theme-default .ml-nmd,
.restrict-container-main.theme-default .mx-nmd {
    margin-left: -4rem !important
}

.restrict-container-main.theme-default .m-nlg {
    margin: -6rem !important
}

.restrict-container-main.theme-default .mt-nlg,
.restrict-container-main.theme-default .my-nlg {
    margin-top: -6rem !important
}

.restrict-container-main.theme-default .mr-nlg,
.restrict-container-main.theme-default .mx-nlg {
    margin-right: -6rem !important
}

.restrict-container-main.theme-default .mb-nlg,
.restrict-container-main.theme-default .my-nlg {
    margin-bottom: -6rem !important
}

.restrict-container-main.theme-default .ml-nlg,
.restrict-container-main.theme-default .mx-nlg {
    margin-left: -6rem !important
}

.restrict-container-main.theme-default .m-nxl {
    margin: -8rem !important
}

.restrict-container-main.theme-default .mt-nxl,
.restrict-container-main.theme-default .my-nxl {
    margin-top: -8rem !important
}

.restrict-container-main.theme-default .mr-nxl,
.restrict-container-main.theme-default .mx-nxl {
    margin-right: -8rem !important
}

.restrict-container-main.theme-default .mb-nxl,
.restrict-container-main.theme-default .my-nxl {
    margin-bottom: -8rem !important
}

.restrict-container-main.theme-default .ml-nxl,
.restrict-container-main.theme-default .mx-nxl {
    margin-left: -8rem !important
}

.restrict-container-main.theme-default .m-auto {
    margin: auto !important
}

.restrict-container-main.theme-default .mt-auto,
.restrict-container-main.theme-default .my-auto {
    margin-top: auto !important
}

.restrict-container-main.theme-default .mr-auto,
.restrict-container-main.theme-default .mx-auto {
    margin-right: auto !important
}

.restrict-container-main.theme-default .mb-auto,
.restrict-container-main.theme-default .my-auto {
    margin-bottom: auto !important
}

.restrict-container-main.theme-default .ml-auto,
.restrict-container-main.theme-default .mx-auto {
    margin-left: auto !important
}

.restrict-container-main.theme-default .text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important
}

.restrict-container-main.theme-default .text-justify {
    text-align: justify !important
}

.restrict-container-main.theme-default .text-wrap {
    white-space: normal !important
}

.restrict-container-main.theme-default .text-nowrap {
    white-space: nowrap !important
}

.restrict-container-main.theme-default .text-truncate {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.restrict-container-main.theme-default .text-left {
    text-align: left !important
}

.restrict-container-main.theme-default .text-right {
    text-align: right !important
}

.restrict-container-main.theme-default .text-center {
    text-align: center !important
}

.restrict-container-main.theme-default .text-lowercase {
    text-transform: lowercase !important
}

.restrict-container-main.theme-default .text-uppercase {
    text-transform: uppercase !important
}

.restrict-container-main.theme-default .text-capitalize {
    text-transform: capitalize !important
}

.restrict-container-main.theme-default .font-weight-light {
    font-weight: 300 !important
}

.restrict-container-main.theme-default .font-weight-lighter {
    font-weight: lighter !important
}

.restrict-container-main.theme-default .font-weight-normal {
    font-weight: 400 !important
}

.restrict-container-main.theme-default .font-weight-bold {
    font-weight: 600 !important
}

.restrict-container-main.theme-default .font-weight-bolder {
    font-weight: bolder !important
}

.restrict-container-main.theme-default .font-italic {
    font-style: italic !important
}

.restrict-container-main.theme-default .text-primary {
    color: #5e72e4 !important
}

.restrict-container-main.theme-default a.text-primary:focus,
.restrict-container-main.theme-default a.text-primary:hover {
    color: #233dd2 !important
}

.restrict-container-main.theme-default .text-secondary {
    color: #f4f5f7 !important
}

.restrict-container-main.theme-default a.text-secondary:focus,
.restrict-container-main.theme-default a.text-secondary:hover {
    color: #c8cdd7 !important
}

.restrict-container-main.theme-default .text-success {
    color: #2dce89 !important
}

.restrict-container-main.theme-default a.text-success:focus,
.restrict-container-main.theme-default a.text-success:hover {
    color: #1f8f5f !important
}

.restrict-container-main.theme-default .text-info {
    color: #11cdef !important
}

.restrict-container-main.theme-default a.text-info:focus,
.restrict-container-main.theme-default a.text-info:hover {
    color: #0b90a8 !important
}

.restrict-container-main.theme-default .text-warning {
    color: #fb6340 !important
}

.restrict-container-main.theme-default a.text-warning:focus,
.restrict-container-main.theme-default a.text-warning:hover {
    color: #ea3005 !important
}

.restrict-container-main.theme-default .text-danger {
    color: #f5365c !important
}

.restrict-container-main.theme-default a.text-danger:focus,
.restrict-container-main.theme-default a.text-danger:hover {
    color: #d40b33 !important
}

.restrict-container-main.theme-default .text-light {
    color: #adb5bd !important
}

.restrict-container-main.theme-default a.text-light:focus,
.restrict-container-main.theme-default a.text-light:hover {
    color: #838f9b !important
}

.restrict-container-main.theme-default .text-dark {
    color: #212529 !important
}

.restrict-container-main.theme-default a.text-dark:focus,
.restrict-container-main.theme-default a.text-dark:hover {
    color: #000 !important
}

.restrict-container-main.theme-default .text-default {
    color: #172b4d !important
}

.restrict-container-main.theme-default a.text-default:focus,
.restrict-container-main.theme-default a.text-default:hover {
    color: #050a12 !important
}

.restrict-container-main.theme-default .text-white {
    color: #fff !important
}

.restrict-container-main.theme-default a.text-white:focus,
.restrict-container-main.theme-default a.text-white:hover {
    color: #d9d9d9 !important
}

.restrict-container-main.theme-default .text-neutral {
    color: #fff !important
}

.restrict-container-main.theme-default a.text-neutral:focus,
.restrict-container-main.theme-default a.text-neutral:hover {
    color: #d9d9d9 !important
}

.restrict-container-main.theme-default .text-darker,
.restrict-container-main.theme-default a.text-darker:focus,
.restrict-container-main.theme-default a.text-darker:hover {
    color: #000 !important
}

.restrict-container-main.theme-default .text-body {
    color: #525f7f !important
}

.restrict-container-main.theme-default .text-muted {
    color: #8898aa !important
}

.restrict-container-main.theme-default .text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.restrict-container-main.theme-default .text-white-50 {
    color: hsla(0, 0%, 100%, .5) !important
}

.restrict-container-main.theme-default .text-hide {
    font: 0/0 a;
    color: transparent;
    border: 0;
    background-color: transparent;
    text-shadow: none
}

.restrict-container-main.theme-default .text-decoration-none {
    text-decoration: none !important
}

.restrict-container-main.theme-default .text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important
}

.restrict-container-main.theme-default .text-reset {
    color: inherit !important
}

.restrict-container-main.theme-default .visible {
    visibility: visible !important
}

.restrict-container-main.theme-default .invisible {
    visibility: hidden !important
}

@media print {
    .restrict-container-main.theme-default *,
    .restrict-container-main.theme-default :after,
    .restrict-container-main.theme-default :before {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important
    }
    .restrict-container-main.theme-default a:not(.btn) {
        text-decoration: underline
    }
    .restrict-container-main.theme-default abbr[title]:after {
        content: " (" attr(title) ")"
    }
    .restrict-container-main.theme-default pre {
        white-space: pre-wrap !important
    }
    .restrict-container-main.theme-default blockquote,
    .restrict-container-main.theme-default pre {
        border: .0625rem solid #adb5bd;
        page-break-inside: avoid
    }
    .restrict-container-main.theme-default thead {
        display: table-header-group
    }
    .restrict-container-main.theme-default img,
    .restrict-container-main.theme-default tr {
        page-break-inside: avoid
    }
    .restrict-container-main.theme-default h2,
    .restrict-container-main.theme-default h3,
    .restrict-container-main.theme-default p {
        orphans: 3;
        widows: 3
    }
    .restrict-container-main.theme-default h2,
    .restrict-container-main.theme-default h3 {
        page-break-after: avoid
    }
    @page {
        .restrict-container-main.theme-default {
            size: a3
        }
    }
    .restrict-container-main.theme-default .container,
    .restrict-container-main.theme-default body {
        min-width: 992px !important
    }
    .restrict-container-main.theme-default .navbar {
        display: none
    }
    .restrict-container-main.theme-default .badge {
        border: .0625rem solid #000
    }
    .restrict-container-main.theme-default .table {
        border-collapse: collapse !important
    }
    .restrict-container-main.theme-default .table td,
    .restrict-container-main.theme-default .table th {
        background-color: #fff !important
    }
    .restrict-container-main.theme-default .table-bordered td,
    .restrict-container-main.theme-default .table-bordered th {
        border: 1px solid #dee2e6 !important
    }
    .restrict-container-main.theme-default .table-dark {
        color: inherit
    }
    .restrict-container-main.theme-default .table-dark tbody+tbody,
    .restrict-container-main.theme-default .table-dark td,
    .restrict-container-main.theme-default .table-dark th,
    .restrict-container-main.theme-default .table-dark thead th {
        border-color: #dee2e6
    }
    .restrict-container-main.theme-default .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

.restrict-container-main.theme-default iframe {
    border: 0
}

.restrict-container-main.theme-default figcaption,
.restrict-container-main.theme-default figure,
.restrict-container-main.theme-default main {
    display: block
}

.restrict-container-main.theme-default main {
    overflow: hidden
}

.restrict-container-main.theme-default .section-nucleo-icons .icons-container {
    position: relative;
    z-index: 1;
    max-width: 100%;
    height: 360px;
    margin: 0 auto
}

.restrict-container-main.theme-default .section-nucleo-icons {
    --icon-size: 5rem;
    --icon-sm-size: 3.75rem;
    --gutter: 7rem
}

.restrict-container-main.theme-default .section-nucleo-icons .icons-container i {
    position: absolute;
    z-index: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: all .2s cubic-bezier(.25, .65, .9, .75);
    transition: all .2s cubic-bezier(.25, .65, .9, .75);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07);
    box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.restrict-container-main.theme-default .section-nucleo-icons .icons-container i.icon {
    font-size: 1.7em;
    width: var(--icon-size);
    height: var(--icon-size)
}

.restrict-container-main.theme-default .section-nucleo-icons .icons-container i.icon-sm {
    font-size: 1.5em;
    width: var(--icon-sm-size);
    height: var(--icon-sm-size)
}

.restrict-container-main.theme-default .section-nucleo-icons .icons-container i:first-child {
    font-size: 42px;
    z-index: 2;
    color: #fb6340
}

.restrict-container-main.theme-default .section-nucleo-icons .icons-container:not(.on-screen) i {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.restrict-container-main.theme-default .section-nucleo-icons .icons-container:not(.on-screen) i:not(:first-child) {
    opacity: 0
}

.restrict-container-main.theme-default .section-nucleo-icons .icons-container.on-screen i {
    opacity: 1
}

.restrict-container-main.theme-default .section-nucleo-icons .icons-container.on-screen i:first-child {
    font-size: 42px;
    top: 50%;
    left: 50%;
    color: #fb6340
}

.restrict-container-main.theme-default .section-nucleo-icons .icons-container.on-screen i:nth-child(2) {
    top: 50%;
    left: calc(50% + var(--gutter)*1.7)
}

.restrict-container-main.theme-default .section-nucleo-icons .icons-container.on-screen i:nth-child(3) {
    top: calc(50% + var(--gutter));
    left: calc(50% + var(--gutter))
}

.restrict-container-main.theme-default .section-nucleo-icons .icons-container.on-screen i:nth-child(4) {
    top: calc(50% - var(--gutter));
    left: calc(50% + var(--gutter))
}

.restrict-container-main.theme-default .section-nucleo-icons .icons-container.on-screen i:nth-child(5) {
    top: 50%;
    left: calc(50% + var(--gutter)*4)
}

.restrict-container-main.theme-default .section-nucleo-icons .icons-container.on-screen i:nth-child(6) {
    top: calc(50% + var(--gutter)*1.5);
    left: calc(50% + var(--gutter)*2.7)
}

.restrict-container-main.theme-default .section-nucleo-icons .icons-container.on-screen i:nth-child(7) {
    top: calc(50% - var(--gutter)*1.5);
    left: calc(50% + var(--gutter)*2.7)
}

.restrict-container-main.theme-default .section-nucleo-icons .icons-container.on-screen i:nth-child(8) {
    top: 50%;
    left: calc(50% - var(--gutter)*1.7)
}

.restrict-container-main.theme-default .section-nucleo-icons .icons-container.on-screen i:nth-child(9) {
    top: calc(50% + var(--gutter));
    left: calc(50% - var(--gutter))
}

.restrict-container-main.theme-default .section-nucleo-icons .icons-container.on-screen i:nth-child(10) {
    top: calc(50% - var(--gutter));
    left: calc(50% - var(--gutter))
}

.restrict-container-main.theme-default .section-nucleo-icons .icons-container.on-screen i:nth-child(11) {
    top: 50%;
    left: calc(50% - var(--gutter)*4)
}

.restrict-container-main.theme-default .section-nucleo-icons .icons-container.on-screen i:nth-child(12) {
    top: calc(50% + var(--gutter)*1.5);
    left: calc(50% - var(--gutter)*2.7)
}

.restrict-container-main.theme-default .section-nucleo-icons .icons-container.on-screen i:nth-child(13) {
    top: calc(50% - var(--gutter)*1.5);
    left: calc(50% - var(--gutter)*2.7)
}

.restrict-container-main.theme-default .blur--hover {
    position: relative
}

.restrict-container-main.theme-default .blur--hover .blur-item {
    -webkit-transition: 1s cubic-bezier(.19, 1, .22, 1);
    transition: 1s cubic-bezier(.19, 1, .22, 1);
    opacity: 1;
    will-change: transform;
    -webkit-filter: blur(0);
    filter: blur(0)
}

.restrict-container-main.theme-default .blur--hover .blur-hidden {
    position: absolute;
    z-index: 100;
    top: calc(50% + 7px);
    left: 50%;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0
}

.restrict-container-main.theme-default .blur--hover:hover .blur-item {
    z-index: 1;
    -webkit-transform: scale(.95);
    transform: scale(.95);
    opacity: .8;
    -webkit-filter: blur(10px);
    filter: blur(10px)
}

.restrict-container-main.theme-default .blur--hover:hover .blur-hidden {
    top: 50%;
    opacity: 1
}

.restrict-container-main.theme-default .bg-blue {
    background-color: #5e72e4 !important
}

.restrict-container-main.theme-default a.bg-blue:focus,
.restrict-container-main.theme-default a.bg-blue:hover,
.restrict-container-main.theme-default button.bg-blue:focus,
.restrict-container-main.theme-default button.bg-blue:hover {
    background-color: #324cdd !important
}

.restrict-container-main.theme-default .bg-indigo {
    background-color: #5603ad !important
}

.restrict-container-main.theme-default a.bg-indigo:focus,
.restrict-container-main.theme-default a.bg-indigo:hover,
.restrict-container-main.theme-default button.bg-indigo:focus,
.restrict-container-main.theme-default button.bg-indigo:hover {
    background-color: #3d027b !important
}

.restrict-container-main.theme-default .bg-purple {
    background-color: #8965e0 !important
}

.restrict-container-main.theme-default a.bg-purple:focus,
.restrict-container-main.theme-default a.bg-purple:hover,
.restrict-container-main.theme-default button.bg-purple:focus,
.restrict-container-main.theme-default button.bg-purple:hover {
    background-color: #683bd7 !important
}

.restrict-container-main.theme-default .bg-pink {
    background-color: #f3a4b5 !important
}

.restrict-container-main.theme-default a.bg-pink:focus,
.restrict-container-main.theme-default a.bg-pink:hover,
.restrict-container-main.theme-default button.bg-pink:focus,
.restrict-container-main.theme-default button.bg-pink:hover {
    background-color: #ed7790 !important
}

.restrict-container-main.theme-default .bg-red {
    background-color: #f5365c !important
}

.restrict-container-main.theme-default a.bg-red:focus,
.restrict-container-main.theme-default a.bg-red:hover,
.restrict-container-main.theme-default button.bg-red:focus,
.restrict-container-main.theme-default button.bg-red:hover {
    background-color: #ec0c38 !important
}

.restrict-container-main.theme-default .bg-orange {
    background-color: #fb6340 !important
}

.restrict-container-main.theme-default a.bg-orange:focus,
.restrict-container-main.theme-default a.bg-orange:hover,
.restrict-container-main.theme-default button.bg-orange:focus,
.restrict-container-main.theme-default button.bg-orange:hover {
    background-color: #fa3a0e !important
}

.restrict-container-main.theme-default .bg-yellow {
    background-color: #ffd600 !important
}

.restrict-container-main.theme-default a.bg-yellow:focus,
.restrict-container-main.theme-default a.bg-yellow:hover,
.restrict-container-main.theme-default button.bg-yellow:focus,
.restrict-container-main.theme-default button.bg-yellow:hover {
    background-color: #ccab00 !important
}

.restrict-container-main.theme-default .bg-green {
    background-color: #2dce89 !important
}

.restrict-container-main.theme-default a.bg-green:focus,
.restrict-container-main.theme-default a.bg-green:hover,
.restrict-container-main.theme-default button.bg-green:focus,
.restrict-container-main.theme-default button.bg-green:hover {
    background-color: #24a46d !important
}

.restrict-container-main.theme-default .bg-teal {
    background-color: #11cdef !important
}

.restrict-container-main.theme-default a.bg-teal:focus,
.restrict-container-main.theme-default a.bg-teal:hover,
.restrict-container-main.theme-default button.bg-teal:focus,
.restrict-container-main.theme-default button.bg-teal:hover {
    background-color: #0da5c0 !important
}

.restrict-container-main.theme-default .bg-cyan {
    background-color: #2bffc6 !important
}

.restrict-container-main.theme-default a.bg-cyan:focus,
.restrict-container-main.theme-default a.bg-cyan:hover,
.restrict-container-main.theme-default button.bg-cyan:focus,
.restrict-container-main.theme-default button.bg-cyan:hover {
    background-color: #00f7b5 !important
}

.restrict-container-main.theme-default .bg-white {
    background-color: #fff !important
}

.restrict-container-main.theme-default a.bg-white:focus,
.restrict-container-main.theme-default a.bg-white:hover,
.restrict-container-main.theme-default button.bg-white:focus,
.restrict-container-main.theme-default button.bg-white:hover {
    background-color: #e6e6e6 !important
}

.restrict-container-main.theme-default .bg-gray {
    background-color: #8898aa !important
}

.restrict-container-main.theme-default a.bg-gray:focus,
.restrict-container-main.theme-default a.bg-gray:hover,
.restrict-container-main.theme-default button.bg-gray:focus,
.restrict-container-main.theme-default button.bg-gray:hover {
    background-color: #6a7e95 !important
}

.restrict-container-main.theme-default .bg-gray-dark {
    background-color: #32325d !important
}

.restrict-container-main.theme-default a.bg-gray-dark:focus,
.restrict-container-main.theme-default a.bg-gray-dark:hover,
.restrict-container-main.theme-default button.bg-gray-dark:focus,
.restrict-container-main.theme-default button.bg-gray-dark:hover {
    background-color: #20203c !important
}

.restrict-container-main.theme-default .bg-light {
    background-color: #ced4da !important
}

.restrict-container-main.theme-default a.bg-light:focus,
.restrict-container-main.theme-default a.bg-light:hover,
.restrict-container-main.theme-default button.bg-light:focus,
.restrict-container-main.theme-default button.bg-light:hover {
    background-color: #b1bbc4 !important
}

.restrict-container-main.theme-default .bg-lighter {
    background-color: #e9ecef !important
}

.restrict-container-main.theme-default a.bg-lighter:focus,
.restrict-container-main.theme-default a.bg-lighter:hover,
.restrict-container-main.theme-default button.bg-lighter:focus,
.restrict-container-main.theme-default button.bg-lighter:hover {
    background-color: #cbd3da !important
}

.restrict-container-main.theme-default .bg-gradient-blue {
    background: linear-gradient(87deg, #5e72e4, #825ee4) !important
}

.restrict-container-main.theme-default .bg-gradient-indigo {
    background: linear-gradient(87deg, #5603ad, #9d03ad) !important
}

.restrict-container-main.theme-default .bg-gradient-purple {
    background: linear-gradient(87deg, #8965e0, #bc65e0) !important
}

.restrict-container-main.theme-default .bg-gradient-pink {
    background: linear-gradient(87deg, #f3a4b5, #f3b4a4) !important
}

.restrict-container-main.theme-default .bg-gradient-red {
    background: linear-gradient(87deg, #f5365c, #f56036) !important
}

.restrict-container-main.theme-default .bg-gradient-orange {
    background: linear-gradient(87deg, #fb6340, #fbb140) !important
}

.restrict-container-main.theme-default .bg-gradient-yellow {
    background: linear-gradient(87deg, #ffd600, #beff00) !important
}

.restrict-container-main.theme-default .bg-gradient-green {
    background: linear-gradient(87deg, #2dce89, #2dcecc) !important
}

.restrict-container-main.theme-default .bg-gradient-teal {
    background: linear-gradient(87deg, #11cdef, #1171ef) !important
}

.restrict-container-main.theme-default .bg-gradient-cyan {
    background: linear-gradient(87deg, #2bffc6, #2be0ff) !important
}

.restrict-container-main.theme-default .bg-gradient-gray {
    background: linear-gradient(87deg, #8898aa, #888aaa) !important
}

.restrict-container-main.theme-default .bg-gradient-gray-dark {
    background: linear-gradient(87deg, #32325d, #44325d) !important
}

.restrict-container-main.theme-default .bg-gradient-light {
    background: linear-gradient(87deg, #ced4da, #cecfda) !important
}

.restrict-container-main.theme-default .bg-gradient-lighter {
    background: linear-gradient(87deg, #e9ecef, #e9eaef) !important
}

.restrict-container-main.theme-default .section-primary {
    background-color: #fff !important
}

.restrict-container-main.theme-default a.section-primary:focus,
.restrict-container-main.theme-default a.section-primary:hover,
.restrict-container-main.theme-default button.section-primary:focus,
.restrict-container-main.theme-default button.section-primary:hover {
    background-color: #e6e6e6 !important
}

.restrict-container-main.theme-default .section-secondary {
    background-color: #f4f5f7 !important
}

.restrict-container-main.theme-default a.section-secondary:focus,
.restrict-container-main.theme-default a.section-secondary:hover,
.restrict-container-main.theme-default button.section-secondary:focus,
.restrict-container-main.theme-default button.section-secondary:hover {
    background-color: #d6dae2 !important
}

.restrict-container-main.theme-default .section-light {
    background-color: #ced4da !important
}

.restrict-container-main.theme-default a.section-light:focus,
.restrict-container-main.theme-default a.section-light:hover,
.restrict-container-main.theme-default button.section-light:focus,
.restrict-container-main.theme-default button.section-light:hover {
    background-color: #b1bbc4 !important
}

.restrict-container-main.theme-default .section-dark {
    background-color: #212529 !important
}

.restrict-container-main.theme-default a.section-dark:focus,
.restrict-container-main.theme-default a.section-dark:hover,
.restrict-container-main.theme-default button.section-dark:focus,
.restrict-container-main.theme-default button.section-dark:hover {
    background-color: #0a0c0d !important
}

.restrict-container-main.theme-default .section-darker,
.restrict-container-main.theme-default a.section-darker:focus,
.restrict-container-main.theme-default a.section-darker:hover,
.restrict-container-main.theme-default button.section-darker:focus,
.restrict-container-main.theme-default button.section-darker:hover {
    background-color: #000 !important
}

.restrict-container-main.theme-default .bg-gradient-primary {
    background: linear-gradient(87deg, #5e72e4, #825ee4) !important
}

.restrict-container-main.theme-default .bg-gradient-secondary {
    background: linear-gradient(87deg, #f4f5f7, #f4f4f7) !important
}

.restrict-container-main.theme-default .bg-gradient-success {
    background: linear-gradient(87deg, #2dce89, #2dcecc) !important
}

.restrict-container-main.theme-default .bg-gradient-info {
    background: linear-gradient(87deg, #11cdef, #1171ef) !important
}

.restrict-container-main.theme-default .bg-gradient-warning {
    background: linear-gradient(87deg, #fb6340, #fbb140) !important
}

.restrict-container-main.theme-default .bg-gradient-danger {
    background: linear-gradient(87deg, #f5365c, #f56036) !important
}

.restrict-container-main.theme-default .bg-gradient-light {
    background: linear-gradient(87deg, #adb5bd, #adaebd) !important
}

.restrict-container-main.theme-default .bg-gradient-dark {
    background: linear-gradient(87deg, #212529, #212229) !important
}

.restrict-container-main.theme-default .bg-gradient-default {
    background: linear-gradient(87deg, #172b4d, #1a174d) !important
}

.restrict-container-main.theme-default .bg-gradient-neutral,
.restrict-container-main.theme-default .bg-gradient-white {
    background: linear-gradient(87deg, #fff, #fff) !important
}

.restrict-container-main.theme-default .bg-gradient-darker {
    background: linear-gradient(87deg, #000, #000) !important
}

.restrict-container-main.theme-default .fill-primary {
    fill: #5e72e4
}

.restrict-container-main.theme-default .stroke-primary {
    stroke: #5e72e4
}

.restrict-container-main.theme-default .fill-secondary {
    fill: #f4f5f7
}

.restrict-container-main.theme-default .stroke-secondary {
    stroke: #f4f5f7
}

.restrict-container-main.theme-default .fill-success {
    fill: #2dce89
}

.restrict-container-main.theme-default .stroke-success {
    stroke: #2dce89
}

.restrict-container-main.theme-default .fill-info {
    fill: #11cdef
}

.restrict-container-main.theme-default .stroke-info {
    stroke: #11cdef
}

.restrict-container-main.theme-default .fill-warning {
    fill: #fb6340
}

.restrict-container-main.theme-default .stroke-warning {
    stroke: #fb6340
}

.restrict-container-main.theme-default .fill-danger {
    fill: #f5365c
}

.restrict-container-main.theme-default .stroke-danger {
    stroke: #f5365c
}

.restrict-container-main.theme-default .fill-light {
    fill: #adb5bd
}

.restrict-container-main.theme-default .stroke-light {
    stroke: #adb5bd
}

.restrict-container-main.theme-default .fill-dark {
    fill: #212529
}

.restrict-container-main.theme-default .stroke-dark {
    stroke: #212529
}

.restrict-container-main.theme-default .fill-default {
    fill: #172b4d
}

.restrict-container-main.theme-default .stroke-default {
    stroke: #172b4d
}

.restrict-container-main.theme-default .fill-white {
    fill: #fff
}

.restrict-container-main.theme-default .stroke-white {
    stroke: #fff
}

.restrict-container-main.theme-default .fill-neutral {
    fill: #fff
}

.restrict-container-main.theme-default .stroke-neutral {
    stroke: #fff
}

.restrict-container-main.theme-default .fill-darker {
    fill: #000
}

.restrict-container-main.theme-default .stroke-darker {
    stroke: #000
}

.restrict-container-main.theme-default .fill-opacity-8 {
    fill-opacity: .8
}

.restrict-container-main.theme-default .floating {
    -webkit-animation: floating 3s ease infinite;
    animation: floating 3s ease infinite;
    will-change: transform
}

.restrict-container-main.theme-default .floating:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.restrict-container-main.theme-default .floating-lg {
    -webkit-animation: floating-lg 3s ease infinite;
    animation: floating-lg 3s ease infinite
}

.restrict-container-main.theme-default .floating-sm {
    -webkit-animation: floating-sm 3s ease infinite;
    animation: floating-sm 3s ease infinite
}

@-webkit-keyframes floating-lg {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes floating-lg {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes floating {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes floating {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes floating-sm {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes floating-sm {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.restrict-container-main.theme-default .img-center {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.restrict-container-main.theme-default .floatfix:after,
.restrict-container-main.theme-default .floatfix:before {
    display: table;
    content: ""
}

.restrict-container-main.theme-default .floatfix:after {
    clear: both
}

.restrict-container-main.theme-default .overflow-visible {
    overflow: visible !important
}

.restrict-container-main.theme-default .overflow-hidden {
    overflow: hidden !important
}

.restrict-container-main.theme-default .opacity-1 {
    opacity: .1 !important
}

.restrict-container-main.theme-default .opacity-2 {
    opacity: .2 !important
}

.restrict-container-main.theme-default .opacity-3 {
    opacity: .3 !important
}

.restrict-container-main.theme-default .opacity-4 {
    opacity: .4 !important
}

.restrict-container-main.theme-default .opacity-5 {
    opacity: .5 !important
}

.restrict-container-main.theme-default .opacity-6 {
    opacity: .6 !important
}

.restrict-container-main.theme-default .opacity-7 {
    opacity: .7 !important
}

.restrict-container-main.theme-default .opacity-8 {
    opacity: .8 !important;
    opacity: .9 !important
}

.restrict-container-main.theme-default .opacity-10 {
    opacity: 1 !important
}

.restrict-container-main.theme-default .top-0 {
    top: 0
}

.restrict-container-main.theme-default .right-0 {
    right: 0
}

.restrict-container-main.theme-default .bottom-0 {
    bottom: 0
}

.restrict-container-main.theme-default .left-0 {
    left: 0
}

.restrict-container-main.theme-default .top-1 {
    top: .25rem
}

.restrict-container-main.theme-default .right-1 {
    right: .25rem
}

.restrict-container-main.theme-default .bottom-1 {
    bottom: .25rem
}

.restrict-container-main.theme-default .left-1 {
    left: .25rem
}

.restrict-container-main.theme-default .top-2 {
    top: .5rem
}

.restrict-container-main.theme-default .right-2 {
    right: .5rem
}

.restrict-container-main.theme-default .bottom-2 {
    bottom: .5rem
}

.restrict-container-main.theme-default .left-2 {
    left: .5rem
}

.restrict-container-main.theme-default .top-3 {
    top: 1rem
}

.restrict-container-main.theme-default .right-3 {
    right: 1rem
}

.restrict-container-main.theme-default .bottom-3 {
    bottom: 1rem
}

.restrict-container-main.theme-default .left-3 {
    left: 1rem
}

.restrict-container-main.theme-default .top-4 {
    top: 1.5rem
}

.restrict-container-main.theme-default .right-4 {
    right: 1.5rem
}

.restrict-container-main.theme-default .bottom-4 {
    bottom: 1.5rem
}

.restrict-container-main.theme-default .left-4 {
    left: 1.5rem
}

.restrict-container-main.theme-default .top-5 {
    top: 3rem
}

.restrict-container-main.theme-default .right-5 {
    right: 3rem
}

.restrict-container-main.theme-default .bottom-5 {
    bottom: 3rem
}

.restrict-container-main.theme-default .left-5 {
    left: 3rem
}

.restrict-container-main.theme-default .top-sm {
    top: 2rem
}

.restrict-container-main.theme-default .right-sm {
    right: 2rem
}

.restrict-container-main.theme-default .bottom-sm {
    bottom: 2rem
}

.restrict-container-main.theme-default .left-sm {
    left: 2rem
}

.restrict-container-main.theme-default .top-md {
    top: 4rem
}

.restrict-container-main.theme-default .right-md {
    right: 4rem
}

.restrict-container-main.theme-default .bottom-md {
    bottom: 4rem
}

.restrict-container-main.theme-default .left-md {
    left: 4rem
}

.restrict-container-main.theme-default .top-lg {
    top: 6rem
}

.restrict-container-main.theme-default .right-lg {
    right: 6rem
}

.restrict-container-main.theme-default .bottom-lg {
    bottom: 6rem
}

.restrict-container-main.theme-default .left-lg {
    left: 6rem
}

.restrict-container-main.theme-default .top-xl {
    top: 8rem
}

.restrict-container-main.theme-default .right-xl {
    right: 8rem
}

.restrict-container-main.theme-default .bottom-xl {
    bottom: 8rem
}

.restrict-container-main.theme-default .left-xl {
    left: 8rem
}

.restrict-container-main.theme-default .center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.restrict-container-main.theme-default .h-100vh {
    height: 100vh !important
}

.restrict-container-main.theme-default .row.row-grid>[class*=col-]+[class*=col-] {
    margin-top: 3rem
}

@media (min-width:992px) {
    .restrict-container-main.theme-default .row.row-grid>[class*=col-lg-]+[class*=col-lg-] {
        margin-top: 0
    }
}

@media (min-width:768px) {
    .restrict-container-main.theme-default .row.row-grid>[class*=col-md-]+[class*=col-md-] {
        margin-top: 0
    }
}

@media (min-width:576px) {
    .restrict-container-main.theme-default .row.row-grid>[class*=col-sm-]+[class*=col-sm-] {
        margin-top: 0
    }
}

.restrict-container-main.theme-default .row-grid+.row-grid {
    margin-top: 3rem
}

@media (min-width:992px) {
    .restrict-container-main.theme-default [class*=mb--],
    .restrict-container-main.theme-default [class*=ml--],
    .restrict-container-main.theme-default [class*=mr--],
    .restrict-container-main.theme-default [class*=mt--] {
        position: relative;
        z-index: 5
    }
    .restrict-container-main.theme-default .mt--100 {
        margin-top: -100px !important
    }
    .restrict-container-main.theme-default .mr--100 {
        margin-right: -100px !important
    }
    .restrict-container-main.theme-default .mb--100 {
        margin-bottom: -100px !important
    }
    .restrict-container-main.theme-default .ml--100 {
        margin-left: -100px !important
    }
    .restrict-container-main.theme-default .mt--150 {
        margin-top: -150px !important
    }
    .restrict-container-main.theme-default .mb--150 {
        margin-bottom: -150px !important
    }
    .restrict-container-main.theme-default .mt--200 {
        margin-top: -200px !important
    }
    .restrict-container-main.theme-default .mb--200 {
        margin-bottom: -200px !important
    }
    .restrict-container-main.theme-default .mt--300 {
        margin-top: -300px !important
    }
    .restrict-container-main.theme-default .mb--300 {
        margin-bottom: -300px !important
    }
    .restrict-container-main.theme-default .pt-100 {
        padding-top: 100px !important
    }
    .restrict-container-main.theme-default .pb-100 {
        padding-bottom: 100px !important
    }
    .restrict-container-main.theme-default .pt-150 {
        padding-top: 150px !important
    }
    .restrict-container-main.theme-default .pb-150 {
        padding-bottom: 150px !important
    }
    .restrict-container-main.theme-default .pt-200 {
        padding-top: 200px !important
    }
    .restrict-container-main.theme-default .pb-200 {
        padding-bottom: 200px !important
    }
    .restrict-container-main.theme-default .pt-250 {
        padding-top: 250px !important
    }
    .restrict-container-main.theme-default .pb-250 {
        padding-bottom: 250px !important
    }
    .restrict-container-main.theme-default .pt-300 {
        padding-top: 300px !important
    }
    .restrict-container-main.theme-default .pb-300 {
        padding-bottom: 300px !important
    }
}

.restrict-container-main.theme-default [class*=shadow] {
    -webkit-transition: all .15s ease;
    transition: all .15s ease
}

.restrict-container-main.theme-default .shadow-sm--hover:hover {
    -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.restrict-container-main.theme-default .shadow--hover:hover {
    -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07) !important;
    box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07) !important
}

.restrict-container-main.theme-default .shadow-lg--hover:hover {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.restrict-container-main.theme-default .shadow-none--hover:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.restrict-container-main.theme-default .font-weight-300 {
    font-weight: 300 !important
}

.restrict-container-main.theme-default .font-weight-400 {
    font-weight: 400 !important
}

.restrict-container-main.theme-default .font-weight-500 {
    font-weight: 500 !important
}

.restrict-container-main.theme-default .font-weight-600 {
    font-weight: 600 !important
}

.restrict-container-main.theme-default .font-weight-700 {
    font-weight: 700 !important
}

.restrict-container-main.theme-default .font-weight-800 {
    font-weight: 800 !important
}

.restrict-container-main.theme-default .font-weight-900 {
    font-weight: 900 !important
}

.restrict-container-main.theme-default .text-underline {
    text-decoration: underline
}

.restrict-container-main.theme-default .text-through {
    text-decoration: line-through
}

.restrict-container-main.theme-default .lh-100 {
    line-height: 1
}

.restrict-container-main.theme-default .lh-110 {
    line-height: 1.1
}

.restrict-container-main.theme-default .lh-120 {
    line-height: 1.2
}

.restrict-container-main.theme-default .lh-130 {
    line-height: 1.3
}

.restrict-container-main.theme-default .lh-140 {
    line-height: 1.4
}

.restrict-container-main.theme-default .lh-150 {
    line-height: 1.5
}

.restrict-container-main.theme-default .lh-160 {
    line-height: 1.6
}

.restrict-container-main.theme-default .lh-170 {
    line-height: 1.7
}

.restrict-container-main.theme-default .lh-180 {
    line-height: 1.8
}

.restrict-container-main.theme-default .ls-1 {
    letter-spacing: .0625rem
}

.restrict-container-main.theme-default .ls-15 {
    letter-spacing: .09375rem
}

.restrict-container-main.theme-default .ls-2 {
    letter-spacing: .125rem
}

@media (min-width:992px) {
    .restrict-container-main.theme-default .transform-perspective-right {
        -webkit-transform: scale(1) perspective(1040px) rotateY(-11deg) rotateX(2deg) rotate(2deg);
        transform: scale(1) perspective(1040px) rotateY(-11deg) rotateX(2deg) rotate(2deg)
    }
    .restrict-container-main.theme-default .transform-perspective-left {
        -webkit-transform: scale(1) perspective(2000px) rotateY(11deg) rotateX(2deg) rotate(-2deg);
        transform: scale(1) perspective(2000px) rotateY(11deg) rotateX(2deg) rotate(-2deg)
    }
}

.restrict-container-main.theme-default .alert {
    font-size: .875rem;
    padding: 1rem 1.5rem;
    border: 0;
    border-radius: .25rem
}

.restrict-container-main.theme-default .alert .alert-inner--icon {
    font-size: 1.25rem;
    display: inline-block;
    margin-right: 1.25rem;
    vertical-align: middle
}

.restrict-container-main.theme-default .alert .alert-inner--icon i.ni {
    position: relative;
    top: 1px
}

.restrict-container-main.theme-default .alert .alert-inner--text {
    display: inline-block;
    vertical-align: middle
}

.restrict-container-main.theme-default .alert:not(.alert-secondary) {
    color: #fff
}

.restrict-container-main.theme-default [class*=alert-] .alert-link {
    color: #fff;
    border-bottom: 1px dotted hsla(0, 0%, 100%, .5)
}

.restrict-container-main.theme-default .alert-heading {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: .15rem
}

.restrict-container-main.theme-default .alert-dismissible .close {
    top: 50%;
    right: 1.5rem;
    padding: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    color: hsla(0, 0%, 100%, .6)
}

.restrict-container-main.theme-default .alert-dismissible .close:focus,
.restrict-container-main.theme-default .alert-dismissible .close:hover {
    opacity: 1 !important;
    color: hsla(0, 0%, 100%, .9)
}

@media (max-width:575.98px) {
    .restrict-container-main.theme-default .alert-dismissible .close {
        top: 1rem;
        right: .5rem
    }
}

.restrict-container-main.theme-default .alert-dismissible .close>span:not(.sr-only) {
    font-size: 1.5rem;
    color: hsla(0, 0%, 100%, .6);
    background-color: transparent
}

.restrict-container-main.theme-default .alert-dismissible .close:focus>span:not(.sr-only),
.restrict-container-main.theme-default .alert-dismissible .close:hover>span:not(.sr-only) {
    color: hsla(0, 0%, 100%, .9);
    background-color: transparent
}

.restrict-container-main.theme-default .btn .badge:not(:first-child) {
    margin-left: .5rem
}

.restrict-container-main.theme-default .btn .badge:not(:last-child) {
    margin-right: .5rem
}

.restrict-container-main.theme-default .btn {
    font-size: .875rem;
    position: relative;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    letter-spacing: .025em;
    text-transform: uppercase;
    will-change: transform
}

.restrict-container-main.theme-default .btn:hover {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08)
}

.restrict-container-main.theme-default .btn:not(:last-child) {
    margin-right: .5rem
}

.restrict-container-main.theme-default .btn-group .btn,
.restrict-container-main.theme-default .input-group .btn {
    margin-right: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.restrict-container-main.theme-default .btn-group-sm>.btn,
.restrict-container-main.theme-default .btn-sm {
    font-size: .75rem
}

.restrict-container-main.theme-default .btn-group-lg>.btn,
.restrict-container-main.theme-default .btn-lg {
    font-size: .875rem
}

.restrict-container-main.theme-default [class*=btn-outline-] {
    border-width: 1px
}

.restrict-container-main.theme-default .btn-outline-secondary {
    color: #637089
}

.restrict-container-main.theme-default .btn-inner--icon i:not(.fa) {
    position: relative;
    top: 2px
}

.restrict-container-main.theme-default .btn-link {
    font-weight: 600;
    -webkit-box-shadow: none;
    box-shadow: none
}

.restrict-container-main.theme-default .btn-link:hover {
    -webkit-transform: none;
    transform: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.restrict-container-main.theme-default .btn-neutral {
    color: #5e72e4
}

.restrict-container-main.theme-default .btn i:not(:first-child),
.restrict-container-main.theme-default .btn svg:not(:first-child) {
    margin-left: .5rem
}

.restrict-container-main.theme-default .btn i:not(:last-child),
.restrict-container-main.theme-default .btn svg:not(:last-child) {
    margin-right: .5rem
}

.restrict-container-main.theme-default .btn-icon-label {
    position: relative
}

.restrict-container-main.theme-default .btn-icon-label .btn-inner--icon {
    line-height: 1;
    position: absolute;
    width: 3em;
    height: 100%;
    margin: 0;
    text-align: center;
    border-radius: 0;
    background-color: rgba(0, 0, 0, .1)
}

.restrict-container-main.theme-default .btn-icon-label .btn-inner--icon:not(:first-child) {
    top: 0;
    right: 0;
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit
}

.restrict-container-main.theme-default .btn-icon-label .btn-inner--icon:not(:last-child) {
    top: 0;
    left: 0;
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit
}

.restrict-container-main.theme-default .btn-icon-label .btn-inner--icon svg {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.restrict-container-main.theme-default .btn-icon-label .btn-inner--text:not(:first-child) {
    padding-left: 3em
}

.restrict-container-main.theme-default .btn-icon-label .btn-inner--text:not(:last-child) {
    padding-right: 3em
}

.restrict-container-main.theme-default .btn-icon .btn-inner--icon img {
    width: 20px
}

.restrict-container-main.theme-default .btn-icon .btn-inner--text:not(:first-child) {
    margin-left: .75em
}

.restrict-container-main.theme-default .btn-icon .btn-inner--text:not(:last-child) {
    margin-right: .75em
}

.restrict-container-main.theme-default .btn-icon-only {
    width: 2.375rem;
    height: 2.375rem;
    padding: 0
}

.restrict-container-main.theme-default a.btn-icon-only {
    line-height: 2.5
}

.restrict-container-main.theme-default .btn-group-sm>.btn-icon-only.btn,
.restrict-container-main.theme-default .btn-icon-only.btn-sm {
    width: 2rem;
    height: 2rem
}

.restrict-container-main.theme-default .btn-facebook {
    -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)
}

.restrict-container-main.theme-default .btn-facebook,
.restrict-container-main.theme-default .btn-facebook:hover {
    color: #fff;
    border-color: #3b5999;
    background-color: #3b5999
}

.restrict-container-main.theme-default .btn-facebook.focus,
.restrict-container-main.theme-default .btn-facebook:focus {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(59, 89, 153, .5);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(59, 89, 153, .5)
}

.restrict-container-main.theme-default .btn-facebook.disabled,
.restrict-container-main.theme-default .btn-facebook:disabled {
    color: #fff;
    border-color: #3b5999;
    background-color: #3b5999
}

.restrict-container-main.theme-default .btn-facebook:not(:disabled):not(.disabled).active,
.restrict-container-main.theme-default .btn-facebook:not(:disabled):not(.disabled):active,
.restrict-container-main.theme-default .show>.btn-facebook.dropdown-toggle {
    color: #fff;
    border-color: #3b5999;
    background-color: #2d4474
}

.restrict-container-main.theme-default .btn-facebook:not(:disabled):not(.disabled).active:focus,
.restrict-container-main.theme-default .btn-facebook:not(:disabled):not(.disabled):active:focus,
.restrict-container-main.theme-default .show>.btn-facebook.dropdown-toggle:focus {
    -webkit-box-shadow: none, 0 0 0 0 rgba(59, 89, 153, .5);
    box-shadow: none, 0 0 0 0 rgba(59, 89, 153, .5)
}

.restrict-container-main.theme-default .btn-twitter {
    -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)
}

.restrict-container-main.theme-default .btn-twitter,
.restrict-container-main.theme-default .btn-twitter:hover {
    color: #fff;
    border-color: #1da1f2;
    background-color: #1da1f2
}

.restrict-container-main.theme-default .btn-twitter.focus,
.restrict-container-main.theme-default .btn-twitter:focus {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(29, 161, 242, .5);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(29, 161, 242, .5)
}

.restrict-container-main.theme-default .btn-twitter.disabled,
.restrict-container-main.theme-default .btn-twitter:disabled {
    color: #fff;
    border-color: #1da1f2;
    background-color: #1da1f2
}

.restrict-container-main.theme-default .btn-twitter:not(:disabled):not(.disabled).active,
.restrict-container-main.theme-default .btn-twitter:not(:disabled):not(.disabled):active,
.restrict-container-main.theme-default .show>.btn-twitter.dropdown-toggle {
    color: #fff;
    border-color: #1da1f2;
    background-color: #0c85d0
}

.restrict-container-main.theme-default .btn-twitter:not(:disabled):not(.disabled).active:focus,
.restrict-container-main.theme-default .btn-twitter:not(:disabled):not(.disabled):active:focus,
.restrict-container-main.theme-default .show>.btn-twitter.dropdown-toggle:focus {
    -webkit-box-shadow: none, 0 0 0 0 rgba(29, 161, 242, .5);
    box-shadow: none, 0 0 0 0 rgba(29, 161, 242, .5)
}

.restrict-container-main.theme-default .btn-google-plus {
    -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)
}

.restrict-container-main.theme-default .btn-google-plus,
.restrict-container-main.theme-default .btn-google-plus:hover {
    color: #fff;
    border-color: #dd4b39;
    background-color: #dd4b39
}

.restrict-container-main.theme-default .btn-google-plus.focus,
.restrict-container-main.theme-default .btn-google-plus:focus {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(221, 75, 57, .5);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(221, 75, 57, .5)
}

.restrict-container-main.theme-default .btn-google-plus.disabled,
.restrict-container-main.theme-default .btn-google-plus:disabled {
    color: #fff;
    border-color: #dd4b39;
    background-color: #dd4b39
}

.restrict-container-main.theme-default .btn-google-plus:not(:disabled):not(.disabled).active,
.restrict-container-main.theme-default .btn-google-plus:not(:disabled):not(.disabled):active,
.restrict-container-main.theme-default .show>.btn-google-plus.dropdown-toggle {
    color: #fff;
    border-color: #dd4b39;
    background-color: #c23321
}

.restrict-container-main.theme-default .btn-google-plus:not(:disabled):not(.disabled).active:focus,
.restrict-container-main.theme-default .btn-google-plus:not(:disabled):not(.disabled):active:focus,
.restrict-container-main.theme-default .show>.btn-google-plus.dropdown-toggle:focus {
    -webkit-box-shadow: none, 0 0 0 0 rgba(221, 75, 57, .5);
    box-shadow: none, 0 0 0 0 rgba(221, 75, 57, .5)
}

.restrict-container-main.theme-default .btn-instagram {
    -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)
}

.restrict-container-main.theme-default .btn-instagram,
.restrict-container-main.theme-default .btn-instagram:hover {
    color: #fff;
    border-color: #e4405f;
    background-color: #e4405f
}

.restrict-container-main.theme-default .btn-instagram.focus,
.restrict-container-main.theme-default .btn-instagram:focus {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(228, 64, 95, .5);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(228, 64, 95, .5)
}

.restrict-container-main.theme-default .btn-instagram.disabled,
.restrict-container-main.theme-default .btn-instagram:disabled {
    color: #fff;
    border-color: #e4405f;
    background-color: #e4405f
}

.restrict-container-main.theme-default .btn-instagram:not(:disabled):not(.disabled).active,
.restrict-container-main.theme-default .btn-instagram:not(:disabled):not(.disabled):active,
.restrict-container-main.theme-default .show>.btn-instagram.dropdown-toggle {
    color: #fff;
    border-color: #e4405f;
    background-color: #d31e40
}

.restrict-container-main.theme-default .btn-instagram:not(:disabled):not(.disabled).active:focus,
.restrict-container-main.theme-default .btn-instagram:not(:disabled):not(.disabled):active:focus,
.restrict-container-main.theme-default .show>.btn-instagram.dropdown-toggle:focus {
    -webkit-box-shadow: none, 0 0 0 0 rgba(228, 64, 95, .5);
    box-shadow: none, 0 0 0 0 rgba(228, 64, 95, .5)
}

.restrict-container-main.theme-default .btn-pinterest {
    -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)
}

.restrict-container-main.theme-default .btn-pinterest,
.restrict-container-main.theme-default .btn-pinterest:hover {
    color: #fff;
    border-color: #bd081c;
    background-color: #bd081c
}

.restrict-container-main.theme-default .btn-pinterest.focus,
.restrict-container-main.theme-default .btn-pinterest:focus {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(189, 8, 28, .5);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(189, 8, 28, .5)
}

.restrict-container-main.theme-default .btn-pinterest.disabled,
.restrict-container-main.theme-default .btn-pinterest:disabled {
    color: #fff;
    border-color: #bd081c;
    background-color: #bd081c
}

.restrict-container-main.theme-default .btn-pinterest:not(:disabled):not(.disabled).active,
.restrict-container-main.theme-default .btn-pinterest:not(:disabled):not(.disabled):active,
.restrict-container-main.theme-default .show>.btn-pinterest.dropdown-toggle {
    color: #fff;
    border-color: #bd081c;
    background-color: #8c0615
}

.restrict-container-main.theme-default .btn-pinterest:not(:disabled):not(.disabled).active:focus,
.restrict-container-main.theme-default .btn-pinterest:not(:disabled):not(.disabled):active:focus,
.restrict-container-main.theme-default .show>.btn-pinterest.dropdown-toggle:focus {
    -webkit-box-shadow: none, 0 0 0 0 rgba(189, 8, 28, .5);
    box-shadow: none, 0 0 0 0 rgba(189, 8, 28, .5)
}

.restrict-container-main.theme-default .btn-youtube {
    -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)
}

.restrict-container-main.theme-default .btn-youtube,
.restrict-container-main.theme-default .btn-youtube:hover {
    color: #fff;
    border-color: #cd201f;
    background-color: #cd201f
}

.restrict-container-main.theme-default .btn-youtube.focus,
.restrict-container-main.theme-default .btn-youtube:focus {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(205, 32, 31, .5);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(205, 32, 31, .5)
}

.restrict-container-main.theme-default .btn-youtube.disabled,
.restrict-container-main.theme-default .btn-youtube:disabled {
    color: #fff;
    border-color: #cd201f;
    background-color: #cd201f
}

.restrict-container-main.theme-default .btn-youtube:not(:disabled):not(.disabled).active,
.restrict-container-main.theme-default .btn-youtube:not(:disabled):not(.disabled):active,
.restrict-container-main.theme-default .show>.btn-youtube.dropdown-toggle {
    color: #fff;
    border-color: #cd201f;
    background-color: #a11918
}

.restrict-container-main.theme-default .btn-youtube:not(:disabled):not(.disabled).active:focus,
.restrict-container-main.theme-default .btn-youtube:not(:disabled):not(.disabled):active:focus,
.restrict-container-main.theme-default .show>.btn-youtube.dropdown-toggle:focus {
    -webkit-box-shadow: none, 0 0 0 0 rgba(205, 32, 31, .5);
    box-shadow: none, 0 0 0 0 rgba(205, 32, 31, .5)
}

.restrict-container-main.theme-default .btn-slack {
    -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)
}

.restrict-container-main.theme-default .btn-slack,
.restrict-container-main.theme-default .btn-slack:hover {
    color: #fff;
    border-color: #3aaf85;
    background-color: #3aaf85
}

.restrict-container-main.theme-default .btn-slack.focus,
.restrict-container-main.theme-default .btn-slack:focus {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(58, 175, 133, .5);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(58, 175, 133, .5)
}

.restrict-container-main.theme-default .btn-slack.disabled,
.restrict-container-main.theme-default .btn-slack:disabled {
    color: #fff;
    border-color: #3aaf85;
    background-color: #3aaf85
}

.restrict-container-main.theme-default .btn-slack:not(:disabled):not(.disabled).active,
.restrict-container-main.theme-default .btn-slack:not(:disabled):not(.disabled):active,
.restrict-container-main.theme-default .show>.btn-slack.dropdown-toggle {
    color: #fff;
    border-color: #3aaf85;
    background-color: #2d8968
}

.restrict-container-main.theme-default .btn-slack:not(:disabled):not(.disabled).active:focus,
.restrict-container-main.theme-default .btn-slack:not(:disabled):not(.disabled):active:focus,
.restrict-container-main.theme-default .show>.btn-slack.dropdown-toggle:focus {
    -webkit-box-shadow: none, 0 0 0 0 rgba(58, 175, 133, .5);
    box-shadow: none, 0 0 0 0 rgba(58, 175, 133, .5)
}

.restrict-container-main.theme-default .btn-dribbble {
    -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)
}

.restrict-container-main.theme-default .btn-dribbble,
.restrict-container-main.theme-default .btn-dribbble:hover {
    color: #fff;
    border-color: #ea4c89;
    background-color: #ea4c89
}

.restrict-container-main.theme-default .btn-dribbble.focus,
.restrict-container-main.theme-default .btn-dribbble:focus {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(234, 76, 137, .5);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(234, 76, 137, .5)
}

.restrict-container-main.theme-default .btn-dribbble.disabled,
.restrict-container-main.theme-default .btn-dribbble:disabled {
    color: #fff;
    border-color: #ea4c89;
    background-color: #ea4c89
}

.restrict-container-main.theme-default .btn-dribbble:not(:disabled):not(.disabled).active,
.restrict-container-main.theme-default .btn-dribbble:not(:disabled):not(.disabled):active,
.restrict-container-main.theme-default .show>.btn-dribbble.dropdown-toggle {
    color: #fff;
    border-color: #ea4c89;
    background-color: #e51e6b
}

.restrict-container-main.theme-default .btn-dribbble:not(:disabled):not(.disabled).active:focus,
.restrict-container-main.theme-default .btn-dribbble:not(:disabled):not(.disabled):active:focus,
.restrict-container-main.theme-default .show>.btn-dribbble.dropdown-toggle:focus {
    -webkit-box-shadow: none, 0 0 0 0 rgba(234, 76, 137, .5);
    box-shadow: none, 0 0 0 0 rgba(234, 76, 137, .5)
}

.restrict-container-main.theme-default .btn-github {
    color: #fff;
    border-color: #222;
    background-color: #222;
    -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)
}

.restrict-container-main.theme-default .btn-github:hover {
    color: #fff;
    border-color: #222;
    background-color: #222
}

.restrict-container-main.theme-default .btn-github.focus,
.restrict-container-main.theme-default .btn-github:focus {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(34, 34, 34, .5);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(34, 34, 34, .5)
}

.restrict-container-main.theme-default .btn-github.disabled,
.restrict-container-main.theme-default .btn-github:disabled {
    color: #fff;
    border-color: #222;
    background-color: #222
}

.restrict-container-main.theme-default .btn-github:not(:disabled):not(.disabled).active,
.restrict-container-main.theme-default .btn-github:not(:disabled):not(.disabled):active,
.restrict-container-main.theme-default .show>.btn-github.dropdown-toggle {
    color: #fff;
    border-color: #222;
    background-color: #090909
}

.restrict-container-main.theme-default .btn-github:not(:disabled):not(.disabled).active:focus,
.restrict-container-main.theme-default .btn-github:not(:disabled):not(.disabled):active:focus,
.restrict-container-main.theme-default .show>.btn-github.dropdown-toggle:focus {
    -webkit-box-shadow: none, 0 0 0 0 rgba(34, 34, 34, .5);
    box-shadow: none, 0 0 0 0 rgba(34, 34, 34, .5)
}

.restrict-container-main.theme-default .card {
    position: relative
}

.restrict-container-main.theme-default .card .card-blockquote {
    position: relative;
    padding: 2rem
}

.restrict-container-main.theme-default .card .card-blockquote .svg-bg {
    position: absolute;
    top: -94px;
    left: 0;
    display: block;
    width: 100%;
    height: 95px
}

.restrict-container-main.theme-default .card-lift--hover:hover {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
}

@media (prefers-reduced-motion:reduce) {
    .restrict-container-main.theme-default .card-lift--hover:hover {
        -webkit-transition: none;
        transition: none
    }
}

.restrict-container-main.theme-default .close {
    -webkit-transition: all .15s ease;
    transition: all .15s ease
}

.restrict-container-main.theme-default .close>span:not(.sr-only) {
    font-size: 1.25rem;
    line-height: 17px;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    color: rgba(0, 0, 0, .6);
    border-radius: 50%;
    background-color: transparent
}

.restrict-container-main.theme-default .close:focus,
.restrict-container-main.theme-default .close:hover {
    color: rgba(0, 0, 0, .9);
    outline: 0;
    background-color: transparent
}

.restrict-container-main.theme-default .close:focus span:not(.sr-only),
.restrict-container-main.theme-default .close:hover span:not(.sr-only) {
    background-color: transparent
}

.restrict-container-main.theme-default .custom-toggle {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 1.5rem
}

.restrict-container-main.theme-default .custom-toggle input {
    display: none
}

.restrict-container-main.theme-default .custom-toggle input:checked+.custom-toggle-slider {
    border: 1px solid #5e72e4
}

.restrict-container-main.theme-default .custom-toggle input:checked+.custom-toggle-slider:before {
    -webkit-transform: translateX(1.625rem);
    transform: translateX(1.625rem);
    background: #5e72e4
}

.restrict-container-main.theme-default .custom-toggle input:disabled+.custom-toggle-slider,
.restrict-container-main.theme-default .custom-toggle input:disabled:checked+.custom-toggle-slider {
    border: 1px solid #e9ecef
}

.restrict-container-main.theme-default .custom-toggle input:disabled:checked+.custom-toggle-slider:before {
    background-color: #8a98eb
}

.restrict-container-main.theme-default .custom-toggle-slider {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
    border: 1px solid #cad1d7;
    border-radius: 34px !important;
    background-color: transparent
}

.restrict-container-main.theme-default .custom-toggle-slider:before {
    position: absolute;
    bottom: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    content: "";
    -webkit-transition: all .2s cubic-bezier(.68, -.55, .265, 1.55);
    transition: all .2s cubic-bezier(.68, -.55, .265, 1.55);
    border-radius: 50% !important;
    background-color: #ddd
}

.restrict-container-main.theme-default .dropdown,
.restrict-container-main.theme-default .dropleft,
.restrict-container-main.theme-default .dropright,
.restrict-container-main.theme-default .dropup {
    display: inline-block
}

.restrict-container-main.theme-default .dropdown-menu {
    min-width: 12rem
}

.restrict-container-main.theme-default .dropdown-menu .dropdown-item {
    font-size: .875rem;
    padding: .5rem 1rem
}

.restrict-container-main.theme-default .dropdown-menu .dropdown-item>i,
.restrict-container-main.theme-default .dropdown-menu .dropdown-item>svg {
    font-size: 1rem;
    margin-right: 1rem;
    vertical-align: -17%
}

.restrict-container-main.theme-default .dropdown-header {
    font-size: .625rem;
    font-weight: 700;
    padding-right: 1rem;
    padding-left: 1rem;
    text-transform: uppercase;
    color: #f6f9fc
}

.restrict-container-main.theme-default .dropdown-menu-inverse {
    border-color: #242a31;
    background: #282f37
}

.restrict-container-main.theme-default .dropdown-menu-inverse .dropdown-item {
    color: #dadada
}

.restrict-container-main.theme-default .dropdown-menu-inverse .dropdown-item:active,
.restrict-container-main.theme-default .dropdown-menu-inverse .dropdown-item:focus,
.restrict-container-main.theme-default .dropdown-menu-inverse .dropdown-item:hover {
    color: #fff;
    background: #31353e
}

.restrict-container-main.theme-default .dropdown-menu-inverse .dropdown-divider {
    background: #191e23
}

.restrict-container-main.theme-default .dropdown-menu a.media>div:first-child {
    line-height: 1
}

.restrict-container-main.theme-default .dropdown-menu a.media p {
    color: #8898aa
}

.restrict-container-main.theme-default .dropdown-menu a.media:hover .heading,
.restrict-container-main.theme-default .dropdown-menu a.media:hover p {
    color: #172b4d !important
}

.restrict-container-main.theme-default .dropdown-menu-sm {
    min-width: 100px;
    border: .3rem
}

.restrict-container-main.theme-default .dropdown-menu-lg {
    min-width: 260px;
    border-radius: .3rem
}

.restrict-container-main.theme-default .dropdown-menu-xl {
    min-width: 450px;
    border-radius: .3rem
}

.restrict-container-main.theme-default .footer {
    padding: 3rem 0;
    background: #f4f5f7
}

.restrict-container-main.theme-default .footer .col-footer .heading {
    font-size: .875rem;
    font-weight: 600;
    margin-bottom: 1rem;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #8898aa
}

.restrict-container-main.theme-default .footer .footer-link,
.restrict-container-main.theme-default .footer .nav .nav-item .nav-link {
    color: #8898aa !important
}

.restrict-container-main.theme-default .footer .footer-link:hover,
.restrict-container-main.theme-default .footer .nav .nav-item .nav-link:hover {
    color: #525f7f !important
}

.restrict-container-main.theme-default .footer .list-unstyled li a {
    font-size: .85rem;
    display: inline-block;
    padding: .125rem 0;
    color: #8898aa
}

.restrict-container-main.theme-default .footer .list-unstyled li a:hover {
    color: #525f7f
}

.restrict-container-main.theme-default .footer .copyright {
    font-size: .875rem
}

.restrict-container-main.theme-default .footer-dark .col-footer .heading {
    color: #fff
}

.restrict-container-main.theme-default .footer.has-cards {
    position: relative;
    overflow: hidden;
    margin-top: -420px;
    padding-top: 500px;
    pointer-events: none;
    background: 0 0
}

.restrict-container-main.theme-default .footer.has-cards:before {
    position: absolute;
    top: 600px;
    right: 0;
    left: 0;
    height: 2000px;
    content: "";
    -webkit-transform: skew(0, -8deg);
    transform: skew(0, -8deg);
    background: #f4f5f7
}

.restrict-container-main.theme-default .footer.has-cards .container {
    position: relative;
    pointer-events: auto
}

.restrict-container-main.theme-default .nav-footer .nav-link {
    font-size: .875rem
}

.restrict-container-main.theme-default .nav-footer .nav-item:last-child .nav-link {
    padding-right: 0
}

.restrict-container-main.theme-default label {
    font-size: .875rem
}

.restrict-container-main.theme-default .form-control {
    font-size: .875rem;
    height: calc(2.75rem + 2px)
}

.restrict-container-main.theme-default .form-control:focus::-ms-input-placeholder {
    color: #adb5bd
}

.restrict-container-main.theme-default .form-control:focus::-webkit-input-placeholder {
    color: #adb5bd
}

.restrict-container-main.theme-default .form-control:focus::-moz-placeholder {
    color: #adb5bd
}

.restrict-container-main.theme-default .form-control:focus:-ms-input-placeholder {
    color: #adb5bd
}

.restrict-container-main.theme-default .form-control:focus::placeholder {
    color: #adb5bd
}

.restrict-container-main.theme-default textarea[resize=none] {
    resize: none !important
}

.restrict-container-main.theme-default textarea[resize=both] {
    resize: both !important
}

.restrict-container-main.theme-default textarea[resize=vertical] {
    resize: vertical !important
}

.restrict-container-main.theme-default textarea[resize=horizontal] {
    resize: horizontal !important
}

.restrict-container-main.theme-default .form-control-muted {
    border-color: #edf0f5;
    background-color: #edf0f5;
    -webkit-box-shadow: none;
    box-shadow: none
}

.restrict-container-main.theme-default .form-control-muted:focus {
    background-color: #edf0f5
}

.restrict-container-main.theme-default .form-control-alternative {
    -webkit-transition: -webkit-box-shadow .15s ease;
    transition: -webkit-box-shadow .15s ease;
    transition: box-shadow .15s ease;
    transition: box-shadow .15s ease, -webkit-box-shadow .15s ease;
    border: 0;
    -webkit-box-shadow: 0 1px 3px rgba(50, 50, 93, .15), 0 1px 0 rgba(0, 0, 0, .02);
    box-shadow: 0 1px 3px rgba(50, 50, 93, .15), 0 1px 0 rgba(0, 0, 0, .02)
}

.restrict-container-main.theme-default .form-control-alternative:focus {
    -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)
}

.restrict-container-main.theme-default .form-control-lg {
    font-size: 1rem
}

.restrict-container-main.theme-default .has-danger,
.restrict-container-main.theme-default .has-success {
    position: relative
}

.restrict-container-main.theme-default .has-danger:after,
.restrict-container-main.theme-default .has-success:after {
    font-family: NucleoIcons;
    font-size: 9px;
    line-height: 19px;
    position: absolute;
    top: 2px;
    right: 15px;
    display: inline-block;
    width: 19px;
    height: 19px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    text-align: center;
    opacity: 1;
    border-radius: 50%
}

.restrict-container-main.theme-default .has-success:after {
    content: "\EA26";
    color: daken(#2dce89, 18%);
    background-color: #69deac
}

.restrict-container-main.theme-default .has-success .form-control {
    background-color: #fff
}

.restrict-container-main.theme-default .has-success .form-control:focus {
    border-color: rgba(50, 151, 211, .25)
}

.restrict-container-main.theme-default .has-success .form-control::-ms-input-placeholder {
    color: #2dce89
}

.restrict-container-main.theme-default .has-success .form-control::-webkit-input-placeholder {
    color: #2dce89
}

.restrict-container-main.theme-default .has-success .form-control::-moz-placeholder {
    color: #2dce89
}

.restrict-container-main.theme-default .has-success .form-control:-ms-input-placeholder {
    color: #2dce89
}

.restrict-container-main.theme-default .has-success .form-control::placeholder {
    color: #2dce89
}

.restrict-container-main.theme-default .has-danger:after {
    content: "\EA53";
    color: daken(#fb6340, 18%);
    background-color: #fda08b
}

.restrict-container-main.theme-default .has-danger .form-control {
    background-color: #fff
}

.restrict-container-main.theme-default .has-danger .form-control:focus {
    border-color: rgba(50, 151, 211, .25)
}

.restrict-container-main.theme-default .has-danger .form-control::-ms-input-placeholder {
    color: #fb6340
}

.restrict-container-main.theme-default .has-danger .form-control::-webkit-input-placeholder {
    color: #fb6340
}

.restrict-container-main.theme-default .has-danger .form-control::-moz-placeholder {
    color: #fb6340
}

.restrict-container-main.theme-default .has-danger .form-control:-ms-input-placeholder {
    color: #fb6340
}

.restrict-container-main.theme-default .has-danger .form-control::placeholder {
    color: #fb6340
}

@media (min-width:992px) {
    .restrict-container-main.theme-default .container-lg {
        max-width: 1160px
    }
}

.restrict-container-main.theme-default .icon {
    width: 3rem;
    height: 3rem
}

.restrict-container-main.theme-default .icon i,
.restrict-container-main.theme-default .icon svg {
    font-size: 2.25rem
}

.restrict-container-main.theme-default .icon+.icon-text {
    width: calc(100% - 3rem - 1);
    padding-left: 1rem
}

.restrict-container-main.theme-default .icon-xl {
    width: 5rem;
    height: 5rem
}

.restrict-container-main.theme-default .icon-xl i,
.restrict-container-main.theme-default .icon-xl svg {
    font-size: 4.25rem
}

.restrict-container-main.theme-default .icon-xl+.icon-text {
    width: calc(100% - 5rem - 1)
}

.restrict-container-main.theme-default .icon-lg {
    width: 4rem;
    height: 4rem
}

.restrict-container-main.theme-default .icon-lg i,
.restrict-container-main.theme-default .icon-lg svg {
    font-size: 3.25rem
}

.restrict-container-main.theme-default .icon-lg+.icon-text {
    width: calc(100% - 4rem - 1)
}

.restrict-container-main.theme-default .icon-sm {
    width: 2rem;
    height: 2rem
}

.restrict-container-main.theme-default .icon-sm i,
.restrict-container-main.theme-default .icon-sm svg {
    font-size: 1.25rem
}

.restrict-container-main.theme-default .icon-sm+.icon-text {
    width: calc(100% - 2rem - 1)
}

.restrict-container-main.theme-default .icon-shape {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 12px;
    text-align: center;
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.restrict-container-main.theme-default .icon-shape i,
.restrict-container-main.theme-default .icon-shape svg {
    font-size: 1.25rem
}

.restrict-container-main.theme-default .icon-shape.icon-lg i,
.restrict-container-main.theme-default .icon-shape.icon-lg svg {
    font-size: 1.625rem
}

.restrict-container-main.theme-default .icon-shape.icon-sm i,
.restrict-container-main.theme-default .icon-shape.icon-sm svg {
    font-size: .875rem
}

.restrict-container-main.theme-default .icon-shape svg {
    width: 30px;
    height: 30px
}

.restrict-container-main.theme-default .icon-shape-primary {
    color: #2643e9;
    background-color: rgba(138, 152, 235, .5)
}

.restrict-container-main.theme-default .icon-shape-secondary {
    color: #d3d9e5;
    background-color: hsla(0, 0%, 100%, .5)
}

.restrict-container-main.theme-default .icon-shape-success {
    color: #1aae6f;
    background-color: rgba(84, 218, 161, .5)
}

.restrict-container-main.theme-default .icon-shape-info {
    color: #03acca;
    background-color: rgba(65, 215, 242, .5)
}

.restrict-container-main.theme-default .icon-shape-warning {
    color: #ff3709;
    background-color: rgba(252, 140, 114, .5)
}

.restrict-container-main.theme-default .icon-shape-danger {
    color: #f80031;
    background-color: rgba(247, 103, 131, .5)
}

.restrict-container-main.theme-default .icon-shape-light {
    color: #879cb0;
    background-color: rgba(201, 207, 212, .5)
}

.restrict-container-main.theme-default .icon-shape-dark {
    color: #090c0e;
    background-color: rgba(56, 63, 69, .5)
}

.restrict-container-main.theme-default .icon-shape-default {
    color: #091428;
    background-color: rgba(35, 65, 116, .5)
}

.restrict-container-main.theme-default .icon-shape-neutral,
.restrict-container-main.theme-default .icon-shape-white {
    color: #e8e3e3;
    background-color: hsla(0, 0%, 100%, .5)
}

.restrict-container-main.theme-default .icon-shape-darker {
    color: #000;
    background-color: rgba(26, 26, 26, .5)
}

.restrict-container-main.theme-default .input-group {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    border-radius: .25rem;
    -webkit-box-shadow: none;
    box-shadow: none
}

.restrict-container-main.theme-default .input-group .form-control {
    -webkit-box-shadow: none;
    box-shadow: none
}

.restrict-container-main.theme-default .input-group .form-control:not(:first-child) {
    padding-left: 0;
    border-left: 0
}

.restrict-container-main.theme-default .input-group .form-control:not(:last-child) {
    padding-right: 0;
    border-right: 0
}

.restrict-container-main.theme-default .input-group .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.restrict-container-main.theme-default .input-group-text {
    font-size: 1rem !important;
    -webkit-transition: all .2s cubic-bezier(.68, -.55, .265, 1.55);
    transition: all .2s cubic-bezier(.68, -.55, .265, 1.55)
}

.restrict-container-main.theme-default .input-group-alternative {
    -webkit-transition: -webkit-box-shadow .15s ease;
    transition: -webkit-box-shadow .15s ease;
    transition: box-shadow .15s ease;
    transition: box-shadow .15s ease, -webkit-box-shadow .15s ease;
    border: 0;
    -webkit-box-shadow: 0 1px 3px rgba(50, 50, 93, .15), 0 1px 0 rgba(0, 0, 0, .02);
    box-shadow: 0 1px 3px rgba(50, 50, 93, .15), 0 1px 0 rgba(0, 0, 0, .02)
}

.restrict-container-main.theme-default .input-group-alternative .form-control,
.restrict-container-main.theme-default .input-group-alternative .input-group-text {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.restrict-container-main.theme-default .focused .input-group-alternative {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08) !important;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08) !important
}

.restrict-container-main.theme-default .focused .input-group {
    -webkit-box-shadow: none;
    box-shadow: none
}

.restrict-container-main.theme-default .focused .input-group-text {
    color: #8898aa;
    border-color: rgba(50, 151, 211, .25);
    background-color: #fff
}

.restrict-container-main.theme-default .focused .form-control {
    border-color: rgba(50, 151, 211, .25)
}

.restrict-container-main.theme-default .list-group-space .list-group-item {
    margin-bottom: 1.5rem;
    border-radius: .25rem
}

.restrict-container-main.theme-default .list-group-img {
    width: 3rem;
    height: 3rem;
    margin: -.1rem 1.2rem 0 -.2rem;
    vertical-align: top;
    border-radius: 50%
}

.restrict-container-main.theme-default .list-group-content {
    min-width: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1
}

.restrict-container-main.theme-default .list-group-content>p {
    line-height: 1.5;
    margin: .2rem 0 0;
    color: #adb5bd
}

.restrict-container-main.theme-default .list-group-heading {
    font-size: 1rem;
    color: #32325d
}

.restrict-container-main.theme-default .list-group-heading>small {
    font-weight: 500;
    float: right;
    color: #adb5bd
}

.restrict-container-main.theme-default .modal-content {
    border: 0;
    border-radius: .3rem
}

.restrict-container-main.theme-default .modal-content .modal-header .close {
    margin: -1.25rem -1.25rem -1.25rem auto
}

.restrict-container-main.theme-default .modal-fluid .modal-dialog {
    margin-top: 0;
    margin-bottom: 0
}

.restrict-container-main.theme-default .modal-fluid .modal-content {
    border-radius: 0
}

.restrict-container-main.theme-default .modal-primary .modal-title {
    color: #fff
}

.restrict-container-main.theme-default .modal-primary .modal-footer,
.restrict-container-main.theme-default .modal-primary .modal-header {
    border-color: hsla(0, 0%, 100%, .075)
}

.restrict-container-main.theme-default .modal-primary .modal-content {
    color: #fff;
    background-color: #5e72e4
}

.restrict-container-main.theme-default .modal-primary .close>span:not(.sr-only),
.restrict-container-main.theme-default .modal-primary .modal-content .heading {
    color: #fff
}

.restrict-container-main.theme-default .modal-secondary .modal-title {
    color: #212529
}

.restrict-container-main.theme-default .modal-secondary .modal-footer,
.restrict-container-main.theme-default .modal-secondary .modal-header {
    border-color: rgba(33, 37, 41, .075)
}

.restrict-container-main.theme-default .modal-secondary .modal-content {
    color: #212529;
    background-color: #f4f5f7
}

.restrict-container-main.theme-default .modal-secondary .modal-content .heading {
    color: #212529
}

.restrict-container-main.theme-default .modal-secondary .close>span:not(.sr-only),
.restrict-container-main.theme-default .modal-success .modal-title {
    color: #fff
}

.restrict-container-main.theme-default .modal-success .modal-footer,
.restrict-container-main.theme-default .modal-success .modal-header {
    border-color: hsla(0, 0%, 100%, .075)
}

.restrict-container-main.theme-default .modal-success .modal-content {
    color: #fff;
    background-color: #2dce89
}

.restrict-container-main.theme-default .modal-info .modal-title,
.restrict-container-main.theme-default .modal-success .close>span:not(.sr-only),
.restrict-container-main.theme-default .modal-success .modal-content .heading {
    color: #fff
}

.restrict-container-main.theme-default .modal-info .modal-footer,
.restrict-container-main.theme-default .modal-info .modal-header {
    border-color: hsla(0, 0%, 100%, .075)
}

.restrict-container-main.theme-default .modal-info .modal-content {
    color: #fff;
    background-color: #11cdef
}

.restrict-container-main.theme-default .modal-info .close>span:not(.sr-only),
.restrict-container-main.theme-default .modal-info .modal-content .heading,
.restrict-container-main.theme-default .modal-warning .modal-title {
    color: #fff
}

.restrict-container-main.theme-default .modal-warning .modal-footer,
.restrict-container-main.theme-default .modal-warning .modal-header {
    border-color: hsla(0, 0%, 100%, .075)
}

.restrict-container-main.theme-default .modal-warning .modal-content {
    color: #fff;
    background-color: #fb6340
}

.restrict-container-main.theme-default .modal-danger .modal-title,
.restrict-container-main.theme-default .modal-warning .close>span:not(.sr-only),
.restrict-container-main.theme-default .modal-warning .modal-content .heading {
    color: #fff
}

.restrict-container-main.theme-default .modal-danger .modal-footer,
.restrict-container-main.theme-default .modal-danger .modal-header {
    border-color: hsla(0, 0%, 100%, .075)
}

.restrict-container-main.theme-default .modal-danger .modal-content {
    color: #fff;
    background-color: #f5365c
}

.restrict-container-main.theme-default .modal-danger .close>span:not(.sr-only),
.restrict-container-main.theme-default .modal-danger .modal-content .heading,
.restrict-container-main.theme-default .modal-light .modal-title {
    color: #fff
}

.restrict-container-main.theme-default .modal-light .modal-footer,
.restrict-container-main.theme-default .modal-light .modal-header {
    border-color: hsla(0, 0%, 100%, .075)
}

.restrict-container-main.theme-default .modal-light .modal-content {
    color: #fff;
    background-color: #adb5bd
}

.restrict-container-main.theme-default .modal-dark .modal-title,
.restrict-container-main.theme-default .modal-light .close>span:not(.sr-only),
.restrict-container-main.theme-default .modal-light .modal-content .heading {
    color: #fff
}

.restrict-container-main.theme-default .modal-dark .modal-footer,
.restrict-container-main.theme-default .modal-dark .modal-header {
    border-color: hsla(0, 0%, 100%, .075)
}

.restrict-container-main.theme-default .modal-dark .modal-content {
    color: #fff;
    background-color: #212529
}

.restrict-container-main.theme-default .modal-dark .close>span:not(.sr-only),
.restrict-container-main.theme-default .modal-dark .modal-content .heading,
.restrict-container-main.theme-default .modal-default .modal-title {
    color: #fff
}

.restrict-container-main.theme-default .modal-default .modal-footer,
.restrict-container-main.theme-default .modal-default .modal-header {
    border-color: hsla(0, 0%, 100%, .075)
}

.restrict-container-main.theme-default .modal-default .modal-content {
    color: #fff;
    background-color: #172b4d
}

.restrict-container-main.theme-default .modal-default .close>span:not(.sr-only),
.restrict-container-main.theme-default .modal-default .modal-content .heading {
    color: #fff
}

.restrict-container-main.theme-default .modal-white .modal-title {
    color: #212529
}

.restrict-container-main.theme-default .modal-white .modal-footer,
.restrict-container-main.theme-default .modal-white .modal-header {
    border-color: rgba(33, 37, 41, .075)
}

.restrict-container-main.theme-default .modal-white .modal-content {
    color: #212529;
    background-color: #fff
}

.restrict-container-main.theme-default .modal-white .modal-content .heading {
    color: #212529
}

.restrict-container-main.theme-default .modal-white .close>span:not(.sr-only) {
    color: #fff
}

.restrict-container-main.theme-default .modal-neutral .modal-title {
    color: #212529
}

.restrict-container-main.theme-default .modal-neutral .modal-footer,
.restrict-container-main.theme-default .modal-neutral .modal-header {
    border-color: rgba(33, 37, 41, .075)
}

.restrict-container-main.theme-default .modal-neutral .modal-content {
    color: #212529;
    background-color: #fff
}

.restrict-container-main.theme-default .modal-neutral .modal-content .heading {
    color: #212529
}

.restrict-container-main.theme-default .modal-darker .modal-title,
.restrict-container-main.theme-default .modal-neutral .close>span:not(.sr-only) {
    color: #fff
}

.restrict-container-main.theme-default .modal-darker .modal-footer,
.restrict-container-main.theme-default .modal-darker .modal-header {
    border-color: hsla(0, 0%, 100%, .075)
}

.restrict-container-main.theme-default .modal-darker .modal-content {
    color: #fff;
    background-color: #000
}

.restrict-container-main.theme-default .modal-darker .close>span:not(.sr-only),
.restrict-container-main.theme-default .modal-darker .modal-content .heading {
    color: #fff
}

.restrict-container-main.theme-default .section {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 4rem
}

.restrict-container-main.theme-default .section-xl {
    padding-top: 8rem;
    padding-bottom: 8rem
}

.restrict-container-main.theme-default .section-lg {
    padding-top: 6rem;
    padding-bottom: 6rem
}

.restrict-container-main.theme-default .section-sm {
    padding-top: 2rem;
    padding-bottom: 2rem
}

@media (min-width:768px) {
    .restrict-container-main.theme-default .section-hero {
        min-height: 500px
    }
}

.restrict-container-main.theme-default .section-shaped {
    position: relative
}

.restrict-container-main.theme-default .section-shaped .stars-and-coded {
    margin-top: 8rem
}

.restrict-container-main.theme-default .section-shaped .shape {
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100%
}

.restrict-container-main.theme-default .section-shaped .shape span {
    position: absolute
}

.restrict-container-main.theme-default .section-shaped .shape+.container {
    position: relative;
    height: 100%
}

.restrict-container-main.theme-default .section-shaped .shape.shape-skew+.container {
    padding-top: 0
}

.restrict-container-main.theme-default .section-shaped .shape.shape-skew+.container .col {
    margin-top: -100px
}

.restrict-container-main.theme-default .section-shaped .shape.shape-skew+.shape-container {
    padding-top: 18rem;
    padding-bottom: 19rem
}

.restrict-container-main.theme-default .section-shaped .shape-skew {
    -webkit-transform: skewY(-4deg);
    transform: skewY(-4deg);
    -webkit-transform-origin: 0;
    transform-origin: 0
}

.restrict-container-main.theme-default .section-shaped .shape-skew span {
    -webkit-transform: skew(4deg);
    transform: skew(4deg)
}

.restrict-container-main.theme-default .section-shaped .shape-primary {
    background: linear-gradient(150deg, #281483 15%, #8f6ed5 70%, #d782d9 94%)
}

.restrict-container-main.theme-default .section-shaped .shape-primary :first-child {
    background: #53f
}

.restrict-container-main.theme-default .section-shaped .shape-primary :nth-child(2) {
    background: #4553ff
}

.restrict-container-main.theme-default .section-shaped .shape-primary :nth-child(3) {
    background: #4f40ff
}

.restrict-container-main.theme-default .section-shaped .shape-primary :nth-child(4) {
    background: #25ddf5
}

.restrict-container-main.theme-default .section-shaped .shape-primary :nth-child(5) {
    background: #1fa2ff
}

.restrict-container-main.theme-default .section-shaped .shape-default {
    background: linear-gradient(150deg, #7795f8 15%, #6772e5 70%, #555abf 94%)
}

.restrict-container-main.theme-default .section-shaped .shape-default :first-child {
    background: #7795f8
}

.restrict-container-main.theme-default .section-shaped .shape-default :nth-child(2) {
    background: #7b9aff
}

.restrict-container-main.theme-default .section-shaped .shape-default :nth-child(3) {
    background: #6f8ff8
}

.restrict-container-main.theme-default .section-shaped .shape-default :nth-child(4) {
    background: #76eea7
}

.restrict-container-main.theme-default .section-shaped .shape-default :nth-child(5) {
    background: #6adaff
}

.restrict-container-main.theme-default .section-shaped .shape-light {
    background: linear-gradient(150deg, shapes-light-color("step-1-gradient-bg") 15%, shapes-light-color("step-2-gradient-bg") 70%, shapes-light-color("step-3-gradient-bg") 94%)
}

.restrict-container-main.theme-default .section-shaped .shape-light :first-child {
    background: shapes-light-color("span-1-bg")
}

.restrict-container-main.theme-default .section-shaped .shape-light :nth-child(2) {
    background: shapes-light-color("span-2-bg")
}

.restrict-container-main.theme-default .section-shaped .shape-light :nth-child(3) {
    background: shapes-light-color("span-3-bg")
}

.restrict-container-main.theme-default .section-shaped .shape-light :nth-child(4) {
    background: shapes-light-color("span-4-bg")
}

.restrict-container-main.theme-default .section-shaped .shape-light :nth-child(5) {
    background: shapes-light-color("span-5-bg")
}

.restrict-container-main.theme-default .section-shaped .shape-dark {
    background: linear-gradient(150deg, #32325d 15%, #32325d 70%, #32325d 94%)
}

.restrict-container-main.theme-default .section-shaped .shape-dark :first-child {
    background: #2e2e57
}

.restrict-container-main.theme-default .section-shaped .shape-dark :nth-child(2) {
    background: #2b2b58
}

.restrict-container-main.theme-default .section-shaped .shape-dark :nth-child(3) {
    background: #25254d
}

.restrict-container-main.theme-default .section-shaped .shape-dark :nth-child(4) {
    background: #d782d9
}

.restrict-container-main.theme-default .section-shaped .shape-dark :nth-child(5) {
    background: #008169
}

.restrict-container-main.theme-default .section-shaped .shape-style-1 span {
    width: 120px;
    height: 120px;
    border-radius: 50%
}

.restrict-container-main.theme-default .section-shaped .shape-style-1 .span-200 {
    width: 200px;
    height: 200px
}

.restrict-container-main.theme-default .section-shaped .shape-style-1 .span-150 {
    width: 150px;
    height: 150px
}

.restrict-container-main.theme-default .section-shaped .shape-style-1 .span-100 {
    width: 100px;
    height: 100px
}

.restrict-container-main.theme-default .section-shaped .shape-style-1 .span-75 {
    width: 75px;
    height: 75px
}

.restrict-container-main.theme-default .section-shaped .shape-style-1 .span-50 {
    width: 50px;
    height: 50px
}

.restrict-container-main.theme-default .section-shaped .shape-style-1 :first-child {
    bottom: auto;
    left: -4%;
    background: hsla(0, 0%, 100%, .1)
}

.restrict-container-main.theme-default .section-shaped .shape-style-1 :nth-child(2) {
    top: 10%;
    right: 4%;
    background: hsla(0, 0%, 100%, .1)
}

.restrict-container-main.theme-default .section-shaped .shape-style-1 :nth-child(3) {
    top: 280px;
    right: 5.66666%;
    background: hsla(0, 0%, 100%, .3)
}

.restrict-container-main.theme-default .section-shaped .shape-style-1 :nth-child(4) {
    top: 320px;
    right: 7%;
    background: hsla(0, 0%, 100%, .15)
}

.restrict-container-main.theme-default .section-shaped .shape-style-1 :nth-child(5) {
    top: 38%;
    right: auto;
    left: 1%;
    background: hsla(0, 0%, 100%, .05)
}

.restrict-container-main.theme-default .section-shaped .shape-style-1 :nth-child(6) {
    top: 44%;
    right: auto;
    left: 10%;
    width: 200px;
    height: 200px;
    background: hsla(0, 0%, 100%, .15)
}

.restrict-container-main.theme-default .section-shaped .shape-style-1 :nth-child(7) {
    right: 36%;
    bottom: 50%;
    background: hsla(0, 0%, 100%, .04)
}

.restrict-container-main.theme-default .section-shaped .shape-style-1 :nth-child(8) {
    right: 2%;
    bottom: 70px;
    background: hsla(0, 0%, 100%, .2)
}

.restrict-container-main.theme-default .section-shaped .shape-style-1 :nth-child(9) {
    right: 2%;
    bottom: 1%;
    background: hsla(0, 0%, 100%, .1)
}

.restrict-container-main.theme-default .section-shaped .shape-style-1 :nth-child(10) {
    right: auto;
    bottom: 1%;
    left: 1%;
    background: hsla(0, 0%, 100%, .05)
}

@media (max-width:991.98px) {
    .restrict-container-main.theme-default .section-shaped .shape-style-1 span {
        height: 120px
    }
}

@media (max-width:767.98px) {
    .restrict-container-main.theme-default .section-shaped .shape-style-1 span {
        height: 90px
    }
}

.restrict-container-main.theme-default .section-shaped .shape-style-1.shape-primary {
    background: linear-gradient(150deg, #281483 15%, #8f6ed5 70%, #d782d9 94%)
}

.restrict-container-main.theme-default .section-shaped .shape-style-1.shape-default {
    background: linear-gradient(150deg, #7795f8 15%, #6772e5 70%, #555abf 94%)
}

.restrict-container-main.theme-default .section-shaped .shape-style-1.shape-light {
    background: linear-gradient(150deg, shapes-light-color("step-1-gradient-bg") 15%, shapes-light-color("step-2-gradient-bg") 70%, shapes-light-color("step-3-gradient-bg") 94%)
}

.restrict-container-main.theme-default .section-shaped .shape-style-1.shape-dark {
    background: linear-gradient(150deg, #32325d 15%, #32325d 70%, #32325d 94%)
}

.restrict-container-main.theme-default .section-shaped .shape-style-2 span {
    height: 190px
}

.restrict-container-main.theme-default .section-shaped .shape-style-2 .span-sm {
    height: 100px
}

.restrict-container-main.theme-default .section-shaped .shape-style-2 :first-child {
    top: 0;
    left: -16.66666%;
    width: 33.33333%
}

.restrict-container-main.theme-default .section-shaped .shape-style-2 :nth-child(2) {
    top: 0;
    right: auto;
    left: 16.66666%;
    width: 33.33333%
}

.restrict-container-main.theme-default .section-shaped .shape-style-2 :nth-child(3) {
    bottom: auto;
    left: 49.99999%;
    width: 33.33333%
}

.restrict-container-main.theme-default .section-shaped .shape-style-2 :nth-child(4) {
    top: 55%;
    right: -16.66666%;
    width: 33.33333%
}

.restrict-container-main.theme-default .section-shaped .shape-style-2 :nth-child(5) {
    bottom: 0;
    width: 33.33333%
}

@media (max-width:991.98px) {
    .restrict-container-main.theme-default .section-shaped .shape-style-2 span {
        height: 120px
    }
}

@media (max-width:767.98px) {
    .restrict-container-main.theme-default .section-shaped .shape-style-2 span {
        height: 90px
    }
}

.restrict-container-main.theme-default .section-shaped .shape-style-3 span {
    height: 140px
}

.restrict-container-main.theme-default .section-shaped .shape-style-3 .span-sm {
    height: 100px
}

.restrict-container-main.theme-default .section-shaped .shape-style-3 :first-child {
    bottom: auto;
    left: -16.66666%;
    width: 66%
}

.restrict-container-main.theme-default .section-shaped .shape-style-3 :nth-child(2) {
    top: 54%;
    right: -16.66666%;
    width: 40%
}

.restrict-container-main.theme-default .section-shaped .shape-style-3 :nth-child(3) {
    top: 34%;
    right: auto;
    left: -16.66666%;
    width: 33.33333%
}

.restrict-container-main.theme-default .section-shaped .shape-style-3 :nth-child(4) {
    right: -16.66666%;
    bottom: 0;
    width: 60%;
    opacity: .6
}

.restrict-container-main.theme-default .section-shaped .shape-style-3 :nth-child(5) {
    bottom: 0;
    width: 33.33333%
}

@media (max-width:991.98px) {
    .restrict-container-main.theme-default .section-shaped .shape-style-3 span {
        height: 120px
    }
}

@media (max-width:767.98px) {
    .restrict-container-main.theme-default .section-shaped .shape-style-3 span {
        height: 90px
    }
}

.restrict-container-main.theme-default p {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.7
}

.restrict-container-main.theme-default .lead {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.7;
    margin-top: 1.5rem
}

.restrict-container-main.theme-default .lead+.btn-wrapper {
    margin-top: 3rem
}

.restrict-container-main.theme-default .description {
    font-size: .875rem
}

.restrict-container-main.theme-default .heading {
    font-size: .95rem;
    font-weight: 400;
    letter-spacing: .025em;
    text-transform: uppercase
}

.restrict-container-main.theme-default .heading-section,
.restrict-container-main.theme-default .heading-title {
    font-size: 1.375rem;
    font-weight: 600;
    letter-spacing: .025em;
    text-transform: uppercase
}

.restrict-container-main.theme-default .heading-section img {
    display: block;
    width: 72px;
    height: 72px;
    margin-bottom: 1.5rem
}

.restrict-container-main.theme-default .heading-section.text-center img {
    margin-right: auto;
    margin-left: auto
}

.restrict-container-main.theme-default .display-1 span,
.restrict-container-main.theme-default .display-2 span,
.restrict-container-main.theme-default .display-3 span,
.restrict-container-main.theme-default .display-4 span {
    font-weight: 300;
    display: block
}

.restrict-container-main.theme-default article h4:not(:first-child),
.restrict-container-main.theme-default article h5:not(:first-child) {
    margin-top: 3rem
}

.restrict-container-main.theme-default article h4,
.restrict-container-main.theme-default article h5 {
    margin-bottom: 1.5rem
}

.restrict-container-main.theme-default article figure {
    margin: 3rem 0
}

.restrict-container-main.theme-default article h5+figure {
    margin-top: 0
}

.restrict-container-main.theme-default .headroom {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    background-color: inherit;
    will-change: transform
}

@media (prefers-reduced-motion:reduce) {
    .restrict-container-main.theme-default .headroom {
        -webkit-transition: none;
        transition: none
    }
}

.restrict-container-main.theme-default .headroom--pinned {
    z-index: 3;
    width: 100%;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.restrict-container-main.theme-default .headroom--unpinned {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.restrict-container-main.theme-default .headroom--not-top {
    padding-top: .5rem;
    padding-bottom: .5rem;
    background-color: #172b4d !important;
    -webkit-box-shadow: 0 1px 10px rgba(130, 130, 134, .1);
    box-shadow: 0 1px 10px rgba(130, 130, 134, .1)
}

.restrict-container-main.theme-default .noUi-target,
.restrict-container-main.theme-default .noUi-target * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: none;
    touch-action: none
}

.restrict-container-main.theme-default .noUi-target {
    position: relative;
    direction: ltr
}

.restrict-container-main.theme-default .noUi-base,
.restrict-container-main.theme-default .noUi-connects {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%
}

.restrict-container-main.theme-default .noUi-connects {
    z-index: 0;
    overflow: hidden
}

.restrict-container-main.theme-default .noUi-connect,
.restrict-container-main.theme-default .noUi-origin {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    will-change: transform
}

.restrict-container-main.theme-default html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
    right: 0;
    left: auto
}

.restrict-container-main.theme-default .noUi-vertical .noUi-origin {
    width: 0
}

.restrict-container-main.theme-default .noUi-horizontal .noUi-origin {
    height: 0
}

.restrict-container-main.theme-default .noUi-handle {
    position: absolute
}

.restrict-container-main.theme-default .noUi-state-tap .noUi-connect,
.restrict-container-main.theme-default .noUi-state-tap .noUi-origin {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.restrict-container-main.theme-default .noUi-state-drag * {
    cursor: inherit !important
}

.restrict-container-main.theme-default .noUi-horizontal .noUi-handle {
    top: -6px;
    left: -17px;
    width: 34px;
    height: 28px
}

.restrict-container-main.theme-default .noUi-vertical .noUi-handle {
    top: -17px;
    left: -6px;
    width: 28px;
    height: 34px
}

.restrict-container-main.theme-default html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    right: -17px;
    left: auto
}

.restrict-container-main.theme-default .noUi-connects {
    border-radius: 3px
}

.restrict-container-main.theme-default .noUi-draggable {
    cursor: ew-resize
}

.restrict-container-main.theme-default .noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.restrict-container-main.theme-default .noUi-handle {
    cursor: default;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    outline: 0;
    background: #fff;
    -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb
}

.restrict-container-main.theme-default .noUi-active {
    outline: 0
}

.restrict-container-main.theme-default [disabled] .noUi-connect {
    background: #b8b8b8
}

.restrict-container-main.theme-default [disabled].noUi-handle,
.restrict-container-main.theme-default [disabled] .noUi-handle,
.restrict-container-main.theme-default [disabled].noUi-target {
    cursor: not-allowed
}

.restrict-container-main.theme-default .noUi-pips,
.restrict-container-main.theme-default .noUi-pips * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.restrict-container-main.theme-default .noUi-pips {
    position: absolute;
    color: #999
}

.restrict-container-main.theme-default .noUi-value {
    position: absolute;
    text-align: center;
    white-space: nowrap
}

.restrict-container-main.theme-default .noUi-value-sub {
    font-size: 10px;
    color: #ccc
}

.restrict-container-main.theme-default .noUi-marker {
    position: absolute;
    background: #ccc
}

.restrict-container-main.theme-default .noUi-marker-large,
.restrict-container-main.theme-default .noUi-marker-sub {
    background: #aaa
}

.restrict-container-main.theme-default .noUi-pips-horizontal {
    top: 100%;
    left: 0;
    width: 100%;
    height: 80px;
    padding: 10px 0
}

.restrict-container-main.theme-default .noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%)
}

.restrict-container-main.theme-default .noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%)
}

.restrict-container-main.theme-default .noUi-marker-horizontal.noUi-marker {
    width: 2px;
    height: 5px;
    margin-left: -1px
}

.restrict-container-main.theme-default .noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.restrict-container-main.theme-default .noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.restrict-container-main.theme-default .noUi-pips-vertical {
    top: 0;
    left: 100%;
    height: 100%;
    padding: 0 10px
}

.restrict-container-main.theme-default .noUi-value-vertical {
    padding-left: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.restrict-container-main.theme-default .noUi-rtl .noUi-value-vertical {
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
}

.restrict-container-main.theme-default .noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.restrict-container-main.theme-default .noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.restrict-container-main.theme-default .noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.restrict-container-main.theme-default .noUi-tooltip {
    position: absolute;
    display: block;
    padding: 5px;
    text-align: center;
    white-space: nowrap;
    color: #000;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff
}

.restrict-container-main.theme-default .noUi-horizontal .noUi-tooltip {
    bottom: 120%;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

.restrict-container-main.theme-default .noUi-vertical .noUi-tooltip {
    top: 50%;
    right: 120%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.restrict-container-main.theme-default .noUi-target {
    margin: 15px 0;
    cursor: pointer;
    border: 0;
    border-radius: 5px;
    background: #eceeef;
    -webkit-box-shadow: inset 0 1px 2px rgba(90, 97, 105, .1);
    box-shadow: inset 0 1px 2px rgba(90, 97, 105, .1)
}

.restrict-container-main.theme-default .noUi-horizontal {
    height: 5px
}

.restrict-container-main.theme-default html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    right: -10px
}

.restrict-container-main.theme-default .noUi-vertical {
    width: 5px
}

.restrict-container-main.theme-default .noUi-connect {
    background: #5e72e4;
    -webkit-box-shadow: none;
    box-shadow: none
}

.restrict-container-main.theme-default .noUi-horizontal .noUi-handle,
.restrict-container-main.theme-default .noUi-vertical .noUi-handle {
    top: -5px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    -webkit-transition: -webkit-box-shadow .15s, -webkit-transform .15s;
    transition: -webkit-box-shadow .15s, -webkit-transform .15s;
    transition: box-shadow .15s, transform .15s;
    transition: box-shadow .15s, transform .15s, -webkit-box-shadow .15s, -webkit-transform .15s;
    border: 0;
    border-radius: 100%;
    background-color: #5e72e4;
    -webkit-box-shadow: none;
    box-shadow: none
}

.restrict-container-main.theme-default .noUi-horizontal .noUi-handle.noUi-active,
.restrict-container-main.theme-default .noUi-vertical .noUi-handle.noUi-active {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.restrict-container-main.theme-default .input-slider--cyan .noUi-connect {
    background: #2bffc6
}

.restrict-container-main.theme-default .input-slider--cyan.noUi-horizontal .noUi-handle,
.restrict-container-main.theme-default .input-slider--cyan.noUi-vertical .noUi-handle {
    background-color: #2bffc6
}

.restrict-container-main.theme-default .input-slider--red .noUi-connect {
    background: #f5365c
}

.restrict-container-main.theme-default .input-slider--red.noUi-horizontal .noUi-handle,
.restrict-container-main.theme-default .input-slider--red.noUi-vertical .noUi-handle {
    background-color: #f5365c
}

.restrict-container-main.theme-default .input-slider--green .noUi-connect {
    background: #2dce89
}

.restrict-container-main.theme-default .input-slider--green.noUi-horizontal .noUi-handle,
.restrict-container-main.theme-default .input-slider--green.noUi-vertical .noUi-handle {
    background-color: #2dce89
}

.restrict-container-main.theme-default .input-slider--yellow .noUi-connect {
    background: #ffd600
}

.restrict-container-main.theme-default .input-slider--yellow.noUi-horizontal .noUi-handle,
.restrict-container-main.theme-default .input-slider--yellow.noUi-vertical .noUi-handle {
    background-color: #ffd600
}

.restrict-container-main.theme-default .input-slider--pink .noUi-connect {
    background: #f3a4b5
}

.restrict-container-main.theme-default .input-slider--pink.noUi-horizontal .noUi-handle,
.restrict-container-main.theme-default .input-slider--pink.noUi-vertical .noUi-handle {
    background-color: #f3a4b5
}

.restrict-container-main.theme-default [disabled].noUi-connect,
.restrict-container-main.theme-default [disabled] .noUi-connect {
    background: #b2b2b2
}

.restrict-container-main.theme-default [disabled] .noUi-handle,
.restrict-container-main.theme-default [disabled].noUi-origin {
    cursor: not-allowed
}

.restrict-container-main.theme-default .range-slider-value {
    font-size: .75rem;
    font-weight: 500;
    padding: .4em .8em .3em .85em;
    color: #fff;
    border-radius: 10px;
    background-color: rgba(33, 37, 41, .7)
}

.restrict-container-main.theme-default .range-slider-wrapper .upper-info {
    font-weight: 400;
    margin-bottom: 5px
}

.restrict-container-main.theme-default .input-slider-value-output {
    font-size: 11px;
    position: relative;
    top: 12px;
    padding: 4px 8px;
    color: #fff;
    border-radius: 2px;
    background: #333
}

.restrict-container-main.theme-default .input-slider-value-output:after {
    position: absolute;
    bottom: 100%;
    left: 10px;
    width: 0;
    height: 0;
    margin-left: -4px;
    content: " ";
    pointer-events: none;
    border: solid transparent;
    border-width: 4px;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #333
}

.restrict-container-main.theme-default .input-slider-value-output.left:after {
    right: auto;
    left: 10px
}

.restrict-container-main.theme-default .input-slider-value-output.right:after {
    right: 10px;
    left: auto
}

.modal-login .sweet-modal {
    border-radius: 10px
}

@media (min-width:600px) {
    .modal-login .sweet-modal {
        width: 500px
    }
}

.modal-login .sweet-modal .sweet-box-actions .sweet-action-close:hover {
    background: #172b4d
}

.modal-body {
    padding: 1.5rem 4.5rem 0
}

.shit-ie #editor-content .clean-text-css,
.shit-ie .font-item-group .clean-text-css {
    -webkit-animation: none;
    animation: none;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: 0;
    animation-duration: 0;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: none;
    animation-name: none;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    background: 0;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    border: 0;
    border-style: none;
    border-width: medium;
    border-color: inherit;
    border-bottom: 0;
    border-bottom-color: inherit;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-collapse: separate;
    -o-border-image: none;
    border-image: none;
    border-left: 0;
    border-left-color: inherit;
    border-left-style: none;
    border-left-width: medium;
    border-radius: 0;
    border-right: 0;
    border-right-color: inherit;
    border-right-style: none;
    border-right-width: medium;
    border-spacing: 0;
    border-top: 0;
    border-top-color: inherit;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-style: none;
    border-top-width: medium;
    bottom: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    caption-side: top;
    clear: none;
    clip: auto;
    color: inherit;
    -webkit-columns: auto;
    -moz-columns: auto;
    columns: auto;
    -webkit-column-count: auto;
    -moz-column-count: auto;
    column-count: auto;
    -webkit-column-fill: balance;
    -moz-column-fill: balance;
    column-fill: balance;
    -webkit-column-gap: normal;
    -moz-column-gap: normal;
    column-gap: normal;
    -webkit-column-rule: medium none currentColor;
    -moz-column-rule: medium none currentColor;
    column-rule: medium none currentColor;
    -webkit-column-rule-color: currentColor;
    -moz-column-rule-color: currentColor;
    column-rule-color: currentColor;
    -webkit-column-rule-style: none;
    -moz-column-rule-style: none;
    column-rule-style: none;
    -webkit-column-rule-width: none;
    -moz-column-rule-width: none;
    column-rule-width: none;
    -webkit-column-span: 1;
    -moz-column-span: 1;
    column-span: 1;
    -webkit-column-width: auto;
    -moz-column-width: auto;
    column-width: auto;
    content: normal;
    counter-increment: none;
    counter-reset: none;
    cursor: auto;
    direction: ltr;
    display: inline;
    empty-cells: show;
    float: none;
    font: normal;
    font-family: inherit;
    font-size: medium;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    height: auto;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    left: auto;
    letter-spacing: normal;
    line-height: normal;
    list-style: none;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    margin: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    opacity: 1;
    orphans: 0;
    outline: 0;
    outline-color: invert;
    outline-style: none;
    outline-width: medium;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    padding: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    -webkit-perspective: none;
    perspective: none;
    -webkit-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
    position: static;
    quotes: "\201C" "\201D" "\2018" "\2019";
    right: auto;
    -moz-tab-size: 8;
    -o-tab-size: 8;
    tab-size: 8;
    table-layout: auto;
    text-align: inherit;
    -moz-text-align-last: auto;
    text-align-last: auto;
    text-decoration: none;
    -webkit-text-decoration-color: inherit;
    text-decoration-color: inherit;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    top: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transform-style: flat;
    transform-style: flat;
    -webkit-transition: none;
    transition: none;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-property: none;
    transition-property: none;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    unicode-bidi: normal;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: 0;
    width: auto;
    word-spacing: normal;
    z-index: auto;
    all: initial;
    all: unset
}

.editor,
.panel.panel-primary {
    padding-left: 0;
    padding-right: 0
}

.editor .navbar,
.panel.panel-primary .navbar {
    font-family: Muli Light
}

.editor .btn,
.panel.panel-primary .btn {
    padding: .375rem .75rem
}

#editor-content h1:not(.clean-text-css),
.font-item-group h1:not(.clean-text-css) {
    font-family: var(--text-family-h1) !important;
    font-size: var(--text-size-h1);
    color: var(--text-color-h1) !important
}

#editor-content h2:not(.clean-text-css),
.font-item-group h2:not(.clean-text-css) {
    font-family: var(--text-family-h2) !important;
    font-size: var(--text-size-h2);
    color: var(--text-color-h2) !important
}

#editor-content h3:not(.clean-text-css),
.font-item-group h3:not(.clean-text-css) {
    font-family: var(--text-family-h3) !important;
    font-size: var(--text-size-h3);
    color: var(--text-color-h3) !important
}

#editor-content h4:not(.clean-text-css):not(.not-editor-content),
.font-item-group h4:not(.clean-text-css):not(.not-editor-content) {
    font-family: var(--text-family-h4) !important;
    font-size: var(--text-size-h4);
    color: var(--text-color-h4) !important
}

#editor-content h5:not(.clean-text-css),
.font-item-group h5:not(.clean-text-css) {
    font-family: var(--text-family-h5) !important;
    font-size: var(--text-size-h5);
    color: var(--text-color-h5) !important
}

#editor-content h6:not(.clean-text-css),
.font-item-group h6:not(.clean-text-css) {
    font-family: var(--text-family-h6) !important;
    font-size: var(--text-size-h6);
    color: var(--text-color-h6) !important
}

#editor-content p:not(.clean-text-css),
.font-item-group p:not(.clean-text-css) {
    font-family: var(--text-family-p) !important;
    font-size: var(--text-size-p);
    color: var(--text-color-p) !important
}

#editor-content .mobile-element h1:not(.clean-text-css),
.font-item-group .mobile-element h1:not(.clean-text-css) {
    font-size: var(--text-size-mobile-h1) !important
}

#editor-content .mobile-element h2:not(.clean-text-css),
.font-item-group .mobile-element h2:not(.clean-text-css) {
    font-size: var(--text-size-mobile-h2) !important
}

#editor-content .mobile-element h3:not(.clean-text-css),
.font-item-group .mobile-element h3:not(.clean-text-css) {
    font-size: var(--text-size-mobile-h3) !important
}

#editor-content .mobile-element h4:not(.clean-text-css):not(.not-editor-content),
.font-item-group .mobile-element h4:not(.clean-text-css):not(.not-editor-content) {
    font-size: var(--text-size-mobile-h4) !important
}

#editor-content .mobile-element h5:not(.clean-text-css),
.font-item-group .mobile-element h5:not(.clean-text-css) {
    font-size: var(--text-size-mobile-h5) !important
}

#editor-content .mobile-element h6:not(.clean-text-css),
.font-item-group .mobile-element h6:not(.clean-text-css) {
    font-size: var(--text-size-mobile-h6) !important
}

#editor-content .mobile-element p:not(.clean-text-css),
.font-item-group .mobile-element p:not(.clean-text-css) {
    font-size: var(--text-size-mobile-p) !important
}

#editor-content .mobile-element *,
#editor-content .mobile-element:not([data-toggle=collapse]),
.font-item-group .mobile-element *,
.font-item-group .mobile-element:not([data-toggle=collapse]) {
    font-size: inherit !important
}

#editor-content .clean-text-css:not(li),
.font-item-group .clean-text-css:not(li) {
    all: unset;
    display: block
}

#editor-content .clean-text-css:not(li) span,
.font-item-group .clean-text-css:not(li) span {
    font-family: inherit
}

#editor-content .line-height-aqui,
.font-item-group .line-height-aqui {
    display: block
}

[element=TextComponent] :not([face]),
[element=TextComponent] :not([size]) {
    line-height: inherit;
    letter-spacing: inherit
}

[element=TextComponent] h1.default,
[element=TextComponent] h1.default *,
[element=TextComponent] h1:not(.clean-text-css) {
    line-height: var(--text-line-height-h1) !important
}

[element=TextComponent] h2.default,
[element=TextComponent] h2.default *,
[element=TextComponent] h2:not(.clean-text-css) {
    line-height: var(--text-line-height-h2) !important
}

[element=TextComponent] h3.default,
[element=TextComponent] h3.default *,
[element=TextComponent] h3:not(.clean-text-css) {
    line-height: var(--text-line-height-h3) !important
}

[element=TextComponent] h4.default,
[element=TextComponent] h4.default *,
[element=TextComponent] h4:not(.clean-text-css) {
    line-height: var(--text-line-height-h4) !important
}

[element=TextComponent] h5.default,
[element=TextComponent] h5.default *,
[element=TextComponent] h5:not(.clean-text-css) {
    line-height: var(--text-line-height-h5) !important
}

[element=TextComponent] h6.default,
[element=TextComponent] h6.default *,
[element=TextComponent] h6:not(.clean-text-css) {
    line-height: var(--text-line-height-h6) !important
}

[element=TextComponent] p.default,
[element=TextComponent] p.default *,
[element=TextComponent] p:not(.clean-text-css) {
    line-height: var(--text-line-height-p) !important
}

.editor {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.panel-constructor {
    float: left;
    height: 100%;
    width: 100%;
    position: absolute;
    background: var(--bg-page);
    overflow: auto;
    overflow-x: hidden;
    z-index: 9999
}

.sitebuilder-element-container {
    position: absolute
}

.v--modal-overlay {
    background: transparent
}

.v--modal {
    -webkit-box-shadow: none;
    box-shadow: none
}

.ui-state-active {
    -webkit-box-shadow: inset 0 0 5px 5px #3cf5ff;
    box-shadow: inset 0 0 5px 5px #3cf5ff
}

.padding-mobile,
.reorder-arrow {
    display: none
}

[data-device=mobile] .padding-mobile {
    display: block
}

[data-device=mobile] #editor-content {
    max-width: 320px !important;
    margin: 0 auto
}

[data-device=mobile] #editor-content .sitebuilder-element-container {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    height: auto !important;
    width: auto !important
}

[data-device=mobile] #editor-content .container-fluid {
    height: auto !important;
    padding-left: 0;
    padding-right: 0
}

[data-device=mobile] #editor-content .container {
    padding-left: 0;
    padding-right: 0
}

[data-device=mobile] #editor-content [element=ButtonComponent] .bt-sb,
[data-device=mobile] #editor-content [element=ImageComponent] img {
    width: 100% !important;
    max-width: 400px;
    height: auto !important
}

[data-device=mobile] #editor-content [element=ImageComponent] {
    text-align: center
}

[data-device=mobile] #editor-content .desktop-element {
    display: none !important
}

[data-device=mobile] #editor-content .reorder-arrow {
    display: block;
    padding-left: 5px
}

[data-device=mobile] #editor-content .hide-mobile-action {
    display: none
}

[data-device=mobile] #editor-content .resizable {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    height: auto !important;
    width: auto !important
}

[data-device=mobile] #editor-content .embed-responsive {
    width: 100% !important;
    height: auto !important
}

[data-device=desktop] .sitebuilder-element-container {
    margin-left: 0 !important;
    margin-right: 0 !important
}

[data-device=desktop] .full-width-element {
    width: 100vw !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important
}

[data-device=desktop] .full-width-element .embed-responsive,
[data-device=desktop] .full-width-element .vdr {
    width: 100% !important
}

[data-device=desktop] [element=ImageComponent] {
    padding: 0 !important
}

[data-gridline=true][data-device=desktop] .gridline-left,
[data-gridline=true][data-device=desktop] .gridline-right,
[data-gridline=true][data-device=mobile] #editor-content {
    border: 1px dashed #00f
}

.gridline-left,
.gridline-right {
    position: fixed;
    top: 0;
    height: 100%;
    width: 0
}

.gridline-left {
    left: 50%
}

.gridline-right {
    right: 50%
}

[data-gridline=true][data-device=desktop] .gridline-left {
    margin-left: -580px
}

[data-gridline=true][data-device=desktop] .gridline-right {
    margin-right: -565px
}

.font-awesome-icon {
    width: 1.5em !important;
    height: 1.5em;
    cursor: pointer
}

.default-options {
    display: none
}

.vdr {
    border: none !important
}

.handle {
    display: none !important;
    border-radius: 50% !important;
    border: none !important;
    background-color: #007bff !important
}

[data-editing=true] .button-panel-components-right {
    display: block !important
}

[data-editing=true] .panel:hover>div,
[data-editing=true] .sitebuilder-element-container:hover>div {
    outline: 1px dotted #00f
}

.sitebuilder-element-container.widget-focused {
    z-index: 10
}

.widget-focused:not([data-editing=true]) .panel-body>.default-options {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    top: -1px;
    font-size: 12px;
    color: #007bff;
    padding: 3px;
    background-color: #fff;
    border: 1px solid #00f;
    z-index: 12
}

.widget-focused:not([data-editing=true]) .panel-body>.default-options .font-awesome-icon {
    padding-left: 5px
}

.widget-focused:not([data-editing=true]) .panel-body>.default-options .danger {
    color: #ff1317
}

.widget-focused:not([data-editing=true])>.panel-primary,
.widget-focused:not([data-editing=true])>.vdr {
    outline: 2px solid #007bff !important
}

.widget-focused:not([data-editing=true])>.vdr>.default-options {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    top: -1px;
    font-size: 12px;
    color: #007bff;
    padding: 3px;
    background-color: #fff;
    border: 1px solid #00f;
    z-index: 12
}

.widget-focused:not([data-editing=true])>.vdr>.default-options .font-awesome-icon {
    padding-left: 5px
}

.widget-focused:not([data-editing=true])>.vdr>.default-options .danger {
    color: #ff1317
}

.widget-focused:not([data-editing=true])>.vdr>.handle-br {
    z-index: 90;
    display: block !important;
    bottom: -5px;
    right: -5px
}

[data-device=mobile] [element=BoxComponent] .sitebuilder-element-receiver {
    height: auto !important;
    width: auto !important
}

.ui-draggable-dragging {
    z-index: 13
}

.modal-loading-overlay {
    z-index: 1000;
    background: rgba(245, 248, 250, .8)
}

.gallery-overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    z-index: 9002;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(37, 37, 37, .9);
    cursor: pointer
}

.gallery-overlay img {
    width: auto;
    max-width: 90vw;
    max-height: 90vh;
    min-height: 200px;
    min-width: 200px;
    border: 1px solid #aaa;
    -webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000
}

.gallery-overlay .gallery-icon {
    position: absolute;
    top: 15px;
    right: 5vw
}

@media (min-width:768px) {
    .gallery-overlay .gallery-icon {
        position: relative;
        height: 100%;
        right: unset;
        top: 30px;
        margin-left: 10px
    }
}

.loader-spinna {
    background-color: rgba(2, 148, 255, .4392156862745098)
}

.loader-spinna:before {
    border: 3px dotted rgba(8, 30, 63, 0);
    -webkit-box-shadow: inset 0 0 0 3em #71c3ff;
    box-shadow: inset 0 0 0 3em #71c3ff
}

.loader-spinna:after {
    -o-border-image: linear-gradient(180deg, #19a6cf 0, transparent);
    border-image: -webkit-gradient(linear, left top, left bottom, from(#5541ff), to(transparent));
    border-image: linear-gradient(180deg, #5541ff 0, transparent)
}

.divBlock:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11
}

#editor-content.popup-editor {
    max-width: 990px;
    margin: 0 auto
}

#editor-content {
    position: relative
}

#editor-content #editor-ruler {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%
}

#editor-content #editor-ruler .ef-ruler {
    overflow: hidden
}

#editor-content #editor-ruler .ef-ruler .ef-ruler.top {
    position: fixed !important;
    top: 50px !important
}

#editor-content #editor-ruler .ef-ruler .line-ruler {
    position: absolute !important;
    cursor: move;
    z-index: 8
}

#editor-content #editor-ruler .ef-ruler .line-vert {
    border-right: 1px solid #00f;
    height: 100%
}

#editor-content #editor-ruler .ef-ruler .line-hor {
    border-bottom: 1px solid #00f;
    width: 100%
}

#editor-content #editor-ruler[data-ruler=true] {
    display: block
}

[data-device=desktop] .sitebuilder-element-container {
    padding: 0 !important
}

[data-device=desktop] [data-hide-desktop=true]:not(.fake-show) {
    display: none
}

[data-device=desktop] [data-hide-desktop=false]:not(.fake-show) {
    display: block
}

[data-device=mobile] [data-hide-mobile=true]:not(.fake-show) {
    display: none
}

[data-device=mobile] [data-hide-mobile=false]:not(.fake-show) {
    display: block
}

[data-device=mobile] .embed-responsive {
    width: 100% !important;
    height: auto !important;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.sweet-modal {
    max-width: 990px !important
}

@media (max-width:980px) {
    .sweet-modal {
        max-width: none !important
    }
}

.sweet-content {
    padding: 0 !important;
    overflow: hidden
}

.sweet-content .form-mboss {
    text-align: initial
}

.sweet-box-actions {
    z-index: 99
}

.panel-constructor.invisible-bg[data-v-17d021dd] {
    background-color: hsla(0, 0%, 100%, 0) !important;
    visibility: visible !important
}

.panel-constructor:not(.invisible-bg) .is-android-bg[data-v-17d021dd] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    height: 100vh;
    clip: rect(0, auto, auto, 0);
    background: var(--bg-page)
}

@font-face {
    font-weight: 300;
    font-family: andale mono;
    src: url(../fonts/Andale\ Mono.663974c9.ttf) format("truetype")
}

@font-face {
    font-weight: 300;
    font-family: arial black;
    src: url(../fonts/arial-black.3e7043e8.ttf) format("truetype")
}

@font-face {
    font-weight: 300;
    font-family: book antiqua;
    src: url(../fonts/Book\ Antiqua.2e5b9fdc.ttf) format("truetype")
}

@font-face {
    font-weight: 300;
    font-family: comic sans ms;
    src: url("../fonts/Comic Sans MS.7cc6719b.ttf") format("truetype")
}

@font-face {
    font-weight: 300;
    font-family: georgia;
    src: url(../fonts/georgia.ca8446d5.ttf) format("truetype")
}

@font-face {
    font-family: impact;
    src: url(../fonts/Impact.fa010cfd.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-weight: 300;
    font-family: tahoma;
    src: url(../fonts/Tahoma.8ce7d837.ttf) format("truetype")
}

@font-face {
    font-weight: 300;
    font-family: terminal;
    src: url(data:font/ttf;base64,) format("truetype")
}

@font-face {
    font-weight: 300;
    font-family: trebuchet ms;
    font-style: normal;
    src: url(../fonts/trebuc.54e1c73d.ttf) format("truetype")
}

@font-face {
    font-weight: 300;
    font-family: verdana;
    src: url(../fonts/VerdanaPro-Regular.0760afba.ttf) format("truetype")
}

@font-face {
    font-weight: 300;
    font-family: webdings;
    src: url(../fonts/WebdingsRegula.1a56b45a.ttf) format("truetype")
}

@font-face {
    font-weight: 300;
    font-family: wingdings;
    src: url(../fonts/wingding.68c74934.ttf) format("truetype")
}

.box-hover-wrapper {
    position: relative;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.box-hover-wrapper,
.box-hover-wrapper * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.box-hover-wrapper .box-hover-content,
.box-hover-wrapper img {
    width: 100%;
    height: 100%
}

.box-hover-wrapper.box-hover-circle,
.box-hover-wrapper.box-hover-circle .box-hover-content-img {
    position: relative;
    width: 100%;
    height: 100%
}

.box-hover-wrapper.box-hover-circle .box-hover-content-info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.box-hover-wrapper.box-hover-circle.effect1 .box-hover-content-img {
    z-index: 11;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.box-hover-wrapper.box-hover-circle.effect1 .box-hover-content-info {
    background: #333;
    opacity: 0;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.box-hover-wrapper.box-hover-circle.effect1.left_to_right .box-hover-content-img {
    -webkit-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0)
}

.box-hover-wrapper.box-hover-circle.effect1.left_to_right .box-hover-content-info {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.box-hover-wrapper.box-hover-circle.effect1.left_to_right .box-hover-content-action:hover .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect1.left_to_right .box-hover-content-hover-static .box-hover-content-img {
    -webkit-transform: scale(.5) translateX(100%);
    transform: scale(.5) translateX(100%)
}

.box-hover-wrapper.box-hover-circle.effect1.left_to_right .box-hover-content-action:hover .box-hover-content-info,
.box-hover-wrapper.box-hover-circle.effect1.left_to_right .box-hover-content-hover-static .box-hover-content-info {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.box-hover-wrapper.box-hover-circle.effect1.right_to_left .box-hover-content-img {
    -webkit-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0)
}

.box-hover-wrapper.box-hover-circle.effect1.right_to_left .box-hover-content-info {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.box-hover-wrapper.box-hover-circle.effect1.right_to_left .box-hover-content-action:hover .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect1.right_to_left .box-hover-content-hover-static .box-hover-content-img {
    -webkit-transform: scale(.5) translateX(-100%);
    transform: scale(.5) translateX(-100%)
}

.box-hover-wrapper.box-hover-circle.effect1.right_to_left .box-hover-content-action:hover .box-hover-content-info,
.box-hover-wrapper.box-hover-circle.effect1.right_to_left .box-hover-content-hover-static .box-hover-content-info {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.box-hover-wrapper.box-hover-circle.effect1.top_to_bottom .box-hover-content-img {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}

.box-hover-wrapper.box-hover-circle.effect1.top_to_bottom .box-hover-content-info {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.box-hover-wrapper.box-hover-circle.effect1.top_to_bottom .box-hover-content-action:hover .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect1.top_to_bottom .box-hover-content-hover-static .box-hover-content-img {
    -webkit-transform: scale(.5) translateY(100%);
    transform: scale(.5) translateY(100%)
}

.box-hover-wrapper.box-hover-circle.effect1.top_to_bottom .box-hover-content-action:hover .box-hover-content-info,
.box-hover-wrapper.box-hover-circle.effect1.top_to_bottom .box-hover-content-hover-static .box-hover-content-info {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.box-hover-wrapper.box-hover-circle.effect1.bottom_to_top .box-hover-content-img {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}

.box-hover-wrapper.box-hover-circle.effect1.bottom_to_top .box-hover-content-info {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.box-hover-wrapper.box-hover-circle.effect1.bottom_to_top .box-hover-content-action:hover .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect1.bottom_to_top .box-hover-content-hover-static .box-hover-content-img {
    -webkit-transform: scale(.5) translateY(-100%);
    transform: scale(.5) translateY(-100%)
}

.box-hover-wrapper.box-hover-circle.effect1.bottom_to_top .box-hover-content-action:hover .box-hover-content-info,
.box-hover-wrapper.box-hover-circle.effect1.bottom_to_top .box-hover-content-hover-static .box-hover-content-info {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.box-hover-wrapper.box-hover-circle.effect2 .box-hover-content-img {
    opacity: 1;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.box-hover-wrapper.box-hover-circle.effect2 .box-hover-content-info {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

.box-hover-wrapper.box-hover-circle.effect2 .box-hover-content-action:hover .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect2 .box-hover-content-hover-static .box-hover-content-img {
    opacity: 0;
    pointer-events: none
}

.box-hover-wrapper.box-hover-circle.effect2 .box-hover-content-action:hover .box-hover-content-info,
.box-hover-wrapper.box-hover-circle.effect2 .box-hover-content-hover-static .box-hover-content-info {
    visibility: visible;
    opacity: 1
}

.box-hover-wrapper.box-hover-circle.effect2.left_to_right .box-hover-content-img {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.box-hover-wrapper.box-hover-circle.effect2.left_to_right .box-hover-content-info {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.box-hover-wrapper.box-hover-circle.effect2.left_to_right .box-hover-content-action:hover .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect2.left_to_right .box-hover-content-hover-static .box-hover-content-img {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.box-hover-wrapper.box-hover-circle.effect2.left_to_right .box-hover-content-action:hover .box-hover-content-info,
.box-hover-wrapper.box-hover-circle.effect2.left_to_right .box-hover-content-hover-static .box-hover-content-info,
.box-hover-wrapper.box-hover-circle.effect2.right_to_left .box-hover-content-img {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.box-hover-wrapper.box-hover-circle.effect2.right_to_left .box-hover-content-info {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.box-hover-wrapper.box-hover-circle.effect2.right_to_left .box-hover-content-action:hover .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect2.right_to_left .box-hover-content-hover-static .box-hover-content-img {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.box-hover-wrapper.box-hover-circle.effect2.right_to_left .box-hover-content-action:hover .box-hover-content-info,
.box-hover-wrapper.box-hover-circle.effect2.right_to_left .box-hover-content-hover-static .box-hover-content-info {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.box-hover-wrapper.box-hover-circle.effect2.top_to_bottom .box-hover-content-img {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.box-hover-wrapper.box-hover-circle.effect2.top_to_bottom .box-hover-content-info {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.box-hover-wrapper.box-hover-circle.effect2.top_to_bottom .box-hover-content-action:hover .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect2.top_to_bottom .box-hover-content-hover-static .box-hover-content-img {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.box-hover-wrapper.box-hover-circle.effect2.bottom_to_top .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect2.top_to_bottom .box-hover-content-action:hover .box-hover-content-info,
.box-hover-wrapper.box-hover-circle.effect2.top_to_bottom .box-hover-content-hover-static .box-hover-content-info {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.box-hover-wrapper.box-hover-circle.effect2.bottom_to_top .box-hover-content-info {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.box-hover-wrapper.box-hover-circle.effect2.bottom_to_top .box-hover-content-action:hover .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect2.bottom_to_top .box-hover-content-hover-static .box-hover-content-img {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.box-hover-wrapper.box-hover-circle.effect2.bottom_to_top .box-hover-content-action:hover .box-hover-content-info,
.box-hover-wrapper.box-hover-circle.effect2.bottom_to_top .box-hover-content-hover-static .box-hover-content-info {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.box-hover-wrapper.box-hover-circle.effect3 .box-hover-content-img {
    opacity: 1;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.box-hover-wrapper.box-hover-circle.effect3 .box-hover-content-info {
    opacity: 0;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.box-hover-wrapper.box-hover-circle.effect3.scale_up .box-hover-content-info {
    -webkit-transform: scale(.5);
    transform: scale(.5)
}

.box-hover-wrapper.box-hover-circle.effect3.scale_up .box-hover-content-action:hover .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect3.scale_up .box-hover-content-hover-static .box-hover-content-img {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

.box-hover-wrapper.box-hover-circle.effect3.scale_up .box-hover-content-action:hover .box-hover-content-info,
.box-hover-wrapper.box-hover-circle.effect3.scale_up .box-hover-content-hover-static .box-hover-content-info {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.box-hover-wrapper.box-hover-circle.effect3.scale_down .box-hover-content-info {
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

.box-hover-wrapper.box-hover-circle.effect3.scale_down .box-hover-content-action:hover .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect3.scale_down .box-hover-content-hover-static .box-hover-content-img {
    opacity: 0;
    -webkit-transform: scale(.5);
    transform: scale(.5)
}

.box-hover-wrapper.box-hover-circle.effect3.scale_down .box-hover-content-action:hover .box-hover-content-info,
.box-hover-wrapper.box-hover-circle.effect3.scale_down .box-hover-content-hover-static .box-hover-content-info {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.box-hover-wrapper.box-hover-circle.effect3.scale_down_up .box-hover-content-info {
    -webkit-transition: all .35s ease-in-out .2s;
    transition: all .35s ease-in-out .2s
}

.box-hover-wrapper.box-hover-circle.effect3.scale_down_up .box-hover-content-action:hover .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect3.scale_down_up .box-hover-content-hover-static .box-hover-content-img {
    opacity: 0;
    -webkit-transform: scale(.5);
    transform: scale(.5)
}

.box-hover-wrapper.box-hover-circle.effect3.scale_down_up .box-hover-content-action:hover .box-hover-content-info,
.box-hover-wrapper.box-hover-circle.effect3.scale_down_up .box-hover-content-hover-static .box-hover-content-info {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.box-hover-wrapper.box-hover-circle.effect4 .box-hover-content-img {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .35s ease-out;
    transition: all .35s ease-out
}

.box-hover-wrapper.box-hover-circle.effect4 .box-hover-content-info {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .35s ease .2s;
    transition: all .35s ease .2s
}

.box-hover-wrapper.box-hover-circle.effect4 .box-hover-content-action:hover .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect4 .box-hover-content-hover-static .box-hover-content-img {
    opacity: 0;
    -webkit-transform: scale(.5);
    transform: scale(.5)
}

.box-hover-wrapper.box-hover-circle.effect4 .box-hover-content-action:hover .box-hover-content-info,
.box-hover-wrapper.box-hover-circle.effect4 .box-hover-content-hover-static .box-hover-content-info {
    visibility: visible;
    opacity: 1
}

.box-hover-wrapper.box-hover-circle.effect4.left_to_right .box-hover-content-info {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.box-hover-wrapper.box-hover-circle.effect4.left_to_right .box-hover-content-action:hover .box-hover-content-info,
.box-hover-wrapper.box-hover-circle.effect4.left_to_right .box-hover-content-hover-static .box-hover-content-info {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.box-hover-wrapper.box-hover-circle.effect4.right_to_left .box-hover-content-info {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.box-hover-wrapper.box-hover-circle.effect4.right_to_left .box-hover-content-action:hover .box-hover-content-info,
.box-hover-wrapper.box-hover-circle.effect4.right_to_left .box-hover-content-hover-static .box-hover-content-info {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.box-hover-wrapper.box-hover-circle.effect4.top_to_bottom .box-hover-content-info {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.box-hover-wrapper.box-hover-circle.effect4.top_to_bottom .box-hover-content-action:hover .box-hover-content-info,
.box-hover-wrapper.box-hover-circle.effect4.top_to_bottom .box-hover-content-hover-static .box-hover-content-info {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.box-hover-wrapper.box-hover-circle.effect4.bottom_to_top .box-hover-content-info {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.box-hover-wrapper.box-hover-circle.effect4.bottom_to_top .box-hover-content-action:hover .box-hover-content-info,
.box-hover-wrapper.box-hover-circle.effect4.bottom_to_top .box-hover-content-hover-static .box-hover-content-info {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.box-hover-wrapper.box-hover-circle.effect5 .box-hover-content-img {
    opacity: 1;
    -webkit-transition: all .35s ease-out;
    transition: all .35s ease-out
}

.box-hover-wrapper.box-hover-circle.effect5 .box-hover-content-info {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition: all .35s ease .2s;
    transition: all .35s ease .2s
}

.box-hover-wrapper.box-hover-circle.effect5 .box-hover-content-action:hover .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect5 .box-hover-content-hover-static .box-hover-content-img {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: scale(.5);
    transform: scale(.5)
}

.box-hover-wrapper.box-hover-circle.effect5 .box-hover-content-action:hover .box-hover-content-info,
.box-hover-wrapper.box-hover-circle.effect5 .box-hover-content-hover-static .box-hover-content-info {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.box-hover-wrapper.box-hover-circle.effect5.left_to_right .box-hover-content-img {
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0)
}

.box-hover-wrapper.box-hover-circle.effect5.left_to_right .box-hover-content-action:hover .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect5.left_to_right .box-hover-content-hover-static .box-hover-content-img {
    -webkit-transform: translateX(100%) rotate(180deg);
    transform: translateX(100%) rotate(180deg)
}

.box-hover-wrapper.box-hover-circle.effect5.right_to_left .box-hover-content-img {
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0)
}

.box-hover-wrapper.box-hover-circle.effect5.right_to_left .box-hover-content-action:hover .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect5.right_to_left .box-hover-content-hover-static .box-hover-content-img {
    -webkit-transform: translateX(-100%) rotate(-180deg);
    transform: translateX(-100%) rotate(-180deg)
}

.box-hover-wrapper.box-hover-circle.effect5.top_to_bottom .box-hover-content-img {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.box-hover-wrapper.box-hover-circle.effect5.top_to_bottom .box-hover-content-action:hover .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect5.top_to_bottom .box-hover-content-hover-static .box-hover-content-img {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.box-hover-wrapper.box-hover-circle.effect5.bottom_to_top .box-hover-content-img {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.box-hover-wrapper.box-hover-circle.effect5.bottom_to_top .box-hover-content-action:hover .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect5.bottom_to_top .box-hover-content-hover-static .box-hover-content-img {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.box-hover-wrapper.box-hover-circle.effect6 {
    -webkit-perspective: 900px;
    perspective: 900px
}

.box-hover-wrapper.box-hover-circle.effect6 .box-hover-content-img {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.box-hover-wrapper.box-hover-circle.effect6 .box-hover-content-info {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .35s ease .35s;
    transition: all .35s ease .35s
}

.box-hover-wrapper.box-hover-circle.effect6 .box-hover-content-action:hover .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect6 .box-hover-content-hover-static .box-hover-content-img {
    opacity: 0
}

.box-hover-wrapper.box-hover-circle.effect6 .box-hover-content-action:hover .box-hover-content-info,
.box-hover-wrapper.box-hover-circle.effect6 .box-hover-content-hover-static .box-hover-content-info {
    visibility: visible;
    opacity: 1
}

.box-hover-wrapper.box-hover-circle.effect6.left_to_right .box-hover-content-img {
    -webkit-transform: translateZ(0) rotateY(0);
    transform: translateZ(0) rotateY(0)
}

.box-hover-wrapper.box-hover-circle.effect6.left_to_right .box-hover-content-info {
    -webkit-transform: translateZ(-1000px) rotateY(-90deg);
    transform: translateZ(-1000px) rotateY(-90deg)
}

.box-hover-wrapper.box-hover-circle.effect6.left_to_right .box-hover-content-action:hover .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect6.left_to_right .box-hover-content-hover-static .box-hover-content-img {
    -webkit-transform: translateZ(-1000px) rotateY(90deg);
    transform: translateZ(-1000px) rotateY(90deg)
}

.box-hover-wrapper.box-hover-circle.effect6.left_to_right .box-hover-content-action:hover .box-hover-content-info,
.box-hover-wrapper.box-hover-circle.effect6.left_to_right .box-hover-content-hover-static .box-hover-content-info,
.box-hover-wrapper.box-hover-circle.effect6.right_to_left .box-hover-content-img {
    -webkit-transform: translateZ(0) rotateY(0);
    transform: translateZ(0) rotateY(0)
}

.box-hover-wrapper.box-hover-circle.effect6.right_to_left .box-hover-content-info {
    -webkit-transform: translateZ(-1000px) rotateY(90deg);
    transform: translateZ(-1000px) rotateY(90deg)
}

.box-hover-wrapper.box-hover-circle.effect6.right_to_left .box-hover-content-action:hover .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect6.right_to_left .box-hover-content-hover-static .box-hover-content-img {
    -webkit-transform: translateZ(-1000px) rotateY(-90deg);
    transform: translateZ(-1000px) rotateY(-90deg)
}

.box-hover-wrapper.box-hover-circle.effect6.right_to_left .box-hover-content-action:hover .box-hover-content-info,
.box-hover-wrapper.box-hover-circle.effect6.right_to_left .box-hover-content-hover-static .box-hover-content-info {
    -webkit-transform: translateZ(0) rotateY(0);
    transform: translateZ(0) rotateY(0)
}

.box-hover-wrapper.box-hover-circle.effect6.top_to_bottom .box-hover-content-img {
    -webkit-transform: translateZ(0) rotateX(0);
    transform: translateZ(0) rotateX(0)
}

.box-hover-wrapper.box-hover-circle.effect6.top_to_bottom .box-hover-content-info {
    -webkit-transform: translateZ(-1000px) rotateX(90deg);
    transform: translateZ(-1000px) rotateX(90deg)
}

.box-hover-wrapper.box-hover-circle.effect6.top_to_bottom .box-hover-content-action:hover .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect6.top_to_bottom .box-hover-content-hover-static .box-hover-content-img {
    -webkit-transform: translateZ(-1000px) rotateX(-90deg);
    transform: translateZ(-1000px) rotateX(-90deg)
}

.box-hover-wrapper.box-hover-circle.effect6.bottom_to_top .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect6.top_to_bottom .box-hover-content-action:hover .box-hover-content-info,
.box-hover-wrapper.box-hover-circle.effect6.top_to_bottom .box-hover-content-hover-static .box-hover-content-info {
    -webkit-transform: translateZ(0) rotateX(0);
    transform: translateZ(0) rotateX(0)
}

.box-hover-wrapper.box-hover-circle.effect6.bottom_to_top .box-hover-content-info {
    -webkit-transform: translateZ(-1000px) rotateX(-90deg);
    transform: translateZ(-1000px) rotateX(-90deg)
}

.box-hover-wrapper.box-hover-circle.effect6.bottom_to_top .box-hover-content-action:hover .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect6.bottom_to_top .box-hover-content-hover-static .box-hover-content-img {
    -webkit-transform: translateZ(-1000px) rotateX(90deg);
    transform: translateZ(-1000px) rotateX(90deg)
}

.box-hover-wrapper.box-hover-circle.effect6.bottom_to_top .box-hover-content-action:hover .box-hover-content-info,
.box-hover-wrapper.box-hover-circle.effect6.bottom_to_top .box-hover-content-hover-static .box-hover-content-info {
    -webkit-transform: translateZ(0) rotateX(0);
    transform: translateZ(0) rotateX(0)
}

.box-hover-wrapper.box-hover-circle.effect7 {
    -webkit-perspective: 900px;
    perspective: 900px
}

.box-hover-wrapper.box-hover-circle.effect7 .box-hover-content-img {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out
}

.box-hover-wrapper.box-hover-circle.effect7 .box-hover-content-info {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .35s ease-in-out .3s;
    transition: all .35s ease-in-out .3s
}

.box-hover-wrapper.box-hover-circle.effect7 .box-hover-content-action:hover .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect7 .box-hover-content-hover-static .box-hover-content-img {
    opacity: 0;
    visibility: hidden
}

.box-hover-wrapper.box-hover-circle.effect7 .box-hover-content-action:hover .box-hover-content-info,
.box-hover-wrapper.box-hover-circle.effect7 .box-hover-content-hover-static .box-hover-content-info {
    visibility: visible;
    opacity: 1
}

.box-hover-wrapper.box-hover-circle.effect7.left_to_right .box-hover-content-img {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}

.box-hover-wrapper.box-hover-circle.effect7.left_to_right .box-hover-content-info {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.box-hover-wrapper.box-hover-circle.effect7.left_to_right .box-hover-content-action:hover .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect7.left_to_right .box-hover-content-hover-static .box-hover-content-img {
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg)
}

.box-hover-wrapper.box-hover-circle.effect7.left_to_right .box-hover-content-action:hover .box-hover-content-info,
.box-hover-wrapper.box-hover-circle.effect7.left_to_right .box-hover-content-hover-static .box-hover-content-info {
    -webkit-transform: rotateY(0);
    transform: rotateY(0)
}

.box-hover-wrapper.box-hover-circle.effect7.right_to_left .box-hover-content-img {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.box-hover-wrapper.box-hover-circle.effect7.right_to_left .box-hover-content-info {
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}

.box-hover-wrapper.box-hover-circle.effect7.right_to_left .box-hover-content-action:hover .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect7.right_to_left .box-hover-content-hover-static .box-hover-content-img {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg)
}

.box-hover-wrapper.box-hover-circle.effect7.right_to_left .box-hover-content-action:hover .box-hover-content-info,
.box-hover-wrapper.box-hover-circle.effect7.right_to_left .box-hover-content-hover-static .box-hover-content-info {
    -webkit-transform: rotateY(0);
    transform: rotateY(0)
}

.box-hover-wrapper.box-hover-circle.effect7.top_to_bottom .box-hover-content-img {
    -webkit-transform: translateZ(0) rotateX(0);
    transform: translateZ(0) rotateX(0)
}

.box-hover-wrapper.box-hover-circle.effect7.top_to_bottom .box-hover-content-info {
    -webkit-transform: translateZ(-1000px) rotateX(90deg);
    transform: translateZ(-1000px) rotateX(90deg)
}

.box-hover-wrapper.box-hover-circle.effect7.top_to_bottom .box-hover-content-action:hover .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect7.top_to_bottom .box-hover-content-hover-static .box-hover-content-img {
    -webkit-transform: translateZ(-1000px) rotateX(-90deg);
    transform: translateZ(-1000px) rotateX(-90deg)
}

.box-hover-wrapper.box-hover-circle.effect7.bottom_to_top .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect7.top_to_bottom .box-hover-content-action:hover .box-hover-content-info,
.box-hover-wrapper.box-hover-circle.effect7.top_to_bottom .box-hover-content-hover-static .box-hover-content-info {
    -webkit-transform: translateZ(0) rotateX(0);
    transform: translateZ(0) rotateX(0)
}

.box-hover-wrapper.box-hover-circle.effect7.bottom_to_top .box-hover-content-info {
    -webkit-transform: translateZ(-1000px) rotateX(-90deg);
    transform: translateZ(-1000px) rotateX(-90deg)
}

.box-hover-wrapper.box-hover-circle.effect7.bottom_to_top .box-hover-content-action:hover .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect7.bottom_to_top .box-hover-content-hover-static .box-hover-content-img {
    -webkit-transform: translateZ(-1000px) rotateX(90deg);
    transform: translateZ(-1000px) rotateX(90deg)
}

.box-hover-wrapper.box-hover-circle.effect7.bottom_to_top .box-hover-content-action:hover .box-hover-content-info,
.box-hover-wrapper.box-hover-circle.effect7.bottom_to_top .box-hover-content-hover-static .box-hover-content-info {
    -webkit-transform: translateZ(0) rotateX(0);
    transform: translateZ(0) rotateX(0)
}

.box-hover-wrapper.box-hover-circle.effect8 .box-hover-content-img {
    z-index: 11
}

.box-hover-wrapper.box-hover-circle.effect8 .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect8 .box-hover-content-info {
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.box-hover-wrapper.box-hover-circle.effect8.left_to_right .box-hover-content-img {
    -webkit-transform-origin: 95% 40%;
    transform-origin: 95% 40%
}

.box-hover-wrapper.box-hover-circle.effect8.left_to_right .box-hover-content-img:after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    border-radius: 50%;
    top: 40%;
    left: 95%;
    margin: -4px 0 0 -4px;
    background: rgba(0, 0, 0, .8);
    -webkit-box-shadow: 0 0 1px hsla(0, 0%, 100%, .9);
    box-shadow: 0 0 1px hsla(0, 0%, 100%, .9)
}

.box-hover-wrapper.box-hover-circle.effect8.left_to_right .box-hover-content-action:hover .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect8.left_to_right .box-hover-content-hover-static .box-hover-content-img {
    -webkit-transform: rotate(-120deg);
    transform: rotate(-120deg)
}

.box-hover-wrapper.box-hover-circle.effect8.right_to_left .box-hover-content-img {
    -webkit-transform-origin: 5% 40%;
    transform-origin: 5% 40%
}

.box-hover-wrapper.box-hover-circle.effect8.right_to_left .box-hover-content-img:after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    border-radius: 50%;
    top: 40%;
    left: 5%;
    margin: -4px 0 0 -4px;
    background: rgba(0, 0, 0, .8);
    -webkit-box-shadow: 0 0 1px hsla(0, 0%, 100%, .9);
    box-shadow: 0 0 1px hsla(0, 0%, 100%, .9)
}

.box-hover-wrapper.box-hover-circle.effect8.right_to_left .box-hover-content-action:hover .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect8.right_to_left .box-hover-content-hover-static .box-hover-content-img {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg)
}

.box-hover-wrapper.box-hover-circle.effect9 {
    -webkit-perspective: 900px;
    perspective: 900px
}

.box-hover-wrapper.box-hover-circle.effect9 .box-hover-content-img {
    z-index: 11;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.box-hover-wrapper.box-hover-circle.effect9 .box-hover-content-info {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.box-hover-wrapper.box-hover-circle.effect9.left_to_right .box-hover-content-img {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}

.box-hover-wrapper.box-hover-circle.effect9.left_to_right .box-hover-content-action:hover .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect9.left_to_right .box-hover-content-hover-static .box-hover-content-img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.box-hover-wrapper.box-hover-circle.effect9.right_to_left .box-hover-content-img {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.box-hover-wrapper.box-hover-circle.effect9.right_to_left .box-hover-content-action:hover .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect9.right_to_left .box-hover-content-hover-static .box-hover-content-img {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.box-hover-wrapper.box-hover-circle.effect9.top_to_bottom .box-hover-content-img {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.box-hover-wrapper.box-hover-circle.effect9.top_to_bottom .box-hover-content-action:hover .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect9.top_to_bottom .box-hover-content-hover-static .box-hover-content-img {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg)
}

.box-hover-wrapper.box-hover-circle.effect9.bottom_to_top .box-hover-content-img {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0
}

.box-hover-wrapper.box-hover-circle.effect9.bottom_to_top .box-hover-content-action:hover .box-hover-content-img,
.box-hover-wrapper.box-hover-circle.effect9.bottom_to_top .box-hover-content-hover-static .box-hover-content-img {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.box-hover-wrapper.box-hover-circle.effect10 .box-hover-content-info {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.box-hover-wrapper.box-hover-circle.effect10 .box-hover-content-action:hover .box-hover-content-info,
.box-hover-wrapper.box-hover-circle.effect10 .box-hover-content-hover-static .box-hover-content-info {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.editor-content-header-modify-on-scroll {
    display: none;
    position: sticky;
    top: 0;
    z-index: 9000
}

.editor-content-header-modify-on-scroll.active {
    display: block
}

.editor-content-header-modify-on-scroll .fade-enter-active,
.editor-content-header-modify-on-scroll .fade-leave-active {
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

.editor-content-header-modify-on-scroll .fade-enter,
.editor-content-header-modify-on-scroll .fade-leave-to {
    opacity: 0
}

.editor-content-header-modify-on-scroll .editor-content-layout-item,
.editor-content-header-modify-on-scroll .panel {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.editor-content-header-modify-on-scroll [data-header-modify-on-scroll]:not(.is-showed) .panel {
    min-height: 0 !important;
    height: 0 !important
}

.sweet-action-close:hover {
    background: #000 !important;
    color: #fff !important
}

html {
    overflow: hidden
}

body.free-website #editor-content {
    margin-top: 50px
}

body.free-website .sweet-modal-overlay {
    top: 50px !important
}

#app {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@supports (hanging-punctuation:first) and (font:-apple-system-body) and (-webkit-appearance:none) {
    #app {
        font-synthesis: none !important
    }
}

html[lang=ar] [element=MailingBossFormComponent] .form-group,
html[lang=ar] [element=SimpleFormComponent] .form-group,
html[lang=he] [element=MailingBossFormComponent] .form-group,
html[lang=he] [element=SimpleFormComponent] .form-group {
    text-align: right
}

[data-device=desktop] .max-height-20 {
    max-height: 20vh !important
}

[data-device=desktop] .max-height-20 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-21 {
    max-height: 21vh !important
}

[data-device=desktop] .max-height-21 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-22 {
    max-height: 22vh !important
}

[data-device=desktop] .max-height-22 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-23 {
    max-height: 23vh !important
}

[data-device=desktop] .max-height-23 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-24 {
    max-height: 24vh !important
}

[data-device=desktop] .max-height-24 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-25 {
    max-height: 25vh !important
}

[data-device=desktop] .max-height-25 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-26 {
    max-height: 26vh !important
}

[data-device=desktop] .max-height-26 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-27 {
    max-height: 27vh !important
}

[data-device=desktop] .max-height-27 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-28 {
    max-height: 28vh !important
}

[data-device=desktop] .max-height-28 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-29 {
    max-height: 29vh !important
}

[data-device=desktop] .max-height-29 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-30 {
    max-height: 30vh !important
}

[data-device=desktop] .max-height-30 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-31 {
    max-height: 31vh !important
}

[data-device=desktop] .max-height-31 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-32 {
    max-height: 32vh !important
}

[data-device=desktop] .max-height-32 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-33 {
    max-height: 33vh !important
}

[data-device=desktop] .max-height-33 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-34 {
    max-height: 34vh !important
}

[data-device=desktop] .max-height-34 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-35 {
    max-height: 35vh !important
}

[data-device=desktop] .max-height-35 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-36 {
    max-height: 36vh !important
}

[data-device=desktop] .max-height-36 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-37 {
    max-height: 37vh !important
}

[data-device=desktop] .max-height-37 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-38 {
    max-height: 38vh !important
}

[data-device=desktop] .max-height-38 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-39 {
    max-height: 39vh !important
}

[data-device=desktop] .max-height-39 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-40 {
    max-height: 40vh !important
}

[data-device=desktop] .max-height-40 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-41 {
    max-height: 41vh !important
}

[data-device=desktop] .max-height-41 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-42 {
    max-height: 42vh !important
}

[data-device=desktop] .max-height-42 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-43 {
    max-height: 43vh !important
}

[data-device=desktop] .max-height-43 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-44 {
    max-height: 44vh !important
}

[data-device=desktop] .max-height-44 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-45 {
    max-height: 45vh !important
}

[data-device=desktop] .max-height-45 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-46 {
    max-height: 46vh !important
}

[data-device=desktop] .max-height-46 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-47 {
    max-height: 47vh !important
}

[data-device=desktop] .max-height-47 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-48 {
    max-height: 48vh !important
}

[data-device=desktop] .max-height-48 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-49 {
    max-height: 49vh !important
}

[data-device=desktop] .max-height-49 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-50 {
    max-height: 50vh !important
}

[data-device=desktop] .max-height-50 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-51 {
    max-height: 51vh !important
}

[data-device=desktop] .max-height-51 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-52 {
    max-height: 52vh !important
}

[data-device=desktop] .max-height-52 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-53 {
    max-height: 53vh !important
}

[data-device=desktop] .max-height-53 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-54 {
    max-height: 54vh !important
}

[data-device=desktop] .max-height-54 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-55 {
    max-height: 55vh !important
}

[data-device=desktop] .max-height-55 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-56 {
    max-height: 56vh !important
}

[data-device=desktop] .max-height-56 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-57 {
    max-height: 57vh !important
}

[data-device=desktop] .max-height-57 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-58 {
    max-height: 58vh !important
}

[data-device=desktop] .max-height-58 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-59 {
    max-height: 59vh !important
}

[data-device=desktop] .max-height-59 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-60 {
    max-height: 60vh !important
}

[data-device=desktop] .max-height-60 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-61 {
    max-height: 61vh !important
}

[data-device=desktop] .max-height-61 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-62 {
    max-height: 62vh !important
}

[data-device=desktop] .max-height-62 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-63 {
    max-height: 63vh !important
}

[data-device=desktop] .max-height-63 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-64 {
    max-height: 64vh !important
}

[data-device=desktop] .max-height-64 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-65 {
    max-height: 65vh !important
}

[data-device=desktop] .max-height-65 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-66 {
    max-height: 66vh !important
}

[data-device=desktop] .max-height-66 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-67 {
    max-height: 67vh !important
}

[data-device=desktop] .max-height-67 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-68 {
    max-height: 68vh !important
}

[data-device=desktop] .max-height-68 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-69 {
    max-height: 69vh !important
}

[data-device=desktop] .max-height-69 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-70 {
    max-height: 70vh !important
}

[data-device=desktop] .max-height-70 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-71 {
    max-height: 71vh !important
}

[data-device=desktop] .max-height-71 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-72 {
    max-height: 72vh !important
}

[data-device=desktop] .max-height-72 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-73 {
    max-height: 73vh !important
}

[data-device=desktop] .max-height-73 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-74 {
    max-height: 74vh !important
}

[data-device=desktop] .max-height-74 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-75 {
    max-height: 75vh !important
}

[data-device=desktop] .max-height-75 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-76 {
    max-height: 76vh !important
}

[data-device=desktop] .max-height-76 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-77 {
    max-height: 77vh !important
}

[data-device=desktop] .max-height-77 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-78 {
    max-height: 78vh !important
}

[data-device=desktop] .max-height-78 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-79 {
    max-height: 79vh !important
}

[data-device=desktop] .max-height-79 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-80 {
    max-height: 80vh !important
}

[data-device=desktop] .max-height-80 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-81 {
    max-height: 81vh !important
}

[data-device=desktop] .max-height-81 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-82 {
    max-height: 82vh !important
}

[data-device=desktop] .max-height-82 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-83 {
    max-height: 83vh !important
}

[data-device=desktop] .max-height-83 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-84 {
    max-height: 84vh !important
}

[data-device=desktop] .max-height-84 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-85 {
    max-height: 85vh !important
}

[data-device=desktop] .max-height-85 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-86 {
    max-height: 86vh !important
}

[data-device=desktop] .max-height-86 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-87 {
    max-height: 87vh !important
}

[data-device=desktop] .max-height-87 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-88 {
    max-height: 88vh !important
}

[data-device=desktop] .max-height-88 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-89 {
    max-height: 89vh !important
}

[data-device=desktop] .max-height-89 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-90 {
    max-height: 90vh !important
}

[data-device=desktop] .max-height-90 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-91 {
    max-height: 91vh !important
}

[data-device=desktop] .max-height-91 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-92 {
    max-height: 92vh !important
}

[data-device=desktop] .max-height-92 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-93 {
    max-height: 93vh !important
}

[data-device=desktop] .max-height-93 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-94 {
    max-height: 94vh !important
}

[data-device=desktop] .max-height-94 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-95 {
    max-height: 95vh !important
}

[data-device=desktop] .max-height-95 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-96 {
    max-height: 96vh !important
}

[data-device=desktop] .max-height-96 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-97 {
    max-height: 97vh !important
}

[data-device=desktop] .max-height-97 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-98 {
    max-height: 98vh !important
}

[data-device=desktop] .max-height-98 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-99 {
    max-height: 99vh !important
}

[data-device=desktop] .max-height-99 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .max-height-100 {
    max-height: 100vh !important
}

[data-device=desktop] .max-height-100 .sweet-modal {
    height: 100% !important;
    background: transparent !important
}

[data-device=desktop] .sweet-modal .panel-body.container {
    width: 990px !important
}

[data-device=desktop] .sweet-modal-overlay.overlay-none {
    background: transparent
}

[data-device=desktop] .sweet-modal-overlay.full-size .sweet-modal {
    max-width: 100% !important
}

[data-device=desktop] .sweet-modal-overlay.direction-bottom {
    bottom: 0;
    top: auto
}

.padding-modal .sweet-content {
    padding-top: 30px !important;
    padding-bottom: 30px !important
}

[element$=VideoComponent] .the-sticky-div-content {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

[element$=VideoComponent].stuck-bottom-right-small,
[element$=VideoComponent].stuckBRs {
    position: fixed;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    width: 260px !important;
    height: 145px !important;
    -webkit-animation: fade-in-up .25s ease forwards;
    animation: fade-in-up .25s ease forwards;
    right: 25px;
    left: unset !important;
    top: unset !important;
    bottom: 10px;
    z-index: 100 !important
}

[element$=VideoComponent].stuck-top-left-small,
[element$=VideoComponent].stuckTLs {
    left: 10px !important
}

[element$=VideoComponent].stuck-top-left-small,
[element$=VideoComponent].stuck-top-right,
[element$=VideoComponent].stuckTLs,
[element$=VideoComponent].stuckTRs {
    position: fixed;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    width: 260px !important;
    height: 145px !important;
    -webkit-animation: fade-in-up .25s ease forwards;
    animation: fade-in-up .25s ease forwards;
    top: 10px !important;
    z-index: 100 !important
}

[element$=VideoComponent].stuck-top-right,
[element$=VideoComponent].stuckTRs {
    right: 25px;
    left: unset !important
}

[element$=VideoComponent].stuck-bottom-left,
[element$=VideoComponent].stuckBLs {
    width: 260px !important;
    height: 145px !important;
    right: unset;
    left: 10px !important
}

[element$=VideoComponent].stuck-bottom-left,
[element$=VideoComponent].stuck-bottom-right-medium,
[element$=VideoComponent].stuckBLs,
[element$=VideoComponent].stuckBRm {
    position: fixed;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-animation: fade-in-up .25s ease forwards;
    animation: fade-in-up .25s ease forwards;
    top: unset !important;
    bottom: 10px;
    z-index: 100 !important
}

[element$=VideoComponent].stuck-bottom-right-medium,
[element$=VideoComponent].stuckBRm {
    width: 400px !important;
    height: 227px !important;
    right: 25px;
    left: unset !important
}

[element$=VideoComponent].stuck-top-left-medium,
[element$=VideoComponent].stuckTLm {
    left: 10px !important
}

[element$=VideoComponent].stuck-top-left-medium,
[element$=VideoComponent].stuck-top-right-medium,
[element$=VideoComponent].stuckTLm,
[element$=VideoComponent].stuckTRm {
    position: fixed;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    width: 400px !important;
    height: 227px !important;
    -webkit-animation: fade-in-up .25s ease forwards;
    animation: fade-in-up .25s ease forwards;
    top: 10px !important;
    z-index: 100 !important
}

[element$=VideoComponent].stuck-top-right-medium,
[element$=VideoComponent].stuckTRm {
    right: 25px;
    left: unset !important
}

[element$=VideoComponent].stuck-bottom-left,
[element$=VideoComponent].stuckBLm {
    width: 400px !important;
    height: 227px !important;
    right: unset;
    left: 10px !important
}

[element$=VideoComponent].stuck-bottom-left,
[element$=VideoComponent].stuck-bottom-right,
[element$=VideoComponent].stuckBLm,
[element$=VideoComponent].stuckBRl {
    position: fixed;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-animation: fade-in-up .25s ease forwards;
    animation: fade-in-up .25s ease forwards;
    top: unset !important;
    bottom: 10px;
    z-index: 100 !important
}

[element$=VideoComponent].stuck-bottom-right,
[element$=VideoComponent].stuckBRl {
    width: 500px !important;
    height: 283px !important;
    right: 25px;
    left: unset !important
}

[element$=VideoComponent].stuck-top-left,
[element$=VideoComponent].stuckTLl {
    left: 10px !important
}

[element$=VideoComponent].stuck-top-left,
[element$=VideoComponent].stuck-top-right,
[element$=VideoComponent].stuckTLl,
[element$=VideoComponent].stuckTRl {
    position: fixed;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    width: 500px !important;
    height: 283px !important;
    -webkit-animation: fade-in-up .25s ease forwards;
    animation: fade-in-up .25s ease forwards;
    top: 10px !important;
    z-index: 100 !important
}

[element$=VideoComponent].stuck-top-right,
[element$=VideoComponent].stuckTRl {
    right: 25px;
    left: unset !important
}

[element$=VideoComponent].stuck-bottom-left,
[element$=VideoComponent].stuckBLl {
    position: fixed;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    width: 500px !important;
    height: 283px !important;
    -webkit-animation: fade-in-up .25s ease forwards;
    animation: fade-in-up .25s ease forwards;
    right: unset;
    left: 10px !important;
    top: unset !important;
    bottom: 10px;
    z-index: 100 !important
}

.sweet-content {
    overflow-y: auto
}

.banner-free {
    position: fixed;
    height: 50px !important;
    width: 100%;
    top: 0;
    text-align: center;
    z-index: 99999;
    padding-top: 5px;
    font-family: Muli, sans-serif;
    background: #fff;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    border-radius: 4px
}

.banner-free .banner-free-first-text,
.banner-free .banner-free-second-text,
.banner-free .banner-free-third-text {
    color: #000;
    margin-right: 5px
}

.banner-free .banner-free-second-text {
    color: #882cfd
}

.banner-free .banner-free-img {
    width: 110px
}

.banner-free .btn-banner-free {
    width: 160px;
    height: 40px;
    background: #7e1afd;
    border-radius: 8px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 30px;
    color: #fff
}

@media (max-width:800px) {
    .banner-free {
        padding-top: 0
    }
    .banner-free,
    .banner-free .btn-banner-free {
        font-size: 12px
    }
    .banner-free .banner-free-third-text {
        display: none
    }
}

.sweet-modal-helper-ios-15 .sweet-modal {
    top: 10px;
    max-height: calc(90vh - 10px)
}

.sweet-modal-helper-ios-15 .sweet-modal .sweet-content-content {
    max-height: 85vh
}

.sweet-modal-helper-ios .sweet-modal .sweet-content-content {
    max-height: calc(100vh - 110px)
}

@media (max-width:600px) {
    .banner-free .btn-banner-free {
        position: absolute;
        left: calc(50% - 80px);
        top: 30px
    }
}

@media (max-width:600px) {
    .banner-free .banner-free-img {
        display: none
    }
}

.page-mask-active {
    z-index: 1;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.invisible {
    visibility: hidden
}

[data-device=desktop] [data-fixed=true]:not([data-header-modify-on-scroll]):not([data-footer-fixed=true]) {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 9000
}

[data-device=desktop] [data-fixed=true]:not([data-header-modify-on-scroll]):not([data-footer-fixed=true]).scroll-fixed-z-index {
    width: calc(100% - 15px)
}

[data-device=mobile] [data-fixed-mobile=true]:not([data-header-modify-on-scroll]):not([data-footer-fixed-mobile=true]) {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9000
}

[data-device=desktop] [data-footer-fixed=true] {
    position: fixed;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 9000
}

[data-device=desktop] [data-footer-fixed=true].scroll-fixed-z-index {
    width: calc(100% - 15px)
}

[data-device=desktop] .sitebuilder-element-container {
    max-width: none !important
}

[data-device=mobile] [data-footer-fixed-mobile=true] {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 9000
}

body.free-website [data-fixed=true] {
    top: 50px
}

[data-device=desktop] .remove-margin-top,
[data-device=mobile] .remove-margin-top-mobile {
    margin-top: 0 !important
}

#gdpr-cookie-message {
    position: fixed;
    max-width: 600px;
    padding: 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, .25);
    box-shadow: 0 6px 6px rgba(0, 0, 0, .25);
    font-family: var(--messageFontFamily), sans-serif;
    background-color: var(--backgroundColor);
    z-index: 9000
}

#gdpr-cookie-message.bottom-right {
    right: 30px;
    bottom: 30px
}

#gdpr-cookie-message.bottom-right button#gdpr-cookie-accept {
    position: absolute;
    right: 15px
}

#gdpr-cookie-message.top-right {
    right: 30px;
    top: 30px
}

#gdpr-cookie-message.top-right button#gdpr-cookie-accept {
    position: absolute;
    right: 15px
}

#gdpr-cookie-message.bottom-left {
    left: 30px;
    bottom: 30px
}

#gdpr-cookie-message.bottom-left button#gdpr-cookie-accept {
    position: absolute;
    right: 15px
}

#gdpr-cookie-message.top-left {
    left: 30px;
    top: 30px
}

#gdpr-cookie-message.top-left button#gdpr-cookie-accept {
    position: absolute;
    right: 15px
}

#gdpr-cookie-message.full-bottom {
    bottom: 0;
    left: 0;
    max-width: none;
    width: 100%
}

#gdpr-cookie-message.full-bottom * {
    max-width: 500px;
    margin: 5px auto
}

#gdpr-cookie-message.full-top {
    top: 0;
    left: 0;
    max-width: none;
    width: 100%;
    bottom: unset
}

#gdpr-cookie-message.full-top * {
    max-width: 500px;
    margin: 5px auto
}

#gdpr-cookie-message.center-center {
    top: calc(50% - 90px);
    left: calc(50% - 300px)
}

#gdpr-cookie-message.center-center button#gdpr-cookie-accept {
    position: absolute;
    right: 15px
}

#gdpr-cookie-message h4 {
    font-family: var(--titleFontFamily), sans-serif;
    font-size: var(--titleFontSize)
}

#gdpr-cookie-message h4,
#gdpr-cookie-message h5 {
    color: var(--colorTitle);
    font-weight: 500;
    margin-bottom: 10px
}

#gdpr-cookie-message h5 {
    font-family: var(--cookieTypesTitleFontFamily), sans-serif;
    font-size: var(--cookieTypesTitleFontSize)
}

#gdpr-cookie-message input[type=checkbox] {
    float: none;
    margin-top: 0;
    margin-right: 5px
}

#gdpr-cookie-message p:first-of-type {
    max-height: 100px;
    overflow: auto
}

#gdpr-cookie-message p,
#gdpr-cookie-message ul {
    color: var(--colorParagraph);
    font-size: var(--messageFontSize);
    line-height: 1.5em
}

#gdpr-cookie-message p:last-child,
#gdpr-cookie-message ul:last-child {
    margin-bottom: 0;
    text-align: right;
    -webkit-padding-start: 0 !important;
    padding-inline-start: 0 !important
}

#gdpr-cookie-message li {
    width: 49%;
    display: inline-block;
    text-align: left
}

#gdpr-cookie-message a {
    color: var(--colorLink);
    font-family: var(--moreInfoLabelFontFamily), sans-serif;
    font-size: var(--moreInfoLabelFontSize);
    text-decoration: none;
    padding-bottom: 2px;
    border-bottom: 1px dotted hsla(0, 0%, 100%, .75)
}

#gdpr-cookie-message a,
#gdpr-cookie-message a:hover {
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

#gdpr-cookie-message a:hover {
    color: #fff;
    border-bottom-color: var(--colorLink)
}

#gdpr-cookie-message button {
    border: none;
    background: var(--buttonBackground);
    color: var(--buttonColor);
    font-family: var(--acceptBtnLabelFontFamily), sans-serif;
    font-size: var(--acceptBtnLabelFontSize);
    padding: 7px;
    border-radius: 3px;
    margin-left: 15px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    min-height: 58px;
    max-width: 185px
}

#gdpr-cookie-message button:hover {
    background: var(--buttonColor);
    color: var(--buttonBackground);
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

#gdpr-cookie-message button:disabled {
    opacity: .3
}

button#gdpr-cookie-advanced {
    font-family: var(--advancedBtnLabelFontFamily);
    font-size: var(--advancedBtnLabelFontSize);
    right: 20px
}

button#gdpr-cookie-advanced,
button#gdpr-cookie-only {
    background: var(--buttonAdvBackground);
    color: var(--buttonAdvColor);
    position: relative;
    float: left;
    min-height: 40px;
    margin-top: 9px
}

button#gdpr-cookie-only {
    font-family: var(--onlyBtnLabelFontFamily);
    font-size: var(--onlyBtnLabelFontSize);
    right: 13px
}

#gdpr-reset-cookies {
    border: var(--borderReesetCookies);
    font-family: Roboto, sans-serif;
    font-size: 11px;
    padding: 7px;
    border-radius: var(--borderRadiusResetCookies);
    margin-left: 15px;
    cursor: pointer;
    height: 40px;
    background: var(--buttonBackgroundResetCookies);
    color: var(--buttonColorResetCookies);
    position: absolute;
    bottom: 0
}

#gdpr-reset-cookies,
#gdpr-reset-cookies:hover {
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

#gdpr-reset-cookies:hover {
    background: var(--buttonColorResetCookies);
    color: var(--buttonBackgroundResetCookies)
}

[data-device=mobile]~#gdpr-cookie-message {
    width: auto;
    left: 0 !important
}

[data-device=mobile]~#gdpr-cookie-message button {
    float: left;
    max-width: 100px;
    right: 0;
    height: auto;
    margin-top: 9px
}

.link-action {
    cursor: pointer
}

[data-device=mobile] .desktop-element {
    display: none !important
}

[data-device=mobile] .sitebuilder-element-container {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    height: auto !important;
    width: auto !important;
    padding-top: 15px;
    padding-bottom: 15px
}

[data-device=mobile] .container-fluid {
    height: auto !important
}

[data-device=mobile] [element=ImageComponent] img {
    width: 100% !important;
    max-width: 400px;
    height: auto !important
}

[data-device=mobile] [element=ImageComponent] {
    text-align: center
}

[data-device=desktop] .mobile-element {
    display: none !important
}

.modal-loading-overlay {
    display: none;
    position: fixed;
    z-index: 90002;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff
}

body.loading .modal-loading-overlay {
    overflow: hidden;
    display: block
}

body.loading-office-checkout .modal-loading-overlay {
    overflow: hidden;
    display: block !important;
    background: hsla(0, 0%, 100%, .6) !important
}

body.loading-office-checkout .modal-loading-overlay p {
    display: block !important;
    position: absolute;
    top: calc(50% + 60px);
    left: calc(50% - 250px)
}

.loader-spinna {
    overflow: hidden;
    z-index: 2;
    background-color: rgba(2, 22, 43, .44);
    top: 50%;
    left: calc(50% - 25px)
}

.loader-spinna,
.loader-spinna:after,
.loader-spinna:before {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute
}

.loader-spinna:after,
.loader-spinna:before {
    content: "";
    display: inline-block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1
}

.loader-spinna:before {
    border: 5px dotted rgba(8, 30, 63, 0);
    -webkit-box-shadow: inset 0 0 0 3em #fff;
    box-shadow: inset 0 0 0 3em #fff
}

.loader-spinna:after {
    z-index: 0;
    border-width: 10px;
    border-style: solid;
    -o-border-image: linear-gradient(180deg, #858585 0, transparent);
    border-image: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 40, 40, .98)), to(transparent));
    border-image: linear-gradient(180deg, rgba(40, 40, 40, .98) 0, transparent);
    border-image-slice: 0 0 0 20;
    -webkit-animation: spinnaRot 1s linear infinite;
    animation: spinnaRot 1s linear infinite
}

@-webkit-keyframes spinnaRot {
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes spinnaRot {
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@media (max-width:600px) {
    .banner-free .btn-banner-free {
        position: absolute;
        left: calc(50% - 80px);
        top: 17px;
        width: 140px;
        height: 30px;
        background: #7e1afd;
        border-radius: 8px;
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 5px;
        color: #fff
    }
}

@media (max-width:480px) {
    #gdpr-cookie-message p:last-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    #gdpr-cookie-message p:last-child button {
        width: 100% !important;
        max-width: none;
        position: relative !important;
        right: 0 !important
    }
}

.img-watermark {
    position: absolute;
    bottom: 0;
    max-width: 120px;
    cursor: pointer
}

.img-watermark.img-side-right {
    right: 0
}

.img-watermark.img-side-left {
    left: 0
}

.img-watermark.img-side-center {
    left: calc(50% - 60px)
}

.cheetah-modal-video {
    background: rgba(0, 0, 0, .25);
    z-index: 9001
}

.hiden-panel {
    display: none
}

[element=GetResponseFormComponent] select.form-control[multiple],
[element=GetResponseFormComponent] select.form-control[size],
[element=GetResponseFormComponent] textarea.form-control:not(.form-control-textarea-has-height),
[element=MailingBossFormComponent] select.form-control[multiple],
[element=MailingBossFormComponent] select.form-control[size],
[element=MailingBossFormComponent] textarea.form-control:not(.form-control-textarea-has-height),
[element=SimpleFormComponent] select.form-control[multiple],
[element=SimpleFormComponent] select.form-control[size],
[element=SimpleFormComponent] textarea.form-control:not(.form-control-textarea-has-height) {
    height: auto !important
}

[element=GetResponseFormComponent] .recaptcha-container,
[element=MailingBossFormComponent] .recaptcha-container,
[element=SimpleFormComponent] .recaptcha-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1rem
}

[element=GetResponseFormComponent] .horizontal-form,
[element=MailingBossFormComponent] .horizontal-form,
[element=SimpleFormComponent] .horizontal-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

[element=GetResponseFormComponent] .horizontal-form .inputs-area,
[element=MailingBossFormComponent] .horizontal-form .inputs-area,
[element=SimpleFormComponent] .horizontal-form .inputs-area {
    width: 50%
}

[element=GetResponseFormComponent] .horizontal-form .place-btn,
[element=MailingBossFormComponent] .horizontal-form .place-btn,
[element=SimpleFormComponent] .horizontal-form .place-btn {
    width: 50%;
    position: relative
}

[element=GetResponseFormComponent] .horizontal-form .place-btn .bt-sb,
[element=MailingBossFormComponent] .horizontal-form .place-btn .bt-sb,
[element=SimpleFormComponent] .horizontal-form .place-btn .bt-sb {
    position: absolute;
    bottom: 15px;
    left: 0
}

.sitebuilder-element-receiver[data-jarallax-original-styles][data-v-095b3a6c] {
    overflow: hidden
}

[data-device=mobile] .sitebuilder-element-receiver[data-v-095b3a6c] {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-height: 50px
}

[element=ImageComponent] img {
    width: 100%;
    height: auto
}

.resizable.vdr {
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important
}

@media (max-width:980px) {
    .desktop-element[data-v-56eb36c4] {
        display: none !important
    }
    .mobile-element[data-v-56eb36c4] {
        display: block !important
    }
}

.gradient-text[data-v-56eb36c4] {
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent
}

@media (min-width:981px) {
    .desktop-element[data-v-56eb36c4] {
        display: block !important
    }
    .mobile-element[data-v-56eb36c4] {
        display: none !important
    }
}

.auto-height[data-v-56eb36c4] {
    height: auto !important
}

.text-center-sb[data-v-56eb36c4] {
    text-align: center
}

.bt-sb[data-v-0d78dce8],
.vdr[data-v-0d78dce8] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bt-text-area .btn[data-v-0d78dce8] {
    padding: 0 !important
}

.bt-hover[data-v-0d78dce8]:hover {
    background: var(--button-background-color--hover) !important
}

.bt-hover:hover .btn[data-v-0d78dce8],
.bt-hover[data-v-0d78dce8]:hover {
    color: var(--button-text-color--hover) !important;
    -webkit-text-fill-color: var(--button-text-color--hover) !important
}

.bt-sb:hover a[data-v-0d78dce8] {
    text-decoration: none !important
}

.bt-text-area,
[data-device=mobile] .bt-sb {
    width: 100% !important
}

.bt-text-area {
    margin: 0 auto;
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bt-sb {
    margin: 0 auto
}

[data-device=desktop] [element=ButtonComponent] {
    text-align: center !important
}

.bt-text-area .sb-sub-text,
.bt-text-area .sb-text {
    width: 100%
}

.bt-text-area .sb-text {
    padding-bottom: 0 !important
}

.bt-text-area .sb-sub-text {
    padding-top: 0 !important
}

.bt-text-area .bottom,
.bt-text-area .top {
    width: 100%;
    display: block;
    text-align: center
}

textarea[data-v-11f2d826] {
    resize: none
}

.input-group-text[data-v-11f2d826] {
    padding: 0 .75rem
}

.form-datetime div.vdatetime[data-v-0d9f03ae] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.bt-sb[data-v-1bd8ceb6],
.sitebuilder-element-container .vdr[data-v-1bd8ceb6],
.vdr[data-v-1bd8ceb6],
form.form-mboss[data-v-1bd8ceb6] {
    height: auto !important
}

.place-btn[data-v-1bd8ceb6] {
    text-align: center
}

.place-btn .bt-sb[data-v-1bd8ceb6] {
    display: inline-block
}

.bt-text-area[data-v-1bd8ceb6] {
    display: block
}

.bt-sb[data-v-1bd8ceb6]:hover {
    cursor: pointer;
    background: var(--button-background-color--hover) !important;
    color: var(--button-text-color--hover) !important;
    -webkit-text-fill-color: var(--button-text-color--hover) !important
}

[data-device=mobile] .bt-text-area[data-v-1bd8ceb6] {
    width: auto !important
}

.launch-app-container[data-v-75ba9451] {
    padding-left: 5px;
    padding-right: 5px
}

.post-share-icon[data-v-75ba9451] {
    margin-top: 5px;
    margin-left: 2px;
    padding: 15px;
    font-size: 20px;
    width: 50px;
    height: 50px;
    text-align: center;
    text-decoration: none
}

.post-share-icon[data-v-75ba9451]:hover {
    opacity: .7
}

.fa-facebook-f[data-v-75ba9451] {
    background: #3b5998;
    color: #fff
}

.fa-twitter[data-v-75ba9451] {
    background: #55acee;
    color: #fff
}

.fa-instagram[data-v-75ba9451] {
    background: #d00174;
    color: #fff
}

.fa-linkedin-in[data-v-75ba9451] {
    background: #2867b2;
    color: #fff
}

.fa-pinterest[data-v-75ba9451] {
    background: red;
    color: #fff
}

.fa-medium-m[data-v-75ba9451] {
    background: #12100e;
    color: #fff
}

.fa-envelope[data-v-75ba9451],
.fa-link[data-v-75ba9451] {
    background: #363636;
    color: #fff
}

.fa-whatsapp[data-v-75ba9451] {
    background: #25d366;
    color: #fff
}

.fa-telegram[data-v-75ba9451] {
    background: #08c;
    color: #fff
}

.preview .bt-sb[data-v-77186556]:hover {
    cursor: pointer;
    background-color: var(--button-background-color--hover) !important;
    color: var(--button-text-color--hover) !important;
    -webkit-text-fill-color: var(--button-text-color--hover) !important
}

.horizontal-form .inputs-area[data-v-77186556] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.btn-text-area.show-label[data-v-77186556] {
    margin-top: 32px
}

.sb-text[data-v-77186556] {
    line-height: 25px
}

.place-btn[data-v-77186556] {
    text-align: center
}

.btn-text-area[data-v-77186556] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

[data-device=mobile] .btn-text-area[data-v-77186556],
[data-device=tablet] .btn-text-area[data-v-77186556] {
    width: auto !important
}

.form-getresponse.horizontal-form .inputs-area>div {
    margin-right: 15px
}

.preview .bt-sb:hover {
    cursor: pointer;
    background-color: var(--button-background-color--hover) !important;
    color: var(--button-text-color--hover) !important
}

.recaptcha-container {
    margin-top: 32px
}

.bt-sb[data-v-cf5dd24c],
.sitebuilder-element-container .vdr[data-v-cf5dd24c],
.vdr[data-v-cf5dd24c],
form.form-simple[data-v-cf5dd24c] {
    height: auto !important
}

.place-btn[data-v-cf5dd24c] {
    text-align: center
}

.place-btn .bt-sb[data-v-cf5dd24c] {
    display: inline-block
}

.bt-text-area[data-v-cf5dd24c] {
    display: block
}

.bt-text-area .sb-text.disabled[data-v-cf5dd24c] {
    pointer-events: none
}

[data-device=mobile] .bt-text-area[data-v-cf5dd24c] {
    width: auto !important
}

.bt-sb[data-v-cf5dd24c]:hover {
    cursor: pointer;
    background: var(--button-background-color--hover) !important;
    color: var(--button-text-color--hover) !important;
    -webkit-text-fill-color: var(--button-text-color--hover) !important
}

select.form-control[multiple],
select.form-control[size],
textarea.form-control:not(.form-control-textarea-has-height) {
    height: auto !important
}

.recaptcha-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1rem
}

.bt-sb[data-v-51c6d762],
.sitebuilder-element-container .vdr[data-v-51c6d762],
.vdr[data-v-51c6d762],
form.form-simple[data-v-51c6d762] {
    height: auto !important
}

.bt-sb.bt-sb-submit[data-v-51c6d762]:hover {
    cursor: pointer;
    background-color: var(--button-background-color--hover) !important
}

.bt-sb.bt-sb-submit:hover [data-v-51c6d762] {
    color: var(--button-text-color--hover) !important
}

.bt-sb.bt-sb-next[data-v-51c6d762]:hover {
    cursor: pointer;
    background-color: var(--button-background-color-next--hover) !important
}

.bt-sb.bt-sb-next:hover [data-v-51c6d762] {
    color: var(--button-text-color-next--hover) !important
}

.bt-sb.bt-sb-previous[data-v-51c6d762]:hover {
    cursor: pointer;
    background-color: var(--button-background-color-previous--hover) !important
}

.bt-sb.bt-sb-previous:hover [data-v-51c6d762] {
    color: var(--button-text-color-previous--hover) !important
}

.place-btn[data-v-51c6d762] {
    text-align: center
}

.place-btn .bt-sb[data-v-51c6d762] {
    max-width: 49%;
    display: inline-block
}

.place-btn .sb-sub-text[data-v-51c6d762],
.place-btn .sb-text[data-v-51c6d762] {
    width: 100%
}

.bt-text-area[data-v-51c6d762] {
    display: block
}

[data-device=mobile] .bt-text-area[data-v-51c6d762],
[data-device=tablet] .bt-text-area[data-v-51c6d762] {
    width: auto !important
}

label {
    max-width: 100%;
    word-wrap: break-word
}

input.form-control::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder {
    color: var(--placeholder-color)
}

input.form-control::-moz-placeholder,
textarea.form-control::-moz-placeholder {
    color: var(--placeholder-color)
}

input.form-control:-ms-input-placeholder,
textarea.form-control:-ms-input-placeholder {
    color: var(--placeholder-color)
}

input.form-control::-ms-input-placeholder,
textarea.form-control::-ms-input-placeholder {
    color: var(--placeholder-color)
}

input.form-control::placeholder,
textarea.form-control::placeholder {
    color: var(--placeholder-color)
}

.list-item {
    display: block;
    width: 100%;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    margin-top: 2px;
    cursor: pointer
}

.list-item.selected {
    border: 1px solid #00f
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    counter-reset: step
}

#progressbar li {
    list-style-type: none;
    text-transform: uppercase;
    float: left;
    position: relative;
    letter-spacing: 1px;
    text-align: center
}

#progressbar li .mdi {
    position: absolute;
    top: 0;
    left: calc(50% - var(--progressbar-li-before-font-size) + var(--progressbar-li-before-font-size)/4);
    font-size: calc(var(--progressbar-li-before-font-size) + var(--progressbar-li-before-font-size)/2);
    color: var(--progressbar-li-after-color)
}

#progressbar li:before {
    content: var(--progressbar-li-before-content);
    counter-increment: step;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    margin: 0 auto 10px auto;
    font-size: var(--progressbar-li-before-font-size);
    border-radius: var(--progressbar-li-before-radius)
}

#progressbar li:after,
#progressbar li:before {
    color: var(--progressbar-li-after-color);
    background: var(--progressbar-li-after-background)
}

#progressbar li:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1
}

#progressbar li:first-child:after {
    content: none
}

#progressbar li.active:after,
#progressbar li.active:before {
    background: var(--progressbar-li-before-background);
    color: var(--progressbar-li-before-color)
}

#progressbar li.active .mdi {
    color: var(--progressbar-li-before-color)
}

.vdr[data-v-51a8ca4c] {
    height: auto !important
}

#the-sticky-div[data-v-51a8ca4c] {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.stuck-bottom-right-small[data-v-51a8ca4c],
.stuckBRs[data-v-51a8ca4c] {
    position: fixed;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    width: 260px !important;
    height: 145px !important;
    -webkit-animation: fade-in-up .25s ease forwards;
    animation: fade-in-up .25s ease forwards;
    right: 25px;
    left: unset !important;
    top: unset !important;
    bottom: 10px;
    z-index: 100 !important
}

.stuck-top-left-small[data-v-51a8ca4c],
.stuckTLs[data-v-51a8ca4c] {
    left: 10px !important
}

.stuck-top-left-small[data-v-51a8ca4c],
.stuck-top-right[data-v-51a8ca4c],
.stuckTLs[data-v-51a8ca4c],
.stuckTRs[data-v-51a8ca4c] {
    position: fixed;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    width: 260px !important;
    height: 145px !important;
    -webkit-animation: fade-in-up .25s ease forwards;
    animation: fade-in-up .25s ease forwards;
    top: 10px !important;
    z-index: 100 !important
}

.stuck-top-right[data-v-51a8ca4c],
.stuckTRs[data-v-51a8ca4c] {
    right: 25px;
    left: unset !important
}

.stuck-bottom-left[data-v-51a8ca4c],
.stuckBLs[data-v-51a8ca4c] {
    width: 260px !important;
    height: 145px !important;
    right: unset;
    left: 10px !important
}

.stuck-bottom-left[data-v-51a8ca4c],
.stuck-bottom-right-medium[data-v-51a8ca4c],
.stuckBLs[data-v-51a8ca4c],
.stuckBRm[data-v-51a8ca4c] {
    position: fixed;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-animation: fade-in-up .25s ease forwards;
    animation: fade-in-up .25s ease forwards;
    top: unset !important;
    bottom: 10px;
    z-index: 100 !important
}

.stuck-bottom-right-medium[data-v-51a8ca4c],
.stuckBRm[data-v-51a8ca4c] {
    width: 400px !important;
    height: 227px !important;
    right: 25px;
    left: unset !important
}

.stuck-top-left-medium[data-v-51a8ca4c],
.stuckTLm[data-v-51a8ca4c] {
    left: 10px !important
}

.stuck-top-left-medium[data-v-51a8ca4c],
.stuck-top-right-medium[data-v-51a8ca4c],
.stuckTLm[data-v-51a8ca4c],
.stuckTRm[data-v-51a8ca4c] {
    position: fixed;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    width: 400px !important;
    height: 227px !important;
    -webkit-animation: fade-in-up .25s ease forwards;
    animation: fade-in-up .25s ease forwards;
    top: 10px !important;
    z-index: 100 !important
}

.stuck-top-right-medium[data-v-51a8ca4c],
.stuckTRm[data-v-51a8ca4c] {
    right: 25px;
    left: unset !important
}

.stuck-bottom-left[data-v-51a8ca4c],
.stuckBLm[data-v-51a8ca4c] {
    width: 400px !important;
    height: 227px !important;
    right: unset;
    left: 10px !important
}

.stuck-bottom-left[data-v-51a8ca4c],
.stuck-bottom-right[data-v-51a8ca4c],
.stuckBLm[data-v-51a8ca4c],
.stuckBRl[data-v-51a8ca4c] {
    position: fixed;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-animation: fade-in-up .25s ease forwards;
    animation: fade-in-up .25s ease forwards;
    top: unset !important;
    bottom: 10px;
    z-index: 100 !important
}

.stuck-bottom-right[data-v-51a8ca4c],
.stuckBRl[data-v-51a8ca4c] {
    width: 500px !important;
    height: 283px !important;
    right: 25px;
    left: unset !important
}

.stuck-top-left[data-v-51a8ca4c],
.stuckTLl[data-v-51a8ca4c] {
    left: 10px !important
}

.stuck-top-left[data-v-51a8ca4c],
.stuck-top-right[data-v-51a8ca4c],
.stuckTLl[data-v-51a8ca4c],
.stuckTRl[data-v-51a8ca4c] {
    position: fixed;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    width: 500px !important;
    height: 283px !important;
    -webkit-animation: fade-in-up .25s ease forwards;
    animation: fade-in-up .25s ease forwards;
    top: 10px !important;
    z-index: 100 !important
}

.stuck-top-right[data-v-51a8ca4c],
.stuckTRl[data-v-51a8ca4c] {
    right: 25px;
    left: unset !important
}

.stuck-bottom-left[data-v-51a8ca4c],
.stuckBLl[data-v-51a8ca4c] {
    position: fixed;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    width: 500px !important;
    height: 283px !important;
    -webkit-animation: fade-in-up .25s ease forwards;
    animation: fade-in-up .25s ease forwards;
    right: unset;
    left: 10px !important;
    top: unset !important;
    bottom: 10px;
    z-index: 100 !important
}

.vdr[data-v-7a394a8b] {
    height: auto !important
}

iframe body[data-v-7a394a8b] {
    height: 100vh
}

[data-device=desktop] .embed-responsive[data-v-7a394a8b] {
    min-height: unset !important
}

.nav-link[data-v-de3c7e1a] {
    background: var(--menu-item-background)
}

.nav-link[data-v-de3c7e1a]:hover {
    color: var(--menu-item-color--hover) !important;
    background: var(--menu-item-background--hover)
}

.nav-link.dropdown-toggle.active[data-v-de3c7e1a] {
    background: var(--menu-item-background-active)
}

.dropdown-item[data-v-de3c7e1a] {
    background: var(--sub-item-background)
}

.dropdown-item[data-v-de3c7e1a]:hover {
    background: var(--sub-item-background--hover)
}

.toggle[data-v-de3c7e1a] {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .3s ease-in;
    transition: max-height .3s ease-in
}

.dropdown-toggle.active[data-v-de3c7e1a]:after {
    border-bottom: .3em solid;
    border-top: 0
}

.sitebuilder-element-container[data-v-1e8cdca0] {
    width: auto !important;
    height: auto !important
}

.sitebuilder-element-container .nav-link[data-v-1e8cdca0] {
    background: var(--menu-item-background)
}

.sitebuilder-element-container .nav-link[data-v-1e8cdca0]:hover {
    color: var(--menu-item-color--hover) !important;
    background: var(--menu-item-background--hover)
}

.sitebuilder-element-container .nav-link.dropdown-toggle.active[data-v-1e8cdca0],
.sitebuilder-element-container .nav-link.item-active[data-v-1e8cdca0] {
    background: var(--menu-item-background-active)
}

.sitebuilder-element-container .dropdown-item[data-v-1e8cdca0] {
    background: var(--sub-item-background)
}

.sitebuilder-element-container .dropdown-item[data-v-1e8cdca0]:hover {
    color: var(--sub-item-color--hover) !important;
    background: var(--sub-item-background--hover)
}

.sitebuilder-element-container .dropdown-item.item-active[data-v-1e8cdca0] {
    background: var(--sub-item-background-active)
}

.sitebuilder-element-container .navbar[data-v-1e8cdca0] {
    padding: 0;
    height: auto;
    white-space: nowrap
}

.sitebuilder-element-container .navbar-nav .dropdown-menu[data-v-1e8cdca0] {
    padding: 0;
    margin: 0;
    min-width: 0;
    border-radius: 0;
    overflow-y: auto
}

.sitebuilder-element-container .dropdown-menu .dropdown-item[data-v-1e8cdca0] {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sitebuilder-element-container .topnav[data-v-1e8cdca0] {
    overflow: hidden;
    background-color: #333;
    position: relative;
    min-height: 57px;
    text-align: center;
    cursor: pointer
}

.sitebuilder-element-container .topnav .burguer-sub-item[data-v-1e8cdca0] {
    padding-left: 15px
}

.sitebuilder-element-container .topnav a[data-v-1e8cdca0] {
    color: #fff;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block
}

.sitebuilder-element-container .topnav a.icon[data-v-1e8cdca0] {
    background: #000;
    display: block;
    position: absolute;
    top: 0
}

.sitebuilder-element-container .topnav a[data-v-1e8cdca0]:hover {
    background-color: #ddd;
    color: #000
}

.sitebuilder-element-container #myLinks[data-v-1e8cdca0] {
    display: none
}

.sitebuilder-element-container .lItemMenu[data-v-1e8cdca0] {
    width: 10px;
    background-color: #0294ff;
    position: relative;
    -webkit-transform: skewY(45deg);
    transform: skewY(45deg);
    top: 5px
}

.sitebuilder-element-container .bItemMenu[data-v-1e8cdca0] {
    height: 10px;
    width: 120px;
    background-color: #0294ff;
    -webkit-transform: skew(45deg) translateX(5px);
    transform: skew(45deg) translateX(5px);
    position: relative;
    bottom: 4px
}

.sitebuilder-element-container .leftIconPosition[data-v-1e8cdca0] {
    left: 0
}

.sitebuilder-element-container .rightIconPosition[data-v-1e8cdca0] {
    right: 0
}

.sitebuilder-element-container .centerIconPosition[data-v-1e8cdca0] {
    right: calc(50% - 30px)
}

.sitebuilder-element-container .active[data-v-1e8cdca0] {
    background-color: #4caf50;
    color: #fff
}

.sitebuilder-element-container .icon-change-enter[data-v-1e8cdca0],
.sitebuilder-element-container .icon-change-leave-to[data-v-1e8cdca0] {
    -webkit-transform: rotate(180deg) scale(.5);
    transform: rotate(180deg) scale(.5);
    opacity: 0
}

.sitebuilder-element-container .icon-change-enter-to[data-v-1e8cdca0],
.sitebuilder-element-container .icon-change-leave[data-v-1e8cdca0] {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity: 1
}

.sitebuilder-element-container .icon-change-enter-active[data-v-1e8cdca0],
.sitebuilder-element-container .icon-change-leave-active[data-v-1e8cdca0] {
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s
}

[data-device=mobile] .desktop-menu-element[data-v-1e8cdca0] {
    display: none
}

[data-device=desktop] .desktop-menu-element[data-v-1e8cdca0],
[data-device=mobile] .mobile-menu-element[data-v-1e8cdca0] {
    display: block
}

[data-device=desktop] .mobile-menu-element[data-v-1e8cdca0] {
    display: none
}

[data-device=desktop] .navbar-expand-lg .navbar-nav[data-v-1e8cdca0] {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
}

[data-device=desktop] .navbar-expand-lg .navbar-collapse[data-v-1e8cdca0] {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-preferred-size: auto !important;
    flex-basis: auto !important
}

[data-device=desktop] .navbar-expand-lg[data-v-1e8cdca0] {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start
}

.nav-item {
    position: relative !important
}

.navbar-nav.flex-column .dropdown-menu {
    left: 100%;
    top: 0
}

.vdr[data-v-3f25f43e] {
    height: auto !important
}

#the-sticky-div[data-v-3f25f43e] {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.stuck-bottom-right-small[data-v-3f25f43e],
.stuckBRs[data-v-3f25f43e] {
    position: fixed;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    width: 260px !important;
    height: 145px !important;
    -webkit-animation: fade-in-up .25s ease forwards;
    animation: fade-in-up .25s ease forwards;
    right: 25px;
    left: unset !important;
    top: unset !important;
    bottom: 10px;
    z-index: 100 !important
}

.stuck-top-left-small[data-v-3f25f43e],
.stuckTLs[data-v-3f25f43e] {
    left: 10px !important
}

.stuck-top-left-small[data-v-3f25f43e],
.stuck-top-right[data-v-3f25f43e],
.stuckTLs[data-v-3f25f43e],
.stuckTRs[data-v-3f25f43e] {
    position: fixed;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    width: 260px !important;
    height: 145px !important;
    -webkit-animation: fade-in-up .25s ease forwards;
    animation: fade-in-up .25s ease forwards;
    top: 10px !important;
    z-index: 100 !important
}

.stuck-top-right[data-v-3f25f43e],
.stuckTRs[data-v-3f25f43e] {
    right: 25px;
    left: unset !important
}

.stuck-bottom-left[data-v-3f25f43e],
.stuckBLs[data-v-3f25f43e] {
    width: 260px !important;
    height: 145px !important;
    right: unset;
    left: 10px !important
}

.stuck-bottom-left[data-v-3f25f43e],
.stuck-bottom-right-medium[data-v-3f25f43e],
.stuckBLs[data-v-3f25f43e],
.stuckBRm[data-v-3f25f43e] {
    position: fixed;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-animation: fade-in-up .25s ease forwards;
    animation: fade-in-up .25s ease forwards;
    top: unset !important;
    bottom: 10px;
    z-index: 100 !important
}

.stuck-bottom-right-medium[data-v-3f25f43e],
.stuckBRm[data-v-3f25f43e] {
    width: 400px !important;
    height: 227px !important;
    right: 25px;
    left: unset !important
}

.stuck-top-left-medium[data-v-3f25f43e],
.stuckTLm[data-v-3f25f43e] {
    left: 10px !important
}

.stuck-top-left-medium[data-v-3f25f43e],
.stuck-top-right-medium[data-v-3f25f43e],
.stuckTLm[data-v-3f25f43e],
.stuckTRm[data-v-3f25f43e] {
    position: fixed;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    width: 400px !important;
    height: 227px !important;
    -webkit-animation: fade-in-up .25s ease forwards;
    animation: fade-in-up .25s ease forwards;
    top: 10px !important;
    z-index: 100 !important
}

.stuck-top-right-medium[data-v-3f25f43e],
.stuckTRm[data-v-3f25f43e] {
    right: 25px;
    left: unset !important
}

.stuck-bottom-left[data-v-3f25f43e],
.stuckBLm[data-v-3f25f43e] {
    width: 400px !important;
    height: 227px !important;
    right: unset;
    left: 10px !important
}

.stuck-bottom-left[data-v-3f25f43e],
.stuck-bottom-right[data-v-3f25f43e],
.stuckBLm[data-v-3f25f43e],
.stuckBRl[data-v-3f25f43e] {
    position: fixed;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-animation: fade-in-up .25s ease forwards;
    animation: fade-in-up .25s ease forwards;
    top: unset !important;
    bottom: 10px;
    z-index: 100 !important
}

.stuck-bottom-right[data-v-3f25f43e],
.stuckBRl[data-v-3f25f43e] {
    width: 500px !important;
    height: 283px !important;
    right: 25px;
    left: unset !important
}

.stuck-top-left[data-v-3f25f43e],
.stuckTLl[data-v-3f25f43e] {
    left: 10px !important
}

.stuck-top-left[data-v-3f25f43e],
.stuck-top-right[data-v-3f25f43e],
.stuckTLl[data-v-3f25f43e],
.stuckTRl[data-v-3f25f43e] {
    position: fixed;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    width: 500px !important;
    height: 283px !important;
    -webkit-animation: fade-in-up .25s ease forwards;
    animation: fade-in-up .25s ease forwards;
    top: 10px !important;
    z-index: 100 !important
}

.stuck-top-right[data-v-3f25f43e],
.stuckTRl[data-v-3f25f43e] {
    right: 25px;
    left: unset !important
}

.stuck-bottom-left[data-v-3f25f43e],
.stuckBLl[data-v-3f25f43e] {
    position: fixed;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    width: 500px !important;
    height: 283px !important;
    -webkit-animation: fade-in-up .25s ease forwards;
    animation: fade-in-up .25s ease forwards;
    right: unset;
    left: 10px !important;
    top: unset !important;
    bottom: 10px;
    z-index: 100 !important
}

#the-sticky-div[data-v-f56cf816] {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.flip-clock {
    text-align: center;
    -webkit-perspective: 600px;
    perspective: 600px;
    padding-left: 10px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    line-height: 1
}

.flip-clock *,
.flip-clock :after,
.flip-clock :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.flip-clock-piece {
    display: inline-block;
    margin: 0 .2vw
}

@media (min-width:1000px) {
    .flip-clock-piece {
        margin: 0 5px
    }
}

.flip-clock-slot {
    font-size: 14px;
    padding-right: 10px;
    line-height: 1.5;
    display: block
}

@media (min-width:500px) {
    .flip-clock-slot {
        font-size: 18px
    }
}

[data-device=mobile] #editor-content [element=TimerComponent].sitebuilder-element-container .flip-clock .flip-card,
[data-device=tablet] #editor-content [element=TimerComponent].sitebuilder-element-container .flip-clock .flip-card {
    font-size: 35px
}

[data-device=mobile] #editor-content [element=TimerComponent].sitebuilder-element-container .flip-clock .flip-clock-slot,
[data-device=tablet] #editor-content [element=TimerComponent].sitebuilder-element-container .flip-clock .flip-clock-slot {
    font-size: 15px
}

[data-device=mobile] #editor-content [element=TimerComponent].sitebuilder-element-container .flip-clock .flip,
[data-device=tablet] #editor-content [element=TimerComponent].sitebuilder-element-container .flip-clock .flip {
    min-width: 70px
}

[data-device=mobile] #editor-content [element=TimerComponent].sitebuilder-element-container .flip-clock .flip-clock-dot.top,
[data-device=tablet] #editor-content [element=TimerComponent].sitebuilder-element-container .flip-clock .flip-clock-dot.top {
    top: 10px
}

[data-device=mobile] #editor-content [element=TimerComponent].sitebuilder-element-container .flip-clock .flip-clock-dot.bottom,
[data-device=tablet] #editor-content [element=TimerComponent].sitebuilder-element-container .flip-clock .flip-clock-dot.bottom {
    bottom: 10px
}

[data-device=mobile] #editor-content [element=TimerComponent].sitebuilder-element-container .flip-clock .flip-clock-divider,
[data-device=tablet] #editor-content [element=TimerComponent].sitebuilder-element-container .flip-clock .flip-clock-divider {
    height: 50px
}

[data-device=mobile] #editor-content [element=TimerComponent].sitebuilder-element-container .flip-clock .flip-clock-dot,
[data-device=tablet] #editor-content [element=TimerComponent].sitebuilder-element-container .flip-clock .flip-clock-dot {
    width: 8px;
    height: 8px
}

.flip {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 70px
}

@media (min-width:500px) {
    .flip {
        font-size: 70px;
        min-width: 135px
    }
}

.flip .flip-clock-divider {
    float: left;
    display: inline-block;
    position: relative;
    width: 20px
}

.flip .flip-card,
.flip .flip-clock-piece {
    width: 100%
}

.flip .flip-card:not(:last-child) {
    width: calc(100% - 20px)
}

.flip-clock-divider {
    float: left;
    display: inline-block;
    position: relative;
    width: 20px;
    height: 50px
}

@media (min-width:500px) {
    .flip-clock-divider {
        height: 100px
    }
}

.flip-clock-divider:first-child {
    width: 0
}

.flip-clock-dot {
    display: block;
    background: #323434;
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    left: 5px
}

@media (min-width:500px) {
    .flip-clock-dot {
        width: 8px;
        height: 8px
    }
}

.flip-clock-divider .flip-clock-label {
    position: absolute;
    top: -1.5em;
    right: -86px;
    color: #000;
    text-shadow: none
}

.flip-clock-divider.minutes .flip-clock-label {
    right: -88px
}

.flip-clock-divider.seconds .flip-clock-label {
    right: -91px
}

.flip-clock-dot.top {
    top: 10px
}

@media (min-width:500px) {
    .flip-clock-dot.top {
        top: 30px
    }
}

.flip-clock-dot.bottom {
    bottom: 10px
}

@media (min-width:500px) {
    .flip-clock-dot.bottom {
        bottom: 30px
    }
}

.flip-card {
    display: inline-block;
    position: relative;
    padding-bottom: .72em;
    font-size: 35px;
    line-height: .95;
    float: left
}

@media (min-width:500px) {
    .flip-card {
        font-size: 70px
    }
}

.flip-card-back,
.flip-card-back-bottom,
.flip-card-bottom,
.flip-card-top {
    display: block;
    height: .72em;
    color: #ccc;
    background-color: #333;
    padding: .23em .15em .4em;
    border-radius: .15em .15em 0 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 100%
}

@media (min-width:500px) {
    .flip-card-back,
    .flip-card-back-bottom,
    .flip-card-bottom,
    .flip-card-top {
        padding: .23em 0 .4em
    }
}

.flip-card-back-bottom,
.flip-card-bottom {
    position: absolute;
    top: 50%;
    left: 0;
    border-top: 1px solid rgba(0, 0, 0, .4);
    border-radius: 0 0 .15em .15em;
    pointer-events: none;
    overflow: hidden;
    z-index: 2
}

.flip-card-back,
.flip-card-back-bottom {
    z-index: 1
}

.flip-card-back-bottom:after,
.flip-card-bottom:after {
    display: block;
    margin-top: -.72em
}

.flip-card-back-bottom:after,
.flip-card-back:before,
.flip-card-bottom:after {
    content: attr(data-value)
}

.flip-card-back {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    pointer-events: none;
    border-radius: .15em .15em 0 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    overflow: hidden
}

.flip-card-back:before {
    position: relative;
    overflow: hidden;
    z-index: -1
}

.flip .flip-card-back {
    z-index: 1;
    -webkit-animation: flipTop .3s cubic-bezier(.37, .01, .94, .35);
    animation: flipTop .3s cubic-bezier(.37, .01, .94, .35);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

.flip .flip-card-bottom {
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: flipBottom .6s cubic-bezier(.15, .45, .28, 1);
    animation: flipBottom .6s cubic-bezier(.15, .45, .28, 1)
}

@-webkit-keyframes flipTop {
    0% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        z-index: 2
    }
    0%,
    99% {
        opacity: 1
    }
    to {
        -webkit-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
        opacity: 0
    }
}

@keyframes flipTop {
    0% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        z-index: 2
    }
    0%,
    99% {
        opacity: 1
    }
    to {
        -webkit-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
        opacity: 0
    }
}

@-webkit-keyframes flipBottom {
    0%,
    50% {
        z-index: -1;
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
        opacity: 0
    }
    51% {
        opacity: 1
    }
    to {
        opacity: 1;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        z-index: 5
    }
}

@keyframes flipBottom {
    0%,
    50% {
        z-index: -1;
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
        opacity: 0
    }
    51% {
        opacity: 1
    }
    to {
        opacity: 1;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        z-index: 5
    }
}

.time_circles {
    position: relative;
    width: 100%;
    height: 100%
}

.time_circles>div {
    position: absolute;
    text-align: center
}

.time_circles>div>h4 {
    margin: 0;
    padding: 0;
    text-transform: uppercase
}

.time_circles>div>h4,
.time_circles>div>span {
    text-align: center;
    font-family: Century Gothic, Arial
}

.time_circles>div>span {
    display: block;
    width: 100%;
    font-size: 300%;
    margin-top: .4em;
    font-weight: 700
}

.time-circle-container {
    margin: 0 auto
}

@media (max-width:980px) {
    [element=TimerComponent].sitebuilder-element-container {
        padding-top: 5px !important;
        padding-bottom: 5px !important
    }
}

[data-device=mobile] #editor-content [element=TimerComponent].sitebuilder-element-container {
    padding-top: 5px !important;
    padding-bottom: 5px !important
}

@media (max-width:320px) {
    .time-circle-container .time-circle h4 {
        font-size: 5px !important;
        line-height: 5px !important
    }
    .time-circle-container .time-circle span {
        font-size: 16px !important;
        line-height: 5px !important
    }
}

[data-device=mobile] #editor-content .timer-show-container[data-v-2bd77a21] {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 5px !important
}

[data-device=mobile] #editor-content .timer-show-container.timer-show-pill .timer-type-text-number[data-v-2bd77a21] {
    font-size: 28px !important
}

[data-device=mobile] #editor-content .timer-show-container.timer-show-pill .timer-type-text-title[data-v-2bd77a21] {
    font-size: 15px !important
}

[data-device=mobile] #editor-content .timer-show-container.timer-show-squares .timer-type-text-number[data-v-2bd77a21] {
    font-size: 28px !important
}

[data-device=mobile] #editor-content .timer-show-container.timer-show-squares .timer-type-text-title[data-v-2bd77a21] {
    font-size: 15px !important
}

[data-device=mobile] #editor-content .timer-show-container.timer-show-squares .timer-show-block[data-v-2bd77a21] {
    margin: 0 !important;
    min-width: 60px !important
}

[data-device=mobile] #editor-content .timer-show-container.timer-show-text .timer-type-text-title-helper[data-v-2bd77a21] {
    font-size: 18px !important
}

[data-device=mobile] #editor-content .timer-show-container.timer-show-text .timer-type-text-number[data-v-2bd77a21],
[data-device=mobile] #editor-content .timer-show-container.timer-show-text .timer-type-text-title[data-v-2bd77a21] {
    font-size: 30px !important
}

[data-device=mobile] #editor-content .timer-show-container.timer-show-simple .timer-show-element[data-v-2bd77a21] {
    margin: 0 5px !important
}

[data-device=mobile] #editor-content .timer-show-container.timer-show-simple .timer-type-text-number[data-v-2bd77a21] {
    font-size: 30px !important
}

[data-device=mobile] #editor-content .timer-show-container.timer-show-simple .timer-type-text-title[data-v-2bd77a21] {
    font-size: 15px !important
}

@media (max-width:600px) {
    .timer-show-container[data-v-2bd77a21] {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 5px !important
    }
    .timer-show-container.timer-show-pill .timer-type-text-number[data-v-2bd77a21] {
        font-size: 28px !important
    }
    .timer-show-container.timer-show-pill .timer-type-text-title[data-v-2bd77a21] {
        font-size: 15px !important
    }
    .timer-show-container.timer-show-squares[data-v-2bd77a21] {
        padding: 0 !important
    }
    .timer-show-container.timer-show-squares .timer-type-text-number[data-v-2bd77a21] {
        font-size: 25px !important
    }
    .timer-show-container.timer-show-squares .timer-type-text-title[data-v-2bd77a21] {
        font-size: 15px !important
    }
    .timer-show-container.timer-show-squares .timer-show-block[data-v-2bd77a21] {
        margin: 0 2px !important;
        min-width: 60px !important
    }
    .timer-show-container.timer-show-text .timer-type-text-title-helper[data-v-2bd77a21] {
        font-size: 18px !important
    }
    .timer-show-container.timer-show-text .timer-type-text-number[data-v-2bd77a21],
    .timer-show-container.timer-show-text .timer-type-text-title[data-v-2bd77a21] {
        font-size: 30px !important
    }
    .timer-show-container.timer-show-simple .timer-show-element[data-v-2bd77a21] {
        margin: 0 5px !important
    }
    .timer-show-container.timer-show-simple .timer-type-text-number[data-v-2bd77a21] {
        font-size: 30px !important
    }
    .timer-show-container.timer-show-simple .timer-type-text-title[data-v-2bd77a21] {
        font-size: 15px !important
    }
}

@media (max-width:980px) {
    .timer-show-container[data-v-2bd77a21] {
        width: 85%;
        margin: 0 auto
    }
}

.timer-show-container[data-v-2bd77a21] {
    height: 100%;
    text-align: center;
    white-space: nowrap;
    line-height: normal
}

.timer-show-container .timer-show-content .timer-show-block[data-v-2bd77a21] {
    height: 100%;
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center
}

.timer-show-container .timer-show-content .timer-show-block .timer-show-element[data-v-2bd77a21] {
    display: inline-block;
    border-radius: 3px;
    width: 100%;
    height: 100%
}

.timer-show-container.timer-show-squares .timer-show-block[data-v-2bd77a21] {
    background-color: #009c9b;
    border-radius: 12px;
    padding: .5rem .5rem .5rem .5rem;
    margin: 0 3px;
    min-width: 75px
}

.timer-show-container.timer-show-squares .timer-show-block .timer-show-element[data-v-2bd77a21] {
    display: inline-block;
    font-family: sans-serif;
    border-radius: 3px;
    width: 100%;
    height: 100%
}

.timer-show-container.timer-show-squares .timer-show-block .timer-type-text-number[data-v-2bd77a21] {
    display: block;
    width: 100%;
    height: 90%;
    background-color: #00c0bf;
    border-radius: 3px;
    padding: .5rem .25rem
}

.timer-show-container.timer-show-squares .timer-show-block .timer-type-text-title[data-v-2bd77a21] {
    width: 100%;
    height: 10%;
    padding-top: .25rem;
    display: block
}

.timer-show-container.timer-show-pill .timer-show-content[data-v-2bd77a21] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.timer-show-container.timer-show-pill .timer-show-block[data-v-2bd77a21] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 50px;
    padding: 10px;
    border-radius: 3px;
    border-right: 1px solid hsla(0, 0%, 100%, .45)
}

.timer-show-container.timer-show-pill .timer-show-block[data-v-2bd77a21]:first-child {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px
}

.timer-show-container.timer-show-pill .timer-show-block[data-v-2bd77a21]:last-child {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px
}

.timer-show-container.timer-show-pill .timer-show-block .timer-show-element[data-v-2bd77a21] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.timer-show-container.timer-show-pill .timer-show-block .timer-type-text-number[data-v-2bd77a21] {
    height: 75%
}

.timer-show-container.timer-show-pill .timer-show-block .timer-type-text-title[data-v-2bd77a21] {
    padding: 3px 10px 3px 10px
}

.timer-show-container.timer-show-simple .timer-show-block[data-v-2bd77a21] {
    min-width: 50px
}

.timer-show-container.timer-show-simple .timer-show-block .timer-show-element[data-v-2bd77a21] {
    margin: 0 10px
}

.timer-show-container.timer-show-simple .timer-show-block .timer-type-text-number[data-v-2bd77a21] {
    font-size: 65px
}

.timer-show-container.timer-show-simple .timer-show-block .timer-type-text-title[data-v-2bd77a21] {
    font-size: 30px;
    text-transform: uppercase
}

.timer-show-container.timer-show-text .timer-type-text-title-helper[data-v-2bd77a21] {
    display: block;
    text-align: center
}

.timer-show-container.timer-show-text .timer-show-content[data-v-2bd77a21] {
    text-align: center
}

.timer-show-container.timer-show-text .timer-show-block .timer-show-element[data-v-2bd77a21] {
    margin: 0 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.timer-show-container.timer-show-text .timer-show-block .timer-show-element .timer-type-text-number[data-v-2bd77a21],
.timer-show-container.timer-show-text .timer-show-block .timer-show-element .timer-type-text-title[data-v-2bd77a21] {
    letter-spacing: 2px
}

.flip-clock-wrapper ul li a div div.inn[data-v-bbd0cd16] {
    background: #333 !important
}

[element=TimerComponent].widget-focused[data-v-bbd0cd16] {
    outline: 2px solid #007bff !important
}

[element=TimerComponent].widget-focused .default-options[data-v-bbd0cd16] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    top: -26px;
    font-size: 12px;
    color: #007bff;
    padding: 3px;
    background-color: #fff;
    border: 1px solid #00f;
    z-index: 12
}

[element=TimerComponent].widget-focused .default-options .font-awesome-icon[data-v-bbd0cd16] {
    padding-left: 5px
}

[data-device=desktop] [element=LineVComponent] .vdr {
    padding-right: 15px !important;
    padding-left: 15px !important;
    height: inherit !important
}

[element=LineVComponent] .vdr {
    height: 100% !important
}

.container-line-ver {
    position: relative;
    width: 100%;
    height: 100%
}

.container-line-ver .sitebuilder-element {
    width: 1px;
    height: 100%
}

.arrow-top {
    border-bottom-style: solid;
    right: 0
}

.arrow-bottom,
.arrow-top {
    border-left-color: transparent;
    border-left-style: solid;
    border-right-color: transparent;
    border-right-style: solid
}

.arrow-bottom {
    border-top-style: solid
}

.resizable.vdr[data-v-7accc8c0] {
    height: 100% !important;
    width: auto !important;
    left: 0 !important;
    top: 0 !important
}

[data-device=desktop] [element=LineComponent] .vdr {
    padding-top: 15px !important;
    padding-bottom: 15px !important
}

.container-line-hor {
    position: relative
}

.arrow {
    position: absolute;
    width: 0;
    height: 0
}

.arrow-right {
    border-left-style: solid;
    right: 0
}

.arrow-left,
.arrow-right {
    border-top-color: transparent;
    border-top-style: solid;
    border-bottom-color: transparent;
    border-bottom-style: solid
}

.arrow-left {
    border-right-style: solid
}

.resizable.vdr[data-v-7eb4f252] {
    width: 100% !important;
    height: auto !important;
    left: 0 !important;
    top: 0 !important
}

[element=SliderGalleryComponent][data-v-59f7216e] {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slider-gallery-ios-helper[data-v-59f7216e] {
    width: 100%;
    height: 100%;
    position: relative
}

.slider-gallery-ios-helper .slider-navigation-helper[data-v-59f7216e] {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%
}

.slider-gallery-ios-helper .slider-gallery-helper[data-v-59f7216e] {
    width: 100%;
    height: 100%
}

.slider-gallery-ios[data-v-59f7216e] {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    position: relative
}

.slider-gallery-ios>div[data-v-59f7216e] {
    position: absolute;
    height: 100%;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    background-size: cover
}

.slider-gallery-ios .slider-gallery-out-right[data-v-59f7216e] {
    -webkit-animation: slideOutXRight-data-v-59f7216e 1s forwards;
    animation: slideOutXRight-data-v-59f7216e 1s forwards
}

.slider-gallery-ios .slider-gallery-out-left[data-v-59f7216e] {
    -webkit-animation: slideOutXLeft-data-v-59f7216e 1s forwards;
    animation: slideOutXLeft-data-v-59f7216e 1s forwards
}

.slider-gallery-ios .slider-gallery-in-right[data-v-59f7216e] {
    -webkit-animation: slideInXRight-data-v-59f7216e 1s forwards;
    animation: slideInXRight-data-v-59f7216e 1s forwards
}

.slider-gallery-ios .slider-gallery-in-left[data-v-59f7216e] {
    -webkit-animation: slideInXLeft-data-v-59f7216e 1s forwards;
    animation: slideInXLeft-data-v-59f7216e 1s forwards
}

.slider-gallery[data-v-59f7216e] {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.slider-gallery div[data-v-59f7216e] {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 100%;
    top: 0;
    background-size: cover
}

.slider-gallery .slider-gallery-in-right[data-v-59f7216e] {
    left: -100%;
    -webkit-animation: slideIn-data-v-59f7216e 1s forwards;
    animation: slideIn-data-v-59f7216e 1s forwards
}

.slider-gallery .slider-gallery-in-left[data-v-59f7216e] {
    left: 100%;
    -webkit-animation: slideIn-data-v-59f7216e 1s forwards;
    animation: slideIn-data-v-59f7216e 1s forwards
}

.slider-gallery .slider-gallery-out-right[data-v-59f7216e] {
    -webkit-animation: slideOutRight-data-v-59f7216e 1s forwards;
    animation: slideOutRight-data-v-59f7216e 1s forwards
}

.slider-gallery .slider-gallery-out-left[data-v-59f7216e] {
    -webkit-animation: slideOutLeft-data-v-59f7216e 1s forwards;
    animation: slideOutLeft-data-v-59f7216e 1s forwards
}

.slider-navigation[data-v-59f7216e] {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    padding: inherit
}

.slider-navigation div[data-v-59f7216e] {
    color: #d1d1d1;
    font-size: 25px
}

.slider-navigation[data-v-59f7216e]:hover {
    cursor: pointer
}

@keyframes slideIn-data-v-59f7216e {
    to {
        left: 0
    }
}

@keyframes slideOutRight-data-v-59f7216e {
    to {
        left: 100%
    }
}

@keyframes slideOutLeft-data-v-59f7216e {
    to {
        left: -100%
    }
}

@-webkit-keyframes slideOutLeft-data-v-59f7216e {
    to {
        left: -100%
    }
}

@-webkit-keyframes slideIn-data-v-59f7216e {
    to {
        left: 0
    }
}

@-webkit-keyframes slideOutRight-data-v-59f7216e {
    to {
        left: 100%
    }
}

@keyframes slideInXRight-data-v-59f7216e {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slideInXRight-data-v-59f7216e {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInXLeft-data-v-59f7216e {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slideInXLeft-data-v-59f7216e {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideOutXRight-data-v-59f7216e {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@-webkit-keyframes slideOutXRight-data-v-59f7216e {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@-webkit-keyframes slideOutXLeft-data-v-59f7216e {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes slideOutXLeft-data-v-59f7216e {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

img[data-v-02efadfa] {
    width: 100%;
    height: auto !important
}

.image3D-container[data-v-02efadfa] {
    display: block;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    -webkit-transition: -webkit-box-shadow .1s, -webkit-transform .1s;
    transition: -webkit-box-shadow .1s, -webkit-transform .1s;
    transition: box-shadow .1s, transform .1s;
    transition: box-shadow .1s, transform .1s, -webkit-box-shadow .1s, -webkit-transform .1s;
    background-size: 100%;
    background-repeat: no-repeat
}

.image3D-container[data-v-02efadfa]:hover {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .6);
    box-shadow: 0 0 30px rgba(0, 0, 0, .6);
    cursor: pointer
}

.image3D-container img[data-v-02efadfa] {
    visibility: hidden
}

@media (max-width:800px) {
    .text-area {
        width: auto !important
    }
    .text-area a {
        width: 300px !important
    }
}

[data-device=mobile] .text-area {
    width: auto !important
}

[data-device=mobile] .text-area a {
    width: 300px !important
}

.text-area a {
    text-align: center;
    display: table-cell;
    vertical-align: middle
}

.preview .text-area:hover {
    cursor: pointer;
    color: var(--button-text-color--hover) !important
}

@media (max-width:800px) {
    .progress {
        width: auto !important
    }
}

[data-device=mobile] .progress {
    width: auto !important
}

.image-gallery-container[data-v-c76ac3a0] {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 80% 20%;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.image-gallery-photos-container[data-v-c76ac3a0] {
    display: grid;
    width: 100%;
    height: 100%
}

.image-gallery-photo[data-v-c76ac3a0] {
    overflow: hidden;
    float: left;
    background-position: top;
    background-size: cover;
    position: relative
}

.image-gallery-alternating-container[data-v-71b6ad32] {
    width: 100%;
    display: grid;
    counter-reset: div;
    grid-template-columns: repeat(2, 1fr)
}

.image-gallery-alternating-container.tiles-grid-repeat[data-v-71b6ad32] {
    grid-template-columns: repeat(4, 1fr)
}

.image-gallery-alternating-container.tiles-grid-repeat .image-gallery-alternating--photo[data-v-71b6ad32]:nth-child(6n+1),
.image-gallery-alternating-container.tiles-grid-repeat .image-gallery-alternating--photo[data-v-71b6ad32]:nth-child(6n+4) {
    grid-column: auto/span 2;
    grid-row: auto/span 2
}

.image-gallery-alternating-container .image-gallery-alternating--photo[data-v-71b6ad32] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    float: left;
    background-position: top;
    background-size: cover;
    position: relative
}

.image-gallery-alternating-container .image-gallery-alternating--photo[data-v-71b6ad32]:nth-child(6n+1),
.image-gallery-alternating-container .image-gallery-alternating--photo[data-v-71b6ad32]:nth-child(6n+4) {
    grid-column: auto/span 2;
    grid-row: auto/span 2
}

.image-gallery-tiles-container[data-v-863b8074] {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr)
}

.image-gallery-tiles-container .image-gallery-tiles-photo[data-v-863b8074] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    float: left;
    background-position: top;
    background-size: cover;
    position: relative
}

.image-gallery-tiles-container .image-gallery-tiles-photo-align-max[data-v-863b8074] {
    grid-column: auto/span 2
}

.image-gallery-mixed-container[data-v-3f689406] {
    display: grid;
    width: 100%;
    height: 100%
}

.image-gallery-mixed-photo[data-v-3f689406] {
    overflow: hidden;
    float: left;
    background-position: top;
    background-size: cover;
    position: relative
}

.image-gallery-mixed-photo.image-gallery-photo-principal[data-v-3f689406] {
    grid-column: 1/-1
}

.image-gallery-one-main-container[data-v-2918b844] {
    display: grid;
    width: 100%;
    height: 100%
}

.image-gallery-one-main-photo[data-v-2918b844] {
    overflow: hidden;
    float: left;
    background-position: top;
    background-size: cover;
    position: relative
}

.image-gallery-one-main-photo[data-v-2918b844]:first-child {
    grid-column: auto/span 2
}

.image-gallery-container[data-v-7ae0ef00] {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 85% 15%;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.image-gallery-container.paginate-with-max[data-v-7ae0ef00] {
    grid-template-rows: calc(100% - 75px) 75px
}

.image-gallery-container.paginate-with-min[data-v-7ae0ef00] {
    grid-template-rows: calc(100% - 35px) 35px
}

.image-gallery-container.without-paginate[data-v-7ae0ef00] {
    grid-template-rows: 100%
}

[data-device=mobile] .image-gallery-container[data-v-7ae0ef00],
[data-device=tablet] .image-gallery-container[data-v-7ae0ef00] {
    grid-template-rows: calc(100% - 40px) 40px
}

.image-gallery-photos-container[data-v-7ae0ef00] {
    display: grid;
    width: 100%;
    height: 100%
}

.image-gallery-photo[data-v-7ae0ef00] {
    float: left;
    overflow: hidden;
    background-position: top;
    background-size: cover;
    position: relative;
    cursor: pointer
}

.paginate>div[data-v-7ae0ef00],
.paginate[data-v-7ae0ef00] {
    display: grid;
    grid-gap: 10px;
    grid-auto-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 99
}

.paginate>div a[data-v-7ae0ef00],
.paginate a[data-v-7ae0ef00] {
    background: var(--background-color);
    border-radius: 50%;
    cursor: pointer
}

.paginate>div a.number[data-v-7ae0ef00],
.paginate a.number[data-v-7ae0ef00] {
    text-align: center;
    font-weight: "bold";
    width: 30px;
    border: 2px solid #222
}

.paginate>div a.circle[data-v-7ae0ef00],
.paginate a.circle[data-v-7ae0ef00] {
    width: 15px;
    height: 15px
}

.paginate>div a.active[data-v-7ae0ef00],
.paginate a.active[data-v-7ae0ef00] {
    background: var(--background-color-active)
}

.paginate>div a[data-v-7ae0ef00]:hover,
.paginate a[data-v-7ae0ef00]:hover {
    background: var(--background-color--hover)
}

.socialbar-parent[data-v-6666231d]:before {
    content: none
}

.socialbar-div[data-v-6666231d],
.socialbar-icon[data-v-6666231d] {
    height: auto;
    width: 100%
}

[data-device=mobile] .socialbar-parent[data-v-6666231d] {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

.card-body[data-v-67a3c76a] {
    position: relative
}

.sitebuilder-element-container.card[data-v-67a3c76a] {
    height: auto !important;
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    position: relative;
    background-color: transparent !important;
    border-color: transparent
}

[data-device=mobile] .sitebuilder-element-receiver.card-body[data-v-67a3c76a] {
    height: auto !important
}

[data-device=mobile] .card-header[data-v-67a3c76a] {
    width: 100%
}

.card-header[data-v-67a3c76a] {
    padding: 0 !important
}

.card[data-v-67a3c76a] {
    border: 0 !important
}

.card-body[data-v-1fc0e990] {
    position: relative
}

.sitebuilder-element-container .vdr[data-v-1fc0e990] {
    height: unset !important
}

.container-accordion-group[data-v-1fc0e990] {
    overflow: hidden
}

.carousel-control-next[data-v-9d60ce20],
.carousel-control-prev[data-v-9d60ce20] {
    width: 10%
}

[data-device=desktop] .minHeightUnsetDesk {
    min-height: unset !important
}

.height-100 {
    height: 100% !important
}

.slider-modal-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.slider-modal-images :nth-child(4) {
    text-align: right
}

.slider-area-images {
    display: grid;
    grid-template-columns: repeat(4, auto);
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    margin: 20px 0 20px 0
}

.slider-box-image {
    position: relative;
    background-color: rgba(29, 64, 89, .8);
    border-radius: 10px
}

.slider-box-image .slider-box-image {
    width: 100%;
    height: 150px;
    opacity: 1;
    display: block;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.slider-box-image:hover .slider-box-image {
    opacity: .3
}

.slider-box-image .slider-box-option {
    -webkit-transition: .5s ease;
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    width: 34px;
    height: 34px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center
}

.slider-box-image .slider-box-option span {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.slider-box-image .slider-box-option span:hover {
    background-color: grey
}

.slider-box-image:hover .slider-box-option {
    opacity: 1
}

.page-gallery {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.page-gallery.page-gallery-padding>div:not(.slider-navigation-page):not(.slider-navigation-edition) {
    -webkit-transition: 1s;
    transition: 1s;
    overflow: hidden
}

.page-gallery>div:not(.slider-navigation-page):not(.slider-navigation-edition) {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 100%;
    top: 0 !important;
    background-size: cover
}

[data-device=mobile] .page-gallery>div.slider-active {
    position: relative
}

.slider-navigation-edition,
.slider-navigation-page {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 0
}

.slider-navigation-edition div,
.slider-navigation-page div {
    color: #d1d1d1;
    font-size: 25px;
    z-index: 50
}

.slider-navigation-edition:hover,
.slider-navigation-page:hover {
    cursor: pointer
}

.slider-navigation-edition {
    height: 10%
}

.slider-navigation-edition div {
    color: #0071ff
}

.slider-in-right {
    left: -100%
}

.slider-in-left,
.slider-in-right {
    -webkit-animation: slideIn 1s forwards;
    animation: slideIn 1s forwards
}

.slider-in-left {
    left: 100%
}

.slider-out-right {
    -webkit-animation: slideOutRight 1s forwards;
    animation: slideOutRight 1s forwards
}

.slider-out-left {
    -webkit-animation: slideOutLeft 1s forwards;
    animation: slideOutLeft 1s forwards
}

@keyframes slideIn {
    to {
        left: 0
    }
}

@keyframes slideOutRight {
    to {
        left: 100%
    }
}

@keyframes slideOutLeft {
    to {
        left: -100%
    }
}

@-webkit-keyframes slideOutLeft {
    to {
        left: -100%
    }
}

@-webkit-keyframes slideIn {
    to {
        left: 0
    }
}

@-webkit-keyframes slideOutRight {
    to {
        left: 100%
    }
}

.sitebuilder-element-container.page[data-v-9ad209d8] {
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    position: relative;
    background-color: transparent !important
}

.height-100[data-v-9ad209d8] {
    height: 100% !important
}

[data-device=mobile] .sitebuilder-element-receiver[data-v-9ad209d8] {
    height: auto !important
}

.card-body[data-v-3b1a019c] {
    position: relative
}

.sitebuilder-element-container .vdr[data-v-3b1a019c] {
    height: unset !important
}

[data-device=desktop] [element=GroupMenuComponent].zindexBig[data-v-3b1a019c] {
    z-index: 99 !important
}

[data-device=desktop] .container-menu-group[data-v-3b1a019c] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.editor-content-layout-item [element=GroupMenuComponent] {
    z-index: 999 !important
}

.place-menu-collapse-divisor[data-v-aede7434] {
    position: absolute;
    width: 100%;
    top: 40px;
    display: none
}

.place-menu-collapse-show-on-hover:hover .place-menu-collapse-divisor[data-v-aede7434],
.place-menu-collapse-show-on-hover:hover .place-menu-collapse[data-v-aede7434] {
    display: block !important
}

.card-body[data-v-aede7434] {
    position: relative
}

.sitebuilder-element-container.card[data-v-aede7434] {
    height: auto !important;
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    position: relative;
    background-color: transparent !important
}

.sitebuilder-element-container.card .real-place[data-v-aede7434] {
    height: 100%
}

[data-device=mobile] .big-menu-place-childs[data-v-aede7434],
[data-device=mobile] .real-place[data-v-aede7434],
[data-device=tablet] .big-menu-place-childs[data-v-aede7434],
[data-device=tablet] .real-place[data-v-aede7434] {
    height: auto !important;
    width: 100% !important;
    top: 0 !important;
    left: 0 !important
}

[data-device=mobile] .card-header[data-v-aede7434],
[data-device=tablet] .card-header[data-v-aede7434] {
    height: auto !important
}

[data-device=mobile] .mobile-element.big-menu-text[data-v-aede7434],
[data-device=tablet] .mobile-element.big-menu-text[data-v-aede7434] {
    display: block !important
}

.card-header[data-v-aede7434] {
    padding: 0 !important
}

.place-menu-collapse[data-v-aede7434] {
    position: relative
}

[data-device=desktop] .big-menu-place-childs[data-v-aede7434] {
    position: absolute;
    z-index: 99 !important
}

[data-device=desktop] .big-menu-place-childs .real-place[data-v-aede7434] {
    position: relative
}

.big-menu-text[data-v-aede7434] {
    display: block
}

.big-menu-text[data-v-aede7434]:hover {
    background: var(--big-menu-item-background--hover);
    color: var(--big-menu-item-color--hover) !important
}

.big-menu-text.selected[data-v-aede7434] {
    background: var(--big-menu-item-background--selected);
    color: var(--big-menu-item-color--selected) !important
}

.change-place-item-blue[data-v-aede7434] {
    display: none
}

[data-device=desktop] .desktop-element.big-menu-text[data-v-aede7434] {
    display: block !important
}

[data-device=desktop] [element=GroupMenuComponent] .change-place-item-blue[data-v-aede7434] {
    display: block
}

.vdr[data-v-3c552d24] {
    height: auto !important
}

iframe[data-v-3c552d24] {
    overflow: hidden
}

.sitebuilder-element-container .vdr[data-v-6078b2de] {
    height: unset !important
}

.container-gallery-video[data-v-6078b2de] {
    position: relative
}

[data-device=mobile] .container-gallery-video[data-v-6078b2de],
[data-device=tablet] .container-gallery-video[data-v-6078b2de] {
    height: auto !important
}

[data-device=tablet] iframe.video-margin[data-v-6078b2de] {
    height: 425px
}

[data-preview=true] .container-gallery-video[data-v-6078b2de] {
    overflow: hidden
}

img.place-img[data-v-6078b2de] {
    margin-left: 5px
}

.gallery-container[data-v-6078b2de] {
    display: none
}

[element=VideoGalleryGroupComponent][data-v-6078b2de] {
    border: none
}

[element=VideoGalleryGroupComponent] .carousel-inner .item.active[data-v-6078b2de] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

[element=VideoGalleryGroupComponent] .carousel-control[data-v-6078b2de] {
    width: 20px;
    text-align: center;
    vertical-align: middle;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

[element=VideoGalleryGroupComponent] .carousel-control.right[data-v-6078b2de] {
    right: -20px
}

[element=VideoGalleryGroupComponent] .carousel-control.left[data-v-6078b2de] {
    left: -20px
}

.card-body[data-v-283a9e25] {
    position: relative
}

[element=VideoGalleryComponent][data-v-283a9e25] {
    border: none
}

[data-device=desktop] [element=VideoGalleryComponent][data-v-283a9e25] {
    position: absolute
}

[data-device=mobile] .sitebuilder-element-receiver.card-body[data-v-283a9e25] {
    height: auto !important
}

.card-header[data-v-283a9e25] {
    padding: 0 !important
}

.row-gallery[data-v-283a9e25] {
    width: 100% !important;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    top: 0;
    left: 0
}

.row-gallery .col-gallery[data-v-283a9e25],
.row-gallery[data-v-283a9e25] {
    height: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal
}

.row-gallery .col-gallery[data-v-283a9e25] {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
    position: relative
}

.row-gallery .col-gallery .video-margin[data-v-283a9e25] {
    margin: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: none;
    padding: 0;
    max-height: 75%;
    max-width: 90%;
    width: 90%
}

[data-device=mobile] .row-gallery[data-v-283a9e25] {
    height: 100% !important;
    top: 0;
    left: 0
}

[data-device=mobile] .row-gallery .col-gallery[data-v-283a9e25],
[data-device=mobile] .row-gallery[data-v-283a9e25] {
    width: 100% !important;
    display: block;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
    -ms-flex-direction: initial;
    flex-direction: row
}

[data-device=mobile] .row-gallery .col-gallery .video-margin[data-v-283a9e25] {
    max-width: 100%;
    width: 100%
}

[data-device=tablet] iframe.video-margin[data-v-283a9e25] {
    height: 425px
}

.close-icon[data-v-283a9e25] {
    position: absolute;
    right: 5px;
    top: 0;
    cursor: pointer
}

.close-icon[data-v-283a9e25]:hover {
    opacity: .7
}

[data-device=desktop] .embed-responsive[data-v-c64a5848] {
    min-height: unset !important
}

[data-v-1478b138] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body[data-v-1478b138] {
    background: #f1f1f1;
    margin: 2rem
}

.blog-card[data-v-1478b138] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 1rem auto;
    -webkit-box-shadow: 0 3px 7px -1px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 7px -1px rgba(0, 0, 0, .1);
    margin-bottom: 1.6%;
    background: #fff;
    line-height: 1.4;
    font-family: sans-serif;
    border-radius: 5px;
    overflow: hidden;
    z-index: 0
}

.blog-card a[data-v-1478b138] {
    color: inherit
}

.blog-card a[data-v-1478b138]:hover {
    color: #5ad67d
}

.blog-card:hover .photo[data-v-1478b138] {
    -webkit-transform: scale(1.3) rotate(3deg);
    transform: scale(1.3) rotate(3deg)
}

.blog-card .meta[data-v-1478b138] {
    position: relative;
    z-index: 0;
    height: 200px
}

.blog-card .photo[data-v-1478b138] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: 50%;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.blog-card .details[data-v-1478b138],
.blog-card .details ul[data-v-1478b138] {
    margin: auto;
    padding: 0;
    list-style: none
}

.blog-card .details[data-v-1478b138] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    margin: auto;
    -webkit-transition: left .2s;
    transition: left .2s;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    padding: 10px;
    width: 100%;
    font-size: .9rem
}

.blog-card .details a[data-v-1478b138] {
    -webkit-text-decoration: dotted underline;
    text-decoration: dotted underline
}

.blog-card .details ul li[data-v-1478b138] {
    display: inline-block
}

.blog-card .details .author[data-v-1478b138]:before {
    font-family: FontAwesome;
    margin-right: 10px;
    content: "\F007"
}

.blog-card .details .date[data-v-1478b138]:before {
    font-family: FontAwesome;
    margin-right: 10px;
    content: "\F133"
}

.blog-card .details .tags ul[data-v-1478b138]:before {
    font-family: FontAwesome;
    content: "\F02B";
    margin-right: 10px
}

.blog-card .details .tags li[data-v-1478b138] {
    margin-right: 2px
}

.blog-card .details .tags li[data-v-1478b138]:first-child {
    margin-left: -4px
}

.blog-card .description[data-v-1478b138] {
    padding: 1rem;
    background: #fff;
    position: relative;
    z-index: 1
}

.blog-card .description h1[data-v-1478b138],
.blog-card .description h2[data-v-1478b138] {
    font-family: Poppins, sans-serif
}

.blog-card .description h1[data-v-1478b138] {
    line-height: 1;
    margin: 0;
    font-size: 1.7rem
}

.blog-card .description h2[data-v-1478b138] {
    font-size: 1rem;
    font-weight: 300;
    text-transform: uppercase;
    color: #a2a2a2;
    margin-top: 5px
}

.blog-card .description .read-more[data-v-1478b138] {
    text-align: right
}

.blog-card .description .read-more a[data-v-1478b138] {
    color: #5ad67d;
    display: inline-block;
    position: relative
}

.blog-card .description .read-more a[data-v-1478b138]:after {
    content: "\F061";
    font-family: FontAwesome;
    margin-left: -10px;
    opacity: 0;
    vertical-align: middle;
    -webkit-transition: margin .3s, opacity .3s;
    transition: margin .3s, opacity .3s
}

.blog-card .description .read-more a[data-v-1478b138]:hover:after {
    margin-left: 5px;
    opacity: 1
}

.blog-card p[data-v-1478b138] {
    position: relative;
    margin: 1rem 0 0
}

.blog-card p[data-v-1478b138]:first-of-type {
    margin-top: 1.25rem
}

.blog-card p[data-v-1478b138]:first-of-type:before {
    content: "";
    position: absolute;
    height: 5px;
    background: #5ad67d;
    width: 35px;
    top: -.75rem;
    border-radius: 3px
}

.blog-card:hover .details[data-v-1478b138] {
    left: 0
}

@media (min-width:640px) {
    .blog-card[data-v-1478b138] {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: 700px
    }
    .blog-card .meta[data-v-1478b138] {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
        height: auto
    }
    .blog-card .description[data-v-1478b138] {
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%
    }
    .blog-card .description[data-v-1478b138]:before {
        -webkit-transform: skewX(-3deg);
        transform: skewX(-3deg);
        content: "";
        background: #fff;
        width: 30px;
        position: absolute;
        left: -10px;
        top: 0;
        bottom: 0;
        z-index: -1
    }
    .blog-card.alt[data-v-1478b138] {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .blog-card.alt .description[data-v-1478b138]:before {
        left: inherit;
        right: -10px;
        -webkit-transform: skew(3deg);
        transform: skew(3deg)
    }
    .blog-card.alt .details[data-v-1478b138] {
        padding-left: 25px
    }
}

.vdr[data-v-43b438a4] {
    height: auto !important
}

.card[data-v-43b438a4] {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
    height: 100%
}

.card-1[data-v-43b438a4] {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    -webkit-transition: all .3s cubic-bezier(.25, .8, .25, 1);
    transition: all .3s cubic-bezier(.25, .8, .25, 1)
}

.card-img-block img[data-v-43b438a4] {
    width: 100%;
    left: .2%;
    margin: 0 auto;
    position: relative;
    top: 5%;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .63);
    box-shadow: 0 0 10px rgba(0, 0, 0, .63)
}

.card-block h2[data-v-43b438a4] {
    margin: 0 0 5px;
    font-weight: 600;
    font-size: 25px
}

.avatar[data-v-43b438a4] {
    margin: 20px
}

.card-body[data-v-43b438a4] {
    padding-top: 0
}

.Coment .title[data-v-43b438a4] {
    margin: 30px
}

#hr[data-v-43b438a4] {
    margin: 0
}

.tags a[data-v-43b438a4] {
    display: inline-block;
    height: 24px;
    line-height: 23px;
    position: relative;
    margin: 0 12px 8px 0;
    padding: 0 12px 0 10px;
    background: #777;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    color: #fff;
    font-size: 12px;
    font-family: Lucida Grande, Lucida Sans Unicode, Verdana, sans-serif;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    font-weight: 700
}

.tags a[data-v-43b438a4]:before {
    content: "";
    position: absolute;
    top: 10px;
    right: 1px;
    float: left;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: -1px -1px 2px rgba(0, 0, 0, .4);
    box-shadow: -1px -1px 2px rgba(0, 0, 0, .4)
}

.tags a[data-v-43b438a4]:after {
    content: "";
    position: absolute;
    top: 0;
    right: -12px;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #777;
    border-style: solid;
    border-width: 12px 0 12px 12px
}

.tags a.color5[data-v-43b438a4] {
    background: #00a6df
}

.tags a.color5[data-v-43b438a4]:after {
    border-color: transparent transparent transparent #00a6df
}

.tags a[data-v-43b438a4]:hover {
    background: #0469ec !important
}

.tags a[data-v-43b438a4]:hover:after {
    border-color: transparent transparent transparent #0469ec !important
}

.gray-scale[data-v-1f01974a] {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

[data-v-1f01974a] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body[data-v-1f01974a] {
    background: #f1f1f1;
    margin: 2rem
}

.blog-card[data-v-1f01974a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 1rem auto;
    -webkit-box-shadow: 0 3px 7px -1px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 7px -1px rgba(0, 0, 0, .1);
    margin-bottom: 1.6%;
    background: #fff;
    line-height: 1.4;
    font-family: sans-serif;
    border-radius: 5px;
    overflow: hidden;
    z-index: 0
}

.blog-card a[data-v-1f01974a] {
    color: inherit
}

.blog-card a[data-v-1f01974a]:hover {
    color: #5ad67d
}

.blog-card:hover .photo[data-v-1f01974a] {
    -webkit-transform: scale(1.3) rotate(3deg);
    transform: scale(1.3) rotate(3deg)
}

.blog-card .meta[data-v-1f01974a] {
    position: relative;
    z-index: 0;
    height: 200px
}

.blog-card .photo[data-v-1f01974a] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: 50%;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.blog-card .details[data-v-1f01974a],
.blog-card .details ul[data-v-1f01974a] {
    margin: auto;
    padding: 0;
    list-style: none
}

.blog-card .details[data-v-1f01974a] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    margin: auto;
    -webkit-transition: left .2s;
    transition: left .2s;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    padding: 10px;
    width: 100%;
    font-size: .9rem
}

.blog-card .details a[data-v-1f01974a] {
    -webkit-text-decoration: dotted underline;
    text-decoration: dotted underline
}

.blog-card .details ul li[data-v-1f01974a] {
    display: inline-block
}

.blog-card .details .tags li[data-v-1f01974a] {
    margin-right: 2px
}

.blog-card .details .tags li[data-v-1f01974a]:first-child {
    margin-left: -4px
}

.blog-card .description[data-v-1f01974a] {
    padding: 1rem;
    background: #fff;
    position: relative;
    z-index: 1
}

.blog-card .description h1[data-v-1f01974a],
.blog-card .description h2[data-v-1f01974a] {
    font-family: Poppins, sans-serif
}

.blog-card .description h1[data-v-1f01974a] {
    line-height: 1;
    margin: 0;
    font-size: 1.7rem
}

.blog-card .description h2[data-v-1f01974a] {
    font-size: 1rem;
    font-weight: 300;
    text-transform: uppercase;
    color: #a2a2a2;
    margin-top: 5px
}

.blog-card .description .read-more[data-v-1f01974a] {
    text-align: right
}

.blog-card .description .read-more a[data-v-1f01974a] {
    color: #5ad67d;
    display: inline-block;
    position: relative
}

.blog-card .description .read-more:hover a[data-v-1f01974a] {
    color: var(--btn-theme-grid-color-readmorehover) !important
}

.blog-card .description .read-more a[data-v-1f01974a]:after {
    content: "\F055";
    font-family: Material Design Icons;
    margin-left: -10px;
    opacity: 0;
    vertical-align: middle;
    -webkit-transition: margin .3s, opacity .3s;
    transition: margin .3s, opacity .3s
}

.blog-card .description .read-more a[data-v-1f01974a]:hover:after {
    margin-left: 5px;
    opacity: 1
}

.blog-card p[data-v-1f01974a] {
    position: relative;
    margin: 1rem 0 0
}

.blog-card p[data-v-1f01974a]:first-of-type {
    margin-top: 1.25rem
}

.blog-card p[data-v-1f01974a]:first-of-type:before {
    content: "";
    position: absolute;
    height: 5px;
    background: var(--my-color-var);
    width: 35px;
    top: -.75rem;
    border-radius: 3px
}

.blog-card:hover .details[data-v-1f01974a] {
    left: 0
}

@media (min-width:640px) {
    .blog-card[data-v-1f01974a] {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .blog-card .meta[data-v-1f01974a] {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
        height: auto
    }
    .blog-card .description[data-v-1f01974a] {
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%
    }
    .blog-card .description[data-v-1f01974a]:before {
        -webkit-transform: skewX(-3deg);
        transform: skewX(-3deg);
        content: "";
        background: var(--deailt-color);
        width: 30px;
        position: absolute;
        left: -10px;
        top: 0;
        bottom: 0;
        z-index: -1
    }
    .blog-card.alt[data-v-1f01974a] {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .blog-card.alt .description[data-v-1f01974a]:before {
        left: inherit;
        right: -10px;
        -webkit-transform: skew(3deg);
        transform: skew(3deg)
    }
    .blog-card.alt .details[data-v-1f01974a] {
        padding-left: 25px
    }
}

.col-blog[data-v-47dd9810] {
    flex: 0 0 50%;
    max-width: 50%
}

.col-blog[data-v-47dd9810],
[data-device=mobile] .col-blog[data-v-47dd9810] {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

[data-device=mobile] .col-blog[data-v-47dd9810] {
    flex: 0 0 100%;
    max-width: 100%
}

.content-preview[data-v-47dd9810] {
    max-height: 80px;
    overflow: hidden
}

[data-device=mobile] .content-preview[data-v-47dd9810] {
    display: none
}

.component-card:focus img[data-v-47dd9810],
.component-card:hover img[data-v-47dd9810] {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.component-card_image[data-v-47dd9810] {
    background: #fff;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.2%;
    position: relative
}

.component-card_image-inside[data-v-47dd9810] {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.component-card_image-inside img[data-v-47dd9810] {
    background-size: cover;
    height: auto !important;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    width: 100%
}

.component-card .blog-detail[data-v-47dd9810] {
    background: #fff;
    margin: 0 20px;
    padding: 20px;
    position: relative;
    top: -80px
}

.component-card .blog-detail h3[data-v-47dd9810] {
    font-size: 22px;
    margin: 0;
    text-transform: uppercase
}

.component-card .blog-detail label[data-v-47dd9810] {
    color: #737373;
    font-size: 14px
}

.component-card .blog-detail p[data-v-47dd9810] {
    margin-bottom: 1rem;
    margin-top: 0
}

.component-card .blog-detail .btn[data-v-47dd9810] {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: var(--btn-theme-grid-color-readmore);
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem .75rem;
    text-align: center;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle
}

.component-card .blog-detail .btn[data-v-47dd9810]:hover {
    background-color: var(--btn-theme-grid-hover-color);
    color: var(--btn-theme-grid-color);
    text-decoration: none
}

.component-card .blog-detail .btn-read-more[data-v-47dd9810] {
    background: transparent;
    border-radius: 0;
    border: var(--btn-theme-grid-color-border);
    outline: none;
    text-transform: uppercase
}

[data-device=mobile] .col-blog[data-v-5adab759] {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

[data-device=mobile] .row[data-v-5adab759] {
    display: block
}

.fly[data-v-5adab759] {
    -webkit-transform: translateX(-200px);
    -webkit-transition: .4s;
    transition: .4s
}

.flyIn[data-v-5adab759] {
    -webkit-transform: translateX(0);
    -webkit-transition: .4s;
    transition: .4s
}

.col-md-4[data-v-5adab759]:hover {
    background: var(--btn-theme-grid-color-hover);
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    position: relative;
    z-index: 5000
}

.post[data-v-5adab759]:hover {
    text-decoration: none
}

.fa[data-v-5adab759] {
    margin-right: 5px
}

.col-md-4[data-v-5adab759] {
    height: auto;
    overflow: hidden;
    background: var(--btn-theme-grid-color);
    border: 1px solid #1e2328;
    position: relative;
    z-index: 0
}

.col-md-4 .inner[data-v-5adab759] {
    padding: 20px
}

.col-md-4 .inner .category[data-v-5adab759] {
    color: #f26743;
    font: 900 13px Lato;
    text-transform: uppercase
}

.col-md-4 .inner .date[data-v-5adab759] {
    font: 900 13px Lato;
    color: #9b9eab
}

.col-md-4 .inner h2[data-v-5adab759] {
    font: 900 24px Lato;
    text-transform: uppercase;
    margin-bottom: 18px;
    color: #fff
}

.col-md-4 .inner p[data-v-5adab759] {
    font: 400 14px Lato;
    line-height: 22px;
    color: #9b9eab
}

.col-md-4 .inner .read-more[data-v-5adab759] {
    color: #f26743;
    display: block;
    font: 900 13px Lato;
    position: relative;
    text-transform: uppercase;
    margin-top: 15px
}

.col-md-4 .inner .read-more[data-v-5adab759]:hover {
    text-decoration: none;
    color: var(--btn-theme-grid-color-readmorehover) !important
}

a[data-v-5adab759]:active,
a[data-v-5adab759]:focus {
    color: #f26743;
    text-decoration: none
}

[data-v-49fe23de] {
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.blog-card[data-v-49fe23de] {
    display: block;
    position: relative;
    background: #444;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat !important;
    width: 85%;
    max-width: 700px;
    height: 380px;
    -webkit-box-shadow: 4px 8px 28px rgba(39, 44, 49, .1), 1px 3px 8px rgba(39, 44, 49, .075);
    box-shadow: 4px 8px 28px rgba(39, 44, 49, .1), 1px 3px 8px rgba(39, 44, 49, .075);
    margin: 30px;
    overflow: hidden !important
}

.blog-card[data-v-49fe23de]:hover {
    -webkit-box-shadow: 0 0 1px rgba(39, 44, 49, .2), 0 3px 16px rgba(39, 44, 49, .25);
    box-shadow: 0 0 1px rgba(39, 44, 49, .2), 0 3px 16px rgba(39, 44, 49, .25);
    -webkit-transform: translate3D(0, -.5px, 0);
    transform: translate3D(0, -.5px, 0)
}

.blog-card .content-mask[data-v-49fe23de] {
    display: inline-block;
    background: var(--bg-color-blog);
    width: 61%;
    height: 101%;
    padding: .75em 0 .75em 2.5em;
    overflow: hidden;
    z-index: 5
}

.blog-card .horizontal[data-v-49fe23de] {
    display: inline-block;
    position: relative;
    background: var(--bg-color-blog-gradient);
    height: 101%;
    width: 20%;
    top: -5%;
    right: .8%;
    overflow: hidden
}

.blog-card.python[data-v-49fe23de] {
    background-image: url(https://sg.fiverrcdn.com/photos/115522316/original/0f1ff5d0ae8e6d044d936feaa91630dcec3a0941.jpg?1533894592=)
}

.blog-card.web[data-v-49fe23de] {
    background: url(https://www.hostinger.com/tutorials/wp-content/uploads/sites/2/2016/12/improving-website-performance-using-a-content-delivery-network-cdn.jpg)
}

.content-container[data-v-49fe23de] {
    margin-right: -5vw
}

.category[data-v-49fe23de] {
    display: inline-block;
    background: #e23f7e;
    color: hsla(0, 0%, 100%, .9);
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    min-width: 45px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 1px rgba(172, 28, 56, .1), 0 2px 6px rgba(172, 28, 56, .175);
    box-shadow: 0 0 1px rgba(172, 28, 56, .1), 0 2px 6px rgba(172, 28, 56, .175);
    margin: 3vh 2px 2.5vh;
    padding: 6px 8px;
    cursor: pointer;
    z-index: 9
}

.category.python[data-v-49fe23de] {
    background: #2a9d5a
}

.category[data-v-49fe23de]:hover {
    -webkit-box-shadow: 0 0 1px rgba(10, 96, 58, .2), 0 3px 6px rgba(39, 44, 49, .25);
    box-shadow: 0 0 1px rgba(10, 96, 58, .2), 0 3px 6px rgba(39, 44, 49, .25)
}

h1[data-v-49fe23de] {
    background: transparent;
    color: rgba(0, 0, 0, .9);
    font-family: Nunito, Open Sans, sans-serif;
    font-size: 2.5em;
    font-weight: 800;
    line-height: 1.2;
    height: auto;
    border-bottom: 2px solid hsla(0, 0%, 80%, .75);
    margin-top: 0;
    margin-bottom: .35em;
    padding-bottom: 5px
}

p[data-v-49fe23de] {
    font-size: 1.1em;
    line-height: 1.4;
    width: 100%;
    margin-top: .3em;
    padding-left: 2px;
    z-index: 9
}

.post-detail[data-v-49fe23de] {
    color: rgba(0, 0, 0, .55);
    margin-top: 6.5vh;
    padding-left: 2px;
    vertical-align: middle
}

.post-detail .icon svg[data-v-49fe23de] {
    position: relative;
    width: 14px;
    top: 2.25px;
    margin-right: 7px
}

.post-detail .date[data-v-49fe23de] {
    color: rgba(0, 0, 0, .65);
    font-size: .85em
}

.credit[data-v-49fe23de] {
    position: relative;
    font-family: Nunito, Helvetica, sans-serif;
    font-size: 1.5em;
    font-weight: 200;
    text-align: center;
    bottom: .75em;
    margin-bottom: 10vh
}

.credit .creator-link[data-v-49fe23de] {
    color: #000;
    font-family: Kaushan Script, Lato, Helvetica, sans-serif;
    font-size: 1.05em;
    font-weight: 600;
    letter-spacing: .5px;
    text-decoration: none;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.credit .creator-link[data-v-49fe23de]:hover {
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .6);
    -webkit-transition: all .35s linear;
    transition: all .35s linear
}

.icons[data-v-129983ef] {
    font-size: 1.6rem
}

.icons a+a[data-v-129983ef] {
    margin-left: 10px
}

.wrapper-login[data-v-5ee78996] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 0, 0, .1);
    padding: 40px
}

.wrapper-login span[data-v-5ee78996] {
    font-family: Muli, sans-serif;
    font-size: 20px;
    font-weight: 900;
    color: #0294ff;
    margin-bottom: 20px
}

.wrapper-login div[data-v-5ee78996] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.wrapper-login[data-v-032b6c6b] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 500px;
    background: #1e1f26;
    padding: 40px;
    border-radius: 5px
}

.wrapper-login span[data-v-032b6c6b] {
    font-family: Muli, sans-serif;
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 20px
}

.wrapper-login div[data-v-032b6c6b] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.wrapper-login div a[data-v-032b6c6b] {
    font-family: Lato, sans-serif;
    padding: 10px 16px;
    border-radius: 5px;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s
}

.wrapper-login div a[data-v-032b6c6b]:first-of-type {
    color: #000;
    background: #47cf73
}

.wrapper-login div a[data-v-032b6c6b]:first-of-type:hover {
    background: #2fb45a
}

.wrapper-login div a[data-v-032b6c6b]:nth-of-type(2) {
    color: #fff;
    background: #444857;
    margin-top: 20px
}

.wrapper-login div a[data-v-032b6c6b]:nth-of-type(2):hover {
    background: #5a6074
}

@media (min-width:600px) {
    .wrapper-login div[data-v-032b6c6b] {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .wrapper-login div a[data-v-032b6c6b]:nth-of-type(2) {
        margin-top: 0
    }
}

.wrapper-login[data-v-7c065632] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 500px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b897e5), to(#6c58c7));
    background-image: linear-gradient(#b897e5, #6c58c7);
    padding: 40px;
    border-radius: 5px
}

.wrapper-login span[data-v-7c065632] {
    font-family: Lato, sans-serif;
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 20px
}

.wrapper-login div[data-v-7c065632] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.wrapper-login div a[data-v-7c065632] {
    font-family: Lato, sans-serif;
    color: #fff;
    padding: 10px 16px;
    border-radius: 5px;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s
}

.wrapper-login div a[data-v-7c065632]:first-of-type {
    background: #c2a5eb
}

.wrapper-login div a[data-v-7c065632]:first-of-type:hover {
    background: #6c58c7
}

.wrapper-login div a[data-v-7c065632]:nth-of-type(2) {
    background: #5844ad;
    margin-top: 20px
}

.wrapper-login div a[data-v-7c065632]:nth-of-type(2):hover {
    background: #b897e5
}

@media (min-width:600px) {
    .wrapper-login div[data-v-7c065632] {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .wrapper-login div a[data-v-7c065632]:nth-of-type(2) {
        margin-top: 0
    }
}

.wrapper-comments[data-v-77a47854] {
    margin: 60px auto 15px;
    width: 100%
}

.wrapper-comments h5[data-v-77a47854] {
    margin-bottom: 20px
}

.wrapper-comments__login[data-v-77a47854] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 0, 0, .1);
    padding: 40px
}

.wrapper-comments__login span[data-v-77a47854] {
    font-family: Muli, sans-serif;
    font-size: 20px;
    font-weight: 900;
    color: #0294ff;
    margin-bottom: 20px
}

.wrapper-comments__login div[data-v-77a47854] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.wrapper-comments__login button[data-v-77a47854] {
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    border: 0;
    padding: 20px;
    border-radius: 50px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.wrapper-comments__login button[data-v-77a47854]:first-of-type {
    background: #0294ff;
    color: #fff
}

.wrapper-comments__login button[data-v-77a47854]:first-of-type:hover,
.wrapper-comments__login button[data-v-77a47854]:nth-of-type(2) {
    background: #fff;
    color: #0294ff
}

.wrapper-comments__login button[data-v-77a47854]:nth-of-type(2):hover {
    background: #0294ff;
    color: #fff
}

.wrapper-comments__textarea[data-v-77a47854] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%
}

.wrapper-comments__textarea textarea[data-v-77a47854] {
    width: 100%;
    height: 100px;
    resize: none;
    border: 2px solid #ddd;
    color: #656565;
    border-radius: 5px
}

.wrapper-comments__textarea-options[data-v-77a47854] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px
}

.wrapper-comments__textarea-buttons[data-v-77a47854] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%
}

.wrapper-comments__textarea-buttons button[data-v-77a47854] {
    width: 100px;
    border: 0;
    border-radius: 100px;
    padding: 10px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.wrapper-comments__textarea-buttons button[data-v-77a47854]:first-of-type {
    background: #efefef;
    margin-bottom: 10px
}

.wrapper-comments__textarea-buttons button[data-v-77a47854]:first-of-type:hover {
    background: #fff;
    color: #0294ff
}

.wrapper-comments__textarea-buttons__theme-1[data-v-77a47854] {
    color: #fff;
    background: #0294ff
}

.wrapper-comments__textarea-buttons__theme-1[data-v-77a47854]:hover {
    background: #2e81fc
}

.wrapper-comments__textarea-buttons__theme-2[data-v-77a47854] {
    color: #fff;
    background: #444857
}

.wrapper-comments__textarea-buttons__theme-2[data-v-77a47854]:hover {
    background: #5a6074
}

.wrapper-comments__textarea-buttons__theme-3[data-v-77a47854] {
    color: #fff;
    background: #5844ad
}

.wrapper-comments__textarea-buttons__theme-3[data-v-77a47854]:hover {
    background: #b897e5
}

.wrapper-comments__alert[data-v-77a47854] {
    background: #a6d3fe;
    border-left: 10px solid #0080fc;
    color: rgba(8, 13, 58, .8)
}

.wrapper-comments__list[data-v-77a47854] {
    padding: 0;
    margin-top: 30px;
    position: relative
}

.wrapper-comments__list[data-v-77a47854]:before {
    content: "";
    width: 2px;
    height: 100%;
    background: #c7cacb;
    position: absolute;
    left: 32px;
    top: 0
}

.wrapper-comments__list[data-v-77a47854]:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 27px;
    width: 7px;
    height: 7px
}

.wrapper-comments__list li[data-v-77a47854] {
    display: block;
    position: relative;
    margin-bottom: 15px
}

.wrapper-comments__list li[data-v-77a47854]:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    width: 0
}

.wrapper-comments__main[data-v-77a47854] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wrapper-comments__main[data-v-77a47854]:after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    clear: both
}

.wrapper-comments__avatar img[data-v-77a47854] {
    width: 65px;
    height: 65px
}

.wrapper-comments__box[data-v-77a47854] {
    position: relative;
    width: 100%;
    margin-left: 20px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15)
}

.wrapper-comments__box[data-v-77a47854]:after,
.wrapper-comments__box[data-v-77a47854]:before {
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    display: block;
    border-width: 10px 12px 10px 0;
    border-style: solid;
    border-color: transparent #fcfcfc;
    top: 8px;
    left: -10px
}

.wrapper-comments__box[data-v-77a47854]:before {
    border-width: 11px 13px 11px 0;
    border-color: transparent rgba(0, 0, 0, .05);
    left: -12px
}

.wrapper-comments__box-head[data-v-77a47854] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fcfcfc;
    padding: 10px 12px;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 5px 5px 0 0
}

.wrapper-comments__box-head__info[data-v-77a47854] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wrapper-comments__box-head__info h6[data-v-77a47854] {
    color: #283035 !important;
    font-size: 14px !important
}

.wrapper-comments__box-head__info h6.by-author[data-v-77a47854]:after {
    content: "autor";
    background: #03658c;
    color: #fff;
    font-size: 12px;
    padding: 3px 5px;
    margin-left: 10px;
    border-radius: 3px
}

.wrapper-comments__box-head__info span[data-v-77a47854] {
    color: #999;
    font-size: 13px;
    margin-left: 10px
}

.wrapper-comments__box-head__options[data-v-77a47854] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Muli;
    font-weight: 900;
    color: #ed4957
}

.wrapper-comments__box-head__options__delete[data-v-77a47854] {
    position: absolute;
    top: -110px;
    right: 0;
    left: unset;
    width: auto;
    height: auto;
    background: #fcfcfc;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    padding: 20px
}

.wrapper-comments__box-head__options i[data-v-77a47854] {
    margin-left: 14px;
    color: #a6a6a6;
    font-size: 15px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    cursor: pointer
}

.wrapper-comments__box-head__options i[disabled=disabled][data-v-77a47854] {
    cursor: not-allowed !important
}

.wrapper-comments__box-head__options i[data-v-77a47854]:hover {
    color: #03658c
}

.wrapper-comments__box-content[data-v-77a47854] {
    background: #fff;
    padding: 12px;
    font-size: 15px;
    color: #595959;
    border-radius: 0 0 4px 4px;
    white-space: pre-wrap
}

.wrapper-comments__more-comments[data-v-77a47854] {
    width: 100%;
    color: #737373;
    background: #fcfcfc;
    border: 2px solid #ddd;
    padding: 10px;
    border-radius: 3px
}

.wrapper-comments__reply[data-v-77a47854] {
    margin-top: 15px;
    padding: 20px
}

.wrapper-comments__reply[data-v-77a47854]:after,
.wrapper-comments__reply[data-v-77a47854]:before {
    display: none
}

.wrapper-comments__reply .wrapper-comments__box[data-v-77a47854] {
    width: 350px
}

.wrapper-comments__reply-avatar img[data-v-77a47854] {
    width: 50px;
    height: 50px
}

.wrapper-comments__reply li[data-v-77a47854] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

@media (min-width:480px) {
    .wrapper-comments__box-head[data-v-77a47854] {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .wrapper-comments__list[data-v-77a47854] {
        padding-left: 40px
    }
}

@media (min-width:600px) {
    .wrapper-comments__textarea-buttons[data-v-77a47854] {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .wrapper-comments__textarea-buttons button[data-v-77a47854]:first-of-type {
        margin: 0 20px
    }
    .wrapper-comments__list[data-v-77a47854]:before {
        content: "";
        width: 2px;
        height: 100%;
        background: #c7cacb;
        position: absolute;
        left: 32px;
        top: 0
    }
    .wrapper-comments__list[data-v-77a47854]:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 27px;
        width: 7px;
        height: 7px
    }
    .wrapper-comments__list li[data-v-77a47854] {
        display: block;
        position: relative;
        margin-bottom: 15px
    }
    .wrapper-comments__list li[data-v-77a47854]:after {
        content: "";
        display: block;
        clear: both;
        height: 0;
        width: 0
    }
    .wrapper-comments__reply[data-v-77a47854] {
        padding-left: 88px
    }
    .wrapper-comments__reply li[data-v-77a47854]:before {
        content: "";
        width: 100px;
        height: 2px;
        background: #c7cacb;
        position: absolute;
        top: 25px;
        left: -95px
    }
}

@media (min-width:1024px) {
    .wrapper-comments[data-v-77a47854] {
        width: 600px
    }
}

[data-device=mobile] .post-info[data-v-6ea10610] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.post-share-icon[data-v-6ea10610] {
    cursor: pointer
}

.post-info[data-v-6ea10610] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0 50px 0
}

.post-info.only-social-bar[data-v-6ea10610] {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.post-info a.author-profile[data-v-6ea10610] {
    max-height: 35px;
    color: rgba(0, 0, 0, .54);
    border: 1px solid rgba(0, 0, 0, .54);
    padding: 5px;
    border-radius: 5px;
    text-decoration: none;
    -webkit-transition: -webkit-box-shadow .2s;
    transition: -webkit-box-shadow .2s;
    transition: box-shadow .2s;
    transition: box-shadow .2s, -webkit-box-shadow .2s
}

.post-info a.author-profile[data-v-6ea10610]:hover {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .54);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .54)
}

.author-content[data-v-6ea10610] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.author-content img[data-v-6ea10610] {
    border-radius: 50%
}

.author-content-info[data-v-6ea10610] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 10px
}

.author-content-info .author-name[data-v-6ea10610] {
    color: rgba(0, 0, 0, .84)
}

.author-content-info .post-date[data-v-6ea10610] {
    color: rgba(0, 0, 0, .54)
}

.post-content img[data-v-6ea10610] {
    width: 100%
}

.categories-info[data-v-6ea10610] {
    line-height: 45px
}

.categories-info span[data-v-6ea10610] {
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 2px;
    margin-right: 3px;
    color: rgba(0, 0, 0, .54);
    background-color: rgba(0, 0, 0, .25)
}

.post-share-icon[data-v-6ea10610] {
    margin-top: 5px;
    margin-left: 2px;
    padding: 15px;
    font-size: 20px;
    width: 50px;
    height: 50px;
    text-align: center;
    text-decoration: none
}

.post-share-icon[data-v-6ea10610]:hover {
    opacity: .7
}

.fa-facebook-f[data-v-6ea10610] {
    background: #3b5998;
    color: #fff
}

.icon-x[data-v-6ea10610] {
    background: #12100e;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.fa-instagram[data-v-6ea10610] {
    background: #d00174;
    color: #fff
}

.fa-linkedin-in[data-v-6ea10610] {
    background: #2867b2;
    color: #fff
}

.fa-pinterest[data-v-6ea10610] {
    background: red;
    color: #fff
}

.fa-medium-m[data-v-6ea10610] {
    background: #12100e;
    color: #fff
}

.fa-envelope[data-v-6ea10610],
.fa-link[data-v-6ea10610] {
    background: #363636;
    color: #fff
}

.fa-whatsapp[data-v-6ea10610] {
    background: #25d366;
    color: #fff
}

.fa-telegram[data-v-6ea10610] {
    background: #08c;
    color: #fff
}

[element=BlogPostComponent] .ql-editor {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.42;
    height: 100%;
    outline: none;
    overflow-y: auto;
    padding: 12px 15px;
    -o-tab-size: 4;
    tab-size: 4;
    -moz-tab-size: 4;
    text-align: left;
    white-space: pre-wrap;
    word-wrap: break-word
}

[element=BlogPostComponent] .ql-editor>* {
    cursor: text
}

[element=BlogPostComponent] .ql-editor blockquote,
[element=BlogPostComponent] .ql-editor h1,
[element=BlogPostComponent] .ql-editor h2,
[element=BlogPostComponent] .ql-editor h3,
[element=BlogPostComponent] .ql-editor h4,
[element=BlogPostComponent] .ql-editor h5,
[element=BlogPostComponent] .ql-editor h6,
[element=BlogPostComponent] .ql-editor ol,
[element=BlogPostComponent] .ql-editor p,
[element=BlogPostComponent] .ql-editor pre,
[element=BlogPostComponent] .ql-editor ul {
    margin: 0;
    padding: 0;
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

[element=BlogPostComponent] .ql-editor ol,
[element=BlogPostComponent] .ql-editor ul {
    padding-left: 1.5em
}

[element=BlogPostComponent] .ql-editor ol>li,
[element=BlogPostComponent] .ql-editor ul>li {
    list-style-type: none
}

[element=BlogPostComponent] .ql-editor ul>li:before {
    content: "\2022"
}

[element=BlogPostComponent] .ql-editor ul[data-checked=false],
[element=BlogPostComponent] .ql-editor ul[data-checked=true] {
    pointer-events: none
}

[element=BlogPostComponent] .ql-editor ul[data-checked=false]>li *,
[element=BlogPostComponent] .ql-editor ul[data-checked=true]>li * {
    pointer-events: all
}

[element=BlogPostComponent] .ql-editor ul[data-checked=false]>li:before,
[element=BlogPostComponent] .ql-editor ul[data-checked=true]>li:before {
    color: #777;
    cursor: pointer;
    pointer-events: all
}

[element=BlogPostComponent] .ql-editor ul[data-checked=true]>li:before {
    content: "\2611"
}

[element=BlogPostComponent] .ql-editor ul[data-checked=false]>li:before {
    content: "\2610"
}

[element=BlogPostComponent] .ql-editor li:before {
    display: inline-block;
    white-space: nowrap;
    width: 1.2em
}

[element=BlogPostComponent] .ql-editor li:not(.ql-direction-rtl):before {
    margin-left: -1.5em;
    margin-right: .3em;
    text-align: right
}

[element=BlogPostComponent] .ql-editor li.ql-direction-rtl:before {
    margin-left: .3em;
    margin-right: -1.5em
}

[element=BlogPostComponent] .ql-editor ol li:not(.ql-direction-rtl),
[element=BlogPostComponent] .ql-editor ul li:not(.ql-direction-rtl) {
    padding-left: 1.5em
}

[element=BlogPostComponent] .ql-editor ol li.ql-direction-rtl,
[element=BlogPostComponent] .ql-editor ul li.ql-direction-rtl {
    padding-right: 1.5em
}

[element=BlogPostComponent] .ql-editor ol li {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
    counter-increment: list-0
}

[element=BlogPostComponent] .ql-editor ol li:before {
    content: counter(list-0, decimal) ". "
}

[element=BlogPostComponent] .ql-editor ol li.ql-indent-1 {
    counter-increment: list-1
}

[element=BlogPostComponent] .ql-editor ol li.ql-indent-1:before {
    content: counter(list-1, lower-alpha) ". "
}

[element=BlogPostComponent] .ql-editor ol li.ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

[element=BlogPostComponent] .ql-editor ol li.ql-indent-2 {
    counter-increment: list-2
}

[element=BlogPostComponent] .ql-editor ol li.ql-indent-2:before {
    content: counter(list-2, lower-roman) ". "
}

[element=BlogPostComponent] .ql-editor ol li.ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

[element=BlogPostComponent] .ql-editor ol li.ql-indent-3 {
    counter-increment: list-3
}

[element=BlogPostComponent] .ql-editor ol li.ql-indent-3:before {
    content: counter(list-3, decimal) ". "
}

[element=BlogPostComponent] .ql-editor ol li.ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9
}

[element=BlogPostComponent] .ql-editor ol li.ql-indent-4 {
    counter-increment: list-4
}

[element=BlogPostComponent] .ql-editor ol li.ql-indent-4:before {
    content: counter(list-4, lower-alpha) ". "
}

[element=BlogPostComponent] .ql-editor ol li.ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9
}

[element=BlogPostComponent] .ql-editor ol li.ql-indent-5 {
    counter-increment: list-5
}

[element=BlogPostComponent] .ql-editor ol li.ql-indent-5:before {
    content: counter(list-5, lower-roman) ". "
}

[element=BlogPostComponent] .ql-editor ol li.ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9
}

[element=BlogPostComponent] .ql-editor ol li.ql-indent-6 {
    counter-increment: list-6
}

[element=BlogPostComponent] .ql-editor ol li.ql-indent-6:before {
    content: counter(list-6, decimal) ". "
}

[element=BlogPostComponent] .ql-editor ol li.ql-indent-6 {
    counter-reset: list-7 list-8 list-9
}

[element=BlogPostComponent] .ql-editor ol li.ql-indent-7 {
    counter-increment: list-7
}

[element=BlogPostComponent] .ql-editor ol li.ql-indent-7:before {
    content: counter(list-7, lower-alpha) ". "
}

[element=BlogPostComponent] .ql-editor ol li.ql-indent-7 {
    counter-reset: list-8 list-9
}

[element=BlogPostComponent] .ql-editor ol li.ql-indent-8 {
    counter-increment: list-8
}

[element=BlogPostComponent] .ql-editor ol li.ql-indent-8:before {
    content: counter(list-8, lower-roman) ". "
}

[element=BlogPostComponent] .ql-editor ol li.ql-indent-8 {
    counter-reset: list-9
}

[element=BlogPostComponent] .ql-editor ol li.ql-indent-9 {
    counter-increment: list-9
}

[element=BlogPostComponent] .ql-editor ol li.ql-indent-9:before {
    content: counter(list-9, decimal) ". "
}

[element=BlogPostComponent] .ql-editor .ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 3em
}

[element=BlogPostComponent] .ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 4.5em
}

[element=BlogPostComponent] .ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 3em
}

[element=BlogPostComponent] .ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 4.5em
}

[element=BlogPostComponent] .ql-editor .ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 6em
}

[element=BlogPostComponent] .ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 7.5em
}

[element=BlogPostComponent] .ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 6em
}

[element=BlogPostComponent] .ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 7.5em
}

[element=BlogPostComponent] .ql-editor .ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 9em
}

[element=BlogPostComponent] .ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 10.5em
}

[element=BlogPostComponent] .ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 9em
}

[element=BlogPostComponent] .ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 10.5em
}

[element=BlogPostComponent] .ql-editor .ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 12em
}

[element=BlogPostComponent] .ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 13.5em
}

[element=BlogPostComponent] .ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 12em
}

[element=BlogPostComponent] .ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 13.5em
}

[element=BlogPostComponent] .ql-editor .ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 15em
}

[element=BlogPostComponent] .ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 16.5em
}

[element=BlogPostComponent] .ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 15em
}

[element=BlogPostComponent] .ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 16.5em
}

[element=BlogPostComponent] .ql-editor .ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 18em
}

[element=BlogPostComponent] .ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 19.5em
}

[element=BlogPostComponent] .ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 18em
}

[element=BlogPostComponent] .ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 19.5em
}

[element=BlogPostComponent] .ql-editor .ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 21em
}

[element=BlogPostComponent] .ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 22.5em
}

[element=BlogPostComponent] .ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 21em
}

[element=BlogPostComponent] .ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 22.5em
}

[element=BlogPostComponent] .ql-editor .ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 24em
}

[element=BlogPostComponent] .ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 25.5em
}

[element=BlogPostComponent] .ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 24em
}

[element=BlogPostComponent] .ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 25.5em
}

[element=BlogPostComponent] .ql-editor .ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 27em
}

[element=BlogPostComponent] .ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 28.5em
}

[element=BlogPostComponent] .ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 27em
}

[element=BlogPostComponent] .ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 28.5em
}

[element=BlogPostComponent] .ql-editor .ql-video {
    display: block;
    max-width: 100%
}

[element=BlogPostComponent] .ql-editor .ql-video.ql-align-center {
    margin: 0 auto
}

[element=BlogPostComponent] .ql-editor .ql-video.ql-align-right {
    margin: 0 0 0 auto
}

[element=BlogPostComponent] .ql-editor .ql-bg-black {
    background-color: #000
}

[element=BlogPostComponent] .ql-editor .ql-bg-red {
    background-color: #e60000
}

[element=BlogPostComponent] .ql-editor .ql-bg-orange {
    background-color: #f90
}

[element=BlogPostComponent] .ql-editor .ql-bg-yellow {
    background-color: #ff0
}

[element=BlogPostComponent] .ql-editor .ql-bg-green {
    background-color: #008a00
}

[element=BlogPostComponent] .ql-editor .ql-bg-blue {
    background-color: #06c
}

[element=BlogPostComponent] .ql-editor .ql-bg-purple {
    background-color: #93f
}

[element=BlogPostComponent] .ql-editor .ql-color-white {
    color: #fff
}

[element=BlogPostComponent] .ql-editor .ql-color-red {
    color: #e60000
}

[element=BlogPostComponent] .ql-editor .ql-color-orange {
    color: #f90
}

[element=BlogPostComponent] .ql-editor .ql-color-yellow {
    color: #ff0
}

[element=BlogPostComponent] .ql-editor .ql-color-green {
    color: #008a00
}

[element=BlogPostComponent] .ql-editor .ql-color-blue {
    color: #06c
}

[element=BlogPostComponent] .ql-editor .ql-color-purple {
    color: #93f
}

[element=BlogPostComponent] .ql-editor .ql-font-serif {
    font-family: Georgia, Times New Roman, serif
}

[element=BlogPostComponent] .ql-editor .ql-font-monospace {
    font-family: Monaco, Courier New, monospace
}

[element=BlogPostComponent] .ql-editor .ql-size-small {
    font-size: .75em
}

[element=BlogPostComponent] .ql-editor .ql-size-large {
    font-size: 1.5em
}

[element=BlogPostComponent] .ql-editor .ql-size-huge {
    font-size: 2.5em
}

[element=BlogPostComponent] .ql-editor .ql-direction-rtl {
    direction: rtl;
    text-align: inherit
}

[element=BlogPostComponent] .ql-editor .ql-align-center {
    text-align: center
}

[element=BlogPostComponent] .ql-editor .ql-align-justify {
    text-align: justify
}

[element=BlogPostComponent] .ql-editor .ql-align-right {
    text-align: right
}

[element=BlogPostComponent] .ql-editor.ql-blank:before {
    color: rgba(0, 0, 0, .6);
    content: attr(data-placeholder);
    font-style: italic;
    left: 15px;
    pointer-events: none;
    position: absolute;
    right: 15px
}

[element=BlogPostComponent] {
    height: auto !important
}

.content-post img,
.content-post p>i frame {
    max-width: 100% !important
}

.content-post h1,
.content-post h2,
.content-post h3,
.content-post h4,
.content-post h5,
.content-post h6,
.content-post p {
    margin: 0;
    font-size: unset !important
}

.content-post .ql-video {
    max-width: 100% !important;
    pointer-events: visible
}

.content-post .ql-align-center {
    text-align: center
}

.content-post .ql-align-right {
    text-align: right
}

.content-post .ql-align-justify {
    text-align: justify
}

.content-post .ql-font-andale-mono {
    font-family: Andale Mono, sans-serif
}

.content-post .ql-font-arial {
    font-family: Arial, sans-serif
}

.content-post .ql-font-arial-black {
    font-family: Arial Black, sans-serif
}

.content-post .ql-font-book-antiqua {
    font-family: Book Antiqua, sans-serif
}

.content-post .ql-font-comic-sans-ms {
    font-family: Comic Sans MS, sans-serif
}

.content-post .ql-font-courier-new {
    font-family: Courier New, sans-serif
}

.content-post .ql-font-georgia {
    font-family: Georgia, sans-serif
}

.content-post .ql-font-helvetica {
    font-family: Helvetica, sans-serif
}

.content-post .ql-font-impact {
    font-family: Impact, sans-serif
}

.content-post .ql-font-lato {
    font-family: Lato, sans-serif
}

.content-post .ql-font-montserrat {
    font-family: Montserrat, sans-serif
}

.content-post .ql-font-muli {
    font-family: Muli, sans-serif
}

.content-post .ql-font-nunito {
    font-family: Nunito, sans-serif
}

.content-post .ql-font-open-sans {
    font-family: Open Sans, sans-serif
}

.content-post .ql-font-playfair-display {
    font-family: Playfair Display, sans-serif
}

.content-post .ql-font-symbol {
    font-family: Symbol, sans-serif
}

.content-post .ql-font-roboto {
    font-family: Roboto, sans-serif
}

.content-post .ql-font-tahoma {
    font-family: Tahoma, sans-serif
}

.content-post .ql-font-terminal {
    font-family: Terminal, sans-serif
}

.content-post .ql-font-times-new-roman {
    font-family: Times New Roman, sans-serif
}

.content-post .ql-font-trebuchet-ms {
    font-family: Trebuchet MS, sans-serif
}

.content-post .ql-font-verdana {
    font-family: Verdana, sans-serif
}

[element=BlogCategoriesListComponent] .vdr[data-v-17f2c514] {
    height: auto !important
}

.category-list[data-v-17f2c514]:hover {
    color: var(--color-hover) !important;
    cursor: pointer
}

.button-search[data-v-7778c5f2]:hover {
    background-color: var(--color-hover) !important
}

#summaryArticle>iframe[data-v-17b277b5] {
    display: none !important
}

.card-body[data-v-17b277b5],
.card-footer[data-v-17b277b5] {
    padding-left: 0;
    padding-right: 0
}

.card[data-v-17b277b5] {
    padding: 15px
}

.card-clean[data-v-3f437532] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.card-clean__thumbnail[data-v-3f437532] {
    background-size: cover !important;
    background-repeat: no-repeat !important
}

.card-clean__content[data-v-3f437532] {
    width: 100%;
    padding: 20px
}

.card-clean__content-preview[data-v-3f437532] {
    margin: 20px 0
}

.card-clean__content-info[data-v-3f437532] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-hover[data-v-ca0ea7da] {
    position: relative;
    -webkit-box-shadow: 3px 3px 20px rgba(0, 0, 0, .5);
    box-shadow: 3px 3px 20px rgba(0, 0, 0, .5);
    overflow: hidden
}

.card-hover [data-v-ca0ea7da] {
    position: relative;
    z-index: 2
}

.card-hover:hover .color-overlay[data-v-ca0ea7da] {
    background: rgba(74, 100, 114, .8)
}

.card-hover:hover .card-hover__content-preview[data-v-ca0ea7da] {
    bottom: -10px;
    opacity: 1
}

.card-hover[data-v-ca0ea7da],
.color-overlay[data-v-ca0ea7da] {
    border-radius: .7em
}

.color-overlay[data-v-ca0ea7da] {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    -webkit-transition: background .7s;
    transition: background .7s;
    background: rgba(74, 100, 114, .3);
    z-index: 1
}

.card-hover__content-info[data-v-ca0ea7da] {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 2em
}

.card-hover__content-info hr[data-v-ca0ea7da] {
    margin-top: -.4em;
    margin-bottom: 1em;
    width: 5em;
    height: .25em;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border: none
}

.card-hover__content-preview[data-v-ca0ea7da] {
    line-height: 1.1em;
    position: relative;
    bottom: -4em;
    opacity: 0;
    background: transparent;
    -webkit-transition: opacity .3s, bottom .3s;
    transition: opacity .3s, bottom .3s
}

.card-hover__footer[data-v-ca0ea7da] {
    display: inline-block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 10em;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .9)));
    background: linear-gradient(transparent, rgba(0, 0, 0, .9));
    border-radius: 0 0 .7em .7em
}

.card-hover__footer>.icon-holder[data-v-ca0ea7da] {
    position: absolute;
    bottom: 0;
    height: 40px;
    width: 100%;
    display: inline-block
}

.card-hover__footer-categories[data-v-ca0ea7da] {
    top: 50px
}

.card-list[data-v-8fdf7280] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 1rem auto;
    -webkit-box-shadow: 0 3px 7px -1px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 7px -1px rgba(0, 0, 0, .1);
    margin-bottom: 1.6%;
    line-height: 1.4;
    font-family: sans-serif;
    border-radius: 5px;
    overflow: hidden;
    z-index: 0
}

.card-list a[data-v-8fdf7280] {
    color: inherit
}

.card-list:hover .card-list__thumbnail[data-v-8fdf7280] {
    -webkit-transform: scale(1.3) rotate(3deg);
    transform: scale(1.3) rotate(3deg)
}

.card-list .card-list__content-info[data-v-8fdf7280] {
    position: relative;
    z-index: 0;
    height: 200px
}

.card-list .card-list__thumbnail[data-v-8fdf7280] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: 50%;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.card-list .details[data-v-8fdf7280],
.card-list .details ul[data-v-8fdf7280] {
    margin: auto;
    padding: 0;
    list-style: none
}

.card-list .details[data-v-8fdf7280] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    margin: auto;
    -webkit-transition: left .2s;
    transition: left .2s;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    padding: 10px;
    width: 100%;
    font-size: .9rem
}

.card-list .details a[data-v-8fdf7280] {
    -webkit-text-decoration: dotted underline;
    text-decoration: dotted underline
}

.card-list .details ul li[data-v-8fdf7280] {
    display: inline-block
}

.card-list .details .categories li[data-v-8fdf7280] {
    margin-right: 2px
}

.card-list .details .categories li[data-v-8fdf7280]:first-child {
    margin-left: -4px
}

.card-list .card-list__content-preview[data-v-8fdf7280] {
    padding: 1rem;
    background: #fff;
    position: relative;
    z-index: 1
}

.card-list .card-list__content-preview h1[data-v-8fdf7280],
.card-list .card-list__content-preview h2[data-v-8fdf7280] {
    font-family: Poppins, sans-serif
}

.card-list .card-list__content-preview h1[data-v-8fdf7280] {
    line-height: 1;
    margin: 0;
    font-size: 1.7rem
}

.card-list .card-list__content-preview h2[data-v-8fdf7280] {
    font-size: 1rem;
    font-weight: 300;
    text-transform: uppercase;
    color: #a2a2a2;
    margin-top: 5px
}

.card-list .card-list__content-preview .read-more a[data-v-8fdf7280] {
    display: inline-block;
    position: relative
}

.card-list .card-list__content-preview .read-more:hover a[data-v-8fdf7280] {
    color: var(--btn-theme-grid-color-readmorehover) !important
}

.card-list .card-list__content-preview .read-more a[data-v-8fdf7280]:after {
    content: "\F055";
    font-family: Material Design Icons;
    margin-left: -10px;
    opacity: 0;
    vertical-align: middle;
    -webkit-transition: margin .3s, opacity .3s;
    transition: margin .3s, opacity .3s
}

.card-list .card-list__content-preview .read-more a[data-v-8fdf7280]:hover:after {
    margin-left: 5px;
    opacity: 1
}

.card-list p[data-v-8fdf7280] {
    position: relative;
    margin: 1rem 0 0
}

.card-list p[data-v-8fdf7280]:first-of-type {
    margin-top: 1.25rem
}

.card-list p[data-v-8fdf7280]:first-of-type:before {
    content: "";
    position: absolute;
    height: 5px;
    background: var(--my-color-var);
    width: 35px;
    top: -.75rem;
    border-radius: 3px
}

.card-list:hover .details[data-v-8fdf7280] {
    left: 0
}

@media (min-width:640px) {
    .card-list[data-v-8fdf7280] {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .card-list .card-list__content-info[data-v-8fdf7280] {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
        height: auto
    }
    .card-list .card-list__content-preview[data-v-8fdf7280] {
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%
    }
    .card-list .card-list__content-preview[data-v-8fdf7280]:before {
        -webkit-transform: skewX(-3deg);
        transform: skewX(-3deg);
        content: "";
        background: var(--detail-color-theme-1) !important;
        width: 30px;
        position: absolute;
        left: -10px;
        top: 0;
        bottom: 0;
        z-index: -1
    }
    .card-list.alt[data-v-8fdf7280] {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .card-list.alt .card-list__content-preview[data-v-8fdf7280]:before {
        left: inherit;
        right: -10px;
        -webkit-transform: skew(3deg);
        transform: skew(3deg)
    }
    .card-list.alt .details[data-v-8fdf7280] {
        padding-left: 25px
    }
}

[element=BlogArticleListComponent] {
    height: auto !important
}

.icon-loading {
    display: inline-block;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    margin-right: 15px;
    color: #006fff
}

.card-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

[data-device=mobile] .card-article,
[data-device=tablet] .card-article {
    width: 100% !important;
    margin-left: 0 !important
}

[data-device=desktop] .clean-theme-mobile,
[data-device=mobile] .clean-theme-desktop,
[data-device=tablet] .clean-theme-desktop {
    display: none !important
}

[data-device=mobile] .clean-theme-mobile,
[data-device=tablet] .clean-theme-mobile {
    display: block !important
}

[data-device=desktop] .clean-theme-desktop {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

[data-device=desktop] .hover-theme-mobile,
[data-device=mobile] .hover-theme-desktop,
[data-device=tablet] .hover-theme-desktop {
    display: none !important
}

[data-device=desktop] .hover-theme-desktop,
[data-device=mobile] .hover-theme-mobile,
[data-device=tablet] .hover-theme-mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.blog-news-slider[data-v-7942b71e] {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.blog-news-slider div[data-v-7942b71e] {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    top: 0;
    background-size: cover;
    left: 100%
}

.blog-news-slider div[data-v-7942b71e]:first-child {
    left: 0
}

.blog-news-slider .news-info-slider[data-v-7942b71e] {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.blog-news-slider .news-info-slider p[data-v-7942b71e] {
    width: 100% !important;
    margin: 0
}

.arrow-left[data-v-7942b71e] {
    margin-left: 10px;
    text-align: center
}

.arrow-left[data-v-7942b71e],
.arrow-right[data-v-7942b71e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    border: 0;
    cursor: pointer
}

.arrow-right[data-v-7942b71e] {
    right: 0;
    margin-right: 10px
}

.slider-in-right[data-v-7942b71e] {
    left: -100%
}

.slider-in-left[data-v-7942b71e],
.slider-in-right[data-v-7942b71e] {
    -webkit-animation: slideIn-data-v-7942b71e 1s forwards;
    animation: slideIn-data-v-7942b71e 1s forwards
}

.slider-in-left[data-v-7942b71e] {
    left: 100%
}

.slider-out-right[data-v-7942b71e] {
    -webkit-animation: slideOutRight-data-v-7942b71e 1s forwards;
    animation: slideOutRight-data-v-7942b71e 1s forwards
}

.slider-out-left[data-v-7942b71e] {
    -webkit-animation: slideOutLeft-data-v-7942b71e 1s forwards;
    animation: slideOutLeft-data-v-7942b71e 1s forwards
}

@keyframes slideIn-data-v-7942b71e {
    to {
        left: 0
    }
}

@keyframes slideOutRight-data-v-7942b71e {
    to {
        left: 100%
    }
}

@keyframes slideOutLeft-data-v-7942b71e {
    to {
        left: -100%
    }
}

@-webkit-keyframes slideOutLeft-data-v-7942b71e {
    to {
        left: -100%
    }
}

@-webkit-keyframes slideIn-data-v-7942b71e {
    to {
        left: 0
    }
}

@-webkit-keyframes slideOutRight-data-v-7942b71e {
    to {
        left: 100%
    }
}

.loading[data-v-583b8261] {
    display: none
}

.form-group.form-input-check[data-v-583b8261] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

p[data-v-2217ef7a] {
    font-size: 18px !important;
    margin-bottom: 10px !important
}

.btn[data-v-2217ef7a] {
    font-weight: 700
}

.btn[data-v-2217ef7a]:hover {
    background-color: var(--tab-user-bg-color--hover) !important
}

.form-control[data-v-2217ef7a]::-webkit-input-placeholder,
.form-control[data-v-2217ef7a]::-webkit-input-placeholder-shown {
    text-decoration: none !important;
    font-weight: 500
}

.form-control[data-v-2217ef7a]::-moz-placeholder,
.form-control[data-v-2217ef7a]::-moz-placeholder-shown {
    text-decoration: none !important;
    font-weight: 500
}

.form-control[data-v-2217ef7a]:-ms-input-placeholder,
.form-control[data-v-2217ef7a]:-ms-input-placeholder-shown {
    text-decoration: none !important;
    font-weight: 500
}

.form-control[data-v-2217ef7a]::-ms-input-placeholder,
.form-control[data-v-2217ef7a]::-ms-input-placeholder-shown {
    text-decoration: none !important;
    font-weight: 500
}

.form-control[data-v-2217ef7a]::placeholder,
.form-control[data-v-2217ef7a]::placeholder-shown {
    text-decoration: none !important;
    font-weight: 500
}

.alert[data-v-2217ef7a]:not(.alert-secondary) {
    color: #fff
}

.alert[data-v-2217ef7a] {
    font-size: .875rem;
    border: 0;
    position: relative;
    margin-bottom: 1rem;
    padding: 1rem 1.5rem;
    border: .0625rem solid transparent;
    border-radius: .25rem
}

.alert-success[data-v-2217ef7a] {
    color: #fff;
    border-color: #4fd69c;
    background-color: #4fd69c
}

.alert-danger[data-v-2217ef7a] {
    color: #fff;
    border-color: #f75676;
    background-color: #f75676
}

.table-members-area-title[data-v-327d7c1e] {
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 5px
}

.table-members-area-title p[data-v-327d7c1e] {
    font-size: 18px !important;
    padding-right: 15px !important;
    padding-left: 15px !important
}

i[data-v-327d7c1e] {
    font-size: 25px !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    cursor: pointer
}

.table-members-area .table-th[data-v-327d7c1e] {
    border-bottom: 1px solid #ddd;
    margin-bottom: .5rem;
    font-weight: 700 !important
}

.table-members-area .table-members-area-row[data-v-327d7c1e] {
    padding: .25rem 0
}

.table-members-area .table-members-area-row .table-members-area-col p[data-v-327d7c1e] {
    font-size: 16px !important;
    font-weight: 700 !important
}

.table-members-area .table-members-area-row .table-members-area-col p[data-v-327d7c1e]:not(.p-0) {
    padding: .5rem 0 0 !important
}

.table-members-area .divisor-mobile[data-v-327d7c1e] {
    border-bottom: 1px solid #ddd;
    padding: .25rem 0
}

.tab-content[data-v-a2d39d56] {
    padding: 15px
}

.nav-pills .nav-link[data-v-a2d39d56] {
    min-width: 120px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.container-nav-user .nav-pills .nav-link[data-v-a2d39d56]:hover {
    background-color: var(--tab-user-bg-color--hover) !important
}

[data-device=mobile] [element=ContentNavUserComponent] .container-nav-user[data-v-a2d39d56] {
    width: 100% !important;
    height: auto !important
}

.container-button-members-area[data-v-71a9df1c] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.container-button-members-area .ma-menu-dropdown[data-v-71a9df1c] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.container-button-members-area .ma-menu-dropdown[data-v-71a9df1c]:hover {
    background-color: var(--dropdown-user-background-color--hover) !important
}

.container-button-members-area .ma-menu-dropdown:hover .ma-dropdown-item[data-v-71a9df1c] {
    color: var(--dropdown-user-text-color--hover) !important
}

.container-button-members-area .ma-menu-dropdown .ma-dropdown-item[data-v-71a9df1c] {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    -webkit-transition: all .5s;
    transition: all .5s;
    overflow: hidden;
    text-overflow: ellipsis
}

.container-button-members-area .ma-menu-dropdown .ma-dropdown-divider[data-v-71a9df1c] {
    height: 0;
    margin: .25rem 1rem;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.btn-members-area[data-v-71a9df1c] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.btn-members-area.login:not(.is-auth) .btn-members-area-text[data-v-71a9df1c],
.btn-members-area.register:not(.is-auth) .btn-members-area-text[data-v-71a9df1c] {
    min-width: 100% !important;
    max-width: 100% !important
}

.btn-members-area.is-auth .btn-member-dropdown[data-v-71a9df1c] {
    width: 100%
}

.btn-members-area.is-auth .btn-members-area-text[data-v-71a9df1c]:not(.btn-member-dropdown):first-child {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    max-width: 65%
}

.btn-members-area.is-auth .btn-members-area-text[data-v-71a9df1c]:not(.btn-member-dropdown):last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 35%
}

.btn-members-area:not(.is-auth) .btn-members-area-text[data-v-71a9df1c] {
    max-width: 50%
}

.btn-members-area:not(.is-auth) .btn-members-area-text:not(.btn-member-dropdown) span[data-v-71a9df1c] {
    max-width: 100%
}

.btn-members-area .btn-members-area-text[data-v-71a9df1c] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.btn-members-area .btn-members-area-text[data-v-71a9df1c]:hover {
    background-color: var(--button-user-background-color--hover) !important;
    color: var(--button-user-text-color--hover) !important
}

.btn-members-area .btn-members-area-text .icon-member-dropdown[data-v-71a9df1c] {
    min-width: 10%;
    text-align: right
}

.btn-members-area .btn-members-area-text:first-child:not(.btn-member-dropdown) span[data-v-71a9df1c] {
    max-width: 100%
}

.btn-members-area .btn-members-area-text span[data-v-71a9df1c] {
    display: table-cell;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    vertical-align: middle;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: inherit
}

.btn-members-area .btn-members-area-text span i[data-v-71a9df1c] {
    margin-right: 5px;
    margin-left: 5px
}

[data-device=mobile] [element=ButtonUserComponent] .btn-members-area[data-v-71a9df1c] {
    width: 100% !important;
    height: auto !important
}

[data-device=mobile] .container-button-members-area .ma-menu-dropdown[data-v-71a9df1c] {
    width: 100% !important
}

[data-device=mobile] [element=ButtonUserComponent] .btn-members-area-text[data-v-71a9df1c] {
    padding: 6px 0
}

.sitebuilder-element-lottie-file-content.sitebuilder-element-lottie-file-content-with-controls {
    position: relative
}

.sitebuilder-element-lottie-file-content.sitebuilder-element-lottie-file-content-with-controls #lottie-controls {
    position: absolute
}

.sitebuilder-element-lottie-file-content .vue-lottie-player {
    background: transparent
}

[data-device=desktop] .sitebuilder-element-container[data-v-09f56307],
[data-device=mobile] .sitebuilder-element-container[data-v-09f56307],
[data-device=tablet] .sitebuilder-element-container[data-v-09f56307] {
    top: auto !important;
    left: auto !important;
    padding: 0 !important;
    max-width: none !important
}

.floating-button[data-v-09f56307] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.floating-button-image[data-v-09f56307] {
    background-size: cover;
    background-position: 50%;
    width: 100%;
    height: 100%
}

.call-to-action[data-v-09f56307] {
    -webkit-box-shadow: hsla(0, 0%, 53.3%, .4) 0 1px 7px;
    box-shadow: 0 1px 7px hsla(0, 0%, 53.3%, .4);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    background: #fff;
    cursor: pointer;
    max-height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-decoration: none !important;
    color: #000 !important
}

.left[data-v-09f56307] {
    left: calc(100% + 20px)
}

.right[data-v-09f56307] {
    right: calc(100% + 20px)
}

.call-to-action[data-v-09f56307]:after,
.call-to-action[data-v-09f56307]:before {
    content: "";
    position: absolute;
    background: #fff;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.call-to-action.left[data-v-09f56307]:after,
.call-to-action.left[data-v-09f56307]:before {
    border-top: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    left: -5px
}

.call-to-action.right[data-v-09f56307]:after,
.call-to-action.right[data-v-09f56307]:before {
    border-right: 1px solid #e2e2e2;
    right: -5px
}

@-webkit-keyframes ijMbJr-data-v-09f56307 {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes ijMbJr-data-v-09f56307 {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.call-to-action-animation[data-v-09f56307] {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    position: absolute;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: cubic-bezier(.23, 1, .32, 1);
    animation-timing-function: cubic-bezier(.23, 1, .32, 1);
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-name: ijMbJr-data-v-09f56307;
    animation-name: ijMbJr-data-v-09f56307
}

.call-to-action-text[data-v-09f56307] {
    text-align: center;
    padding: 10px 10px;
    line-height: 16px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 14px;
    margin: auto;
    white-space: nowrap
}

[data-device=desktop] .full-height-quiz .vdr[data-v-3141771e] {
    height: 720px !important
}

[data-device=desktop] .embed-responsive[data-v-3141771e] {
    min-height: unset !important
}

.quiz-is-empty[data-v-3141771e] {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff
}