.btn {
    border-width: 2px;
}

body {
    font-family: "Poppins", sans-serif;
}

.display-1 {
    font-family: "Poppins", sans-serif;
    font-size: 4rem;
    line-height: 1.1;
    color: #3b2414;
}

.display-1 > .mbr-iconfont {
    font-size: 5rem;
}

.display-2 {
    font-family: "Poppins", sans-serif;
    font-size: 3rem;
    line-height: 1.1;
    color: #3b2414;
}

.display-2 > .mbr-iconfont {
    font-size: 3.75rem;
}

.display-4 {
    font-family: "Poppins", sans-serif;
    font-size: 1.1rem;
    line-height: 1.5;
    color: #3b2414;
}

.display-4 > .mbr-iconfont {
    font-size: 1.375rem;
}

.display-5 {
    font-family: "Poppins", sans-serif;
    font-size: 2rem;
    line-height: 1.5;
    color: #3b2414;
}

.display-6 {
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #3b2414;
}

.display-5 > .mbr-iconfont {
    font-size: 2.5rem;
}

.display-7 {
    font-family: "Poppins", sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #3b2414;
}

.display-7 > .mbr-iconfont {
    font-size: 1.5rem;
}

/* ---- 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: 992px) {
    .display-1 {
        font-size: 3.2rem;
    }
}

@media (max-width: 768px) {
    .display-1 {
        font-size: 2.8rem;
        font-size: calc(2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(
            1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)))
        );
    }

    .display-2 {
        font-size: 2.4rem;
        font-size: calc(1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(
            1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)))
        );
    }

    .display-4 {
        font-size: 0.88rem;
        font-size: calc(
            1.0350000000000001rem + (1.1 - 1.0350000000000001) *
                ((100vw - 20rem) / (48 - 20))
        );
        line-height: calc(
            1.4 *
                (
                    1.0350000000000001rem + (1.1 - 1.0350000000000001) *
                        ((100vw - 20rem) / (48 - 20))
                )
        );
    }

    .display-5 {
        font-size: 1.6rem;
        font-size: calc(1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(
            1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)))
        );
    }

    .display-7 {
        font-size: 0.96rem;
        font-size: calc(1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(
            1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)))
        );
    }
}

/* Buttons */
.btn {
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
}

.btn-sm {
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
}

.btn-md {
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
}

.btn-lg {
    padding: 1rem 2.6rem;
    border-radius: 4px;
}

.bg-primary {
    background-color: #ffc200 !important;
}

.bg-success {
    background-color: #1abc9c !important;
}

.bg-info {
    background-color: #65c6d4 !important;
}

.bg-warning {
    background-color: #ffc200 !important;
}

.bg-danger {
    background-color: #ff9966 !important;
}

.btn-primary,
.btn-primary:active {
    background-color: #3b2414 !important;
    border-color: #3b2414 !important;
    color: #fffce4 !important;
    border-radius: 100px !important;
    box-shadow: none !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
    color: #fffce4 !important;
    background-color: #5b3a22 !important;
    border-color: #5b3a22 !important;
    box-shadow: none !important;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fffce4 !important;
    background-color: #5b3a22 !important;
    border-color: #5b3a22 !important;
}

.btn-secondary {
    background-color: #3b2414 !important;
    border-color: #3b2414 !important;
    color: #fffce4 !important;
    border-radius: 100px !important;
    box-shadow: none !important;
    transition: none !important;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
    color: #fffce4 !important;
    background-color: #5b3a22 !important;
    border-color: #5b3a22 !important;
    box-shadow: none;
}

.btn-secondary:active,
.btn-secondary.active {
    background-color: #3b241433 !important;
    border-color: #3b2414 !important;
    color: #3b2414 !important;
    box-shadow: none !important;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fffce4 !important;
    background-color: #5b3a22 !important;
    border-color: #5b3a22 !important;
}

.btn-info,
.btn-info:active {
    background-color: #65c6d4 !important;
    border-color: #65c6d4 !important;
    color: #ffffff !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
    color: #ffffff !important;
    background-color: #31a1b1 !important;
    border-color: #31a1b1 !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-info.disabled,
.btn-info:disabled {
    color: #ffffff !important;
    background-color: #31a1b1 !important;
    border-color: #31a1b1 !important;
}

.btn-success {
    background-color: transparent !important;
    border-color: #3b2414 !important;
    color: #3b2414 !important;
    border-radius: 100px !important;
    box-shadow: none !important;
    transition: none !important;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
    background-color: #3b241433 !important;
    border-color: #3b2414 !important;
    color: #3b2414 !important;
    box-shadow: none !important;
}

.btn-success:active,
.btn-success.active {
    background-color: #3b2414 !important;
    border-color: #3b2414 !important;
    color: #fffce4 !important;
    box-shadow: none !important;
}

.btn-success.disabled,
.btn-success:disabled {
    color: #3b2414 !important;
    background-color: transparent !important;
    border-color: #3b2414 !important;
}

.btn-warning,
.btn-warning:active {
    background-color: #ffc200 !important;
    border-color: #ffc200 !important;
    color: #614f00 !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
    color: #0a0800 !important;
    background-color: #ffd10a !important;
    border-color: #ffd10a !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #614f00 !important;
    background-color: #ffd10a !important;
    border-color: #ffd10a !important;
}

.btn-danger,
.btn-danger:active {
    background-color: #ff9966 !important;
    border-color: #ff9966 !important;
    color: #ffffff !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
    color: #ffffff !important;
    background-color: #ff5f0f !important;
    border-color: #ff5f0f !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #ffffff !important;
    background-color: #ff5f0f !important;
    border-color: #ff5f0f !important;
}

.btn-white,
.btn-white:active {
    background-color: transparent !important;
    border-color: #3b2414 !important;
    color: #3b2414 !important;
    border-radius: 100px !important;
    box-shadow: none !important;
}

.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
    color: #3b2414 !important;
    background-color: #3b241433 !important;
    border-color: #3b2414 !important;
    box-shadow: none !important;
}

.btn-white.disabled,
.btn-white:disabled {
    color: #3b2414 !important;
    background-color: #3b241433 !important;
    border-color: #3b241433 !important;
}

.btn-black,
.btn-black:active {
    background-color: #232323 !important;
    border-color: #232323 !important;
    color: #ffffff !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
    color: #ffffff !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-black.disabled,
.btn-black:disabled {
    color: #ffffff !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
}

.btn-primary-outline,
.btn-primary-outline:active {
    background-color: transparent !important;
    border-color: #3b2414 !important;
    border-radius: 100px !important;
    color: #3b2414 !important;
}

.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
    color: #3b2414 !important;
    background-color: #3b241433 !important;
    border-color: #3b2414 !important;
    box-shadow: none !important;
}

.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
    color: #3b2414 !important;
    background-color: transparent !important;
    border-color: #3b2414 !important;
}

.btn-secondary-outline,
.btn-secondary-outline:active {
    background-color: transparent !important;
    border-color: #d944d4;
    color: #d944d4;
}

.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
    color: #a521a0 !important;
    background-color: transparent !important;
    border-color: #a521a0 !important;
    box-shadow: none !important;
}

.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
    color: #ffffff !important;
    background-color: #d944d4 !important;
    border-color: #d944d4 !important;
}

.btn-info-outline,
.btn-info-outline:active {
    background-color: transparent !important;
    border-color: #65c6d4;
    color: #65c6d4;
}

.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
    color: #31a1b1 !important;
    background-color: transparent !important;
    border-color: #31a1b1 !important;
    box-shadow: none !important;
}

.btn-info-outline.disabled,
.btn-info-outline:disabled {
    color: #ffffff !important;
    background-color: #65c6d4 !important;
    border-color: #65c6d4 !important;
}

.btn-success-outline,
.btn-success-outline:active {
    background-color: transparent !important;
    border-color: #1abc9c;
    color: #1abc9c;
}

.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
    color: #0f705d !important;
    background-color: transparent !important;
    border-color: #0f705d !important;
    box-shadow: none !important;
}

.btn-success-outline.disabled,
.btn-success-outline:disabled {
    color: #ffffff !important;
    background-color: #1abc9c !important;
    border-color: #1abc9c !important;
}

.btn-warning-outline,
.btn-warning-outline:active {
    background-color: transparent !important;
    border-color: #ffc200;
    color: #ffc200;
}

.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
    color: #ffd10a !important;
    background-color: transparent !important;
    border-color: #ffd10a !important;
    box-shadow: none !important;
}

.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
    color: #614f00 !important;
    background-color: #ffc200 !important;
    border-color: #ffc200 !important;
}

.btn-danger-outline,
.btn-danger-outline:active {
    background-color: transparent !important;
    border-color: #ff9966;
    color: #ff9966;
}

.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
    color: #ff5f0f !important;
    background-color: transparent !important;
    border-color: #ff5f0f !important;
    box-shadow: none !important;
}

.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
    color: #ffffff !important;
    background-color: #ff9966 !important;
    border-color: #ff9966 !important;
}

.btn-black-outline,
.btn-black-outline:active {
    background-color: transparent !important;
    border-color: #3b2414;
    color: #3b2414;
}

.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
    color: #000000 !important;
    background-color: transparent !important;
    border-color: #000000 !important;
    box-shadow: none !important;
}

.btn-black-outline.disabled,
.btn-black-outline:disabled {
    color: #ffffff !important;
    background-color: #232323 !important;
    border-color: #232323 !important;
}

.btn-white-outline,
.btn-white-outline:active {
    background-color: transparent !important;
    border-color: #fafafa;
    color: #fafafa;
}

.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
    color: #cfcfcf !important;
    background-color: transparent !important;
    border-color: #cfcfcf !important;
    box-shadow: none !important;
}

.btn-white-outline.disabled,
.btn-white-outline:disabled {
    color: #7a7a7a !important;
    background-color: #fafafa !important;
    border-color: #fafafa !important;
}

.text-primary {
    color: #5b3a22 !important;
}

