.btn {
    border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
    border-radius: 2rem !important;
}
.video-wrapper {
    overflow: hidden;
}
body {
    background-color: #fdf8f8;
}
body {
    font-family: 'Brygada 1918', Georgia, 'Times New Roman', serif;
}
.display-1 {
    font-family: 'Brygada 1918', sans-serif;
    font-size: 6rem;
    line-height: 1;
}
.display-1 > .mbr-iconfont {
    font-size: 7.5rem;
}
.display-2 {
    font-family: 'Brygada 1918', sans-serif;
    font-size: 4.2rem;
    line-height: 1;
    letter-spacing: -1px;
}
.display-2 > .mbr-iconfont {
    font-size: 5.25rem;
}
.display-4 {
    font-family: 'Brygada 1918', sans-serif;
    font-size: 1.125rem;
    line-height: 1.5;
}
.display-4 > .mbr-iconfont {
    font-size: 1.40625rem;
}
.display-5 {
    font-family: 'Brygada 1918', sans-serif;
    font-size: 2rem;
    line-height: 1.5;
}
.display-5 > .mbr-iconfont {
    font-size: 2.5rem;
}
.display-7 {
    font-family: 'Brygada 1918', sans-serif;
    font-size: 1.3rem;
    line-height: 1.66;
}
.display-7 > .mbr-iconfont {
    font-size: 1.625rem;
}
/* ---- 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: 4.8rem;
    }
}
@media (max-width: 768px) {
    .display-1 {
        font-size: 4.2rem;
        font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
    }
    .display-2 {
        font-size: 3.36rem;
        font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.3 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
    }
    .display-4 {
        font-size: 0.9rem;
        font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((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: 1.04rem;
        font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
    }
}
@media (min-width: 992px) and (max-width: 1400px) {
    .display-1 {
        font-size: 4.2rem;
        font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 62rem) / (87 - 62)));
        line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 62rem) / (87 - 62))));
    }
    .display-2 {
        font-size: 3.36rem;
        font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 62rem) / (87 - 62)));
        line-height: calc( 1.3 * (2.12rem + (4.2 - 2.12) * ((100vw - 62rem) / (87 - 62))));
    }
    .display-4 {
        font-size: 0.9rem;
        font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62)));
        line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62))));
    }
    .display-5 {
        font-size: 1.6rem;
        font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
        line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
    }
    .display-7 {
        font-size: 1.04rem;
        font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62)));
        line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62))));
    }
}
/* Buttons */
.btn {
    padding: 1.125rem 1.6rem;
    border-radius: 3rem;
}
.btn-sm {
    padding: 0.4rem 1.2rem;
    border-radius: 4px;
}
.btn-md {
    padding: 0.4rem 1.2rem;
    border-radius: 4px;
}
.btn-lg {
    padding: 1rem 2rem;
    border-radius: 4px;
}
.bg-primary {
    background-color: #b8e8b4 !important;
}
.bg-success {
    background-color: #81e8b8 !important;
}
.bg-info {
    background-color: #72e1f7 !important;
}
.bg-warning {
    background-color: #ffda6a !important;
}
.bg-danger {
    background-color: #e9808a !important;
}
.btn-primary {
    border-color: #000000 !important;
    box-shadow: 0 4px 0 0 #fff;
}
.btn-primary,
.btn-primary:active {
    background-color: #b8e8b4 !important;
    border-color: #000000 !important;
    color: #0f2a0d !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
    color: inherit;
    background-color: #b8e8b4 !important;
    border-color: #000000 !important;
    box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #0f2a0d !important;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}
.btn-secondary {
    border-color: #000000 !important;
    box-shadow: 0 4px 0 0 #fff;
}
.btn-secondary,
.btn-secondary:active {
    background-color: #67595e !important;
    border-color: #000000 !important;
    color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
    color: inherit;
    background-color: #67595e !important;
    border-color: #000000 !important;
    box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #ffffff !important;
    background-color: #a7999e !important;
    border-color: #a7999e !important;
}
.btn-info {
    border-color: #000000 !important;
    box-shadow: 0 4px 0 0 #fff;
}
.btn-info,
.btn-info:active {
    background-color: #72e1f7 !important;
    border-color: #000000 !important;
    color: #000304 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
    color: inherit;
    background-color: #72e1f7 !important;
    border-color: #000000 !important;
    box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
    color: #000304 !important;
    background-color: #ebfbfe !important;
    border-color: #ebfbfe !important;
}
.btn-success {
    border-color: #000000 !important;
    box-shadow: 0 4px 0 0 #fff;
}
.btn-success,
.btn-success:active {
    background-color: #81e8b8 !important;
    border-color: #000000 !important;
    color: #010302 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
    color: inherit;
    background-color: #81e8b8 !important;
    border-color: #000000 !important;
    box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
    color: #010302 !important;
    background-color: #edfcf5 !important;
    border-color: #edfcf5 !important;
}
.btn-warning {
    border-color: #000000 !important;
    box-shadow: 0 4px 0 0 #fff;
}
.btn-warning,
.btn-warning:active {
    background-color: #ffda6a !important;
    border-color: #000000 !important;
    color: #040300 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
    color: inherit;
    background-color: #ffda6a !important;
    border-color: #000000 !important;
    box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
    color: #040300 !important;
    background-color: #fffaea !important;
    border-color: #fffaea !important;
}
.btn-danger {
    border-color: #000000 !important;
    box-shadow: 0 4px 0 0 #fff;
}
.btn-danger,
.btn-danger:active {
    background-color: #e9808a !important;
    border-color: #000000 !important;
    color: #030101 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
    color: inherit;
    background-color: #e9808a !important;
    border-color: #000000 !important;
    box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
    color: #030101 !important;
    background-color: #fcedee !important;
    border-color: #fcedee !important;
}
.btn-white {
    border-color: #000000 !important;
    box-shadow: 0 4px 0 0 #fff;
}
.btn-white,
.btn-white:active {
    background-color: #fffff5 !important;
    border-color: #000000 !important;
    color: #8f8f00 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
    color: inherit;
    background-color: #fffff5 !important;
    border-color: #000000 !important;
    box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
    color: #8f8f00 !important;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}
.btn-black {
    border-color: #000000 !important;
    box-shadow: 0 4px 0 0 #fff;
}
.btn-black,
.btn-black:active {
    background-color: #000000 !important;
    border-color: #000000 !important;
    color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
    color: inherit;
    background-color: #000000 !important;
    border-color: #000000 !important;
    box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
    color: #ffffff !important;
    background-color: #404040 !important;
    border-color: #404040 !important;
}
.btn-primary-outline {
    border-color: #000000 !important;
    box-shadow: 0 4px 0 0 #fff;
}
.btn-primary-outline,
.btn-primary-outline:active {
    background-color: transparent !important;
    border-color: #b8e8b4;
    color: #b8e8b4;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
    color: #79d472 !important;
    background-color: transparent !important;
    box-shadow: none;
    border-color: #79d472 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
    color: #2b7825 !important;
    background-color: #b8e8b4 !important;
    border-color: #b8e8b4 !important;
}
.btn-secondary-outline {
    border-color: #000000 !important;
    box-shadow: 0 4px 0 0 #fff;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
    background-color: transparent !important;
    border-color: #67595e;
    color: #67595e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
    color: #383134 !important;
    background-color: transparent !important;
    box-shadow: none;
    border-color: #383134 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
    color: #ffffff !important;
    background-color: #67595e !important;
    border-color: #67595e !important;
}
.btn-info-outline {
    border-color: #000000 !important;
    box-shadow: 0 4px 0 0 #fff;
}
.btn-info-outline,
.btn-info-outline:active {
    background-color: transparent !important;
    border-color: #72e1f7;
    color: #72e1f7;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
    color: #20d0f2 !important;
    background-color: transparent !important;
    box-shadow: none;
    border-color: #20d0f2 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
    color: #065564 !important;
    background-color: #72e1f7 !important;
    border-color: #72e1f7 !important;
}
.btn-success-outline {
    border-color: #000000 !important;
    box-shadow: 0 4px 0 0 #fff;
}
.btn-success-outline,
.btn-success-outline:active {
    background-color: transparent !important;
    border-color: #81e8b8;
    color: #81e8b8;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
    color: #38db8f !important;
    background-color: transparent !important;
    box-shadow: none;
    border-color: #38db8f !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
    color: #105a37 !important;
    background-color: #81e8b8 !important;
    border-color: #81e8b8 !important;
}
.btn-warning-outline {
    border-color: #000000 !important;
    box-shadow: 0 4px 0 0 #fff;
}
.btn-warning-outline,
.btn-warning-outline:active {
    background-color: transparent !important;
    border-color: #ffda6a;
    color: #ffda6a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
    color: #ffc413 !important;
    background-color: transparent !important;
    box-shadow: none;
    border-color: #ffc413 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
    color: #6a5000 !important;
    background-color: #ffda6a !important;
    border-color: #ffda6a !important;
}
.btn-danger-outline {
    border-color: #000000 !important;
    box-shadow: 0 4px 0 0 #fff;
}
.btn-danger-outline,
.btn-danger-outline:active {
    background-color: transparent !important;
    border-color: #e9808a;
    color: #e9808a;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
    color: #dc3646 !important;
    background-color: transparent !important;
    box-shadow: none;
    border-color: #dc3646 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
    color: #ffffff !important;
    background-color: #e9808a !important;
    border-color: #e9808a !important;
}
.btn-black-outline {
    border-color: #000000 !important;
    box-shadow: 0 4px 0 0 #fff;
}
.btn-black-outline,
.btn-black-outline:active {
    background-color: transparent !important;
    border-color: #000000;
    color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
    color: #000000 !important;
    background-color: transparent !important;
    box-shadow: none;
    border-color: #000000 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
    color: #ffffff !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
}
.btn-white-outline {
    border-color: #000000 !important;
    box-shadow: 0 4px 0 0 #fff;
}
.btn-white-outline,
.btn-white-outline:active {
    background-color: transparent !important;
    border-color: #fffff5;
    color: #fffff5;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
    color: #ffff9e !important;
    background-color: transparent !important;
    box-shadow: none;
    border-color: #ffff9e !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
    color: #f5f500 !important;
    background-color: #fffff5 !important;
    border-color: #fffff5 !important;
}
.text-primary {
    color: #b8e8b4 !important;
}
.text-secondary {
    color: #67595e !important;
}
.text-success {
    color: #81e8b8 !important;
}
.text-info {
    color: #72e1f7 !important;
}
.text-warning {
    color: #ffda6a !important;
}
.text-danger {
    color: #e9808a !important;
}
.text-white {
    color: #fafafa !important;
}
.text-black {
    color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
    color: #6ed066 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
    color: #151213 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
    color: #2bd887 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
    color: #11ccf2 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
    color: #ffc104 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
    color: #da293a !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: none;
    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: #b8e8b4;
}
.nav-tabs .nav-link:not(.active) {
    color: #232323;
}
.alert-success {
    background-color: #70c770;
}
.alert-info {
    background-color: #72e1f7;
}
.alert-warning {
    background-color: #ffda6a;
}
.alert-danger {
    background-color: #e9808a;
}
.btn .mbr-iconfont-btn::before {
    background-color: #000000;
}
.mbr-gallery-filter li a {
    border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
    background-color: #b8e8b4;
    border-color: #b8e8b4;
    color: #328c2b;
}
.mbr-gallery-filter li.active .btn:focus {
    box-shadow: none;
}
.nav-tabs .nav-link {
    border-radius: 100px !important;
}
a,
a:hover {
    color: #b8e8b4;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
    color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
    color: #ffffff;
}
.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: 'Brygada 1918', sans-serif;
    font-size: 1.3rem;
    line-height: 1.66;
    font-weight: 400;
    border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
    font-size: 1.625rem;
}
.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: #b8e8b4 !important;
}
.form-control:-webkit-input-placeholder {
    font-family: 'Brygada 1918', sans-serif;
    font-size: 1.3rem;
    line-height: 1.66;
    font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
    font-size: 1.625rem;
}
blockquote {
    border-color: #b8e8b4;
}
/* Forms */
.mbr-form .input-group-btn .btn {
    border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
    padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
    background-color: #b8e8b4;
    color: #000000;
}
.jq-number__spin {
    transition: 0.25s ease;
}
.jq-number__spin:hover {
    border-color: #b8e8b4;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
    transition: 0.4s;
    border-top-color: #232323;
    border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
    border-top-color: #b8e8b4;
    border-bottom-color: #b8e8b4;
}
.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: #000000 !important;
    background-color: #b8e8b4 !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: #67595e !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='%23b8e8b4' %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;
}
@media (max-width: 1400px) {
    .container {
        max-width: 100%;
    }
}
@media (max-width: 1400px) and (min-width: 768px) {
    .container {
        padding-left: 32px;
        padding-right: 32px;
    }
}
@media (max-width: 1400px) and (min-width: 768px) {
    .container-fluid {
        padding-left: 32px;
        padding-right: 32px;
    }
}
@media (max-width: 767px) {
    .container-fluid {
        padding-left: 16px;
        padding-right: 16px;
    }
}
.cid-vrTLx2I9LO {
    z-index: 1000;
    width: 100%;
    position: relative;
}
.cid-vrTLx2I9LO .dropdown-item:before {
    font-family: inherit !important;
    content: "";
    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;
}
@media (max-width: 767px) {
    .cid-vrTLx2I9LO .navbar-toggler {
        transform: scale(0.8);
    }
}
.cid-vrTLx2I9LO .navbar-caption {
    color: #FDF8F8;
    padding-left: 1rem;
    padding-right: 0.5rem;
}
.cid-vrTLx2I9LO .navbar-caption,
.cid-vrTLx2I9LO .nav-link {
    transition: all 0.3s;
}
.cid-vrTLx2I9LO .navbar-caption:hover,
.cid-vrTLx2I9LO .nav-link:hover {
    color: #ebffe6;
}
.cid-vrTLx2I9LO .navbar-brand {
    flex-shrink: 0;
    align-items: center;
    margin-right: 0;
    padding: 10px 0;
    transition: all 0.3s;
    word-break: break-word;
    z-index: 1;
}
.cid-vrTLx2I9LO .navbar-brand img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 0px !important;
}
.cid-vrTLx2I9LO .navbar-brand .navbar-caption {
    line-height: inherit !important;
}
.cid-vrTLx2I9LO .navbar-brand .navbar-logo a {
    outline: none;
}
.cid-vrTLx2I9LO .navbar-nav {
    margin: auto;
    margin-left: 0;
    margin-left: auto;
}
.cid-vrTLx2I9LO .navbar-nav .nav-item {
    padding: 0 !important;
    transition: 0.3s all !important;
}
.cid-vrTLx2I9LO .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
    margin: 0 !important;
    border-radius: 1rem !important;
    transition: 0.3s all !important;
}
.cid-vrTLx2I9LO .navbar-nav .open .nav-link::after {
    transform: rotate(180deg);
}
@media (min-width: 992px) {
    .cid-vrTLx2I9LO .navbar-nav .open .nav-link::before {
        content: "";
        width: 100%;
        height: 20px;
        top: 100%;
        background: transparent;
        position: absolute;
    }
}
.cid-vrTLx2I9LO .navbar-nav .dropdown-item {
    padding: 12px !important;
    border-radius: 0.5rem !important;
    margin: 0 8px !important;
    transition: 0.3s all !important;
}
.cid-vrTLx2I9LO .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
    .cid-vrTLx2I9LO .navbar-nav {
        padding-left: 1.5rem;
    }
}
.cid-vrTLx2I9LO .nav-link {
    width: fit-content;
    position: relative;
}
.cid-vrTLx2I9LO .navbar-logo {
    padding-left: 2rem;
    margin: 0 !important;
}
@media (max-width: 767px) {
    .cid-vrTLx2I9LO .navbar-logo {
        padding-left: 1rem;
    }
}
@media (max-width: 767px) {
    .cid-vrTLx2I9LO .nav-dropdown {
        padding-bottom: 0.5rem;
    }
}
.cid-vrTLx2I9LO .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    transition: 0.3s all;
}
.cid-vrTLx2I9LO .container {
    display: flex;
    height: 88px;
    padding: 0.5rem 0.6rem;
    flex-wrap: nowrap;
    left: 0;
    right: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100vw;
}
@media (max-width: 992px) {
    .cid-vrTLx2I9LO .container {
        padding-right: 2rem;
    }
}
@media (max-width: 767px) {
    .cid-vrTLx2I9LO .container {
        width: 95%;
        height: 56px !important;
        padding-right: 1rem;
        margin-top: 0rem;
    }
}
.cid-vrTLx2I9LO .iconfont-wrapper {
    color: #000000 !important;
    font-size: 1.5rem;
    padding-right: 0.5rem;
}
.cid-vrTLx2I9LO .dropdown-menu {
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 100%;
    padding: 12px 4px !important;
    border-radius: 1.5rem;
    transition: 0.3s all !important;
    min-width: auto;
    background: #000000;
    background: #000000 !important;
}
.cid-vrTLx2I9LO .nav-item:focus,
.cid-vrTLx2I9LO .nav-link:focus {
    outline: none;
}
.cid-vrTLx2I9LO .dropdown .dropdown-menu .dropdown-item {
    width: auto;
    transition: all 0.25s ease-in-out;
}
.cid-vrTLx2I9LO .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
}
.cid-vrTLx2I9LO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
    margin-right: 0.5rem;
    vertical-align: sub;
}
.cid-vrTLx2I9LO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
    display: inline-block;
    transform: scale(1, 1);
    transition: all 0.25s ease-in-out;
}
.cid-vrTLx2I9LO .collapsed .dropdown-menu .dropdown-item:before {
    display: none;
}
.cid-vrTLx2I9LO .collapsed .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
}
.cid-vrTLx2I9LO .navbar {
    min-height: 88px;
    transition: all 0.3s;
    border-bottom: 1px solid transparent;
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}
.cid-vrTLx2I9LO .navbar.opened {
    transition: all 0.25s;
}
.cid-vrTLx2I9LO .navbar .dropdown-item {
    padding: 0.5rem 1.8rem;
}
.cid-vrTLx2I9LO .navbar .navbar-logo img {
    width: auto;
}
.cid-vrTLx2I9LO .navbar .navbar-collapse {
    z-index: 1;
    justify-content: flex-end;
}
.cid-vrTLx2I9LO .navbar.collapsed {
    justify-content: center;
}
.cid-vrTLx2I9LO .navbar.collapsed .nav-item .nav-link::before {
    display: none;
}
.cid-vrTLx2I9LO .navbar.collapsed.opened .dropdown-menu {
    top: 0;
}
@media (min-width: 992px) {
    .cid-vrTLx2I9LO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
        max-height: calc(98.5vh - 3rem);
    }
}
.cid-vrTLx2I9LO .navbar.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
}
.cid-vrTLx2I9LO .navbar.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
}
.cid-vrTLx2I9LO .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-vrTLx2I9LO .navbar.collapsed ul.navbar-nav li {
    margin: auto;
}
.cid-vrTLx2I9LO .navbar.collapsed .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
}
.cid-vrTLx2I9LO .navbar.collapsed .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
    .cid-vrTLx2I9LO .navbar {
        min-height: 72px;
    }
    .cid-vrTLx2I9LO .navbar .navbar-logo img {
        height: 2rem !important;
    }
}
@media (max-width: 991px) {
    .cid-vrTLx2I9LO .navbar .nav-item .nav-link::before {
        display: none;
    }
    .cid-vrTLx2I9LO .navbar.opened .dropdown-menu {
        top: 0;
    }
    .cid-vrTLx2I9LO .navbar .dropdown-menu .dropdown-submenu {
        left: 0 !important;
    }
    .cid-vrTLx2I9LO .navbar .dropdown-menu .dropdown-item:after {
        right: auto;
    }
    .cid-vrTLx2I9LO .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-vrTLx2I9LO .navbar .dropdown-menu .dropdown-item {
        padding: 0.25rem 1.5rem !important;
        text-align: center;
    }
    .cid-vrTLx2I9LO .navbar .navbar-brand {
        flex-shrink: initial;
        flex-basis: auto;
        word-break: break-word;
        padding-right: 10px;
    }
    .cid-vrTLx2I9LO .navbar .navbar-toggler {
        flex-basis: auto;
    }
    .cid-vrTLx2I9LO .navbar .icons-menu {
        padding-left: 0;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}
.cid-vrTLx2I9LO .navbar.navbar-short .navbar-logo img {
    height: 2rem;
}
.cid-vrTLx2I9LO .dropdown-item.active,
.cid-vrTLx2I9LO .dropdown-item:active {
    background-color: transparent;
}
.cid-vrTLx2I9LO .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
}
.cid-vrTLx2I9LO .nav-dropdown .link.dropdown-toggle {
    margin-right: 1.667em;
}
.cid-vrTLx2I9LO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.667em;
}
.cid-vrTLx2I9LO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #000000;
}
.cid-vrTLx2I9LO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
    margin: 0;
    left: 105%;
    transform: none;
    top: -12px;
}
.cid-vrTLx2I9LO .navbar .dropdown.open > .dropdown-menu {
    display: flex;
}
.cid-vrTLx2I9LO ul.navbar-nav {
    flex-wrap: wrap;
}
.cid-vrTLx2I9LO .navbar-buttons .btn {
    padding: 12px 30px;
}
.cid-vrTLx2I9LO .navbar-buttons {
    text-align: center;
    min-width: 140px;
}
@media (max-width: 992px) {
    .cid-vrTLx2I9LO .navbar-buttons {
        text-align: left;
    }
}
.cid-vrTLx2I9LO button.navbar-toggler {
    outline: none;
    width: 31px;
    height: 20px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
}
.cid-vrTLx2I9LO button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #fdf8f8;
}
.cid-vrTLx2I9LO button.navbar-toggler .hamburger span:nth-child(1) {
    top: 0;
    transition: all 0.2s;
}
.cid-vrTLx2I9LO button.navbar-toggler .hamburger span:nth-child(2) {
    top: 8px;
    transition: all 0.15s;
}
.cid-vrTLx2I9LO button.navbar-toggler .hamburger span:nth-child(3) {
    top: 8px;
    transition: all 0.15s;
}
.cid-vrTLx2I9LO button.navbar-toggler .hamburger span:nth-child(4) {
    top: 16px;
    transition: all 0.2s;
}
.cid-vrTLx2I9LO nav.opened .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
}
.cid-vrTLx2I9LO nav.opened .hamburger span:nth-child(2) {
    transform: rotate(45deg);
    transition: all 0.25s;
}
.cid-vrTLx2I9LO nav.opened .hamburger span:nth-child(3) {
    transform: rotate(-45deg);
    transition: all 0.25s;
}
.cid-vrTLx2I9LO nav.opened .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
}
.cid-vrTLx2I9LO .navbar-dropdown {
    padding: 0;
    background: #000000 !important;
}
.cid-vrTLx2I9LO .opacityScroll {
    background: #000000 !important;
}
.cid-vrTLx2I9LO a.nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cid-vrTLx2I9LO .icons-menu {
    flex-wrap: nowrap;
    display: flex;
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.3rem;
    text-align: center;
}
@media (max-width: 992px) {
    .cid-vrTLx2I9LO .icons-menu {
        justify-content: flex-start;
        margin-bottom: 0.5rem;
    }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .cid-vrTLx2I9LO .navbar {
        height: 70px;
    }
    .cid-vrTLx2I9LO .navbar.opened {
        height: auto;
    }
    .cid-vrTLx2I9LO .nav-item .nav-link:hover::before {
        width: 175%;
        max-width: calc(100% + 2rem);
        left: -1rem;
    }
}
.cid-vrTLx2I9LO .navbar .dropdown > .dropdown-menu {
    display: none;
    width: max-content;
    max-width: 500px !important;
    transform: translateX(-50%);
    top: calc(100% + 20px);
    left: 50%;
}
.cid-vrTLx2I9LO .navbar .dropdown > .dropdown-menu .dropdown-item {
    line-height: 1 !important;
}
.cid-vrTLx2I9LO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
}
.cid-vrTLx2I9LO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(-90deg);
}
.cid-vrTLx2I9LO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(0deg);
}
.cid-vrTLx2I9LO .mbr-section-btn {
    margin: -0.6rem -0.6rem;
}
.cid-vrTLx2I9LO .navbar-toggler {
    margin-left: 12px;
    margin-right: 8px;
    order: 1000;
}
@media (max-width: 991px) {
    .cid-vrTLx2I9LO .navbar-brand {
        margin-right: auto;
    }
    .cid-vrTLx2I9LO .navbar-collapse {
        z-index: 1200 !important;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        padding: 1rem;
        border-radius: 1.5rem;
        background: #000000;
        opacity: 1;
        border-color: #000000 !important;
        background: #000000 !important;
        backdrop-filter: blur(8px);
    }
    .cid-vrTLx2I9LO .navbar-nav .nav-item .nav-link::after {
        margin-left: 10px;
    }
    .cid-vrTLx2I9LO .navbar-nav .dropdown-item:hover {
        background-color: rgba(27, 31, 10, 0.06);
    }
    .cid-vrTLx2I9LO .navbar .dropdown > .dropdown-menu {
        max-width: 100% !important;
        transform: translateX(0);
        top: 10px;
        left: 0;
        padding: 8px !important;
        border-radius: 1rem;
        background-color: rgba(27, 31, 10, 0.04) !important;
    }
    .cid-vrTLx2I9LO .navbar .dropdown > .dropdown-menu .dropdown-item {
        padding: 8px !important;
        line-height: 1 !important;
        margin-bottom: 4px !important;
    }
    .cid-vrTLx2I9LO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
        align-items: center;
        display: flex;
        height: max-content !important;
        min-height: max-content !important;
    }
    .cid-vrTLx2I9LO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
        display: inline-block;
        position: static;
        margin-left: 0.5rem;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        transition: 0.3s all;
        transform: rotate(0deg);
    }
    .cid-vrTLx2I9LO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
        transform: rotate(180deg);
    }
    .cid-vrTLx2I9LO .navbar .dropdown > .dropdown-menu .dropdown-submenu {
        position: static;
        width: 100%;
        max-width: 100% !important;
        transform: translateX(0) !important;
        top: 0;
        left: 0;
        padding: 8px !important;
        border-radius: 1rem;
        background-color: rgba(27, 31, 10, 0.04) !important;
    }
    .cid-vrTLx2I9LO .navbar .dropdown.open > .dropdown-menu {
        display: flex !important;
        flex-direction: column;
        align-items: flex-start;
    }
}
@media (max-width: 991px) and (max-width: 767px) {
    .cid-vrTLx2I9LO .navbar-collapse {
        left: 0;
        width: 100%;
        border-radius: 0;
    }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
    .cid-vrTLx2I9LO .navbar-collapse {
        left: 0;
        width: 100%;
        border-radius: 0;
    }
}
@media (max-width: 575px) {
    .cid-vrTLx2I9LO .navbar-collapse {
        padding: 1rem;
    }
}
.cid-vrTLx2I9LO .nav-link,
.cid-vrTLx2I9LO .dropdown-item {
    color: #FDF8F8;
}
.cid-vrTLx2KvNX {
    padding-top: 12rem;
    padding-bottom: 10rem;
    background-color: #000000;
}
.cid-vrTLx2KvNX .mbr-fallback-image.disabled {
    display: none;
}
.cid-vrTLx2KvNX .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.cid-vrTLx2KvNX .image-wrapper img {
    border-radius: 2rem;
    padding: 5px;
    background-color: #fdf8f8;
}
.cid-vrTLx2KvNX .row {
    flex-direction: row-reverse;
}
.cid-vrTLx2KvNX .row {
    align-items: center;
}
@media (max-width: 991px) {
    .cid-vrTLx2KvNX .row {
        flex-direction: column-reverse;
        gap: 90px;
    }
}
.cid-vrTLx2KvNX .mbr-section-title {
    color: #FDF8F8;
}
@media (max-width: 991px) {
    .cid-vrTLx2KvNX .text-wrapper {
        text-align: center;
    }
}
.cid-vrTLx2KvNX .mbr-text,
.cid-vrTLx2KvNX .mbr-section-btn {
    color: #FDF8F8;
}
.cid-vrTLx2KvNX .mbr-menu,
.cid-vrTLx2KvNX .mbr-section-btn {
    color: #fdfde1;
}
.cid-vrTLx2KvNX .mbr-desc,
.cid-vrTLx2KvNX .mbr-section-btn {
    color: #FDF8F8;
}
.cid-vrTLx2Lqv4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: transparent;
}
.cid-vrTLx2Lqv4 .mbr-fallback-image.disabled {
    display: none;
}
.cid-vrTLx2Lqv4 .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.cid-vrTLx2Lqv4 .google-map {
    height: 30rem;
    position: relative;
}
.cid-vrTLx2Lqv4 .google-map iframe {
    height: 100%;
    width: 100%;
    background-color: #000000;
    padding: 4px;
}
.cid-vrTLx2Lqv4 .google-map [data-state-details] {
    color: #4b4b4b;
    height: 1.5em;
    margin-top: -0.75em;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}
