.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: 0 !important;
}

.video-wrapper {
    overflow: hidden;
}

body {
    background-color: #ffffff;
}

body {
    font-family: Onest;
}

.display-1 {
    font-family: 'Lexend', sans-serif;
    font-size: 3.5rem;
    line-height: 1;
}

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

.display-2 {
    font-family: 'Lexend', sans-serif;
    font-size: 2.2rem;
    line-height: 1;
}

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

.display-4 {
    font-family: 'Lexend', sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
}

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

.display-5 {
    font-family: 'Lexend', sans-serif;
    font-size: 1.8rem;
    line-height: 1.5;
}

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

.display-7 {
    font-family: 'Lexend', sans-serif;
    font-size: 1.4rem;
    line-height: 1.3;
}

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


/* ---- 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: 2.8rem;
    }
}

@media (max-width: 768px) {
    .display-1 {
        font-size: 2.45rem;
        font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
    }
    .display-2 {
        font-size: 1.76rem;
        font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
    }
    .display-4 {
        font-size: 0.96rem;
        font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
    }
    .display-5 {
        font-size: 1.44rem;
        font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
    }
    .display-7 {
        font-size: 1.12rem;
        font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
    }
}

@media (min-width: 992px) and (max-width: 1400px) {
    .display-1 {
        font-size: 2.45rem;
        font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62)));
        line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62))));
    }
    .display-2 {
        font-size: 1.76rem;
        font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62)));
        line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62))));
    }
    .display-4 {
        font-size: 0.96rem;
        font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
        line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
    }
    .display-5 {
        font-size: 1.44rem;
        font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
        line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
    }
    .display-7 {
        font-size: 1.12rem;
        font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
        line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
    }
}


/* Buttons */

.btn {
    padding: 1.25rem 2rem;
    border-radius: 4px;
    padding: 0.75rem 1.5rem;
}

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

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

.btn-lg {
    padding: 1.25rem 2rem;
    border-radius: 4px;
}

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

.bg-success {
    background-color: #0b7990 !important;
}

.bg-info {
    background-color: #0cb8da !important;
}

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

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

.btn-primary,
.btn-primary:active {
    background-color: #ecac5e !important;
    border-color: #ecac5e !important;
    color: #ffffff !important;
    box-shadow: none;
}

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

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

.btn-secondary,
.btn-secondary:active {
    background-color: #e8d243 !important;
    border-color: #e8d243 !important;
    color: #272305 !important;
    box-shadow: none;
}

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

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #272305 !important;
    background-color: #eedd70 !important;
    border-color: #eedd70 !important;
}

.btn-info,
.btn-info:active {
    background-color: #0cb8da !important;
    border-color: #0cb8da !important;
    color: #ffffff !important;
    box-shadow: none;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
    color: inherit;
    background-color: #26d1f3 !important;
    border-color: #26d1f3 !important;
    box-shadow: none;
}

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

.btn-success,
.btn-success:active {
    background-color: #0b7990 !important;
    border-color: #0b7990 !important;
    color: #ffffff !important;
    box-shadow: none;
}

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

.btn-success.disabled,
.btn-success:disabled {
    color: #ffffff !important;
    background-color: #0fa1bf !important;
    border-color: #0fa1bf !important;
}

.btn-warning,
.btn-warning:active {
    background-color: #f7f30a !important;
    border-color: #f7f30a !important;
    color: #020200 !important;
    box-shadow: none;
}

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

.btn-warning.disabled,
.btn-warning:disabled {
    color: #020200 !important;
    background-color: #f9f53b !important;
    border-color: #f9f53b !important;
}

.btn-danger,
.btn-danger:active {
    background-color: #fefae6 !important;
    border-color: #fefae6 !important;
    color: #dcb909 !important;
    box-shadow: none;
}

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

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