.text-secondary {
    color: #fffce4 !important;
}

.text-success {
    color: #ffc200 !important;
}

.text-info {
    color: #65c6d4 !important;
}

.text-warning {
    color: #ffc200 !important;
}

.text-danger {
    color: #ff9966 !important;
}

.text-white {
    color: #fffce4 !important;
}

.text-black {
    color: #232323 !important;
}

a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
    color: #5b3a22 !important;
}

a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
    color: #fffce4 !important;
}

a.text-success:hover,
a.text-success:focus,
a.text-success.active {
    color: #ffc200 !important;
}

a.text-info:hover,
a.text-info:focus,
a.text-info.active {
    color: #2e96a5 !important;
}

a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
    color: #facb00 !important;
}

a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
    color: #ff5500 !important;
}

a.text-white:hover,
a.text-white:focus,
a.text-white.active {
    color: #c7c7c7 !important;
}

a.text-black:hover,
a.text-black:focus,
a.text-black.active {
    color: #000000 !important;
}

a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(
        .navbar-caption
    ) {
    position: relative;
    background-image: transparent;
    background-size: 10000px 2px;
    background-repeat: no-repeat;
    background-position: 0px 1.2em;
    background-position: -10000px 1.2em;
}

a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(
        .navbar-caption
    ):hover {
    transition: background-position 2s ease-in-out;
    background-image: linear-gradient(currentColor 50%, currentColor 50%);
    background-position: 0px 1.2em;
}

.nav-tabs .nav-link.active {
    color: #d944d4;
}

.nav-tabs .nav-link:not(.active) {
    color: #3b2414;
}

.alert-success {
    background-color: #70c770;
}

.alert-info {
    background-color: #65c6d4;
}

.alert-warning {
    background-color: #ffc200;
}

.alert-danger {
    background-color: #ff9966;
}

.mbr-gallery-filter li.active .btn {
    background-color: #d944d4;
    border-color: #d944d4;
    color: #ffffff;
}

.mbr-gallery-filter li.active .btn:focus {
    box-shadow: none;
}

a,
a:hover {
    color: #d944d4;
}

.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
    color: #fbeefb;
}

.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
    color: #6bebd1;
}

.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
    color: #ffffff;
}

.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
    color: #ffffff;
}

.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
    color: #ffffff;
}

/* Scroll to top button*/
.scrollToTop_wraper {
    display: none;
}

.form-control {
    font-family: "Poppins", sans-serif;
    font-size: 1.1rem;
    line-height: 1.5;
    font-weight: 400;
}

.form-control > .mbr-iconfont {
    font-size: 1.375rem;
}

.form-control:hover,
.form-control:focus {
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px,
        rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
    border-color: #d944d4 !important;
}

.form-control:-webkit-input-placeholder {
    font-family: "Poppins", sans-serif;
    font-size: 1.1rem;
    line-height: 1.5;
    font-weight: 400;
}

.form-control:-webkit-input-placeholder > .mbr-iconfont {
    font-size: 1.375rem;
}

blockquote {
    border-color: #d944d4;
}

/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
    background-color: #d944d4;
    color: #ffffff;
}

.jq-number__spin {
    transition: 0.25s ease;
}

.jq-number__spin:hover {
    border-color: #d944d4;
}

.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
    transition: 0.4s;
    border-top-color: #353535;
    border-bottom-color: #353535;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
    border-top-color: #d944d4;
    border-bottom-color: #d944d4;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker
    .xdsoft_timepicker
    .xdsoft_time_box
    > div
    > div.xdsoft_current {
    color: #ffffff !important;
    background-color: #d944d4 !important;
    box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
    color: #ffffff !important;
    background: #d944d4 !important;
    box-shadow: none !important;
}

.lazy-bg {
    background-image: none !important;
}

.lazy-placeholder:not(section),
.lazy-none {
    display: block;
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
    height: auto;
}

iframe.lazy-placeholder,
.lazy-placeholder:after {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background: transparent no-repeat center;
    background-size: contain;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23d944d4' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

section.lazy-placeholder:after {
    opacity: 0.5;
}

body {
    overflow-x: hidden;
}

a {
    transition: color 0.6s;
}

.cid-sFCw1qGFAI {
    z-index: 1000;
    width: 100%;
}

.cid-sFCw1qGFAI nav.navbar {
    position: fixed;
}

.cid-sFCw1qGFAI .dropdown-item:before {
    font-family: Moririse2 !important;
    content: "\e966";
    display: inline-block;
    width: 0;
    position: absolute;
    left: 1rem;
    top: 0.5rem;
    margin-right: 0.5rem;
    line-height: 1;
    font-size: inherit;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    transform: scale(0, 1);
    transition: all 0.25s ease-in-out;
}

.cid-sFCw1qGFAI .dropdown-menu {
    padding: 0;
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.cid-sFCw1qGFAI .dropdown-item {
    border-bottom: 1px solid #e6e6e6;
}

.cid-sFCw1qGFAI .dropdown-item:hover,
.cid-sFCw1qGFAI .dropdown-item:focus {
    background: #d944d4 !important;
    color: white !important;
}

.cid-sFCw1qGFAI .dropdown-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.cid-sFCw1qGFAI .dropdown-item:last-child {
    border-bottom: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.cid-sFCw1qGFAI .nav-dropdown .link {
    padding: 0 0.3em !important;
    margin: 0.667em 1em !important;
}

.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
}

.cid-sFCw1qGFAI .nav-link {
    position: relative;
}

.cid-sFCw1qGFAI .container {
    display: flex;
    margin: auto;
}

.cid-sFCw1qGFAI .iconfont-wrapper {
    color: #000000 !important;
    font-size: 1.5rem;
    padding-right: 0.5rem;
}

.cid-sFCw1qGFAI .dropdown-menu,
.cid-sFCw1qGFAI .navbar.opened {
    background: #fffce4 !important;
}

.cid-sFCw1qGFAI .nav-item:focus,
.cid-sFCw1qGFAI .nav-link:focus {
    outline: none;
}

.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item {
    width: auto;
    transition: all 0.25s ease-in-out;
}

.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
}

.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
    margin-right: 0.5rem;
    vertical-align: sub;
}

.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
    display: inline-block;
    transform: scale(1, 1);
    transition: all 0.25s ease-in-out;
}

.cid-sFCw1qGFAI .collapsed .dropdown-menu .dropdown-item:before {
    display: none;
}

.cid-sFCw1qGFAI .collapsed .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
}

.cid-sFCw1qGFAI .navbar {
    min-height: 70px;
    transition: all 0.3s;
    border-bottom: 1px solid transparent;
    position: absolute;
    background: #fffce4;
}

.cid-sFCw1qGFAI .navbar.opened {
    transition: all 0.3s;
}

.cid-sFCw1qGFAI .navbar .dropdown-item {
    padding: 0.5rem 1.8rem;
}

.cid-sFCw1qGFAI .navbar .navbar-logo img {
    width: auto;
}

.cid-sFCw1qGFAI .navbar .navbar-collapse {
    justify-content: flex-end;
    z-index: 1;
}

.cid-sFCw1qGFAI .navbar.collapsed {
    justify-content: center;
}

.cid-sFCw1qGFAI .navbar.collapsed .nav-item .nav-link::before {
    display: none;
}

.cid-sFCw1qGFAI .navbar.collapsed.opened .dropdown-menu {
    top: 0;
}

@media (min-width: 992px) {
    .cid-sFCw1qGFAI
        .navbar.collapsed.opened:not(.navbar-short)
        .navbar-collapse {
        max-height: calc(98.5vh - 3rem);
    }
}

.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
}

.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
}

.cid-sFCw1qGFAI
    .navbar.collapsed
    .dropdown-menu
    .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 41%;
}

.cid-sFCw1qGFAI .navbar.collapsed ul.navbar-nav li {
    margin: auto;
}

.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
}

.cid-sFCw1qGFAI .navbar.collapsed .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

@media (max-width: 991px) {
    .cid-sFCw1qGFAI .navbar .nav-item .nav-link::before {
        display: none;
    }

    .cid-sFCw1qGFAI .navbar.opened .dropdown-menu {
        top: 0;
    }

    .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-submenu {
        left: 0 !important;
    }

    .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item:after {
        right: auto;
    }

    .cid-sFCw1qGFAI
        .navbar
        .dropdown-menu
        .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
        margin-left: 0.5rem;
        margin-top: 0.2rem;
        border-top: 0.35em solid;
        border-right: 0.35em solid transparent;
        border-left: 0.35em solid transparent;
        border-bottom: 0;
        top: 40%;
    }

    .cid-sFCw1qGFAI .navbar .navbar-logo img {
        height: 3rem !important;
    }

    .cid-sFCw1qGFAI .navbar ul.navbar-nav li {
        margin: auto;
    }

    .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item {
        padding: 0.25rem 1.5rem !important;
        text-align: center;
    }

    .cid-sFCw1qGFAI .navbar .navbar-brand {
        flex-shrink: initial;
        flex-basis: auto;
        word-break: break-word;
        padding-right: 2rem;
    }

    .cid-sFCw1qGFAI .navbar .navbar-toggler {
        flex-basis: auto;
    }

    .cid-sFCw1qGFAI .navbar .icons-menu {
        padding-left: 0;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}

.cid-sFCw1qGFAI .navbar.navbar-short {
    min-height: 60px;
}

.cid-sFCw1qGFAI .navbar.navbar-short .navbar-logo img {
    height: 2.5rem !important;
}

.cid-sFCw1qGFAI .navbar.navbar-short .navbar-brand {
    min-height: 60px;
    padding: 0;
}

.cid-sFCw1qGFAI .navbar-brand {
    min-height: 70px;
    flex-shrink: 0;
    align-items: center;
    margin-right: 0;
    padding: 10px 0;
    transition: all 0.3s;
    word-break: break-word;
    z-index: 1;
}