.cid-vrTLx2Lqv4 .google-map[data-state] {
    background: #fffff5;
}
.cid-vrTLx2Lqv4 .google-map[data-state="loading"] [data-state-details] {
    display: none;
}
.cid-vrTLx2LqH1 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #000000;
}
.cid-vrTLx2LqH1 .mbr-fallback-image.disabled {
    display: none;
}
.cid-vrTLx2LqH1 .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.cid-vrTLx2LqH1 .items-wrapper {
    justify-content: center;
}
.cid-vrTLx2LqH1 .mbr-text,
.cid-vrTLx2LqH1 .text-wrapper {
    color: #DEF0DC;
    text-align: center;
}
.cid-vrTLx2Luc9 {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: transparent;
}
.cid-vrTLx2Luc9 .card-subtitle {
    text-align: left;
    margin-left: -15px;
    color: #000000;
}
.cid-vrTLx2Luc9 .flex-column {
    transition: all 300ms ease;
    border-radius: 2rem;
    padding: 2rem 1.5rem;
    background-color: #fdf8f8;
    border: 2px solid #000000;
}
.cid-vrTLx2Luc9 .flex-column:hover {
    box-shadow: 5px 5px 0 0 #000000 !important;
    background-color: #def0dc;
}
.cid-vrTLx2Luc9 .flex-column .iconfont-wrapper {
    text-align: left;
    margin-bottom: 16px;
}
.cid-vrTLx2Luc9 .flex-column .iconfont-wrapper .mbr-iconfont {
    color: #000000;
}
.cid-vrTLx2Luc9 .card-text {
    margin-bottom: 2rem;
    text-align: left;
    color: #000000;
}
.cid-vrTLx2Luc9 .button-align {
    margin-top: 36px;
    text-align: center;
}
.cid-vrTLx2Luc9 .mbr-section-btn {
    width: auto;
    display: inline-block;
}
.cid-vrTLx2Luc9 img {
    border-radius: 10%;
    height: 65px;
    width: auto;
    margin: 0;
}
.cid-vrTLx2Luc9 .flex-column .mbr-iconfont::before {
    font-size: 25px;
}
.cid-vrTLx2Luc9 .card-title {
    margin-bottom: 4px;
    padding: 0;
    margin-left: -15px;
}
.cid-vrTLx2Luc9 .col-12.col-md-6.col-lg-4 {
    margin-top: 30px;
}
.cid-vrTLx2Luc9 .col-12.col-md-6.col-lg-4:nth-child(1) {
    margin-top: 0px;
}
.cid-vrTLx2Luc9 .col-12.col-md-6.col-lg-4:nth-child(2) {
    margin-top: 0px;
}
.cid-vrTLx2Luc9 .col-12.col-md-6.col-lg-4:nth-child(3) {
    margin-top: 0px;
}
@media (max-width: 992px) {
    .cid-vrTLx2Luc9 .col-12.col-md-6.col-lg-4:nth-child(3) {
        margin-top: 30px;
    }
}
@media (max-width: 768px) {
    .cid-vrTLx2Luc9 .col-12.col-md-6.col-lg-4:nth-child(2) {
        margin-top: 30px;
    }
}
.cid-vrTLx2Luc9 .align {
    display: flex;
    align-items: center;
}
.cid-vrTLx2Luc9 .mbr-section-title {
    margin-bottom: 56px;
    color: #000000;
    text-align: center;
}
.cid-vrTLx2Luc9 .btn {
    margin-top: 20px;
    padding: 1rem 2rem;
}
.cid-vrTLx2Luc9 .card-text,
.cid-vrTLx2Luc9 .iconfont-wrapper {
    color: #000000;
}
.cid-vrTLx2Luc9 .item-title {
    color: #000000;
    margin-bottom: 1rem;
}
.cid-vrTLx2Mevj {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: transparent;
}
.cid-vrTLx2Mevj .mbr-fallback-image.disabled {
    display: none;
}
.cid-vrTLx2Mevj .mbr-fallback-image {
    display: block;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.cid-vrTLx2Mevj .content-wrapper {
    display: flex;
    border-radius: 2rem;
}
@media (max-width: 992px) {
    .cid-vrTLx2Mevj .content-wrapper {
        display: block;
        padding: 32px 16px;
    }
}
.cid-vrTLx2Mevj .content-wrapper .content-wrap {
    width: 60%;
}
@media (max-width: 1199px) {
    .cid-vrTLx2Mevj .content-wrapper .content-wrap {
        margin-bottom: 32px;
        width: 50%;
        padding-right: 0;
        padding-left: 0;
    }
}
@media (max-width: 992px) {
    .cid-vrTLx2Mevj .content-wrapper .content-wrap {
        margin-bottom: 24px;
        width: 100%;
    }
}
@media (max-width: 992px) {
    .cid-vrTLx2Mevj .content-wrapper .content-wrap .text-wrapper {
        position: static;
        padding: 0;
    }
}
.cid-vrTLx2Mevj .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    position: relative;
    z-index: 1;
    margin-bottom: 32px;
}
.cid-vrTLx2Mevj .content-wrapper .content-wrap .text-wrapper .mbr-section-title .mbr-iconfont {
    color: #bff747;
}
@media (max-width: 992px) {
    .cid-vrTLx2Mevj .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
        margin-bottom: 24px;
    }
}
.cid-vrTLx2Mevj .content-wrapper .content-wrap .text-wrapper .mbr-text {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
}
.cid-vrTLx2Mevj .content-wrapper .panel-group {
    width: 40%;
}
@media (max-width: 1199px) {
    .cid-vrTLx2Mevj .content-wrapper .panel-group {
        width: 50%;
    }
}
@media (max-width: 992px) {
    .cid-vrTLx2Mevj .content-wrapper .panel-group {
        margin-bottom: 24px;
        width: 100%;
        padding: 0;
    }
}
.cid-vrTLx2Mevj .content-wrapper .panel-group .card {
    position: relative;
    padding: 1.2rem;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    margin-top: 16px;
    border: 3px solid #000000;
    background-color: #fdf8f8;
}
@media (max-width: 992px) {
    .cid-vrTLx2Mevj .content-wrapper .panel-group .card {
        padding: 16px;
        width: 100%;
    }
}
.cid-vrTLx2Mevj .content-wrapper .panel-group .card:first-child {
    margin-top: 0;
}
.cid-vrTLx2Mevj .content-wrapper .panel-group .card .card-header {
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
}
.cid-vrTLx2Mevj .content-wrapper .panel-group .card .card-header .panel-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cid-vrTLx2Mevj .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
    margin-bottom: 0;
}
.cid-vrTLx2Mevj .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 45px;
    height: 45px;
    min-width: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
}
.cid-vrTLx2Mevj .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    transition: all 0.3s ease-in-out;
    font-size: 26px;
    color: #000000;
}
.cid-vrTLx2Mevj .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
    transform: rotate(-45deg);
}
.cid-vrTLx2Mevj .content-wrapper .panel-group .card .panel-collapse .panel-body {
    position: relative;
    z-index: 1;
    margin-top: 20px;
}
@media (max-width: 992px) {
    .cid-vrTLx2Mevj .content-wrapper .panel-group .card .panel-collapse .panel-body {
        margin-top: 16px;
    }
}
.cid-vrTLx2Mevj .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    margin-bottom: 0;
}
.cid-vrTLx2Mevj .mbr-section-title,
.cid-vrTLx2Mevj .mbr-text,
.cid-vrTLx2Mevj .panel-title-edit,
.cid-vrTLx2Mevj .panel-text {
    color: #000000;
}
.cid-vrTLx2NKQW {
    overflow: hidden;
    background-image: url("../../../assets/images/photo-1698675610962-2e4ee6a71d31.jpeg");
}
.cid-vrTLx2NKQW .mbr-fallback-image.disabled {
    display: none;
}
.cid-vrTLx2NKQW .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.cid-vrTLx2NKQW .container-fluid {
    padding: 0 60px;
}
@media (max-width: 992px) {
    .cid-vrTLx2NKQW .container-fluid {
        padding: 0 23px;
    }
}
@media (max-width: 768px) {
    .cid-vrTLx2NKQW .container-fluid {
        padding: 0 12px;
    }
}
@media (max-width: 992px) {
    .cid-vrTLx2NKQW .container {
        padding: 0 23px;
    }
}
@media (max-width: 768px) {
    .cid-vrTLx2NKQW .container {
        padding: 0 12px;
    }
}
.cid-vrTLx2NKQW .row {
    height: 700px;
}
@media (max-width: 992px) {
    .cid-vrTLx2NKQW .row {
        height: 350px;
    }
}
.cid-vrTLx2NwYV {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: transparent;
}
.cid-vrTLx2NwYV .mbr-fallback-image.disabled {
    display: none;
}
.cid-vrTLx2NwYV .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
@media (max-width: 992px) {
    .cid-vrTLx2NwYV .container {
        padding: 0 25px;
    }
}
.cid-vrTLx2NwYV .row {
    justify-content: center;
}
.cid-vrTLx2NwYV .item {
    margin-bottom: 32px;
}
.cid-vrTLx2NwYV .item .item-wrapper {
    transition: all 0.3s ease-in-out;
    background-color: #000000;
    overflow: hidden;
}
.cid-vrTLx2NwYV .item .item-wrapper:hover,
.cid-vrTLx2NwYV .item .item-wrapper:focus {
    box-shadow: 2px 2px 0 0 #000000;
}
.cid-vrTLx2NwYV .item .item-wrapper a {
    display: block;
}
.cid-vrTLx2NwYV .item .item-wrapper a:hover .item-img::after,
.cid-vrTLx2NwYV .item .item-wrapper a:focus .item-img::after {
    opacity: 0;
}
.cid-vrTLx2NwYV .item .item-wrapper a .item-img {
    position: relative;
}
.cid-vrTLx2NwYV .item .item-wrapper a .item-img img {
    background-color: #000000;
    padding: 4px;
    height: 310px;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}