.btn-white,
.btn-white:active {
    background-color: #eff0ec !important;
    border-color: #eff0ec !important;
    color: #757b62 !important;
    box-shadow: none;
}

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

.btn-white.disabled,
.btn-white:disabled {
    color: #757b62 !important;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}

.btn-black,
.btn-black:active {
    background-color: #232323 !important;
    border-color: #232323 !important;
    color: #ffffff !important;
    box-shadow: none;
}

.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
    color: inherit;
    background-color: #3d3d3d !important;
    border-color: #3d3d3d !important;
    box-shadow: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
    color: #020200 !important;
    background-color: #f7f30a !important;
    border-color: #f7f30a !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.text-info {
    color: #0cb8da !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alert-info {
    background-color: #0cb8da;
}

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

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

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

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

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

.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: #2ccdef;
}

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

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

.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: 'Lexend', sans-serif;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 400;
}

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

.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: #ecac5e !important;
}

.form-control:-webkit-input-placeholder {
    font-family: 'Lexend', sans-serif;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 400;
}

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

blockquote {
    border-color: #ecac5e;
}


/* Forms */

.jq-selectbox li:hover,
.jq-selectbox li.selected {
    background-color: #ecac5e;
    color: #ffffff;
}

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

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

.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: #ecac5e;
    border-bottom-color: #ecac5e;
}

.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: #ecac5e !important;
    box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    color: #000000 !important;
    background: #e8d243 !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='%23ecac5e' %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-uf2soFnWRv {
    z-index: 1000;
    width: 100%;
    position: relative;
    min-height: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cid-uf2soFnWRv .navbar {
    min-height: 70px;
    transition: all 0.3s;
    border-bottom: 1px solid transparent;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    background: #ad2e2d;
}

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

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

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

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

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

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

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

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

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

.cid-uf2soFnWRv .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-uf2soFnWRv .navbar.collapsed ul.navbar-nav li {
    margin: auto;
}

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

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

@media (max-width: 991px) {
    .cid-uf2soFnWRv .navbar .nav-item .nav-link::before {
        display: none;
    }
    .cid-uf2soFnWRv .navbar.opened .dropdown-menu {
        top: 0;
    }
    .cid-uf2soFnWRv .navbar .dropdown-menu .dropdown-submenu {
        left: 0 !important;
    }
    .cid-uf2soFnWRv .navbar .dropdown-menu .dropdown-item:after {
        right: auto;
    }
    .cid-uf2soFnWRv .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-uf2soFnWRv .navbar .navbar-logo img {
        height: 3rem !important;
    }
    .cid-uf2soFnWRv .navbar ul.navbar-nav li {
        margin: auto;
    }
    .cid-uf2soFnWRv .navbar .dropdown-menu .dropdown-item {
        padding: 0.25rem 1.5rem !important;
        text-align: center;
    }
    .cid-uf2soFnWRv .navbar .navbar-brand {
        flex-shrink: initial;
        flex-basis: auto;
        word-break: break-word;
        padding-right: 2rem;
    }
    .cid-uf2soFnWRv .navbar .navbar-toggler {
        flex-basis: auto;
    }
    .cid-uf2soFnWRv .navbar .icons-menu {
        padding-left: 0;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}

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

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

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

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

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

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

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

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

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

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

.cid-uf2soFnWRv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #ad2e2d;
}

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

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

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

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

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

.cid-uf2soFnWRv button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
}

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

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

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

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

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

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

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

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

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

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

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

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .cid-uf2soFnWRv .navbar {
        height: 70px;
    }
    .cid-uf2soFnWRv .navbar.opened {
        height: auto;
    }
    .cid-uf2soFnWRv .nav-item .nav-link:hover::before {
        width: 175%;
        max-width: calc(100% + 2rem);
        left: -1rem;
    }
}

.cid-uf2BberWYC {
    background-color: #000000;
}

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

@media (max-width: 991px) {
    .cid-uf2BberWYC .image-wrapper {
        padding: 1rem;
    }
}

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