.cid-sFCw1qGFAI .navbar-brand .navbar-caption {
    line-height: inherit !important;
}

.cid-sFCw1qGFAI .navbar-brand .navbar-logo a {
    outline: none;
}

.cid-sFCw1qGFAI .dropdown-item.active,
.cid-sFCw1qGFAI .dropdown-item:active {
    background-color: transparent;
}

.cid-sFCw1qGFAI .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
}

.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle {
    margin-right: 1.667em;
}

.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.667em;
}

.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #fafafa;
}

.cid-sFCw1qGFAI
    .navbar.navbar-expand-lg
    .dropdown
    .dropdown-menu
    .dropdown-submenu {
    margin: 0;
    left: 100%;
}

.cid-sFCw1qGFAI .navbar .dropdown.open > .dropdown-menu {
    display: block;
}

.cid-sFCw1qGFAI ul.navbar-nav {
    flex-wrap: wrap;
}

.cid-sFCw1qGFAI .navbar-buttons {
    text-align: center;
    min-width: 170px;
}

.cid-sFCw1qGFAI button.navbar-toggler {
    outline: none;
    width: 23px;
    height: 16px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
}

.cid-sFCw1qGFAI button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 22px;
    height: 2px;
    border-right: 5px;
    background-color: #3b2414;
}

.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(1) {
    top: 0;
    transition: all 0.2s;
}

.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(2) {
    top: 7px;
    transition: all 0.15s;
}

.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(3) {
    top: 7px;
    transition: all 0.15s;
}

.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(4) {
    top: 14px;
    transition: all 0.2s;
}

.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(1) {
    top: 7px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
}

.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(2) {
    transform: rotate(45deg);
    transition: all 0.25s;
}

.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(3) {
    transform: rotate(-45deg);
    transition: all 0.25s;
}

.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(4) {
    top: 7px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
}

.cid-sFCw1qGFAI .navbar-dropdown {
    padding: 0 1rem;
    position: fixed;
}

.cid-sFCw1qGFAI a.nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cid-sFCw1qGFAI .icons-menu {
    flex-wrap: nowrap;
    display: flex;
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.3rem;
    text-align: center;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .cid-sFCw1qGFAI .navbar {
        height: 70px;
    }

    .cid-sFCw1qGFAI .navbar.opened {
        height: auto;
    }

    .cid-sFCw1qGFAI .nav-item .nav-link:hover::before {
        width: 175%;
        max-width: calc(100% + 2rem);
        left: -1rem;
    }
}

.cid-uq4qNv4UkC {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #ffc200;
}

.cid-uq4qNv4UkC .mbr-fallback-image.disabled {
    display: none;
}

.cid-uq4qNv4UkC .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

@media (max-width: 767px) {
    .cid-uq4qNv4UkC .row {
        flex-direction: column-reverse;
    }

    .cid-uq4qNv4UkC .mbr-figure {
        margin-bottom: 1.5rem;
    }
}

.cid-uq4qNv4UkC .row {
    align-items: center;
}

@media (min-width: 992px) {
    .cid-uq4qNv4UkC .text-wrapper {
        padding: 0 2rem;
    }
}

.cid-uq4qNv4UkC .media-content,
.cid-uq4qNv4UkC .mbr-figure {
    align-self: center;
}

.cid-uq4qNv4UkC .mbr-figure iframe {
    width: 100%;
}

.cid-uq4ubi12Sa {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #fffce4;
}

.cid-uq4ubi12Sa .mbr-fallback-image.disabled {
    display: none;
}

.cid-uq4ubi12Sa .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

@media (max-width: 991px) {
    .cid-uq4ubi12Sa .image-wrapper {
        margin-bottom: 1rem;
    }
}

.cid-uq4ubi12Sa .row {
    flex-direction: row-reverse;
}

.cid-uq4ubi12Sa img {
    width: 100%;
}

@media (min-width: 992px) {
    .cid-uq4ubi12Sa .text-wrapper {
        padding: 2rem;
    }
}

.cid-uq4u9TFbV4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #fffce4;
}

.cid-uq4u9TFbV4 .mbr-fallback-image.disabled {
    display: none;
}

.cid-uq4u9TFbV4 .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

@media (max-width: 991px) {
    .cid-uq4u9TFbV4 .image-wrapper {
        margin-bottom: 1rem;
    }
}

.cid-uq4u9TFbV4 img {
    width: 100%;
}

@media (min-width: 992px) {
    .cid-uq4u9TFbV4 .text-wrapper {
        padding: 2rem;
    }
}

.cid-uq4ud5Jsks {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #fffce4;
}

.cid-uq4ud5Jsks .mbr-fallback-image.disabled {
    display: none;
}

.cid-uq4ud5Jsks .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

@media (max-width: 991px) {
    .cid-uq4ud5Jsks .image-wrapper {
        margin-bottom: 1rem;
    }
}

.cid-uq4ud5Jsks .row {
    flex-direction: row-reverse;
}

.cid-uq4ud5Jsks img {
    width: 100%;
}

@media (min-width: 992px) {
    .cid-uq4ud5Jsks .text-wrapper {
        padding: 2rem;
    }
}

.cid-uq4ucoXXKw {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #fffce4;
}

.cid-uq4ucoXXKw .mbr-fallback-image.disabled {
    display: none;
}

.cid-uq4ucoXXKw .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

@media (max-width: 991px) {
    .cid-uq4ucoXXKw .image-wrapper {
        margin-bottom: 1rem;
    }
}

.cid-uq4ucoXXKw img {
    width: 100%;
}

@media (min-width: 992px) {
    .cid-uq4ucoXXKw .text-wrapper {
        padding: 2rem;
    }
}

.cid-uq4v5fiU5D {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #fffce4;
}

.cid-uq4v5fiU5D .mbr-fallback-image.disabled {
    display: none;
}

.cid-uq4v5fiU5D .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

@media (max-width: 991px) {
    .cid-uq4v5fiU5D .image-wrapper {
        margin-bottom: 1rem;
    }
}

.cid-uq4v5fiU5D .row {
    flex-direction: row-reverse;
}

.cid-uq4v5fiU5D img {
    width: 100%;
}

@media (min-width: 992px) {
    .cid-uq4v5fiU5D .text-wrapper {
        padding: 2rem;
    }
}


.cid-u7aPPZyD9q {
    padding-top: 90px;
    padding-bottom: 0px;
    background-color: #ffc200;
}

.cid-u7aPPZyD9q .mbr-fallback-image.disabled {
    display: none;
}

.cid-u7aPPZyD9q .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.cid-u7aPPZyD9q .media-container-row {
    justify-content: space-between;
}

.cid-u7aPPZyD9q .text-content {
    max-width: 50%;
}

@media (max-width: 768px) {
    .cid-u7aPPZyD9q .text-content {
        max-width: none;
    }
}

.cid-u7aPPZyD9q .mbr-iconfont-social {
    margin: 0.5rem;
    font-size: 32px;
    display: flex;
    border-radius: 50%;
    text-align: center;
    color: #3b2414;
    border: 2px solid #3b2414;
    justify-content: center;
    align-content: center;
    transition: all 0.3s;
}

.cid-u7aPPZyD9q .mbr-iconfont-social:before {
    padding: 0.6rem;
}

.cid-u7aPPZyD9q .mbr-iconfont-social:hover {
    background-color: #3b241433;
    color: #3b2414;
}

@media (max-width: 768px) {
    .cid-u7aPPZyD9q .icons {
        justify-content: center !important;
    }

    .cid-u7aPPZyD9q .text-content * {
        text-align: center;
    }
}

.cid-u7aPPZyD9q .mbr-section-title {
    color: #000000;
    text-align: left;
}

.cid-sFAw7z51L3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #ffc200;
}

.cid-sFAw7z51L3 img {
    width: 120px;
    margin: auto;
}

.cid-sFAw7z51L3 .card {
    transition: all 0.3s;
    height: fit-content;
    padding: 1rem 0;
    /* opacity: 0.7; */
    margin-bottom: 1rem;
}

@media (min-width: 992px) {
    .cid-sFAw7z51L3 .card {
        max-width: 12.5%;
    }
}

.cid-sFAw7z51L3 .mbr-section-subtitle {
    color: #353535;
}

.cid-uqpictQxAw {
    padding-top: 6rem;
    padding-bottom: 0rem;
    background-color: #ffc200;
}

.cid-uqpictQxAw .mbr-fallback-image.disabled {
    display: none;
}

.cid-uqpictQxAw .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.cid-uqphiJOMvr {
    padding-top: 0rem;
    padding-bottom: 6rem;
    background-color: #ffc200;
}

.cid-uqphiJOMvr .mbr-fallback-image.disabled {
    display: none;
}

.cid-uqphiJOMvr .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

@media (max-width: 991px) {
    .cid-uqphiJOMvr .image-wrapper {
        margin-bottom: 1rem;
    }
}

.cid-uqphiJOMvr .row {
    flex-direction: row-reverse;
}

.cid-uqphiJOMvr img {
    width: 100%;
}


.cid-uqqs0sar4r {
    padding-top: 6rem;
    padding-bottom: 2rem;
    background-color: #fffce4;
}

.cid-uqqs0sar4r .mbr-fallback-image.disabled {
    display: none;
}

.cid-uqqs0sar4r .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.cid-uqqs0sar4r .item {
    padding-bottom: 2rem;
}

.cid-uqqs0sar4r .item-wrapper {
    position: relative;
}

.cid-uqqs0sar4r .item-wrapper .icon-wrapper {
    pointer-events: none;
    position: absolute;
    width: 60px;
    height: 60px;
    font-size: 22px;
    left: 50%;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ffffff;
    border-radius: 50%;
    opacity: 0;
    color: #ffffff;
    transform: translateX(-50%) translateY(-50%);
    background-color: #1b1b1b;
    transition: 0.2s;
}

.cid-uqqs0sar4r .item-wrapper:hover .icon-wrapper {
    opacity: 0.7;
}