.cid-vrTLx2NwYV .item .item-wrapper a .item-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #4b4b4b;
    opacity: 0.4;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
}
.cid-vrTLx2O7pS {
    padding-top: 4rem;
    padding-bottom: 8rem;
    background-color: #000000;
}
.cid-vrTLx2O7pS .mbr-fallback-image.disabled {
    display: none;
}
.cid-vrTLx2O7pS .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.cid-vrTLx2O7pS .mbr-desc {
    margin-bottom: 15px;
}
.cid-vrTLx2O7pS .tabs-wrapper {
    background-color: #000000;
    border-radius: 2rem 2rem 0 0;
    padding: 0px 60px 225px;
    text-align: center;
}
@media (max-width: 1200px) {
    .cid-vrTLx2O7pS .tabs-wrapper {
        padding: 0px 30px 225px;
    }
}
@media (max-width: 992px) {
    .cid-vrTLx2O7pS .tabs-wrapper {
        padding: 0px 16px 225px;
        border-radius: 2rem 2rem 0 0;
    }
}
.cid-vrTLx2O7pS .tabs-wrapper .nav.nav-tabs {
    border: none;
    padding: 0;
    border-radius: 0 !important;
    background-color: transparent;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
}
.cid-vrTLx2O7pS .tabs-wrapper .nav.nav-tabs .nav-item {
    padding: 10px 20px;
    border: none;
    border-radius: 0;
    display: block;
    margin: 0;
}
.cid-vrTLx2O7pS .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    position: relative;
    color: #def0dc;
    padding: 0;
    border: none;
    margin-bottom: 0;
}
.cid-vrTLx2O7pS .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    transition: all 0.3s ease-in-out;
    background-color: #def0dc;
}
.cid-vrTLx2O7pS .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
    background-color: transparent;
}
.cid-vrTLx2O7pS .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
    width: 100%;
}
.cid-vrTLx2O7pS .tab-content {
    background-color: #fdf8f8;
    border-radius: 2rem;
    margin-top: -190px;
    padding: 110px 60px;
}
@media (max-width: 1200px) {
    .cid-vrTLx2O7pS .tab-content {
        padding: 70px 30px;
    }
}
@media (max-width: 992px) {
    .cid-vrTLx2O7pS .tab-content {
        padding: 16px;
        border-radius: 2rem;
    }
}
.cid-vrTLx2O7pS .tab-content .tab-pane .content-wrap {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 992px) {
    .cid-vrTLx2O7pS .tab-content .tab-pane .content-wrap {
        display: block;
        margin-bottom: 15px;
    }
}
.cid-vrTLx2O7pS .tab-content .tab-pane .content-wrap .image-wrapper {
    width: 48%;
}
@media (max-width: 992px) {
    .cid-vrTLx2O7pS .tab-content .tab-pane .content-wrap .image-wrapper {
        width: 100%;
        margin-bottom: 35px;
    }
}
.cid-vrTLx2O7pS .tab-content .tab-pane .content-wrap .image-wrapper img {
    height: 350px;
    object-fit: cover;
    border-radius: 2rem;
    background-color: #000000;
    padding: 4px;
}
@media (max-width: 992px) {
    .cid-vrTLx2O7pS .tab-content .tab-pane .content-wrap .image-wrapper img {
        border-radius: 1rem;
    }
}
.cid-vrTLx2O7pS .tab-content .tab-pane .content-wrap .text-wrapper {
    width: 48%;
}
@media (max-width: 992px) {
    .cid-vrTLx2O7pS .tab-content .tab-pane .content-wrap .text-wrapper {
        width: 100%;
    }
}
.cid-vrTLx2O7pS .tab-content .tab-pane .content-wrap .text-wrapper .item-title {
    margin-bottom: 20px;
}
.cid-vrTLx2O7pS .tab-content .tab-pane .content-wrap .text-wrapper .item-text {
    margin-bottom: 0;
}
.cid-vrTLx2O7pS .card {
    justify-content: center;
}
.cid-vrTLx2O7pS .item-title {
    color: #000000;
}
.cid-vrTLx2O7pS .item-text {
    color: #000000;
}
.cid-vrTLx2OBKz {
    background-image: url("../../../assets/images/mbr-1920x1152.jpg");
}
.cid-vrTLx2OBKz .mbr-fallback-image.disabled {
    display: none;
}
.cid-vrTLx2OBKz .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.cid-vrTLx2OBKz .items-wrap {
    justify-content: space-between;
}
.cid-vrTLx2OBKz .items-wrap .card {
    justify-content: center;
}
.cid-vrTLx2OBKz .title-wrapper .mbr-desc {
    color: #fdfde1;
    margin-bottom: 15px;
}
.cid-vrTLx2OBKz .title-wrapper .mbr-section-title {
    display: inline;
    margin-bottom: 64px;
}
@media (max-width: 992px) {
    .cid-vrTLx2OBKz .title-wrapper .mbr-section-title {
        margin-bottom: 32px;
    }
}
@media (max-width: 992px) {
    .cid-vrTLx2OBKz .content-wrapper {
        margin-bottom: 32px;
    }
}
.cid-vrTLx2OBKz .content-wrapper .mbr-text {
    margin-bottom: 54px;
}
@media (max-width: 992px) {
    .cid-vrTLx2OBKz .content-wrapper .mbr-text {
        margin-bottom: 22px;
    }
}
.cid-vrTLx2OBKz .iconfont-wrapper {
    display: inline;
}
.cid-vrTLx2OBKz .icon-title-1 {
    color: #bff747;
}
@media (max-width: 992px) {
    .cid-vrTLx2OBKz .image-wrapper {
        margin-bottom: 32px;
    }
}
.cid-vrTLx2OBKz .image-wrapper img {
    border-radius: 2rem;
    padding: 5px;
    background-color: #fdfde1;
    height: 550px;
    width: 100%;
    object-fit: cover;
}
@media (max-width: 992px) {
    .cid-vrTLx2OBKz .image-wrapper img {
        height: 350px;
    }
}
.cid-vrTLx2OBKz .mbr-section-title {
    color: #fdfde1;
}
.cid-vrTLx2OBKz .mbr-section-title .mbr-iconfont {
    color: #bff747;
    font-size: inherit;
}
.cid-vrTLx2OBKz .mbr-text {
    color: #000000;
}
.cid-vrTLx2OBKz .mbr-text,
.cid-vrTLx2OBKz .mbr-section-btn {
    color: #fdfde1;
}
.cid-vrTLx2PvvH {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: transparent;
}
.cid-vrTLx2PvvH .mbr-fallback-image.disabled {
    display: none;
}
.cid-vrTLx2PvvH .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.cid-vrTLx2PvvH .card-box__top {
    flex-direction: column-reverse;
    display: flex;
    justify-content: space-between;
    align-items: top;
}
.cid-vrTLx2PvvH .card-box__top .mbr-iconfont {
    font-size: 70px;
    width: auto;
}
.cid-vrTLx2PvvH .item-mb {
    margin-bottom: 2rem;
}
@media (max-width: 767px) {
    .cid-vrTLx2PvvH .item-mb {
        margin-bottom: 1rem;
    }
}
.cid-vrTLx2PvvH .card-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.cid-vrTLx2PvvH .card-box .card-title {
    margin-top: 1.75rem;
    margin-bottom: 1rem;
}
.cid-vrTLx2PvvH .card-box .card-text {
    margin-bottom: 1.75rem;
    line-height: 1.66;
}
.cid-vrTLx2PvvH .card-box .item-footer {
    margin-left: 0;
}
.cid-vrTLx2PvvH .card-box .item-footer .btn-primary {
    border: none;
    background-color: unset !important;
    box-shadow: none;
    margin: 0.2rem 0 0.2rem 0;
}
.cid-vrTLx2PvvH .card-box .item-footer .mbr-iconfont {
    font-size: 28px;
    padding-left: 0;
}
.cid-vrTLx2PvvH .item-wrapper {
    background: #fdf8f8;
    padding: 2rem !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: solid 2px #000000;
    transition: all 0.3s ease;
}
.cid-vrTLx2PvvH .item-wrapper .btn {
    padding: 0;
    margin: 0;
}
.cid-vrTLx2PvvH .item-wrapper .btn .mbr-iconfont-btn::before {
    background-color: inherit;
}
.cid-vrTLx2PvvH .item-wrapper:hover {
    background-color: #def0dc;
    box-shadow: 5px 5px 0 0 #000000;
}
.cid-vrTLx2PvvH .item-wrapper:hover .item-footer .mbr-iconfont {
    transform: translateX(1.25rem);
}
.cid-vrTLx2PvvH .mbr-iconfont {
    display: inline-flex;
    color: #000000;
    justify-content: center;
    align-items: center;
    margin: 0rem;
    transition: transform 0.3s ease;
}
.cid-vrTLx2PvvH .icon-title {
    color: #bff747;
}
.cid-vrTLx2PvvH .mbr-section-title {
    color: #000000;
    text-align: center;
}
.cid-vrTLx2PvvH .mbr-section-subtitle {
    color: #000000;
}
.cid-vrTLx2PvvH .content-head {
    max-width: 856px;
}
.cid-vrTLx2PvvH .card-title,
.cid-vrTLx2PvvH .iconfont-wrapper {
    color: #000000;
}
.cid-vrTLx2PvvH .card-text,
.cid-vrTLx2PvvH .item .mbr-section-btn {
    color: #000000;
}
.cid-vrTLx2PKhZ {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: transparent;
}
.cid-vrTLx2PKhZ .mbr-fallback-image.disabled {
    display: none;
}
.cid-vrTLx2PKhZ .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.cid-vrTLx2PKhZ .title-wrapper .mbr-section-title {
    margin-bottom: 64px;
}
@media (max-width: 992px) {
    .cid-vrTLx2PKhZ .title-wrapper .mbr-section-title {
        margin-bottom: 32px;
    }
}
.cid-vrTLx2PKhZ .items-wrap {
    justify-content: center;
    margin: 0 -10px;
}
.cid-vrTLx2PKhZ .items-wrap .item {
    padding: 0 10px;
    margin-bottom: 32px;
}
.cid-vrTLx2PKhZ .item .item-wrapper .item-title {
    margin-bottom: 0.5rem;
}
.cid-vrTLx2PKhZ .item .item-wrapper .item-desc {
    margin-bottom: 1rem;
}
.cid-vrTLx2PKhZ .item .item-wrapper .card-box {
    border: 2px solid #000;
    padding: 42px 28px;
    min-height: 470px;
}
@media (max-width: 992px) {
    .cid-vrTLx2PKhZ .item .item-wrapper .card-box {
        padding: 36px 24px;
        min-height: auto;
    }
}
.cid-vrTLx2PKhZ .item .item-wrapper .card-box .icon-wrap {
    margin-bottom: 16px;
}
.cid-vrTLx2PKhZ .item .item-wrapper .card-box .icon-wrap .mbr-iconfont {
    width: 70px;
    height: 70px;
    font-size: 70px;
    display: inline-flex;
}
.cid-vrTLx2PKhZ .item .item-wrapper .card-box .item-text_1,
.cid-vrTLx2PKhZ .item .item-wrapper .card-box .item-text_2 {
    margin-bottom: 0;
}
.cid-vrTLx2PKhZ .item .item-wrapper .card_1 {
    background-color: #000000;
}
.cid-vrTLx2PKhZ .item .item-wrapper .card_1 .icon-wrap .mbr-iconfont {
    color: #fdf8f8;
}
.cid-vrTLx2PKhZ .item .item-wrapper .card_2 {
    background-color: #def0dc;
}
.cid-vrTLx2PKhZ .item .item-wrapper .card_2 .icon-wrap .mbr-iconfont {
    color: #000000;
}
.cid-vrTLx2PKhZ .item .item-wrapper .card {
    justify-content: center;
}
.cid-vrTLx2PKhZ .mbr-section-btn {
    margin-top: 1.5rem;
    text-align: center;
}
.cid-vrTLx2PKhZ .item-title {
    color: #000000;
}
.cid-vrTLx2PKhZ .item-desc {
    color: #000000;
}
.cid-vrTLx2PKhZ .item-text_1 {
    color: #fdfde1;
}
.cid-vrTLx2PKhZ .item-text_2 {
    color: #000000;
    text-align: center;
}
.cid-vrTLx2PKhZ .item-text_1,
.cid-vrTLx2PKhZ .icon-wrap {
    text-align: center;
}
.cid-vrTLx2PKhZ .item-text_1,
.cid-vrTLx2PKhZ .icon_1 {
    color: #FDF8F8;
}
.cid-vrTLx2PKhZ .item-text_2,
.cid-vrTLx2PKhZ .icon_2 {
    color: #000000;
}
.cid-vrTLx2QHGF {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: transparent;
}
.cid-vrTLx2QHGF .mbr-fallback-image.disabled {
    display: none;
}
.cid-vrTLx2QHGF .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.cid-vrTLx2QHGF .title-wrapper .mbr-section-title {
    margin-bottom: 64px;
}
@media (max-width: 992px) {
    .cid-vrTLx2QHGF .title-wrapper .mbr-section-title {
        margin-bottom: 32px;
    }
}
.cid-vrTLx2QHGF .icon-wrap {
    margin-bottom: 64px;
    text-align: right;
}
@media (max-width: 992px) {
    .cid-vrTLx2QHGF .icon-wrap {
        margin-bottom: 32px;
        text-align: left;
    }
}
.cid-vrTLx2QHGF .icon-wrap .mbr-iconfont {
    display: inline-flex;
    width: 70px;
    height: 70px;
    color: #bff474;
    font-size: 70px;
}
@media (max-width: 992px) {
    .cid-vrTLx2QHGF .icon-wrap .mbr-iconfont {
        width: 48px;
        height: 48px;
        font-size: 48px;
    }
}
.cid-vrTLx2QHGF .items-wrap {
    justify-content: center;
    margin: 0 -10px;
}
.cid-vrTLx2QHGF .items-wrap .item {
    padding: 0 10px;
    margin-bottom: 20px;
}
.cid-vrTLx2QHGF .item .item-wrapper {
    height: 100%;
    padding: 42px 28px;
    background-color: #000000;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media (max-width: 992px) {
    .cid-vrTLx2QHGF .item .item-wrapper {
        padding: 36px 24px;
    }
}
.cid-vrTLx2QHGF .item .item-wrapper .card-box .item-price {
    margin-bottom: 16px;
}
.cid-vrTLx2QHGF .item .item-wrapper .card-box .item-desc {
    margin-bottom: 32px;
}
.cid-vrTLx2QHGF .item .item-wrapper .card-box .item-title {
    margin-bottom: 32px;
}
.cid-vrTLx2QHGF .item .item-wrapper .card-box .list {
    padding: 0;
    margin: 0 0 32px 0;
    list-style-type: none;
}
.cid-vrTLx2QHGF .item .item-wrapper .card-box .list .item-wrap {
    border-top: 2px solid #def0dc;
    padding: 22px 0;
}
.cid-vrTLx2QHGF .item .item-wrapper .card-box .list .item-wrap:first-child {
    border-top: none;
    padding-top: 0;
}
.cid-vrTLx2QHGF .item .item-wrapper .card-box .list .item-wrap:last-child {
    padding-bottom: 0;
}
.cid-vrTLx2QHGF .mbr-section-title {
    color: #000000;
    text-align: center;
}
.cid-vrTLx2QHGF .item-price {
    text-align: center;
}
.cid-vrTLx2QHGF .item-desc {
    text-align: center;
    color: #DEF0DC;
}
.cid-vrTLx2QHGF .mbr-section-btn {
    text-align: center;
}
.cid-vrTLx2QHGF .item-title,
.cid-vrTLx2QHGF .item-price,
.cid-vrTLx2QHGF .mbr-section-btn,
.cid-vrTLx2QHGF .list,
.cid-vrTLx2QHGF .item-wrap {
    color: #fdf8f8;
}
.cid-vrTLx2RtC3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #000000;
}
.cid-vrTLx2RtC3 .mbr-fallback-image.disabled {
    display: none;
}
.cid-vrTLx2RtC3 .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.cid-vrTLx2RtC3 .btn {
    padding: 1rem 2rem;
}
.cid-vrTLx2RtC3 .content-head {
    max-width: 800px;
}
.cid-vrTLx2RtC3 .item-wrapper .mbr-iconfont {
    margin: auto;
    display: inline-flex;
    font-size: 2rem;
    color: #fdf8f8;
    width: 40px;
    justify-content: center;
    align-items: center;
}
.cid-vrTLx2RtC3 .mbr-section-title {
    color: #FDF8F8;
}
.cid-vrTLx2RtC3 .mbr-section-subtitle {
    color: #FDF8F8;
}
.cid-vrTLx2RtC3 .card-title,
.cid-vrTLx2RtC3 .iconfont-wrapper {
    color: #FDF8F8;
}
.cid-vrTLx2RtC3 .card-text {
    color: #FDF8F8;
}
.cid-vrTLx2RU1p {
    padding-top: 7rem;
    padding-bottom: 4rem;
    background-color: #000000;
}
.cid-vrTLx2RU1p .mbr-fallback-image.disabled {
    display: none;
}
.cid-vrTLx2RU1p .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.cid-vrTLx2RU1p .items-wrap {
    justify-content: space-between;
}
.cid-vrTLx2RU1p .items-wrap .card {
    justify-content: center;
}
.cid-vrTLx2RU1p .title-wrapper .mbr-desc {
    margin-bottom: 15px;
}
.cid-vrTLx2RU1p .title-wrapper .mbr-section-title {
    margin-bottom: 64px;
}
@media (max-width: 992px) {
    .cid-vrTLx2RU1p .title-wrapper .mbr-section-title {
        margin-bottom: 32px;
    }
}
@media (max-width: 992px) {
    .cid-vrTLx2RU1p .title-wrapper {
        text-align: center;
    }
}
@media (max-width: 992px) {
    .cid-vrTLx2RU1p .content-wrapper {
        margin-bottom: 32px;
        text-align: center;
    }
}
.cid-vrTLx2RU1p .icon-title {
    color: #bff747;
}
@media (max-width: 992px) {
    .cid-vrTLx2RU1p .image-wrapper {
        margin-bottom: 32px;
    }
}
.cid-vrTLx2RU1p .image-wrapper img {
    border-radius: 2rem;
    padding: 5px;
    background-color: #fdf8f8;
    height: 550px;
    width: 100%;
    object-fit: cover;
}
@media (max-width: 992px) {
    .cid-vrTLx2RU1p .image-wrapper img {
        height: 350px;
    }
}
.cid-vrTLx2RU1p .mbr-section-title {
    color: #FDF8F8;
}
.cid-vrTLx2RU1p .mbr-text {
    color: #000000;
}
.cid-vrTLx2RU1p .mbr-text,
.cid-vrTLx2RU1p .mbr-section-btn {
    color: #FDF8F8;
}
.cid-vrTLx2RU1p .mbr-desc {
    color: #fdfde1;
}
.cid-vrTLx2RU1p .mbr-section-subtitle {
    color: #FDF8F8;
}
.cid-vrTLx2RU1p .mbr-desc,
.cid-vrTLx2RU1p .mbr-section-btn {
    color: #FDF8F8;
}
.cid-vrTLx2SByG {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: transparent;
}
.cid-vrTLx2SByG .mbr-fallback-image.disabled {
    display: none;
}
.cid-vrTLx2SByG .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
@media (max-width: 992px) {
    .cid-vrTLx2SByG .container {
        padding: 0 20px;
    }
}
.cid-vrTLx2SByG .row {
    justify-content: center;
    row-gap: 2rem;
}
@media (max-width: 992px) {
    .cid-vrTLx2SByG .item {
        margin-bottom: 40px;
    }
}
.cid-vrTLx2SByG .item:hover .item-wrapper,
.cid-vrTLx2SByG .item:focus .item-wrapper {
    border: 2px solid #87b684;
    box-shadow: 5px 5px 0 0 #87b684;
}
.cid-vrTLx2SByG .item:hover .item-wrapper .item-img img,
.cid-vrTLx2SByG .item:focus .item-wrapper .item-img img {
    transform: scale(1.05);
}
.cid-vrTLx2SByG .item .item-wrapper {
    height: 100%;
    border: 2px solid #000000;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}
.cid-vrTLx2SByG .item .item-wrapper .item-img {
    overflow: hidden;
}
.cid-vrTLx2SByG .item .item-wrapper .item-img img {
    height: 450px;
    border-radius: 0 !important;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
    .cid-vrTLx2SByG .item .item-wrapper .item-img img {
        height: 350px;
    }
}
.cid-vrTLx2SByG .item .item-wrapper .item-content {
    padding: 24px;
}
.cid-vrTLx2SByG .item .item-wrapper .item-content .card-desc {
    margin-bottom: 0;
}
.cid-vrTLx2SByG .item .item-wrapper .item-content .mbr-section-btn .btn {
    margin-bottom: 0;
}
.cid-vrTLx2SByG .card-price {
    color: #000000;
}
.cid-vrTLx2SByG .card-desc {
    color: #000000;
}
.cid-vrTLx2SByG .card-title {
    color: #000000;
}
.cid-vrTLx2SByG .mbr-section-title,
.cid-vrTLx2SByG .icon-wrap {
    text-align: center;
    color: #000000;
}
.cid-vrTLx2TY5H {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #000000;
}
.cid-vrTLx2TY5H .mbr-fallback-image.disabled {
    display: none;
}
.cid-vrTLx2TY5H .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
@media (max-width: 992px) {
    .cid-vrTLx2TY5H .title-wrapper {
        margin-bottom: 48px;
    }
}
.cid-vrTLx2TY5H .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
}
.cid-vrTLx2TY5H .panel-group .card {
    position: relative;
    padding: 24px;
    background-color: #000000;
    border: 1px solid #fdf8f8;
    border-radius: 0;
    margin-top: 12px;
    transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
    .cid-vrTLx2TY5H .panel-group .card {
        padding: 16px;
    }
}
.cid-vrTLx2TY5H .panel-group .card:first-child {
    margin-top: 0;
}
.cid-vrTLx2TY5H .panel-group .card:hover,
.cid-vrTLx2TY5H .panel-group .card:focus {
    border: 1px solid #67595e;
}
.cid-vrTLx2TY5H .panel-group .card .card-header {
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
}
.cid-vrTLx2TY5H .panel-group .card .card-header .panel-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.cid-vrTLx2TY5H .panel-group .card .card-header .panel-title .panel-title-edit {
    margin-bottom: 0;
}
.cid-vrTLx2TY5H .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 48px;
    height: 48px;
    min-width: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 16px;
    transition: all 0.3s ease-in-out;
    border-radius: 100%;
    background-color: #666666;
}
.cid-vrTLx2TY5H .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    font-size: 24px;
    transition: all 0.3s ease-in-out;
    color: #fdf8f8;
}
.cid-vrTLx2TY5H .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
    transform: rotate(-45deg);
}
.cid-vrTLx2TY5H .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
    color: #67595e;
}
.cid-vrTLx2TY5H .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
}
.cid-vrTLx2TY5H .panel-group .card .panel-collapse .panel-body .panel-text {
    margin-bottom: 0;
}
.cid-vrTLx2TY5H .mbr-section-title,
.cid-vrTLx2TY5H .mbr-section-btn {
    color: #FDF8F8;
}
.cid-vrTLx2TY5H .panel-title-edit {
    color: #FDF8F8;
}
.cid-vrTLx2TY5H .panel-text {
    color: #FDF8F8;
}
.cid-vrTLx2Tb6u {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #000000;
}
.cid-vrTLx2Tb6u .item:focus,
.cid-vrTLx2Tb6u span:focus {
    outline: none;
}
.cid-vrTLx2Tb6u .item {
    cursor: pointer;
}
.cid-vrTLx2Tb6u .grid-container {
    grid-row-gap: 2rem;
}
@media (max-width: 767px) {
    .cid-vrTLx2Tb6u .grid-container {
        grid-row-gap: 1rem;
    }
}
.cid-vrTLx2Tb6u .grid-container-1,
.cid-vrTLx2Tb6u .grid-container-2 {
    gap: 0 2rem;
}
@media (max-width: 767px) {
    .cid-vrTLx2Tb6u .grid-container-1,
    .cid-vrTLx2Tb6u .grid-container-2 {
        gap: 0 1rem;
    }
}
.cid-vrTLx2Tb6u .mbr-section-title {
    margin-bottom: 70px;
    color: #000000;
    text-align: center;
}
@media (max-width: 992px) {
    .cid-vrTLx2Tb6u .mbr-section-title {
        margin-bottom: 35px;
    }
}
.cid-vrTLx2Tb6u .content-head {
    max-width: 800px;
}
.cid-vrTLx2Tb6u .container,
.cid-vrTLx2Tb6u .container-fluid {
    overflow: hidden;
}
.cid-vrTLx2Tb6u .grid-container {
    display: grid;
    transform: translate3d(-3rem, 0, 0);
    width: 115vw;
    grid-column-gap: 1rem;
}
.cid-vrTLx2Tb6u .grid-item {
    display: flex;
    justify-content: center;
    align-items: center;
}
.cid-vrTLx2Tb6u .grid-item img {
    min-width: 30vw;
    max-width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 2rem;
    padding: 4px;
    background-color: #fdf8f8;
}
@media (max-width: 767px) {
    .cid-vrTLx2Tb6u .grid-item img {
        min-width: 35vw;
        height: 160px;
    }
}
.cid-vrTLx2Tb6u .grid-container-1,
.cid-vrTLx2Tb6u .grid-container-2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
}
.cid-vrTLx2Tb6u .grid-container-1 {
    align-items: flex-end;
}
.cid-vrTLx2Tb6u .grid-container-2 {
    align-items: flex-start;
}
.cid-vrTLx2UBfb {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: transparent;
}
.cid-vrTLx2UBfb .mbr-fallback-image.disabled {
    display: none;
}
.cid-vrTLx2UBfb .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.cid-vrTLx2UBfb .title-wrapper .mbr-section-title {
    margin-bottom: 64px;
}
@media (max-width: 992px) {
    .cid-vrTLx2UBfb .title-wrapper .mbr-section-title {
        margin-bottom: 32px;
    }
}
.cid-vrTLx2UBfb .title .icon-wrap {
    margin-bottom: 64px;
    text-align: right;
}
@media (max-width: 992px) {
    .cid-vrTLx2UBfb .title .icon-wrap {
        margin-bottom: 32px;
        text-align: left;
    }
}
.cid-vrTLx2UBfb .title .icon-wrap .mbr-iconfont {
    display: inline-flex;
    width: 70px;
    height: 70px;
    color: #000000;
    font-size: 70px;
}
@media (max-width: 992px) {
    .cid-vrTLx2UBfb .title .icon-wrap .mbr-iconfont {
        width: 48px;
        height: 48px;
        font-size: 48px;
    }
}
.cid-vrTLx2UBfb .items-wrap {
    justify-content: center;
    margin: 0 -10px;
    row-gap: 25px;
}
.cid-vrTLx2UBfb .items-wrap .item {
    padding: 0 10px;
    margin-bottom: 20px;
}
.cid-vrTLx2UBfb .items-wrap .card_2 {
    padding-top: 200px;
}
@media (max-width: 992px) {
    .cid-vrTLx2UBfb .items-wrap .card_2 {
        padding-top: 0;
    }
}
.cid-vrTLx2UBfb .items-wrap .card_3 {
    padding-top: 400px;
}
@media (max-width: 992px) {
    .cid-vrTLx2UBfb .items-wrap .card_3 {
        padding-top: 0;
    }
}
.cid-vrTLx2UBfb .card .item-wrapper {
    background-color: #000000;
    transition: all 0.3s ease;
}
.cid-vrTLx2UBfb .card .item-wrapper .card-box {
    padding: 3rem 1.5rem;
    min-height: 500px;
}
@media (max-width: 992px) {
    .cid-vrTLx2UBfb .card .item-wrapper .card-box {
        padding: 36px 24px;
        min-height: auto;
    }
}
.cid-vrTLx2UBfb .card .item-wrapper .card-box .item-number {
    margin-bottom: 32px;
}
.cid-vrTLx2UBfb .card .item-wrapper .card-box .item-title {
    margin-bottom: 32px;
}
.cid-vrTLx2UBfb .card .item-wrapper .card-box .item-text {
    margin-bottom: 0;
    line-height: 1.66;
}
.cid-vrTLx2UBfb .card .item-wrapper .card-box .icon-wrap {
    font-size: 3rem;
    color: #ffffff;
}
.cid-vrTLx2UBfb .card .item-wrapper:hover {
    box-shadow: 5px 5px 0 0 #b58488;
    transform: translateY(-1.15rem);
}
.cid-vrTLx2UBfb .mbr-section-title {
    color: #000000;
}
.cid-vrTLx2UBfb .item-title {
    color: #FFFFFF;
}
.cid-vrTLx2UBfb .item-text {
    color: #FFFFFF;
}
.cid-vrTLx2VQT3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: transparent;
}
.cid-vrTLx2VQT3 .card-subtitle {
    text-align: left;
    margin-left: -15px;
    color: #000000;
}
.cid-vrTLx2VQT3 .card {
    transition: all 300ms ease;
    border-radius: 2rem;
    padding: 2rem 1.5rem;
    height: 100%;
    background-color: #fdf8f8;
    border: 2px solid #000000;
}
.cid-vrTLx2VQT3 .card:hover {
    box-shadow: 5px 5px 0 0 #000000 !important;
    background-color: #def0dc;
}
.cid-vrTLx2VQT3 .iconfont-wrapper {
    text-align: left;
    margin-bottom: 16px;
}
.cid-vrTLx2VQT3 .iconfont-wrapper .mbr-iconfont {
    color: #000000;
}
.cid-vrTLx2VQT3 .card-text {
    margin-bottom: 16px;
    text-align: left;
    color: #8c8c95;
}
.cid-vrTLx2VQT3 .button-align {
    margin-top: 36px;
    text-align: center;
}
.cid-vrTLx2VQT3 .mbr-section-btn {
    width: auto;
    display: inline-block;
}
.cid-vrTLx2VQT3 img {
    border-radius: 10%;
    height: 65px;
    width: auto;
    margin: 0;
}
.cid-vrTLx2VQT3 .mbr-iconfont::before {
    font-size: 25px;
}
.cid-vrTLx2VQT3 .card-title {
    margin-bottom: 4px;
    padding: 0;
    margin-left: -15px;
    color: #000000;
}
.cid-vrTLx2VQT3 .col-12.col-md-6.col-lg-4 {
    margin-top: 30px;
}
.cid-vrTLx2VQT3 .col-12.col-md-6.col-lg-4:nth-child(1) {
    margin-top: 0px;
}
.cid-vrTLx2VQT3 .col-12.col-md-6.col-lg-4:nth-child(2) {
    margin-top: 0px;
}
.cid-vrTLx2VQT3 .col-12.col-md-6.col-lg-4:nth-child(3) {
    margin-top: 0px;
}
@media (max-width: 992px) {
    .cid-vrTLx2VQT3 .col-12.col-md-6.col-lg-4:nth-child(3) {
        margin-top: 30px;
    }
}
@media (max-width: 768px) {
    .cid-vrTLx2VQT3 .col-12.col-md-6.col-lg-4:nth-child(2) {
        margin-top: 30px;
    }
}
.cid-vrTLx2VQT3 .align {
    display: flex;
    align-items: center;
}
.cid-vrTLx2VQT3 .btn {
    margin-top: 20px;
    padding: 1rem 2rem;
}
.cid-vrTLx2VQT3 .card-text,
.cid-vrTLx2VQT3 .iconfont-wrapper {
    color: #000000;
}
.cid-vrTLx2VQT3 .mbr-section-title {
    color: #000000;
    text-align: center;
}
.cid-vrTLx2WSjD {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #000000;
}
.cid-vrTLx2WSjD .mbr-fallback-image.disabled {
    display: none;
}
.cid-vrTLx2WSjD .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.cid-vrTLx2WSjD .title-wrapper {
    margin-bottom: 60px;
}
@media (max-width: 992px) {
    .cid-vrTLx2WSjD .title-wrapper {
        margin-bottom: 48px;
    }
}
.cid-vrTLx2WSjD .title-wrapper .desc-wrapper .mbr-desc {
    display: inline-block;
    width: 50%;
    margin-bottom: 36px;
}
@media (max-width: 992px) {
    .cid-vrTLx2WSjD .title-wrapper .desc-wrapper .mbr-desc {
        width: 100%;
        margin-bottom: 16px;
    }
}
.cid-vrTLx2WSjD .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
}
.cid-vrTLx2WSjD .title-wrapper .text-wrapper .mbr-text {
    display: inline-block;
    width: 50%;
    margin-bottom: 0;
}
@media (max-width: 992px) {
    .cid-vrTLx2WSjD .title-wrapper .text-wrapper .mbr-text {
        width: 100%;
    }
}
.cid-vrTLx2WSjD .items-wrapper {
    margin: 0 -32px;
    justify-content: center;
}
.cid-vrTLx2WSjD .item {
    padding: 0 32px;
    margin-bottom: 64px;
}
@media (max-width: 992px) {
    .cid-vrTLx2WSjD .item {
        margin-bottom: 28px;
    }
}
.cid-vrTLx2WSjD .item .item-wrapper {
    height: 100%;
    border: 2px solid #f9dcdf;
    background-color: #000000;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}
.cid-vrTLx2WSjD .item .item-wrapper:hover,
.cid-vrTLx2WSjD .item .item-wrapper:focus {
    border: 2px solid #def0dc;
    box-shadow: 4px 4px 0 0 #def0dc;
}
.cid-vrTLx2WSjD .item .item-wrapper .item-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    height: 100%;
}
.cid-vrTLx2WSjD .item .item-wrapper .item-wrap .item-content {
    background-color: #4b4b4b;
}
.cid-vrTLx2WSjD .item .item-wrapper .item-wrap .item-content .item-img {
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f9dcdf;
}
@media (max-width: 992px) {
    .cid-vrTLx2WSjD .item .item-wrapper .item-wrap .item-content .item-img {
        height: 240px;
    }
}
@media (max-width: 576px) {
    .cid-vrTLx2WSjD .item .item-wrapper .item-wrap .item-content .item-img {
        height: 200px;
    }
}
.cid-vrTLx2WSjD .item .item-wrapper .item-wrap .item-content .item-img a {
    height: 100%;
    width: 100%;
}
.cid-vrTLx2WSjD .item .item-wrapper .item-wrap .item-content .item-img a img {
    height: 100%;
    object-fit: cover;
    border-radius: 0 !important;
}
.cid-vrTLx2WSjD .item .item-wrapper .item-wrap .item-content .text-wrap {
    padding: 1.5rem;
    background-color: #000000;
}
@media (max-width: 992px) {
    .cid-vrTLx2WSjD .item .item-wrapper .item-wrap .item-content .text-wrap {
        padding: 16px;
    }
}
.cid-vrTLx2WSjD .item .item-wrapper .item-wrap .item-content .text-wrap .item-desc {
    margin-bottom: 8px;
    text-align: center;
}
.cid-vrTLx2WSjD .item .item-wrapper .item-wrap .item-content .text-wrap .item-title {
    margin-bottom: 8px;
}
.cid-vrTLx2WSjD .item .item-wrapper .item-wrap .item-content .text-wrap .item-text {
    margin-bottom: 0;
}
.cid-vrTLx2WSjD .item .item-wrapper .item-wrap .icon-wrapper {
    padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
    .cid-vrTLx2WSjD .item .item-wrapper .item-wrap .icon-wrapper {
        padding: 0 16px 16px 16px;
    }
}
.cid-vrTLx2WSjD .item .item-wrapper .item-wrap .icon-wrapper .mbr-iconfont {
    display: inline-block;
    font-size: 24px;
    color: #def0dc;
}
.cid-vrTLx2WSjD .icon-wrapper {
    text-align: right;
}
.cid-vrTLx2WSjD .mbr-section-title,
.cid-vrTLx2WSjD .item-title,
.cid-vrTLx2WSjD .item-text {
    color: #fdfde1;
    text-align: center;
}
.cid-vrTLx2WSjD .mbr-text,
.cid-vrTLx2WSjD .text-wrapper {
    color: #FDF8F8;
    text-align: center;
}
.cid-vrTLx2WSjD .mbr-desc,
.cid-vrTLx2WSjD .desc-wrapper {
    color: #fdfde1;
    text-align: center;
}
.cid-vrTLx2WSjD .item-desc {
    color: #fdfde1;
}
.cid-vrTLx2WSjD .item-title,
.cid-vrTLx2WSjD .icon-wrapper {
    color: #FDF8F8;
}
.cid-vrTLx2WSjD .item-text {
    color: #FDF8F8;
}
.cid-vrTLx2WSjD .mbr-section-title {
    color: #FDF8F8;
}
.cid-vrTLx2Xu0e {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: transparent;
}
.cid-vrTLx2Xu0e .mbr-section-head {
    width: 100%;
    margin-bottom: 70px;
}
.cid-vrTLx2Xu0e .mbr-section-title {
    color: #000000;
}
.cid-vrTLx2Xu0e .mbr-section-subtitle {
    color: #000000;
    margin-top: 16px;
}
.cid-vrTLx2Xu0e .items-row {
    row-gap: 30px;
}
@media (min-width: 768px) {
    .cid-vrTLx2Xu0e .items-row {
        margin: 0 -15px;
    }
    .cid-vrTLx2Xu0e .items-row > [class*="col"] {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.cid-vrTLx2Xu0e .item-wrapper {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: 100%;
    overflow: visible;
    transition: all 300ms ease;
}
.cid-vrTLx2Xu0e .item-wrapper:hover img {
    transform: scale(1.05);
}
.cid-vrTLx2Xu0e .item-img {
    overflow: hidden;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    width: 100%;
    box-shadow: 0 0 0 4px #000000;
}
.cid-vrTLx2Xu0e .item-img img {
    transition: all 300ms ease;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 0.974;
    --bs-aspect-ratio: (487 / 500);
    object-fit: cover;
}
.cid-vrTLx2Xu0e .item-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 25px 0 0;
    text-align: center;
}
.cid-vrTLx2Xu0e .item-title {
    color: #000000;
    margin-bottom: 0;
}
.cid-vrTLx2Xu0e .mbr-text {
    color: #000000;
    padding-top: 5px;
}
.cid-vrTLx2Xu0e .social-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.cid-vrTLx2Xu0e .soc-item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-width: 50px;
    min-height: 50px;
    margin-right: -5px;
    margin-left: -5px;
    transition: 0.3s all;
}
.cid-vrTLx2Xu0e .soc-item:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 100%;
    height: 100%;
    background: #000000;
    border-radius: 50%;
    transition: 0.3s all;
}
.cid-vrTLx2Xu0e .soc-item .mbr-iconfont {
    position: relative;
    z-index: 5;
    transition: 0.3s all;
    font-size: 16px;
    color: #000000;
    padding: 10px;
}
.cid-vrTLx2Xu0e .soc-item:hover .mbr-iconfont {
    color: #bff747 !important;
}
.cid-vrTLx2Xu0e .soc-item:hover:before {
    transform: translate(-50%, -50%) scale(1);
}
.cid-vrTLx2Xu0e .mbr-section-btn {
    margin-top: 20px;
}
.cid-vrTLx2XAcw {
    padding-top: 1rem;
    padding-bottom: 1rem;
    overflow: hidden;
    background-color: #000000;
}
.cid-vrTLx2XAcw .mbr-fallback-image.disabled {
    display: none;
}
.cid-vrTLx2XAcw .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.cid-vrTLx2XAcw .content-head {
    max-width: 800px;
}
.cid-vrTLx2XAcw .loop-container .item {
    min-height: auto;
    font-weight: 700;
}
.cid-vrTLx2XAcw .item {
    color: #def0dc;
    min-height: 90px;
}
@media (max-width: 768px) {
    .cid-vrTLx2XAcw .item {
        min-height: 45px;
    }
}
.cid-vrTLx2X2OT {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #000000;
}
.cid-vrTLx2X2OT .mbr-fallback-image.disabled {
    display: none;
}
.cid-vrTLx2X2OT .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.cid-vrTLx2X2OT .mbr-section-btn {
    margin-bottom: 22px;
}
.cid-vrTLx2X2OT .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
}
.cid-vrTLx2X2OT .title-wrapper .mbr-desc {
    margin-bottom: 0;
}
@media (max-width: 992px) {
    .cid-vrTLx2X2OT .title-wrapper .mbr-desc {
        margin-bottom: 32px;
    }
}
.cid-vrTLx2X2OT .text-wrapper .mbr-text {
    margin-bottom: 0;
}
.cid-vrTLx2X2OT .mbr-section-title {
    color: #000000;
}
.cid-vrTLx2X2OT .mbr-desc {
    color: #FDF8F8;
}
.cid-vrTLx2X2OT .mbr-text {
    color: #000000;
}
.cid-vrTLx2X2OT .mbr-text,
.cid-vrTLx2X2OT .text-wrapper {
    color: #FDF8F8;
}
.cid-vrTLx2X2OT .mbr-section-title,
.cid-vrTLx2X2OT .mbr-section-btn {
    color: #FDF8F8;
}
.cid-vrTLx2YRkg {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background: #000000;
}
.cid-vrTLx2YRkg .mbr-fallback-image.disabled {
    display: none;
}
.cid-vrTLx2YRkg .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
@media (min-width: 768px) {
    .cid-vrTLx2YRkg .container-fluid {
        padding: 0;
    }
}
.cid-vrTLx2YRkg .embla__slide {
    display: flex;
    justify-content: center;
    position: relative;
    min-width: 450px;
    max-width: 450px;
}
@media (max-width: 600px) {
    .cid-vrTLx2YRkg .embla__slide {
        min-width: 100%;
        max-width: 100%;
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
}
.cid-vrTLx2YRkg .embla__button--next,
.cid-vrTLx2YRkg .embla__button--prev {
    display: flex;
    transition: all 0.3s ease;
    opacity: 0 !important;
    background-color: #b8e8b4 !important;
    border-color: #b8e8b4 !important;
}
@media (max-width: 767px) {
    .cid-vrTLx2YRkg .embla__button--next,
    .cid-vrTLx2YRkg .embla__button--prev {
        opacity: 1 !important;
        margin: 0;
        transform: translateX(0);
    }
}
.cid-vrTLx2YRkg .embla__button--prev {
    transform: translateX(3rem);
}
.cid-vrTLx2YRkg .embla__button--next {
    transform: translateX(-3rem);
}
.cid-vrTLx2YRkg .mobi-mbri-arrow-next {
    margin-left: 5px;
}
.cid-vrTLx2YRkg .mobi-mbri-arrow-prev {
    margin-right: 5px;
}
.cid-vrTLx2YRkg .embla__button {
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -1.5rem;
    font-size: 30px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cid-vrTLx2YRkg .embla__button:disabled {
    cursor: default;
    display: none;
}
.cid-vrTLx2YRkg .embla__button.embla__button--prev {
    left: 0;
    margin-left: 2.5rem;
}
.cid-vrTLx2YRkg .embla__button.embla__button--next {
    right: 0;
    margin-right: 2.5rem;
}
.cid-vrTLx2YRkg .embla {
    position: relative;
    width: 100%;
}
.cid-vrTLx2YRkg .embla:hover .embla__button--next,
.cid-vrTLx2YRkg .embla:hover .embla__button--prev {
    transform: translateX(0);
    opacity: 1 !important;
}
@media (max-width: 767px) {
    .cid-vrTLx2YRkg .embla .embla__button--next,
    .cid-vrTLx2YRkg .embla .embla__button--prev {
        opacity: 1 !important;
        margin: 0;
        transform: translateX(0);
    }
}
.cid-vrTLx2YRkg .embla__viewport {
    overflow: hidden;
    width: 100%;
}
.cid-vrTLx2YRkg .embla__viewport.is-draggable {
    cursor: grab;
}
.cid-vrTLx2YRkg .embla__viewport.is-dragging {
    cursor: grabbing;
}
.cid-vrTLx2YRkg .embla__slide a {
    cursor: grab;
}
.cid-vrTLx2YRkg .embla__slide a:active {
    cursor: grabbing;
}
.cid-vrTLx2YRkg .embla__container {
    display: flex;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: transparent;
}
.cid-vrTLx2YRkg .mbr-section-title {
    color: #FDF8F8;
}
.cid-vrTLx2YRkg .mbr-section-title .mbr-iconfont {
    color: #bff747;
    transition: all 300ms ease;
}
.cid-vrTLx2YRkg .mbr-section-subtitle {
    color: #fdfde1;
}
.cid-vrTLx2YRkg .mbr-box {
    color: #ffffff;
}
.cid-vrTLx2YRkg .slide-content {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    overflow: hidden;
    flex-flow: column nowrap;
}
.cid-vrTLx2YRkg .card-title {
    width: 100%;
    margin-bottom: 0;
    color: #fffff5;
    position: relative;
    transition: all 300ms ease;
}
.cid-vrTLx2YRkg .card-text {
    line-height: 1.66;
    width: 100%;
    color: #FDF8F8;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.cid-vrTLx2YRkg .item-img {
    object-fit: cover;
    overflow: hidden;
    transition: all 300ms ease;
    background-color: #fdf8f8;
    padding: 0.3rem;
}
.cid-vrTLx2YRkg .item-wrapper {
    position: relative;
    overflow: hidden;
    transition: all 300ms ease;
    height: 400px;
}
.cid-vrTLx2YRkg .item-wrapper .icon-wrapper {
    transition: all 300ms ease;
}
.cid-vrTLx2YRkg .item-wrapper .card-box {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1.5rem 0 1.5rem 1.5rem;
    z-index: 11;
}
.cid-vrTLx2YRkg .item-wrapper .card-box .mbr-iconfont {
    font-size: 2rem;
    color: #ffffff;
    transition: all 300ms ease;
}
.cid-vrTLx2YRkg .item-wrapper .card-text {
    font-size: 1.1rem;
}
.cid-vrTLx2YRkg .item-wrapper img {
    transition: all 300ms ease;
    object-fit: cover;
}
.cid-vrTLx2YRkg .item-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent, #000000);
    opacity: 0.6;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
}
.cid-vrTLx2YRkg .item-wrapper:hover .icon-wrapper {
    transform: translateX(10px);
}
.cid-vrTLx2YRkg .item-wrapper:hover img {
    transform: scale3d(1.1, 1.1, 1.1);
}
.cid-vrTLx2YRkg .item-wrapper:hover .card-title,
.cid-vrTLx2YRkg .item-wrapper:hover .mbr-iconfont {
    color: #b8e8b4;
}
.cid-vrTLx2YRkg .content-head {
    max-width: 856px;
}
.cid-vrTLx2YRkg .card-title-1 {
    color: #FDF8F8;
}
.cid-vrTLx2YRkg .icon-wrapper {
    position: relative;
    overflow: hidden;
}
.cid-vrTLx2Zl5u {
    padding-top: 6rem;
    padding-bottom: 6rem;
    overflow: hidden;
    background-color: #000000;
}
.cid-vrTLx2Zl5u .mbr-fallback-image.disabled {
    display: none;
}
.cid-vrTLx2Zl5u .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
@media (max-width: 992px) {
    .cid-vrTLx2Zl5u .container {
        padding: 0 23px;
    }
}
@media (max-width: 768px) {
    .cid-vrTLx2Zl5u .container {
        padding: 0 12px;
    }
}
.cid-vrTLx2Zl5u .content-wrapper {
    display: flex;
    border-radius: 32px;
    padding: 1.5rem;
}
@media (max-width: 768px) {
    .cid-vrTLx2Zl5u .content-wrapper {
        display: block;
        padding: 0.5rem;
    }
}
.cid-vrTLx2Zl5u .content-wrapper .title-wrapper {
    width: 50%;
    margin-right: 32px;
}
@media (max-width: 768px) {
    .cid-vrTLx2Zl5u .content-wrapper .title-wrapper {
        width: 100%;
        padding: 24px;
        margin: 0;
    }
}
@media (max-width: 576px) {
    .cid-vrTLx2Zl5u .content-wrapper .title-wrapper {
        padding: 0px;
    }
}
.cid-vrTLx2Zl5u .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 1.5rem;
}
.cid-vrTLx2Zl5u .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont {
    border-radius: 50px;
    border: 1px solid #fdfde1;
    color: #fdfde1;
    transition: all 300ms ease;
}
.cid-vrTLx2Zl5u .content-wrapper .title-wrapper .mbr-social-likns .mbr-iconfont:hover {
    color: #bff747;
    border-color: #bff747;
}
.cid-vrTLx2Zl5u .content-wrapper .title-wrapper .mbr-text {
    margin-bottom: 0;
}
.cid-vrTLx2Zl5u .content-wrapper .mbr-form {
    width: 40%;
}
@media (max-width: 992px) {
    .cid-vrTLx2Zl5u .content-wrapper .mbr-form {
        width: 50%;
    }
}
@media (max-width: 768px) {
    .cid-vrTLx2Zl5u .content-wrapper .mbr-form {
        width: 100%;
    }
}
.cid-vrTLx2Zl5u .content-wrapper .mbr-form .form-wrap {
    width: 100%;
}
@media (max-width: 768px) {
    .cid-vrTLx2Zl5u .content-wrapper .mbr-form .form-wrap {
        padding: 24px;
    }
}
@media (max-width: 576px) {
    .cid-vrTLx2Zl5u .content-wrapper .mbr-form .form-wrap {
        padding: 0px;
    }
}
.cid-vrTLx2Zl5u .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
    margin-bottom: 20px !important;
}
.cid-vrTLx2Zl5u .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
    margin-bottom: 20px !important;
}
.cid-vrTLx2Zl5u .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
    margin-bottom: 16px !important;
}
.cid-vrTLx2Zl5u .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
    color: #fdf8f8;
    padding: 1.3rem 1.5rem;
    font-weight: 700;
    box-shadow: none;
    border-radius: 3rem !important;
    border: 1px solid #fdf8f8 !important;
    background-color: #000000;
    transition: all 300ms ease;
}
.cid-vrTLx2Zl5u .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vrTLx2Zl5u .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
    border: 1px solid #def0dc !important;
    box-shadow: none;
}
.cid-vrTLx2Zl5u .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
    color: #fdf8f8;
}
.cid-vrTLx2Zl5u .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea.form-control {
    min-height: 150px;
    border-radius: 1.3rem !important;
}
.cid-vrTLx2Zl5u .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
    padding-left: 1.7em;
    margin-bottom: 10px;
}
.cid-vrTLx2Zl5u .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
    background-color: #fdf8f8;
    border-color: #fdf8f8;
}
.cid-vrTLx2Zl5u .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 6px;
}
.cid-vrTLx2Zl5u .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn .btn {
    width: 100%;
    padding: 1.25rem 1.5rem;
}
.cid-vrTLx2Zl5u .mbr-form .form-control {
    color: #fdf8f8;
}
.cid-vrTLx2Zl5u .mbr-section-title {
    color: #ffffff;
}
.cid-vrTLx2Zl5u .mbr-text {
    color: #FDF8F8;
}
.cid-vrTLx2Zl5u label {
    color: #ffffff;
}
.cid-vrTLx2Zl5u .mbr-section-title,
.cid-vrTLx2Zl5u .mbr-section-btn {
    color: #FDF8F8;
}
.cid-vrTLx2Zl5u .card-contacts {
    color: #bff747;
}
.cid-vrTLx2Zl5u .form-title {
    color: #FDF8F8;
}
.cid-vrTLx30VcT {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: transparent;
}
.cid-vrTLx30VcT .mbr-fallback-image.disabled {
    display: none;
}
.cid-vrTLx30VcT .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.cid-vrTLx30VcT .card-wrapper {
    background-color: #000000;
    border-radius: 1rem;
    padding: 1rem 2rem;
}
.cid-vrTLx30VcT .google-map {
    height: 35rem;
    position: relative;
    border-radius: 2rem;
    border: 4px solid #000000;
}
.cid-vrTLx30VcT .google-map iframe {
    height: 100%;
    width: 100%;
    border-radius: 2rem;
}
.cid-vrTLx30VcT .google-map [data-state-details] {
    color: #b4b4b4;
    height: 1.5em;
    margin-top: -0.75em;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}