.cid-uf2BberWYC .mbr-section-title {
    color: #ffffff;
}

.cid-uf2BberWYC .mbr-text,
.cid-uf2BberWYC .mbr-section-btn {
    color: #ffffff;
    text-align: left;
}

.cid-uf2BberWYC .mbr-section-title DIV {
    text-align: center;
}

.cid-uf2D4sKTle {
    padding-top: 2rem;
    padding-bottom: 0rem;
    background-color: #ad2e2d;
}

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

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

.cid-uf2D4sKTle .mbr-section-title {
    color: #ffffff;
}

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

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

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

.cid-uf2TtAlO2m .item {
    margin-bottom: 2rem;
}

@media (max-width: 767px) {
    .cid-uf2TtAlO2m .item {
        margin-bottom: 1rem;
    }
}

.cid-uf2TtAlO2m .item-content {
    margin-top: 2rem;
    padding: 0 2.25rem 2.25rem;
    display: flex;
    flex-direction: column;
    height: 100%;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .cid-uf2TtAlO2m .item-content {
        padding: 2rem 1.5rem;
        padding-top: 1rem;
        margin-top: 1rem;
    }
}

@media (max-width: 767px) {
    .cid-uf2TtAlO2m .item-content {
        padding: 2rem 1.5rem;
        padding-top: 1rem;
        margin-top: 1rem;
    }
}

.cid-uf2TtAlO2m .item-wrapper {
    position: relative;
    background: #ffffff;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
}

.cid-uf2TtAlO2m .item-wrapper .item-footer {
    margin-top: auto;
}

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

.cid-uf2TtAlO2m .item-title {
    text-align: center;
}

.cid-uf2TtAlO2m .item-subtitle {
    text-align: center;
}

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

.cid-uf2TtAlO2m .content-head {
    max-width: 800px;
}

.cid-uf2TtAlO2m .item-title DIV {
    text-align: center;
}

.cid-uf2TtAlO2m .item-subtitle DIV {
    text-align: center;
}

.cid-uf2D6AhoTF {
    padding-top: 2rem;
    padding-bottom: 0rem;
    background-color: #ad2e2d;
}

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

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

.cid-uf2D6AhoTF .mbr-section-title {
    color: #ffffff;
}

.cid-uCuNsuvLcb {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #ffffff;
}

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

@media (max-width: 991px) {
    .cid-uCuNsuvLcb .image-wrapper {
        padding: 1rem;
    }
}

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

.cid-uCuNsuvLcb .mbr-section-title {
    color: #4da99a;
}

.cid-uCuNsuvLcb .mbr-text,
.cid-uCuNsuvLcb .mbr-section-btn {
    color: #232323;
    text-align: left;
}

.cid-uCuNsuvLcb .mbr-section-title DIV {
    text-align: center;
}

.cid-up2Zcjqb4I {
    padding-top: 2rem;
    padding-bottom: 0rem;
    background-color: #ad2e2d;
}

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

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

.cid-up2Zcjqb4I .mbr-section-title {
    color: #ffffff;
}

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

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

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

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

.cid-uCuRVD426l {
    padding-top: 3rem;
    padding-bottom: 2rem;
    background-color: #ffffff;
}

.cid-uCuRVD426l .counter-container ol {
    margin-bottom: 0;
}

.cid-uCuRVD426l .counter-container ol li {
    margin-bottom: 1rem;
}

.cid-uCuRJOzM1B {
    padding-top: 2rem;
    padding-bottom: 0rem;
    background-color: #ffffff;
}

.cid-uCuRJOzM1B .counter-container ol {
    margin-bottom: 0;
    counter-reset: myCounter;
}

.cid-uCuRJOzM1B .counter-container ol li {
    margin-bottom: 1rem;
}

.cid-uCuRJOzM1B .counter-container ol li {
    list-style: none;
    padding-left: 1rem;
    position: relative;
}