.cid-uqqs0sar4r .carousel-control,
.cid-uqqs0sar4r .close {
    background: #1b1b1b;
}

.cid-uqqs0sar4r .carousel-control-prev {
    margin-left: 2.5rem;
}

.cid-uqqs0sar4r .carousel-control-prev span {
    margin-right: 5px;
}

.cid-uqqs0sar4r .carousel-control-next {
    margin-right: 2.5rem;
}

.cid-uqqs0sar4r .carousel-control-next span {
    margin-left: 5px;
}

.cid-uqqs0sar4r .close {
    position: fixed;
    opacity: 0.5;
    font-size: 22px;
    font-weight: 300;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #fff;
    top: 2.5rem;
    right: 2.5rem;
    border: 2px solid #fff;
    text-shadow: none;
    z-index: 5;
    transition: opacity 0.3s ease;
    font-family: "Moririse2";
    align-items: center;
    justify-content: center;
    display: flex;
}

.cid-uqqs0sar4r .close::before {
    content: "\e91a";
}

.cid-uqqs0sar4r .close:hover {
    opacity: 1;
    background: #000;
    color: #fff;
}

.cid-uqqs0sar4r .carousel-control {
    display: flex;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -1.5rem;
    font-size: 22px;
    background-color: rgba(0, 0, 0, 0.5);
    border: 2px solid #fff;
    border-radius: 50%;
    transition: all 0.3s;
}

.cid-uqqs0sar4r .carousel-control.carousel-control-prev {
    left: 0;
    margin-left: 2.5rem;
}

.cid-uqqs0sar4r .carousel-control.carousel-control-next {
    right: 0;
    margin-right: 2.5rem;
}

@media (max-width: 767px) {
    .cid-uqqs0sar4r .carousel-control {
        top: auto;
        bottom: 1rem;
    }
}

.cid-uqqs0sar4r .carousel-indicators {
    position: absolute;
    bottom: 0;
    margin-bottom: 3px;
}

.cid-uqqs0sar4r .carousel-indicators li {
    max-width: 15px;
    height: 15px;
    width: 15px;
    max-height: 15px;
    margin: 3px;
    background-color: rgba(0, 0, 0, 0.5);
    border: 2px solid #fff;
    border-radius: 50%;
    opacity: 0.5;
    transition: all 0.3s;
}

.cid-uqqs0sar4r .carousel-indicators li.active,
.cid-uqqs0sar4r .carousel-indicators li:hover {
    opacity: 0.9;
}

.cid-uqqs0sar4r .carousel-indicators li::after,
.cid-uqqs0sar4r .carousel-indicators li::before {
    content: none;
}

.cid-uqqs0sar4r .carousel-indicators.ie-fix {
    left: 50%;
    display: block;
    width: 60%;
    margin-left: -30%;
    text-align: center;
}