.cid-vrTLx30VcT .google-map[data-state] {
    background: #fffff5;
}
.cid-vrTLx30VcT .google-map[data-state="loading"] [data-state-details] {
    display: none;
}
.cid-vrTLx30VcT .card-text a {
    color: #fdf8f8;
}
.cid-vrTLx30VcT .card-text a:hover {
    color: #def0dc;
}
.cid-vrTLx30VcT .content-head {
    max-width: 800px;
}
.cid-vrTLx30VcT .card-title,
.cid-vrTLx30VcT .iconfont-wrapper {
    color: #FDF8F8;
}
.cid-vrTLx30VcT .card-text,
.cid-vrTLx30VcT .mbr-section-btn {
    color: #FDF8F8;
}
.cid-vrTLx30VcT .mbr-section-title {
    color: #000000;
}
.cid-vrTLx300ku {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #000000;
    overflow: hidden;
}
.cid-vrTLx300ku .media-container-row .mbr-text {
    color: #FDF8F8;
}


/* FerquessiapureStudio site additions */
html, body {
    max-width: 100%;
    overflow-x: hidden;
}
body, .site-legal-block, .legal-page {
    font-family: 'Brygada 1918', Georgia, "Times New Roman", serif;
}
.navbar-caption, .btn, input, textarea {
    font-family: 'Brygada 1918', Georgia, "Times New Roman", serif;
}
.site-icon {
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif !important;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    speak: never;
}
.site-icon-star { font-size: 0.95em; }
.site-icon-plus { font-size: 1.15em; }
.site-icon-right, .site-icon-left, .site-icon-share { font-size: 1.15em; }
.site-icon-like { font-size: 1em; }
.site-icon-user { font-size: 0.9em; }