.cid-uCuRJOzM1B .counter-container ol li:before {
    position: absolute;
    left: -40px;
    margin-top: 5px;
    counter-increment: myCounter;
    content: counter(myCounter);
    line-height: 40px;
    transition: all .2s;
    color: #ffffff;
    background: #6592e6;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cid-uCuTa7VCL2 {
    padding-top: 2rem;
    padding-bottom: 0rem;
    background-color: #ffffff;
}

.cid-uCuTa7VCL2 .counter-container ol {
    margin-bottom: 0;
}

.cid-uCuTa7VCL2 .counter-container ol li {
    margin-bottom: 1rem;
}

.cid-uBQL2FIAUV {
    padding-top: 3rem;
    padding-bottom: 2rem;
    background-color: #ffffff;
}

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

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

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

.cid-uBQLESW8Ge {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #ffffff;
}

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

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

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

.cid-uf3GWTozaf {
    padding-top: 2rem;
    padding-bottom: 0rem;
    background-color: #ad2e2d;
}

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

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

.cid-uf3GWTozaf .mbr-section-title {
    color: #ffffff;
}

.cid-uf5xj8QtGx {
    padding-top: 4rem;
    padding-bottom: 0rem;
    background-color: #edefeb;
}

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

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

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

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

.cid-unwIwA326x .counter-container ol {
    margin-bottom: 0;
}

.cid-unwIwA326x .counter-container ol li {
    margin-bottom: 1rem;
}

.cid-uf3RepRGSS {
    padding-top: 2rem;
    padding-bottom: 0rem;
    background-color: #ad2e2d;
}

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

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

.cid-uf3RepRGSS .mbr-section-title {
    color: #ffffff;
}

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

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

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

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

