@import url(https://fonts.googleapis.com/css?family=Barlow:300,300i,400,400i,500,500i,600,600i,700,700i);





body {
    font-style: normal;
    line-height: 1.5;
}

.mbr-section-title {
    font-style: normal;
    line-height: 1.2;
}

.mbr-section-subtitle {
    line-height: 1.3;
}

.mbr-text {
    font-style: normal;
    line-height: 1.5;
}

.display-1 {
    font-family: 'Barlow', sans-serif;
    font-size: 4.8rem;
    letter-spacing: -1px;
}

    .display-1 > .mbr-iconfont {
        font-size: 7.68rem;
    }

.display-2 {
    font-family: 'Barlow', sans-serif;
    font-size: 2.6rem;
}

    .display-2 > .mbr-iconfont {
        font-size: 4.16rem;
    }

.display-4 {
    font-family: 'Barlow', sans-serif;
    font-size: 0.9rem;
}

    .display-4 > .mbr-iconfont {
        font-size: 1.44rem;
    }

.display-5 {
    font-family: 'Barlow', sans-serif;
    font-size: 1.4rem;
    letter-spacing: -1px;
    line-height: 1.5;
}

    .display-5 > .mbr-iconfont {
        font-size: 2.24rem;
    }

.display-7 {
    font-family: 'Barlow', sans-serif;
    font-size: 1.1rem;
    line-height: 1.4;
}

    .display-7 > .mbr-iconfont {
        font-size: 1.76rem;
    }
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
    .display-1 {
        font-size: 3.84rem;
        font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20))));
    }

    .display-2 {
        font-size: 2.08rem;
        font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
    }

    .display-4 {
        font-size: 0.72rem;
        font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
    }

    .display-5 {
        font-size: 1.12rem;
        font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
    }
}
/* Buttons */
.btn {
    font-weight: 500;
    border-width: 2px;
    font-style: normal;
    margin: .4rem .8rem;
    border-radius: 0px ;
    justify-content: space-between;
    white-space: normal;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-flex;
    align-items: center;
    word-break: break-word;
    -webkit-align-items: center;
    display: -webkit-inline-flex;
    padding: 1rem 3rem;
    border-radius: 3px;
}

    .btn .mbr-iconfont {
        order: 2;
        transition: all 0.6s;
    }

    .btn:hover .mbr-iconfont {
        margin-right: -0.6rem;
    }

form .btn .mbr-iconfont {
    margin-right: 0;
}

.btn-sm {
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 0.6rem 1.5rem;
    border-radius: 3px;
}

.btn-md {
    font-weight: 500;
    margin: .4rem .8rem ;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 1rem 3rem;
    border-radius: 3px;
}

.btn-lg {
    font-weight: 500;
    padding: 1.6rem 2rem ;
    margin: .4rem .8rem !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 1.2rem 3.2rem;
    border-radius: 3px;
}

.bg-primary {
    background-color: #149dcc;
}

.bg-success {
    background-color: rgb(0, 91, 89);
}

.bg-info {
    background-color: #82786e;
}

.bg-warning {
    background-color: #767676;
}

.bg-danger {
    background-color: #b1a374;
}

.btn-primary,
.btn-primary:active {
    background-color: #149dcc;
    border-color: #149dcc;
    color: #ffffff;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary.focus,
    .btn-primary.active {
        color: #ffffff !important;
        background-color: #40c0ec !important;
        border-color: #40c0ec !important;
    }

    .btn-primary.disabled,
    .btn-primary:disabled {
        color: #ffffff !important;
        background-color: #40c0ec !important;
        border-color: #40c0ec !important;
    }

.btn-secondary,
.btn-secondary:active {
    background-color: #ff3366 !important;
    border-color: #ff3366 !important;
    color: #ffffff !important;
}

    .btn-secondary:hover,
    .btn-secondary:focus,
    .btn-secondary.focus,
    .btn-secondary.active {
        color: #ffffff !important;
        background-color: #ff809f !important;
        border-color: #ff809f !important;
    }

    .btn-secondary.disabled,
    .btn-secondary:disabled {
        color: #ffffff !important;
        background-color: #ff809f !important;
        border-color: #ff809f !important;
    }

.btn-info,
.btn-info:active {
    background-color: #82786e !important;
    border-color: #82786e !important;
    color: #ffffff !important;
}

    .btn-info:hover,
    .btn-info:focus,
    .btn-info.focus,
    .btn-info.active {
        color: #ffffff !important;
        background-color: #a69e96 !important;
        border-color: #a69e96 !important;
    }

    .btn-info.disabled,
    .btn-info:disabled {
        color: #ffffff !important;
        background-color: #a69e96 !important;
        border-color: #a69e96 !important;
    }

.btn-success,
.btn-success:active {
    background-color: rgb(166, 199, 0) !important;
    border-color: rgb(166, 199, 0) !important;
    color: #000000 !important;
}

    .btn-success:hover,
    .btn-success:focus,
    .btn-success.focus,
    .btn-success.active {
        color: #000000 !important;
        background-color: #ffffff !important;
        border-color: rgb(166, 199, 0) !important;
    }

    .btn-success.disabled,
    .btn-success:disabled {
        color: #000000 !important;
        background-color: #ffe54d !important;
        border-color: #ffe54d !important;
    }

.btn-warning,
.btn-warning:active {
    background-color: #767676 !important;
    border-color: #767676 !important;
    color: #ffffff !important;
}

    .btn-warning:hover,
    .btn-warning:focus,
    .btn-warning.focus,
    .btn-warning.active {
        color: #ffffff !important;
        background-color: #9c9c9c !important;
        border-color: #9c9c9c !important;
    }

    .btn-warning.disabled,
    .btn-warning:disabled {
        color: #ffffff !important;
        background-color: #9c9c9c !important;
        border-color: #9c9c9c !important;
    }

.btn-danger,
.btn-danger:active {
    background-color: #b1a374 !important;
    border-color: #b1a374 !important;
    color: #ffffff !important;
}

    .btn-danger:hover,
    .btn-danger:focus,
    .btn-danger.focus,
    .btn-danger.active {
        color: #ffffff !important;
        background-color: #ccc3a5 !important;
        border-color: #ccc3a5 !important;
    }

    .btn-danger.disabled,
    .btn-danger:disabled {
        color: #ffffff !important;
        background-color: #ccc3a5 !important;
        border-color: #ccc3a5 !important;
    }

.btn-white {
    color: #222222 !important;
}

    .btn-white,
    .btn-white:active {
        background-color: #ffffff !important;
        border-color: #ffffff !important;
        color: #808080 !important;
    }

        .btn-white:hover,
        .btn-white:focus,
        .btn-white.focus,
        .btn-white.active {
            color: #808080 !important;
            background-color: #ffffff !important;
            border-color: #ffffff !important;
        }

        .btn-white.disabled,
        .btn-white:disabled {
            color: #808080 !important;
            background-color: #ffffff !important;
            border-color: #ffffff !important;
        }

.btn-black,
.btn-black:active {
    background-color: #222222 !important;
    border-color: #222222 !important;
    color: #ffffff !important;
}

    .btn-black:hover,
    .btn-black:focus,
    .btn-black.focus,
    .btn-black.active {
        color: #ffffff !important;
        background-color: #484848 !important;
        border-color: #484848 !important;
    }

    .btn-black.disabled,
    .btn-black:disabled {
        color: #ffffff !important;
        background-color: #484848 !important;
        border-color: #484848 !important;
    }

.btn-primary-outline,
.btn-primary-outline:active {
    background: none;
    border-color: #a6c700;
    color: #a6c700;
}

    .btn-primary-outline:hover,
    .btn-primary-outline:focus,
    .btn-primary-outline.focus,
    .btn-primary-outline.active {
        color: #ffffff;
        background-color: #a6c700;
        border-color: #a6c700;
    }

    .btn-primary-outline.disabled,
    .btn-primary-outline:disabled {
        color: #ffffff !important;
        background-color: #a6c700 !important;
        border-color: #a6c700 !important;
    }

.btn-secondary-outline,
.btn-secondary-outline:active {
    background: none;
    border-color: #a6c700;
    color: #a6c700;
}

    .btn-secondary-outline:hover,
    .btn-secondary-outline:focus,
    .btn-secondary-outline.focus,
    .btn-secondary-outline.active {
        color: #ffffff;
        background-color: #ff3366;
        border-color: #ff3366;
    }

    .btn-secondary-outline.disabled,
    .btn-secondary-outline:disabled {
        color: #ffffff !important;
        background-color: #ff3366 !important;
        border-color: #ff3366 !important;
    }

.btn-info-outline,
.btn-info-outline:active {
    background: none;
    border-color: #4b453f;
    color: #4b453f;
}

    .btn-info-outline:hover,
    .btn-info-outline:focus,
    .btn-info-outline.focus,
    .btn-info-outline.active {
        color: #ffffff;
        background-color: #82786e;
        border-color: #82786e;
    }

    .btn-info-outline.disabled,
    .btn-info-outline:disabled {
        color: #ffffff !important;
        background-color: #82786e !important;
        border-color: #82786e !important;
    }

.btn-success-outline,
.btn-success-outline:active {
    background: none;
    border-color: #998300;
    color: #998300;
}

    .btn-success-outline:hover,
    .btn-success-outline:focus,
    .btn-success-outline.focus,
    .btn-success-outline.active {
        color: #000000;
        background-color: rgb(0, 91, 89);
        border-color: rgb(0, 91, 89);
    }

    .btn-success-outline.disabled,
    .btn-success-outline:disabled {
        color: #000000 !important;
        background-color: rgb(0, 91, 89) !important;
        border-color: rgb(0, 91, 89) !important;
    }

.btn-warning-outline,
.btn-warning-outline:active {
    background: none;
    border-color: #434343;
    color: #434343;
}

    .btn-warning-outline:hover,
    .btn-warning-outline:focus,
    .btn-warning-outline.focus,
    .btn-warning-outline.active {
        color: #ffffff;
        background-color: #767676;
        border-color: #767676;
    }

    .btn-warning-outline.disabled,
    .btn-warning-outline:disabled {
        color: #ffffff !important;
        background-color: #767676 !important;
        border-color: #767676 !important;
    }

.btn-danger-outline,
.btn-danger-outline:active {
    background: none;
    border-color: #7a6e45;
    color: #7a6e45;
}

    .btn-danger-outline:hover,
    .btn-danger-outline:focus,
    .btn-danger-outline.focus,
    .btn-danger-outline.active {
        color: #ffffff;
        background-color: #b1a374;
        border-color: #b1a374;
    }

    .btn-danger-outline.disabled,
    .btn-danger-outline:disabled {
        color: #ffffff !important;
        background-color: #b1a374 !important;
        border-color: #b1a374 !important;
    }

.btn-black-outline,
.btn-black-outline:active {
    background: none;
    border-color: #000000;
    color: #000000;
}

    .btn-black-outline:hover,
    .btn-black-outline:focus,
    .btn-black-outline.focus,
    .btn-black-outline.active {
        color: #ffffff;
        background-color: #222222;
        border-color: #222222;
    }

    .btn-black-outline.disabled,
    .btn-black-outline:disabled {
        color: #ffffff !important;
        background-color: #222222 !important;
        border-color: #222222 !important;
    }

.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
    background: none;
    border-color: #ffffff;
    color: #ffffff;
}

    .btn-white-outline:hover,
    .btn-white-outline:focus,
    .btn-white-outline.focus {
        color: #333333;
        background-color: #ffffff;
        border-color: #ffffff;
    }

.text-primary {
    color: #a6c700 !important;
}

.text-secondary {
    color: #ff3366 !important;
}

.text-success {
    color: rgb(0, 91, 89) !important;
}

.text-info {
    color: #82786e !important;
}

.text-warning {
    color: #767676 !important;
}

.text-danger {
    color: #b1a374 !important;
}

.text-white {
    color: #ffffff !important;
}

.text-black {
    color: #000000 !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #57c8ef !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #ff99b3 !important;
}

a.text-success:hover,
a.text-success:focus {
    color: #ffe966 !important;
}

a.text-info:hover,
a.text-info:focus {
    color: #b2aba4 !important;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #a9a9a9 !important;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #d6ceb5 !important;
}

a.text-white:hover,
a.text-white:focus {
    color: #ffffff !important;
}

a.text-black:hover,
a.text-black:focus {
    color: #000000 !important;
}

.alert-success {
    background-color: #70c770;
}

.alert-info {
    background-color: #82786e;
}

.alert-warning {
    background-color: #767676;
}

.alert-danger {
    background-color: #b1a374;
}

.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
    box-shadow: none !important;
}

.mbr-gallery-filter li.active .btn {
    background-color: #149dcc;
    border-color: #149dcc;
    color: #ffffff;
}

    .mbr-gallery-filter li.active .btn:focus {
        box-shadow: none;
    }

.btn-form {
    border-radius: 0;
}

    .btn-form:hover {
        cursor: pointer;
    }

a,
a:hover {
    color: #21517a;
}

.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
    color: #b4e6f8;
}

.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
    color: #fff8cc;
}

.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
    color: #beb8b2;
}

.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
    color: #b6b6b6;
}

.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
    color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
    display: none;
}

#scrollToTop a i:before {
    content: '';
    position: absolute;
    height: 40%;
    top: 25%;
    background: #fff;
    width: 2px;
    left: calc(50% - 1px);
}

#scrollToTop a i:after {
    content: '';
    position: absolute;
    display: block;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 40%;
    height: 40%;
    left: 30%;
    bottom: 30%;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
    font-style: normal;
}

.mbr-arrow a {
    color: #ffffff;
}

@media (max-width: 767px) {
    .mbr-arrow {
        display: none;
    }
}

.form-control-label {
    position: relative;
    cursor: pointer;
    margin-bottom: .357em;
    padding: 0;
}

.alert {
    color: #ffffff;
    border-radius: 0;
    border: 0;
    font-size: .875rem;
    line-height: 1.5;
    margin-bottom: 1.875rem;
    padding: 1.25rem;
    position: relative;
}

    .alert.alert-form::after {
        background-color: inherit;
        bottom: -7px;
        content: "";
        display: block;
        height: 14px;
        left: 50%;
        margin-left: -7px;
        position: absolute;
        transform: rotate(45deg);
        width: 14px;
        -webkit-transform: rotate(45deg);
    }

.form-control {
    background-color: #f5f5f5;
    box-shadow: none;
    color: #565656;
    font-family: 'Barlow', sans-serif;
    font-size: 1.1rem;
    line-height: 1.4;
    line-height: 1.43;
    min-height: 3.5em;
    padding: 1.07em .5em;
}

    .form-control > .mbr-iconfont {
        font-size: 1.76rem;
    }

    .form-control,
    .form-control:focus {
        border: 1px solid #e8e8e8;
    }

.form-active .form-control:invalid {
    border-color: red;
}

.mbr-overlay {
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    pointer-events: none;
}

blockquote {
    font-style: italic;
    padding: 10px 0 10px 20px;
    font-size: 1.09rem;
    position: relative;
    border-color: #149dcc;
    border-width: 3px;
}

ul,
ol,
pre,
blockquote {
    margin-bottom: 2.3125rem;
}

pre {
    background: #f4f4f4;
    padding: 10px 24px;
    white-space: pre-wrap;
}

.inactive {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    -webkit-user-drag: none;
    user-drag: none;
}

.mbr-section__comments .row {
    justify-content: center;
    -webkit-justify-content: center;
}
/* Forms */
.mbr-form .btn {
    margin: .4rem 0;
}