@media (max-width: 768px) {
    .cid-uqqs0sar4r .carousel-indicators {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .cid-uqqs0sar4r .carousel-indicators {
        margin-bottom: 3.625rem !important;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}

@media (max-width: 767px) {
    .cid-uqqs0sar4r .carousel-indicators {
        display: none;
    }
}

.cid-uqqs0sar4r .carousel-inner {
    display: flex;
    align-items: center;
}

.cid-uqqs0sar4r .carousel-inner > .active {
    display: block;
}

.cid-uqqs0sar4r .carousel-control.left {
    left: 0;
    margin-left: 2.5rem;
}

.cid-uqqs0sar4r .carousel-control.right {
    right: 0;
    margin-right: 2.5rem;
}

.cid-uqqs0sar4r .carousel-control:hover {
    background: #1b1b1b;
    color: #fff;
    opacity: 1;
}

@media (max-width: 768px) {
    .cid-uqqs0sar4r .carousel-control,
    .cid-uqqs0sar4r .carousel-indicators,
    .cid-uqqs0sar4r .modal .close {
        position: fixed;
    }
}

@media (max-width: 767px) {
    .cid-uqqs0sar4r .mbr-slider .carousel-control {
        top: auto;
        bottom: 20px;
    }

    .cid-uqqs0sar4r .mbr-slider > .container .carousel-control {
        margin-bottom: 0;
    }
}

.cid-uqqs0sar4r .carousel-indicators .active,
.cid-uqqs0sar4r .carousel-indicators li {
    width: 7px;
    height: 7px;
    margin: 3px;
    background: #000000;
    opacity: 0.5;
    border: 4px solid #000000;
}

.cid-uqqs0sar4r .carousel-indicators .active {
    background: #fff;
}

.cid-uqqs0sar4r .carousel-indicators li {
    max-width: 15px;
    max-height: 15px;
    border-radius: 50%;
}

.cid-uqqs0sar4r .modal {
    padding-left: 0 !important;
    position: fixed;
    overflow: hidden;
    padding-right: 0 !important;
}

.cid-uqqs0sar4r .modal-dialog {
    margin: 0 auto;
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
}

.cid-uqqs0sar4r .modal-content {
    border-radius: 0;
    border: none;
    background: transparent;
}

.cid-uqqs0sar4r .modal-body {
    padding: 0;
    display: flex;
    align-items: center;
}

.cid-uqqs0sar4r .modal-body img {
    width: 100%;
    object-fit: contain;
    max-height: calc(100vh - 1.75rem);
}

.cid-uqqs0sar4r .carousel {
    width: 100%;
}

.cid-uqqs0sar4r .modal-backdrop.in {
    opacity: 0.8;
}

.cid-uqqs0sar4r .modal.fade .modal-dialog {
    transition: margin-top 0.3s ease-out;
}

.cid-uqqs0sar4r .modal.fade .modal-dialog,
.cid-uqqs0sar4r .modal.in .modal-dialog {
    transform: none;
}

.cid-uqqs0sar4r .mbr-gallery .item-wrapper {
    cursor: pointer;
}

.cid-uqqs0sar4r H6 {
    text-align: center;
}

.cid-uq4Cw4dyoP {
    padding-top: 6rem;
    padding-bottom: 3rem;
    background-color: #fffce4;
}

.cid-uq4Cw4dyoP .mbr-fallback-image.disabled {
    display: none;
}

.cid-uq4Cw4dyoP .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.cid-uq4C60l7Mx {
    padding-top: 0rem;
    padding-bottom: 5rem;
    background-color: #fffce4;
}

.cid-uq7CJebSOv .embla__slide {
    display: flex;
    position: relative;
}

.cid-uq7CJebSOv .user_image img {
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.cid-uq7CJebSOv .embla {
    width: 100%;
}

.cid-uq7CJebSOv .embla__viewport {
    overflow: hidden;
    width: 100%;
}

.cid-uq7CJebSOv .embla__viewport.is-draggable {
    cursor: grab;
}

.cid-uq7CJebSOv .embla__viewport.is-dragging {
    cursor: grabbing;
}

.cid-uq7CJebSOv .embla__container {
    display: flex;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.cid-uqk9DPp85V {
    padding-top: 6rem;
    padding-bottom: 2rem;
    background-color: #ffc200;
}

.cid-uqk9DPp85V .mbr-fallback-image.disabled {
    display: none;
}

.cid-uqk9DPp85V .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.cid-uqk9DPp85V .mbr-section-title {
    color: #000000;
}

.cid-uqk7hY9Q8r {
    padding-top: 2rem;
    padding-bottom: 5rem;
    background-color: #ffc200;
}

.cid-uqk7hY9Q8r .mbr-overlay {
    background-color: #fffce4;
    opacity: 0.4;
}

.cid-uqk7hY9Q8r form.mbr-form {
    border-radius: 10px;
    background-color: #fafafa;
}

@media (min-width: 992px) {
    .cid-uqk7hY9Q8r form.mbr-form {
        padding: 3rem 2rem;
        width: 60%;
    }
}

@media (max-width: 991px) {
    .cid-uqk7hY9Q8r form.mbr-form {
        padding: 1rem;
    }
}

.cid-uqk7hY9Q8r form.mbr-form .mbr-section-btn {
    text-align: center;
    width: 100%;
}

.cid-uqk7hY9Q8r form.mbr-form .mbr-section-btn .btn {
    width: 100%;
}

.cid-uqkaN3jrCg {
    padding-top: 6rem;
    padding-bottom: 40px;
    background-color: #fffce4;
}

.cid-uqkaN3jrCg .mbr-section-title {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -0.03em;
    text-align: center;
}

.cid-uqkaN3jrCg .mbr-fallback-image.disabled {
    display: none;
}

.cid-uqkaN3jrCg .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.cid-uqkaN3jrCg .bg-facebook {
    background: #1778f2;
    color: #ffffff;
}

.cid-uqkaN3jrCg .bg-facebook:hover {
    background: #0b60cb;
}

.cid-uqkaN3jrCg .bg-twitter {
    background: #1da1f2;
    color: #ffffff;
}

.cid-uqkaN3jrCg .bg-twitter:hover {
    background: #0c85d0;
}

.cid-uqkaN3jrCg .bg-instagram {
    background: #f00075;
    color: #ffffff;
}

.cid-uqkaN3jrCg .bg-instagram:hover {
    background: #bd005c;
}

.cid-uqkaN3jrCg .iconfont-wrapper {
    display: inline-block;
    font-size: 32px;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.cid-uqkaN3jrCg [class^="socicon-"]:before,
.cid-uqkaN3jrCg [class*=" socicon-"]:before {
    line-height: 55px;
    padding: 0.6rem;
}

.cid-uqkaN3jrCg .footer-social-icon {
    width: 59px;
    height: 59px;
    background-color: #FFFCE4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s;
}

.cid-uqkaN3jrCg .footer-social-icon img {
    width: 30px;
    height: 30px;
}

.cid-uqkaN3jrCg .footer-social-icon:hover {
    opacity: 0.7;
}

.cid-tWNcruo89G {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #fffce4;
}

.cid-tWNcruo89G .mbr-fallback-image.disabled {
    display: none;
}

.cid-tWNcruo89G .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.cid-tWNcruo89G .mbr-iconfont {
    display: block;
    font-size: 5rem;
    color: #fffce4;
    margin-bottom: 2rem;
}

.cid-tWNcruo89G .card-wrapper {
    padding: 3rem;
    background: #3b241433;
    border-radius: 4px;
}

@media (max-width: 992px) {
    .cid-tWNcruo89G .card-wrapper {
        margin-bottom: 2rem;
    }
}

@media (max-width: 767px) {
    .cid-tWNcruo89G .card-wrapper {
        padding: 3rem 1rem;
    }
}

.cid-tWK3W4N6W5 {
    padding-top: 40px;
    padding-bottom: 0rem;
    background-color: #fffce4;
}

.cid-u7dhSXoU7N {
    padding-top: 0rem;
    padding-bottom: 40px;
    background-color: #fffce4;
}

.cid-tWK3W4N6W5 .mbr-fallback-image.disabled,
.cid-u7dhSXoU7N .mbr-fallback-image.disabled {
    display: none;
}

.cid-tWK3W4N6W5 .mbr-fallback-image,
.cid-u7dhSXoU7N .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

/* FAQ card — pill shape */
.cid-tWK3W4N6W5 .card,
.cid-u7dhSXoU7N .card {
    border: 1px solid #3B2414;
    border-radius: 50px;
    background-color: #fffce4;
    overflow: hidden;
}

.cid-tWK3W4N6W5 .card .card-header,
.cid-u7dhSXoU7N .card .card-header {
    background-color: transparent;
    margin-bottom: 0;
    padding: 0.5rem 1.5rem;
    border-bottom: none;
}

.cid-tWK3W4N6W5 .panel-title,
.cid-u7dhSXoU7N .panel-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* FAQ arrow — yellow circle */
.cid-tWK3W4N6W5 .mbr-iconfont,
.cid-u7dhSXoU7N .mbr-iconfont {
    padding-left: 0;
    font-family: "Moririse2" !important;
    font-size: 1.2rem !important;
    color: #3b2414;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 59px;
    height: 59px;
    min-width: 59px;
    border-radius: 50%;
    background-color: #FFC200;
    margin-right: -15px;
    transition: transform 0.3s ease;
    padding-top: 3px;
}

/* FAQ: force arrow-up to show same glyph as arrow-down (JS swaps classes, CSS handles rotation) */
.cid-tWK3W4N6W5 .mbri-arrow-up:before,
.cid-u7dhSXoU7N .mbri-arrow-up:before {
    content: "\e908";
}

/* FAQ arrow rotation when expanded */
.cid-tWK3W4N6W5 a.panel-title:not(.collapsed) .mbr-iconfont,
.cid-u7dhSXoU7N a.panel-title:not(.collapsed) .mbr-iconfont {
    transform: rotate(180deg);
}

.cid-tWK3W4N6W5 .panel-body,
.cid-u7dhSXoU7N .panel-body {
    padding: 0 1.5rem 1rem 1.5rem;
}

.cid-tWK3W4N6W5 .panel-title-edit,
.cid-u7dhSXoU7N .panel-title-edit,
.cid-tWK3W4N6W5 .panel-title-edit strong,
.cid-u7dhSXoU7N .panel-title-edit strong {
    color: #3B2414;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 35px;
    letter-spacing: -0.02em;
}

.cid-ugBxr2P9O0 {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #fffce4;
}

.cid-ugBxr2P9O0 .mbr-fallback-image.disabled {
    display: none;
}

.cid-ugBxr2P9O0 .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.cid-ugBxr2P9O0 .item-wrapper {
    background: #3b241420;
    border-radius: 36px;
    padding: 2rem;
    aspect-ratio: 1;
    max-width: 280px;
    margin: 0 auto;
}

.cid-ugBxr2P9O0 .team-card-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.cid-ugBxr2P9O0 .team-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.cid-ugBxr2P9O0 .team-info h5 {
    margin: 0;
}

.cid-ugBxr2P9O0 .team-info h6 {
    margin: 0;
}

.cid-ugBxr2P9O0 .team-description {
    margin: 0;
}

.cid-uqxbeWdEVJ {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #fffce4;
}

.cid-uqxbeWdEVJ img {
    width: 120px;
    margin: auto;
}

.cid-uqxbeWdEVJ .card {
    transition: all 0.3s;
    height: fit-content;
    padding: 1rem 0;
    /*  opacity: 0.7; */
    margin-bottom: 1rem;
}

@media (min-width: 992px) {
    .cid-uqxbeWdEVJ .card {
        max-width: 12.5%;
    }
}

.cid-sFCygHrmNf {
    padding-top: 40px;
    padding-bottom: 2rem;
    background-color: #3b2414;
}

.cid-sFCygHrmNf .foot-menu {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    gap: 0.75rem 2rem;
}

.cid-sFCygHrmNf .foot-menu a {
    color: #FFFCE4;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    transition: opacity 0.2s;
}

.cid-sFCygHrmNf .foot-menu a:hover {
    opacity: 0.7;
}

.cid-sFCygHrmNf .footer-social-icon {
    width: 44px;
    height: 44px;
    background-color: #FFFCE4;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    overflow: hidden;
    transition: opacity 0.2s;
}

.cid-sFCygHrmNf .footer-social-icon:hover {
    opacity: 0.7;
}

.cid-sFCygHrmNf .footer-divider {
    border: 0;
    border-top: 1px solid #FFFCE4;
    opacity: 0.3;
    margin: 1.5rem 0;
}

.cid-sFCygHrmNf .footer-middle p {
    color: #FFFCE4;
}

.cid-sFCygHrmNf .footer-middle a {
    color: inherit;
    text-decoration: none;
}

.cid-sFCygHrmNf .footer-middle a:hover {
    opacity: 0.7;
}

.cid-sFCygHrmNf .footer-logo {
    margin-top: 2rem;
}

.cid-sFCygHrmNf .footer-logo-img {
    height: 52px;
}

@media (max-width: 767px) {
    .cid-sFCygHrmNf .footer-top {
        justify-content: center !important;
    }
    .cid-sFCygHrmNf .foot-menu {
        justify-content: center;
        width: 100%;
        margin-bottom: 1rem;
        gap: 1.5rem 2rem;
    }
    .cid-sFCygHrmNf .footer-social {
        justify-content: center !important;
        width: 100%;
    }
    .cid-sFCygHrmNf .footer-middle {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 0.75rem;
    }
    .cid-sFCygHrmNf .footer-middle p:first-child {
        order: 2;
    }
    .cid-sFCygHrmNf .footer-middle p:last-child {
        order: 1;
    }
}

.cid-sFzxmVl7J6 {
    padding-top: 10rem;
    padding-bottom: 10rem;
    background-color: #fffce4;
}

.cid-sFzxmVl7J6 .row {
    flex-direction: row-reverse;
}

@media (max-width: 991px) {
    .cid-sFzxmVl7J6 .image-wrapper {
        margin-bottom: 2rem;
    }
}

.cid-sFzxmVl7J6 .image-wrapper img {
    width: 100%;
    object-fit: cover;
}

@media (min-width: 992px) {
    .cid-sFzxmVl7J6 .text-wrapper {
        padding: 0 2rem;
    }
}

@media (max-width: 768px) {
    .cid-sFzxmVl7J6 .text-wrapper {
        margin-bottom: 2rem;
    }
}

.cid-sFzxmVl7J6 .mbr-text,
.cid-sFzxmVl7J6 .mbr-section-btn {
    color: #353535;
}

.cid-sFzyUE9AaP {
    padding-top: 8rem;
    padding-bottom: 9rem;
    background-color: #fafafa;
}

@media (min-width: 1500px) {
    .cid-sFzyUE9AaP .container {
        max-width: 1400px;
    }
}

.cid-sFzyUE9AaP .mbr-iconfont {
    display: block;
    font-size: 5rem;
    color: #4479d9;
    margin-bottom: 2rem;
}

.cid-sFzyUE9AaP .card-wrapper {
    margin-top: 3rem;
}

.cid-sFzyUE9AaP .row {
    justify-content: center;
}

.cid-sFzyUE9AaP .card-title,
.cid-sFzyUE9AaP .iconfont-wrapper {
    color: #000000;
}

.cid-sFzyUE9AaP .card-text {
    color: #000000;
}

.cid-sFzyUE9AaP .mbr-section-title {
    color: #000000;
}

.cid-sFzz5E692j {
    padding-top: 8rem;
    padding-bottom: 8rem;
    background-color: #fffce4;
}

@media (max-width: 991px) {
    .cid-sFzz5E692j .image-wrapper {
        margin-bottom: 2rem;
    }
}

.cid-sFzz5E692j .image-wrapper img {
    width: 100%;
    object-fit: cover;
}

@media (min-width: 992px) {
    .cid-sFzz5E692j .text-wrapper {
        padding: 0 2rem;
    }
}

@media (max-width: 768px) {
    .cid-sFzz5E692j .text-wrapper {
        margin-bottom: 2rem;
    }
}

.cid-sFzFvgBfc0 {
    padding-top: 6rem;
    padding-bottom: 4rem;
    background-color: #fafafa;
}

.cid-sFzFvgBfc0 img,
.cid-sFzFvgBfc0 .item-img {
    width: 100%;
}

.cid-sFzFvgBfc0 .item:focus,
.cid-sFzFvgBfc0 span:focus {
    outline: none;
}

.cid-sFzFvgBfc0 .item {
    cursor: pointer;
    margin-bottom: 2rem;
}

.cid-sFzFvgBfc0 .item-wrapper {
    position: relative;
    border-radius: 4px;
    background: #ffffff;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
}

@media (min-width: 992px) {
    .cid-sFzFvgBfc0 .item-wrapper .item-content {
        padding: 2rem 2rem 0;
    }

    .cid-sFzFvgBfc0 .item-wrapper .item-footer {
        padding: 0 2rem 2rem;
    }
}

@media (max-width: 991px) {
    .cid-sFzFvgBfc0 .item-wrapper .item-content {
        padding: 1rem 1rem 0;
    }

    .cid-sFzFvgBfc0 .item-wrapper .item-footer {
        padding: 0 1rem 1rem;
    }
}

.cid-sFzFvgBfc0 .mbr-section-btn {
    margin-top: auto !important;
}

.cid-sFzFvgBfc0 .mbr-section-title {
    color: #000000;
}

.cid-sFzFvgBfc0 .mbr-text,
.cid-sFzFvgBfc0 .mbr-section-btn {
    text-align: left;
}

.cid-sFzFvgBfc0 .item-title {
    text-align: left;
}

.cid-sFzFvgBfc0 .item-subtitle {
    text-align: left;
}

.cid-sFAZRnJnnI {
    padding-top: 7rem;
    padding-bottom: 7rem;
    background-color: #fffce4;
}

.cid-sFzIdnt1ra {
    padding-top: 8rem;
    padding-bottom: 1rem;
    background-color: #fafafa;
}

.cid-sFzDdjoEIw {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background: #fffce4;
}

.cid-sFzDdjoEIw .list-group-item {
    background-color: transparent;
    padding: 0.5rem 3.25rem;
}

.cid-sFzDdjoEIw .plan-body {
    padding-bottom: 2rem;
}

.cid-sFzDdjoEIw .plan-header {
    padding-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.cid-sFzDdjoEIw .price {
    color: #4479d9;
}

.cid-sFzDdjoEIw .plan {
    word-break: break-word;
    background-color: #fffce4;
}

.cid-sFzDdjoEIw .plan .list-group-item {
    position: relative;
    justify-content: center;
    border: 0;
}

.cid-sFzDdjoEIw .plan .list-group-item::after {
    position: absolute;
    bottom: 1px;
    left: 25%;
    width: 50%;
    height: 1px;
    content: "";
    background-color: rgba(0, 0, 0, 0.1);
}

.cid-sFzDdjoEIw .plan .list-group-item:last-child::after {
    display: none;
}

@media (max-width: 991px) {
    .cid-sFzDdjoEIw .plan {
        margin-bottom: 2rem;
    }
}

.cid-sFzErVWEaH {
    padding-top: 6rem;
    padding-bottom: 8rem;
    background: #ffffff;
}

.cid-sFzErVWEaH .team-card {
    margin-bottom: 2rem;
    transition: all 0.3s;
}

.cid-sFzErVWEaH .team-card:hover {
    transform: translateY(-10px);
}

.cid-sFzErVWEaH .card-wrap {
    background: #fafafa;
    border-radius: 4px;
}

@media (max-width: 991px) {
    .cid-sFzErVWEaH .card-wrap {
        margin-bottom: 2rem;
    }
}

.cid-sFzErVWEaH .card-wrap .image-wrap img {
    width: 100%;
}

@media (min-width: 768px) {
    .cid-sFzErVWEaH .card-wrap .content-wrap {
        padding: 2rem;
    }
}

@media (max-width: 767px) {
    .cid-sFzErVWEaH .card-wrap .content-wrap {
        padding: 1rem;
    }
}

.cid-sFzErVWEaH .social-row {
    text-align: center;
}

.cid-sFzErVWEaH .social-row .soc-item {
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-right: 0.6rem;
    margin-bottom: 1rem;
    padding: 0.5rem;
    border: 2px solid #6592e6;
    transition: all 0.3s;
}

.cid-sFzErVWEaH .social-row .soc-item .mbr-iconfont {
    transition: all 0.3s;
    display: flex;
    justify-content: center;
    align-content: center;
    color: #6592e6;
    font-size: 1.5rem;
}

.cid-sFzErVWEaH .social-row .soc-item:hover {
    background-color: #6592e6;
}

.cid-sFzErVWEaH .social-row .soc-item:hover .mbr-iconfont {
    color: #ffffff;
}

.cid-sFzErVWEaH .mbr-section-title {
    color: #000000;
}

.cid-sFzErVWEaH .mbr-section-title1 {
    color: #000000;
}

.cid-sFAw7z51L3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #ffc200;
}

.cid-sFAw7z51L3 img {
    width: 120px;
    margin: auto;
}

.cid-sFAw7z51L3 .card {
    transition: all 0.3s;
    height: fit-content;
    padding: 1rem 0;
    /*  opacity: 0.7; */
    margin-bottom: 1rem;
}

@media (min-width: 992px) {
    .cid-sFAw7z51L3 .card {
        max-width: 12.5%;
    }
}

.cid-sFAw7z51L3 .mbr-section-subtitle {
    color: #353535;
}

.cid-sFAyMcKwph {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #fffce4;
}

.cid-sFAyMcKwph .media-container-row {
    justify-content: space-between;
}

.cid-sFAyMcKwph .text-content {
    max-width: 50%;
}

@media (max-width: 768px) {
    .cid-sFAyMcKwph .text-content {
        max-width: none;
    }
}

.cid-sFAyMcKwph .mbr-iconfont-social {
    margin: 0.5rem;
    font-size: 32px;
    display: flex;
    border-radius: 50%;
    text-align: center;
    color: #4479d9;
    border: 2px solid #4479d9;
    justify-content: center;
    align-content: center;
    transition: all 0.3s;
}

.cid-sFAyMcKwph .mbr-iconfont-social:before {
    padding: 0.6rem;
}

.cid-sFAyMcKwph .mbr-iconfont-social:hover {
    background-color: #4479d9;
    color: #ffffff;
}

@media (max-width: 768px) {
    .cid-sFAyMcKwph .icons {
        justify-content: center !important;
    }

    .cid-sFAyMcKwph .text-content * {
        text-align: center;
    }
}

.cid-sFAyMcKwph .mbr-section-title {
    color: #353535;
}

.cid-sFAyMcKwph P {
    color: #000000;
}

.cid-sFAyHxWQ1N {
    padding-top: 9rem;
    padding-bottom: 9rem;
    background-color: #fafafa;
}

.cid-sFAyHxWQ1N .item {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.cid-sFAyHxWQ1N .item .icon-wrap {
    text-align: center;
}

.cid-sFAyHxWQ1N .item span {
    font-size: 2rem;
    color: #ffffff;
    line-height: 60px;
}

.cid-sFAyHxWQ1N .item::before {
    content: "\e96b";
    font-family: Moririse2 !important;
    position: absolute;
    font-size: 32px;
    left: -15px;
    top: 12%;
    color: #4479d9;
}

.cid-sFAyHxWQ1N .item.first:before {
    display: none;
}

.cid-sFAyHxWQ1N .item.five:before {
    display: none;
}

.cid-sFAyHxWQ1N .icon-box {
    background: #4479d9;
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
}

.cid-sFAyHxWQ1N .text-box {
    margin-top: 1rem;
    text-align: center;
}

.cid-sFAyHxWQ1N .mbr-iconfont {
    color: #d944d4 !important;
    position: absolute;
    top: 50%;
    left: 100%;
}

@media (max-width: 991px) {
    .cid-sFAyHxWQ1N .item:before {
        display: none;
    }

    .cid-sFAyHxWQ1N .card-wrapper {
        margin-bottom: 2rem;
    }
}

.cid-upMH88TV0Z {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #fffce4;
}

.cid-upMH88TV0Z .mbr-fallback-image.disabled {
    display: none;
}

.cid-upMH88TV0Z .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

@media (min-width: 992px) {
    .cid-upMH88TV0Z .text-wrapper {
        padding: 2rem;
    }
}

.cid-upMH88TV0Z .image-wrapper img {
    width: 100%;
    object-fit: cover;
}

@media (max-width: 767px) {
    .cid-upMH88TV0Z .image-wrapper {
        margin-bottom: 2rem;
    }
}

.cid-sFzDs3t9EG {
    padding-top: 8rem;
    padding-bottom: 8rem;
    background-color: #fffce4;
}

.cid-sFzDs3t9EG .mbr-overlay {
    background-color: #fffce4;
    opacity: 0.4;
}

.cid-sFzDs3t9EG form .mbr-section-btn {
    text-align: center;
    width: 100%;
}

.cid-sFzDs3t9EG form .mbr-section-btn .btn {
    display: inline-flex;
}

@media (max-width: 991px) {
    .cid-sFzDs3t9EG form .mbr-section-btn .btn {
        width: 100%;
    }
}

.cid-sFzDs3t9EG .mbr-section-title {
    color: #000000;
}

.cid-sFzDs3t9EG .mbr-section-subtitle {
    color: #000000;
}

.cid-sFzIA7KGYz {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #fafafa;
}

.cid-sFzIA7KGYz .image-wrapper {
    display: flex;
    align-items: center;
}

.cid-sFzIA7KGYz .card-wrapper {
    margin-bottom: 2rem;
    display: flex;
    border-radius: 4px;
    background: #ffffff;
}

@media (max-width: 991px) {
    .cid-sFzIA7KGYz .card-wrapper {
        padding: 1rem 2rem;
    }
}

@media (min-width: 992px) {
    .cid-sFzIA7KGYz .card-wrapper {
        padding: 2rem 4rem;
    }
}

.cid-sFzIA7KGYz .mbr-iconfont {
    font-size: 2rem;
    padding-right: 1.5rem;
    color: #d944d4;
}

.cid-upMH6SSC3d {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #fffce4;
}

.cid-upMH6SSC3d .mbr-fallback-image.disabled {
    display: none;
}

.cid-upMH6SSC3d .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

@media (min-width: 992px) {
    .cid-upMH6SSC3d .text-wrapper {
        padding: 2rem;
    }
}

.cid-upMH6SSC3d .image-wrapper img {
    width: 100%;
    object-fit: cover;
}

.buttons-mobile {
    display: none;
}

.buttons-desktop {
    display: block;
}

.underline {
    text-decoration: underline;
}

/* Dropdown */

.dropdown {
    align-self: center;
    padding: 0 0.3em !important;
    margin: 0.667em 1.5rem !important;
}

.dd-button {
    display: inline-block;
    background-color: transparent;
    cursor: pointer;
    white-space: nowrap;
}

.dd-button img {
    width: 60px;
    height: auto;
}

.dd-input {
    display: none !important;
}

.dd-menu {
    z-index: 9999;
    position: absolute;
    top: 100%;
    left: -8px;
    border: none;
    border-radius: 8px;
    padding: 8px 12px;
    margin: 0;
    box-shadow: none;
    background-color: #FFFCE4;
    list-style-type: none;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    width: 53px;
}

.dd-input ~ .dd-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 300ms ease-out, visibility 300ms ease-out, transform 300ms ease-out;
}

.dd-input:checked ~ .dd-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dd-menu li {
    padding: 4px 0;
    cursor: pointer;
    white-space: nowrap;
    line-height: 24px;
}

.dd-menu li:hover a {
    font-weight: 600;
}

.dd-menu li a {
    display: block;
    color: #3b2414;
    text-decoration: none;
}

/* Language toggle text style */
.lang-toggle {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #3B2414;
    cursor: pointer;
    user-select: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    width: 39px;
    height: 24px;
}

.lang-toggle .dd-chevron {
    display: inline-block;
    width: 7.5px;
    height: 7.5px;
    border-right: 1.3px solid #3B2414;
    border-bottom: 1.3px solid #3B2414;
    transform: rotate(45deg);
    margin-left: 2px;
    margin-bottom: 3px;
    transition: transform 300ms ease-out, margin-bottom 300ms ease-out;
}

.dd-input:checked ~ .dd-button .dd-chevron {
    transform: rotate(-135deg);
    margin-bottom: -4px;
}

/* Nav links — Figma specs */
.cid-sFCw1qGFAI .nav-dropdown .nav-link {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    transition: text-shadow 300ms ease-out;
}

.cid-sFCw1qGFAI .nav-dropdown .nav-link:hover {
    text-shadow: 0 0 0.35px currentColor;
}

/* Desktop navbar single-row layout */
@media (min-width: 992px) {
    .cid-sFCw1qGFAI .navbar > .container-fluid {
        flex-wrap: nowrap;
    }

    .cid-sFCw1qGFAI .navbar .navbar-collapse {
        flex-wrap: nowrap;
        align-items: center;
    }

    .cid-sFCw1qGFAI ul.navbar-nav {
        flex-wrap: nowrap;
        flex: 1;
        justify-content: center;
        gap: 40px;
        height: 24px;
        align-items: center;
    }

    .cid-sFCw1qGFAI .nav-dropdown .link {
        white-space: nowrap;
        margin: 0 !important;
        padding: 0 !important;
    }

    .cid-sFCw1qGFAI .lang-dropdown-wrap {
        flex-shrink: 0;
        margin-left: auto;
        margin-right: 20px;
    }

    .cid-sFCw1qGFAI .lang-dropdown-wrap .dropdown {
        margin: 0 !important;
        padding: 0 !important;
    }

    .cid-sFCw1qGFAI .navbar-buttons.buttons-desktop {
        display: flex;
        gap: 10px;
        flex-shrink: 0;
        white-space: nowrap;
        align-items: center;
    }

    .cid-sFCw1qGFAI .navbar-buttons.buttons-desktop .btn {
        height: 33px;
        padding: 0 1rem;
        margin: 0;
        display: inline-flex;
        align-items: center;
        line-height: 1;
    }
}

@media (max-width: 767px) {
    .cid-upMH6SSC3d .image-wrapper {
        margin-bottom: 2rem;
    }

    .cid-uq4qNv4UkC {
        padding-bottom: 2rem;
    }

    .header15 {
        padding-bottom: 2rem;
    }

    .cid-uq4ubi12Sa {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .cid-uq4u9TFbV4 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .cid-uq4ud5Jsks {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .cid-uq4ucoXXKw {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .cid-uq4v5fiU5D {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .image1,
    .image2 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }


    .gallery3 {
        padding-top: 2rem;
        padding-bottom: 0;
    }

    .cid-u7aPPZyD9q {
        padding-top: 2rem;
    }

    .contacts4 {
        padding-top: 2rem;
    }

    .clients1 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .cid-sFAw7z51L3 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .cid-sFAw7z51L3 img {
        width: 100px;
    }

    .features18 {
        /*   padding-top: 2rem; */
        padding-bottom: 2rem;
    }

    .cid-uqpictQxAw {
        /*   padding-top: 2rem; */
        padding-bottom: 2rem;
    }



    .gallery5 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .cid-uqqs0sar4r {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .content4 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .cid-uq4Cw4dyoP {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .content11 {
        padding-bottom: 2rem;
    }

    .cid-uq4C60l7Mx {
        padding-bottom: 2rem;
    }

    .people5 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }


    .form7 {
        padding-top: 2rem;
    }

    .cid-uqk7hY9Q8r {
        padding-top: 2rem;
    }

    .share3 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .cid-uqkaN3jrCg {
        padding-top: 2rem;
        padding-bottom: 30px;
        background-color: #fffce4 !important;
    }

    .cid-uqkaN3jrCg > .container {
        background-color: #FFC200;
        border-radius: 24px;
        padding: 2rem;
        max-width: calc(100% - 2rem);
        margin: 0 auto;
    }

    .contacts1 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .cid-tWNcruo89G {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .content17 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .cid-tWK3W4N6W5 {
        padding-top: 30px;
        padding-bottom: 0;
    }

    .cid-u7dhSXoU7N {
        padding-bottom: 30px;
    }

    .team1 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .cid-ugBxr2P9O0 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .cid-ugBxr2P9O0 .item-wrapper {
        aspect-ratio: auto;
        max-width: 100%;
    }

    .large-text-on-mobile {
        font-size: 1.5rem;
    }
}

/*
 * Mobile menu overrides (< 992px)
 *
 * Mobirise CSS uses !important on .nav-dropdown .link (line 912)
 * to win over .navbar-expand-lg .navbar-nav .nav-link (line 1155)
 * which has higher specificity (0,4,0 vs 0,3,0).
 * Our mobile overrides must also use !important to override those.
 */
.lang-mobile {
    display: none;
}

@media (max-width: 991px) {
    /* Vertically center mobile menu content.
     * ::before/::after spacers with flex:1 push content to center
     * regardless of container height — works with Bootstrap collapse. */
    .cid-sFCw1qGFAI .navbar.opened .navbar-collapse {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        min-height: calc(100vh - 70px);
        min-height: calc(100dvh - 70px);
    }

    .cid-sFCw1qGFAI .navbar.opened .navbar-collapse::before,
    .cid-sFCw1qGFAI .navbar.opened .navbar-collapse::after {
        content: '';
        flex: 1;
    }

    /* Mobile button layout — stacked, pill-shaped */
    .navbar-buttons {
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .buttons-mobile {
        display: flex;
        gap: 0.75rem;
    }

    .buttons-mobile .btn {
        margin: 0;
        border-radius: 100px;
        padding: 0.625rem 2.2rem;
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        font-size: 1rem;
        line-height: 100%;
    }

    .buttons-mobile .btn-secondary {
        order: -1;
        background: #3B2414;
        color: #FFFCE4;
        border: 2px solid #3B2414;
    }

    .buttons-mobile .btn-success {
        background: transparent;
        color: #3B2414;
        border: 2px solid #3B2414;
    }

    .buttons-desktop {
        display: none;
    }

    /* Hide desktop language dropdown */
    .cid-sFCw1qGFAI .lang-dropdown-wrap {
        display: none;
    }

    /* Inline language switcher */
    .lang-mobile {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0.75rem;
        padding: 0;
        margin-top: 1.25rem;
        font-family: "Poppins", sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.5;
        color: #3B2414;
    }

    .lang-mobile a {
        color: #3B2414;
        text-decoration: none;
        line-height: 1.5;
        font-size: 18px;
    }

    .lang-mobile a:hover {
        font-weight: 600;
    }

    .lang-mobile a.lang-mobile-active {
        font-weight: 600;
    }

    .lang-mobile-sep {
        display: inline-block;
        width: 1px;
        height: 1rem;
        background: rgba(59, 36, 20, 0.2);
        font-size: 0;
        vertical-align: middle;
    }

    /* Nav link spacing — override .navbar.collapsed li { margin: auto } (line 1041)
     * Menu uses .opened class when visible, not .collapsed */
    .cid-sFCw1qGFAI .navbar.opened ul.navbar-nav li {
        margin: 0;
    }

    .cid-sFCw1qGFAI .navbar.opened ul.navbar-nav li:first-child {
        margin-top: 1.25rem;
    }

    /* Override .nav-dropdown .link !important (line 912) — must use !important */
    .cid-sFCw1qGFAI .nav-dropdown .link.nav-link {
        margin: 0 !important;
        padding: 5.75px 0 !important;
        font-size: 18px !important;
    }
}

.custom-pricing .pricing-wrapper {
    max-width: 70%;
    /* Nastaví maximálnu šírku na 70% */
    margin-left: auto;
    /* Vycentruje wrapper */
    margin-right: auto;
    /* Vycentruje wrapper */
    background: #fff;
    /* Ponechané biele, ak chceš pozadie ako #fafafa, zmeníš tu */
    /* Pôvodné štýly, môžeš ich zapnúť ak potrebuješ:
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid #e0e0e0; */
}

/* Toggle prepínač - upravené pre Bootstrap Switch */
.custom-pricing .toggle-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2.5rem;
    /* Equivalent to mb-4 */
    gap: 1rem;
    /* Equivalent to Bootstrap gap-3 */
}

.custom-pricing .toggle-label {
    /*   font-weight: 600;
    color: #555;
    font-size: 1.05em; */
    /* Pridaj toto pre zarovnanie textu a odznaku */
    display: flex;
    align-items: center;
    /* Vertikálne zarovná text "Ročne" a odznak "Ušetrite 10%" */
    gap: 0.25rem;
    /* Prípadne pridaj malú medzeru medzi text a odznak */
}

.custom-pricing .badge.bg-success {
    padding: 0.25em 0.5em;
    font-size: 1em;
    /* margin-left: 0.5rem; <--- Tento môžeš teraz odstrániť, ak použiješ 'gap' na rodičovi */
    vertical-align: middle;
    /* Toto je užitočné pre inline elementy, ale flexbox to prevezme */
    white-space: nowrap;
    background-color: #1abc9c !important;
}

/* Vlastné štýly pre switch slider, aby vyzeral ako pôvodný */
.custom-pricing .form-switch .form-check-input {
    width: 3em;
    /* Adjusted width */
    height: 1.7em;
    /* Adjusted height */
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 1.7em;
    /* Half of height */
    transition: background-position 0.15s ease-in-out;
    cursor: pointer;
    box-shadow: none;
    /* Remove default bootstrap shadow */
}

.custom-pricing .form-switch .form-check-input {
    background-position: left center;
    background-color: #d944d4;
    border-color: #d944d4;
}

.custom-pricing .form-switch .form-check-input:checked {
    background-position: right center;
    background-color: #fffce4 !important;
    border-color: #ffc200 !important;
}

.custom-pricing .form-switch .form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(217, 68, 212, 0.25);
    /* Focus ring s fialovou farbou */
}

.custom-pricing .pricing-table-container {
    /* border: 1px solid #e9ecef; */
    /* Svetlá šedá pre okraje tabuľky, môžeš zmeniť na #fafafa ak chceš svetlejšiu */
    overflow: hidden;
    margin-bottom: 2rem;
}

.custom-pricing .table-header,
.custom-pricing .table-row,
.custom-pricing .table-footer {
    display: flex;
    align-items: center;
    padding: 1rem 1.5rem;
    /* py-3 px-4 */
    border-bottom: 1px solid #e9ecef;
    /* Svetlá šedá pre oddeľovacie čiary */
}

.custom-pricing .table-header {
    background-color: #fafafa;
    /* **Použité svetlošedé pozadie pre hlavičku tabuľky** */
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.95em;
}

.custom-pricing .table-row {
    background-color: #fff;
    /* Biele pozadie pre riadky, môžeš zmeniť na #fafafa */
    transition: background-color 0.2s ease;
}

.custom-pricing .table-row:hover {
    background-color: #fbfdff;
    /* Veľmi jemný odtieň pri hoveri, blízko #fafafa */
}

.custom-pricing .base-row {
    background-color: #f8e6f8;
    /* **Veľmi svetlý odtieň fialovej pre základný riadok** */
    border-bottom: 2px solid #edc5ed;
    /* **Trochu tmavší odtieň fialovej pre spodný okraj** */
}

.custom-pricing .base-row:hover {
    background-color: #f2d2f2;
    /* **Tmavší odtieň fialovej pri hoveri** */
}

.custom-pricing .table-footer {
    background-color: #fafafa;
    font-weight: 700;
    font-size: 1.2em;
    border-bottom: none;
    padding: 1.5rem 1.5rem;
}

.custom-pricing .col-module {
    /* flex: 3; */
    display: flex;
    align-items: center;
}

.custom-pricing .col-price {
    flex: 1;
    text-align: right;
    /* font-weight: 600;
    color: #2c3e50; */
    /* Tmavá farba textu */
}

.custom-pricing .module-label {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    margin-left: 10px;
}

/* .custom-pricing .module-name {
    font-weight: 600;
    font-size: 1.05em;
    color: #34495e;
} */

/* .custom-pricing .module-info {
    font-size: 0.85em;
    color: #888;
    margin-top: 2px;
} */

.custom-pricing .col-module input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    border: 2px solid #ccc;
    /* Svetlá šedá pre nezaškrtnuté okienko */
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    outline: none;
    transition: all 0.2s ease;
    flex-shrink: 0;
    margin-right: 0.5rem;
    /* Add some space to the right of the checkbox */
}

.custom-pricing .col-module input[type="checkbox"]:checked {
    background-color: #d944d4;
    /* **Fialová farba pre zaškrtnuté okienko** */
    border-color: #d944d4;
}

.custom-pricing .col-module input[type="checkbox"]:checked::before {
    content: "✓";
    display: block;
    color: white;
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.custom-pricing .col-module input[type="checkbox"][disabled] {
    background-color: #e9ecef;
    border-color: #ced4da;
    cursor: default;
}

.custom-pricing .col-module input[type="checkbox"][disabled]:checked {
    background-color: #edc5ed;
    /* **Svetlejší odtieň fialovej pre disabled zaškrtnuté** */
    border-color: #edc5ed;
}

/* .custom-pricing
    .col-module
    input[type="checkbox"][disabled]
    + .module-label
    .module-name,
.custom-pricing
    .col-module
    input[type="checkbox"][disabled]
    + .module-label
    .module-info {
    color: #a0a0a0;
} */

/* Skrytie cien na základe aktívneho režimu */
.custom-pricing .price-annual {
    display: inline;
}

.custom-pricing .price-monthly {
    display: none;
}

.custom-pricing .show-annual .price-annual {
    display: inline;
}

.custom-pricing .show-annual .price-monthly {
    display: none;
}

.custom-pricing .show-monthly .price-monthly {
    display: inline;
}

.custom-pricing .show-monthly .price-annual {
    display: none;
}

.custom-pricing .current-total {
    /*  font-size: 1.3em; */
    color: #d944d4;
    /* **Fialová farba pre celkovú sumu** */
}

.custom-pricing .action-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    /* Equivalent to Bootstrap gap-3 */
}

.custom-pricing .btn {
    padding: 0.75rem 1.5rem;
    /* py-3 px-4 */
    border-radius: 8px;
    font-size: 1.05em;
    font-weight: 600;
    transition: all 0.3s ease;
    flex-grow: 1;
    max-width: 250px;
}

.custom-pricing .primary-btn {
    background-color: #d944d4;
    /* **Fialová farba ako primárna** */
    color: white;
    box-shadow: 0 4px 10px rgba(217, 68, 212, 0.3);
    /* Tieň s fialovou farbou */
}

.custom-pricing .primary-btn:hover {
    background-color: #a834a3;
    /* **Tmavší odtieň fialovej** */
    box-shadow: 0 6px 15px rgba(217, 68, 212, 0.4);
}

.custom-pricing .secondary-btn {
    background-color: #f0f0f0;
    /* Svetlá šedá, môžeš zmeniť na #fafafa */
    color: #555;
    /* Tmavý text */
    border: 1px solid #ddd;
}

.custom-pricing .secondary-btn:hover {
    background-color: #e0e0e0;
    /* Tmavšia šedá */
    color: #333;
}

@media (max-width: 768px) {
    .custom-pricing .pricing-wrapper {
        /*   padding: 1rem; */
        max-width: none;
        /* Zruší max-width pre menšie obrazovky, ak bolo nastavené */
        width: auto;
        /* Resetuje šírku pre mobil, aby sa správala normálne */
        margin-left: 0.5rem;
        /* Zachová pôvodné mobilné okraje */
        margin-right: 0.5rem;
    }

    /*  .custom-pricing .pricing-title {
        font-size: 1.8em;
    } */

    /*  .custom-pricing .pricing-description {
        font-size: 1em;
        margin-bottom: 1.5rem;
    } */

    /* .custom-pricing .toggle-container {
        flex-direction: column;
        gap: 0.5rem;
        margin-bottom: 1.5rem;
    } */

    .custom-pricing .table-header,
    .custom-pricing .table-row,
    .custom-pricing .table-footer {
        flex-direction: column;
        align-items: flex-start;
        padding: 1rem;
    }

    .custom-pricing .desktop-only {
        display: none !important;
    }

    .custom-pricing .col-module {
        width: 100%;
        margin-bottom: 0.3rem;
        font-size: 1.1em;
    }

    .custom-pricing .module-label {
        margin-left: 0.5rem;
        align-items: flex-start;
    }

    /*     .custom-pricing .module-name {
        font-size: 1em;
    } */

    /* .custom-pricing .module-info {
        font-size: 0.8em;
        margin-top: 0.3rem;
    } */

    .custom-pricing .col-price {
        width: 100%;
        text-align: right;
        /*   font-size: 1.2em; */
        padding-top: 0;
    }

    .custom-pricing .price-value {
        width: 100%;
        text-align: right;
    }

    .custom-pricing .table-footer .col-price {
        width: 100%;
        text-align: right;
    }

    /*
    .custom-pricing .current-total {
        font-size: 1.5em;
    } */

    .custom-pricing .action-buttons .btn {
        width: 100%;
        max-width: none;
    }
}

@media (max-width: 480px) {
    /* .custom-pricing .pricing-title {
        font-size: 1.6em;
    } */

    /*    .custom-pricing .pricing-description {
        font-size: 0.9em;
    } */

    /*   .custom-pricing .toggle-label {
        font-size: 0.9em;
    } */

    .custom-pricing .badge {
        font-size: 0.7em;
    }

    .custom-pricing .table-row,
    .custom-pricing .table-footer {
        padding: 0.75rem 1rem;
    }

    /* .custom-pricing .col-module {
        font-size: 1em;
    } */

    /*  .custom-pricing .col-price {
        font-size: 1.1em;
    } */
}

.form-check-label {
    color: #3b2414 !important;
}

table {
    color: #3b2414 !important;
}

table thead {
    background-color: #fffce4 !important;
}

table tbody {
    background-color: #fffce4 !important;
}

.bg-light {
    background-color: #ffc200 !important;
}

.bg-white {
    background-color: #fffce4 !important;
}

.text-muted {
    color: #5b3a22 !important;
}

.text-black {
    color: #3b2414 !important;
}