.cid-uf3Viedpb9 {
    padding-top: 3rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.cid-uf3Viedpb9 .counter-container ol {
    margin-bottom: 0;
}

.cid-uf3Viedpb9 .counter-container ol li {
    margin-bottom: 1rem;
}

.cid-uf3hytDG5X {
    padding-top: 2rem;
    padding-bottom: 0rem;
    background-color: #ad2e2d;
}

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

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

.cid-uf3hytDG5X .mbr-section-title {
    color: #ffffff;
}

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

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

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

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

.cid-uf3isLYDyr {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #ffffff;
}

.cid-uf3isLYDyr .counter-container ol {
    margin-bottom: 0;
}

.cid-uf3isLYDyr .counter-container ol li {
    margin-bottom: 1rem;
}

.cid-uf3mkxUAu8 {
    padding-top: 1rem;
    padding-bottom: 0rem;
    background-color: #ffffff;
}

.cid-uf3mkxUAu8 .counter-container ol {
    margin-bottom: 0;
    counter-reset: myCounter;
}

.cid-uf3mkxUAu8 .counter-container ol li {
    margin-bottom: 1rem;
}

.cid-uf3mkxUAu8 .counter-container ol li {
    list-style: none;
    padding-left: 1rem;
    position: relative;
}

.cid-uf3mkxUAu8 .counter-container ol li:before {
    position: absolute;
    left: -40px;
    margin-top: 5px;
    counter-increment: myCounter;
    content: counter(myCounter);
    line-height: 40px;
    transition: all .2s;
    color: #ffffff;
    background: #6592e6;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cid-uCvod7AGma {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #ffffff;
}

.cid-uCvod7AGma .counter-container ol {
    margin-bottom: 0;
}

.cid-uCvod7AGma .counter-container ol li {
    margin-bottom: 1rem;
}

.cid-unx4A3j7ot {
    padding-top: 2rem;
    padding-bottom: 0rem;
    background-color: #ad2e2d;
}

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

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

.cid-unx4A3j7ot .mbr-section-title {
    color: #ffffff;
}

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

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

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

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

.cid-unx4b7aD7m {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #ffffff;
}

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

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

.cid-unx4b7aD7m .item-wrapper {
    display: flex;
    margin-bottom: 2rem;
}

@media (max-width: 767px) {
    .cid-unx4b7aD7m .item-wrapper {
        margin-bottom: 1rem;
    }
}

.cid-unx4b7aD7m .img-wrapper {
    width: 10rem;
    padding-right: 1.5rem;
}

.cid-unx4b7aD7m .content-head {
    max-width: 800px;
}

.cid-unx4b7aD7m .card-text {
    text-align: left;
}

.cid-uf3C4JdKc8 {
    padding-top: 2rem;
    padding-bottom: 0rem;
    background-color: #ad2e2d;
}

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

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

.cid-uf3C4JdKc8 .mbr-section-title {
    color: #ffffff;
}

.cid-uf5GulncWz {
    padding-top: 3rem;
    padding-bottom: 0rem;
    background-color: #ffffff;
}

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

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

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

.cid-uf3C5OJbVy {
    padding-top: 3rem;
    padding-bottom: 4rem;
    background-color: #ffffff;
}

.cid-uf3C5OJbVy .counter-container ol {
    margin-bottom: 0;
}

.cid-uf3C5OJbVy .counter-container ol li {
    margin-bottom: 1rem;
}

.cid-uf3MGJcMHH {
    padding-top: 2rem;
    padding-bottom: 0rem;
    background-color: #ad2e2d;
}

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

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

.cid-uf3MGJcMHH .mbr-section-title {
    color: #ffffff;
}

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

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

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

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

.cid-uf3UOqvk4i {
    padding-top: 4rem;
    padding-bottom: 3rem;
    background-color: #ffffff;
}

.cid-uf3UOqvk4i .counter-container ol {
    margin-bottom: 0;
}

.cid-uf3UOqvk4i .counter-container ol li {
    margin-bottom: 1rem;
}

.cid-uCvEqaGFLK {
    padding-top: 2rem;
    padding-bottom: 3rem;
    background-color: #ffffff;
}

.cid-uCvEqaGFLK .counter-container ol {
    margin-bottom: 0;
    counter-reset: myCounter;
}

.cid-uCvEqaGFLK .counter-container ol li {
    margin-bottom: 1rem;
}

.cid-uCvEqaGFLK .counter-container ol li {
    list-style: none;
    padding-left: 1rem;
    position: relative;
}

.cid-uCvEqaGFLK .counter-container ol li:before {
    position: absolute;
    left: -40px;
    margin-top: 5px;
    counter-increment: myCounter;
    content: counter(myCounter);
    line-height: 40px;
    transition: all .2s;
    color: #ffffff;
    background: #6592e6;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cid-uf3P5ozHcH {
    padding-top: 2rem;
    padding-bottom: 0rem;
    background-color: #ad2e2d;
}

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

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

.cid-uf3P5ozHcH .mbr-section-title {
    color: #ffffff;
}

.cid-uf3P7GGVXq {
    padding-top: 3rem;
    padding-bottom: 2rem;
    background-color: #fafafa;
}

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

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

.cid-uf3P7GGVXq .oldcost {
    text-decoration: line-through;
    color: #353535;
}

.cid-uf3P7GGVXq .currentcost {
    color: #232323;
}

.cid-uf3P7GGVXq .card-wrapper {
    border-radius: 4px;
    background: #ffffff;
}

@media (min-width: 992px) {
    .cid-uf3P7GGVXq .text-box {
        padding: 2rem;
        padding-right: 4rem;
        padding-left: 4rem;
        padding-right: 2rem;
    }
}

@media (max-width: 991px) {
    .cid-uf3P7GGVXq .text-box {
        padding: 2rem;
    }
}

@media (max-width: 767px) {
    .cid-uf3P7GGVXq .text-box {
        padding: 1rem;
    }
}

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

.cid-uf3P7GGVXq H5 {
    text-align: center;
}

.cid-uf5rGipTbb {
    padding-top: 2rem;
    padding-bottom: 0rem;
    background-color: #ad2e2d;
}

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

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

.cid-uf5rGipTbb .mbr-section-title {
    color: #ffffff;
}

.cid-up6Kdo0C44 {
    padding-top: 3rem;
    padding-bottom: 1rem;
    background-color: #ffffff;
}

.cid-up6Kdo0C44 .counter-container ol {
    margin-bottom: 0;
}

.cid-up6Kdo0C44 .counter-container ol li {
    margin-bottom: 1rem;
}

.cid-ugQh1iLN5K {
    padding-top: 1rem;
    padding-bottom: 0rem;
    background-color: #ffffff;
}

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

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

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

.cid-uf5vn9orCI {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #ffffff;
}

.cid-uf5vn9orCI .counter-container ol {
    margin-bottom: 0;
    counter-reset: myCounter;
}

.cid-uf5vn9orCI .counter-container ol li {
    margin-bottom: 1rem;
}

.cid-uf5vn9orCI .counter-container ol li {
    list-style: none;
    padding-left: 1rem;
    position: relative;
}

.cid-uf5vn9orCI .counter-container ol li:before {
    position: absolute;
    left: -40px;
    margin-top: 5px;
    counter-increment: myCounter;
    content: counter(myCounter);
    line-height: 40px;
    transition: all .2s;
    color: #ffffff;
    background: #6592e6;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cid-uf3PbEcI73 {
    padding-top: 2rem;
    padding-bottom: 0rem;
    background-color: #ad2e2d;
}

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

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

.cid-uf3PbEcI73 .mbr-section-title {
    color: #ffffff;
}

.cid-uf3QG2Qasm {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #edefeb;
}

.cid-uf3QG2Qasm .mbr-text {
    color: #000000;
}

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

.cid-uf3QG2Qasm .mbr-section-title {
    color: #000000;
    text-align: center;
}

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

.cid-uf3QG2Qasm .item-wrapper {
    background: #ffffff;
    margin-bottom: 2rem;
    padding: 2.25rem;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .cid-uf3QG2Qasm .item-wrapper {
        padding: 2rem 1.5rem;
        margin-bottom: 2rem;
    }
}

@media (max-width: 767px) {
    .cid-uf3QG2Qasm .item-wrapper {
        padding: 2rem 1.5rem;
        margin-bottom: 1rem;
    }
}

.cid-uf3Ppmt7Gr {
    padding-top: 2rem;
    padding-bottom: 0rem;
    background-color: #ad2e2d;
}

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

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

.cid-uf3Ppmt7Gr .mbr-section-title {
    color: #ffffff;
}

.cid-uf3PtuElWg {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

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

@media (max-width: 991px) {
    .cid-uf3PtuElWg .image-wrapper {
        padding: 1rem;
    }
}

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

.cid-uf3PtuElWg .mbr-section-title {
    color: #ad2e2d;
}

.cid-uf3PtuElWg .mbr-text,
.cid-uf3PtuElWg .mbr-section-btn {
    color: #232323;
    text-align: left;
}

.cid-uf3PtuElWg .mbr-section-title DIV {
    text-align: center;
}

.cid-uf5HEng003 {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #000000;
    overflow: hidden;
}

.cid-uf5HEng003 .media-container-row .mbr-text {
    text-align: left;
    color: #ffffff;
}

.cid-uf5Thmrp0f {
    z-index: 1000;
    width: 100%;
    position: relative;
    min-height: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cid-uf5Thmrp0f .navbar {
    min-height: 70px;
    transition: all 0.3s;
    border-bottom: 1px solid transparent;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    background: #ad2e2d;
}

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

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

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

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

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

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

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

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

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

.cid-uf5Thmrp0f .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-uf5Thmrp0f .navbar.collapsed ul.navbar-nav li {
    margin: auto;
}

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

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

@media (max-width: 991px) {
    .cid-uf5Thmrp0f .navbar .nav-item .nav-link::before {
        display: none;
    }
    .cid-uf5Thmrp0f .navbar.opened .dropdown-menu {
        top: 0;
    }
    .cid-uf5Thmrp0f .navbar .dropdown-menu .dropdown-submenu {
        left: 0 !important;
    }
    .cid-uf5Thmrp0f .navbar .dropdown-menu .dropdown-item:after {
        right: auto;
    }
    .cid-uf5Thmrp0f .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-uf5Thmrp0f .navbar .navbar-logo img {
        height: 3rem !important;
    }
    .cid-uf5Thmrp0f .navbar ul.navbar-nav li {
        margin: auto;
    }
    .cid-uf5Thmrp0f .navbar .dropdown-menu .dropdown-item {
        padding: 0.25rem 1.5rem !important;
        text-align: center;
    }
    .cid-uf5Thmrp0f .navbar .navbar-brand {
        flex-shrink: initial;
        flex-basis: auto;
        word-break: break-word;
        padding-right: 2rem;
    }
    .cid-uf5Thmrp0f .navbar .navbar-toggler {
        flex-basis: auto;
    }
    .cid-uf5Thmrp0f .navbar .icons-menu {
        padding-left: 0;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}

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

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

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

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

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

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

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

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

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

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

.cid-uf5Thmrp0f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #ad2e2d;
}

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

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

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

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

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

.cid-uf5Thmrp0f button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
}

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

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

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

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

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

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

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

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

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

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

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

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .cid-uf5Thmrp0f .navbar {
        height: 70px;
    }
    .cid-uf5Thmrp0f .navbar.opened {
        height: auto;
    }
    .cid-uf5Thmrp0f .nav-item .nav-link:hover::before {
        width: 175%;
        max-width: calc(100% + 2rem);
        left: -1rem;
    }
}

.cid-uf6jPQRsA2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #ffffff;
}