#navigation .navbar-toggler {
    position: relative;
    z-index: 1201;
}
#navigation .navbar-toggler:focus {
    outline: 2px solid currentColor;
    outline-offset: 4px;
}
@media (max-width: 991px) {
    #navigation .navbar-toggler {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    #navigation .navbar-collapse {
        max-height: calc(100vh - 72px);
        overflow-y: auto;
    }
    #navigation .navbar-nav,
    #navigation .navbar-buttons {
        position: relative;
        z-index: 1200;
    }
}

.site-legal-block {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255,255,255,.25);
    text-align: left;
    color: #ffffff;
}
.site-legal-grid {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(220px, 1fr);
    gap: 2rem;
    align-items: start;
}
.site-legal-details p {
    margin: 0 0 .45rem;
    line-height: 1.55;
    overflow-wrap: anywhere;
}
.site-legal-title {
    margin-bottom: .8rem !important;
    font-weight: 700;
    letter-spacing: .02em;
}
.site-legal-links {
    display: flex;
    flex-direction: column;
    gap: .65rem;
}
.site-legal-links a,
#site-footer a {
    color: inherit;
    text-decoration: none;
}
.site-legal-links a:hover,
#site-footer a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}
@media (max-width: 767.98px) {
    .site-legal-grid { grid-template-columns: 1fr; gap: 1.25rem; }
    .site-legal-block { padding-left: .25rem; padding-right: .25rem; }
}