@media (max-width: 767px) {
    .btn {
        font-size: .75rem; 
    }

        .btn .mbr-iconfont {
            font-size: 1rem;
        }
}
/* Social block */
.btn-social {
    font-size: 20px;
    border-radius: 50%;
    padding: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    position: relative;
    border: 2px solid #c0a375;
    border-color: #149dcc;
    color: #232323;
    cursor: pointer;
}

    .btn-social i {
        top: 0;
        line-height: 44px;
        width: 44px;
    }

    .btn-social:hover {
        color: #fff;
        background: #149dcc;
    }

    .btn-social + .btn {
        margin-left: .1rem;
    }
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
    background: #149dcc;
}

.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
    color: #149dcc;
}
/* Headers*/
.offset-1 {
    margin-left: 8.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

@media (min-width: 576px) {
    .offset-sm-0 {
        margin-left: 0%;
    }

    .offset-sm-1 {
        margin-left: 8.33333%;
    }

    .offset-sm-2 {
        margin-left: 16.66667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333%;
    }

    .offset-sm-5 {
        margin-left: 41.66667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333%;
    }

    .offset-sm-8 {
        margin-left: 66.66667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333%;
    }

    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 768px) {
    .offset-md-0 {
        margin-left: 0%;
    }

    .offset-md-1 {
        margin-left: 8.33333%;
    }

    .offset-md-2 {
        margin-left: 16.66667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333%;
    }

    .offset-md-5 {
        margin-left: 41.66667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333%;
    }

    .offset-md-8 {
        margin-left: 66.66667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333%;
    }

    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 992px) {
    .offset-lg-0 {
        margin-left: 0%;
    }

    .offset-lg-1 {
        margin-left: 8.33333%;
    }

    .offset-lg-2 {
        margin-left: 16.66667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333%;
    }

    .offset-lg-5 {
        margin-left: 41.66667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333%;
    }

    .offset-lg-8 {
        margin-left: 66.66667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333%;
    }

    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1200px) {
    .offset-xl-0 {
        margin-left: 0%;
    }

    .offset-xl-1 {
        margin-left: 8.33333%;
    }

    .offset-xl-2 {
        margin-left: 16.66667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333%;
    }

    .offset-xl-5 {
        margin-left: 41.66667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333%;
    }

    .offset-xl-8 {
        margin-left: 66.66667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333%;
    }

    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

.navbar-toggler {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
}

    .navbar-toggler:focus,
    .navbar-toggler:hover {
        text-decoration: none;
    }

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}

.navbar-toggler-left {
    position: absolute;
    left: 1rem;
}

.navbar-toggler-right {
    position: absolute;
    right: 1rem;
}

@media (max-width: 575px) {
    .navbar-toggleable .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

    .navbar-toggleable > .container {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    .navbar-toggleable {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .navbar-toggleable .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-toggleable .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem;
            }

        .navbar-toggleable > .container {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .navbar-toggleable .navbar-collapse {
            display: -webkit-box !important;
            display: -webkit-flex !important;
            display: -ms-flexbox !important;
            display: flex !important;
            width: 100%;
        }

        .navbar-toggleable .navbar-toggler {
            display: none;
        }
}

@media (max-width: 767px) {
    .navbar-toggleable-sm .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

    .navbar-toggleable-sm > .container {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-toggleable-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .navbar-toggleable-sm .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-toggleable-sm .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem;
            }

        .navbar-toggleable-sm > .container {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .navbar-toggleable-sm .navbar-collapse {
            display: none;
           
        }

        .navbar-toggleable-sm .navbar-toggler {
            display: none;
        }
}

@media (max-width: 991px) {
    .navbar-toggleable-md .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

    .navbar-toggleable-md > .container {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-toggleable-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .navbar-toggleable-md .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-toggleable-md .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem;
            }

        .navbar-toggleable-md > .container {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .navbar-toggleable-md .navbar-collapse {
            display: -webkit-box !important;
            display: -webkit-flex !important;
            display: -ms-flexbox !important;
            display: flex !important;
            width: 100%;
        }

        .navbar-toggleable-md .navbar-toggler {
            display: none;
        }
}

@media (max-width: 1199px) {
    .navbar-toggleable-lg .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

    .navbar-toggleable-lg > .container {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .navbar-toggleable-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .navbar-toggleable-lg .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-toggleable-lg .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem;
            }

        .navbar-toggleable-lg > .container {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .navbar-toggleable-lg .navbar-collapse {
            display: -webkit-box !important;
            display: -webkit-flex !important;
            display: -ms-flexbox !important;
            display: flex !important;
            width: 100%;
        }

        .navbar-toggleable-lg .navbar-toggler {
            display: none;
        }
}

.navbar-toggleable-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .navbar-toggleable-xl .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

    .navbar-toggleable-xl > .container {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-toggleable-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .navbar-toggleable-xl .navbar-nav .nav-link {
            padding-right: .5rem;
            padding-left: .5rem;
        }

    .navbar-toggleable-xl > .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .navbar-toggleable-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%;
    }

    .navbar-toggleable-xl .navbar-toggler {
        display: none;
    }

.card-img {
    width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
    flex-direction: column;
    -webkit-flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
    bottom: initial !important;
}

html,
body {
    height: auto;
    min-height: 100vh;
}

.dropup .dropdown-toggle::after {
    display: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .card-wrapper {
        flex: auto !important;
    }
}

.jq-selectbox li:hover,
.jq-selectbox li.selected {
    background-color: #149dcc;
    color: #ffffff;
}

.jq-selectbox .jq-selectbox__trigger-arrow {
    border-top-color: contrast(currentColor, #000000, #ffffff, 30%);
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
    border-top-color: #149dcc;
}

.cid-rSET3uoZRA .navbar {
    background: #eeeeee; 
    transition: none;
    min-height: 77px;
    padding: .5rem 0;
}

.cid-rSET3uoZRA .navbar-dropdown.bg-color.transparent.opened {
    background: rgb(255, 255, 255);
}

.cid-rSET3uoZRA a {
    font-style: normal;
}

.cid-rSET3uoZRA .show {
    overflow: visible;
}

.cid-rSET3uoZRA .dropdown-menu {
    max-height: 400px;
}

.cid-rSET3uoZRA .dropdown-item:active {
    background-color: transparent;
}

.cid-rSET3uoZRA .nav-link {
    font-weight: 600;
}

.cid-rSET3uoZRA .nav-item span {
    padding-right: 0.4em;
    line-height: 0.5em;
    vertical-align: text-bottom;
    position: relative;
    text-decoration: none;
}

.cid-rSET3uoZRA .nav-item a {
    display: -webkit-flex;
    align-items: center;
    padding: 0.7rem 0;
    margin: 0rem 1rem;
    -webkit-align-items: center;
}

.cid-rSET3uoZRA .nav-item:focus,
.cid-rSET3uoZRA .nav-link:focus {
    outline: none;
}

.cid-rSET3uoZRA .btn {
    padding: 0.7rem 2rem;
    display: -webkit-inline-flex;
    align-items: center;
    -webkit-align-items: center;
}

    .cid-rSET3uoZRA .btn .mbr-iconfont {
        font-size: 1.6rem;
    }

.cid-rSET3uoZRA .menu-logo {
    margin-right: auto;
}

    .cid-rSET3uoZRA .menu-logo .navbar-brand {
        display: flex;
        margin-left: 1rem;
        padding: 0;
        transition: padding .2s;
        min-height: 45px;
        -webkit-align-items: center;
        align-items: center;
    }

        .cid-rSET3uoZRA .menu-logo .navbar-brand .navbar-caption-wrap {
            display: flex;
            -webkit-align-items: center;
            align-items: center;
            word-break: break-word;
            min-width: 7rem;
            margin: .3rem 0;
        }

            .cid-rSET3uoZRA .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
                line-height: 1.2rem !important;
                font-weight: 600 !important;
                padding-right: 2rem;
            }

        .cid-rSET3uoZRA .menu-logo .navbar-brand .navbar-logo {
            font-size: 4rem;
            transition: font-size 0.25s;
        }

            .cid-rSET3uoZRA .menu-logo .navbar-brand .navbar-logo img {
                display: flex;
            }

            .cid-rSET3uoZRA .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
                transition: font-size 0.25s;
            }

            .cid-rSET3uoZRA .menu-logo .navbar-brand .navbar-logo a {
                display: inline-flex;
            }

.cid-rSET3uoZRA .navbar-toggleable-sm .navbar-collapse {
    justify-content: flex-end;
    padding-right: 1rem;
    max-width: 100%;

}

    .cid-rSET3uoZRA .navbar-toggleable-sm .navbar-collapse .navbar-nav {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        padding-left: 0;
    }

        .cid-rSET3uoZRA .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
            -webkit-align-self: center;
            align-self: center;
        }

    .cid-rSET3uoZRA .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
        padding-left: 0;
        padding-bottom: 0;
    }

.cid-rSET3uoZRA .dropdown .dropdown-menu {
    background: #efeeee;
    display: none;
    position: absolute;
    min-width: 5rem;
    padding-top: 1.4rem;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    padding-bottom: 1.4rem;
    text-align: left;
}

    .cid-rSET3uoZRA .dropdown .dropdown-menu .dropdown-item {
        width:auto;
        color: #333333 ;
        padding: 0.2em 1em 0.2em 1em ;
    }

        .cid-rSET3uoZRA .dropdown .dropdown-menu .dropdown-item::after {
            right: 0.5rem;
        }

    .cid-rSET3uoZRA .dropdown .dropdown-menu .dropdown-submenu {
        margin: 0;
    }

.cid-rSET3uoZRA .dropdown.open > .dropdown-menu {
    display: block;
}

.cid-rSET3uoZRA .navbar-toggleable-sm.opened:after {
    position: absolute;
    width: 100vw;
    height: 100vh;
    content: none;
    background-color: rgba(0, 0, 0, 0.1);
    left: 0;
    bottom: 0;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    z-index: 1000;
}

.cid-rSET3uoZRA .navbar.navbar-short {
    min-height: 50px;
    transition: all .2s;
}

    .cid-rSET3uoZRA .navbar.navbar-short .navbar-toggler-right {
        top: 20px;
    }

    .cid-rSET3uoZRA .navbar.navbar-short .navbar-logo a {
        font-size: 2.5rem !important;
        line-height: 2.5rem;
        transition: font-size 0.25s;
    }

        .cid-rSET3uoZRA .navbar.navbar-short .navbar-logo a .mbr-iconfont {
            font-size: 2.5rem !important;
        }

        .cid-rSET3uoZRA .navbar.navbar-short .navbar-logo a img {
            
        }

    .cid-rSET3uoZRA .navbar.navbar-short .navbar-brand {
        min-height: 3rem;
    }

.cid-rSET3uoZRA button.navbar-toggler {
    width: 31px;
    height: 18px;
    cursor: pointer;
    transition: all .2s;
    top: 1.5rem;
    right: 1rem;
}

    .cid-rSET3uoZRA button.navbar-toggler:focus {
        outline: none;
    }

    .cid-rSET3uoZRA button.navbar-toggler .hamburger span {
        position: absolute;
        right: 0;
        width: 30px;
        height: 2px;
        border-right: 5px;
        background-color: #333333;
    }

        .cid-rSET3uoZRA button.navbar-toggler .hamburger span:nth-child(1) {
            top: 0;
            transition: all .2s;
        }

        .cid-rSET3uoZRA button.navbar-toggler .hamburger span:nth-child(2) {
            top: 8px;
            transition: all .15s;
        }

        .cid-rSET3uoZRA button.navbar-toggler .hamburger span:nth-child(3) {
            top: 8px;
            transition: all .15s;
        }

        .cid-rSET3uoZRA button.navbar-toggler .hamburger span:nth-child(4) {
            top: 16px;
            transition: all .2s;
        }

.cid-rSET3uoZRA nav.opened .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
}

.cid-rSET3uoZRA nav.opened .hamburger span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .25s;
}

.cid-rSET3uoZRA nav.opened .hamburger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .25s;
}

.cid-rSET3uoZRA nav.opened .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
}

.cid-rSET3uoZRA .collapsed.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
}

.cid-rSET3uoZRA .collapsed .btn {
    display: -webkit-flex;
}

.cid-rSET3uoZRA .collapsed .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
}

    .cid-rSET3uoZRA .collapsed .navbar-collapse.collapsing,
    .cid-rSET3uoZRA .collapsed .navbar-collapse.show {
        display: block !important;
        overflow: auto;
    }

        .cid-rSET3uoZRA .collapsed .navbar-collapse.collapsing .navbar-nav,
        .cid-rSET3uoZRA .collapsed .navbar-collapse.show .navbar-nav {
            display: block;
            text-align: center;
        }

            .cid-rSET3uoZRA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
            .cid-rSET3uoZRA .collapsed .navbar-collapse.show .navbar-nav .nav-item {
                clear: both;
            }

                .cid-rSET3uoZRA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
                .cid-rSET3uoZRA .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
                    margin-bottom: 1rem;
                }

        .cid-rSET3uoZRA .collapsed .navbar-collapse.collapsing .navbar-buttons,
        .cid-rSET3uoZRA .collapsed .navbar-collapse.show .navbar-buttons {
            text-align: center;
        }

            .cid-rSET3uoZRA .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
            .cid-rSET3uoZRA .collapsed .navbar-collapse.show .navbar-buttons:last-child {
                margin-bottom: 1rem;
            }

@media (min-width: 992px) {
    .cid-rSET3uoZRA .collapsed:not(.navbar-short) .navbar-collapse {
        max-height: 94.375vh;
    }
}

.cid-rSET3uoZRA .collapsed button.navbar-toggler {
    display: block;
}

.cid-rSET3uoZRA .collapsed .navbar-brand {
    margin-left: 1rem !important;
}

.cid-rSET3uoZRA .collapsed .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
}

.cid-rSET3uoZRA .collapsed .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
}

.cid-rSET3uoZRA .collapsed .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
}

.cid-rSET3uoZRA .collapsed .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
}

.cid-rSET3uoZRA .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
}