.cid-uf6jPQRsA2 .counter-container ol {
    margin-bottom: 0;
}

.cid-uf6jPQRsA2 .counter-container ol li {
    margin-bottom: 1rem;
}

.cid-uf6jPQRsA2 .mbr-text DIV {
    text-align: left;
}

.cid-uf2soFnWRv {
    z-index: 1000;
    width: 100%;
    position: relative;
    min-height: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cid-uf2soFnWRv .navbar {
    min-height: 70px;
    transition: all 0.3s;
    border-bottom: 1px solid transparent;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    background: #ad2e2d;
}

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

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

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

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

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

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

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

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

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

.cid-uf2soFnWRv .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-uf2soFnWRv .navbar.collapsed ul.navbar-nav li {
    margin: auto;
}

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

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

@media (max-width: 991px) {
    .cid-uf2soFnWRv .navbar .nav-item .nav-link::before {
        display: none;
    }
    .cid-uf2soFnWRv .navbar.opened .dropdown-menu {
        top: 0;
    }
    .cid-uf2soFnWRv .navbar .dropdown-menu .dropdown-submenu {
        left: 0 !important;
    }
    .cid-uf2soFnWRv .navbar .dropdown-menu .dropdown-item:after {
        right: auto;
    }
    .cid-uf2soFnWRv .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-uf2soFnWRv .navbar .navbar-logo img {
        height: 3rem !important;
    }
    .cid-uf2soFnWRv .navbar ul.navbar-nav li {
        margin: auto;
    }
    .cid-uf2soFnWRv .navbar .dropdown-menu .dropdown-item {
        padding: 0.25rem 1.5rem !important;
        text-align: center;
    }
    .cid-uf2soFnWRv .navbar .navbar-brand {
        flex-shrink: initial;
        flex-basis: auto;
        word-break: break-word;
        padding-right: 2rem;
    }
    .cid-uf2soFnWRv .navbar .navbar-toggler {
        flex-basis: auto;
    }
    .cid-uf2soFnWRv .navbar .icons-menu {
        padding-left: 0;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}

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

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

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

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

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

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

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

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

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

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

.cid-uf2soFnWRv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #ad2e2d;
}

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

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

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

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

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

.cid-uf2soFnWRv button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
}

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

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

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

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

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

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

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

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

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

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

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

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .cid-uf2soFnWRv .navbar {
        height: 70px;
    }
    .cid-uf2soFnWRv .navbar.opened {
        height: auto;
    }
    .cid-uf2soFnWRv .nav-item .nav-link:hover::before {
        width: 175%;
        max-width: calc(100% + 2rem);
        left: -1rem;
    }
}