.legal-page {
    min-height: 70vh;
    padding: 9rem 0 5rem;
    background: #fdfde1;
    color: #151515;
}
.legal-content {
    width: min(960px, calc(100% - 2rem));
    margin: 0 auto;
    background: rgba(255,255,255,.58);
    border-radius: 1.5rem;
    padding: clamp(1.25rem, 3vw, 3rem);
    box-sizing: border-box;
    overflow-wrap: anywhere;
}
.legal-content h1 {
    font-family: 'Brygada 1918', Georgia, "Times New Roman", serif;
    font-size: clamp(2.25rem, 6vw, 4.4rem);
    line-height: 1.05;
    margin: 0 0 1rem;
}
.legal-content h2 {
    font-family: 'Brygada 1918', Georgia, "Times New Roman", serif;
    font-size: clamp(1.35rem, 3vw, 2rem);
    margin: 2rem 0 .75rem;
}
.legal-content p, .legal-content li {
    font-size: 1rem;
    line-height: 1.75;
}
.legal-content ul { padding-left: 1.25rem; }
.legal-content a { color: inherit; text-underline-offset: 3px; }
.legal-meta { opacity: .75; margin-bottom: 2rem; }
.legal-note {
    padding: 1rem 1.1rem;
    border: 1px solid rgba(0,0,0,.12);
    border-radius: .9rem;
    background: rgba(255,255,255,.7);
}
@media (max-width: 575.98px) {
    .legal-page { padding-top: 7.5rem; padding-bottom: 3rem; }
    .legal-content { width: min(100% - 1rem, 960px); border-radius: 1rem; }
}


/* FerquessiapureStudio — mobile navigation stability fixes */
@media (max-width: 991px) {
    #navigation,
    #navigation .navbar,
    #navigation .container {
        overflow: visible;
    }

    #navigation .navbar-toggler {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: relative;
        z-index: 1301;
        flex: 0 0 auto;
    }

    #navigation .navbar-collapse,
    .cid-vrTLx2I9LO .navbar-collapse {
        z-index: 1300 !important;
        left: 0 !important;
        right: 0;
        width: 100% !important;
        max-width: 100%;
        box-sizing: border-box;
    }

    #navigation .navbar-collapse.show,
    #navigation .navbar-collapse.collapsing {
        visibility: visible !important;
    }

    #navigation .navbar-nav,
    #navigation .navbar-buttons {
        position: relative;
        z-index: 1301;
    }
}

@media (max-width: 767px) {
    #navigation .navbar-collapse,
    .cid-vrTLx2I9LO .navbar-collapse {
        max-height: calc(100vh - 72px);
        overflow-y: auto;
        overflow-x: hidden;
    }
}