@media (max-width: 991px) {
    .cid-rSET3uoZRA.navbar-expand {
        flex-direction: column;
        -webkit-flex-direction: column;
    }

    .cid-rSET3uoZRA img {
        
    }

    .cid-rSET3uoZRA .btn {
        display: -webkit-flex;
    }

    .cid-rSET3uoZRA button.navbar-toggler {
        display: block;
    }

    .cid-rSET3uoZRA .navbar-brand {
        margin-left: 1rem !important;
    }

    .cid-rSET3uoZRA .navbar-toggleable-sm {
        flex-direction: column;
        -webkit-flex-direction: column;
    }

    .cid-rSET3uoZRA .navbar-collapse {
        display: none !important;
        padding-right: 0 !important;
    }

        .cid-rSET3uoZRA .navbar-collapse.collapsing,
        .cid-rSET3uoZRA .navbar-collapse.show {
            display: block !important;
            
        }

            .cid-rSET3uoZRA .navbar-collapse.collapsing .navbar-nav,
            .cid-rSET3uoZRA .navbar-collapse.show .navbar-nav {
                display: block;
                text-align: center;
            }

                .cid-rSET3uoZRA .navbar-collapse.collapsing .navbar-nav .nav-item,
                .cid-rSET3uoZRA .navbar-collapse.show .navbar-nav .nav-item {
                    clear: both;
                }

                    .cid-rSET3uoZRA .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
                    .cid-rSET3uoZRA .navbar-collapse.show .navbar-nav .nav-item:last-child {
                        margin-bottom: 1rem;
                    }

            .cid-rSET3uoZRA .navbar-collapse.collapsing .navbar-buttons,
            .cid-rSET3uoZRA .navbar-collapse.show .navbar-buttons {
                text-align: center;
            }

                .cid-rSET3uoZRA .navbar-collapse.collapsing .navbar-buttons:last-child,
                .cid-rSET3uoZRA .navbar-collapse.show .navbar-buttons:last-child {
                    margin-bottom: 1rem;
                }

    .cid-rSET3uoZRA .dropdown .dropdown-menu {
        width: 100%;
        text-align: center;
        position: relative;
        opacity: 0;
        display: block;
        height: 0;
        visibility: hidden;
        padding: 0;
        transition-duration: .5s;
        transition-property: opacity,padding,height;
    }

    .cid-rSET3uoZRA .dropdown.open > .dropdown-menu {
        position: relative;
        opacity: 1;
        height: auto;
        padding: 1.4rem 0;
        visibility: visible;
    }

    .cid-rSET3uoZRA .dropdown .dropdown-submenu {
        left: 0;
        text-align: center;
        width: 100%;
    }

    .cid-rSET3uoZRA .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
        margin-top: 0;
        position: inherit;
        right: 0;
        top: 50%;
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: .3em;
        vertical-align: middle;
        content: "";
        border-top: .30em solid;
        border-right: .30em solid transparent;
        border-left: .30em solid transparent;
    }
}