.cid-uf6ijwx4Rs {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #ffffff;
}

.cid-uf6ijwx4Rs .counter-container ol {
    margin-bottom: 0;
}

.cid-uf6ijwx4Rs .counter-container ol li {
    margin-bottom: 1rem;
}

.cid-uf6ijwx4Rs .mbr-text DIV {
    text-align: left;
}

.cid-uf5T36Kuik {
    z-index: 1000;
    width: 100%;
    position: relative;
    min-height: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cid-uf5T36Kuik .navbar {
    min-height: 70px;
    transition: all 0.3s;
    border-bottom: 1px solid transparent;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    background: #ad2e2d;
}

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

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

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

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

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

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

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

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

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

.cid-uf5T36Kuik .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-uf5T36Kuik .navbar.collapsed ul.navbar-nav li {
    margin: auto;
}

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

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

@media (max-width: 991px) {
    .cid-uf5T36Kuik .navbar .nav-item .nav-link::before {
        display: none;
    }
    .cid-uf5T36Kuik .navbar.opened .dropdown-menu {
        top: 0;
    }
    .cid-uf5T36Kuik .navbar .dropdown-menu .dropdown-submenu {
        left: 0 !important;
    }
    .cid-uf5T36Kuik .navbar .dropdown-menu .dropdown-item:after {
        right: auto;
    }
    .cid-uf5T36Kuik .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-uf5T36Kuik .navbar .navbar-logo img {
        height: 3rem !important;
    }
    .cid-uf5T36Kuik .navbar ul.navbar-nav li {
        margin: auto;
    }
    .cid-uf5T36Kuik .navbar .dropdown-menu .dropdown-item {
        padding: 0.25rem 1.5rem !important;
        text-align: center;
    }
    .cid-uf5T36Kuik .navbar .navbar-brand {
        flex-shrink: initial;
        flex-basis: auto;
        word-break: break-word;
        padding-right: 2rem;
    }
    .cid-uf5T36Kuik .navbar .navbar-toggler {
        flex-basis: auto;
    }
    .cid-uf5T36Kuik .navbar .icons-menu {
        padding-left: 0;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}

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

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

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

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

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

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

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

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

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

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

.cid-uf5T36Kuik .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #ad2e2d;
}

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

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

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

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

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

.cid-uf5T36Kuik button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
}

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

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

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

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

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

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

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

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

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

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

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

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .cid-uf5T36Kuik .navbar {
        height: 70px;
    }
    .cid-uf5T36Kuik .navbar.opened {
        height: auto;
    }
    .cid-uf5T36Kuik .nav-item .nav-link:hover::before {
        width: 175%;
        max-width: calc(100% + 2rem);
        left: -1rem;
    }
}

.cid-uf6kT96VzA {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #ffffff;
}

.cid-uf6kT96VzA .counter-container ol {
    margin-bottom: 0;
}

.cid-uf6kT96VzA .counter-container ol li {
    margin-bottom: 1rem;
}

.cid-uf6kT96VzA .mbr-text DIV {
    text-align: left;
}