@media (max-width: 767px) {
    .cid-rSET3uoZRA .nav-link {
        justify-content: start !important;
    }

    .cid-rSET3uoZRA .navbar.opened {
        height: 100%;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .cid-rSET3uoZRA .navbar-toggleable-sm {
        width: 100% !important;
    }

    .cid-rSET3uoZRA .dropdown-menu {
        box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
        background: #efefef ;
    }
}

@media (min-width: 767px) {
    .cid-rSET3uoZRA .menu-logo {
        flex-shrink: 0;
        -webkit-flex-shrink: 0;
    }
}

.cid-rSET3uoZRA .navbar-collapse {
    flex-basis: auto;
    -webkit-flex-basis: auto;
}

.cid-rSET3uoZRA .nav-link:hover,
.cid-rSET3uoZRA .dropdown-item:hover {
    color: #333333;
}

@media (min-width: 1500px) {
    .cid-rSET3uoZRA .navbar-toggleable-sm .navbar-collapse {
        max-width: 60% ;
        padding-right: 5rem;
    }

    .cid-rSET3uoZRA .menu-logo .navbar-brand {
        margin-left: 5rem;
    }
}

.cid-rSETgJKMzC {
    padding-top: 105px;
    padding-bottom: 105px;
    background-color: #efeeee;
}

    .cid-rSETgJKMzC .back {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 65%;
        height: 100%;
        background-color: rgb(167, 199, 0);
    }

    .cid-rSETgJKMzC img {
        width: 100%;
    }

    .cid-rSETgJKMzC p {
        margin-top: 6rem;
    }

    .cid-rSETgJKMzC .content-wrapper {
        max-width: 750px;
        margin: auto;
        position: relative;
        padding: 0 2rem;
    }

    .cid-rSETgJKMzC .content-wrapper {
        padding-top: 6rem;
    }

    .cid-rSETgJKMzC h4 {
        position: absolute;
        transform: rotate(-270deg);
        transform-origin: bottom right;
        width: fit-content;
        padding: 0;
        margin: 0;
        right: 6rem;
        bottom: 0;
    }

@media (max-width: 1200px) {
    .cid-rSETgJKMzC .content-wrapper {
        padding-top: 0rem;
    }

    .cid-rSETgJKMzC p {
        margin-top: 2rem;
    }
}

@media (max-width: 992px) {
    .cid-rSETgJKMzC .back {
        width: 100%;
        height: 75%;
    }

    .cid-rSETgJKMzC .content-wrapper {
        padding: 0 3rem;
        padding-top: 4rem;
    }

    .cid-rSETgJKMzC p {
        margin-top: 4rem;
    }
}

.cid-rSETgJKMzC .content-wrapper {
    padding-right: 8rem;
}

@media (max-width: 767px) {
    .cid-rSETgJKMzC .content-wrapper {
        padding: 0rem;
        padding-top: 4rem;
    }

    .cid-rSETgJKMzC .content-wrapper {
        padding-right: 3rem;
    }

    .cid-rSETgJKMzC h4 {
        right: 2rem;
    }
}

.cid-rSETiUJTyt {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #ffffff;
}

    .cid-rSETiUJTyt .mbr-text {

    }

    .cid-rSETiUJTyt .mbr-section-subtitle {
        
    }

    .cid-rSETiUJTyt .title {
        position: relative;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
    }

        .cid-rSETiUJTyt .title .num {
            -webkit-flex-shrink: 0;
            flex-shrink: 0;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            z-index: 0;
            width: 100%;
            font-size: 4rem;
        }

        .cid-rSETiUJTyt .title .card-title {
            z-index: 1;
            width: 100%;
        }

    .cid-rSETiUJTyt .card-text {
        margin-top: 2rem;
    }

    .cid-rSETiUJTyt .card-box {
        margin-bottom: 1rem;
    }

    .cid-rSETiUJTyt .num {
        color: #cccccc;
    }

@media (max-width: 767px) {
    .cid-rSETiUJTyt .num,
    .cid-rSETiUJTyt .card-title,
    .cid-rSETiUJTyt .mbr-title,
    .cid-rSETiUJTyt .mbr-section-subtitle,
    .cid-rSETiUJTyt .mbr-section-btn {
        text-align: center !important;
    }

    .cid-rSETiUJTyt .content-column {
        margin-bottom: 2rem;
    }
}

.cid-rSETjniEu5 {
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: #efeeee;
}

    .cid-rSETjniEu5 .card-wrapper {
        position: relative;
        margin: 0.5rem;
    }

        .cid-rSETjniEu5 .card-wrapper:hover img {
            transform: scale(1.1);
        }

@media (max-width: 1400px) {
    .cid-rSETjniEu5 .card-wrapper {
        margin: 0rem;
    }
}

.cid-rSETjniEu5 .card {
    height: fit-content;
}

@media (min-width: 767px) {
    .cid-rSETjniEu5 .row {
        padding: 0 4rem;
    }
}

.cid-rSETjniEu5 .icon {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 1.5rem;
    transition: 0.3s;
    background-color: rgb(33, 81, 122);
}

    .cid-rSETjniEu5 .icon:hover {
        padding-right: 1rem;
        padding-left: 2rem;
    }

.cid-rSETjniEu5 .card-box {
    padding: 3rem 3rem 4rem 3rem;
    width: 100%;
}

.cid-rSETjniEu5 .card1 {
    background-color: #333333;
}

.cid-rSETjniEu5 .card2 {
    background-color: #ffffff;
}

.cid-rSETjniEu5 .card3 {
    background-color: #ffffff;
}

.cid-rSETjniEu5 .card4 {
    background-color: #333333;
}

.cid-rSETjniEu5 img {
    width: 100%;
    transition: 5s;
    object-fit: cover;
}

.cid-rSETjniEu5 .img-wrap {
    max-height: 200px;
    overflow: hidden;
}

.cid-rSETjniEu5 .container {
    max-width: 1500px;
}

.cid-rSETjniEu5 .card-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.cid-rSETjniEu5 .mbr-iconfont {
    font-size: 1.3rem;
    color: #333333;
    display: flex;
    justify-content: center;
}

.cid-rSETjniEu5 P {
    color: #c1c1c1;
}

@media (max-width: 1200px) {
    .cid-rSETjniEu5 .img-wrap {
        max-height: 180px;
    }
}

@media (max-width: 992px) {
    .cid-rSETjniEu5 .card-box {
        margin: 0rem;
        padding: 2rem 2rem 6rem 2rem;
    }

    .cid-rSETjniEu5 .col2,
    .cid-rSETjniEu5 .col3,
    .cid-rSETjniEu5 .col4 {
        margin-top: 0rem;
    }

    .cid-rSETjniEu5 .img-wrap {
        max-height: 180px;
    }
}

@media (max-width: 767px) {
    .cid-rSETjniEu5 .card-box {
        padding: 1rem 2rem 5rem 1rem;
    }

    .cid-rSETjniEu5 .number {
        margin: auto;
    }
}

.cid-rSETjniEu5 .mbr-text {
    color: #cccccc;
}

.cid-rSETjniEu5 .text2 {
    color: #333333;
}

.cid-rSETjniEu5 .text3 {
    color: #333333;
}

.cid-rSETjniEu5 .title2 {
    color: #c1c1c1;
}

.cid-rSETjniEu5 .title1 {
    color: #c1c1c1;
}

.cid-rSETjniEu5 .title3 {
    color: #c1c1c1;
}

.cid-rSETjniEu5 .title4 {
    color: #c1c1c1;
}

.cid-rSETjniEu5 .text4 {
    color: #efeeee;
}

.cid-rSETjniEu5 .text1 {
    color: #efeeee;
}

.cid-rSETjniEu5 .title3 B {
    color: #c1c1c1;
}

.cid-rSETjniEu5 H1 {
    color: #333333;
}

.cid-rSETm0Di1H {
    padding-top: 90px;
    padding-bottom: 180px;
    background-image: url("../../../assets_002/images/17.jpg");
}

    .cid-rSETm0Di1H .back {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 30%;
        background-color: #efeeee;
    }

    .cid-rSETm0Di1H .block {
        background-color: rgb(33, 81, 122);
    }

    .cid-rSETm0Di1H img {
        width: 100%;
    }

    .cid-rSETm0Di1H .content-wrapper {
        margin: auto;
        position: relative;
        padding: 10rem 16rem;
        display: flex;
        justify-content: flex-end;
    }

    .cid-rSETm0Di1H .content {
        max-width: 600px;
    }

    .cid-rSETm0Di1H h4 {
        position: absolute;
        transform: rotate(270deg);
        transform-origin: bottom left;
        left: 18rem;
        width: fit-content;
        padding: 0;
        margin: 0;
        bottom: 35%;
    }

@media (max-width: 1600px) {
    .cid-rSETm0Di1H .content-wrapper {
        padding: 6rem 4rem;
    }

    .cid-rSETm0Di1H h4 {
        left: 5rem;
    }
}

@media (max-width: 767px) {
    .cid-rSETm0Di1H .content-wrapper {
        padding: 4rem 0rem;
    }

    .cid-rSETm0Di1H h4 {
        left: 2rem;
        bottom: 30%;
    }

    .cid-rSETm0Di1H .content-wrapper {
        padding-left: 3rem;
    }
}

.cid-rSETmJTekZ {
    background-image: url("../../../assets_002/images/background4.jpg");
}

    .cid-rSETmJTekZ .column-content {
        padding-top: 120px;
        padding-bottom: 90px;
        background-color: #ffffff;
        width: 100%;
        float: right;
        position: relative;
    }

    .cid-rSETmJTekZ .text-content .btn-bgr {
        z-index: 0;
    }

    .cid-rSETmJTekZ .mbr-overlay {
        background: linear-gradient(#d6173f -10%, #00113e 75%);
    }

    .cid-rSETmJTekZ .container-full-width {
        position: relative;
    }

    .cid-rSETmJTekZ .text-content {
        width: 100%;
        padding: 0 30px;
        margin: 0 auto;
    }

    .cid-rSETmJTekZ .layer {
        display: none;
        height: 101%;
        position: absolute;
        right: 49.9%;
        top: 0;
        bottom: 0;
    }

        .cid-rSETmJTekZ .layer path {
            fill: #ffffff;
        }

@media (min-width: 576px) {
    .cid-rSETmJTekZ .text-content {
        width: 540px;
    }

    .cid-rSETmJTekZ .column-content {
        width: 100%;
    }

    .cid-rSETmJTekZ .layer {
        display: none;
    }
}

@media (min-width: 768px) {
    .cid-rSETmJTekZ .text-content {
        width: 720px;
    }
}

@media (min-width: 992px) {
    .cid-rSETmJTekZ .text-content {
        width: 480px;
        margin: 0;
    }

    .cid-rSETmJTekZ .column-content {
        width: 50%;
    }

    .cid-rSETmJTekZ .layer {
        display: block;
    }
}

@media (min-width: 1200px) {
    .cid-rSETmJTekZ .text-content {
        width: 570px;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .cid-rSETmJTekZ .container-full-width .layer {
        right: 2.6rem;
        height: 33rem;
    }

    .cid-rSETmJTekZ .column-content {
        height: 33rem;
    }
}

.cid-rSETmJTekZ .mbr-text,
.cid-rSETmJTekZ .mbr-section-btn {
    color: #767676;
}

.cid-rSETYtm11O {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #efeeee;
}

    .cid-rSETYtm11O .content-block {
        max-width: 700px;
        padding: 4rem 3rem;
    }

    .cid-rSETYtm11O .img-content {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        height: 100%;
        opacity: 0;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        transition: all 0.3s;
        transition-delay: 0s;
        background-image: url("../../../assets_002/images/02.jpg");
        background-position: center;
        background-size: cover;
        z-index: 3;
    }

    .cid-rSETYtm11O .overlay {
        position: absolute;
        transition: all 0.3s;
        transition-delay: 0.3s;
        width: 0%;
        height: 100%;
        top: 0;
        right: 0%;
        background: #333333;
        z-index: 2;
        opacity: 1;
    }

    .cid-rSETYtm11O .overlay-wrapper {
        width: 50%;
        height: 100%;
        position: absolute;
        right: 50%;
        transition-delay: 0.3s;
        top: 0;
        z-index: 4;
    }

    .cid-rSETYtm11O .col {
        padding: 0;
        display: flex;
        position: relative;
        min-height: 400px;
        justify-content: flex-end;
    }

        .cid-rSETYtm11O .col:hover .overlay-wrapper {
            width: 100%;
            right: 0;
            transition-delay: 0s;
        }

        .cid-rSETYtm11O .col:hover .overlay {
            width: 100%;
            transition-delay: 0s;
        }

        .cid-rSETYtm11O .col:hover .img-content {
            opacity: 1;
            width: 100%;
            transition-delay: 0.3s;
        }

        .cid-rSETYtm11O .col:hover .box-title2,
        .cid-rSETYtm11O .col:hover .box-text2 {
            color: #333333;
            transition-delay: 0.3s;
        }

    .cid-rSETYtm11O .box-title2,
    .cid-rSETYtm11O .box-text2 {
        transition: all 0.3s;
        transition-delay: 0s;
    }

    .cid-rSETYtm11O .box-content {
        width: 50%;
        height: 100%;
        transition: all 0.3s;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        background: #a6c700;
    }

    .cid-rSETYtm11O .content1 {
        z-index: 5;
        max-width: 450px;
        position: relative;
        transition: all 0.3s;
        transition-delay: 0.3s;
        padding: 4rem 3rem;
    }

@media (max-width: 767px) {
    .cid-rSETYtm11O .img-content {
        opacity: 1;
    }

    .cid-rSETYtm11O .overlay-wrapper {
        width: 100%;
        right: 0;
    }

    .cid-rSETYtm11O .box-content {
        width: 100%;
    }

    .cid-rSETYtm11O .box-title2,
    .cid-rSETYtm11O .box-text2 {
        color: #333333 !important;
    }

    .cid-rSETYtm11O .content-block,
    .cid-rSETYtm11O .content1 {
        padding: 3rem 1rem;
    }
}

.cid-rSETYtm11O .box-text1 {
    color: #333333;
}

.cid-rSETYtm11O .box-title2 {
    color: #cccccc;
}

.cid-rSETZoRf1N {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #efeeee;
}

    .cid-rSETZoRf1N .content-block {
        max-width: 350px;
        padding: 4rem 3rem;
        z-index: 5;
        position: relative;
    }

    .cid-rSETZoRf1N .img-content {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        height: 100%;
        opacity: 0;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        transition: all 0.3s;
        transition-delay: 0s;
        background-image: url("../../../assets_002/images/02.jpg");
        background-position: center;
        background-size: cover;
        z-index: 3;
    }

    .cid-rSETZoRf1N .block2 {
        background-image: url("../../../assets_002/images/06.jpg");
    }

        .cid-rSETZoRf1N .block2:hover .block2-over {
            opacity: 0;
        }

    .cid-rSETZoRf1N .block1 {
        background-image: url("../../../assets_002/images/05.jpg");
    }

        .cid-rSETZoRf1N .block1:hover .block1-over {
            opacity: 0;
        }

    .cid-rSETZoRf1N .block1-over {
        position: absolute;
        transition: all 0.6s;
        width: 100%;
        background-color: #c1c1c1;
        opactiy: 1;
        height: 100%;
        top: 0;
        left: 0;
    }

    .cid-rSETZoRf1N .block2-over {
        position: absolute;
        transition: all 0.6s;
        width: 100%;
        background-color: rgb(0, 91, 89);
        opactiy: 1;
        height: 100%;
        top: 0;
        left: 0;
    }

    .cid-rSETZoRf1N .overlay {
        position: absolute;
        transition: all 0.3s;
        transition-delay: 0.3s;
        width: 0%;
        height: 100%;
        top: 0;
        right: 0%;
        background: #333333;
        z-index: 2;
        opacity: 1;
    }

    .cid-rSETZoRf1N .overlay-wrapper {
        width: 50%;
        height: 100%;
        position: absolute;
        right: 50%;
        transition-delay: 0.3s;
        top: 0;
        z-index: 4;
    }

    .cid-rSETZoRf1N .col {
        padding: 0;
        display: flex;
        position: relative;
        min-height: 400px;
        justify-content: flex-end;
    }

        .cid-rSETZoRf1N .col:hover .overlay-wrapper {
            width: 100%;
            right: 0;
            transition-delay: 0s;
        }

        .cid-rSETZoRf1N .col:hover .overlay {
            width: 100%;
            transition-delay: 0s;
        }

        .cid-rSETZoRf1N .col:hover .img-content {
            opacity: 1;
            width: 100%;
            transition-delay: 0.3s;
        }

        .cid-rSETZoRf1N .col:hover .box-title2,
        .cid-rSETZoRf1N .col:hover .box-text2 {
            color: #333333;
            transition-delay: 0.3s;
        }

    .cid-rSETZoRf1N .box-title2,
    .cid-rSETZoRf1N .box-text2 {
        transition: all 0.3s;
        transition-delay: 0s;
    }

    .cid-rSETZoRf1N .box-content {
        width: 50%;
        height: 100%;
        transition: all 0.3s;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        background: #333333;
    }

    .cid-rSETZoRf1N .content1 {
        z-index: 5;
        max-width: 450px;
        position: relative;
        transition: all 0.3s;
        transition-delay: 0.3s;
        padding: 4rem 3rem;
    }

    .cid-rSETZoRf1N .content2 {
        z-index: 2;
        max-width: 450px;
        margin-bottom: -1rem;
        position: relative;
        opacity: 0;
        transition: all 0.3s;
        transition-delay: 0s;
        padding: 0 2rem;
    }

@media (max-width: 767px) {
    .cid-rSETZoRf1N .img-content {
        opacity: 1;
    }

    .cid-rSETZoRf1N .overlay-wrapper {
        width: 100%;
        right: 0;
    }

    .cid-rSETZoRf1N .box-content {
        width: 100%;
    }

    .cid-rSETZoRf1N .box-title2,
    .cid-rSETZoRf1N .box-text2 {
        color: #333333 !important;
    }

    .cid-rSETZoRf1N .content-block,
    .cid-rSETZoRf1N .content1 {
        padding: 3rem 1rem;
    }
}

.cid-rSETZoRf1N .box-text1 {
    color: #333333;
}

.cid-rSETZoRf1N .box-title2 {
    color: #cccccc;
}

.cid-rSETZoRf1N .block1-text,
.cid-rSETZoRf1N .mbr-section-btn {
    color: #333333;
}

.cid-rSETZoRf1N .block2-text,
.cid-rSETZoRf1N .mbr-section-btn {
    color: #333333;
}

.cid-rSETZoRf1N .block2-title {
    color: #333333;
}

.cid-rSEU09nHjg {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #efeeee;
}

    .cid-rSEU09nHjg .content-block {
        max-width: 700px;
        padding: 4rem 3rem;
    }

    .cid-rSEU09nHjg .img-content {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        height: 100%;
        opacity: 0;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        transition: all 0.3s;
        transition-delay: 0s;
        background-image: url("../../../assets_002/images/02.jpg");
        background-position: center;
        background-size: cover;
        z-index: 3;
    }

    .cid-rSEU09nHjg .block2 {
        background: #333333;
        display: flex;
        justify-content: center;
    }

    .cid-rSEU09nHjg p {
        margin-left: 10rem;
        max-width: 450px;
    }

    .cid-rSEU09nHjg .overlay {
        position: absolute;
        transition: all 0.3s;
        transition-delay: 0.3s;
        width: 0%;
        height: 100%;
        top: 0;
        right: 0%;
        background: rgb(0, 91, 89);
        z-index: 2;
        opacity: 1;
    }

    .cid-rSEU09nHjg .box-title2,
    .cid-rSEU09nHjg .box-text2 {
        transition: all 0.3s;
        transition-delay: 0s;
    }

    .cid-rSEU09nHjg .overlay-wrapper {
        width: 50%;
        height: 100%;
        position: absolute;
        right: 50%;
        transition-delay: 0.3s;
        top: 0;
        z-index: 4;
    }

    .cid-rSEU09nHjg .col {
        padding: 0;
        display: flex;
        position: relative;
        min-height: 400px;
        justify-content: flex-end;
    }

        .cid-rSEU09nHjg .col:hover .overlay-wrapper {
            width: 100%;
            right: 0;
            transition-delay: 0s;
        }

        .cid-rSEU09nHjg .col:hover .overlay {
            width: 100%;
            transition-delay: 0s;
        }

        .cid-rSEU09nHjg .col:hover .img-content {
            opacity: 1;
            width: 100%;
            transition-delay: 0.3s;
        }

        .cid-rSEU09nHjg .col:hover .box-title2,
        .cid-rSEU09nHjg .col:hover .box-text2 {
            color: #333333;
            transition-delay: 0.3s;
        }

    .cid-rSEU09nHjg .box-content {
        width: 50%;
        height: 100%;
        transition: all 0.3s;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        background: rgb(0, 91, 89);
    }

    .cid-rSEU09nHjg .content1 {
        z-index: 5;
        max-width: 450px;
        position: relative;
        transition: all 0.3s;
        transition-delay: 0.3s;
        padding: 4rem 3rem;
    }

@media (max-width: 767px) {
    .cid-rSEU09nHjg .img-content {
        opacity: 1;
    }

    .cid-rSEU09nHjg .overlay-wrapper {
        width: 100%;
        right: 0;
    }

    .cid-rSEU09nHjg .box-content {
        width: 100%;
    }

    .cid-rSEU09nHjg .box-title2,
    .cid-rSEU09nHjg .box-text2 {
        color: #333333 !important;
    }

    .cid-rSEU09nHjg p {
        margin-left: 0;
    }

    .cid-rSEU09nHjg .content-block,
    .cid-rSEU09nHjg .content1 {
        padding: 3rem 1rem;
    }
}

.cid-rSEU09nHjg .box-text1 {
    color: #333333;
}

.cid-rSEU09nHjg .box-title2 {
    color: #767676;
}

.cid-rSEU09nHjg .box-text2 {
    color: #333333;
}

.cid-rSEU09nHjg .mbr-text,
.cid-rSEU09nHjg .mbr-section-btn {
    color: #cccccc;
}

.cid-rSEU09nHjg H2 {
    color: #ffffff;
}

.cid-rSEU09nHjg H3 {
    color: #ffffff;
}

.cid-rSEUiyorXI {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #ffffff;
}

    .cid-rSEUiyorXI .card-box {
        background-color: #ffffff;
        padding: 4rem 2rem;
    }

    .cid-rSEUiyorXI h4 {
        font-weight: 500;
        margin-bottom: 0;
        text-align: left;
    }

    .cid-rSEUiyorXI p {
        color: #767676;
        text-align: left;
    }

    .cid-rSEUiyorXI .card-wrapper {
        border: 1px solid #efefef;
        position: relative;
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
        transition: box-shadow 0.3s;
    }

        .cid-rSEUiyorXI .card-wrapper:hover {
            box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
            transition: box-shadow 0.3s;
        }

    .cid-rSEUiyorXI .card-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        overflow: hidden;
    }

    .cid-rSEUiyorXI h3 {
        position: relative;
        margin-top: 2rem;
        letter-spacing: 2px;
    }

        .cid-rSEUiyorXI h3:after {
            content: "";
            color: #333;
            transition: all 0.3s;
            width: 30px;
            position: absolute;
            top: 50%;
            height: 1px;
            background-color: #1c1c1c;
            margin-left: 10px;
        }

        .cid-rSEUiyorXI h3:hover:after {
            margin-left: -15px;
        }

    .cid-rSEUiyorXI P {
        text-align: center;
    }

    .cid-rSEUiyorXI .card-title {
        text-align: center;
    }

    .cid-rSEUiyorXI H3 {
        text-align: center;
    }

    .cid-rSEUiyorXI .number {
        text-align: center;
    }

    .cid-rSEUiyorXI H1 {
        text-align: center;
    }

.cid-rSEU0ZhRvN {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #282124;
}

    .cid-rSEU0ZhRvN .card-box {
        background-color: #333333;
        padding: 4rem 4rem;
        margin: 0.5rem;
        width: 100%;
    }

@media (min-width: 767px) {
    .cid-rSEU0ZhRvN .row {
        padding: 0 4rem;
    }
}

.cid-rSEU0ZhRvN .container {
    max-width: 1500px;
}

.cid-rSEU0ZhRvN .card-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.cid-rSEU0ZhRvN .mbr-iconfont {
    font-size: 9rem;
    color: rgb(0, 91, 89);
    padding-bottom: 2rem;
    display: block;
}

.cid-rSEU0ZhRvN P {
    color: #c1c1c1;
}

@media (max-width: 1200px) {
    .cid-rSEU0ZhRvN .card-box {
        margin: 0rem;
    }
}

@media (max-width: 767px) {
    .cid-rSEU0ZhRvN .card-box {
        padding: 2rem 1rem;
    }
}

.cid-rSEUgtYH4a {
    padding-top: 90px;
    padding-bottom: 45px;
    background-color: #ffffff;
}

    .cid-rSEUgtYH4a .card {
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: center;
        justify-content: center;
    }

        .cid-rSEUgtYH4a .card .card-img {
            width: 20%;
            display: flex;
            -webkit-flex-direction: column;
            flex-direction: column;
        }

        .cid-rSEUgtYH4a .card .card-box {
            display: flex;
            -webkit-flex-direction: column;
            flex-direction: column;
            width: 80%;
            padding-left: 1rem;
        }

        .cid-rSEUgtYH4a .card .card-img span {
            color: #767676;
            font-size: 60px;
        }

    .cid-rSEUgtYH4a .mbr-text {
        color: #232323;
    }

@media (max-width: 767px) {
    .cid-rSEUgtYH4a .card {
        -webkit-flex-direction: column;
        flex-direction: column;
    }

        .cid-rSEUgtYH4a .card .card-img {
            width: 100%;
            padding-bottom: 1.5rem;
        }

        .cid-rSEUgtYH4a .card .card-box {
            width: 100%;
            padding-left: 0;
        }

            .cid-rSEUgtYH4a .card .card-box .card-title,
            .cid-rSEUgtYH4a .card .card-box .mbr-text,
            .cid-rSEUgtYH4a .card .card-box .link {
                text-align: center;
            }
}

@media (min-width: 768px) {
    .cid-rSEUgtYH4a .card {
        padding-right: 2rem;
        padding-left: 2rem;
    }

        .cid-rSEUgtYH4a .card .card-img {
            text-align: right !important;
        }
}

.cid-rSEU37kTpf {
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: #2a2a2a;
}

    .cid-rSEU37kTpf .card-wrapper {
        position: relative;
        margin: 0.5rem;
    }

        .cid-rSEU37kTpf .card-wrapper:hover img {
            transform: scale(1.1);
        }

@media (min-width: 767px) {
    .cid-rSEU37kTpf .row {
        padding: 0 4rem;
    }
}

@media (max-width: 1400px) {
    .cid-rSEU37kTpf .card-wrapper {
        margin: 0rem;
    }
}

.cid-rSEU37kTpf .card {
    height: fit-content;
}

.cid-rSEU37kTpf .number {
    border-top: 2px solid currentColor;
    padding-top: 0.4rem;
    margin-bottom: 0;
    margin-top: 0.5rem;
    width: fit-content;
}

.cid-rSEU37kTpf .text-wrap {
    max-width: 400px;
}

.cid-rSEU37kTpf .icon {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 1.5rem;
    transition: 0.3s;
    background-color: rgb(33, 81, 122);
}

    .cid-rSEU37kTpf .icon:hover {
        padding-right: 1rem;
        padding-left: 2rem;
    }

.cid-rSEU37kTpf .card-box {
    background-color: #333333;
    padding: 4rem 4rem 6rem 4rem;
    width: 100%;
}

.cid-rSEU37kTpf img {
    width: 100%;
    transition: 5s;
    object-fit: cover;
}

.cid-rSEU37kTpf .img-wrap {
    max-height: 250px;
    overflow: hidden;
}

.cid-rSEU37kTpf .container {
    max-width: 1500px;
}

.cid-rSEU37kTpf .card-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.cid-rSEU37kTpf .mbr-iconfont {
    font-size: 1.3rem;
    color: #333333;
    display: flex;
    justify-content: center;
}

.cid-rSEU37kTpf P {
    color: #c1c1c1;
}

@media (max-width: 1200px) {
    .cid-rSEU37kTpf .img-wrap {
        max-height: 230px;
    }

    .cid-rSEU37kTpf .text-wrap {
        padding: 0rem;
    }
}

@media (max-width: 992px) {
    .cid-rSEU37kTpf .card-box {
        margin: 0rem;
        padding: 2rem 2rem 6rem 2rem;
    }

    .cid-rSEU37kTpf .text-wrap {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .cid-rSEU37kTpf .card-box {
        padding: 2rem 1rem 5rem 1rem;
    }

    .cid-rSEU37kTpf .number {
        margin: auto;
    }
}

.cid-rSEU37kTpf .mbr-text {
    color: #cccccc;
}

.cid-rSEUqUWVYI {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #ffffff;
}

    .cid-rSEUqUWVYI .subicon-title {
        color: #000000;
        text-align: center;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .cid-rSEUqUWVYI .subicon-text {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .cid-rSEUqUWVYI .underline {
        margin-top: -0.5rem;
        margin-bottom: -0.5rem;
    }

        .cid-rSEUqUWVYI .underline .line {
            width: 3rem;
            height: 2px;
            background: #232323;
            display: inline-block;
        }

    .cid-rSEUqUWVYI .process-icon,
    .cid-rSEUqUWVYI .process-icon-without-before {
        width: 100%;
        padding-bottom: 2rem;
    }

    .cid-rSEUqUWVYI .wrapper,
    .cid-rSEUqUWVYI .wrapper-without-before {
        position: relative;
        margin-bottom: 2rem;
    }

        .cid-rSEUqUWVYI .wrapper::before {
            content: '\e966';
            font-family: MobiriseIcons !important;
            position: absolute;
            font-size: 30px;
            left: -15px;
            top: 30%;
            color: #232323;
            opacity: .4;
        }

    .cid-rSEUqUWVYI .icon-container {
        display: inline-flex;
        position: relative;
    }

        .cid-rSEUqUWVYI .icon-container a {
            display: inherit;
        }

    .cid-rSEUqUWVYI .icon-number {
        text-align: center;
        height: 2.5em;
        width: 2.5em;
        margin: 0;
        line-height: 2.5em;
        top: 0;
        right: 0;
        position: absolute;
        display: inline-block;
        background-color: #149dcc !important;
        transition: all 0.3s ease-in-out 0s;
        border-radius: 50%;
        color: #ffffff;
        z-index: 1;
    }

    .cid-rSEUqUWVYI .icon-main {
        margin: 1rem 0;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        text-align: center;
        padding: 0;
        transition: all 0.3s ease-in-out 0s;
    }

        .cid-rSEUqUWVYI .icon-main:hover .icon-wrapper {
            background-color: #149dcc !important;
        }

        .cid-rSEUqUWVYI .icon-main:hover .icon-number {
            background-color: #232323 !important;
            color: #ffffff !important;
        }

    .cid-rSEUqUWVYI .icon-wrapper {
        position: relative;
        z-index: 1;
        padding: 0.9em;
        height: 100%;
        margin: 0 auto;
        transition: all 0.3s ease-in-out 0s;
        border-radius: 50%;
        font-size: 50px;
        color: #ffffff;
    }

    .cid-rSEUqUWVYI .main-wrapper {
        padding: 3rem 0 0 0;
    }

@media (max-width: 767px) {
    .cid-rSEUqUWVYI .wrapper::before {
        display: none;
    }
}

@media (max-width: 991px) {
    .cid-rSEUqUWVYI .third-elem .wrapper:before {
        display: none;
    }
}

.cid-rSEUqUWVYI .mbr-section-title {
    margin: 0;
}

.cid-rSEUqUWVYI .mbr-section-subtitle {
    color: #232323;
    text-align: center;
}

.cid-rSEUur010z {
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: #ffffff;
}

    .cid-rSEUur010z .card .card-img {
        overflow: hidden;
    }

        .cid-rSEUur010z .card .card-img img {
            transition: all .5s;
        }

        .cid-rSEUur010z .card .card-img:hover img {
            -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
        }

    .cid-rSEUur010z .underline .line {
        width: 2rem;
        height: 1px;
        background: #767676;
        display: inline-block;
    }

    .cid-rSEUur010z .card {
        height: 100%;
    }

        .cid-rSEUur010z .card .card-wrapper {
            height: 100%;
        }

            .cid-rSEUur010z .card .card-wrapper .card-img {
                border-radius: 0;
            }

        .cid-rSEUur010z .card .card-box {
            background: #ffffff;
            padding: 2rem;
        }

            .cid-rSEUur010z .card .card-box .card-title {
                margin: 0;
            }

        .cid-rSEUur010z .card .info-wrapper {
            display: inline-flex;
            -webkit-align-items: center;
            align-items: center;
        }

            .cid-rSEUur010z .card .info-wrapper .mbr-iconfont {
                padding-right: .5rem;
                font-size: 20px;
            }

            .cid-rSEUur010z .card .info-wrapper .info-text {
                display: inline-block;
                padding-right: 1rem;
                margin: 0;
            }

        .cid-rSEUur010z .card .card-btn .btn {
            margin-left: 4px !important;
            margin-right: 4px !important;
        }

        .cid-rSEUur010z .card .card-footer {
            background: #ffffff;
            margin-top: 1rem;
            padding: 0;
            padding-top: 1rem;
            display: inline-flex;
            width: 100%;
            -webkit-justify-content: space-between;
            justify-content: space-between;
            -webkit-align-items: center;
            align-items: center;
        }

            .cid-rSEUur010z .card .card-footer .icons-list {
                margin: 0;
            }

                .cid-rSEUur010z .card .card-footer .icons-list li {
                    margin-right: 1rem;
                }

                    .cid-rSEUur010z .card .card-footer .icons-list li .mbr-iconfont {
                        font-size: 25px;
                        color: #767676;
                    }

            .cid-rSEUur010z .card .card-footer .link .link-text {
                display: inline-block;
            }

            .cid-rSEUur010z .card .card-footer .link .mbr-iconfont {
                font-size: 12px;
            }

    .cid-rSEUur010z .card-box {
        border-style: solid;
        border-color: #efefef;
        border-width: 0 1px 1px 1px;
    }

    .cid-rSEUur010z .card-footer {
        border-top: 1px solid #efefef;
    }

@media (max-width: 767px) {
    .cid-rSEUur010z .card:not(:last-child) {
        padding-bottom: 2rem;
    }
}

@media (max-width: 991px) {
    .cid-rSEUur010z .card:not(:last-child) {
        padding-bottom: 2rem;
    }
}

.cid-rSEUynMzhy {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: rgb(33, 81, 122);
}

    .cid-rSEUynMzhy .container-fluid {
        padding: 0 3rem;
    }

    .cid-rSEUynMzhy .card {
        display: block;
    }

        .cid-rSEUynMzhy .card .card-wrapper {
            height: 1%;
        }

            .cid-rSEUynMzhy .card .card-wrapper .card-img {
                overflow: hidden;
                margin-bottom: 1rem;
                z-index: 1;
                -webkit-mask-image: -webkit-radial-gradient(white, black);
            }

                .cid-rSEUynMzhy .card .card-wrapper .card-img img {
                    transition: all .5s;
                }

                .cid-rSEUynMzhy .card .card-wrapper .card-img:hover img {
                    -ms-transform: scale3d(1.05, 1.05, 1.05);
                    -webkit-transform: scale3d(1.05, 1.05, 1.05);
                    -o-transform: scale3d(1.05, 1.05, 1.05);
                    -moz-transform: scale3d(1.05, 1.05, 1.05);
                    transform: scale3d(1.05, 1.05, 1.05);
                    transition: all .5s;
                }

    .cid-rSEUynMzhy .text-row {
        -webkit-align-self: center;
        align-self: center;
    }

@media (max-width: 767px) {
    .cid-rSEUynMzhy .container-fluid {
        padding: 0 1rem;
    }

    .cid-rSEUynMzhy .text-row {
        padding-bottom: 1rem;
    }
}

.cid-rSEUWXsCTx {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #ffffff;
}

    .cid-rSEUWXsCTx .card {
        display: block;
    }

        .cid-rSEUWXsCTx .card .card-img {
            overflow: hidden;
        }

            .cid-rSEUWXsCTx .card .card-img img {
                transition: all .5s;
            }

        .cid-rSEUWXsCTx .card .card-wrapper:hover .card-img img {
            -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
        }

    .cid-rSEUWXsCTx .underline .line {
        width: 2rem;
        height: 1px;
        background: #232323;
        display: inline-block;
    }

    .cid-rSEUWXsCTx .card .card-wrapper {
        height: 100%;
        overflow: hidden;
        position: relative;
    }

        .cid-rSEUWXsCTx .card .card-wrapper .card-link {
            z-index: 2;
            position: absolute;
            height: 100%;
            width: 100%;
            top: 0;
            left: 0;
            font-size: 0;
            display: none;
        }

        .cid-rSEUWXsCTx .card .card-wrapper .card-img {
            height: 100%;
            border-radius: 0;
        }

            .cid-rSEUWXsCTx .card .card-wrapper .card-img .mbr-overlay {
                background: #232323;
                opacity: 0.3;
                border-top-right-radius: 25%;
            }

            .cid-rSEUWXsCTx .card .card-wrapper .card-img img {
                height: 100%;
                object-fit: cover;
                object-position: center center;
            }

    .cid-rSEUWXsCTx .popup-btn .card-link {
        display: block !important;
    }

    .cid-rSEUWXsCTx .popup-btn .mbr-overlay {
        border-top-right-radius: 0 !important;
    }

    .cid-rSEUWXsCTx .caption {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0 2rem;
        display: inline-flex;
        -webkit-align-items: center;
        align-items: center;
        letter-spacing: 2px;
    }

        .cid-rSEUWXsCTx .caption .mbr-text {
            margin-bottom: 2rem;
        }

        .cid-rSEUWXsCTx .caption .card-title {
            padding-right: 2rem;
        }

        .cid-rSEUWXsCTx .caption .price {
            background: #149dcc;
            padding: 0 .5rem;
        }

@media (min-width: 768px) {
    .cid-rSEUWXsCTx .first-row-card {
        padding-bottom: 2rem;
    }
}

@media (max-width: 767px) {
    .cid-rSEUWXsCTx .card:not(:last-child) {
        padding-bottom: 2rem;
    }
}

.cid-rSEV1gKbIS {
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #ffffff;
}

    .cid-rSEV1gKbIS .card-box {
        display: flex;
        flex-direction: column;
        position: relative;
        justify-content: center;
        margin: auto auto 1rem 2rem;
        height: fit-content;
        max-width: 300px;
    }

    .cid-rSEV1gKbIS .card-wrap {
        background-color: #232323;
        display: flex;
        height: 100%;
        min-height: 300px;
    }

        .cid-rSEV1gKbIS .card-wrap:hover h4,
        .cid-rSEV1gKbIS .card-wrap:hover a {
            background-size: 100% 100%;
        }

    .cid-rSEV1gKbIS h3 {
        position: absolute;
        transform: rotate(-90deg);
        transform-origin: top left;
        width: fit-content;
        padding: 0;
        margin: 0;
        left: 0rem;
        top: -1rem;
    }

        .cid-rSEV1gKbIS h3:after {
            content: "";
            width: 30px;
            position: absolute;
            top: 50%;
            height: 1px;
            background-color: #ffffff;
            margin-left: 10px;
        }

    .cid-rSEV1gKbIS img {
        width: 100%;
    }

    .cid-rSEV1gKbIS h4 {
        display: inline !important;
        text-decoration: none;
        background-image: linear-gradient(transparent calc(98%), currentColor 1px);
        background-repeat: no-repeat;
        background-position: 0;
        background-size: 0% 100%;
        transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

        .cid-rSEV1gKbIS h4 a {
            display: inline !important;
            text-decoration: none;
            background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
            background-repeat: no-repeat;
            background-position: 0;
            background-size: 0% 100%;
            transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
        }

    .cid-rSEV1gKbIS .card-title1,
    .cid-rSEV1gKbIS .title-wrap1 {
        color: #ffffff;
    }

    .cid-rSEV1gKbIS .card-title,
    .cid-rSEV1gKbIS .title-wrap {
        color: #ffffff;
    }

@media (max-width: 992px) {
    .cid-rSEV1gKbIS .mdpb {
        padding-bottom: 2rem;
    }

    .cid-rSEV1gKbIS .card-box {
        margin: auto auto 0rem 1rem;
    }
}

.cid-rSEV1gKbIS H3 {
    color: #ffffff;
}

.cid-rSEV3lFZQL {
    padding-top: 150px;
    padding-bottom: 150px;
    background-color: #282124;
}

    .cid-rSEV3lFZQL .row {
        justify-content: space-between;
        padding: 0 1rem;
    }

    .cid-rSEV3lFZQL .container {
        max-width: 1500px;
    }

    .cid-rSEV3lFZQL .content-wrapper {
        max-width: 800px;
    }

@media (min-width: 767px) {
    .cid-rSEV3lFZQL .container {
        padding: 0 4rem;
    }
}

.cid-rSEV3lFZQL .mbr-text,
.cid-rSEV3lFZQL .mbr-section-btn {
    color: #efeeee;
}

.cid-rSEV3lFZQL .btn {
    width: -webkit-fill-available;
    margin: 0.4rem !important;
}

.cid-rSEV3lFZQL .pt-5 {
    padding-top: 4rem !important;
}

@media (max-width: 922px) {
    .cid-rSEV3lFZQL .align-left {
        text-align: center;
    }

    .cid-rSEV3lFZQL .row {
        justify-content: center;
        padding: 0rem;
    }
}

.cid-rSEV4oGfQw {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #efeeee;
}

    .cid-rSEV4oGfQw .container {
        max-width: 1500px;
    }

    .cid-rSEV4oGfQw img {
        width: 100%;
        transition: 5s;
        object-fit: cover;
        margin: auto;
    }

        .cid-rSEV4oGfQw img:hover {
            transform: scale(1.1);
        }

    .cid-rSEV4oGfQw .row {
        background: #ffffff;
    }

    .cid-rSEV4oGfQw .img-col {
        padding: 0;
        overflow: hidden;
        text-align: center;
        justify-content: center;
        position: relative;
        max-height: 540px;
        margin-bottom: 4rem;
    }

    .cid-rSEV4oGfQw h2 {
        padding: 0;
        margin: 0;
    }

    .cid-rSEV4oGfQw .title-wrap {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cid-rSEV4oGfQw .text-col {
        max-width: 700px;
        margin: auto;
        padding: 0 4rem 4rem 4rem;
    }

    .cid-rSEV4oGfQw .mbr-section-btn {
        position: absolute;
        bottom: 0;
        right: 0;
    }

        .cid-rSEV4oGfQw .mbr-section-btn .btn {
            margin: 0rem !important;
            min-width: 400px;
        }

    .cid-rSEV4oGfQw .number {
        border-top: 2px solid currentColor;
        padding-top: 0.4rem;
        margin-right: 3rem;
        margin-bottom: 0;
        margin-top: 0.5rem;
    }

@media (max-width: 1200px) {
    .cid-rSEV4oGfQw .row {
        margin: 2rem;
    }
}

@media (max-width: 992px) {
    .cid-rSEV4oGfQw .text-col {
        padding: 4rem 4rem;
    }
}

@media (max-width: 767px) {
    .cid-rSEV4oGfQw .btn {
        min-width: 200px !important;
        padding: 0.6rem 0.8rem !important;
    }

    .cid-rSEV4oGfQw .row {
        margin: 0rem;
    }

    .cid-rSEV4oGfQw .text-col {
        padding: 2rem 1rem;
    }

    .cid-rSEV4oGfQw .number {
        margin-right: 2rem;
    }

    .cid-rSEV4oGfQw .img-col {
        margin-bottom: 3rem;
    }
}

.cid-rSEV4oGfQw H2 {
    color: #333333;
}

.cid-rSEV4oGfQw .mbr-text {
    color: #767676;
}

.cid-rSEV59Sp54 {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #efeeee;
}

    .cid-rSEV59Sp54 img {
        width: 100%;
        height: 100%;
        transition: 5s;
        object-fit: cover;
        margin: auto;
    }

        .cid-rSEV59Sp54 img:hover {
            transform: scale(1.1);
        }

    .cid-rSEV59Sp54 .img-col {
        padding: 0;
        overflow: hidden;
        text-align: center;
        justify-content: center;
        position: relative;
    }

    .cid-rSEV59Sp54 h2 {
        padding: 0;
        margin: 0;
    }

    .cid-rSEV59Sp54 .title-wrap {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cid-rSEV59Sp54 .text-col {
        max-width: 650px;
        margin: auto;
        padding: 6rem 6rem;
    }

    .cid-rSEV59Sp54 .mbr-section-btn {
        position: absolute;
        bottom: 0;
        right: 0;
    }

        .cid-rSEV59Sp54 .mbr-section-btn .btn {
            margin: 0rem !important;
            min-width: 400px;
        }

    .cid-rSEV59Sp54 .number {
        border-top: 2px solid currentColor;
        padding-top: 0.6rem;
        margin-right: 3rem;
        margin-bottom: 0;
        margin-top: 0.5rem;
    }

@media (max-width: 992px) {
    .cid-rSEV59Sp54 .text-col {
        padding: 4rem 4rem;
    }
}

@media (max-width: 767px) {
    .cid-rSEV59Sp54 .btn {
        min-width: 200px !important;
        padding: 0.6rem 0.8rem !important;
    }

    .cid-rSEV59Sp54 .text-col {
        padding: 2rem 1rem;
    }
}

.cid-rSEV59Sp54 H2 {
    color: #333333;
}

.cid-rSEV59Sp54 .mbr-text {
    color: #767676;
}

.cid-rSEV7hWLsQ {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #efeeee;
}

    .cid-rSEV7hWLsQ img {
        width: 100%;
        height: 100%;
        transition: 5s;
        object-fit: cover;
        margin: auto;
    }

        .cid-rSEV7hWLsQ img:hover {
            transform: scale(1.1);
        }

    .cid-rSEV7hWLsQ .img-col {
        padding: 0;
        overflow: hidden;
        text-align: center;
        justify-content: center;
        position: relative;
    }

    .cid-rSEV7hWLsQ h2 {
        padding: 0;
        margin: 0;
    }

    .cid-rSEV7hWLsQ .title-wrap {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cid-rSEV7hWLsQ .text-col {
        max-width: 650px;
        margin: auto;
        padding: 6rem 6rem;
    }

    .cid-rSEV7hWLsQ .mbr-section-btn {
        position: absolute;
        bottom: 300px;
        left: 0;
        transform: rotate(90deg);
        transform-origin: bottom left;
    }

        .cid-rSEV7hWLsQ .mbr-section-btn .btn {
            margin: 0rem !important;
            min-width: 300px;
        }

            .cid-rSEV7hWLsQ .mbr-section-btn .btn span {
                transform: rotate(-90deg);
            }

        .cid-rSEV7hWLsQ .mbr-section-btn:hover span {
            transform: rotate(-90deg) translateX(0.6rem);
            margin: 0 !important;
        }

    .cid-rSEV7hWLsQ .mbr-iconfont {
        margin: 0 !important;
    }

    .cid-rSEV7hWLsQ .number {
        border-top: 2px solid currentColor;
        padding-top: 0.6rem;
        margin-right: 3rem;
        margin-bottom: 0;
        margin-top: 0.5rem;
    }

@media (max-width: 992px) {
    .cid-rSEV7hWLsQ .text-col {
        padding: 4rem 4rem;
    }
}

@media (max-width: 767px) {
    .cid-rSEV7hWLsQ .mbr-section-btn {
        bottom: 0px;
        left: 0;
        transform: rotate(0deg);
    }

    .cid-rSEV7hWLsQ .btn {
        padding: 0.6rem 0.8rem !important;
        min-width: 200px !important;
    }

    .cid-rSEV7hWLsQ .text-col {
        padding: 2rem 1rem;
    }
}

.cid-rSEV7hWLsQ H2 {
    color: #333333;
}

.cid-rSEV7hWLsQ .mbr-text {
    color: #232323;
}

.cid-rSEV9ooHQU {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #efeeee;
}

    .cid-rSEV9ooHQU .row {
        position: relative;
    }

    .cid-rSEV9ooHQU .container {
        max-width: 1500px;
    }

@media (min-width: 767px) {
    .cid-rSEV9ooHQU .row {
        margin: 0 2rem;
    }
}

.cid-rSEV9ooHQU .row {
    padding-left: 6rem;
}

.cid-rSEV9ooHQU h4 {
    position: absolute;
    transform: rotate(-270deg);
    transform-origin: top left;
    width: fit-content;
    padding: 0;
    margin: 0;
    left: 2rem;
    top: 1rem;
}

.cid-rSEV9ooHQU .content-wrapper {
    max-width: 600px;
}

.cid-rSEV9ooHQU H1 {
    color: #333333;
}

.cid-rSEV9ooHQU .mbr-text,
.cid-rSEV9ooHQU .mbr-section-btn {
    color: #333333;
}

.cid-rSEV9ooHQU H3 {
    color: #333333;
}

@media (max-width: 992px) {
    .cid-rSEV9ooHQU .row {
        padding-left: 4rem;
    }
}

@media (max-width: 767px) {
    .cid-rSEV9ooHQU h4 {
        left: 3rem;
    }

    .cid-rSEV9ooHQU .row {
        padding-left: 3rem;
    }
}

.cid-rSEVaU2eDg {
    padding-top: 120px;
    padding-bottom: 75px;
    background-color: #efeeee;
}

    .cid-rSEVaU2eDg .container {
        max-width: 1500px;
    }

    .cid-rSEVaU2eDg img {
        width: 100%;
    }

    .cid-rSEVaU2eDg h2 {
        padding: 0;
        margin: 0;
    }

    .cid-rSEVaU2eDg .text-wrap {
        max-width: 500px;
        margin: auto;
    }

    .cid-rSEVaU2eDg .number {
        border-top: 2px solid currentColor;
        padding-top: 0.4rem;
        margin-bottom: 0;
        margin-top: 0.5rem;
        width: fit-content;
    }

    .cid-rSEVaU2eDg .img-col {
        position: relative;
    }

    .cid-rSEVaU2eDg .img2 {
        position: absolute;
        right: 6rem;
        top: -6rem;
        width: 320px;
    }

@media (max-width: 1200px) {
    .cid-rSEVaU2eDg .img2 {
        right: 3rem;
    }
}

@media (max-width: 992px) {
    .cid-rSEVaU2eDg .title-col {
        margin-bottom: 4rem !important;
    }

    .cid-rSEVaU2eDg .img2 {
        top: -2rem;
    }

    .cid-rSEVaU2eDg .text-wrap {
        max-width: 550px;
    }
}

@media (max-width: 767px) {
    .cid-rSEVaU2eDg .img2 {
        width: 50%;
    }

    .cid-rSEVaU2eDg .number {
        margin: auto;
    }
}

.cid-rSEVcoyeo7 {
    padding-top: 105px;
    padding-bottom: 105px;
    background-color: #282124;
}

    .cid-rSEVcoyeo7 .container {
        max-width: 1500px;
    }

    .cid-rSEVcoyeo7 .row {
        background: #333333;
    }

    .cid-rSEVcoyeo7 .img-col {
        padding: 0;
    }

    .cid-rSEVcoyeo7 .title-col {
        padding: 4rem 8rem;
    }

    .cid-rSEVcoyeo7 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .cid-rSEVcoyeo7 h2 {
        padding: 0;
        margin: 0;
    }

    .cid-rSEVcoyeo7 .text-wrap {
        margin: auto;
    }

    .cid-rSEVcoyeo7 .mbr-text {
        color: #c1c1c1;
    }

@media (max-width: 1200px) {
    .cid-rSEVcoyeo7 .row {
        margin: 2rem;
    }

    .cid-rSEVcoyeo7 .title-col {
        padding: 6rem 4rem;
    }
}

@media (max-width: 767px) {
    .cid-rSEVcoyeo7 .row {
        margin: 0rem;
    }

    .cid-rSEVcoyeo7 .title-col {
        padding: 2rem 1rem;
    }
}

.cid-rSEVwnRr7g {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #efeeee;
}

    .cid-rSEVwnRr7g .container {
        max-width: 1500px;
    }

    .cid-rSEVwnRr7g img {
        width: 100%;
    }

    .cid-rSEVwnRr7g h2 {
        padding: 0;
        margin: 0;
    }

    .cid-rSEVwnRr7g .text-wrap {
        max-width: 500px;
        margin: auto;
    }

    .cid-rSEVwnRr7g .number {
        border-top: 2px solid currentColor;
        padding-top: 0.4rem;
        margin-bottom: 0;
        margin-top: 0.5rem;
        width: fit-content;
    }

    .cid-rSEVwnRr7g .img-col {
        position: relative;
    }

    .cid-rSEVwnRr7g .img2 {
        position: absolute;
        left: -6rem;
        top: 4rem;
        width: 280px;
    }

@media (max-width: 1200px) {
    .cid-rSEVwnRr7g .img2 {
        left: 1rem;
    }
}

@media (max-width: 992px) {
    .cid-rSEVwnRr7g .img-col {
        margin-bottom: 3rem;
    }

    .cid-rSEVwnRr7g .text-wrap {
        max-width: 550px;
    }
}

@media (max-width: 767px) {
    .cid-rSEVwnRr7g .img2 {
        width: 50%;
        top: 2rem;
    }

    .cid-rSEVwnRr7g .number {
        margin: auto;
    }
}

.cid-rSEVzYxvyb {
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #ffffff;
}

@media (max-width: 992px) {
    .cid-rSEVzYxvyb {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.cid-rSEVzYxvyb .text {
    padding: 0;
}

.cid-rSEVzYxvyb section {
    position: relative;
}

.cid-rSEVzYxvyb h3 {
    padding-bottom: 0;
    margin-bottom: 0;
}

.cid-rSEVzYxvyb .mbr-iconfont {
    padding: 0 !important;
}

.cid-rSEVzYxvyb .back {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: rgb(0, 91, 89);
}

.cid-rSEVzYxvyb .box {
    background-image: url("../../../assets_002/images/background2.jpg");
    background-size: cover;
    background-position: center;
    height: 550px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cid-rSEVzYxvyb .icon-wrap {
    background-color: rgb(0, 91, 89) !important;
    width: 80px;
    height: 80px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}

    .cid-rSEVzYxvyb .icon-wrap:hover {
        transform: scale(1.1);
    }

    .cid-rSEVzYxvyb .icon-wrap span {
        padding-left: 8px;
    }

.cid-rSEVzYxvyb .mbr-media span {
    font-size: 30px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    transition: all 0.25s;
    color: #1c1c1c !important;
}

    .cid-rSEVzYxvyb .mbr-media span.mbri-play:before {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-35%);
        -moz-transform: translateX(-35%);
        -ms-transform: translateX(-35%);
        -o-transform: translateX(-35%);
        transform: translateX(-35%);
    }

.cid-rSEVzYxvyb .modalWindow {
    position: fixed;
    z-index: 5000;
    left: 0;
    top: 0;
    background-color: rgba(61, 61, 61, 0.65);
    width: 100%;
    height: 100%;
}

    .cid-rSEVzYxvyb .modalWindow .modalWindow-container {
        display: table-cell;
        vertical-align: middle;
    }

    .cid-rSEVzYxvyb .modalWindow .modalWindow-video {
        height: calc(44.9943757vw);
        width: 80vw;
        margin: 0 auto;
    }

.cid-rSEVzYxvyb a.close {
    position: absolute;
    right: 4vw;
    top: 4vh;
    color: #ffffff;
    z-index: 5000000;
    font-size: 37px;
    background: #000;
    padding: 20px;
    border-radius: 50%;
}

    .cid-rSEVzYxvyb a.close:hover {
        color: #ffffff;
    }

@media (max-width: 767px) {
    .cid-rSEVzYxvyb {
        padding-top: 35px;
        padding-bottom: 35px;
    }

        .cid-rSEVzYxvyb .box {
            height: 250px;
        }

        .cid-rSEVzYxvyb .row {
            padding: 1rem !important;
        }
}

.cid-rSEVBrJjKZ {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #efeeee;
}

    .cid-rSEVBrJjKZ .container {
        max-width: 1500px;
    }

    .cid-rSEVBrJjKZ img {
        width: 100%;
    }

    .cid-rSEVBrJjKZ h2 {
        padding: 0;
        margin: 0;
    }

    .cid-rSEVBrJjKZ .text-wrap {
        max-width: 500px;
        margin: auto;
    }

    .cid-rSEVBrJjKZ .number {
        border-top: 2px solid currentColor;
        padding-top: 0.4rem;
        margin-bottom: 0;
        margin-top: 0.5rem;
        width: fit-content;
    }

    .cid-rSEVBrJjKZ .img-col {
        position: relative;
    }

    .cid-rSEVBrJjKZ .img2 {
        position: absolute;
        left: -6rem;
        top: 4rem;
        width: 280px;
    }

@media (max-width: 1200px) {
    .cid-rSEVBrJjKZ .img2 {
        left: 1rem;
    }
}

@media (max-width: 992px) {
    .cid-rSEVBrJjKZ .img-col {
        margin-bottom: 3rem;
    }

    .cid-rSEVBrJjKZ .text-wrap {
        max-width: 550px;
    }
}

@media (max-width: 767px) {
    .cid-rSEVBrJjKZ .img2 {
        width: 50%;
        top: 2rem;
    }

    .cid-rSEVBrJjKZ .number {
        margin: auto;
    }
}

.cid-rSEWeFgynK {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #cccccc;
}

    .cid-rSEWeFgynK .mbr-shop {
        display: table;
        width: 100%;
    }

        .cid-rSEWeFgynK .mbr-shop .row {
            margin: 0;
        }

        .cid-rSEWeFgynK .mbr-shop .btn-sm {
            margin: 0.2rem 0.2rem;
        }

        .cid-rSEWeFgynK .mbr-shop .shoppingcart-icons {
            z-index: 105 !important;
        }

        .cid-rSEWeFgynK .mbr-shop .shop-title {
            margin-bottom: 18px;
            padding-left: 25px;
            padding-right: 25px;
            display: inline-block;
            max-width: 80%;
        }

        .cid-rSEWeFgynK .mbr-shop .sidebar-title {
            line-height: 25px;
            margin-bottom: 1.8rem;
        }

        .cid-rSEWeFgynK .mbr-shop .shopItemsModal_wraper {
            position: fixed;
            display: none;
            -webkit-align-items: center;
            align-items: center;
            -webkit-justify-content: center;
            justify-content: center;
            width: 100%;
            height: 100%;
            background-color: rgba(87, 87, 87, 0.4);
            top: 0;
            left: 0;
            cursor: pointer;
            z-index: 1040;
        }

        .cid-rSEWeFgynK .mbr-shop .card-description {
            cursor: text;
            display: none;
        }

        .cid-rSEWeFgynK .mbr-shop .image-modal {
            padding-left: 0;
            padding-right: 0;
            text-align: center;
        }

            .cid-rSEWeFgynK .mbr-shop .image-modal img {
                max-width: 100%;
                max-height: 75vh;
            }

        .cid-rSEWeFgynK .mbr-shop .hide-modal {
            display: none;
        }

        .cid-rSEWeFgynK .mbr-shop .shopItemsModal {
            cursor: default;
            padding: 50px;
            width: 1000px;
            max-width: 100%;
            background-color: #ffffff;
            z-index: 2000;
            overflow: auto;
            position: fixed;
        }

            .cid-rSEWeFgynK .mbr-shop .shopItemsModal p {
                margin-bottom: 0;
            }

            .cid-rSEWeFgynK .mbr-shop .shopItemsModal ul {
                margin-bottom: 0;
            }

            .cid-rSEWeFgynK .mbr-shop .shopItemsModal .card-description {
                display: block;
                width: 100%;
            }

            .cid-rSEWeFgynK .mbr-shop .shopItemsModal .close-modal {
                content: '';
                position: absolute;
                top: 0;
                right: 0;
                width: 50px;
                height: 4px;
                background-color: red;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
            }

                .cid-rSEWeFgynK .mbr-shop .shopItemsModal .close-modal:before {
                    content: '';
                    position: absolute;
                    top: 0;
                    right: 0;
                    width: 50px;
                    height: 4px;
                    background-color: red;
                    -webkit-transform: rotate(-45deg);
                    transform: rotate(-45deg);
                }

        .cid-rSEWeFgynK .mbr-shop .test-overlay {
            position: absolute;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
        }

        .cid-rSEWeFgynK .mbr-shop .filter-by-pu,
        .cid-rSEWeFgynK .mbr-shop .filter-by-pd,
        .cid-rSEWeFgynK .mbr-shop .filter-by-d {
            display: inline-block;
            margin-right: 3px;
        }

        .cid-rSEWeFgynK .mbr-shop .sort-buttons {
            padding-bottom: 1rem;
            margin-right: 13px;
            text-align: right;
        }

        .cid-rSEWeFgynK .mbr-shop .galleryItem:before {
            width: 0 !important;
            height: 0 !important;
        }

        .cid-rSEWeFgynK .mbr-shop .modal-dialog {
            max-width: 700px;
        }

        .cid-rSEWeFgynK .mbr-shop .mbr-gallery-item {
            left: 0 !important;
            top: 0 !important;
            vertical-align: top;
            position: relative !important;
            -webkit-transform: none !important;
            transform: none !important;
            padding: 15px;
            width: 33%;
        }

        .cid-rSEWeFgynK .mbr-shop .galleryItem h4,
        .cid-rSEWeFgynK .mbr-shop .carousel-item h4 {
            font-style: normal;
            line-height: 1;
            text-transform: none;
            letter-spacing: -1px;
            word-spacing: 0;
            margin-bottom: 0.3rem;
            padding-top: 15px;
            transition: color 0.5s;
        }

        .cid-rSEWeFgynK .mbr-shop .galleryItem h5,
        .cid-rSEWeFgynK .mbr-shop .carousel-item h5 {
            font-style: italic;
            font-weight: 400;
            line-height: 22.36px;
            text-transform: none;
            letter-spacing: 0px;
            word-spacing: 0;
        }

        .cid-rSEWeFgynK .mbr-shop .galleryItem p,
        .cid-rSEWeFgynK .mbr-shop .carousel-item p {
            font-style: italic;
            font-weight: 400;
            text-transform: none;
            letter-spacing: 0px;
            word-spacing: 0px;
            text-align: center;
            display: inline;
        }

        .cid-rSEWeFgynK .mbr-shop .item-button {
            text-align: center;
        }

        .cid-rSEWeFgynK .mbr-shop .modalButton {
            display: inline-block;
            float: right;
            margin-right: 10px;
        }

            .cid-rSEWeFgynK .mbr-shop .modalButton.btn-success {
                right: 15%;
            }

        .cid-rSEWeFgynK .mbr-shop .sidebar {
            margin-top: 30px;
            position: relative;
        }

        .cid-rSEWeFgynK .mbr-shop .sidebar-block {
            position: relative;
        }

        .cid-rSEWeFgynK .mbr-shop .sidebar-background:after {
            content: '';
            position: absolute;
            width: 100%;
            height: 102%;
            background-color: #c1c1c1;
            top: -20px;
            right: 3px;
        }

        .cid-rSEWeFgynK .mbr-shop .bestsellers {
            padding-left: 0;
            padding-right: 0;
            position: relative;
            margin-bottom: 20px;
        }

            .cid-rSEWeFgynK .mbr-shop .bestsellers .onsale {
                top: -15px;
            }

            .cid-rSEWeFgynK .mbr-shop .bestsellers .price-block {
                padding-top: 5px;
                text-align: left;
                line-height: 1;
            }

            .cid-rSEWeFgynK .mbr-shop .bestsellers .mbr-gallery-item {
                width: 100%;
            }

                .cid-rSEWeFgynK .mbr-shop .bestsellers .mbr-gallery-item img {
                    width: 80px;
                    float: left;
                    margin-right: 20px;
                }

                .cid-rSEWeFgynK .mbr-shop .bestsellers .mbr-gallery-item h4 {
                    text-align: left;
                    padding-bottom: 5px;
                    line-height: 1;
                }

                .cid-rSEWeFgynK .mbr-shop .bestsellers .mbr-gallery-item h5 {
                    text-align: left;
                    display: none;
                }

                .cid-rSEWeFgynK .mbr-shop .bestsellers .mbr-gallery-item p {
                    text-align: left;
                }

            .cid-rSEWeFgynK .mbr-shop .bestsellers .btn {
                display: none;
            }

        .cid-rSEWeFgynK .mbr-shop .bestsellers-img {
            display: inline-block;
            width: 80px;
            height: 80px;
            overflow: hidden;
        }

        .cid-rSEWeFgynK .mbr-shop .bestsellers-title {
            display: inline-block;
        }

        .cid-rSEWeFgynK .mbr-shop .onsale {
            position: absolute;
            display: block;
            transition: color .3s ease;
            text-align: center;
            z-index: 95;
            top: 30px;
            left: 30px;
            line-height: 17px;
            padding: 5px 15px 5px;
            background: rgb(0, 91, 89);
            border-radius: 30px;
            font-weight: 400;
            font-style: normal;
            text-transform: none;
            letter-spacing: 0px;
            color: #000000;
        }

        .cid-rSEWeFgynK .mbr-shop .mbr-gallery-item__hided {
            display: none;
        }

            .cid-rSEWeFgynK .mbr-shop .mbr-gallery-item__hided h4,
            .cid-rSEWeFgynK .mbr-shop .mbr-gallery-item__hided h5,
            .cid-rSEWeFgynK .mbr-shop .mbr-gallery-item__hided p {
                display: none;
            }

            .cid-rSEWeFgynK .mbr-shop .mbr-gallery-item__hided .btn {
                display: none;
            }

        .cid-rSEWeFgynK .mbr-shop .galleryItem .price-block {
            display: block;
        }

            .cid-rSEWeFgynK .mbr-shop .galleryItem .price-block span {
                font-style: normal;
                line-height: 1;
                text-transform: none;
                letter-spacing: -1px;
                word-spacing: 0;
            }

        .cid-rSEWeFgynK .mbr-shop .mbr-gallery-filter {
            padding-left: 0;
            text-align: left;
            padding-top: 0;
        }

            .cid-rSEWeFgynK .mbr-shop .mbr-gallery-filter ul li.active {
                background-color: transparent;
                font-weight: bold;
            }

            .cid-rSEWeFgynK .mbr-shop .mbr-gallery-filter ul li:hover {
                background-color: transparent;
            }

        .cid-rSEWeFgynK .mbr-shop .range-slider {
            padding-bottom: 25px;
        }

        .cid-rSEWeFgynK .mbr-shop .filter-cost {
            display: block;
            vertical-align: middle;
            max-width: 250px;
            text-align: left;
            position: relative;
            margin-bottom: 30px;
        }

            .cid-rSEWeFgynK .mbr-shop .filter-cost p {
                margin-bottom: 10px;
                font-size: 16px;
                line-height: 21px;
                color: #666666;
                font-weight: bold;
            }

        .cid-rSEWeFgynK .mbr-shop .price-controls {
            position: relative;
            height: 36px;
            margin-bottom: 10px;
            border-radius: 2px;
            font-size: 0;
        }

            .cid-rSEWeFgynK .mbr-shop .price-controls label {
                display: inline-block;
                width: 50%;
                font-size: 14px;
                line-height: 32px;
                color: #666666;
                font-weight: normal;
                cursor: pointer;
                margin-bottom: 0;
            }

            .cid-rSEWeFgynK .mbr-shop .price-controls input {
                width: 100%;
                background-color: transparent;
                border: none;
                line-height: 31px;
                height: 31px;
                text-align: center;
                -webkit-user-select: none;
                -ms-user-select: none;
                user-select: none;
            }

        .cid-rSEWeFgynK .mbr-shop .range-controls {
            position: relative;
        }

            .cid-rSEWeFgynK .mbr-shop .range-controls .scale {
                width: 100%;
                height: 5px;
                background-color: rgba(190, 190, 190, 0.3);
            }

            .cid-rSEWeFgynK .mbr-shop .range-controls .bar {
                margin-left: 0;
                width: 100%;
                height: 5px;
                background-color: #149dcc;
            }

        .cid-rSEWeFgynK .mbr-shop .toggle {
            -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
            position: absolute;
            top: -9px;
            width: 7px;
            height: 7px;
            border: 8px solid #ffffff;
            border-radius: 100%;
            box-sizing: content-box;
            background-color: #149dcc;
            cursor: pointer;
        }

            .cid-rSEWeFgynK .mbr-shop .toggle:hover,
            .cid-rSEWeFgynK .mbr-shop .toggle:active {
                background-color: #ff3366;
            }

        .cid-rSEWeFgynK .mbr-shop .min-toggle {
            left: 0;
        }

        .cid-rSEWeFgynK .mbr-shop .max-toggle {
            right: 0;
        }

        .cid-rSEWeFgynK .mbr-shop .hided-by-price {
            display: none;
        }

        .cid-rSEWeFgynK .mbr-shop .text-modal {
            padding-right: 30px;
            padding-left: 30px;
        }

            .cid-rSEWeFgynK .mbr-shop .text-modal .item-button {
                text-align: left !important;
            }

            .cid-rSEWeFgynK .mbr-shop .text-modal .price-block {
                line-height: 1;
                border-bottom: 1px dotted #d6d6d6;
            }

                .cid-rSEWeFgynK .mbr-shop .text-modal .price-block p {
                    display: inline;
                }

                .cid-rSEWeFgynK .mbr-shop .text-modal .price-block span {
                    display: inline;
                    font-weight: 700;
                    padding: 10px 0 20px 0;
                }

            .cid-rSEWeFgynK .mbr-shop .text-modal .card-description {
                padding-top: 20px;
                display: block;
                font-size: 16px;
                line-height: 24px;
                margin-bottom: 50px;
            }

        .cid-rSEWeFgynK .mbr-shop .modal-control-panel {
            padding-right: 0;
        }

        .cid-rSEWeFgynK .mbr-shop .modal-cb {
            display: inline-block;
            float: right;
            margin-right: 10px;
            margin-left: 10px;
        }

        .cid-rSEWeFgynK .mbr-shop .shopItemsModalBg {
            width: 100%;
            height: 100%;
        }

        .cid-rSEWeFgynK .mbr-shop .close-modal-wrapper {
            cursor: pointer;
            width: 40px;
            height: 40px;
            position: absolute;
            top: 0;
            right: 0;
        }

            .cid-rSEWeFgynK .mbr-shop .close-modal-wrapper:after {
                content: "";
                position: absolute;
                width: 40px;
                height: 3px;
                background-color: #cccccc;
                top: 50%;
                right: 5%;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

            .cid-rSEWeFgynK .mbr-shop .close-modal-wrapper:before {
                content: "";
                position: absolute;
                width: 3px;
                height: 40px;
                background-color: #cccccc;
                right: 50%;
                top: 5%;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

        .cid-rSEWeFgynK .mbr-shop .closeModal {
            position: absolute;
            top: 0;
            right: 0;
        }

        .cid-rSEWeFgynK .mbr-shop .galleryItem .sidebar_wraper {
            text-align: center;
            padding-bottom: 15px;
        }

        .cid-rSEWeFgynK .mbr-shop .shopItemsModal .sidebar_wraper {
            text-align: left;
        }

        .cid-rSEWeFgynK .mbr-shop .item_overlay {
            position: absolute;
            width: 100%;
            height: 100%;
            z-index: 99;
            background: transparent;
        }

        .cid-rSEWeFgynK .mbr-shop .style_overlay {
            position: absolute;
            width: 100%;
            height: 100%;
        }

        .cid-rSEWeFgynK .mbr-shop .price-range {
            display: none;
        }

        .cid-rSEWeFgynK .mbr-shop .price-range-reset {
            display: none;
        }

        .cid-rSEWeFgynK .mbr-shop .bestsellers .item-button {
            display: none !important;
        }

        .cid-rSEWeFgynK .mbr-shop .range-slider h4 {
            margin-bottom: 1.8rem;
        }

        .cid-rSEWeFgynK .mbr-shop .mbr-gallery-filter ul {
            padding-left: 0px;
            display: inline-block;
            list-style: none;
            margin-bottom: 0px;
        }

        .cid-rSEWeFgynK .mbr-shop .categories:after {
            content: "";
            display: table;
            clear: both;
        }

@media (min-width: 767px) and (max-width: 1100px) {
    .cid-rSEWeFgynK .mbr-shop .col-md-9 {
        width: 100%;
    }

    .cid-rSEWeFgynK .mbr-shop .col-md-3 {
        width: 100%;
    }

    .cid-rSEWeFgynK .mbr-shop .sidebar-background:after {
        top: 0;
    }

    .cid-rSEWeFgynK .mbr-shop .bestseller-block {
        width: 100%;
        margin: 0;
        display: inline-block;
        float: left;
        padding-top: 15px;
    }

    .cid-rSEWeFgynK .mbr-shop .range-slider {
        width: 49%;
        margin: 0;
        display: inline-block;
        float: right;
        padding-top: 15px;
    }

    .cid-rSEWeFgynK .mbr-shop .bestsellers {
        width: 100%;
    }

        .cid-rSEWeFgynK .mbr-shop .bestsellers .mbr-gallery-item {
            width: 49%;
            display: inline-block;
        }

    .cid-rSEWeFgynK .mbr-shop .sidebar-categories {
        width: 49%;
        margin: 0;
        display: inline-block;
        padding-top: 15px;
    }

    .cid-rSEWeFgynK .mbr-shop .price-range {
        max-width: 250px;
        text-align: center;
    }

    .cid-rSEWeFgynK .clearfix:after {
        content: "";
        display: table;
        clear: both;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .cid-rSEWeFgynK .mbr-shop .mbr-gallery-item {
        width: 33%;
    }
}

@media (max-width: 500px) {
    .cid-rSEWeFgynK .mbr-shop .shopItemsModal {
        padding: 50px 10px 10px 10px;
    }

    .cid-rSEWeFgynK .mbr-shop .shop-title {
        max-width: 100%;
    }

    .cid-rSEWeFgynK .mbr-shop .mbr-gallery-item {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .cid-rSEWeFgynK .mbr-shop .sort-buttons {
        text-align: center;
        margin-right: 0 !important;
    }
}

@media (max-width: 767px) {
    .cid-rSEWeFgynK .mbr-shop .image-modal {
        text-align: center;
    }

        .cid-rSEWeFgynK .mbr-shop .image-modal img {
            max-height: 50vh;
            width: auto;
            max-width: 100%;
        }

    .cid-rSEWeFgynK .mbr-shop .shopItemsModal {
        top: 15%;
        bottom: 70px;
        left: 10%;
        width: 80%;
    }

        .cid-rSEWeFgynK .mbr-shop .shopItemsModal .image-modal {
            padding-right: 0;
        }

    .cid-rSEWeFgynK .mbr-shop .sidebar-background:after {
        top: -1%;
    }
}

@media (max-width: 1100px) {
    .cid-rSEWeFgynK .mbr-shop .shopItemsModal {
        max-height: 85vh;
        width: 90%;
        left: 5%;
        margin-left: 0;
    }

    .cid-rSEWeFgynK .mbr-shop .sort-buttons {
        margin-right: 21px;
    }

    .cid-rSEWeFgynK .mbr-shop .sidebar-background:after {
        right: 0;
        width: 100%;
    }

    .cid-rSEWeFgynK .mbr-shop .text-modal .card-description {
        width: 100%;
    }

    .cid-rSEWeFgynK .mbr-shop .text-modal .price-block {
        width: 100%;
    }

    .cid-rSEWeFgynK .mbr-shop .text-modal h4 {
        padding-top: 30px;
    }
}

.cid-rSEWeFgynK .shopItemsModal_wraper .mbr-section-btn {
    display: block !important;
}

.cid-rSEWeFgynK .range-slider .mbr-section-btn {
    margin: 0;
}

.cid-rSEWeFgynK .oldprice {
    color: #767676;
    padding-left: .8rem !important;
    text-decoration: line-through;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .cid-rSEWeFgynK .shopItemsModal.row {
        position: absolute !important;
        top: calc(50% - 300px) !important;
        left: calc(50% - 500px) !important;
    }
}

.cid-rSEWeFgynK .range-controls {
    display: block !important;
}

.cid-rSEWeFgynK .sort-buttons {
    display: block !important;
}

.cid-rSEWeFgynK .mbr-gallery-item .sidebar_wraper {
    background-color: rgb(0, 91, 89);
    padding-left: 15px;
    padding-right: 15px;
}

.cid-rSEWeFgynK .sidebar .sidebar_wraper {
    background-color: #c1c1c1;
}

.cid-rSEWeFgynK .mbr-gallery-item .price-block {
    text-align: left;
}

.cid-rSEWeFgynK .big-container {
    max-width: 1326px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.cid-rSEWeFgynK .mbr-shop .mbr-gallery-filter ul li {
    padding: 7px 16px 5px;
    margin: 4px 8px 4px 0;
    border: 1px solid;
    border-radius: 100px;
}

    .cid-rSEWeFgynK .mbr-shop .mbr-gallery-filter ul li .btn {
        border: none;
        margin: 0 !important;
        padding: 0;
        background-color: transparent !important;
        color: inherit !important;
        font-weight: 400;
    }

    .cid-rSEWeFgynK .mbr-shop .mbr-gallery-filter ul li li.active .btn {
        font-weight: bold;
    }

.cid-rSEWeFgynK .mbr-gallery-item .sidebar_wraper .item-title {
    text-align: left;
    font-weight: 700;
}

.cid-rSEWeFgynK .sidebar {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.cid-rSEWeFgynK .range-slider {
    -webkit-order: 1;
    order: 1;
}

.cid-rSEWeFgynK .sidebar-categories {
    -webkit-order: 2;
    order: 2;
}

.cid-rSEWeFgynK .bestseller-block {
    -webkit-order: 3;
    order: 3;
}

.cid-rSEWeFgynK .categories {
    padding: 0;
}

.cid-rSEWeFgynK .sidebar-title {
    font-weight: bold;
}

.cid-rSEWeFgynK LI {
    color: #149dcc;
}

.cid-rSEVCYZDVl {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #333333;
}

    .cid-rSEVCYZDVl .mbr-overlay {
        background-color: #ffffff;
        opacity: 0.4;
    }

    .cid-rSEVCYZDVl input,
    .cid-rSEVCYZDVl textarea {
        border-left: none;
        border-top: none;
        border-right: none;
        border-radius: 0;
        min-height: 3rem;
        padding: 0rem !important;
        font-size: 1rem;
    }

        .cid-rSEVCYZDVl input:focus,
        .cid-rSEVCYZDVl textarea:focus {
            border-left: none;
            border-top: none;
            border-right: none;
        }

    .cid-rSEVCYZDVl .form-control,
    .cid-rSEVCYZDVl .field-input {
        padding: 0.5rem;
        background-color: #333333;
        border-color: #cccccc;
        color: #000000;
        transition: 0.4s;
        box-shadow: none;
        outline: none;
    }

        .cid-rSEVCYZDVl .form-control:hover,
        .cid-rSEVCYZDVl .field-input:hover,
        .cid-rSEVCYZDVl .form-control:focus,
        .cid-rSEVCYZDVl .field-input:focus {
            background-color: #333333;
            border-color: #cccccc;
            color: #ffffff;
            box-shadow: none;
            outline: none;
        }

    .cid-rSEVCYZDVl input::-webkit-input-placeholder,
    .cid-rSEVCYZDVl textarea::-webkit-input-placeholder {
        color: #cccccc;
    }

    .cid-rSEVCYZDVl input:-moz-placeholder,
    .cid-rSEVCYZDVl textarea:-moz-placeholder {
        color: #cccccc;
    }

    .cid-rSEVCYZDVl .jq-selectbox li,
    .cid-rSEVCYZDVl .jq-selectbox li {
        background-color: #333333;
        color: #ffffff;
    }

        .cid-rSEVCYZDVl .jq-selectbox li:hover,
        .cid-rSEVCYZDVl .jq-selectbox li.selected {
            background-color: #333333;
            color: #ffffff;
        }

    .cid-rSEVCYZDVl .jq-selectbox:hover .jq-selectbox__trigger-arrow {
        border-top-color: #333333;
    }

    .cid-rSEVCYZDVl .jq-selectbox .jq-selectbox__trigger-arrow {
        border-top-color: #333333;
    }

    .cid-rSEVCYZDVl img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .cid-rSEVCYZDVl .mbr-form {
        max-width: 450px;
    }

    .cid-rSEVCYZDVl textarea {
        min-height: 150px;
    }

    .cid-rSEVCYZDVl .mbr-text {
        color: #cccccc;
    }

    .cid-rSEVCYZDVl .mbr-form .btn {
        width: 100%;
    }

        .cid-rSEVCYZDVl .mbr-form .btn .mbr-iconfont {
            font-size: 1.5rem;
        }

.cid-rSEW8dOEyK {
    padding-top: 30px;
    padding-bottom: 30px;
    background: linear-gradient(0deg, #efefef, #efefef);
}

    .cid-rSEW8dOEyK a {
        text-align: center;
    }

    .cid-rSEW8dOEyK p {
        color: #0a0a0a;
        text-align: center;
    }

    .cid-rSEW8dOEyK span {
        font-size: 2rem;
    }

    .cid-rSEW8dOEyK .mbr-iconfont-social {
        font-size: 20px;
        width: 44px;
        padding-top: 6px;
        display: inline-block;
        line-height: 38px;
        border-radius: 50%;
    }

    .cid-rSEW8dOEyK .socicon-twitter {
        color: #4da7de;
    }

    .cid-rSEW8dOEyK .socicon-facebook {
        color: #3e5b98;
    }

    .cid-rSEW8dOEyK .socicon-googleplus {
        color: #dd4b39;
    }

    .cid-rSEW8dOEyK .socicon-instagram {
        color: #3f729b;
    }

    .cid-rSEW8dOEyK .social-list a:focus {
        text-decoration: none;
    }

    .cid-rSEW8dOEyK .text-copyright {
        width: 100%;
    }

    .cid-rSEW8dOEyK .img-logo-footer {
        margin-right: 1rem;
        max-width: 5rem;
    }

    .cid-rSEW8dOEyK .text-logo-footer {
        display: inline-block;
        vertical-align: middle;
    }

    .cid-rSEW8dOEyK .logo-footer {
        line-height: normal;
    }

    .cid-rSEW8dOEyK .copyright {
        display: flex;
        -webkit-align-items: center;
        align-items: center;
    }

    .cid-rSEW8dOEyK .social-btns {
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .cid-rSEW8dOEyK .media-container-row {
        -webkit-align-items: center;
        align-items: center;
    }

        .cid-rSEW8dOEyK .media-container-row a {
            margin: 0 1rem;
        }

.cid-rSEW4RlRDL {
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #36404c;
}

    .cid-rSEW4RlRDL section {
        position: relative;
    }

    .cid-rSEW4RlRDL h4 {
        margin: 0;
    }

    .cid-rSEW4RlRDL img {
        height: 100px;
        padding-rigth: 8px;
    }

    .cid-rSEW4RlRDL a {
        font-weight: 300;
    }

    .cid-rSEW4RlRDL .img1 {
        color: #00bea3;
    }

    .cid-rSEW4RlRDL .img2 {
        color: #f1894c;
    }

    .cid-rSEW4RlRDL .line {
        width: 35px;
        height: 3px;
        display: inline-block;
        background: #f1894c;
        transition: background 0.3s;
        margin-bottom: 2rem;
    }

    .cid-rSEW4RlRDL .media-wrap {
        display: flex;
        margin-bottom: 1rem;
        align-items: center;
    }

@media (max-width: 992px) {
    .cid-rSEW4RlRDL .content > div:not(:last-child) {
        margin-bottom: 2rem;
    }
}

.cid-rSEW4RlRDL .item,
.cid-rSEW4RlRDL .link {
    display: flex;
    align-items: center;
    padding-bottom: 0.5rem;
    margin-bottom: 0.6rem;
}

    .cid-rSEW4RlRDL .item h4,
    .cid-rSEW4RlRDL .link h4 {
        padding-left: 10px;
        margin: 0;
    }

.cid-rSEW4RlRDL .card-img {
    width: auto;
}

.cid-rSEW4RlRDL .link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 767px) {
    .cid-rSEW4RlRDL .item {
        justify-content: center;
    }
}

.cid-rSEW4RlRDL .item-title {
    color: #c1c1c1;
}

.drm-footer {
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #36404c;
}

    .drm-footer section {
        position: relative;
    }

    .drm-footer h4 {
        margin: 0;
    }

    .drm-footer img {
        height: 100px;
        padding-rigth: 8px;
    }

    .drm-footer a {
        font-weight: 300;
    }

    .drm-footer .img1 {
        color: #FF0000;
    }

    .drm-footer .img2 {
        color: #3055BF;
    }

    .drm-footer .line {
        width: 35px;
        height: 3px;
        display: inline-block;
        background: #3055BF;
        transition: background 0.3s;
        margin-bottom: 2rem;
    }

    .drm-footer .media-wrap {
        display: flex;
        margin-bottom: 1rem;
        align-items: center;
    }

@media (max-width: 992px) {
    .drm-footer .content > div:not(:last-child) {
        margin-bottom: 2rem;
    }
}

.drm-footer .item,
.drm-footer .link {
    display: flex;
    align-items: center;
    padding-bottom: 0.5rem;
    margin-bottom: 0.6rem;
}

    .drm-footer .item h4,
    .drm-footer .link h4 {
        padding-left: 10px;
        margin: 0;
    }

.drm-footer .card-img {
    width: auto;
}

.drm-footer .link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 767px) {
    .drm-footer .item {
        justify-content: center;
    }
}

.drm-footer .item-title {
    color: #c1c1c1;
}

/*carusel*/
.drm_carusel {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #ffffff;
}


    .drm_carusel .container {
        padding-left: 0;
        padding-right: 0;
    }


    .drm_carusel .carousel-inner {
        padding-left: 17px;
        padding-right: 17px;
    }

    .drm_carusel .mbr-section-title {
        letter-spacing: 0.1em;
        color: #232323;
        margin-bottom: 2rem;
    }

    .drm_carusel .mbr-section-subtitle {
        color: #232323;
        margin-bottom: 2rem;
        letter-spacing: 0.03em;
    }

    .drm_carusel .list-img {
        width: 100px;
    }

    .drm_carusel .ico2 {
        color: #767676;
        font-size: 1.2rem;
    }

    .drm_carusel .btn {
        margin: 0px !important;
    }

    .drm_carusel .text-box {
        padding: 1rem;
    }

        .drm_carusel .text-box p {
            margin: 0;
        }

    .drm_carusel .ico-box {
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        padding: 0px;
    }

        .drm_carusel .ico-box p {
            margin: 0;
        }

    .drm_carusel .second-col {
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .drm_carusel .carousel-item {
        -webkit-justify-content: center;
        justify-content: center;
    }

        .drm_carusel .carousel-item .media-container-row {
            -webkit-flex-grow: 1;
            flex-grow: 1;
        }

        .drm_carusel .carousel-item .wrap-img {
            text-align: center;
            background-position: 50% 50%;
            background-repeat: no-repeat;
            background-size: cover;
            max-width: 100%;
            width: auto;
            height: 400px;
        }

    .drm_carusel .carousel {
        display: flex;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
        width: 100%;
    }

    .drm_carusel .carousel-indicators {
        display: block;
        position: relative;
        margin-top: 1rem;
        margin-right: 0px;
        margin-left: 0px;
        text-align: center;
        margin-block-start: 0;
        margin-block-end: 0;
    }

        .drm_carusel .carousel-indicators li {
            display: inline-block;
        }

        .drm_carusel .carousel-indicators li {
            max-width: 15%;
            max-height: 120px;
            width: 15%;
            height: 50px;
            border-radius: 0;
            opacity: 1;
            background-size: cover;
            border: none;
            margin-right: 0px;
            margin-left: 0px;
        }

            .drm_carusel .carousel-indicators li.active {
                border: 0px;
            }


@media (max-width: 992px) {


    .drm_carusel .carousel-item .wrap-img {
        text-align: center;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;
        max-width: 100%;
        width: auto;
        height: 400px;
    }

    .drm_carusel .carousel-indicators li {
        max-width: 30%;
        max-height: 120px;
        width: 30%;
        height: 120px;
    }

    .filters-wrapper {
        display: none;
    }
}

@media (max-width: 576px) {


    .drm_carusel .carousel-item .wrap-img {
        text-align: center;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;
        max-width: 100%;
        width: auto;
        height: 500px;
    }

    .drm_carusel .carousel-indicators li {
        max-width: 30%;
        max-height: 80px;
        width: 30%;
        height: 80px;
    }

    .filters-wrapper {
        display: none;
    }
}

.drm_carusel .card-title2 {
    color: #149dcc;
}

.drm_carusel .sq {
    color: #767676;
}

.drm_carusel .item {
    color: #767676;
}

.carusel-main {
    padding-left: 0;
    padding-right: 0;
}






/*
    .cid-rSEPeyyPKy .li1,
    .cid-rSEPeyyPKy .carousel-item:nth-child(1) .wrap-img {
        background-image: url("../../../img/02.jpg");
    }

    .cid-rSEPeyyPKy .li2,
    .cid-rSEPeyyPKy .carousel-item:nth-child(2) .wrap-img {
        background-image: url("../../../img/036.jpg");
    }

    .cid-rSEPeyyPKy .li3,
    .cid-rSEPeyyPKy .carousel-item:nth-child(3) .wrap-img {
        background-image: url("../../../img/04.jpg");
    }

    .cid-rSEPeyyPKy .li4,
    .cid-rSEPeyyPKy .carousel-item:nth-child(4) .wrap-img {
        background-image: url("../../../img/058.jpg");
    }

    .cid-rSEPeyyPKy .li5,
    .cid-rSEPeyyPKy .carousel-item:nth-child(5) .wrap-img {
        background-image: url("../../../img/069.jpg");
    }

    .cid-rSEPeyyPKy .li6,
    .cid-rSEPeyyPKy .carousel-item:nth-child(6) .wrap-img {
        background-image: url("../../../img/08.jpg");
    }

*/
/*end carusel*/


/*custom*/

