body {
    font-family: Space Grotesk;
}
/*----Css Added by pinku-----*/
.hover_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
    left: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s all;
    opacity: 0;
}
.overlay_btn {
    background: #fff;
    color: #2f3641 !important;
    padding: 14px 24px;
    transition: all 0.2s ease-in-out;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.hover_btnshow {
    position: relative;
}
.hover_btnshow:hover .hover_overlay {
    opacity: 1;
}
.append_modalpopup {
    position: fixed;
    width: 100%;
    padding: 15px;
    z-index: 99999999;
    height: 100vh;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    transition: all 0.5s ease 0s;
    box-sizing: border-box;
    display: none;
}
.append_iframe_block {
    width: 100%;
}
.close_iframe {
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 10000;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: #ffffff;
    opacity: 0.3;
    transition: 0.5s all;
}
.close_iframe:hover {
    opacity: 1;
}
.append_iframe {
    position: relative;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 10px;
    border: none;
    margin: 0px auto;
}
.iframe_block {
    height: calc(100vh - 30px);
    display: inline-block;
    width: 100%;
    padding-top: 5px;
    background: #ffffff;
    border-radius: 15px;
    background-image: url(/assets/images/loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.append_iframe {
    position: relative;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 10px;
    border: none;
    margin: 0px auto;
    display: inline-block;
}
/*----End added pinku css*/
.display-1 {
    font-family: "Montserrat", sans-serif;
    font-size: 2.6rem;
    line-height: 1.2;
    letter-spacing: -0.9px;
}
.display-1 > .mbr-iconfont {
    font-size: 3.25rem;
}
.display-2 {
    font-family: "Montserrat", sans-serif;
    font-size: 2.3rem;
    line-height: 1.2;
    letter-spacing: -0.9px;
}
.display-2 > .mbr-iconfont {
    font-size: 2.875rem;
}
.display-4 {
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    line-height: 1.867;
}
.display-4 > .mbr-iconfont {
    font-size: 1.25rem;
}
.display-5 {
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    line-height: 1.2;
}
.display-5 > .mbr-iconfont {
    font-size: 2.5rem;
}
.display-7 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.5rem;
    line-height: 1.1;
}
.display-7 > .mbr-iconfont {
    font-size: 1.875rem;
}
/* ---- 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.08rem;
    }
}
@media (max-width: 768px) {
    .display-1 {
        font-size: 1.82rem;
        font-size: calc(1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(
            1.1 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)))
        );
    }
    .display-2 {
        font-size: 1.84rem;
        font-size: calc(
            1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20))
        );
        line-height: calc(
            1.3 * (1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20)))
        );
    }
    .display-4 {
        font-size: 0.8rem;
        font-size: calc(1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(
            1.4 * (1rem + (1 - 1) * ((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.2rem;
        font-size: calc(
            1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))
        );
        line-height: calc(
            1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)))
        );
    }
}
/* Buttons */
.btn {
    padding: 11px 35px;
    border-radius: 3px;
}
.btn-sm {
    padding: 15px 35px;
    border-radius: 3px;
}
.btn-md {
    padding: 18px 50px;
    border-radius: 3px;
}
.btn-lg {
    padding: 19px 50px;
    border-radius: 3px;
}
.bg-primary {
    background-color: #4154f1 !important;
}
.bg-success {
    background-color: #5461bc !important;
}
.bg-info {
    background-color: #afb8ce !important;
}
.bg-warning {
    background-color: #cf80c4 !important;
}
.bg-danger {
    background-color: #504498 !important;
}
.btn-primary {
    box-shadow: 0 15px 30px 0 rgba(65, 84, 241, 0.15);
}
.btn-primary,
.btn-primary:active {
    background-color: #4154f1 !important;
    border-color: #4154f1 !important;
    color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
    color: #ffffff !important;
    background-color: #1129ee !important;
    border-color: #1129ee !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #ffffff !important;
    background-color: #1129ee !important;
    border-color: #1129ee !important;
}
.btn-primary:before {
    background: #4154f1;
}
.btn-primary:hover {
    color: #ffffff !important;
    border-color: #4154f1 !important;
    box-shadow: 0 15px 30px 0 rgba(65, 84, 241, 0.15);
}
.btn-secondary {
    box-shadow: 0 15px 30px 0 rgba(58, 68, 138, 0.15);
}
.btn-secondary,
.btn-secondary:active {
    background-color: #3a448a !important;
    border-color: #3a448a !important;
    color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
    color: #ffffff !important;
    background-color: #2b3266 !important;
    border-color: #2b3266 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #ffffff !important;
    background-color: #2b3266 !important;
    border-color: #2b3266 !important;
}
.btn-secondary:before {
    background: #3a448a;
}
.btn-secondary:hover {
    color: #ffffff !important;
    border-color: #3a448a !important;
    box-shadow: 0 15px 30px 0 rgba(58, 68, 138, 0.15);
}
.btn-info {
    box-shadow: 0 15px 30px 0 rgba(175, 184, 206, 0.15);
}
.btn-info,
.btn-info:active {
    background-color: #afb8ce !important;
    border-color: #afb8ce !important;
    color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
    color: #ffffff !important;
    background-color: #8f9cbb !important;
    border-color: #8f9cbb !important;
}
.btn-info.disabled,
.btn-info:disabled {
    color: #ffffff !important;
    background-color: #8f9cbb !important;
    border-color: #8f9cbb !important;
}
.btn-info:before {
    background: #afb8ce;
}
.btn-info:hover {
    color: #000000 !important;
    border-color: #afb8ce !important;
    box-shadow: 0 15px 30px 0 rgba(175, 184, 206, 0.15);
}
.btn-success {
    box-shadow: 0 15px 30px 0 rgba(84, 97, 188, 0.15);
}
.btn-success,
.btn-success:active {
    background-color: #5461bc !important;
    border-color: #5461bc !important;
    color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
    color: #ffffff !important;
    background-color: #3e4a9f !important;
    border-color: #3e4a9f !important;
}
.btn-success.disabled,
.btn-success:disabled {
    color: #ffffff !important;
    background-color: #3e4a9f !important;
    border-color: #3e4a9f !important;
}
.btn-success:before {
    background: #5461bc;
}
.btn-success:hover {
    color: #ffffff !important;
    border-color: #5461bc !important;
    box-shadow: 0 15px 30px 0 rgba(84, 97, 188, 0.15);
}
.btn-warning {
    box-shadow: 0 15px 30px 0 rgba(207, 128, 196, 0.15);
}
.btn-warning,
.btn-warning:active {
    background-color: #cf80c4 !important;
    border-color: #cf80c4 !important;
    color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
    color: #ffffff !important;
    background-color: #c15bb3 !important;
    border-color: #c15bb3 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
    color: #ffffff !important;
    background-color: #c15bb3 !important;
    border-color: #c15bb3 !important;
}
.btn-warning:before {
    background: #cf80c4;
}
.btn-warning:hover {
    color: #ffffff !important;
    border-color: #cf80c4 !important;
    box-shadow: 0 15px 30px 0 rgba(207, 128, 196, 0.15);
}
.btn-danger {
    box-shadow: 0 15px 30px 0 rgba(80, 68, 152, 0.15);
}
.btn-danger,
.btn-danger:active {
    background-color: #504498 !important;
    border-color: #504498 !important;
    color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
    color: #ffffff !important;
    background-color: #3d3475 !important;
    border-color: #3d3475 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
    color: #ffffff !important;
    background-color: #3d3475 !important;
    border-color: #3d3475 !important;
}
.btn-danger:before {
    background: #504498;
}
.btn-danger:hover {
    color: #ffffff !important;
    border-color: #504498 !important;
    box-shadow: 0 15px 30px 0 rgba(80, 68, 152, 0.15);
}
.btn-white {
    color: #4154f1 !important;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    box-shadow: 0 15px 30px 0 rgba(65, 84, 241, 0.15);
}
.btn-white,
.btn-white:active {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
    color: #666666 !important;
    background-color: #e6e6e6 !important;
    border-color: #e6e6e6 !important;
}
.btn-white.disabled,
.btn-white:disabled {
    color: #808080 !important;
    background-color: #e6e6e6 !important;
    border-color: #e6e6e6 !important;
}
.btn-white:before {
    background: #4154f1;
}
.btn-white:hover {
    color: #ffffff !important;
    border-color: #4154f1 !important;
    background-color: #ffffff !important;
    box-shadow: 0 15px 30px 0 rgba(255, 255, 255, 0.15);
}
.btn-black {
    color: #ffffff !important;
    background-color: #1a1a1a !important;
    border-color: #1a1a1a !important;
    box-shadow: 0 15px 30px 0 rgba(26, 26, 26, 0.15);
}
.btn-black,
.btn-black:active {
    background-color: #1a1a1a !important;
    border-color: #1a1a1a !important;
    color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
    color: #ffffff !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
    color: #ffffff !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
}
.btn-black:before {
    background: #4d4d4d;
}
.btn-black:hover {
    border-color: #4d4d4d !important;
    box-shadow: 0 15px 30px 0 rgba(26, 26, 26, 0.15);
}
.btn-primary-outline,
.btn-primary-outline:active {
    background-color: transparent !important;
    border-color: #4154f1;
    color: #4154f1;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
    color: #ffffff !important;
    background-color: #4154f1 !important;
    border-color: #4154f1 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
    color: #ffffff !important;
    background-color: #4154f1 !important;
    border-color: #4154f1 !important;
}
.btn-primary-outline:before {
    background: #4154f1;
}
.btn-primary-outline:hover {
    color: #ffffff !important;
    background-color: transparent !important;
    box-shadow: 0 15px 30px 0 rgba(65, 84, 241, 0.15);
}
.btn-secondary-outline,
.btn-secondary-outline:active {
    background-color: transparent !important;
    border-color: #3a448a;
    color: #3a448a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
    color: #ffffff !important;
    background-color: #3a448a !important;
    border-color: #3a448a !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
    color: #ffffff !important;
    background-color: #3a448a !important;
    border-color: #3a448a !important;
}
.btn-secondary-outline:before {
    background: #3a448a;
}
.btn-secondary-outline:hover {
    color: #ffffff !important;
    background-color: transparent !important;
    box-shadow: 0 15px 30px 0 rgba(58, 68, 138, 0.15);
}
.btn-info-outline,
.btn-info-outline:active {
    background-color: transparent !important;
    border-color: #afb8ce;
    color: #afb8ce;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
    color: #ffffff !important;
    background-color: #afb8ce !important;
    border-color: #afb8ce !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
    color: #ffffff !important;
    background-color: #afb8ce !important;
    border-color: #afb8ce !important;
}
.btn-info-outline:before {
    background: #afb8ce;
}
.btn-info-outline:hover {
    color: #000000 !important;
    background-color: transparent !important;
    box-shadow: 0 15px 30px 0 rgba(175, 184, 206, 0.15);
}
.btn-success-outline,
.btn-success-outline:active {
    background-color: transparent !important;
    border-color: #5461bc;
    color: #5461bc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
    color: #ffffff !important;
    background-color: #5461bc !important;
    border-color: #5461bc !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
    color: #ffffff !important;
    background-color: #5461bc !important;
    border-color: #5461bc !important;
}
.btn-success-outline:before {
    background: #5461bc;
}
.btn-success-outline:hover {
    color: #ffffff !important;
    background-color: transparent !important;
    box-shadow: 0 15px 30px 0 rgba(84, 97, 188, 0.15);
}
.btn-warning-outline,
.btn-warning-outline:active {
    background-color: transparent !important;
    border-color: #cf80c4;
    color: #cf80c4;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
    color: #ffffff !important;
    background-color: #cf80c4 !important;
    border-color: #cf80c4 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
    color: #ffffff !important;
    background-color: #cf80c4 !important;
    border-color: #cf80c4 !important;
}
.btn-warning-outline:before {
    background: #cf80c4;
}
.btn-warning-outline:hover {
    color: #ffffff !important;
    background-color: transparent !important;
    box-shadow: 0 15px 30px 0 rgba(207, 128, 196, 0.15);
}
.btn-danger-outline,
.btn-danger-outline:active {
    background-color: transparent !important;
    border-color: #504498;
    color: #504498;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
    color: #ffffff !important;
    background-color: #504498 !important;
    border-color: #504498 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
    color: #ffffff !important;
    background-color: #504498 !important;
    border-color: #504498 !important;
}
.btn-danger-outline:before {
    background: #504498;
}
.btn-danger-outline:hover {
    color: #ffffff !important;
    background-color: transparent !important;
    box-shadow: 0 15px 30px 0 rgba(80, 68, 152, 0.15);
}
.btn-black-outline {
    border-color: #1a1a1a !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
    background-color: transparent;
    border-color: transparent;
    color: #1a1a1a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
    color: #ffffff;
    background-color: transparent !important;
    box-shadow: 0 15px 30px 0 rgba(26, 26, 26, 0.15);
}
.btn-black-outline:before {
    background: #4d4d4d;
}
.btn-white-outline {
    color: #ffffff !important;
    border-color: #ffffff !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
    background-color: transparent;
    border-color: transparent;
    color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
    color: #4154f1 !important;
    border-color: #ffffff !important;
    background-color: transparent !important;
    box-shadow: 0 15px 30px 0 rgba(255, 255, 255, 0.15);
}
.btn-white-outline:before {
    background: #ffffff;
}
.text-primary {
    color: #4154f1 !important;
}
.text-secondary {
    color: #3a448a !important;
}
.text-success {
    color: #5461bc !important;
}
.text-info {
    color: #afb8ce !important;
}
.text-warning {
    color: #cf80c4 !important;
}
.text-danger {
    color: #504498 !important;
}
.text-white {
    color: #ffffff !important;
}
.text-black {
    color: #1a1a1a !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
    color: #0e21be !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
    color: #1c2142 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
    color: #30397a !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
    color: #7080a7 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
    color: #a9409a !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
    color: #2b2452 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
    color: #cccccc !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
    color: #000000 !important;
}
.nav-tabs .nav-link.active {
    color: #4154f1;
}
.nav-tabs .nav-link:not(.active) {
    color: #1a1a1a;
}
.alert-success {
    background-color: #40a50b;
}
.alert-info {
    background-color: #afb8ce;
}
.alert-warning {
    background-color: #cf80c4;
}
.alert-danger {
    background-color: #504498;
}
.mbr-gallery-filter li.active .btn {
    background-color: #4154f1;
    border-color: #4154f1;
    color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
    box-shadow: none;
}
a,
a:hover {
    color: #4154f1;
}
.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: #b0b6e0;
}
.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: #988fcd;
}
/* Scroll to top button*/
.form-control {
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    line-height: 1.867;
    font-weight: 400;
}
.form-control > .mbr-iconfont {
    font-size: 1.25rem;
}
.form-control:-webkit-input-placeholder {
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    line-height: 1.867;
    font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
    font-size: 1.25rem;
}
blockquote {
    border-color: #4154f1;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
    background-color: #4154f1;
    color: #ffffff;
}
.jq-number__spin {
    transition: 0.25s ease;
}
.jq-number__spin:hover {
    border-color: #4154f1;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
    transition: 0.4s;
    border-top-color: #353535;
    border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
    border-top-color: #4154f1;
    border-bottom-color: #4154f1;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker
    .xdsoft_timepicker
    .xdsoft_time_box
    > div
    > div.xdsoft_current {
    color: #ffffff !important;
    background-color: #4154f1 !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: #3a448a !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='%234154f1' %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.btn-white {
    color: #4154f1 !important;
}
.mbr-arrow-up {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    box-shadow: 0px 10px 33.25px 1.75px rgba(0, 27, 103, 0.35);
}
.mbr-arrow-up a {
    background: rgba(65, 84, 241, 0.6);
}
.mbr-arrow-up a:hover {
    background: #4154f1;
}
.cid-sylKKixOMc {
    overflow: visible;
    padding-top: 3rem;
    padding-bottom: 4rem;
    background-color: #ffffff;
}
.cid-sylKKixOMc .mbr-overlay {
    background: #ffffff;
}
.cid-sylKKixOMc .animation {
    pointer-events: none;
}
.cid-sylKKixOMc .mbr-section-subtitle {
    margin-bottom: 10px;
}
.cid-sylKKixOMc .mbr-section-title {
    margin-bottom: 27px;
    color: #3a448a;
}
.cid-sylKKixOMc .mbr-text {
    margin-bottom: 35px;
    line-height: 1.54;
}
.cid-sylKKixOMc .image__block {
    margin-top: 60px;
    margin-bottom: -160px;
    position: relative;
    z-index: 5;
}
.cid-sylKKixOMc .image__block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 991px) {
    .cid-sylKKixOMc .mbr-section-title {
        margin-bottom: 17px;
    }
    .cid-sylKKixOMc .mbr-text {
        margin-bottom: 20px;
    }
    .cid-sylKKixOMc .mbr-section-btn {
        margin-bottom: 40px;
    }
    .cid-sylKKixOMc .image__block {
        margin-bottom: -100px;
    }
}
.cid-sylKKixOMc .mbr-text,
.cid-sylKKixOMc .mbr-section-btn {
    color: #1a1a1a;
}
.cid-sGe8JwVTa5 {
    padding-top: 120px;
    padding-bottom: 60px;
    background-image: url("../../../assets/images/q-background-1-1609x771.png");
}
.cid-sGe8JwVTa5 .container-fluid {
    overflow: hidden;
}
.cid-sGe8JwVTa5 .carousel-controls {
    display: none;
}
.cid-sGe8JwVTa5 .carousel-controls a {
    transition: opacity 0.5s;
}
.cid-sGe8JwVTa5 .carousel-controls a:hover span,
.cid-sGe8JwVTa5 .carousel-controls a:focus span {
    opacity: 1;
}
.cid-sGe8JwVTa5 .carousel-controls a:hover svg,
.cid-sGe8JwVTa5 .carousel-controls a:focus svg {
    transition: all 0.25s;
    stroke-width: 3;
}
.cid-sGe8JwVTa5 .carousel-controls a:active svg {
    transition: all 0.1s;
    stroke-width: 5;
}
.cid-sGe8JwVTa5 .carousel-indicators li {
    bottom: 0;
    width: 15px;
    height: 15px;
    margin: 3px;
    background: #afb8ce;
    border: 0;
    border-radius: 50%;
    opacity: 0.5;
}
.cid-sGe8JwVTa5 .carousel-indicators {
    bottom: 0px;
}
.cid-sGe8JwVTa5 .carousel-indicators .active {
    border: 0px solid #1b1b1b;
    background: #4154f1;
}
.cid-sGe8JwVTa5 ol {
    margin-bottom: 0rem;
}
.cid-sGe8JwVTa5 .carousel-item {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 30px;
    padding-top: 1rem;
}
.cid-sGe8JwVTa5 .carousel-control-prev {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    opacity: 0.3;
}
.cid-sGe8JwVTa5 .carousel-control-next {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    opacity: 0.3;
}
.cid-sGe8JwVTa5 .carousel-item.active,
.cid-sGe8JwVTa5 .carousel-item-next,
.cid-sGe8JwVTa5 .carousel-item-prev {
    display: flex;
}
.cid-sGe8JwVTa5 .user_image {
    overflow: hidden;
    display: flex;
    padding: 1.5rem;
}
.cid-sGe8JwVTa5 .user_image .user_image_inner {
    max-width: 250px;
    max-height: 250px;
    border-radius: 10%;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
    display: flex;
    margin: auto;
}
.cid-sGe8JwVTa5 .user_image .user_image_inner img {
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    margin: 0;
}
.cid-sGe8JwVTa5 .user_text {
    color: #767676;
    position: relative;
}
.cid-sGe8JwVTa5 .underline {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.cid-sGe8JwVTa5 .underline .line {
    width: 5rem;
    height: 3px;
    background: linear-gradient(90deg, #4154f1, #3a448a);
    display: inline-block;
}
.cid-sGe8JwVTa5 .testimonials-quote svg {
    height: 50px;
    width: 50px;
    opacity: 0.2;
    margin-bottom: -50px;
    margin-left: -25px;
    fill: currentColor;
}
.cid-sGe8JwVTa5 .user_name {
    color: #4154f1;
    text-align: right;
}
.cid-sGe8JwVTa5 .carousel-controls svg {
    height: 60px;
}
@media (max-width: 576px) {
    .cid-sGe8JwVTa5 .carousel-controls {
        display: none;
    }
}
@media (max-width: 991px) {
    .cid-sGe8JwVTa5 .testimonials-quote,
    .cid-sGe8JwVTa5 .user_text,
    .cid-sGe8JwVTa5 .user_name,
    .cid-sGe8JwVTa5 .user_desk {
        text-align: center !important;
    }
    .cid-sGe8JwVTa5 .carousel-controls a span {
        top: auto;
        bottom: 0;
    }
    .cid-sGe8JwVTa5 .testimonials-quote svg {
        margin-left: 0px;
    }
}
@media (min-width: 768px) {
    .cid-sGe8JwVTa5 .mbr-section-title,
    .cid-sGe8JwVTa5 .underline {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}
@media (min-width: 1200px) {
    .cid-sGe8JwVTa5 .carousel-control-prev span {
        right: -1rem;
    }
    .cid-sGe8JwVTa5 .carousel-control-next span {
        left: -1rem;
    }
    .cid-sGe8JwVTa5 .user-text {
        padding-right: 2rem;
    }
    .cid-sGe8JwVTa5 .carousel-control-prev,
    .cid-sGe8JwVTa5 .carousel-control-next {
        -webkit-align-items: center;
        align-items: center;
    }
}
.cid-sGe8JwVTa5 .user_desk {
    text-align: right;
    color: #4154f1;
    font-style: italic;
    font-weight: 300;
}
.cid-sGe8JwVTa5 .user_text,
.cid-sGe8JwVTa5 .testimonials-quote {
    color: #ffffff;
}
.cid-sGe8JwVTa5 .user_text,
.cid-sGe8JwVTa5 .testimonials-quote {
    color: #3a448a;
}
.cid-sym5EeD1N8 {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #ffffff;
}
.cid-sym5EeD1N8 .title_block {
    margin-bottom: 80px;
}
.cid-sym5EeD1N8 .mbr-section-subtitle {
    margin-bottom: 16px;
    color: #4154f1;
    letter-spacing: 1.6px;
    line-height: 1;
    font-weight: 600;
}
.cid-sym5EeD1N8 .mbr-section-title {
    color: #1a1a1a;
}
.cid-sym5EeD1N8 .image img {
    width: 100%;
    object-fit: cover;
}
.cid-sym5EeD1N8 .mbr-text {
    margin-top: 30px;
}
.cid-sym5EeD1N8 .nav-tabs .nav-item.open .nav-link:focus,
.cid-sym5EeD1N8 .nav-tabs .nav-link.active:focus {
    outline: none;
}
.cid-sym5EeD1N8 .nav-tabs {
    border: none;
}
.cid-sym5EeD1N8 .nav-item {
    width: 100%;
    margin-bottom: 30px;
}
.cid-sym5EeD1N8 .nav-tabs .nav-link {
    background-color: #ffffff !important;
    line-height: 1;
    padding: 30px 40px;
    display: block;
    border-radius: 5px !important;
    border: none;
    color: #676161 !important;
    box-shadow: 0px 20px 60px 0px rgba(0, 11, 40, 0.06);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sym5EeD1N8 .nav-tabs .nav-link.active {
    background-color: #5461bc !important;
    box-shadow: 0px 40px 80px 0px rgba(1, 1, 64, 0.08);
    color: #ffffff !important;
}
.cid-sym5EeD1N8 .nav-tabs .nav-link:hover {
    background-color: #5461bc !important;
    box-shadow: 0px 20px 40px 0px rgba(0, 33, 121, 0.08);
    color: #ffffff !important;
    cursor: pointer;
}
.cid-sym5EeD1N8 .nav-tabs .nav-link strong,
.cid-sym5EeD1N8 .nav-tabs .nav-link b {
    font-size: 22px;
    display: block;
    line-height: 1;
    margin-bottom: 15px;
}
@media (max-width: 991px) {
    .cid-sym5EeD1N8 .title_block {
        margin-bottom: 40px;
    }
    .cid-sym5EeD1N8 .nav-tabs .nav-link {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .cid-sym5EeD1N8 .mbr-text {
        margin-top: 20px;
    }
}
.cid-sGocoVHJ8y {
    padding-top: 8rem;
    padding-bottom: 7rem;
    background-image: linear-gradient(
        135deg,
        #3a448a 10%,
        #ffbadf 100%
    ) !important;
}
.cid-szopDSFTXR {
    padding-top: 7rem;
    padding-bottom: 9rem;
    background-color: #ffffff;
}
.cid-szopDSFTXR .nav-tabs .nav-item.open .nav-link:focus,
.cid-szopDSFTXR .nav-tabs .nav-link.active:focus {
    outline: none;
}
.cid-szopDSFTXR .nav-tabs {
    justify-content: center;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 60px;
}
@media (max-width: 767px) {
    .cid-szopDSFTXR .nav-item {
        width: 100%;
        margin: 0;
    }
}
.cid-szopDSFTXR .nav-item .nav-link {
    color: #4154f1;
    border-bottom: 4px solid transparent !important;
}
.cid-szopDSFTXR .nav-item .nav-link.active {
    color: #4154f1;
    border-bottom: 4px solid #4154f1 !important;
}
.cid-szopDSFTXR .nav-tabs .nav-link {
    transition: all 0.5s;
    border: none;
}
.cid-szopDSFTXR .nav-tabs .nav-item {
    margin-right: 1.5rem;
}
.cid-szopDSFTXR .nav-link,
.cid-szopDSFTXR .nav-link.active {
    padding: 1rem 0;
    background-color: transparent;
}
.cid-szopDSFTXR .tab-content .tab-pane .row {
    flex-direction: row-reverse;
}
.cid-szopDSFTXR .mbr-text,
.cid-szopDSFTXR .mbr-section-btn {
    color: #232323;
}
.cid-szopDSFTXR .mbr-section-title {
    color: #5461bc;
}
.cid-szopDSFTXR .buttons-wrap .link {
    display: flex;
}
.cid-szopDSFTXR .list {
    list-style: none;
}
.cid-szopDSFTXR .list li {
    position: relative;
    margin-bottom: 15px;
}
.cid-szopDSFTXR .list li::before {
    content: "";
    display: block;
    position: absolute;
    margin-top: 9px;
    left: -25px;
    border-radius: 10px;
    width: 10px;
    height: 10px;
    background-color: #e79adc;
}
@media (max-width: 768px) {
    .cid-szopDSFTXR * {
        text-align: center;
    }
    .cid-szopDSFTXR .buttons-wrap {
        justify-content: center;
    }
    .cid-szopDSFTXR img {
        margin-bottom: 20px;
    }
}
.cid-szopDSFTXR .tab-content .tab-pane .mbr-section-title,
.cid-szopDSFTXR .tab-content .tab-pane .list li {
    color: #5461bc;
}
.cid-symz7zSlcH {
    padding-top: 10rem;
    padding-bottom: 7rem;
    background-color: #101958;
    background: linear-gradient(
        to right bottom,
        rgba(16, 25, 88, 0.8),
        #f0a2e5
    );
}
.cid-symz7zSlcH .mbr-overlay {
    background: #5eeebb;
}
.cid-symz7zSlcH .image-wrapper img {
    width: 100%;
    object-fit: cover;
}
.cid-symz7zSlcH .card-title {
    margin-bottom: 26px;
}
.cid-symz7zSlcH .mbr-text {
    margin-bottom: 30px;
}
.cid-symz7zSlcH .iconfont-wrapper {
    display: inline-block;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.cid-symz7zSlcH .iconfont-wrapper:before {
    content: "";
    top: 0;
    left: 50%;
    bottom: 0;
    z-index: -1;
    width: 60px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.07);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-symz7zSlcH .iconfont-wrapper .mbr-iconfont {
    color: #ffffff;
    height: 75px;
    line-height: 75px;
    font-size: 46px;
    text-align: center;
}
@media (min-width: 992px) {
    .cid-symz7zSlcH .text-wrapper {
        padding-right: 2rem;
    }
}
@media (max-width: 991px) {
    .cid-symz7zSlcH .text-wrapper {
        text-align: center;
    }
    .cid-symz7zSlcH .image-wrapper {
        margin-bottom: 40px;
    }
    .cid-symz7zSlcH .mbr-text {
        margin-bottom: 20px;
    }
    .cid-symz7zSlcH .iconfont-wrapper {
        margin-bottom: 20px;
    }
}
.cid-sDhc5d4GGu {
    padding-top: 6rem;
    padding-bottom: 9rem;
    background-color: #f8f8ff;
}
.cid-sDhc5d4GGu .mbr-overlay {
    background: #5eeebb;
}
.cid-sDhc5d4GGu .title_block {
    margin-bottom: 50px;
}
.cid-sDhc5d4GGu .mbr-section-subtitle {
    margin-bottom: 16px;
    color: #4154f1;
    letter-spacing: 1.6px;
    line-height: 1;
    font-weight: 600;
}
.cid-sDhc5d4GGu .mbr-section-title {
    color: #5461bc;
}
.cid-sDhc5d4GGu .card_wrap {
    background-color: #ffffff;
    padding: 45px 65px;
    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-sDhc5d4GGu .card_wrap:hover {
    transform: translateY(-16px);
    box-shadow: 0px 20px 40px 0px rgba(0, 33, 121, 0.08);
}
.cid-sDhc5d4GGu .card_header {
    margin-bottom: 40px;
}
.cid-sDhc5d4GGu .card_title {
    margin-bottom: 20px;
    color: #5842ff;
}
.cid-sDhc5d4GGu .card_price {
    color: #3a448a;
}
.cid-sDhc5d4GGu .card_price sup {
    margin-right: 5px;
}
.cid-sDhc5d4GGu .card_price sub {
    font-size: 16px;
    line-height: 1;
}
.cid-sDhc5d4GGu .card_image {
    width: 160px;
    height: 125px;
    margin: 0px auto 50px;
}
.cid-sDhc5d4GGu .card_image img {
    width: 160px;
    height: 125px;
    object-fit: contain;
}
.cid-sDhc5d4GGu .card_list {
    margin-bottom: 40px;
}
.cid-sDhc5d4GGu .card_list .list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cid-sDhc5d4GGu .card_list .list li {
    line-height: 1.1;
    margin-bottom: 25px;
}
.cid-sDhc5d4GGu .item:nth-child(1) .card_title {
    color: #4154f1;
}
.cid-sDhc5d4GGu .item:nth-child(2) .card_title {
    color: #5461bc;
}
.cid-sDhc5d4GGu .item:nth-child(3) .card_title {
    color: #cf80c4;
}
.cid-sDhc5d4GGu .tabs_text {
    margin-bottom: 0;
    color: #1a1a1a;
}
.cid-sDhc5d4GGu .tabs_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}
.cid-sDhc5d4GGu .nav-tabs {
    margin: 0 10px;
    border: none;
    background-color: #ffffff !important;
    border-radius: 16px;
}
.cid-sDhc5d4GGu .nav-tabs .li_item1 {
    left: -2px;
}
.cid-sDhc5d4GGu .nav-tabs .li_item2 {
    right: -2px;
}
.cid-sDhc5d4GGu .nav-tabs .nav-item {
    margin: 0;
    width: 30px;
    height: 24px;
    display: flex;
    align-items: center;
}
.cid-sDhc5d4GGu .nav-tabs .nav-item .btn {
    border-radius: 50px !important;
    transition: all 0.25s;
    border-color: transparent !important;
    background-color: transparent !important;
    padding: 8px !important;
    height: 30px;
    width: 30px;
    position: relative;
    transform: scale(1) !important;
    margin: 0px !important;
    box-shadow: none;
    z-index: 1;
}
@media (min-width: 768px) {
    .cid-sDhc5d4GGu .nav-tabs .nav-item .btn:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        margin: 0;
        opacity: 1;
        padding: 0;
        background-color: transparent !important;
        animation: none;
        z-index: -1;
    }
    .cid-sDhc5d4GGu .nav-tabs .nav-item .btn:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: transparent;
        border-radius: inherit;
        z-index: -1;
        transition: transform 0.3s, background-color 0.2s;
    }
    .cid-sDhc5d4GGu .nav-tabs .nav-item .btn.active:before {
        background-color: #5461bc !important;
        box-shadow: 0px 5px 20px 0px rgba(94, 44, 237, 0.25) !important;
    }
}
@media (max-width: 767px) {
    .cid-sDhc5d4GGu .nav-tabs .nav-item .btn {
        padding: 8px !important;
        vertical-align: middle;
    }
}
.cid-sDhc5d4GGu .nav-tabs .nav-item .btn:hover {
    cursor: pointer;
    color: #5461bc !important;
    box-shadow: none !important;
}
.cid-sDhc5d4GGu .nav-tabs .nav-item .btn.active {
    color: #ffffff !important;
    box-shadow: 0px 5px 20px 0px rgba(94, 44, 237, 0.25) !important;
}
@media (max-width: 767px) {
    .cid-sDhc5d4GGu .nav-tabs .nav-item .btn.active {
        background-color: #5461bc !important;
    }
}
@media (min-width: 768px) {
    .cid-sDhc5d4GGu .nav-tabs .nav-item:first-child > .btn:after {
        border-right: none !important;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }
    .cid-sDhc5d4GGu .nav-tabs .nav-item:last-child > .btn:after {
        border-left: none !important;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }
    .cid-sDhc5d4GGu .nav-tabs .nav-item:first-child > .btn:before {
        transform: translateX(50%);
    }
    .cid-sDhc5d4GGu .nav-tabs .nav-item:last-child > .btn:before {
        transform: translateX(-50%);
    }
    .cid-sDhc5d4GGu .nav-tabs .nav-item:first-child > .btn.active:before {
        transform: translateX(0);
    }
    .cid-sDhc5d4GGu .nav-tabs .nav-item:last-child > .btn.active:before {
        transform: translateX(0);
    }
}
@media (max-width: 991px) {
    .cid-sDhc5d4GGu .title_block {
        margin-bottom: 30px;
    }
    .cid-sDhc5d4GGu .tabs_wrap {
        margin-bottom: 30px;
    }
    .cid-sDhc5d4GGu .card_wrap {
        margin-top: 30px;
        padding: 40px 30px;
    }
    .cid-sDhc5d4GGu .card_header {
        margin-bottom: 30px;
    }
    .cid-sDhc5d4GGu .card_image {
        width: 140px;
        height: 100px;
        margin-bottom: 30px;
    }
    .cid-sDhc5d4GGu .card_image img {
        width: 140px;
        height: 100px;
    }
    .cid-sDhc5d4GGu .card_list {
        margin-bottom: 30px;
    }
    .cid-sDhc5d4GGu .card_list .list li {
        margin-bottom: 18px;
    }
}
.cid-sDhc5d4GGu .list {
    color: #1a1a1a;
}
.cid-sGhBEahX7J {
    padding-top: 8rem;
    padding-bottom: 7rem;
    background-image: url("../../../assets/images/headers-3-2000x650.png");
}
.cid-sGhBEahX7J .mbr-overlay {
    background-color: #6b3df0;
    opacity: 0;
}
.cid-sGhBEahX7J .signup_wrap {
    padding: 60px 0px;
    background-color: #ffffff;
    box-shadow: 0px 30px 60px 0px rgba(38, 59, 94, 0.1);
}
.cid-sGhBEahX7J .title_block {
    padding: 0px 65px;
    height: 100%;
    margin-right: -15px;
    border-right: 1px solid #e0e5ff;
}
.cid-sGhBEahX7J .mbr-section-title {
    color: #3a448a;
    margin-bottom: 60px;
}
.cid-sGhBEahX7J .mbr-section-subtitle {
    color: #3a448a;
    margin-bottom: 35px;
}
.cid-sGhBEahX7J .card_body {
    margin-bottom: 40px;
}
.cid-sGhBEahX7J .card_body .list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cid-sGhBEahX7J .card_body .list li {
    margin-bottom: 15px;
}
.cid-sGhBEahX7J .card_body .list li:last-child {
    margin-bottom: 0;
}
.cid-sGhBEahX7J .card_body .mbr-iconfont {
    margin-right: 20px;
    color: #4154f1;
    font-size: inherit;
}
.cid-sGhBEahX7J .form_title {
    margin-bottom: 40px;
    margin-left: 15px;
    color: #3a448a;
}
.cid-sGhBEahX7J .form_wrap {
    padding: 0px 65px;
}
.cid-sGhBEahX7J .form-group {
    margin-bottom: 30px;
}
.cid-sGhBEahX7J .form-control-label {
    margin-bottom: 18px;
    color: #3a448a;
    font-weight: 700;
}
.cid-sGhBEahX7J input.form-control {
    height: 60px;
    padding: 0px 30px;
    border-radius: 45px;
    width: 100%;
    box-shadow: none;
    border: 1px solid #e0e5ff !important;
    background-color: #ffffff;
}
.cid-sGhBEahX7J form.mbr-form .mbr-section-btn {
    text-align: center;
    width: 100%;
}
.cid-sGhBEahX7J form.mbr-form .mbr-section-btn .btn {
    line-height: 31.5px !important;
    width: 100%;
}
.cid-sGhBEahX7J textarea,
.cid-sGhBEahX7J .jqselect {
    border: 1px solid #e0e5ff !important;
}
@media (max-width: 991px) {
    .cid-sGhBEahX7J .signup_wrap {
        padding: 50px 0;
    }
    .cid-sGhBEahX7J .form_wrap,
    .cid-sGhBEahX7J .title_block {
        padding: 0px 45px;
    }
    .cid-sGhBEahX7J .mbr-section-title {
        margin-bottom: 40px;
    }
    .cid-sGhBEahX7J .mbr-section-subtitle {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .cid-sGhBEahX7J .signup_wrap {
        padding: 15px 30px;
    }
    .cid-sGhBEahX7J .title_block {
        margin: 0;
        margin-bottom: 50px;
        border-right: 0;
    }
    .cid-sGhBEahX7J .form_wrap,
    .cid-sGhBEahX7J .title_block {
        padding: 0;
    }
}
@media (max-width: 567px) {
    .cid-sGhBEahX7J .signup_wrap {
        padding: 0;
        box-shadow: none;
    }
}
.cid-sH2faTYXls {
    padding-top: 120px;
    padding-bottom: 45px;
    background-color: #ffffff;
}
@media (max-width: 767px) {
    .cid-sH2faTYXls .content {
        text-align: center;
    }
    .cid-sH2faTYXls .content > div:not(:last-child) {
        margin-bottom: 2rem;
    }
}
@media (max-width: 767px) {
    .cid-sH2faTYXls .media-wrap {
        margin-bottom: 1rem;
    }
}
.cid-sH2faTYXls .media-wrap .mbr-iconfont-logo {
    font-size: 7.5rem;
    color: #f36;
}
.cid-sH2faTYXls .media-wrap img {
    height: 6rem;
}
.cid-sH2faTYXls .mbr-text {
    color: #8d97ad;
}
.cid-sH2faTYXls .p-title {
    font-size: 17px;
}
.cid-sH2faTYXls .p-title span {
    color: #111111;
}
.cid-sH2faTYXls .title-card {
    font-size: 1.3rem;
}
.cid-sH2faTYXls .social-media ul {
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
}
.cid-sH2faTYXls .social-media ul li {
    margin-right: 0.5rem;
    display: inline-block;
    margin-bottom: 0.5rem;
}
.cid-sH2faTYXls .footer-menu {
    margin-bottom: 0;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}
.cid-sH2faTYXls .footer-menu__item {
    font-size: 18px;
    padding-right: 1.5rem;
}
.cid-sH2faTYXls .footer-menu__item:last-child {
    padding-right: 0;
}
.cid-sH2faTYXls .copyright {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.cid-sH2faTYXls .copyright img {
    margin-right: 10px;
}
.cid-sH2faTYXls .icon-transition span {
    color: #ffffff;
    display: flex;
    padding: 1rem;
    border-radius: 50%;
    background-color: #8d97ad;
    transition: all 0.3s ease-out 0s;
    font-size: 14px;
}
.cid-sH2faTYXls .icon-transition span:hover {
    background-color: #ff4f7b;
}
@media (max-width: 767px) {
    .cid-sH2faTYXls .footer-lower .copyright {
        margin-bottom: 1rem;
        text-align: center;
    }
}
.cid-sH2faTYXls .footer-lower hr {
    margin: 1rem 0;
    border-color: #efefef;
}
@media (max-width: 767px) {
    .cid-sH2faTYXls .footer-menu {
        -webkit-justify-content: center;
        justify-content: center;
    }
}
.cid-sH2faTYXls SPAN {
    color: #4154f1;
}
.cid-sH2faTYXls H5 {
    color: #3a448a;
}
.cid-sH2eegkuzj {
    z-index: 1000;
    width: 100%;
}
.cid-sH2eegkuzj nav.navbar {
    position: fixed;
}
.cid-sH2eegkuzj .btn {
    box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-sH2eegkuzj .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
    font-family: Moririse2 !important;
    content: "\e909";
    display: inline-block;
    width: 10px;
    position: absolute;
    right: 25px;
    top: 40%;
    margin-right: 0.5rem;
    line-height: 1;
    font-size: 10px;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
}
.cid-sH2eegkuzj .dropdown-toggle:after {
    content: none;
}
@media (min-width: 992px) {
    .cid-sH2eegkuzj .navbar-nav .nav-link:before {
        content: none;
    }
}
.cid-sH2eegkuzj .dropdown-menu {
    padding: 20px 0;
    min-width: 220px;
    box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    display: initial;
}
.cid-sH2eegkuzj .navbar .dropdown.open > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    display: block;
}
.cid-sH2eegkuzj .dropdown-item:hover,
.cid-sH2eegkuzj .dropdown-item:focus {
    background: rgba(65, 84, 241, 0.1) !important;
    color: #4154f1 !important;
}
.cid-sH2eegkuzj .nav-dropdown .link {
    padding: 35px 0 !important;
    margin-right: 40px !important;
}
.cid-sH2eegkuzj .nav-dropdown .nav-item:last-child .link {
    margin-right: 0 !important;
}
.cid-sH2eegkuzj .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    display: none;
}
.cid-sH2eegkuzj .nav-link {
    position: relative;
    line-height: 1;
}
.cid-sH2eegkuzj .nav-link:hover {
    color: #4154f1 !important;
}
.cid-sH2eegkuzj .container {
    display: flex;
    margin: auto;
}
.cid-sH2eegkuzj .iconfont-wrapper {
    color: #051441 !important;
    font-size: 17px;
    margin-right: 20px;
}
.cid-sH2eegkuzj .dropdown-menu,
.cid-sH2eegkuzj .navbar.opened {
    background: #ffffff !important;
}
.cid-sH2eegkuzj .nav-item:focus,
.cid-sH2eegkuzj .nav-link:focus {
    outline: none;
}
.cid-sH2eegkuzj .dropdown .dropdown-menu .dropdown-item {
    width: 100%;
    transition: all 0.25s ease-in-out;
}
.cid-sH2eegkuzj .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
}
.cid-sH2eegkuzj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
    margin-right: 0.5rem;
    vertical-align: sub;
}
.cid-sH2eegkuzj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
    display: inline-block;
    transform: scale(1, 1);
    transition: all 0.25s ease-in-out;
}
.cid-sH2eegkuzj .collapsed .dropdown-menu .dropdown-item:before {
    display: none;
}
.cid-sH2eegkuzj .collapsed .dropdown .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    transition: none;
    margin: 0 !important;
}
.cid-sH2eegkuzj .navbar {
    min-height: 70px;
    transition: all 0.3s;
    box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
    background: #ffffff;
}
.cid-sH2eegkuzj .navbar.navbar-short {
    box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
    min-height: 60px;
}
.cid-sH2eegkuzj .navbar.navbar-short .navbar-logo img {
    height: 2.5rem !important;
}
.cid-sH2eegkuzj .navbar.navbar-short .navbar-brand {
    min-height: 60px;
    padding: 0;
}
.cid-sH2eegkuzj .navbar.opened {
    transition: all 0.3s;
}
.cid-sH2eegkuzj .navbar .dropdown-item {
    padding: 6px 30px;
}
.cid-sH2eegkuzj .navbar .navbar-logo img {
    width: auto;
}
.cid-sH2eegkuzj .navbar .navbar-collapse {
    justify-content: center;
    z-index: 1;
}
.cid-sH2eegkuzj .navbar.collapsed {
    justify-content: center;
}
.cid-sH2eegkuzj .navbar.collapsed .nav-item .nav-link::before {
    display: none;
}
.cid-sH2eegkuzj .navbar.collapsed.opened .dropdown-menu {
    top: 0;
}
@media (min-width: 992px) {
    .cid-sH2eegkuzj
        .navbar.collapsed.opened:not(.navbar-short)
        .navbar-collapse {
        max-height: calc(98.5vh - 4.5rem);
    }
}
.cid-sH2eegkuzj .navbar.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
}
.cid-sH2eegkuzj .navbar.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
}
.cid-sH2eegkuzj
    .navbar.collapsed
    .dropdown-menu
    .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-sH2eegkuzj .navbar.collapsed ul.navbar-nav li {
    margin: auto;
}
.cid-sH2eegkuzj .navbar.collapsed .dropdown-menu .dropdown-item {
    padding: 6px 30px;
    text-align: left;
}
@media (max-width: 991px) {
    .cid-sH2eegkuzj .navbar.opened .dropdown-menu {
        top: 0;
    }
    .cid-sH2eegkuzj .navbar .dropdown-menu {
        display: none;
    }
    .cid-sH2eegkuzj .navbar .dropdown-menu .dropdown-submenu {
        left: 0 !important;
    }
    .cid-sH2eegkuzj .navbar .dropdown-menu .dropdown-item:after {
        right: auto;
    }
    .cid-sH2eegkuzj
        .navbar
        .dropdown-menu
        .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
        display: none;
        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-sH2eegkuzj .navbar .navbar-logo img {
        height: 3rem !important;
    }
    .cid-sH2eegkuzj .navbar ul.navbar-nav {
        padding: 15px;
    }
    .cid-sH2eegkuzj .navbar .dropdown-menu .dropdown-item {
        padding: 6px 30px !important;
        text-align: left;
    }
    .cid-sH2eegkuzj .navbar .navbar-brand {
        flex-shrink: initial;
        flex-basis: auto;
        word-break: break-word;
        padding-right: 2rem;
    }
    .cid-sH2eegkuzj .navbar .navbar-toggler {
        flex-basis: auto;
    }
    .cid-sH2eegkuzj .navbar .navbar-buttons,
    .cid-sH2eegkuzj .navbar .icons-menu {
        display: none;
    }
    .cid-sH2eegkuzj .navbar .nav-dropdown .link {
        margin-right: 0 !important;
        padding-top: 12px !important;
        padding-bottom: 0 !important;
        margin-bottom: 20px !important;
    }
}
.cid-sH2eegkuzj .navbar-brand {
    min-height: 70px;
    flex-shrink: 0;
    align-items: center;
    margin-right: 0;
    padding: 0;
    transition: all 0.3s;
    word-break: break-word;
    z-index: 1;
}
.cid-sH2eegkuzj .navbar-brand .navbar-caption {
    line-height: inherit !important;
}
.cid-sH2eegkuzj .navbar-brand .navbar-logo a {
    outline: none;
}
.cid-sH2eegkuzj .dropdown-item.active,
.cid-sH2eegkuzj .dropdown-item:active {
    background-color: transparent;
}
.cid-sH2eegkuzj .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
}
.cid-sH2eegkuzj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #ffffff;
}
.cid-sH2eegkuzj
    .navbar.navbar-expand-lg
    .dropdown
    .dropdown-menu
    .dropdown-submenu {
    margin: 0;
    left: 100%;
}
.cid-sH2eegkuzj ul.navbar-nav {
    flex-wrap: wrap;
}
.cid-sH2eegkuzj .navbar-buttons {
    text-align: center;
    min-width: 170px;
}
.cid-sH2eegkuzj button.navbar-toggler {
    outline: none;
    width: 31px;
    height: 20px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
}
.cid-sH2eegkuzj button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #6a7c92;
}
.cid-sH2eegkuzj button.navbar-toggler .hamburger span:nth-child(1) {
    top: 0;
    transition: all 0.2s;
}
.cid-sH2eegkuzj button.navbar-toggler .hamburger span:nth-child(2) {
    top: 8px;
    transition: all 0.15s;
}
.cid-sH2eegkuzj button.navbar-toggler .hamburger span:nth-child(3) {
    top: 8px;
    transition: all 0.15s;
}
.cid-sH2eegkuzj button.navbar-toggler .hamburger span:nth-child(4) {
    top: 16px;
    transition: all 0.2s;
}
.cid-sH2eegkuzj nav.opened .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
}
.cid-sH2eegkuzj nav.opened .hamburger span:nth-child(2) {
    transform: rotate(45deg);
    transition: all 0.25s;
}
.cid-sH2eegkuzj nav.opened .hamburger span:nth-child(3) {
    transform: rotate(-45deg);
    transition: all 0.25s;
}
.cid-sH2eegkuzj nav.opened .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
}
.cid-sH2eegkuzj .navbar-dropdown {
    padding: 0 1rem;
    position: fixed;
}
.cid-sH2eegkuzj a.nav-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.cid-sH2eegkuzj .icons-menu {
    flex-wrap: nowrap;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .cid-sH2eegkuzj .navbar {
        height: 70px;
    }
    .cid-sH2eegkuzj .navbar.opened {
        height: auto;
    }
    .cid-sH2eegkuzj .nav-item .nav-link:hover::before {
        width: 175%;
        max-width: calc(100% + 2rem);
        left: -1rem;
    }
}
.cid-szjHEY0wDT {
    overflow: visible;
    padding-top: 10rem;
    padding-bottom: 5rem;
    background-image: url("../../../assets/images/headers-5-2000x650.png");
}
.cid-szjHEY0wDT .mbr-overlay {
    background: #f0a2e5;
}
.cid-szjHEY0wDT .animation {
    pointer-events: none;
}
.cid-szjHEY0wDT .mbr-section-subtitle {
    margin-bottom: 10px;
    color: #a485fd;
}
.cid-szjHEY0wDT .mbr-section-title {
    margin-bottom: 27px;
    color: #ffffff;
}
.cid-szjHEY0wDT .mbr-text {
    margin-bottom: 35px;
    line-height: 1.54;
}
@media (max-width: 991px) {
    .cid-szjHEY0wDT .mbr-section-title {
        margin-bottom: 17px;
    }
    .cid-szjHEY0wDT .mbr-text {
        margin-bottom: 20px;
    }
    .cid-szjHEY0wDT .mbr-section-btn {
        margin-bottom: 40px;
    }
    .cid-szjHEY0wDT .image__block {
        margin-bottom: -100px;
    }
}
.cid-szjHEY0wDT .mbr-text,
.cid-szjHEY0wDT .mbr-section-btn {
    color: #e0e5ff;
}
.cid-sGnImyBqpe {
    padding-top: 4rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}
@media (max-width: 991px) {
    .cid-sGnImyBqpe .mbr-section-title,
    .cid-sGnImyBqpe .mbr-section-subtitle,
    .cid-sGnImyBqpe .mbr-section-btn,
    .cid-sGnImyBqpe .mbr-text {
        text-align: center;
    }
}
.cid-sGnImyBqpe .mbr-section-title {
    color: #082c4e;
}
.cid-sGnImyBqpe .mbr-text,
.cid-sGnImyBqpe .mbr-section-btn {
    color: #525050;
    text-align: left;
}
.cid-sGnImyBqpe .position {
    margin: 0;
    color: #525050;
}
.cid-sGnImyBqpe .bottom {
    overflow: visible;
    position: relative;
}
.cid-sGnImyBqpe .bottom:before {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 25px solid #fcf6ef;
    position: absolute;
    bottom: -1rem;
    left: 1.5rem;
    content: "";
}
.cid-sGnImyBqpe .pb {
    margin-bottom: 2rem;
}
.cid-sGnImyBqpe .card-wrapper {
    background: #fcf6ef;
    padding: 1.5rem;
    height: 100%;
    border-radius: 16px;
}
.cid-sGnImyBqpe .mbr-section-subtitle {
    color: #ffffff;
}
.cid-sGnImyBqpe .image-wrapper {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 1rem;
    margin-left: 1rem;
}
.cid-sGnImyBqpe .image-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.cid-sGnImyBqpe .name {
    color: #4154f1;
}
.cid-szhXYZ4huh {
    padding-top: 0rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}
.cid-szhXYZ4huh .image-wrapper img {
    width: 100%;
    object-fit: cover;
}
.cid-szhXYZ4huh .mbr-section-title {
    margin-bottom: 20px;
    color: #3a448a;
}
.cid-szhXYZ4huh .mbr-text {
    margin-bottom: 50px;
}
.cid-szhXYZ4huh .card_wrap {
    margin-bottom: 20px;
}
.cid-szhXYZ4huh .item:nth-child(1) .icon_block svg polygon {
    fill: rgba(207, 128, 196, 0.07);
}
.cid-szhXYZ4huh .item:nth-child(1) .mbr-iconfont {
    color: #cf80c4;
}
.cid-szhXYZ4huh .item:nth-child(2) .icon_block svg polygon {
    fill: rgba(175, 184, 206, 0.07);
}
.cid-szhXYZ4huh .item:nth-child(2) .mbr-iconfont {
    color: #afb8ce;
}
.cid-szhXYZ4huh .item .icon_block {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-bottom: 28px;
    width: 90px;
    height: 90px;
}
.cid-szhXYZ4huh .item .icon_block svg {
    width: 100px;
    height: 100px;
    transform: rotate(90deg);
}
.cid-szhXYZ4huh .item .icon_block .mbr-iconfont {
    line-height: 100px;
    font-size: 36px;
    position: absolute;
    top: 0;
    left: 33px;
}
.cid-szhXYZ4huh .card_title {
    margin-bottom: 18px;
    color: #3a448a;
}
.cid-szhXYZ4huh .card_text {
    margin-bottom: 0;
    color: #1a1a1a;
}
.cid-szhXYZ4huh .mbr-section-btn {
    margin-top: 30px;
}
.cid-szhXYZ4huh .shape {
    z-index: -1;
    line-height: 1;
    position: absolute;
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    max-width: 10px;
}
.cid-szhXYZ4huh .shape_1 {
    top: 10px;
    left: 19px;
    width: 10px;
    height: 10px;
    background: #5461bc;
    border-radius: 50%;
}
.cid-szhXYZ4huh .shape_2 {
    top: 17px;
    right: 2px;
    width: 0;
    height: 0;
    border-bottom: 10px solid #afb8ce;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    transform: rotate(22deg);
}
.cid-szhXYZ4huh .shape_3 {
    left: 14px;
    bottom: 8px;
    width: 8px;
    height: 8px;
    background-color: #cf80c4;
}
.cid-szhXYZ4huh .shape_4 {
    right: -5px;
    bottom: 4px;
    width: 8px;
    height: 8px;
    background: #504498;
    transform: rotate(-45deg);
}
@media (min-width: 992px) {
    .cid-szhXYZ4huh .text-wrapper {
        padding-right: 2rem;
    }
}
@media (max-width: 991px) {
    .cid-szhXYZ4huh .text-wrapper {
        text-align: center;
    }
    .cid-szhXYZ4huh .card_wrap {
        margin-bottom: 20px;
    }
    .cid-szhXYZ4huh .icon_block {
        margin-bottom: 20px;
    }
    .cid-szhXYZ4huh .card_title {
        margin-bottom: 10px;
    }
    .cid-szhXYZ4huh .image-wrapper {
        margin-bottom: 40px;
    }
    .cid-szhXYZ4huh .mbr-text {
        margin-bottom: 25px;
    }
}
.cid-szhXYZ4huh .mbr-text,
.cid-szhXYZ4huh .mbr-section-btn {
    color: #1a1a1a;
}
.cid-szdJXBjQ1v {
    padding-top: 8rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}
.cid-szdJXBjQ1v .image-wrapper img {
    width: 100%;
    object-fit: cover;
}
.cid-szdJXBjQ1v .card-title {
    margin-bottom: 26px;
    color: #3a448a;
}
.cid-szdJXBjQ1v .mbr-text {
    margin-bottom: 30px;
}
.cid-szdJXBjQ1v .iconfont-wrapper {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border-top-right-radius: 0;
    display: inline-block;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
    background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-szdJXBjQ1v .iconfont-wrapper .mbr-iconfont {
    color: #ffffff;
    font-size: 36px;
    line-height: 70px;
}
.cid-szdJXBjQ1v .btn_link {
    display: block;
    margin-bottom: 0;
    position: relative;
    font-weight: 700;
}
.cid-szdJXBjQ1v .btn_link span {
    display: inline-block;
    margin-left: 0.25rem;
    font-size: 16px;
    vertical-align: middle;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-szdJXBjQ1v .btn_link:hover {
    cursor: pointer;
}
.cid-szdJXBjQ1v .btn_link:hover a {
    color: #4154f1 !important;
}
.cid-szdJXBjQ1v .btn_link:hover span {
    transform: translatex(5px);
}
@media (min-width: 992px) {
    .cid-szdJXBjQ1v .text-wrapper {
        padding-right: 0;
        padding-left: 2rem;
    }
}
@media (max-width: 991px) {
    .cid-szdJXBjQ1v .text-wrapper {
        text-align: center;
    }
    .cid-szdJXBjQ1v .image-wrapper {
        margin-bottom: 40px;
    }
    .cid-szdJXBjQ1v .mbr-text {
        margin-bottom: 20px;
    }
    .cid-szdJXBjQ1v .iconfont-wrapper {
        margin-bottom: 20px;
    }
}
.cid-szdJXBjQ1v .mbr-text,
.cid-szdJXBjQ1v .btn_link {
    color: #1a1a1a;
}
.cid-szdOuj1uDz {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}
.cid-szdOuj1uDz .image-wrapper img {
    width: 100%;
    object-fit: cover;
}
.cid-szdOuj1uDz .card-title {
    margin-bottom: 26px;
    color: #3a448a;
}
.cid-szdOuj1uDz .mbr-text {
    margin-bottom: 30px;
}
.cid-szdOuj1uDz .iconfont-wrapper {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border-top-right-radius: 0;
    display: inline-block;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
    background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-szdOuj1uDz .iconfont-wrapper .mbr-iconfont {
    color: #ffffff;
    font-size: 36px;
    line-height: 70px;
}
.cid-szdOuj1uDz .btn_link {
    display: block;
    margin-bottom: 0;
    position: relative;
    font-weight: 700;
}
.cid-szdOuj1uDz .btn_link span {
    display: inline-block;
    margin-left: 0.25rem;
    font-size: 16px;
    vertical-align: middle;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-szdOuj1uDz .btn_link:hover {
    cursor: pointer;
}
.cid-szdOuj1uDz .btn_link:hover a {
    color: #4154f1 !important;
}
.cid-szdOuj1uDz .btn_link:hover span {
    transform: translatex(5px);
}
@media (min-width: 992px) {
    .cid-szdOuj1uDz .text-wrapper {
        padding-right: 2rem;
    }
}
@media (max-width: 991px) {
    .cid-szdOuj1uDz .text-wrapper {
        text-align: center;
    }
    .cid-szdOuj1uDz .image-wrapper {
        margin-bottom: 40px;
    }
    .cid-szdOuj1uDz .mbr-text {
        margin-bottom: 20px;
    }
    .cid-szdOuj1uDz .iconfont-wrapper {
        margin-bottom: 20px;
    }
}
.cid-szdOuj1uDz .mbr-text,
.cid-szdOuj1uDz .btn_link {
    color: #1a1a1a;
}
.cid-szdOuSPXts {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}
.cid-szdOuSPXts .image-wrapper img {
    width: 100%;
    object-fit: cover;
}
.cid-szdOuSPXts .card-title {
    margin-bottom: 26px;
    color: #3a448a;
}
.cid-szdOuSPXts .mbr-text {
    margin-bottom: 30px;
}
.cid-szdOuSPXts .iconfont-wrapper {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
    background-image: linear-gradient(40deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-szdOuSPXts .iconfont-wrapper .mbr-iconfont {
    color: #ffffff;
    font-size: 42px;
    line-height: 80px;
}
.cid-szdOuSPXts .btn_link {
    display: block;
    margin-bottom: 0;
    position: relative;
    font-weight: 700;
}
.cid-szdOuSPXts .btn_link span {
    display: inline-block;
    margin-left: 0.25rem;
    font-size: 16px;
    vertical-align: middle;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-szdOuSPXts .btn_link:hover {
    cursor: pointer;
}
.cid-szdOuSPXts .btn_link:hover a {
    color: #4154f1 !important;
}
.cid-szdOuSPXts .btn_link:hover span {
    transform: translatex(5px);
}
@media (min-width: 992px) {
    .cid-szdOuSPXts .text-wrapper {
        padding-right: 0;
        padding-left: 2rem;
    }
}
@media (max-width: 991px) {
    .cid-szdOuSPXts .text-wrapper {
        text-align: center;
    }
    .cid-szdOuSPXts .image-wrapper {
        margin-bottom: 40px;
    }
    .cid-szdOuSPXts .mbr-text {
        margin-bottom: 20px;
    }
    .cid-szdOuSPXts .iconfont-wrapper {
        margin-bottom: 20px;
    }
}
.cid-szdOuSPXts .mbr-text,
.cid-szdOuSPXts .btn_link {
    color: #1a1a1a;
}
.cid-szdOvxPvrv {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}
.cid-szdOvxPvrv .image-wrapper img {
    width: 100%;
    object-fit: cover;
}
.cid-szdOvxPvrv .card-title {
    margin-bottom: 26px;
    color: #3a448a;
}
.cid-szdOvxPvrv .mbr-text {
    margin-bottom: 30px;
}
.cid-szdOvxPvrv .iconfont-wrapper {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border-top-right-radius: 0;
    display: inline-block;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
    background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-szdOvxPvrv .iconfont-wrapper .mbr-iconfont {
    color: #ffffff;
    font-size: 36px;
    line-height: 70px;
}
.cid-szdOvxPvrv .btn_link {
    display: block;
    margin-bottom: 0;
    position: relative;
    font-weight: 700;
}
.cid-szdOvxPvrv .btn_link span {
    display: inline-block;
    margin-left: 0.25rem;
    font-size: 16px;
    vertical-align: middle;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-szdOvxPvrv .btn_link:hover {
    cursor: pointer;
}
.cid-szdOvxPvrv .btn_link:hover a {
    color: #4154f1 !important;
}
.cid-szdOvxPvrv .btn_link:hover span {
    transform: translatex(5px);
}
@media (min-width: 992px) {
    .cid-szdOvxPvrv .text-wrapper {
        padding-right: 2rem;
    }
}
@media (max-width: 991px) {
    .cid-szdOvxPvrv .text-wrapper {
        text-align: center;
    }
    .cid-szdOvxPvrv .image-wrapper {
        margin-bottom: 40px;
    }
    .cid-szdOvxPvrv .mbr-text {
        margin-bottom: 20px;
    }
    .cid-szdOvxPvrv .iconfont-wrapper {
        margin-bottom: 20px;
    }
}
.cid-szdOvxPvrv .mbr-text,
.cid-szdOvxPvrv .btn_link {
    color: #1a1a1a;
}
.cid-szdOxCZ8nj {
    padding-top: 5rem;
    padding-bottom: 8rem;
    background-color: #ffffff;
}
.cid-szdOxCZ8nj .image-wrapper img {
    width: 100%;
    object-fit: cover;
}
.cid-szdOxCZ8nj .card-title {
    margin-bottom: 26px;
    color: #3a448a;
}
.cid-szdOxCZ8nj .mbr-text {
    margin-bottom: 30px;
}
.cid-szdOxCZ8nj .iconfont-wrapper {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
    background-image: linear-gradient(40deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-szdOxCZ8nj .iconfont-wrapper .mbr-iconfont {
    color: #ffffff;
    font-size: 42px;
    line-height: 80px;
}
.cid-szdOxCZ8nj .btn_link {
    display: block;
    margin-bottom: 0;
    position: relative;
    font-weight: 700;
}
.cid-szdOxCZ8nj .btn_link span {
    display: inline-block;
    margin-left: 0.25rem;
    font-size: 16px;
    vertical-align: middle;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-szdOxCZ8nj .btn_link:hover {
    cursor: pointer;
}
.cid-szdOxCZ8nj .btn_link:hover a {
    color: #4154f1 !important;
}
.cid-szdOxCZ8nj .btn_link:hover span {
    transform: translatex(5px);
}
@media (min-width: 992px) {
    .cid-szdOxCZ8nj .text-wrapper {
        padding-right: 0;
        padding-left: 2rem;
    }
}
@media (max-width: 991px) {
    .cid-szdOxCZ8nj .text-wrapper {
        text-align: center;
    }
    .cid-szdOxCZ8nj .image-wrapper {
        margin-bottom: 40px;
    }
    .cid-szdOxCZ8nj .mbr-text {
        margin-bottom: 20px;
    }
    .cid-szdOxCZ8nj .iconfont-wrapper {
        margin-bottom: 20px;
    }
}
.cid-szdOxCZ8nj .mbr-text,
.cid-szdOxCZ8nj .btn_link {
    color: #1a1a1a;
}
.cid-sGo35cWdJn {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-image: linear-gradient(
        135deg,
        #3a448a 10%,
        #ffbadf 100%
    ) !important;
}
.cid-sH2fozllXo {
    padding-top: 120px;
    padding-bottom: 45px;
    background-color: #ffffff;
}
@media (max-width: 767px) {
    .cid-sH2fozllXo .content {
        text-align: center;
    }
    .cid-sH2fozllXo .content > div:not(:last-child) {
        margin-bottom: 2rem;
    }
}
@media (max-width: 767px) {
    .cid-sH2fozllXo .media-wrap {
        margin-bottom: 1rem;
    }
}
.cid-sH2fozllXo .media-wrap .mbr-iconfont-logo {
    font-size: 7.5rem;
    color: #f36;
}
.cid-sH2fozllXo .media-wrap img {
    height: 6rem;
}
.cid-sH2fozllXo .mbr-text {
    color: #8d97ad;
}
.cid-sH2fozllXo .p-title {
    font-size: 17px;
}
.cid-sH2fozllXo .p-title span {
    color: #111111;
}
.cid-sH2fozllXo .title-card {
    font-size: 1.3rem;
}
.cid-sH2fozllXo .social-media ul {
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
}
.cid-sH2fozllXo .social-media ul li {
    margin-right: 0.5rem;
    display: inline-block;
    margin-bottom: 0.5rem;
}
.cid-sH2fozllXo .footer-menu {
    margin-bottom: 0;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}
.cid-sH2fozllXo .footer-menu__item {
    font-size: 18px;
    padding-right: 1.5rem;
}
.cid-sH2fozllXo .footer-menu__item:last-child {
    padding-right: 0;
}
.cid-sH2fozllXo .copyright {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.cid-sH2fozllXo .copyright img {
    margin-right: 10px;
}
.cid-sH2fozllXo .icon-transition span {
    color: #ffffff;
    display: flex;
    padding: 1rem;
    border-radius: 50%;
    background-color: #8d97ad;
    transition: all 0.3s ease-out 0s;
    font-size: 14px;
}
.cid-sH2fozllXo .icon-transition span:hover {
    background-color: #ff4f7b;
}
@media (max-width: 767px) {
    .cid-sH2fozllXo .footer-lower .copyright {
        margin-bottom: 1rem;
        text-align: center;
    }
}
.cid-sH2fozllXo .footer-lower hr {
    margin: 1rem 0;
    border-color: #efefef;
}
@media (max-width: 767px) {
    .cid-sH2fozllXo .footer-menu {
        -webkit-justify-content: center;
        justify-content: center;
    }
}
.cid-sH2fozllXo SPAN {
    color: #4154f1;
}
.cid-sH2fozllXo H5 {
    color: #3a448a;
}
.cid-sH2eegkuzj {
    z-index: 1000;
    width: 100%;
}
.cid-sH2eegkuzj nav.navbar {
    position: fixed;
}
.cid-sH2eegkuzj .btn {
    box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-sH2eegkuzj .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
    font-family: Moririse2 !important;
    content: "\e909";
    display: inline-block;
    width: 10px;
    position: absolute;
    right: 25px;
    top: 40%;
    margin-right: 0.5rem;
    line-height: 1;
    font-size: 10px;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
}
.cid-sH2eegkuzj .dropdown-toggle:after {
    content: none;
}
@media (min-width: 992px) {
    .cid-sH2eegkuzj .navbar-nav .nav-link:before {
        content: none;
    }
}
.cid-sH2eegkuzj .dropdown-menu {
    padding: 20px 0;
    min-width: 220px;
    box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    display: initial;
}
.cid-sH2eegkuzj .navbar .dropdown.open > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    display: block;
}
.cid-sH2eegkuzj .dropdown-item:hover,
.cid-sH2eegkuzj .dropdown-item:focus {
    background: rgba(65, 84, 241, 0.1) !important;
    color: #4154f1 !important;
}
.cid-sH2eegkuzj .nav-dropdown .link {
    padding: 35px 0 !important;
    margin-right: 40px !important;
}
.cid-sH2eegkuzj .nav-dropdown .nav-item:last-child .link {
    margin-right: 0 !important;
}
.cid-sH2eegkuzj .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    display: none;
}
.cid-sH2eegkuzj .nav-link {
    position: relative;
    line-height: 1;
}
.cid-sH2eegkuzj .nav-link:hover {
    color: #4154f1 !important;
}
.cid-sH2eegkuzj .container {
    display: flex;
    margin: auto;
}
.cid-sH2eegkuzj .iconfont-wrapper {
    color: #051441 !important;
    font-size: 17px;
    margin-right: 20px;
}
.cid-sH2eegkuzj .dropdown-menu,
.cid-sH2eegkuzj .navbar.opened {
    background: #ffffff !important;
}
.cid-sH2eegkuzj .nav-item:focus,
.cid-sH2eegkuzj .nav-link:focus {
    outline: none;
}
.cid-sH2eegkuzj .dropdown .dropdown-menu .dropdown-item {
    width: 100%;
    transition: all 0.25s ease-in-out;
}
.cid-sH2eegkuzj .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
}
.cid-sH2eegkuzj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
    margin-right: 0.5rem;
    vertical-align: sub;
}
.cid-sH2eegkuzj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
    display: inline-block;
    transform: scale(1, 1);
    transition: all 0.25s ease-in-out;
}
.cid-sH2eegkuzj .collapsed .dropdown-menu .dropdown-item:before {
    display: none;
}
.cid-sH2eegkuzj .collapsed .dropdown .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    transition: none;
    margin: 0 !important;
}
.cid-sH2eegkuzj .navbar {
    min-height: 70px;
    transition: all 0.3s;
    box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
    background: #ffffff;
}
.cid-sH2eegkuzj .navbar.navbar-short {
    box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
    min-height: 60px;
}
.cid-sH2eegkuzj .navbar.navbar-short .navbar-logo img {
    height: 2.5rem !important;
}
.cid-sH2eegkuzj .navbar.navbar-short .navbar-brand {
    min-height: 60px;
    padding: 0;
}
.cid-sH2eegkuzj .navbar.opened {
    transition: all 0.3s;
}
.cid-sH2eegkuzj .navbar .dropdown-item {
    padding: 6px 30px;
}
.cid-sH2eegkuzj .navbar .navbar-logo img {
    width: auto;
}
.cid-sH2eegkuzj .navbar .navbar-collapse {
    justify-content: center;
    z-index: 1;
}
.cid-sH2eegkuzj .navbar.collapsed {
    justify-content: center;
}
.cid-sH2eegkuzj .navbar.collapsed .nav-item .nav-link::before {
    display: none;
}
.cid-sH2eegkuzj .navbar.collapsed.opened .dropdown-menu {
    top: 0;
}
@media (min-width: 992px) {
    .cid-sH2eegkuzj
        .navbar.collapsed.opened:not(.navbar-short)
        .navbar-collapse {
        max-height: calc(98.5vh - 4.5rem);
    }
}
.cid-sH2eegkuzj .navbar.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
}
.cid-sH2eegkuzj .navbar.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
}
.cid-sH2eegkuzj
    .navbar.collapsed
    .dropdown-menu
    .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-sH2eegkuzj .navbar.collapsed ul.navbar-nav li {
    margin: auto;
}
.cid-sH2eegkuzj .navbar.collapsed .dropdown-menu .dropdown-item {
    padding: 6px 30px;
    text-align: left;
}
@media (max-width: 991px) {
    .cid-sH2eegkuzj .navbar.opened .dropdown-menu {
        top: 0;
    }
    .cid-sH2eegkuzj .navbar .dropdown-menu {
        display: none;
    }
    .cid-sH2eegkuzj .navbar .dropdown-menu .dropdown-submenu {
        left: 0 !important;
    }
    .cid-sH2eegkuzj .navbar .dropdown-menu .dropdown-item:after {
        right: auto;
    }
    .cid-sH2eegkuzj
        .navbar
        .dropdown-menu
        .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
        display: none;
        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-sH2eegkuzj .navbar .navbar-logo img {
        height: 3rem !important;
    }
    .cid-sH2eegkuzj .navbar ul.navbar-nav {
        padding: 15px;
    }
    .cid-sH2eegkuzj .navbar .dropdown-menu .dropdown-item {
        padding: 6px 30px !important;
        text-align: left;
    }
    .cid-sH2eegkuzj .navbar .navbar-brand {
        flex-shrink: initial;
        flex-basis: auto;
        word-break: break-word;
        padding-right: 2rem;
    }
    .cid-sH2eegkuzj .navbar .navbar-toggler {
        flex-basis: auto;
    }
    .cid-sH2eegkuzj .navbar .navbar-buttons,
    .cid-sH2eegkuzj .navbar .icons-menu {
        display: none;
    }
    .cid-sH2eegkuzj .navbar .nav-dropdown .link {
        margin-right: 0 !important;
        padding-top: 12px !important;
        padding-bottom: 0 !important;
        margin-bottom: 20px !important;
    }
}
.cid-sH2eegkuzj .navbar-brand {
    min-height: 70px;
    flex-shrink: 0;
    align-items: center;
    margin-right: 0;
    padding: 0;
    transition: all 0.3s;
    word-break: break-word;
    z-index: 1;
}
.cid-sH2eegkuzj .navbar-brand .navbar-caption {
    line-height: inherit !important;
}
.cid-sH2eegkuzj .navbar-brand .navbar-logo a {
    outline: none;
}
.cid-sH2eegkuzj .dropdown-item.active,
.cid-sH2eegkuzj .dropdown-item:active {
    background-color: transparent;
}
.cid-sH2eegkuzj .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
}
.cid-sH2eegkuzj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #ffffff;
}
.cid-sH2eegkuzj
    .navbar.navbar-expand-lg
    .dropdown
    .dropdown-menu
    .dropdown-submenu {
    margin: 0;
    left: 100%;
}
.cid-sH2eegkuzj ul.navbar-nav {
    flex-wrap: wrap;
}
.cid-sH2eegkuzj .navbar-buttons {
    text-align: center;
    min-width: 170px;
}
.cid-sH2eegkuzj button.navbar-toggler {
    outline: none;
    width: 31px;
    height: 20px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
}
.cid-sH2eegkuzj button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #6a7c92;
}
.cid-sH2eegkuzj button.navbar-toggler .hamburger span:nth-child(1) {
    top: 0;
    transition: all 0.2s;
}
.cid-sH2eegkuzj button.navbar-toggler .hamburger span:nth-child(2) {
    top: 8px;
    transition: all 0.15s;
}
.cid-sH2eegkuzj button.navbar-toggler .hamburger span:nth-child(3) {
    top: 8px;
    transition: all 0.15s;
}
.cid-sH2eegkuzj button.navbar-toggler .hamburger span:nth-child(4) {
    top: 16px;
    transition: all 0.2s;
}
.cid-sH2eegkuzj nav.opened .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
}
.cid-sH2eegkuzj nav.opened .hamburger span:nth-child(2) {
    transform: rotate(45deg);
    transition: all 0.25s;
}
.cid-sH2eegkuzj nav.opened .hamburger span:nth-child(3) {
    transform: rotate(-45deg);
    transition: all 0.25s;
}
.cid-sH2eegkuzj nav.opened .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
}
.cid-sH2eegkuzj .navbar-dropdown {
    padding: 0 1rem;
    position: fixed;
}
.cid-sH2eegkuzj a.nav-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.cid-sH2eegkuzj .icons-menu {
    flex-wrap: nowrap;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .cid-sH2eegkuzj .navbar {
        height: 70px;
    }
    .cid-sH2eegkuzj .navbar.opened {
        height: auto;
    }
    .cid-sH2eegkuzj .nav-item .nav-link:hover::before {
        width: 175%;
        max-width: calc(100% + 2rem);
        left: -1rem;
    }
}
.cid-sH2eegkuzj {
    z-index: 1000;
    width: 100%;
}
.cid-sH2eegkuzj nav.navbar {
    position: fixed;
}
.cid-sH2eegkuzj .btn {
    box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-sH2eegkuzj .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
    font-family: Moririse2 !important;
    content: "\e909";
    display: inline-block;
    width: 10px;
    position: absolute;
    right: 25px;
    top: 40%;
    margin-right: 0.5rem;
    line-height: 1;
    font-size: 10px;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
}
.cid-sH2eegkuzj .dropdown-toggle:after {
    content: none;
}
@media (min-width: 992px) {
    .cid-sH2eegkuzj .navbar-nav .nav-link:before {
        content: none;
    }
}
.cid-sH2eegkuzj .dropdown-menu {
    padding: 20px 0;
    min-width: 220px;
    box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    display: initial;
}
.cid-sH2eegkuzj .navbar .dropdown.open > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    display: block;
}
.cid-sH2eegkuzj .dropdown-item:hover,
.cid-sH2eegkuzj .dropdown-item:focus {
    background: rgba(65, 84, 241, 0.1) !important;
    color: #4154f1 !important;
}
.cid-sH2eegkuzj .nav-dropdown .link {
    padding: 35px 0 !important;
    margin-right: 40px !important;
}
.cid-sH2eegkuzj .nav-dropdown .nav-item:last-child .link {
    margin-right: 0 !important;
}
.cid-sH2eegkuzj .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    display: none;
}
.cid-sH2eegkuzj .nav-link {
    position: relative;
    line-height: 1;
}
.cid-sH2eegkuzj .nav-link:hover {
    color: #4154f1 !important;
}
.cid-sH2eegkuzj .container {
    display: flex;
    margin: auto;
}
.cid-sH2eegkuzj .iconfont-wrapper {
    color: #051441 !important;
    font-size: 17px;
    margin-right: 20px;
}
.cid-sH2eegkuzj .dropdown-menu,
.cid-sH2eegkuzj .navbar.opened {
    background: #ffffff !important;
}
.cid-sH2eegkuzj .nav-item:focus,
.cid-sH2eegkuzj .nav-link:focus {
    outline: none;
}
.cid-sH2eegkuzj .dropdown .dropdown-menu .dropdown-item {
    width: 100%;
    transition: all 0.25s ease-in-out;
}
.cid-sH2eegkuzj .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
}
.cid-sH2eegkuzj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
    margin-right: 0.5rem;
    vertical-align: sub;
}
.cid-sH2eegkuzj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
    display: inline-block;
    transform: scale(1, 1);
    transition: all 0.25s ease-in-out;
}
.cid-sH2eegkuzj .collapsed .dropdown-menu .dropdown-item:before {
    display: none;
}
.cid-sH2eegkuzj .collapsed .dropdown .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    transition: none;
    margin: 0 !important;
}
.cid-sH2eegkuzj .navbar {
    min-height: 70px;
    transition: all 0.3s;
    box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
    background: #ffffff;
}
.cid-sH2eegkuzj .navbar.navbar-short {
    box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
    min-height: 60px;
}
.cid-sH2eegkuzj .navbar.navbar-short .navbar-logo img {
    height: 2.5rem !important;
}
.cid-sH2eegkuzj .navbar.navbar-short .navbar-brand {
    min-height: 60px;
    padding: 0;
}
.cid-sH2eegkuzj .navbar.opened {
    transition: all 0.3s;
}
.cid-sH2eegkuzj .navbar .dropdown-item {
    padding: 6px 30px;
}
.cid-sH2eegkuzj .navbar .navbar-logo img {
    width: auto;
}
.cid-sH2eegkuzj .navbar .navbar-collapse {
    justify-content: center;
    z-index: 1;
}
.cid-sH2eegkuzj .navbar.collapsed {
    justify-content: center;
}
.cid-sH2eegkuzj .navbar.collapsed .nav-item .nav-link::before {
    display: none;
}
.cid-sH2eegkuzj .navbar.collapsed.opened .dropdown-menu {
    top: 0;
}
@media (min-width: 992px) {
    .cid-sH2eegkuzj
        .navbar.collapsed.opened:not(.navbar-short)
        .navbar-collapse {
        max-height: calc(98.5vh - 4.5rem);
    }
}
.cid-sH2eegkuzj .navbar.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
}
.cid-sH2eegkuzj .navbar.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
}
.cid-sH2eegkuzj
    .navbar.collapsed
    .dropdown-menu
    .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-sH2eegkuzj .navbar.collapsed ul.navbar-nav li {
    margin: auto;
}
.cid-sH2eegkuzj .navbar.collapsed .dropdown-menu .dropdown-item {
    padding: 6px 30px;
    text-align: left;
}
@media (max-width: 991px) {
    .cid-sH2eegkuzj .navbar.opened .dropdown-menu {
        top: 0;
    }
    .cid-sH2eegkuzj .navbar .dropdown-menu {
        display: none;
    }
    .cid-sH2eegkuzj .navbar .dropdown-menu .dropdown-submenu {
        left: 0 !important;
    }
    .cid-sH2eegkuzj .navbar .dropdown-menu .dropdown-item:after {
        right: auto;
    }
    .cid-sH2eegkuzj
        .navbar
        .dropdown-menu
        .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
        display: none;
        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-sH2eegkuzj .navbar .navbar-logo img {
        height: 3rem !important;
    }
    .cid-sH2eegkuzj .navbar ul.navbar-nav {
        padding: 15px;
    }
    .cid-sH2eegkuzj .navbar .dropdown-menu .dropdown-item {
        padding: 6px 30px !important;
        text-align: left;
    }
    .cid-sH2eegkuzj .navbar .navbar-brand {
        flex-shrink: initial;
        flex-basis: auto;
        word-break: break-word;
        padding-right: 2rem;
    }
    .cid-sH2eegkuzj .navbar .navbar-toggler {
        flex-basis: auto;
    }
    .cid-sH2eegkuzj .navbar .navbar-buttons,
    .cid-sH2eegkuzj .navbar .icons-menu {
        display: none;
    }
    .cid-sH2eegkuzj .navbar .nav-dropdown .link {
        margin-right: 0 !important;
        padding-top: 12px !important;
        padding-bottom: 0 !important;
        margin-bottom: 20px !important;
    }
}
.cid-sH2eegkuzj .navbar-brand {
    min-height: 70px;
    flex-shrink: 0;
    align-items: center;
    margin-right: 0;
    padding: 0;
    transition: all 0.3s;
    word-break: break-word;
    z-index: 1;
}
.cid-sH2eegkuzj .navbar-brand .navbar-caption {
    line-height: inherit !important;
}
.cid-sH2eegkuzj .navbar-brand .navbar-logo a {
    outline: none;
}
.cid-sH2eegkuzj .dropdown-item.active,
.cid-sH2eegkuzj .dropdown-item:active {
    background-color: transparent;
}
.cid-sH2eegkuzj .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
}
.cid-sH2eegkuzj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #ffffff;
}
.cid-sH2eegkuzj
    .navbar.navbar-expand-lg
    .dropdown
    .dropdown-menu
    .dropdown-submenu {
    margin: 0;
    left: 100%;
}
.cid-sH2eegkuzj ul.navbar-nav {
    flex-wrap: wrap;
}
.cid-sH2eegkuzj .navbar-buttons {
    text-align: center;
    min-width: 170px;
}
.cid-sH2eegkuzj button.navbar-toggler {
    outline: none;
    width: 31px;
    height: 20px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
}
.cid-sH2eegkuzj button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #6a7c92;
}
.cid-sH2eegkuzj button.navbar-toggler .hamburger span:nth-child(1) {
    top: 0;
    transition: all 0.2s;
}
.cid-sH2eegkuzj button.navbar-toggler .hamburger span:nth-child(2) {
    top: 8px;
    transition: all 0.15s;
}
.cid-sH2eegkuzj button.navbar-toggler .hamburger span:nth-child(3) {
    top: 8px;
    transition: all 0.15s;
}
.cid-sH2eegkuzj button.navbar-toggler .hamburger span:nth-child(4) {
    top: 16px;
    transition: all 0.2s;
}
.cid-sH2eegkuzj nav.opened .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
}
.cid-sH2eegkuzj nav.opened .hamburger span:nth-child(2) {
    transform: rotate(45deg);
    transition: all 0.25s;
}
.cid-sH2eegkuzj nav.opened .hamburger span:nth-child(3) {
    transform: rotate(-45deg);
    transition: all 0.25s;
}
.cid-sH2eegkuzj nav.opened .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
}
.cid-sH2eegkuzj .navbar-dropdown {
    padding: 0 1rem;
    position: fixed;
}
.cid-sH2eegkuzj a.nav-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.cid-sH2eegkuzj .icons-menu {
    flex-wrap: nowrap;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .cid-sH2eegkuzj .navbar {
        height: 70px;
    }
    .cid-sH2eegkuzj .navbar.opened {
        height: auto;
    }
    .cid-sH2eegkuzj .nav-item .nav-link:hover::before {
        width: 175%;
        max-width: calc(100% + 2rem);
        left: -1rem;
    }
}
.cid-sEGVkO54Qv {
    overflow: visible;
    padding-top: 6rem;
    padding-bottom: 8rem;
    background-image: url("../../../assets/images/headers-5-2000x650.png");
}
.cid-sEGVkO54Qv .mbr-overlay {
    background: #ffffff;
}
.cid-sEGVkO54Qv .animation {
    pointer-events: none;
}
.cid-sEGVkO54Qv .mbr-section-subtitle {
    margin-bottom: 10px;
}
.cid-sEGVkO54Qv .mbr-section-title {
    margin-bottom: 27px;
}
.cid-sEGVkO54Qv .mbr-text {
    margin-bottom: 35px;
    line-height: 1.54;
}
@media (max-width: 991px) {
    .cid-sEGVkO54Qv .mbr-section-title {
        margin-bottom: 17px;
    }
    .cid-sEGVkO54Qv .mbr-text {
        margin-bottom: 20px;
    }
    .cid-sEGVkO54Qv .mbr-section-btn {
        margin-bottom: 40px;
    }
    .cid-sEGVkO54Qv .image__block {
        margin-bottom: -100px;
    }
}
.cid-sEGUwVbzLO {
    overflow: hidden;
    padding-top: 8rem;
    padding-bottom: 5rem;
    background-color: #f8f8ff;
}
.cid-sEGUwVbzLO .mbr-section-title {
    margin-bottom: 26px;
    color: #3a448a;
}
.cid-sEGUwVbzLO .mbr-text {
    margin-bottom: 30px;
}
.cid-sEGUwVbzLO .card-title {
    color: #3a448a;
}
.cid-sEGUwVbzLO .icon_block .iconfont-wrapper {
    display: inline-block;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.cid-sEGUwVbzLO .icon_block .iconfont-wrapper:before {
    content: "";
    top: 0;
    left: 50%;
    bottom: 0;
    z-index: -1;
    width: 60px;
    position: absolute;
    background-color: rgba(107, 61, 240, 0.07);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-sEGUwVbzLO .icon_block .iconfont-wrapper .mbr-iconfont {
    color: #6b3df0;
    height: 75px;
    line-height: 75px;
    font-size: 46px;
    text-align: center;
}
.cid-sEGUwVbzLO .btn_link {
    display: block;
    margin-bottom: 0;
    position: relative;
    font-weight: 700;
}
.cid-sEGUwVbzLO .btn_link span {
    display: inline-block;
    margin-left: 0.25rem;
    font-size: 16px;
    vertical-align: middle;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sEGUwVbzLO .btn_link:hover {
    cursor: pointer;
}
.cid-sEGUwVbzLO .btn_link:hover a {
    color: #4154f1 !important;
}
.cid-sEGUwVbzLO .btn_link:hover span {
    transform: translatex(5px);
}
.cid-sEGUwVbzLO .card_wrapper {
    margin-bottom: 20px;
}
.cid-sEGUwVbzLO .card_icon {
    display: block;
    margin-bottom: 25px;
}
.cid-sEGUwVbzLO .card_icon .mbr-iconfont {
    font-size: 48px;
    color: #ffffff;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    text-shadow: 0 14px 30px rgba(107, 61, 240, 0.4);
    background: -webkit-linear-gradient(
        40deg,
        #6b3df0 0%,
        rgba(107, 61, 240, 0.3) 100%
    );
}
@media (min-width: 992px) {
    .cid-sEGUwVbzLO .title_block {
        padding-right: 2rem;
    }
}
@media (max-width: 991px) {
    .cid-sEGUwVbzLO .title_block,
    .cid-sEGUwVbzLO .card_wrapper {
        text-align: center;
        margin-bottom: 30px;
    }
    .cid-sEGUwVbzLO .mbr-text {
        margin-bottom: 20px;
    }
    .cid-sEGUwVbzLO .icon_block .iconfont-wrapper {
        margin-bottom: 20px;
    }
}
.cid-sEGUwVbzLO .mbr-section-title,
.cid-sEGUwVbzLO .icon_block {
    color: #1a1a1a;
}
.cid-sEGUwVbzLO .card-title,
.cid-sEGUwVbzLO .card_icon {
    color: #1a1a1a;
}
.cid-sEGUwVbzLO .mbr-text,
.cid-sEGUwVbzLO .btn_link {
    color: #6a7c92;
}
.cid-sEH10qH1fX {
    overflow: hidden;
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}
.cid-sEH10qH1fX .mbr-section-title {
    margin-bottom: 26px;
    color: #3a448a;
}
.cid-sEH10qH1fX .mbr-text {
    margin-bottom: 30px;
}
.cid-sEH10qH1fX .card-title {
    color: #3a448a;
}
.cid-sEH10qH1fX .icon_block .iconfont-wrapper {
    display: inline-block;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.cid-sEH10qH1fX .icon_block .iconfont-wrapper:before {
    content: "";
    top: 0;
    left: 50%;
    bottom: 0;
    z-index: -1;
    width: 60px;
    position: absolute;
    background-color: rgba(65, 84, 241, 0.07);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-sEH10qH1fX .icon_block .iconfont-wrapper .mbr-iconfont {
    color: #4154f1;
    height: 75px;
    line-height: 75px;
    font-size: 46px;
    text-align: center;
}
.cid-sEH10qH1fX .btn_link {
    display: block;
    margin-bottom: 0;
    position: relative;
    font-weight: 700;
}
.cid-sEH10qH1fX .btn_link span {
    display: inline-block;
    margin-left: 0.25rem;
    font-size: 16px;
    vertical-align: middle;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sEH10qH1fX .btn_link:hover {
    cursor: pointer;
}
.cid-sEH10qH1fX .btn_link:hover a {
    color: #4154f1 !important;
}
.cid-sEH10qH1fX .btn_link:hover span {
    transform: translatex(5px);
}
.cid-sEH10qH1fX .card_wrapper {
    margin-bottom: 20px;
}
.cid-sEH10qH1fX .card_icon {
    display: block;
    margin-bottom: 25px;
}
.cid-sEH10qH1fX .card_icon .mbr-iconfont {
    font-size: 48px;
    color: #ffffff;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    text-shadow: 0 14px 30px rgba(65, 84, 241, 0.4);
    background: -webkit-linear-gradient(
        40deg,
        #4154f1 0%,
        rgba(65, 84, 241, 0.3) 100%
    );
}
@media (min-width: 992px) {
    .cid-sEH10qH1fX .title_block {
        padding-right: 2rem;
    }
}
@media (max-width: 991px) {
    .cid-sEH10qH1fX .title_block,
    .cid-sEH10qH1fX .card_wrapper {
        text-align: center;
        margin-bottom: 30px;
    }
    .cid-sEH10qH1fX .mbr-text {
        margin-bottom: 20px;
    }
    .cid-sEH10qH1fX .icon_block .iconfont-wrapper {
        margin-bottom: 20px;
    }
}
.cid-sEH10qH1fX .mbr-section-title,
.cid-sEH10qH1fX .icon_block {
    color: #1a1a1a;
}
.cid-sEH10qH1fX .card-title,
.cid-sEH10qH1fX .card_icon {
    color: #1a1a1a;
}
.cid-sEH10qH1fX .mbr-text,
.cid-sEH10qH1fX .btn_link {
    color: #6a7c92;
}
.cid-sEH2Rry0lL {
    overflow: hidden;
    padding-top: 4rem;
    padding-bottom: 2rem;
    background-color: #f8f8ff;
}
.cid-sEH2Rry0lL .mbr-section-title {
    margin-bottom: 26px;
    color: #3a448a;
}
.cid-sEH2Rry0lL .mbr-text {
    margin-bottom: 30px;
}
.cid-sEH2Rry0lL .card-title {
    color: #3a448a;
}
.cid-sEH2Rry0lL .icon_block .iconfont-wrapper {
    display: inline-block;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.cid-sEH2Rry0lL .icon_block .iconfont-wrapper:before {
    content: "";
    top: 0;
    left: 50%;
    bottom: 0;
    z-index: -1;
    width: 60px;
    position: absolute;
    background-color: rgba(107, 61, 240, 0.07);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-sEH2Rry0lL .icon_block .iconfont-wrapper .mbr-iconfont {
    color: #6b3df0;
    height: 75px;
    line-height: 75px;
    font-size: 46px;
    text-align: center;
}
.cid-sEH2Rry0lL .btn_link {
    display: block;
    margin-bottom: 0;
    position: relative;
    font-weight: 700;
}
.cid-sEH2Rry0lL .btn_link span {
    display: inline-block;
    margin-left: 0.25rem;
    font-size: 16px;
    vertical-align: middle;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sEH2Rry0lL .btn_link:hover {
    cursor: pointer;
}
.cid-sEH2Rry0lL .btn_link:hover a {
    color: #4154f1 !important;
}
.cid-sEH2Rry0lL .btn_link:hover span {
    transform: translatex(5px);
}
.cid-sEH2Rry0lL .card_wrapper {
    margin-bottom: 20px;
}
.cid-sEH2Rry0lL .card_icon {
    display: block;
    margin-bottom: 25px;
}
.cid-sEH2Rry0lL .card_icon .mbr-iconfont {
    font-size: 48px;
    color: #ffffff;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    text-shadow: 0 14px 30px rgba(107, 61, 240, 0.4);
    background: -webkit-linear-gradient(
        40deg,
        #6b3df0 0%,
        rgba(107, 61, 240, 0.3) 100%
    );
}
@media (min-width: 992px) {
    .cid-sEH2Rry0lL .title_block {
        padding-right: 2rem;
    }
}
@media (max-width: 991px) {
    .cid-sEH2Rry0lL .title_block,
    .cid-sEH2Rry0lL .card_wrapper {
        text-align: center;
        margin-bottom: 30px;
    }
    .cid-sEH2Rry0lL .mbr-text {
        margin-bottom: 20px;
    }
    .cid-sEH2Rry0lL .icon_block .iconfont-wrapper {
        margin-bottom: 20px;
    }
}
.cid-sEH2Rry0lL .mbr-section-title,
.cid-sEH2Rry0lL .icon_block {
    color: #1a1a1a;
}
.cid-sEH2Rry0lL .card-title,
.cid-sEH2Rry0lL .card_icon {
    color: #1a1a1a;
}
.cid-sEH2Rry0lL .card-text {
    color: #6a7c92;
}
.cid-sEH2Rry0lL .mbr-text,
.cid-sEH2Rry0lL .btn_link {
    color: #6a7c92;
}
.cid-sEM9hGXlvE {
    overflow: hidden;
    padding-top: 1rem;
    padding-bottom: 3rem;
    background-color: #f8f8ff;
}
.cid-sEM9hGXlvE .mbr-section-title {
    margin-bottom: 26px;
    color: #3a448a;
}
.cid-sEM9hGXlvE .mbr-text {
    margin-bottom: 30px;
}
.cid-sEM9hGXlvE .card-title {
    color: #3a448a;
}
.cid-sEM9hGXlvE .icon_block .iconfont-wrapper {
    display: inline-block;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.cid-sEM9hGXlvE .icon_block .iconfont-wrapper:before {
    content: "";
    top: 0;
    left: 50%;
    bottom: 0;
    z-index: -1;
    width: 60px;
    position: absolute;
    background-color: rgba(107, 61, 240, 0.07);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-sEM9hGXlvE .icon_block .iconfont-wrapper .mbr-iconfont {
    color: #6b3df0;
    height: 75px;
    line-height: 75px;
    font-size: 46px;
    text-align: center;
}
.cid-sEM9hGXlvE .btn_link {
    display: block;
    margin-bottom: 0;
    position: relative;
    font-weight: 700;
}
.cid-sEM9hGXlvE .btn_link span {
    display: inline-block;
    margin-left: 0.25rem;
    font-size: 16px;
    vertical-align: middle;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sEM9hGXlvE .btn_link:hover {
    cursor: pointer;
}
.cid-sEM9hGXlvE .btn_link:hover a {
    color: #4154f1 !important;
}
.cid-sEM9hGXlvE .btn_link:hover span {
    transform: translatex(5px);
}
.cid-sEM9hGXlvE .card_wrapper {
    margin-bottom: 20px;
}
.cid-sEM9hGXlvE .card_icon {
    display: block;
    margin-bottom: 25px;
}
.cid-sEM9hGXlvE .card_icon .mbr-iconfont {
    font-size: 48px;
    color: #ffffff;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    text-shadow: 0 14px 30px rgba(107, 61, 240, 0.4);
    background: -webkit-linear-gradient(
        40deg,
        #6b3df0 0%,
        rgba(107, 61, 240, 0.3) 100%
    );
}
@media (min-width: 992px) {
    .cid-sEM9hGXlvE .title_block {
        padding-right: 2rem;
    }
}
@media (max-width: 991px) {
    .cid-sEM9hGXlvE .title_block,
    .cid-sEM9hGXlvE .card_wrapper {
        text-align: center;
        margin-bottom: 30px;
    }
    .cid-sEM9hGXlvE .mbr-text {
        margin-bottom: 20px;
    }
    .cid-sEM9hGXlvE .icon_block .iconfont-wrapper {
        margin-bottom: 20px;
    }
}
.cid-sEM9hGXlvE .mbr-section-title,
.cid-sEM9hGXlvE .icon_block {
    color: #ffffff;
}
.cid-sEM9hGXlvE .card-title,
.cid-sEM9hGXlvE .card_icon {
    color: #1a1a1a;
}
.cid-sEM9hGXlvE .card-text {
    color: #6a7c92;
}
.cid-sEMingC8Dj {
    overflow: hidden;
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}
.cid-sEMingC8Dj .mbr-section-title {
    margin-bottom: 26px;
    color: #3a448a;
}
.cid-sEMingC8Dj .mbr-text {
    margin-bottom: 30px;
}
.cid-sEMingC8Dj .card-title {
    color: #3a448a;
}
.cid-sEMingC8Dj .icon_block .iconfont-wrapper {
    display: inline-block;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.cid-sEMingC8Dj .icon_block .iconfont-wrapper:before {
    content: "";
    top: 0;
    left: 50%;
    bottom: 0;
    z-index: -1;
    width: 60px;
    position: absolute;
    background-color: rgba(185, 73, 169, 0.07);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-sEMingC8Dj .icon_block .iconfont-wrapper .mbr-iconfont {
    color: #b949a9;
    height: 75px;
    line-height: 75px;
    font-size: 46px;
    text-align: center;
}
.cid-sEMingC8Dj .btn_link {
    display: block;
    margin-bottom: 0;
    position: relative;
    font-weight: 700;
}
.cid-sEMingC8Dj .btn_link span {
    display: inline-block;
    margin-left: 0.25rem;
    font-size: 16px;
    vertical-align: middle;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sEMingC8Dj .btn_link:hover {
    cursor: pointer;
}
.cid-sEMingC8Dj .btn_link:hover a {
    color: #4154f1 !important;
}
.cid-sEMingC8Dj .btn_link:hover span {
    transform: translatex(5px);
}
.cid-sEMingC8Dj .card_wrapper {
    margin-bottom: 20px;
}
.cid-sEMingC8Dj .card_icon {
    display: block;
    margin-bottom: 25px;
}
.cid-sEMingC8Dj .card_icon .mbr-iconfont {
    font-size: 48px;
    color: #ffffff;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    text-shadow: 0 14px 30px rgba(185, 73, 169, 0.4);
    background: -webkit-linear-gradient(
        40deg,
        #b949a9 0%,
        rgba(185, 73, 169, 0.3) 100%
    );
}
@media (min-width: 992px) {
    .cid-sEMingC8Dj .title_block {
        padding-right: 2rem;
    }
}
@media (max-width: 991px) {
    .cid-sEMingC8Dj .title_block,
    .cid-sEMingC8Dj .card_wrapper {
        text-align: center;
        margin-bottom: 30px;
    }
    .cid-sEMingC8Dj .mbr-text {
        margin-bottom: 20px;
    }
    .cid-sEMingC8Dj .icon_block .iconfont-wrapper {
        margin-bottom: 20px;
    }
}
.cid-sEMingC8Dj .mbr-section-title,
.cid-sEMingC8Dj .icon_block {
    color: #1a1a1a;
}
.cid-sEMingC8Dj .card-title,
.cid-sEMingC8Dj .card_icon {
    color: #1a1a1a;
}
.cid-sEMingC8Dj .card-text {
    color: #6a7c92;
}
.cid-sEMkqZ8CdK {
    overflow: hidden;
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #f8f8ff;
}
.cid-sEMkqZ8CdK .mbr-section-title {
    margin-bottom: 26px;
    color: #3a448a;
}
.cid-sEMkqZ8CdK .mbr-text {
    margin-bottom: 30px;
}
.cid-sEMkqZ8CdK .card-title {
    color: #3a448a;
}
.cid-sEMkqZ8CdK .icon_block .iconfont-wrapper {
    display: inline-block;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.cid-sEMkqZ8CdK .icon_block .iconfont-wrapper:before {
    content: "";
    top: 0;
    left: 50%;
    bottom: 0;
    z-index: -1;
    width: 60px;
    position: absolute;
    background-color: rgba(65, 84, 241, 0.07);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-sEMkqZ8CdK .icon_block .iconfont-wrapper .mbr-iconfont {
    color: #4154f1;
    height: 75px;
    line-height: 75px;
    font-size: 46px;
    text-align: center;
}
.cid-sEMkqZ8CdK .btn_link {
    display: block;
    margin-bottom: 0;
    position: relative;
    font-weight: 700;
}
.cid-sEMkqZ8CdK .btn_link span {
    display: inline-block;
    margin-left: 0.25rem;
    font-size: 16px;
    vertical-align: middle;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sEMkqZ8CdK .btn_link:hover {
    cursor: pointer;
}
.cid-sEMkqZ8CdK .btn_link:hover a {
    color: #4154f1 !important;
}
.cid-sEMkqZ8CdK .btn_link:hover span {
    transform: translatex(5px);
}
.cid-sEMkqZ8CdK .card_wrapper {
    margin-bottom: 20px;
}
.cid-sEMkqZ8CdK .card_icon {
    display: block;
    margin-bottom: 25px;
}
.cid-sEMkqZ8CdK .card_icon .mbr-iconfont {
    font-size: 48px;
    color: #ffffff;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    text-shadow: 0 14px 30px rgba(65, 84, 241, 0.4);
    background: -webkit-linear-gradient(
        40deg,
        #4154f1 0%,
        rgba(65, 84, 241, 0.3) 100%
    );
}
@media (min-width: 992px) {
    .cid-sEMkqZ8CdK .title_block {
        padding-right: 2rem;
    }
}
@media (max-width: 991px) {
    .cid-sEMkqZ8CdK .title_block,
    .cid-sEMkqZ8CdK .card_wrapper {
        text-align: center;
        margin-bottom: 30px;
    }
    .cid-sEMkqZ8CdK .mbr-text {
        margin-bottom: 20px;
    }
    .cid-sEMkqZ8CdK .icon_block .iconfont-wrapper {
        margin-bottom: 20px;
    }
}
.cid-sEMkqZ8CdK .mbr-section-title,
.cid-sEMkqZ8CdK .icon_block {
    color: #1a1a1a;
}
.cid-sEMkqZ8CdK .card-title,
.cid-sEMkqZ8CdK .card_icon {
    color: #1a1a1a;
}
.cid-sEMkqZ8CdK .card-text {
    color: #6a7c92;
}
.cid-sEMzNqn4S0 {
    overflow: hidden;
    padding-top: 8rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}
.cid-sEMzNqn4S0 .mbr-section-title {
    margin-bottom: 26px;
    color: #3a448a;
}
.cid-sEMzNqn4S0 .mbr-text {
    margin-bottom: 30px;
}
.cid-sEMzNqn4S0 .card-title {
    color: #3a448a;
}
.cid-sEMzNqn4S0 .icon_block .iconfont-wrapper {
    display: inline-block;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.cid-sEMzNqn4S0 .icon_block .iconfont-wrapper:before {
    content: "";
    top: 0;
    left: 50%;
    bottom: 0;
    z-index: -1;
    width: 60px;
    position: absolute;
    background-color: rgba(164, 133, 253, 0.07);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-sEMzNqn4S0 .icon_block .iconfont-wrapper .mbr-iconfont {
    color: #a485fd;
    height: 75px;
    line-height: 75px;
    font-size: 46px;
    text-align: center;
}
.cid-sEMzNqn4S0 .btn_link {
    display: block;
    margin-bottom: 0;
    position: relative;
    font-weight: 700;
}
.cid-sEMzNqn4S0 .btn_link span {
    display: inline-block;
    margin-left: 0.25rem;
    font-size: 16px;
    vertical-align: middle;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sEMzNqn4S0 .btn_link:hover {
    cursor: pointer;
}
.cid-sEMzNqn4S0 .btn_link:hover a {
    color: #4154f1 !important;
}
.cid-sEMzNqn4S0 .btn_link:hover span {
    transform: translatex(5px);
}
.cid-sEMzNqn4S0 .card_wrapper {
    margin-bottom: 20px;
}
.cid-sEMzNqn4S0 .card_icon {
    display: block;
    margin-bottom: 25px;
}
.cid-sEMzNqn4S0 .card_icon .mbr-iconfont {
    font-size: 48px;
    color: #ffffff;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    text-shadow: 0 14px 30px rgba(164, 133, 253, 0.4);
    background: -webkit-linear-gradient(
        40deg,
        #a485fd 0%,
        rgba(164, 133, 253, 0.3) 100%
    );
}
@media (min-width: 992px) {
    .cid-sEMzNqn4S0 .title_block {
        padding-right: 2rem;
    }
}
@media (max-width: 991px) {
    .cid-sEMzNqn4S0 .title_block,
    .cid-sEMzNqn4S0 .card_wrapper {
        text-align: center;
        margin-bottom: 30px;
    }
    .cid-sEMzNqn4S0 .mbr-text {
        margin-bottom: 20px;
    }
    .cid-sEMzNqn4S0 .icon_block .iconfont-wrapper {
        margin-bottom: 20px;
    }
}
.cid-sEMzNqn4S0 .mbr-section-title,
.cid-sEMzNqn4S0 .icon_block {
    color: #1a1a1a;
}
.cid-sEMzNqn4S0 .card-title,
.cid-sEMzNqn4S0 .card_icon {
    color: #1a1a1a;
}
.cid-sEMzNqn4S0 .card-text {
    color: #6a7c92;
}
.cid-sEMC7uR3B8 {
    overflow: hidden;
    padding-top: 8rem;
    padding-bottom: 5rem;
    background-color: #f8f8ff;
}
.cid-sEMC7uR3B8 .mbr-section-title {
    margin-bottom: 26px;
    color: #3a448a;
}
.cid-sEMC7uR3B8 .mbr-text {
    margin-bottom: 30px;
}
.cid-sEMC7uR3B8 .card-title {
    color: #3a448a;
}
.cid-sEMC7uR3B8 .icon_block .iconfont-wrapper {
    display: inline-block;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.cid-sEMC7uR3B8 .icon_block .iconfont-wrapper:before {
    content: "";
    top: 0;
    left: 50%;
    bottom: 0;
    z-index: -1;
    width: 60px;
    position: absolute;
    background-color: rgba(65, 84, 241, 0.07);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-sEMC7uR3B8 .icon_block .iconfont-wrapper .mbr-iconfont {
    color: #4154f1;
    height: 75px;
    line-height: 75px;
    font-size: 46px;
    text-align: center;
}
.cid-sEMC7uR3B8 .btn_link {
    display: block;
    margin-bottom: 0;
    position: relative;
    font-weight: 700;
}
.cid-sEMC7uR3B8 .btn_link span {
    display: inline-block;
    margin-left: 0.25rem;
    font-size: 16px;
    vertical-align: middle;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sEMC7uR3B8 .btn_link:hover {
    cursor: pointer;
}
.cid-sEMC7uR3B8 .btn_link:hover a {
    color: #4154f1 !important;
}
.cid-sEMC7uR3B8 .btn_link:hover span {
    transform: translatex(5px);
}
.cid-sEMC7uR3B8 .card_wrapper {
    margin-bottom: 20px;
}
.cid-sEMC7uR3B8 .card_icon {
    display: block;
    margin-bottom: 25px;
}
.cid-sEMC7uR3B8 .card_icon .mbr-iconfont {
    font-size: 48px;
    color: #ffffff;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    text-shadow: 0 14px 30px rgba(65, 84, 241, 0.4);
    background: -webkit-linear-gradient(
        40deg,
        #4154f1 0%,
        rgba(65, 84, 241, 0.3) 100%
    );
}
@media (min-width: 992px) {
    .cid-sEMC7uR3B8 .title_block {
        padding-right: 2rem;
    }
}
@media (max-width: 991px) {
    .cid-sEMC7uR3B8 .title_block,
    .cid-sEMC7uR3B8 .card_wrapper {
        text-align: center;
        margin-bottom: 30px;
    }
    .cid-sEMC7uR3B8 .mbr-text {
        margin-bottom: 20px;
    }
    .cid-sEMC7uR3B8 .icon_block .iconfont-wrapper {
        margin-bottom: 20px;
    }
}
.cid-sEMC7uR3B8 .mbr-section-title,
.cid-sEMC7uR3B8 .icon_block {
    color: #1a1a1a;
}
.cid-sEMC7uR3B8 .card-title,
.cid-sEMC7uR3B8 .card_icon {
    color: #1a1a1a;
}
.cid-sEMC7uR3B8 .card-text {
    color: #6a7c92;
}
.cid-sGo4j7Cems {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-image: linear-gradient(
        135deg,
        #3a448a 10%,
        #ffbadf 100%
    ) !important;
}
.cid-sEB3YzsQj3 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}
.cid-sEB3YzsQj3 .mbr-overlay {
    background-color: #ffffff;
    opacity: 0.4;
}
.cid-sEB3YzsQj3 .signup_wrap {
    padding: 60px 0px;
    background-color: #ffffff;
    box-shadow: 0px 30px 60px 0px rgba(38, 59, 94, 0.1);
}
.cid-sEB3YzsQj3 .title_block {
    padding: 0px 65px;
    height: 100%;
    margin-right: -15px;
    border-right: 1px solid #e0e5ff;
}
.cid-sEB3YzsQj3 .mbr-section-title {
    color: #3a448a;
    margin-bottom: 60px;
}
.cid-sEB3YzsQj3 .mbr-section-subtitle {
    color: #3a448a;
    margin-bottom: 35px;
}
.cid-sEB3YzsQj3 .card_body {
    margin-bottom: 40px;
}
.cid-sEB3YzsQj3 .card_body .list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cid-sEB3YzsQj3 .card_body .list li {
    margin-bottom: 15px;
}
.cid-sEB3YzsQj3 .card_body .list li:last-child {
    margin-bottom: 0;
}
.cid-sEB3YzsQj3 .card_body .mbr-iconfont {
    margin-right: 20px;
    color: #4154f1;
    font-size: inherit;
}
.cid-sEB3YzsQj3 .form_title {
    margin-bottom: 40px;
    margin-left: 15px;
    color: #3a448a;
}
.cid-sEB3YzsQj3 .form_wrap {
    padding: 0px 65px;
}
.cid-sEB3YzsQj3 .form-group {
    margin-bottom: 30px;
}
.cid-sEB3YzsQj3 .form-control-label {
    margin-bottom: 18px;
    color: #3a448a;
    font-weight: 700;
}
.cid-sEB3YzsQj3 input.form-control {
    height: 60px;
    padding: 0px 30px;
    border-radius: 45px;
    width: 100%;
    box-shadow: none;
    border: 1px solid #e0e5ff !important;
    background-color: #ffffff;
}
.cid-sEB3YzsQj3 form.mbr-form .mbr-section-btn {
    text-align: center;
    width: 100%;
}
.cid-sEB3YzsQj3 form.mbr-form .mbr-section-btn .btn {
    line-height: 31.5px !important;
    width: 100%;
}
.cid-sEB3YzsQj3 textarea,
.cid-sEB3YzsQj3 .jqselect {
    border: 1px solid #e0e5ff !important;
}
@media (max-width: 991px) {
    .cid-sEB3YzsQj3 .signup_wrap {
        padding: 50px 0;
    }
    .cid-sEB3YzsQj3 .form_wrap,
    .cid-sEB3YzsQj3 .title_block {
        padding: 0px 45px;
    }
    .cid-sEB3YzsQj3 .mbr-section-title {
        margin-bottom: 40px;
    }
    .cid-sEB3YzsQj3 .mbr-section-subtitle {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .cid-sEB3YzsQj3 .signup_wrap {
        padding: 15px 30px;
    }
    .cid-sEB3YzsQj3 .title_block {
        margin: 0;
        margin-bottom: 50px;
        border-right: 0;
    }
    .cid-sEB3YzsQj3 .form_wrap,
    .cid-sEB3YzsQj3 .title_block {
        padding: 0;
    }
}
@media (max-width: 567px) {
    .cid-sEB3YzsQj3 .signup_wrap {
        padding: 0;
        box-shadow: none;
    }
}
.cid-sH2fe4eDgV {
    padding-top: 120px;
    padding-bottom: 45px;
    background-color: #ffffff;
}
@media (max-width: 767px) {
    .cid-sH2fe4eDgV .content {
        text-align: center;
    }
    .cid-sH2fe4eDgV .content > div:not(:last-child) {
        margin-bottom: 2rem;
    }
}
@media (max-width: 767px) {
    .cid-sH2fe4eDgV .media-wrap {
        margin-bottom: 1rem;
    }
}
.cid-sH2fe4eDgV .media-wrap .mbr-iconfont-logo {
    font-size: 7.5rem;
    color: #f36;
}
.cid-sH2fe4eDgV .media-wrap img {
    height: 6rem;
}
.cid-sH2fe4eDgV .mbr-text {
    color: #8d97ad;
}
.cid-sH2fe4eDgV .p-title {
    font-size: 17px;
}
.cid-sH2fe4eDgV .p-title span {
    color: #111111;
}
.cid-sH2fe4eDgV .title-card {
    font-size: 1.3rem;
}
.cid-sH2fe4eDgV .social-media ul {
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
}
.cid-sH2fe4eDgV .social-media ul li {
    margin-right: 0.5rem;
    display: inline-block;
    margin-bottom: 0.5rem;
}
.cid-sH2fe4eDgV .footer-menu {
    margin-bottom: 0;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}
.cid-sH2fe4eDgV .footer-menu__item {
    font-size: 18px;
    padding-right: 1.5rem;
}
.cid-sH2fe4eDgV .footer-menu__item:last-child {
    padding-right: 0;
}
.cid-sH2fe4eDgV .copyright {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.cid-sH2fe4eDgV .copyright img {
    margin-right: 10px;
}
.cid-sH2fe4eDgV .icon-transition span {
    color: #ffffff;
    display: flex;
    padding: 1rem;
    border-radius: 50%;
    background-color: #8d97ad;
    transition: all 0.3s ease-out 0s;
    font-size: 14px;
}
.cid-sH2fe4eDgV .icon-transition span:hover {
    background-color: #ff4f7b;
}
@media (max-width: 767px) {
    .cid-sH2fe4eDgV .footer-lower .copyright {
        margin-bottom: 1rem;
        text-align: center;
    }
}
.cid-sH2fe4eDgV .footer-lower hr {
    margin: 1rem 0;
    border-color: #efefef;
}
@media (max-width: 767px) {
    .cid-sH2fe4eDgV .footer-menu {
        -webkit-justify-content: center;
        justify-content: center;
    }
}
.cid-sH2fe4eDgV SPAN {
    color: #4154f1;
}
.cid-sH2fe4eDgV H5 {
    color: #3a448a;
}
.cid-sFR6k2ZHmp {
    overflow: visible;
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-image: url("../../../assets/images/headers-5-2000x650.png");
}
.cid-sFR6k2ZHmp .mbr-overlay {
    background: #ffffff;
}
.cid-sFR6k2ZHmp .animation {
    pointer-events: none;
}
.cid-sFR6k2ZHmp .mbr-section-subtitle {
    margin-bottom: 10px;
}
.cid-sFR6k2ZHmp .mbr-section-title {
    margin-bottom: 27px;
}
.cid-sFR6k2ZHmp .mbr-text {
    margin-bottom: 35px;
    line-height: 1.54;
}
@media (max-width: 991px) {
    .cid-sFR6k2ZHmp .mbr-section-title {
        margin-bottom: 17px;
    }
    .cid-sFR6k2ZHmp .mbr-text {
        margin-bottom: 20px;
    }
    .cid-sFR6k2ZHmp .mbr-section-btn {
        margin-bottom: 40px;
    }
    .cid-sFR6k2ZHmp .image__block {
        margin-bottom: -100px;
    }
}
.cid-sFR3BDk41d {
    padding-top: 4rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}
.cid-sFR3BDk41d img,
.cid-sFR3BDk41d .item-img {
    width: 100%;
}
.cid-sFR3BDk41d .item:focus,
.cid-sFR3BDk41d span:focus {
    outline: none;
}
.cid-sFR3BDk41d .item {
    cursor: pointer;
    margin-bottom: 2rem;
}
.cid-sFR3BDk41d .item-wrapper {
    position: relative;
    border-radius: 4px;
    background: #f1f2f9;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
}
@media (min-width: 992px) {
    .cid-sFR3BDk41d .item-wrapper .item-content {
        padding: 2rem 2rem 0;
    }
    .cid-sFR3BDk41d .item-wrapper .item-footer {
        padding: 0 2rem 2rem;
    }
}
@media (max-width: 991px) {
    .cid-sFR3BDk41d .item-wrapper .item-content {
        padding: 1rem 1rem 0;
    }
    .cid-sFR3BDk41d .item-wrapper .item-footer {
        padding: 0 1rem 1rem;
    }
}
.cid-sFR3BDk41d .mbr-section-btn {
    margin-top: auto !important;
}
.cid-sFR3BDk41d .mbr-section-title {
    color: #4154f1;
}
.cid-sFR3BDk41d .mbr-text,
.cid-sFR3BDk41d .mbr-section-btn {
    text-align: left;
}
.cid-sFR3BDk41d .item-title {
    text-align: left;
    color: #1a1a1a;
}
.cid-sFR3BDk41d .item-subtitle {
    text-align: left;
}
.cid-sFR3BDk41d .mbr-section-subtitle {
    color: #5461bc;
}
.cid-sGhC5FZRSt {
    padding-top: 7rem;
    padding-bottom: 5rem;
    background-color: #3a448a;
}
.cid-sGhC5FZRSt .mbr-overlay {
    background-color: #ffffff;
    opacity: 0.4;
}
.cid-sGhC5FZRSt .signup_wrap {
    padding: 60px 0px;
    background-color: #ffffff;
    box-shadow: 0px 30px 60px 0px rgba(38, 59, 94, 0.1);
}
.cid-sGhC5FZRSt .title_block {
    padding: 0px 65px;
    height: 100%;
    margin-right: -15px;
    border-right: 1px solid #e0e5ff;
}
.cid-sGhC5FZRSt .mbr-section-title {
    color: #3a448a;
    margin-bottom: 60px;
}
.cid-sGhC5FZRSt .mbr-section-subtitle {
    color: #3a448a;
    margin-bottom: 35px;
}
.cid-sGhC5FZRSt .card_body {
    margin-bottom: 40px;
}
.cid-sGhC5FZRSt .card_body .list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cid-sGhC5FZRSt .card_body .list li {
    margin-bottom: 15px;
}
.cid-sGhC5FZRSt .card_body .list li:last-child {
    margin-bottom: 0;
}
.cid-sGhC5FZRSt .card_body .mbr-iconfont {
    margin-right: 20px;
    color: #4154f1;
    font-size: inherit;
}
.cid-sGhC5FZRSt .form_title {
    margin-bottom: 40px;
    margin-left: 15px;
    color: #3a448a;
}
.cid-sGhC5FZRSt .form_wrap {
    padding: 0px 65px;
}
.cid-sGhC5FZRSt .form-group {
    margin-bottom: 30px;
}
.cid-sGhC5FZRSt .form-control-label {
    margin-bottom: 18px;
    color: #3a448a;
    font-weight: 700;
}
.cid-sGhC5FZRSt input.form-control {
    height: 60px;
    padding: 0px 30px;
    border-radius: 45px;
    width: 100%;
    box-shadow: none;
    border: 1px solid #e0e5ff !important;
    background-color: #ffffff;
}
.cid-sGhC5FZRSt form.mbr-form .mbr-section-btn {
    text-align: center;
    width: 100%;
}
.cid-sGhC5FZRSt form.mbr-form .mbr-section-btn .btn {
    line-height: 31.5px !important;
    width: 100%;
}
.cid-sGhC5FZRSt textarea,
.cid-sGhC5FZRSt .jqselect {
    border: 1px solid #e0e5ff !important;
}
@media (max-width: 991px) {
    .cid-sGhC5FZRSt .signup_wrap {
        padding: 50px 0;
    }
    .cid-sGhC5FZRSt .form_wrap,
    .cid-sGhC5FZRSt .title_block {
        padding: 0px 45px;
    }
    .cid-sGhC5FZRSt .mbr-section-title {
        margin-bottom: 40px;
    }
    .cid-sGhC5FZRSt .mbr-section-subtitle {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .cid-sGhC5FZRSt .signup_wrap {
        padding: 15px 30px;
    }
    .cid-sGhC5FZRSt .title_block {
        margin: 0;
        margin-bottom: 50px;
        border-right: 0;
    }
    .cid-sGhC5FZRSt .form_wrap,
    .cid-sGhC5FZRSt .title_block {
        padding: 0;
    }
}
@media (max-width: 567px) {
    .cid-sGhC5FZRSt .signup_wrap {
        padding: 0;
        box-shadow: none;
    }
}
.cid-sH2fgsM9I4 {
    padding-top: 120px;
    padding-bottom: 45px;
    background-color: #ffffff;
}
@media (max-width: 767px) {
    .cid-sH2fgsM9I4 .content {
        text-align: center;
    }
    .cid-sH2fgsM9I4 .content > div:not(:last-child) {
        margin-bottom: 2rem;
    }
}
@media (max-width: 767px) {
    .cid-sH2fgsM9I4 .media-wrap {
        margin-bottom: 1rem;
    }
}
.cid-sH2fgsM9I4 .media-wrap .mbr-iconfont-logo {
    font-size: 7.5rem;
    color: #f36;
}
.cid-sH2fgsM9I4 .media-wrap img {
    height: 6rem;
}
.cid-sH2fgsM9I4 .mbr-text {
    color: #8d97ad;
}
.cid-sH2fgsM9I4 .p-title {
    font-size: 17px;
}
.cid-sH2fgsM9I4 .p-title span {
    color: #111111;
}
.cid-sH2fgsM9I4 .title-card {
    font-size: 1.3rem;
}
.cid-sH2fgsM9I4 .social-media ul {
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
}
.cid-sH2fgsM9I4 .social-media ul li {
    margin-right: 0.5rem;
    display: inline-block;
    margin-bottom: 0.5rem;
}
.cid-sH2fgsM9I4 .footer-menu {
    margin-bottom: 0;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}
.cid-sH2fgsM9I4 .footer-menu__item {
    font-size: 18px;
    padding-right: 1.5rem;
}
.cid-sH2fgsM9I4 .footer-menu__item:last-child {
    padding-right: 0;
}
.cid-sH2fgsM9I4 .copyright {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.cid-sH2fgsM9I4 .copyright img {
    margin-right: 10px;
}
.cid-sH2fgsM9I4 .icon-transition span {
    color: #ffffff;
    display: flex;
    padding: 1rem;
    border-radius: 50%;
    background-color: #8d97ad;
    transition: all 0.3s ease-out 0s;
    font-size: 14px;
}
.cid-sH2fgsM9I4 .icon-transition span:hover {
    background-color: #ff4f7b;
}
@media (max-width: 767px) {
    .cid-sH2fgsM9I4 .footer-lower .copyright {
        margin-bottom: 1rem;
        text-align: center;
    }
}
.cid-sH2fgsM9I4 .footer-lower hr {
    margin: 1rem 0;
    border-color: #efefef;
}
@media (max-width: 767px) {
    .cid-sH2fgsM9I4 .footer-menu {
        -webkit-justify-content: center;
        justify-content: center;
    }
}
.cid-sH2fgsM9I4 SPAN {
    color: #4154f1;
}
.cid-sH2fgsM9I4 H5 {
    color: #3a448a;
}
.cid-sH2eegkuzj {
    z-index: 1000;
    width: 100%;
}
.cid-sH2eegkuzj nav.navbar {
    position: fixed;
}
.cid-sH2eegkuzj .btn {
    box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-sH2eegkuzj .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
    font-family: Moririse2 !important;
    content: "\e909";
    display: inline-block;
    width: 10px;
    position: absolute;
    right: 25px;
    top: 40%;
    margin-right: 0.5rem;
    line-height: 1;
    font-size: 10px;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
}
.cid-sH2eegkuzj .dropdown-toggle:after {
    content: none;
}
@media (min-width: 992px) {
    .cid-sH2eegkuzj .navbar-nav .nav-link:before {
        content: none;
    }
}
.cid-sH2eegkuzj .dropdown-menu {
    padding: 20px 0;
    min-width: 220px;
    box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    display: initial;
}
.cid-sH2eegkuzj .navbar .dropdown.open > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    display: block;
}
.cid-sH2eegkuzj .dropdown-item:hover,
.cid-sH2eegkuzj .dropdown-item:focus {
    background: rgba(65, 84, 241, 0.1) !important;
    color: #4154f1 !important;
}
.cid-sH2eegkuzj .nav-dropdown .link {
    padding: 35px 0 !important;
    margin-right: 40px !important;
}
.cid-sH2eegkuzj .nav-dropdown .nav-item:last-child .link {
    margin-right: 0 !important;
}
.cid-sH2eegkuzj .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    display: none;
}
.cid-sH2eegkuzj .nav-link {
    position: relative;
    line-height: 1;
}
.cid-sH2eegkuzj .nav-link:hover {
    color: #4154f1 !important;
}
.cid-sH2eegkuzj .container {
    display: flex;
    margin: auto;
}
.cid-sH2eegkuzj .iconfont-wrapper {
    color: #051441 !important;
    font-size: 17px;
    margin-right: 20px;
}
.cid-sH2eegkuzj .dropdown-menu,
.cid-sH2eegkuzj .navbar.opened {
    background: #ffffff !important;
}
.cid-sH2eegkuzj .nav-item:focus,
.cid-sH2eegkuzj .nav-link:focus {
    outline: none;
}
.cid-sH2eegkuzj .dropdown .dropdown-menu .dropdown-item {
    width: 100%;
    transition: all 0.25s ease-in-out;
}
.cid-sH2eegkuzj .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
}
.cid-sH2eegkuzj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
    margin-right: 0.5rem;
    vertical-align: sub;
}
.cid-sH2eegkuzj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
    display: inline-block;
    transform: scale(1, 1);
    transition: all 0.25s ease-in-out;
}
.cid-sH2eegkuzj .collapsed .dropdown-menu .dropdown-item:before {
    display: none;
}
.cid-sH2eegkuzj .collapsed .dropdown .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    transition: none;
    margin: 0 !important;
}
.cid-sH2eegkuzj .navbar {
    min-height: 70px;
    transition: all 0.3s;
    box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
    background: #ffffff;
}
.cid-sH2eegkuzj .navbar.navbar-short {
    box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
    min-height: 60px;
}
.cid-sH2eegkuzj .navbar.navbar-short .navbar-logo img {
    height: 2.5rem !important;
}
.cid-sH2eegkuzj .navbar.navbar-short .navbar-brand {
    min-height: 60px;
    padding: 0;
}
.cid-sH2eegkuzj .navbar.opened {
    transition: all 0.3s;
}
.cid-sH2eegkuzj .navbar .dropdown-item {
    padding: 6px 30px;
}
.cid-sH2eegkuzj .navbar .navbar-logo img {
    width: auto;
}
.cid-sH2eegkuzj .navbar .navbar-collapse {
    justify-content: center;
    z-index: 1;
}
.cid-sH2eegkuzj .navbar.collapsed {
    justify-content: center;
}
.cid-sH2eegkuzj .navbar.collapsed .nav-item .nav-link::before {
    display: none;
}
.cid-sH2eegkuzj .navbar.collapsed.opened .dropdown-menu {
    top: 0;
}
@media (min-width: 992px) {
    .cid-sH2eegkuzj
        .navbar.collapsed.opened:not(.navbar-short)
        .navbar-collapse {
        max-height: calc(98.5vh - 4.5rem);
    }
}
.cid-sH2eegkuzj .navbar.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
}
.cid-sH2eegkuzj .navbar.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
}
.cid-sH2eegkuzj
    .navbar.collapsed
    .dropdown-menu
    .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-sH2eegkuzj .navbar.collapsed ul.navbar-nav li {
    margin: auto;
}
.cid-sH2eegkuzj .navbar.collapsed .dropdown-menu .dropdown-item {
    padding: 6px 30px;
    text-align: left;
}
@media (max-width: 991px) {
    .cid-sH2eegkuzj .navbar.opened .dropdown-menu {
        top: 0;
    }
    .cid-sH2eegkuzj .navbar .dropdown-menu {
        display: none;
    }
    .cid-sH2eegkuzj .navbar .dropdown-menu .dropdown-submenu {
        left: 0 !important;
    }
    .cid-sH2eegkuzj .navbar .dropdown-menu .dropdown-item:after {
        right: auto;
    }
    .cid-sH2eegkuzj
        .navbar
        .dropdown-menu
        .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
        display: none;
        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-sH2eegkuzj .navbar .navbar-logo img {
        height: 3rem !important;
    }
    .cid-sH2eegkuzj .navbar ul.navbar-nav {
        padding: 15px;
    }
    .cid-sH2eegkuzj .navbar .dropdown-menu .dropdown-item {
        padding: 6px 30px !important;
        text-align: left;
    }
    .cid-sH2eegkuzj .navbar .navbar-brand {
        flex-shrink: initial;
        flex-basis: auto;
        word-break: break-word;
        padding-right: 2rem;
    }
    .cid-sH2eegkuzj .navbar .navbar-toggler {
        flex-basis: auto;
    }
    .cid-sH2eegkuzj .navbar .navbar-buttons,
    .cid-sH2eegkuzj .navbar .icons-menu {
        display: none;
    }
    .cid-sH2eegkuzj .navbar .nav-dropdown .link {
        margin-right: 0 !important;
        padding-top: 12px !important;
        padding-bottom: 0 !important;
        margin-bottom: 20px !important;
    }
}
.cid-sH2eegkuzj .navbar-brand {
    min-height: 70px;
    flex-shrink: 0;
    align-items: center;
    margin-right: 0;
    padding: 0;
    transition: all 0.3s;
    word-break: break-word;
    z-index: 1;
}
.cid-sH2eegkuzj .navbar-brand .navbar-caption {
    line-height: inherit !important;
}
.cid-sH2eegkuzj .navbar-brand .navbar-logo a {
    outline: none;
}
.cid-sH2eegkuzj .dropdown-item.active,
.cid-sH2eegkuzj .dropdown-item:active {
    background-color: transparent;
}
.cid-sH2eegkuzj .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
}
.cid-sH2eegkuzj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #ffffff;
}
.cid-sH2eegkuzj
    .navbar.navbar-expand-lg
    .dropdown
    .dropdown-menu
    .dropdown-submenu {
    margin: 0;
    left: 100%;
}
.cid-sH2eegkuzj ul.navbar-nav {
    flex-wrap: wrap;
}
.cid-sH2eegkuzj .navbar-buttons {
    text-align: center;
    min-width: 170px;
}
.cid-sH2eegkuzj button.navbar-toggler {
    outline: none;
    width: 31px;
    height: 20px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
}
.cid-sH2eegkuzj button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #6a7c92;
}
.cid-sH2eegkuzj button.navbar-toggler .hamburger span:nth-child(1) {
    top: 0;
    transition: all 0.2s;
}
.cid-sH2eegkuzj button.navbar-toggler .hamburger span:nth-child(2) {
    top: 8px;
    transition: all 0.15s;
}
.cid-sH2eegkuzj button.navbar-toggler .hamburger span:nth-child(3) {
    top: 8px;
    transition: all 0.15s;
}
.cid-sH2eegkuzj button.navbar-toggler .hamburger span:nth-child(4) {
    top: 16px;
    transition: all 0.2s;
}
.cid-sH2eegkuzj nav.opened .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
}
.cid-sH2eegkuzj nav.opened .hamburger span:nth-child(2) {
    transform: rotate(45deg);
    transition: all 0.25s;
}
.cid-sH2eegkuzj nav.opened .hamburger span:nth-child(3) {
    transform: rotate(-45deg);
    transition: all 0.25s;
}
.cid-sH2eegkuzj nav.opened .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
}
.cid-sH2eegkuzj .navbar-dropdown {
    padding: 0 1rem;
    position: fixed;
}
.cid-sH2eegkuzj a.nav-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.cid-sH2eegkuzj .icons-menu {
    flex-wrap: nowrap;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .cid-sH2eegkuzj .navbar {
        height: 70px;
    }
    .cid-sH2eegkuzj .navbar.opened {
        height: auto;
    }
    .cid-sH2eegkuzj .nav-item .nav-link:hover::before {
        width: 175%;
        max-width: calc(100% + 2rem);
        left: -1rem;
    }
}
.cid-szjMbAIS1D {
    overflow: visible;
    padding-top: 8rem;
    padding-bottom: 5rem;
    background-image: url("../../../assets/images/headers-5-2000x650.png");
}
.cid-szjMbAIS1D .mbr-overlay {
    background: #e0e5ff;
}
.cid-szjMbAIS1D .animation {
    pointer-events: none;
}
.cid-szjMbAIS1D .mbr-section-subtitle {
    margin-bottom: 10px;
    color: #a485fd;
}
.cid-szjMbAIS1D .mbr-section-title {
    margin-bottom: 27px;
    color: #ffffff;
}
.cid-szjMbAIS1D .mbr-text {
    margin-bottom: 35px;
    line-height: 1.54;
}
@media (max-width: 991px) {
    .cid-szjMbAIS1D .mbr-section-title {
        margin-bottom: 17px;
    }
    .cid-szjMbAIS1D .mbr-text {
        margin-bottom: 20px;
    }
    .cid-szjMbAIS1D .mbr-section-btn {
        margin-bottom: 40px;
    }
    .cid-szjMbAIS1D .image__block {
        margin-bottom: -100px;
    }
}
.cid-szjMbAIS1D .mbr-text,
.cid-szjMbAIS1D .mbr-section-btn {
    color: #e0e5ff;
}
.cid-szjMbBoOlg {
    padding-top: 8rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}
.cid-szjMbBoOlg .image-wrapper img {
    width: 100%;
    object-fit: cover;
}
.cid-szjMbBoOlg .card-title {
    margin-bottom: 26px;
    color: #3a448a;
}
.cid-szjMbBoOlg .mbr-text {
    margin-bottom: 30px;
}
.cid-szjMbBoOlg .iconfont-wrapper {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border-top-right-radius: 0;
    display: inline-block;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
    background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-szjMbBoOlg .iconfont-wrapper .mbr-iconfont {
    color: #ffffff;
    font-size: 36px;
    line-height: 70px;
}
.cid-szjMbBoOlg .btn_link {
    display: block;
    margin-bottom: 0;
    position: relative;
    font-weight: 700;
}
.cid-szjMbBoOlg .btn_link span {
    display: inline-block;
    margin-left: 0.25rem;
    font-size: 16px;
    vertical-align: middle;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-szjMbBoOlg .btn_link:hover {
    cursor: pointer;
}
.cid-szjMbBoOlg .btn_link:hover a {
    color: #4154f1 !important;
}
.cid-szjMbBoOlg .btn_link:hover span {
    transform: translatex(5px);
}
@media (min-width: 992px) {
    .cid-szjMbBoOlg .text-wrapper {
        padding-right: 0;
        padding-left: 2rem;
    }
}
@media (max-width: 991px) {
    .cid-szjMbBoOlg .text-wrapper {
        text-align: center;
    }
    .cid-szjMbBoOlg .image-wrapper {
        margin-bottom: 40px;
    }
    .cid-szjMbBoOlg .mbr-text {
        margin-bottom: 20px;
    }
    .cid-szjMbBoOlg .iconfont-wrapper {
        margin-bottom: 20px;
    }
}
.cid-szjMbBoOlg .mbr-text,
.cid-szjMbBoOlg .btn_link {
    color: #525050;
}
.cid-szjMbBJv8j {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}
.cid-szjMbBJv8j .image-wrapper img {
    width: 100%;
    object-fit: cover;
}
.cid-szjMbBJv8j .card-title {
    margin-bottom: 26px;
    color: #3a448a;
}
.cid-szjMbBJv8j .mbr-text {
    margin-bottom: 30px;
}
.cid-szjMbBJv8j .iconfont-wrapper {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
    background-image: linear-gradient(40deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-szjMbBJv8j .iconfont-wrapper .mbr-iconfont {
    color: #ffffff;
    font-size: 42px;
    line-height: 80px;
}
.cid-szjMbBJv8j .btn_link {
    display: block;
    margin-bottom: 0;
    position: relative;
    font-weight: 700;
}
.cid-szjMbBJv8j .btn_link span {
    display: inline-block;
    margin-left: 0.25rem;
    font-size: 16px;
    vertical-align: middle;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-szjMbBJv8j .btn_link:hover {
    cursor: pointer;
}
.cid-szjMbBJv8j .btn_link:hover a {
    color: #4154f1 !important;
}
.cid-szjMbBJv8j .btn_link:hover span {
    transform: translatex(5px);
}
@media (min-width: 992px) {
    .cid-szjMbBJv8j .text-wrapper {
        padding-right: 2rem;
    }
}
@media (max-width: 991px) {
    .cid-szjMbBJv8j .text-wrapper {
        text-align: center;
    }
    .cid-szjMbBJv8j .image-wrapper {
        margin-bottom: 40px;
    }
    .cid-szjMbBJv8j .mbr-text {
        margin-bottom: 20px;
    }
    .cid-szjMbBJv8j .iconfont-wrapper {
        margin-bottom: 20px;
    }
}
.cid-szjMbBJv8j .mbr-text,
.cid-szjMbBJv8j .btn_link {
    color: #525050;
}
.cid-szjMbC1H5j {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}
.cid-szjMbC1H5j .image-wrapper img {
    width: 100%;
    object-fit: cover;
}
.cid-szjMbC1H5j .card-title {
    margin-bottom: 26px;
    color: #3a448a;
}
.cid-szjMbC1H5j .mbr-text {
    margin-bottom: 30px;
}
.cid-szjMbC1H5j .iconfont-wrapper {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border-top-right-radius: 0;
    display: inline-block;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
    background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-szjMbC1H5j .iconfont-wrapper .mbr-iconfont {
    color: #ffffff;
    font-size: 36px;
    line-height: 70px;
}
.cid-szjMbC1H5j .btn_link {
    display: block;
    margin-bottom: 0;
    position: relative;
    font-weight: 700;
}
.cid-szjMbC1H5j .btn_link span {
    display: inline-block;
    margin-left: 0.25rem;
    font-size: 16px;
    vertical-align: middle;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-szjMbC1H5j .btn_link:hover {
    cursor: pointer;
}
.cid-szjMbC1H5j .btn_link:hover a {
    color: #4154f1 !important;
}
.cid-szjMbC1H5j .btn_link:hover span {
    transform: translatex(5px);
}
@media (min-width: 992px) {
    .cid-szjMbC1H5j .text-wrapper {
        padding-right: 0;
        padding-left: 2rem;
    }
}
@media (max-width: 991px) {
    .cid-szjMbC1H5j .text-wrapper {
        text-align: center;
    }
    .cid-szjMbC1H5j .image-wrapper {
        margin-bottom: 40px;
    }
    .cid-szjMbC1H5j .mbr-text {
        margin-bottom: 20px;
    }
    .cid-szjMbC1H5j .iconfont-wrapper {
        margin-bottom: 20px;
    }
}
.cid-szjMbC1H5j .mbr-text,
.cid-szjMbC1H5j .btn_link {
    color: #525050;
}
.cid-sGnDab95mA {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #ffffff;
}
@media (max-width: 991px) {
    .cid-sGnDab95mA .mbr-section-title,
    .cid-sGnDab95mA .mbr-section-subtitle,
    .cid-sGnDab95mA .mbr-section-btn,
    .cid-sGnDab95mA .mbr-text {
        text-align: center;
    }
}
.cid-sGnDab95mA .mbr-section-title {
    color: #082c4e;
}
.cid-sGnDab95mA .mbr-text,
.cid-sGnDab95mA .mbr-section-btn {
    color: #525050;
}
.cid-sGnDab95mA .position {
    margin: 0;
    color: #525050;
}
.cid-sGnDab95mA .bottom {
    overflow: visible;
    position: relative;
}
.cid-sGnDab95mA .bottom:before {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 25px solid #f5f5fe;
    position: absolute;
    bottom: -1rem;
    left: 1.5rem;
    content: "";
}
.cid-sGnDab95mA .pb {
    margin-bottom: 2rem;
}
.cid-sGnDab95mA .card-wrapper {
    background: #f5f5fe;
    padding: 1.5rem;
    height: 100%;
    border-radius: 16px;
}
.cid-sGnDab95mA .mbr-section-subtitle {
    color: #ffffff;
}
.cid-sGnDab95mA .image-wrapper {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 1rem;
    margin-left: 1rem;
}
.cid-sGnDab95mA .image-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.cid-sGnDab95mA .name {
    color: #4154f1;
}
.cid-sGo4vrj6Xc {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-image: linear-gradient(
        135deg,
        #3a448a 10%,
        #ffbadf 100%
    ) !important;
}
.cid-sH2fuEsgwK {
    padding-top: 120px;
    padding-bottom: 45px;
    background-color: #ffffff;
}
@media (max-width: 767px) {
    .cid-sH2fuEsgwK .content {
        text-align: center;
    }
    .cid-sH2fuEsgwK .content > div:not(:last-child) {
        margin-bottom: 2rem;
    }
}
@media (max-width: 767px) {
    .cid-sH2fuEsgwK .media-wrap {
        margin-bottom: 1rem;
    }
}
.cid-sH2fuEsgwK .media-wrap .mbr-iconfont-logo {
    font-size: 7.5rem;
    color: #f36;
}
.cid-sH2fuEsgwK .media-wrap img {
    height: 6rem;
}
.cid-sH2fuEsgwK .mbr-text {
    color: #8d97ad;
}
.cid-sH2fuEsgwK .p-title {
    font-size: 17px;
}
.cid-sH2fuEsgwK .p-title span {
    color: #111111;
}
.cid-sH2fuEsgwK .title-card {
    font-size: 1.3rem;
}
.cid-sH2fuEsgwK .social-media ul {
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
}
.cid-sH2fuEsgwK .social-media ul li {
    margin-right: 0.5rem;
    display: inline-block;
    margin-bottom: 0.5rem;
}
.cid-sH2fuEsgwK .footer-menu {
    margin-bottom: 0;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}
.cid-sH2fuEsgwK .footer-menu__item {
    font-size: 18px;
    padding-right: 1.5rem;
}
.cid-sH2fuEsgwK .footer-menu__item:last-child {
    padding-right: 0;
}
.cid-sH2fuEsgwK .copyright {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.cid-sH2fuEsgwK .copyright img {
    margin-right: 10px;
}
.cid-sH2fuEsgwK .icon-transition span {
    color: #ffffff;
    display: flex;
    padding: 1rem;
    border-radius: 50%;
    background-color: #8d97ad;
    transition: all 0.3s ease-out 0s;
    font-size: 14px;
}
.cid-sH2fuEsgwK .icon-transition span:hover {
    background-color: #ff4f7b;
}
@media (max-width: 767px) {
    .cid-sH2fuEsgwK .footer-lower .copyright {
        margin-bottom: 1rem;
        text-align: center;
    }
}
.cid-sH2fuEsgwK .footer-lower hr {
    margin: 1rem 0;
    border-color: #efefef;
}
@media (max-width: 767px) {
    .cid-sH2fuEsgwK .footer-menu {
        -webkit-justify-content: center;
        justify-content: center;
    }
}
.cid-sH2fuEsgwK SPAN {
    color: #4154f1;
}
.cid-sH2fuEsgwK H5 {
    color: #3a448a;
}
.cid-sH2eegkuzj {
    z-index: 1000;
    width: 100%;
}
.cid-sH2eegkuzj nav.navbar {
    position: fixed;
}
.cid-sH2eegkuzj .btn {
    box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-sH2eegkuzj .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
    font-family: Moririse2 !important;
    content: "\e909";
    display: inline-block;
    width: 10px;
    position: absolute;
    right: 25px;
    top: 40%;
    margin-right: 0.5rem;
    line-height: 1;
    font-size: 10px;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
}
.cid-sH2eegkuzj .dropdown-toggle:after {
    content: none;
}
@media (min-width: 992px) {
    .cid-sH2eegkuzj .navbar-nav .nav-link:before {
        content: none;
    }
}
.cid-sH2eegkuzj .dropdown-menu {
    padding: 20px 0;
    min-width: 220px;
    box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    display: initial;
}
.cid-sH2eegkuzj .navbar .dropdown.open > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    display: block;
}
.cid-sH2eegkuzj .dropdown-item:hover,
.cid-sH2eegkuzj .dropdown-item:focus {
    background: rgba(65, 84, 241, 0.1) !important;
    color: #4154f1 !important;
}
.cid-sH2eegkuzj .nav-dropdown .link {
    padding: 35px 0 !important;
    margin-right: 40px !important;
}
.cid-sH2eegkuzj .nav-dropdown .nav-item:last-child .link {
    margin-right: 0 !important;
}
.cid-sH2eegkuzj .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    display: none;
}
.cid-sH2eegkuzj .nav-link {
    position: relative;
    line-height: 1;
}
.cid-sH2eegkuzj .nav-link:hover {
    color: #4154f1 !important;
}
.cid-sH2eegkuzj .container {
    display: flex;
    margin: auto;
}
.cid-sH2eegkuzj .iconfont-wrapper {
    color: #051441 !important;
    font-size: 17px;
    margin-right: 20px;
}
.cid-sH2eegkuzj .dropdown-menu,
.cid-sH2eegkuzj .navbar.opened {
    background: #ffffff !important;
}
.cid-sH2eegkuzj .nav-item:focus,
.cid-sH2eegkuzj .nav-link:focus {
    outline: none;
}
.cid-sH2eegkuzj .dropdown .dropdown-menu .dropdown-item {
    width: 100%;
    transition: all 0.25s ease-in-out;
}
.cid-sH2eegkuzj .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
}
.cid-sH2eegkuzj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
    margin-right: 0.5rem;
    vertical-align: sub;
}
.cid-sH2eegkuzj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
    display: inline-block;
    transform: scale(1, 1);
    transition: all 0.25s ease-in-out;
}
.cid-sH2eegkuzj .collapsed .dropdown-menu .dropdown-item:before {
    display: none;
}
.cid-sH2eegkuzj .collapsed .dropdown .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    transition: none;
    margin: 0 !important;
}
.cid-sH2eegkuzj .navbar {
    min-height: 70px;
    transition: all 0.3s;
    box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
    background: #ffffff;
}
.cid-sH2eegkuzj .navbar.navbar-short {
    box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
    min-height: 60px;
}
.cid-sH2eegkuzj .navbar.navbar-short .navbar-logo img {
    height: 2.5rem !important;
}
.cid-sH2eegkuzj .navbar.navbar-short .navbar-brand {
    min-height: 60px;
    padding: 0;
}
.cid-sH2eegkuzj .navbar.opened {
    transition: all 0.3s;
}
.cid-sH2eegkuzj .navbar .dropdown-item {
    padding: 6px 30px;
}
.cid-sH2eegkuzj .navbar .navbar-logo img {
    width: auto;
}
.cid-sH2eegkuzj .navbar .navbar-collapse {
    justify-content: center;
    z-index: 1;
}
.cid-sH2eegkuzj .navbar.collapsed {
    justify-content: center;
}
.cid-sH2eegkuzj .navbar.collapsed .nav-item .nav-link::before {
    display: none;
}
.cid-sH2eegkuzj .navbar.collapsed.opened .dropdown-menu {
    top: 0;
}
@media (min-width: 992px) {
    .cid-sH2eegkuzj
        .navbar.collapsed.opened:not(.navbar-short)
        .navbar-collapse {
        max-height: calc(98.5vh - 4.5rem);
    }
}
.cid-sH2eegkuzj .navbar.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
}
.cid-sH2eegkuzj .navbar.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
}
.cid-sH2eegkuzj
    .navbar.collapsed
    .dropdown-menu
    .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-sH2eegkuzj .navbar.collapsed ul.navbar-nav li {
    margin: auto;
}
.cid-sH2eegkuzj .navbar.collapsed .dropdown-menu .dropdown-item {
    padding: 6px 30px;
    text-align: left;
}
@media (max-width: 991px) {
    .cid-sH2eegkuzj .navbar.opened .dropdown-menu {
        top: 0;
    }
    .cid-sH2eegkuzj .navbar .dropdown-menu {
        display: none;
    }
    .cid-sH2eegkuzj .navbar .dropdown-menu .dropdown-submenu {
        left: 0 !important;
    }
    .cid-sH2eegkuzj .navbar .dropdown-menu .dropdown-item:after {
        right: auto;
    }
    .cid-sH2eegkuzj
        .navbar
        .dropdown-menu
        .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
        display: none;
        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-sH2eegkuzj .navbar .navbar-logo img {
        height: 3rem !important;
    }
    .cid-sH2eegkuzj .navbar ul.navbar-nav {
        padding: 15px;
    }
    .cid-sH2eegkuzj .navbar .dropdown-menu .dropdown-item {
        padding: 6px 30px !important;
        text-align: left;
    }
    .cid-sH2eegkuzj .navbar .navbar-brand {
        flex-shrink: initial;
        flex-basis: auto;
        word-break: break-word;
        padding-right: 2rem;
    }
    .cid-sH2eegkuzj .navbar .navbar-toggler {
        flex-basis: auto;
    }
    .cid-sH2eegkuzj .navbar .navbar-buttons,
    .cid-sH2eegkuzj .navbar .icons-menu {
        display: none;
    }
    .cid-sH2eegkuzj .navbar .nav-dropdown .link {
        margin-right: 0 !important;
        padding-top: 12px !important;
        padding-bottom: 0 !important;
        margin-bottom: 20px !important;
    }
}
.cid-sH2eegkuzj .navbar-brand {
    min-height: 70px;
    flex-shrink: 0;
    align-items: center;
    margin-right: 0;
    padding: 0;
    transition: all 0.3s;
    word-break: break-word;
    z-index: 1;
}
.cid-sH2eegkuzj .navbar-brand .navbar-caption {
    line-height: inherit !important;
}
.cid-sH2eegkuzj .navbar-brand .navbar-logo a {
    outline: none;
}
.cid-sH2eegkuzj .dropdown-item.active,
.cid-sH2eegkuzj .dropdown-item:active {
    background-color: transparent;
}
.cid-sH2eegkuzj .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
}
.cid-sH2eegkuzj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #ffffff;
}
.cid-sH2eegkuzj
    .navbar.navbar-expand-lg
    .dropdown
    .dropdown-menu
    .dropdown-submenu {
    margin: 0;
    left: 100%;
}
.cid-sH2eegkuzj ul.navbar-nav {
    flex-wrap: wrap;
}
.cid-sH2eegkuzj .navbar-buttons {
    text-align: center;
    min-width: 170px;
}
.cid-sH2eegkuzj button.navbar-toggler {
    outline: none;
    width: 31px;
    height: 20px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
}
.cid-sH2eegkuzj button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #6a7c92;
}
.cid-sH2eegkuzj button.navbar-toggler .hamburger span:nth-child(1) {
    top: 0;
    transition: all 0.2s;
}
.cid-sH2eegkuzj button.navbar-toggler .hamburger span:nth-child(2) {
    top: 8px;
    transition: all 0.15s;
}
.cid-sH2eegkuzj button.navbar-toggler .hamburger span:nth-child(3) {
    top: 8px;
    transition: all 0.15s;
}
.cid-sH2eegkuzj button.navbar-toggler .hamburger span:nth-child(4) {
    top: 16px;
    transition: all 0.2s;
}
.cid-sH2eegkuzj nav.opened .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
}
.cid-sH2eegkuzj nav.opened .hamburger span:nth-child(2) {
    transform: rotate(45deg);
    transition: all 0.25s;
}
.cid-sH2eegkuzj nav.opened .hamburger span:nth-child(3) {
    transform: rotate(-45deg);
    transition: all 0.25s;
}
.cid-sH2eegkuzj nav.opened .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
}
.cid-sH2eegkuzj .navbar-dropdown {
    padding: 0 1rem;
    position: fixed;
}
.cid-sH2eegkuzj a.nav-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.cid-sH2eegkuzj .icons-menu {
    flex-wrap: nowrap;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .cid-sH2eegkuzj .navbar {
        height: 70px;
    }
    .cid-sH2eegkuzj .navbar.opened {
        height: auto;
    }
    .cid-sH2eegkuzj .nav-item .nav-link:hover::before {
        width: 175%;
        max-width: calc(100% + 2rem);
        left: -1rem;
    }
}
.cid-szoTTluozT {
    overflow: visible;
    padding-top: 10rem;
    padding-bottom: 8rem;
    background-image: url("../../../assets/images/headers-5-2000x650.png");
}
.cid-szoTTluozT .mbr-overlay {
    background: #e0e5ff;
}
.cid-szoTTluozT .animation {
    pointer-events: none;
}
.cid-szoTTluozT .mbr-section-subtitle {
    margin-bottom: 10px;
    color: #a485fd;
}
.cid-szoTTluozT .mbr-section-title {
    margin-bottom: 27px;
    color: #ffffff;
}
.cid-szoTTluozT .mbr-text {
    margin-bottom: 35px;
    line-height: 1.54;
}
@media (max-width: 991px) {
    .cid-szoTTluozT .mbr-section-title {
        margin-bottom: 17px;
    }
    .cid-szoTTluozT .mbr-text {
        margin-bottom: 20px;
    }
    .cid-szoTTluozT .mbr-section-btn {
        margin-bottom: 40px;
    }
    .cid-szoTTluozT .image__block {
        margin-bottom: -100px;
    }
}
.cid-szoTTluozT .mbr-text,
.cid-szoTTluozT .mbr-section-btn {
    color: #e0e5ff;
}
.cid-sGnGZFwtlo {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #ffffff;
}
@media (max-width: 991px) {
    .cid-sGnGZFwtlo .mbr-section-title,
    .cid-sGnGZFwtlo .mbr-section-subtitle,
    .cid-sGnGZFwtlo .mbr-section-btn,
    .cid-sGnGZFwtlo .mbr-text {
        text-align: center;
    }
}
.cid-sGnGZFwtlo .mbr-section-title {
    color: #082c4e;
}
.cid-sGnGZFwtlo .mbr-text,
.cid-sGnGZFwtlo .mbr-section-btn {
    color: #525050;
    text-align: left;
}
.cid-sGnGZFwtlo .position {
    margin: 0;
    color: #525050;
}
.cid-sGnGZFwtlo .bottom {
    overflow: visible;
    position: relative;
}
.cid-sGnGZFwtlo .bottom:before {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 25px solid #f9f3f6;
    position: absolute;
    bottom: -1rem;
    left: 1.5rem;
    content: "";
}
.cid-sGnGZFwtlo .pb {
    margin-bottom: 2rem;
}
.cid-sGnGZFwtlo .card-wrapper {
    background: #f9f3f6;
    padding: 1.5rem;
    height: 100%;
    border-radius: 16px;
}
.cid-sGnGZFwtlo .mbr-section-subtitle {
    color: #ffffff;
}
.cid-sGnGZFwtlo .image-wrapper {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 1rem;
    margin-left: 1rem;
}
.cid-sGnGZFwtlo .image-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.cid-sGnGZFwtlo .name {
    color: #4154f1;
}
.cid-sFlDM6cBpr {
    padding-top: 2rem;
    padding-bottom: 4rem;
    background-color: #f8f8ff;
}
.cid-sFlDM6cBpr .title_block {
    margin-bottom: 80px;
}
.cid-sFlDM6cBpr .mbr-section-subtitle {
    margin-bottom: 16px;
    color: #4154f1;
    letter-spacing: 1.6px;
    line-height: 1;
    font-weight: 600;
}
.cid-sFlDM6cBpr .mbr-section-title,
.cid-sFlDM6cBpr .card-title {
    color: #3a448a;
}
.cid-sFlDM6cBpr .card_wrapper {
    height: 100%;
    background: #ffffff;
    padding: 45px 35px;
    box-shadow: 0 20px 60px 0 rgba(0, 11, 40, 0.06);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sFlDM6cBpr .card_wrapper:hover {
    transform: translateY(-16px);
}
.cid-sFlDM6cBpr .card:nth-child(1) .iconfont-wrapper:before {
    background-color: rgba(65, 84, 241, 0.07);
}
.cid-sFlDM6cBpr .card:nth-child(1) .iconfont-wrapper .mbr-iconfont {
    color: #4154f1;
}
.cid-sFlDM6cBpr .card:nth-child(2) .iconfont-wrapper:before {
    background-color: rgba(207, 128, 196, 0.07);
}
.cid-sFlDM6cBpr .card:nth-child(2) .iconfont-wrapper .mbr-iconfont {
    color: #cf80c4;
}
.cid-sFlDM6cBpr .card:nth-child(3) .iconfont-wrapper:before {
    background-color: rgba(84, 97, 188, 0.07);
}
.cid-sFlDM6cBpr .card:nth-child(3) .iconfont-wrapper .mbr-iconfont {
    color: #5461bc;
}
.cid-sFlDM6cBpr .card:nth-child(4) .iconfont-wrapper:before {
    background-color: rgba(175, 184, 206, 0.07);
}
.cid-sFlDM6cBpr .card:nth-child(4) .iconfont-wrapper .mbr-iconfont {
    color: #afb8ce;
}
.cid-sFlDM6cBpr .iconfont-wrapper {
    display: inline-block;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.cid-sFlDM6cBpr .iconfont-wrapper:before {
    top: 0;
    left: 50%;
    bottom: 0;
    z-index: -1;
    content: "";
    width: 60px;
    position: absolute;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-sFlDM6cBpr .iconfont-wrapper .mbr-iconfont {
    height: 75px;
    line-height: 75px;
    font-size: 46px;
    text-align: center;
}
.cid-sFlDM6cBpr .card-title {
    margin-bottom: 20px;
}
.cid-sFlDM6cBpr .card-text {
    margin-bottom: 15px;
    line-height: 1.5;
}
.cid-sFlDM6cBpr .btn_link {
    display: block;
    margin-bottom: 0;
    position: relative;
    font-weight: 700;
}
.cid-sFlDM6cBpr .btn_link span {
    display: inline-block;
    margin-left: 0.25rem;
    font-size: 16px;
    vertical-align: middle;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sFlDM6cBpr .btn_link:hover {
    cursor: pointer;
}
.cid-sFlDM6cBpr .btn_link:hover a {
    color: #4154f1 !important;
}
.cid-sFlDM6cBpr .btn_link:hover span {
    transform: translatex(5px);
}
@media (max-width: 991px) {
    .cid-sFlDM6cBpr .title_block {
        margin-bottom: 40px;
    }
    .cid-sFlDM6cBpr .card {
        text-align: center;
    }
    .cid-sFlDM6cBpr .card_wrapper {
        text-align: center;
        margin-bottom: 30px;
    }
}
.cid-sFlDM6cBpr .mbr-section-title {
    color: #5461bc;
}
.cid-sFlDM6cBpr .card-text,
.cid-sFlDM6cBpr .btn_link {
    color: #525050;
}
.cid-szpBcaMNgP {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}
.cid-szpBcaMNgP .image-wrapper img {
    width: 100%;
    object-fit: cover;
}
.cid-szpBcaMNgP .card-title {
    margin-bottom: 26px;
    color: #3a448a;
}
.cid-szpBcaMNgP .mbr-text {
    margin-bottom: 30px;
}
.cid-szpBcaMNgP .iconfont-wrapper {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border-top-right-radius: 0;
    display: inline-block;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
    background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-szpBcaMNgP .iconfont-wrapper .mbr-iconfont {
    color: #ffffff;
    font-size: 36px;
    line-height: 70px;
}
.cid-szpBcaMNgP .btn_link {
    display: block;
    margin-bottom: 0;
    position: relative;
    font-weight: 700;
}
.cid-szpBcaMNgP .btn_link span {
    display: inline-block;
    margin-left: 0.25rem;
    font-size: 16px;
    vertical-align: middle;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-szpBcaMNgP .btn_link:hover {
    cursor: pointer;
}
.cid-szpBcaMNgP .btn_link:hover a {
    color: #4154f1 !important;
}
.cid-szpBcaMNgP .btn_link:hover span {
    transform: translatex(5px);
}
@media (min-width: 992px) {
    .cid-szpBcaMNgP .text-wrapper {
        padding-right: 0;
        padding-left: 2rem;
    }
}
@media (max-width: 991px) {
    .cid-szpBcaMNgP .text-wrapper {
        text-align: center;
    }
    .cid-szpBcaMNgP .image-wrapper {
        margin-bottom: 40px;
    }
    .cid-szpBcaMNgP .mbr-text {
        margin-bottom: 20px;
    }
    .cid-szpBcaMNgP .iconfont-wrapper {
        margin-bottom: 20px;
    }
}
.cid-szpBcaMNgP .mbr-text,
.cid-szpBcaMNgP .btn_link {
    color: #525050;
}
.cid-szpBgMFag9 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}
.cid-szpBgMFag9 .image-wrapper img {
    width: 100%;
    object-fit: cover;
}
.cid-szpBgMFag9 .card-title {
    margin-bottom: 26px;
    color: #3a448a;
}
.cid-szpBgMFag9 .mbr-text {
    margin-bottom: 30px;
}
.cid-szpBgMFag9 .iconfont-wrapper {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border-top-right-radius: 0;
    display: inline-block;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
    background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-szpBgMFag9 .iconfont-wrapper .mbr-iconfont {
    color: #ffffff;
    font-size: 36px;
    line-height: 70px;
}
.cid-szpBgMFag9 .btn_link {
    display: block;
    margin-bottom: 0;
    position: relative;
    font-weight: 700;
}
.cid-szpBgMFag9 .btn_link span {
    display: inline-block;
    margin-left: 0.25rem;
    font-size: 16px;
    vertical-align: middle;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-szpBgMFag9 .btn_link:hover {
    cursor: pointer;
}
.cid-szpBgMFag9 .btn_link:hover a {
    color: #4154f1 !important;
}
.cid-szpBgMFag9 .btn_link:hover span {
    transform: translatex(5px);
}
@media (min-width: 992px) {
    .cid-szpBgMFag9 .text-wrapper {
        padding-right: 2rem;
    }
}
@media (max-width: 991px) {
    .cid-szpBgMFag9 .text-wrapper {
        text-align: center;
    }
    .cid-szpBgMFag9 .image-wrapper {
        margin-bottom: 40px;
    }
    .cid-szpBgMFag9 .mbr-text {
        margin-bottom: 20px;
    }
    .cid-szpBgMFag9 .iconfont-wrapper {
        margin-bottom: 20px;
    }
}
.cid-szpBgMFag9 .mbr-text,
.cid-szpBgMFag9 .btn_link {
    color: #525050;
}
.cid-szpBhmGxd2 {
    padding-top: 5rem;
    padding-bottom: 4rem;
    background-color: #ffffff;
}
.cid-szpBhmGxd2 .image-wrapper img {
    width: 100%;
    object-fit: cover;
}
.cid-szpBhmGxd2 .card-title {
    margin-bottom: 26px;
    color: #3a448a;
}
.cid-szpBhmGxd2 .mbr-text {
    margin-bottom: 30px;
}
.cid-szpBhmGxd2 .iconfont-wrapper {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border-top-right-radius: 0;
    display: inline-block;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
    background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-szpBhmGxd2 .iconfont-wrapper .mbr-iconfont {
    color: #ffffff;
    font-size: 36px;
    line-height: 70px;
}
.cid-szpBhmGxd2 .btn_link {
    display: block;
    margin-bottom: 0;
    position: relative;
    font-weight: 700;
}
.cid-szpBhmGxd2 .btn_link span {
    display: inline-block;
    margin-left: 0.25rem;
    font-size: 16px;
    vertical-align: middle;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-szpBhmGxd2 .btn_link:hover {
    cursor: pointer;
}
.cid-szpBhmGxd2 .btn_link:hover a {
    color: #4154f1 !important;
}
.cid-szpBhmGxd2 .btn_link:hover span {
    transform: translatex(5px);
}
@media (min-width: 992px) {
    .cid-szpBhmGxd2 .text-wrapper {
        padding-right: 0;
        padding-left: 2rem;
    }
}
@media (max-width: 991px) {
    .cid-szpBhmGxd2 .text-wrapper {
        text-align: center;
    }
    .cid-szpBhmGxd2 .image-wrapper {
        margin-bottom: 40px;
    }
    .cid-szpBhmGxd2 .mbr-text {
        margin-bottom: 20px;
    }
    .cid-szpBhmGxd2 .iconfont-wrapper {
        margin-bottom: 20px;
    }
}
.cid-szpBhmGxd2 .mbr-text,
.cid-szpBhmGxd2 .btn_link {
    color: #525050;
}
.cid-sGo4z2Vabf {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-image: linear-gradient(
        135deg,
        #3a448a 10%,
        #ffbadf 100%
    ) !important;
}
.cid-sH2fxOELxA {
    padding-top: 120px;
    padding-bottom: 45px;
    background-color: #ffffff;
}
@media (max-width: 767px) {
    .cid-sH2fxOELxA .content {
        text-align: center;
    }
    .cid-sH2fxOELxA .content > div:not(:last-child) {
        margin-bottom: 2rem;
    }
}
@media (max-width: 767px) {
    .cid-sH2fxOELxA .media-wrap {
        margin-bottom: 1rem;
    }
}
.cid-sH2fxOELxA .media-wrap .mbr-iconfont-logo {
    font-size: 7.5rem;
    color: #f36;
}
.cid-sH2fxOELxA .media-wrap img {
    height: 6rem;
}
.cid-sH2fxOELxA .mbr-text {
    color: #8d97ad;
}
.cid-sH2fxOELxA .p-title {
    font-size: 17px;
}
.cid-sH2fxOELxA .p-title span {
    color: #111111;
}
.cid-sH2fxOELxA .title-card {
    font-size: 1.3rem;
}
.cid-sH2fxOELxA .social-media ul {
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
}
.cid-sH2fxOELxA .social-media ul li {
    margin-right: 0.5rem;
    display: inline-block;
    margin-bottom: 0.5rem;
}
.cid-sH2fxOELxA .footer-menu {
    margin-bottom: 0;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}
.cid-sH2fxOELxA .footer-menu__item {
    font-size: 18px;
    padding-right: 1.5rem;
}
.cid-sH2fxOELxA .footer-menu__item:last-child {
    padding-right: 0;
}
.cid-sH2fxOELxA .copyright {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.cid-sH2fxOELxA .copyright img {
    margin-right: 10px;
}
.cid-sH2fxOELxA .icon-transition span {
    color: #ffffff;
    display: flex;
    padding: 1rem;
    border-radius: 50%;
    background-color: #8d97ad;
    transition: all 0.3s ease-out 0s;
    font-size: 14px;
}
.cid-sH2fxOELxA .icon-transition span:hover {
    background-color: #ff4f7b;
}
@media (max-width: 767px) {
    .cid-sH2fxOELxA .footer-lower .copyright {
        margin-bottom: 1rem;
        text-align: center;
    }
}
.cid-sH2fxOELxA .footer-lower hr {
    margin: 1rem 0;
    border-color: #efefef;
}
@media (max-width: 767px) {
    .cid-sH2fxOELxA .footer-menu {
        -webkit-justify-content: center;
        justify-content: center;
    }
}
.cid-sH2fxOELxA SPAN {
    color: #4154f1;
}
.cid-sH2fxOELxA H5 {
    color: #3a448a;
}
.cid-sH2eegkuzj {
    z-index: 1000;
    width: 100%;
}
.cid-sH2eegkuzj nav.navbar {
    position: fixed;
}
.cid-sH2eegkuzj .btn {
    box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-sH2eegkuzj .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
    font-family: Moririse2 !important;
    content: "\e909";
    display: inline-block;
    width: 10px;
    position: absolute;
    right: 25px;
    top: 40%;
    margin-right: 0.5rem;
    line-height: 1;
    font-size: 10px;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
}
.cid-sH2eegkuzj .dropdown-toggle:after {
    content: none;
}
@media (min-width: 992px) {
    .cid-sH2eegkuzj .navbar-nav .nav-link:before {
        content: none;
    }
}
.cid-sH2eegkuzj .dropdown-menu {
    padding: 20px 0;
    min-width: 220px;
    box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    display: initial;
}
.cid-sH2eegkuzj .navbar .dropdown.open > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    display: block;
}
.cid-sH2eegkuzj .dropdown-item:hover,
.cid-sH2eegkuzj .dropdown-item:focus {
    background: rgba(65, 84, 241, 0.1) !important;
    color: #4154f1 !important;
}
.cid-sH2eegkuzj .nav-dropdown .link {
    padding: 35px 0 !important;
    margin-right: 40px !important;
}
.cid-sH2eegkuzj .nav-dropdown .nav-item:last-child .link {
    margin-right: 0 !important;
}
.cid-sH2eegkuzj .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    display: none;
}
.cid-sH2eegkuzj .nav-link {
    position: relative;
    line-height: 1;
}
.cid-sH2eegkuzj .nav-link:hover {
    color: #4154f1 !important;
}
.cid-sH2eegkuzj .container {
    display: flex;
    margin: auto;
}
.cid-sH2eegkuzj .iconfont-wrapper {
    color: #051441 !important;
    font-size: 17px;
    margin-right: 20px;
}
.cid-sH2eegkuzj .dropdown-menu,
.cid-sH2eegkuzj .navbar.opened {
    background: #ffffff !important;
}
.cid-sH2eegkuzj .nav-item:focus,
.cid-sH2eegkuzj .nav-link:focus {
    outline: none;
}
.cid-sH2eegkuzj .dropdown .dropdown-menu .dropdown-item {
    width: 100%;
    transition: all 0.25s ease-in-out;
}
.cid-sH2eegkuzj .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
}
.cid-sH2eegkuzj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
    margin-right: 0.5rem;
    vertical-align: sub;
}
.cid-sH2eegkuzj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
    display: inline-block;
    transform: scale(1, 1);
    transition: all 0.25s ease-in-out;
}
.cid-sH2eegkuzj .collapsed .dropdown-menu .dropdown-item:before {
    display: none;
}
.cid-sH2eegkuzj .collapsed .dropdown .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    transition: none;
    margin: 0 !important;
}
.cid-sH2eegkuzj .navbar {
    min-height: 70px;
    transition: all 0.3s;
    box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
    background: #ffffff;
}
.cid-sH2eegkuzj .navbar.navbar-short {
    box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
    min-height: 60px;
}
.cid-sH2eegkuzj .navbar.navbar-short .navbar-logo img {
    height: 2.5rem !important;
}
.cid-sH2eegkuzj .navbar.navbar-short .navbar-brand {
    min-height: 60px;
    padding: 0;
}
.cid-sH2eegkuzj .navbar.opened {
    transition: all 0.3s;
}
.cid-sH2eegkuzj .navbar .dropdown-item {
    padding: 6px 30px;
}
.cid-sH2eegkuzj .navbar .navbar-logo img {
    width: auto;
}
.cid-sH2eegkuzj .navbar .navbar-collapse {
    justify-content: center;
    z-index: 1;
}
.cid-sH2eegkuzj .navbar.collapsed {
    justify-content: center;
}
.cid-sH2eegkuzj .navbar.collapsed .nav-item .nav-link::before {
    display: none;
}
.cid-sH2eegkuzj .navbar.collapsed.opened .dropdown-menu {
    top: 0;
}
@media (min-width: 992px) {
    .cid-sH2eegkuzj
        .navbar.collapsed.opened:not(.navbar-short)
        .navbar-collapse {
        max-height: calc(98.5vh - 4.5rem);
    }
}
.cid-sH2eegkuzj .navbar.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
}
.cid-sH2eegkuzj .navbar.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
}
.cid-sH2eegkuzj
    .navbar.collapsed
    .dropdown-menu
    .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-sH2eegkuzj .navbar.collapsed ul.navbar-nav li {
    margin: auto;
}
.cid-sH2eegkuzj .navbar.collapsed .dropdown-menu .dropdown-item {
    padding: 6px 30px;
    text-align: left;
}
@media (max-width: 991px) {
    .cid-sH2eegkuzj .navbar.opened .dropdown-menu {
        top: 0;
    }
    .cid-sH2eegkuzj .navbar .dropdown-menu {
        display: none;
    }
    .cid-sH2eegkuzj .navbar .dropdown-menu .dropdown-submenu {
        left: 0 !important;
    }
    .cid-sH2eegkuzj .navbar .dropdown-menu .dropdown-item:after {
        right: auto;
    }
    .cid-sH2eegkuzj
        .navbar
        .dropdown-menu
        .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
        display: none;
        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-sH2eegkuzj .navbar .navbar-logo img {
        height: 3rem !important;
    }
    .cid-sH2eegkuzj .navbar ul.navbar-nav {
        padding: 15px;
    }
    .cid-sH2eegkuzj .navbar .dropdown-menu .dropdown-item {
        padding: 6px 30px !important;
        text-align: left;
    }
    .cid-sH2eegkuzj .navbar .navbar-brand {
        flex-shrink: initial;
        flex-basis: auto;
        word-break: break-word;
        padding-right: 2rem;
    }
    .cid-sH2eegkuzj .navbar .navbar-toggler {
        flex-basis: auto;
    }
    .cid-sH2eegkuzj .navbar .navbar-buttons,
    .cid-sH2eegkuzj .navbar .icons-menu {
        display: none;
    }
    .cid-sH2eegkuzj .navbar .nav-dropdown .link {
        margin-right: 0 !important;
        padding-top: 12px !important;
        padding-bottom: 0 !important;
        margin-bottom: 20px !important;
    }
}
.cid-sH2eegkuzj .navbar-brand {
    min-height: 70px;
    flex-shrink: 0;
    align-items: center;
    margin-right: 0;
    padding: 0;
    transition: all 0.3s;
    word-break: break-word;
    z-index: 1;
}
.cid-sH2eegkuzj .navbar-brand .navbar-caption {
    line-height: inherit !important;
}
.cid-sH2eegkuzj .navbar-brand .navbar-logo a {
    outline: none;
}
.cid-sH2eegkuzj .dropdown-item.active,
.cid-sH2eegkuzj .dropdown-item:active {
    background-color: transparent;
}
.cid-sH2eegkuzj .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
}
.cid-sH2eegkuzj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #ffffff;
}
.cid-sH2eegkuzj
    .navbar.navbar-expand-lg
    .dropdown
    .dropdown-menu
    .dropdown-submenu {
    margin: 0;
    left: 100%;
}
.cid-sH2eegkuzj ul.navbar-nav {
    flex-wrap: wrap;
}
.cid-sH2eegkuzj .navbar-buttons {
    text-align: center;
    min-width: 170px;
}
.cid-sH2eegkuzj button.navbar-toggler {
    outline: none;
    width: 31px;
    height: 20px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
}
.cid-sH2eegkuzj button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #6a7c92;
}
.cid-sH2eegkuzj button.navbar-toggler .hamburger span:nth-child(1) {
    top: 0;
    transition: all 0.2s;
}
.cid-sH2eegkuzj button.navbar-toggler .hamburger span:nth-child(2) {
    top: 8px;
    transition: all 0.15s;
}
.cid-sH2eegkuzj button.navbar-toggler .hamburger span:nth-child(3) {
    top: 8px;
    transition: all 0.15s;
}
.cid-sH2eegkuzj button.navbar-toggler .hamburger span:nth-child(4) {
    top: 16px;
    transition: all 0.2s;
}
.cid-sH2eegkuzj nav.opened .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
}
.cid-sH2eegkuzj nav.opened .hamburger span:nth-child(2) {
    transform: rotate(45deg);
    transition: all 0.25s;
}
.cid-sH2eegkuzj nav.opened .hamburger span:nth-child(3) {
    transform: rotate(-45deg);
    transition: all 0.25s;
}
.cid-sH2eegkuzj nav.opened .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
}
.cid-sH2eegkuzj .navbar-dropdown {
    padding: 0 1rem;
    position: fixed;
}
.cid-sH2eegkuzj a.nav-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.cid-sH2eegkuzj .icons-menu {
    flex-wrap: nowrap;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .cid-sH2eegkuzj .navbar {
        height: 70px;
    }
    .cid-sH2eegkuzj .navbar.opened {
        height: auto;
    }
    .cid-sH2eegkuzj .nav-item .nav-link:hover::before {
        width: 175%;
        max-width: calc(100% + 2rem);
        left: -1rem;
    }
}
.cid-sG799Pvs5R {
    overflow: visible;
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-image: url("../../../assets/images/headers-5-2000x650.png");
}
.cid-sG799Pvs5R .mbr-overlay {
    background: #ffffff;
}
.cid-sG799Pvs5R .animation {
    pointer-events: none;
}
.cid-sG799Pvs5R .mbr-section-subtitle {
    margin-bottom: 10px;
}
.cid-sG799Pvs5R .mbr-section-title {
    margin-bottom: 27px;
}
.cid-sG799Pvs5R .mbr-text {
    margin-bottom: 35px;
    line-height: 1.54;
}
@media (max-width: 991px) {
    .cid-sG799Pvs5R .mbr-section-title {
        margin-bottom: 17px;
    }
    .cid-sG799Pvs5R .mbr-text {
        margin-bottom: 20px;
    }
    .cid-sG799Pvs5R .mbr-section-btn {
        margin-bottom: 40px;
    }
    .cid-sG799Pvs5R .image__block {
        margin-bottom: -100px;
    }
}
.cid-sG79lLN37R {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}
.cid-sG79lLN37R .mbr-text {
    color: #525050;
}
.cid-sH2fAPAdCc {
    padding-top: 120px;
    padding-bottom: 45px;
    background-color: #ffffff;
}
@media (max-width: 767px) {
    .cid-sH2fAPAdCc .content {
        text-align: center;
    }
    .cid-sH2fAPAdCc .content > div:not(:last-child) {
        margin-bottom: 2rem;
    }
}
@media (max-width: 767px) {
    .cid-sH2fAPAdCc .media-wrap {
        margin-bottom: 1rem;
    }
}
.cid-sH2fAPAdCc .media-wrap .mbr-iconfont-logo {
    font-size: 7.5rem;
    color: #f36;
}
.cid-sH2fAPAdCc .media-wrap img {
    height: 6rem;
}
.cid-sH2fAPAdCc .mbr-text {
    color: #8d97ad;
}
.cid-sH2fAPAdCc .p-title {
    font-size: 17px;
}
.cid-sH2fAPAdCc .p-title span {
    color: #111111;
}
.cid-sH2fAPAdCc .title-card {
    font-size: 1.3rem;
}
.cid-sH2fAPAdCc .social-media ul {
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
}
.cid-sH2fAPAdCc .social-media ul li {
    margin-right: 0.5rem;
    display: inline-block;
    margin-bottom: 0.5rem;
}
.cid-sH2fAPAdCc .footer-menu {
    margin-bottom: 0;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}
.cid-sH2fAPAdCc .footer-menu__item {
    font-size: 18px;
    padding-right: 1.5rem;
}
.cid-sH2fAPAdCc .footer-menu__item:last-child {
    padding-right: 0;
}
.cid-sH2fAPAdCc .copyright {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.cid-sH2fAPAdCc .copyright img {
    margin-right: 10px;
}
.cid-sH2fAPAdCc .icon-transition span {
    color: #ffffff;
    display: flex;
    padding: 1rem;
    border-radius: 50%;
    background-color: #8d97ad;
    transition: all 0.3s ease-out 0s;
    font-size: 14px;
}
.cid-sH2fAPAdCc .icon-transition span:hover {
    background-color: #ff4f7b;
}
@media (max-width: 767px) {
    .cid-sH2fAPAdCc .footer-lower .copyright {
        margin-bottom: 1rem;
        text-align: center;
    }
}
.cid-sH2fAPAdCc .footer-lower hr {
    margin: 1rem 0;
    border-color: #efefef;
}
@media (max-width: 767px) {
    .cid-sH2fAPAdCc .footer-menu {
        -webkit-justify-content: center;
        justify-content: center;
    }
}
.cid-sH2fAPAdCc SPAN {
    color: #4154f1;
}
.cid-sH2fAPAdCc H5 {
    color: #3a448a;
}
.cid-sH2eegkuzj {
    z-index: 1000;
    width: 100%;
}
.cid-sH2eegkuzj nav.navbar {
    position: fixed;
}
.cid-sH2eegkuzj .btn {
    box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-sH2eegkuzj .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
    font-family: Moririse2 !important;
    content: "\e909";
    display: inline-block;
    width: 10px;
    position: absolute;
    right: 25px;
    top: 40%;
    margin-right: 0.5rem;
    line-height: 1;
    font-size: 10px;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
}
.cid-sH2eegkuzj .dropdown-toggle:after {
    content: none;
}
@media (min-width: 992px) {
    .cid-sH2eegkuzj .navbar-nav .nav-link:before {
        content: none;
    }
}
.cid-sH2eegkuzj .dropdown-menu {
    padding: 20px 0;
    min-width: 220px;
    box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    display: initial;
}
.cid-sH2eegkuzj .navbar .dropdown.open > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    display: block;
}
.cid-sH2eegkuzj .dropdown-item:hover,
.cid-sH2eegkuzj .dropdown-item:focus {
    background: rgba(65, 84, 241, 0.1) !important;
    color: #4154f1 !important;
}
.cid-sH2eegkuzj .nav-dropdown .link {
    padding: 35px 0 !important;
    margin-right: 40px !important;
}
.cid-sH2eegkuzj .nav-dropdown .nav-item:last-child .link {
    margin-right: 0 !important;
}
.cid-sH2eegkuzj .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    display: none;
}
.cid-sH2eegkuzj .nav-link {
    position: relative;
    line-height: 1;
}
.cid-sH2eegkuzj .nav-link:hover {
    color: #4154f1 !important;
}
.cid-sH2eegkuzj .container {
    display: flex;
    margin: auto;
}
.cid-sH2eegkuzj .iconfont-wrapper {
    color: #051441 !important;
    font-size: 17px;
    margin-right: 20px;
}
.cid-sH2eegkuzj .dropdown-menu,
.cid-sH2eegkuzj .navbar.opened {
    background: #ffffff !important;
}
.cid-sH2eegkuzj .nav-item:focus,
.cid-sH2eegkuzj .nav-link:focus {
    outline: none;
}
.cid-sH2eegkuzj .dropdown .dropdown-menu .dropdown-item {
    width: 100%;
    transition: all 0.25s ease-in-out;
}
.cid-sH2eegkuzj .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
}
.cid-sH2eegkuzj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
    margin-right: 0.5rem;
    vertical-align: sub;
}
.cid-sH2eegkuzj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
    display: inline-block;
    transform: scale(1, 1);
    transition: all 0.25s ease-in-out;
}
.cid-sH2eegkuzj .collapsed .dropdown-menu .dropdown-item:before {
    display: none;
}
.cid-sH2eegkuzj .collapsed .dropdown .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    transition: none;
    margin: 0 !important;
}
.cid-sH2eegkuzj .navbar {
    min-height: 70px;
    transition: all 0.3s;
    box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
    background: #ffffff;
}
.cid-sH2eegkuzj .navbar.navbar-short {
    box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
    min-height: 60px;
}
.cid-sH2eegkuzj .navbar.navbar-short .navbar-logo img {
    height: 2.5rem !important;
}
.cid-sH2eegkuzj .navbar.navbar-short .navbar-brand {
    min-height: 60px;
    padding: 0;
}
.cid-sH2eegkuzj .navbar.opened {
    transition: all 0.3s;
}
.cid-sH2eegkuzj .navbar .dropdown-item {
    padding: 6px 30px;
}
.cid-sH2eegkuzj .navbar .navbar-logo img {
    width: auto;
}
.cid-sH2eegkuzj .navbar .navbar-collapse {
    justify-content: center;
    z-index: 1;
}
.cid-sH2eegkuzj .navbar.collapsed {
    justify-content: center;
}
.cid-sH2eegkuzj .navbar.collapsed .nav-item .nav-link::before {
    display: none;
}
.cid-sH2eegkuzj .navbar.collapsed.opened .dropdown-menu {
    top: 0;
}
@media (min-width: 992px) {
    .cid-sH2eegkuzj
        .navbar.collapsed.opened:not(.navbar-short)
        .navbar-collapse {
        max-height: calc(98.5vh - 4.5rem);
    }
}
.cid-sH2eegkuzj .navbar.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
}
.cid-sH2eegkuzj .navbar.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
}
.cid-sH2eegkuzj
    .navbar.collapsed
    .dropdown-menu
    .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-sH2eegkuzj .navbar.collapsed ul.navbar-nav li {
    margin: auto;
}
.cid-sH2eegkuzj .navbar.collapsed .dropdown-menu .dropdown-item {
    padding: 6px 30px;
    text-align: left;
}
@media (max-width: 991px) {
    .cid-sH2eegkuzj .navbar.opened .dropdown-menu {
        top: 0;
    }
    .cid-sH2eegkuzj .navbar .dropdown-menu {
        display: none;
    }
    .cid-sH2eegkuzj .navbar .dropdown-menu .dropdown-submenu {
        left: 0 !important;
    }
    .cid-sH2eegkuzj .navbar .dropdown-menu .dropdown-item:after {
        right: auto;
    }
    .cid-sH2eegkuzj
        .navbar
        .dropdown-menu
        .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
        display: none;
        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-sH2eegkuzj .navbar .navbar-logo img {
        height: 3rem !important;
    }
    .cid-sH2eegkuzj .navbar ul.navbar-nav {
        padding: 15px;
    }
    .cid-sH2eegkuzj .navbar .dropdown-menu .dropdown-item {
        padding: 6px 30px !important;
        text-align: left;
    }
    .cid-sH2eegkuzj .navbar .navbar-brand {
        flex-shrink: initial;
        flex-basis: auto;
        word-break: break-word;
        padding-right: 2rem;
    }
    .cid-sH2eegkuzj .navbar .navbar-toggler {
        flex-basis: auto;
    }
    .cid-sH2eegkuzj .navbar .navbar-buttons,
    .cid-sH2eegkuzj .navbar .icons-menu {
        display: none;
    }
    .cid-sH2eegkuzj .navbar .nav-dropdown .link {
        margin-right: 0 !important;
        padding-top: 12px !important;
        padding-bottom: 0 !important;
        margin-bottom: 20px !important;
    }
}
.cid-sH2eegkuzj .navbar-brand {
    min-height: 70px;
    flex-shrink: 0;
    align-items: center;
    margin-right: 0;
    padding: 0;
    transition: all 0.3s;
    word-break: break-word;
    z-index: 1;
}
.cid-sH2eegkuzj .navbar-brand .navbar-caption {
    line-height: inherit !important;
}
.cid-sH2eegkuzj .navbar-brand .navbar-logo a {
    outline: none;
}
.cid-sH2eegkuzj .dropdown-item.active,
.cid-sH2eegkuzj .dropdown-item:active {
    background-color: transparent;
}
.cid-sH2eegkuzj .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
}
.cid-sH2eegkuzj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #ffffff;
}
.cid-sH2eegkuzj
    .navbar.navbar-expand-lg
    .dropdown
    .dropdown-menu
    .dropdown-submenu {
    margin: 0;
    left: 100%;
}
.cid-sH2eegkuzj ul.navbar-nav {
    flex-wrap: wrap;
}
.cid-sH2eegkuzj .navbar-buttons {
    text-align: center;
    min-width: 170px;
}
.cid-sH2eegkuzj button.navbar-toggler {
    outline: none;
    width: 31px;
    height: 20px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
}
.cid-sH2eegkuzj button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #6a7c92;
}
.cid-sH2eegkuzj button.navbar-toggler .hamburger span:nth-child(1) {
    top: 0;
    transition: all 0.2s;
}
.cid-sH2eegkuzj button.navbar-toggler .hamburger span:nth-child(2) {
    top: 8px;
    transition: all 0.15s;
}
.cid-sH2eegkuzj button.navbar-toggler .hamburger span:nth-child(3) {
    top: 8px;
    transition: all 0.15s;
}
.cid-sH2eegkuzj button.navbar-toggler .hamburger span:nth-child(4) {
    top: 16px;
    transition: all 0.2s;
}
.cid-sH2eegkuzj nav.opened .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
}
.cid-sH2eegkuzj nav.opened .hamburger span:nth-child(2) {
    transform: rotate(45deg);
    transition: all 0.25s;
}
.cid-sH2eegkuzj nav.opened .hamburger span:nth-child(3) {
    transform: rotate(-45deg);
    transition: all 0.25s;
}
.cid-sH2eegkuzj nav.opened .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
}
.cid-sH2eegkuzj .navbar-dropdown {
    padding: 0 1rem;
    position: fixed;
}
.cid-sH2eegkuzj a.nav-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.cid-sH2eegkuzj .icons-menu {
    flex-wrap: nowrap;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .cid-sH2eegkuzj .navbar {
        height: 70px;
    }
    .cid-sH2eegkuzj .navbar.opened {
        height: auto;
    }
    .cid-sH2eegkuzj .nav-item .nav-link:hover::before {
        width: 175%;
        max-width: calc(100% + 2rem);
        left: -1rem;
    }
}
.cid-sG79EeONXl {
    overflow: visible;
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-image: url("../../../assets/images/headers-5-2000x650.png");
}
.cid-sG79EeONXl .mbr-overlay {
    background: #ffffff;
}
.cid-sG79EeONXl .animation {
    pointer-events: none;
}
.cid-sG79EeONXl .mbr-section-subtitle {
    margin-bottom: 10px;
}
.cid-sG79EeONXl .mbr-section-title {
    margin-bottom: 27px;
}
.cid-sG79EeONXl .mbr-text {
    margin-bottom: 35px;
    line-height: 1.54;
}
@media (max-width: 991px) {
    .cid-sG79EeONXl .mbr-section-title {
        margin-bottom: 17px;
    }
    .cid-sG79EeONXl .mbr-text {
        margin-bottom: 20px;
    }
    .cid-sG79EeONXl .mbr-section-btn {
        margin-bottom: 40px;
    }
    .cid-sG79EeONXl .image__block {
        margin-bottom: -100px;
    }
}
.cid-sG79Ef43Ps {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}
.cid-sG79Ef43Ps .mbr-text {
    color: #525050;
}
.cid-sH2fDEsnZQ {
    padding-top: 120px;
    padding-bottom: 45px;
    background-color: #ffffff;
}
@media (max-width: 767px) {
    .cid-sH2fDEsnZQ .content {
        text-align: center;
    }
    .cid-sH2fDEsnZQ .content > div:not(:last-child) {
        margin-bottom: 2rem;
    }
}
@media (max-width: 767px) {
    .cid-sH2fDEsnZQ .media-wrap {
        margin-bottom: 1rem;
    }
}
.cid-sH2fDEsnZQ .media-wrap .mbr-iconfont-logo {
    font-size: 7.5rem;
    color: #f36;
}
.cid-sH2fDEsnZQ .media-wrap img {
    height: 6rem;
}
.cid-sH2fDEsnZQ .mbr-text {
    color: #8d97ad;
}
.cid-sH2fDEsnZQ .p-title {
    font-size: 17px;
}
.cid-sH2fDEsnZQ .p-title span {
    color: #111111;
}
.cid-sH2fDEsnZQ .title-card {
    font-size: 1.3rem;
}
.cid-sH2fDEsnZQ .social-media ul {
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
}
.cid-sH2fDEsnZQ .social-media ul li {
    margin-right: 0.5rem;
    display: inline-block;
    margin-bottom: 0.5rem;
}
.cid-sH2fDEsnZQ .footer-menu {
    margin-bottom: 0;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}
.cid-sH2fDEsnZQ .footer-menu__item {
    font-size: 18px;
    padding-right: 1.5rem;
}
.cid-sH2fDEsnZQ .footer-menu__item:last-child {
    padding-right: 0;
}
.cid-sH2fDEsnZQ .copyright {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.cid-sH2fDEsnZQ .copyright img {
    margin-right: 10px;
}
.cid-sH2fDEsnZQ .icon-transition span {
    color: #ffffff;
    display: flex;
    padding: 1rem;
    border-radius: 50%;
    background-color: #8d97ad;
    transition: all 0.3s ease-out 0s;
    font-size: 14px;
}
.cid-sH2fDEsnZQ .icon-transition span:hover {
    background-color: #ff4f7b;
}
@media (max-width: 767px) {
    .cid-sH2fDEsnZQ .footer-lower .copyright {
        margin-bottom: 1rem;
        text-align: center;
    }
}
.cid-sH2fDEsnZQ .footer-lower hr {
    margin: 1rem 0;
    border-color: #efefef;
}
@media (max-width: 767px) {
    .cid-sH2fDEsnZQ .footer-menu {
        -webkit-justify-content: center;
        justify-content: center;
    }
}
.cid-sH2fDEsnZQ SPAN {
    color: #4154f1;
}
.cid-sH2fDEsnZQ H5 {
    color: #3a448a;
}
.cid-sH2eegkuzj {
    z-index: 1000;
    width: 100%;
}
.cid-sH2eegkuzj nav.navbar {
    position: fixed;
}
.cid-sH2eegkuzj .btn {
    box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-sH2eegkuzj .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
    font-family: Moririse2 !important;
    content: "\e909";
    display: inline-block;
    width: 10px;
    position: absolute;
    right: 25px;
    top: 40%;
    margin-right: 0.5rem;
    line-height: 1;
    font-size: 10px;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
}
.cid-sH2eegkuzj .dropdown-toggle:after {
    content: none;
}
@media (min-width: 992px) {
    .cid-sH2eegkuzj .navbar-nav .nav-link:before {
        content: none;
    }
}
.cid-sH2eegkuzj .dropdown-menu {
    padding: 20px 0;
    min-width: 220px;
    box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    display: initial;
}
.cid-sH2eegkuzj .navbar .dropdown.open > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    display: block;
}
.cid-sH2eegkuzj .dropdown-item:hover,
.cid-sH2eegkuzj .dropdown-item:focus {
    background: rgba(65, 84, 241, 0.1) !important;
    color: #4154f1 !important;
}
.cid-sH2eegkuzj .nav-dropdown .link {
    padding: 35px 0 !important;
    margin-right: 40px !important;
}
.cid-sH2eegkuzj .nav-dropdown .nav-item:last-child .link {
    margin-right: 0 !important;
}
.cid-sH2eegkuzj .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    display: none;
}
.cid-sH2eegkuzj .nav-link {
    position: relative;
    line-height: 1;
}
.cid-sH2eegkuzj .nav-link:hover {
    color: #4154f1 !important;
}
.cid-sH2eegkuzj .container {
    display: flex;
    margin: auto;
}
.cid-sH2eegkuzj .iconfont-wrapper {
    color: #051441 !important;
    font-size: 17px;
    margin-right: 20px;
}
.cid-sH2eegkuzj .dropdown-menu,
.cid-sH2eegkuzj .navbar.opened {
    background: #ffffff !important;
}
.cid-sH2eegkuzj .nav-item:focus,
.cid-sH2eegkuzj .nav-link:focus {
    outline: none;
}
.cid-sH2eegkuzj .dropdown .dropdown-menu .dropdown-item {
    width: 100%;
    transition: all 0.25s ease-in-out;
}
.cid-sH2eegkuzj .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
}
.cid-sH2eegkuzj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
    margin-right: 0.5rem;
    vertical-align: sub;
}
.cid-sH2eegkuzj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
    display: inline-block;
    transform: scale(1, 1);
    transition: all 0.25s ease-in-out;
}
.cid-sH2eegkuzj .collapsed .dropdown-menu .dropdown-item:before {
    display: none;
}
.cid-sH2eegkuzj .collapsed .dropdown .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    transition: none;
    margin: 0 !important;
}
.cid-sH2eegkuzj .navbar {
    min-height: 70px;
    transition: all 0.3s;
    box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
    background: #ffffff;
}
.cid-sH2eegkuzj .navbar.navbar-short {
    box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
    min-height: 60px;
}
.cid-sH2eegkuzj .navbar.navbar-short .navbar-logo img {
    height: 2.5rem !important;
}
.cid-sH2eegkuzj .navbar.navbar-short .navbar-brand {
    min-height: 60px;
    padding: 0;
}
.cid-sH2eegkuzj .navbar.opened {
    transition: all 0.3s;
}
.cid-sH2eegkuzj .navbar .dropdown-item {
    padding: 6px 30px;
}
.cid-sH2eegkuzj .navbar .navbar-logo img {
    width: auto;
}
.cid-sH2eegkuzj .navbar .navbar-collapse {
    justify-content: center;
    z-index: 1;
}
.cid-sH2eegkuzj .navbar.collapsed {
    justify-content: center;
}
.cid-sH2eegkuzj .navbar.collapsed .nav-item .nav-link::before {
    display: none;
}
.cid-sH2eegkuzj .navbar.collapsed.opened .dropdown-menu {
    top: 0;
}
@media (min-width: 992px) {
    .cid-sH2eegkuzj
        .navbar.collapsed.opened:not(.navbar-short)
        .navbar-collapse {
        max-height: calc(98.5vh - 4.5rem);
    }
}
.cid-sH2eegkuzj .navbar.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
}
.cid-sH2eegkuzj .navbar.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
}
.cid-sH2eegkuzj
    .navbar.collapsed
    .dropdown-menu
    .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-sH2eegkuzj .navbar.collapsed ul.navbar-nav li {
    margin: auto;
}
.cid-sH2eegkuzj .navbar.collapsed .dropdown-menu .dropdown-item {
    padding: 6px 30px;
    text-align: left;
}
@media (max-width: 991px) {
    .cid-sH2eegkuzj .navbar.opened .dropdown-menu {
        top: 0;
    }
    .cid-sH2eegkuzj .navbar .dropdown-menu {
        display: none;
    }
    .cid-sH2eegkuzj .navbar .dropdown-menu .dropdown-submenu {
        left: 0 !important;
    }
    .cid-sH2eegkuzj .navbar .dropdown-menu .dropdown-item:after {
        right: auto;
    }
    .cid-sH2eegkuzj
        .navbar
        .dropdown-menu
        .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
        display: none;
        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-sH2eegkuzj .navbar .navbar-logo img {
        height: 3rem !important;
    }
    .cid-sH2eegkuzj .navbar ul.navbar-nav {
        padding: 15px;
    }
    .cid-sH2eegkuzj .navbar .dropdown-menu .dropdown-item {
        padding: 6px 30px !important;
        text-align: left;
    }
    .cid-sH2eegkuzj .navbar .navbar-brand {
        flex-shrink: initial;
        flex-basis: auto;
        word-break: break-word;
        padding-right: 2rem;
    }
    .cid-sH2eegkuzj .navbar .navbar-toggler {
        flex-basis: auto;
    }
    .cid-sH2eegkuzj .navbar .navbar-buttons,
    .cid-sH2eegkuzj .navbar .icons-menu {
        display: none;
    }
    .cid-sH2eegkuzj .navbar .nav-dropdown .link {
        margin-right: 0 !important;
        padding-top: 12px !important;
        padding-bottom: 0 !important;
        margin-bottom: 20px !important;
    }
}
.cid-sH2eegkuzj .navbar-brand {
    min-height: 70px;
    flex-shrink: 0;
    align-items: center;
    margin-right: 0;
    padding: 0;
    transition: all 0.3s;
    word-break: break-word;
    z-index: 1;
}
.cid-sH2eegkuzj .navbar-brand .navbar-caption {
    line-height: inherit !important;
}
.cid-sH2eegkuzj .navbar-brand .navbar-logo a {
    outline: none;
}
.cid-sH2eegkuzj .dropdown-item.active,
.cid-sH2eegkuzj .dropdown-item:active {
    background-color: transparent;
}
.cid-sH2eegkuzj .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
}
.cid-sH2eegkuzj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #ffffff;
}
.cid-sH2eegkuzj
    .navbar.navbar-expand-lg
    .dropdown
    .dropdown-menu
    .dropdown-submenu {
    margin: 0;
    left: 100%;
}
.cid-sH2eegkuzj ul.navbar-nav {
    flex-wrap: wrap;
}
.cid-sH2eegkuzj .navbar-buttons {
    text-align: center;
    min-width: 170px;
}
.cid-sH2eegkuzj button.navbar-toggler {
    outline: none;
    width: 31px;
    height: 20px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
}
.cid-sH2eegkuzj button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #6a7c92;
}
.cid-sH2eegkuzj button.navbar-toggler .hamburger span:nth-child(1) {
    top: 0;
    transition: all 0.2s;
}
.cid-sH2eegkuzj button.navbar-toggler .hamburger span:nth-child(2) {
    top: 8px;
    transition: all 0.15s;
}
.cid-sH2eegkuzj button.navbar-toggler .hamburger span:nth-child(3) {
    top: 8px;
    transition: all 0.15s;
}
.cid-sH2eegkuzj button.navbar-toggler .hamburger span:nth-child(4) {
    top: 16px;
    transition: all 0.2s;
}
.cid-sH2eegkuzj nav.opened .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
}
.cid-sH2eegkuzj nav.opened .hamburger span:nth-child(2) {
    transform: rotate(45deg);
    transition: all 0.25s;
}
.cid-sH2eegkuzj nav.opened .hamburger span:nth-child(3) {
    transform: rotate(-45deg);
    transition: all 0.25s;
}
.cid-sH2eegkuzj nav.opened .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
}
.cid-sH2eegkuzj .navbar-dropdown {
    padding: 0 1rem;
    position: fixed;
}
.cid-sH2eegkuzj a.nav-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.cid-sH2eegkuzj .icons-menu {
    flex-wrap: nowrap;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .cid-sH2eegkuzj .navbar {
        height: 70px;
    }
    .cid-sH2eegkuzj .navbar.opened {
        height: auto;
    }
    .cid-sH2eegkuzj .nav-item .nav-link:hover::before {
        width: 175%;
        max-width: calc(100% + 2rem);
        left: -1rem;
    }
}
.cid-sGW0SgEWRO {
    overflow: visible;
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-image: url("../../../assets/images/headers-5-2000x650.png");
}
.cid-sGW0SgEWRO .mbr-overlay {
    background: #ffffff;
}
.cid-sGW0SgEWRO .animation {
    pointer-events: none;
}
.cid-sGW0SgEWRO .mbr-section-subtitle {
    margin-bottom: 10px;
}
.cid-sGW0SgEWRO .mbr-section-title {
    margin-bottom: 27px;
}
.cid-sGW0SgEWRO .mbr-text {
    margin-bottom: 35px;
    line-height: 1.54;
}
@media (max-width: 991px) {
    .cid-sGW0SgEWRO .mbr-section-title {
        margin-bottom: 17px;
    }
    .cid-sGW0SgEWRO .mbr-text {
        margin-bottom: 20px;
    }
    .cid-sGW0SgEWRO .mbr-section-btn {
        margin-bottom: 40px;
    }
    .cid-sGW0SgEWRO .image__block {
        margin-bottom: -100px;
    }
}
#custom-html-88 {
    /* Type valid CSS here */
}
#custom-html-88 div {
    padding: 80px 0;
    color: #777;
    text-align: center;
}
#custom-html-88 p {
    font-size: 60px;
    color: #777;
}
.cid-sGYP8aqNY5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #ffffff;
}
.cid-sGYP8aqNY5 .mbr-text {
    text-align: center;
}
.cid-sGYPwUHDoZ {
    padding-top: 0rem;
    padding-bottom: 0rem;
    background-color: #ffffff;
}
.cid-sGYPwUHDoZ .mbr-section-title {
    color: #4154f1;
    text-align: center;
}
.cid-sGYS3ObXBc {
    padding-top: 0rem;
    padding-bottom: 0rem;
    background-color: #ffffff;
}
.cid-sGYS3ObXBc .mbr-text {
    color: #1a1a1a;
}
#record {
    /* Type valid CSS here */
}
#record div {
    padding: 80px 0;
    color: #777;
    text-align: center;
}
#record p {
    font-size: 60px;
    color: #777;
}
.cid-sGYSBclWuC {
    padding-top: 3rem;
    padding-bottom: 0rem;
    background-color: #ffffff;
}
.cid-sGYSBclWuC .mbr-text {
    color: #1a1a1a;
}
#customize {
    /* Type valid CSS here */
}
#customize div {
    padding: 80px 0;
    color: #777;
    text-align: center;
}
#customize p {
    font-size: 60px;
    color: #777;
}
.cid-sGYSC9VkkN {
    padding-top: 5rem;
    padding-bottom: 0rem;
    background-color: #ffffff;
}
.cid-sGYSC9VkkN .mbr-text {
    color: #1a1a1a;
}
#share {
    /* Type valid CSS here */
}
#share div {
    padding: 80px 0;
    color: #777;
    text-align: center;
}
#share p {
    font-size: 60px;
    color: #777;
}
.cid-sGYSD2OC5t {
    padding-top: 5rem;
    padding-bottom: 0rem;
    background-color: #ffffff;
}
.cid-sGYSD2OC5t .mbr-text {
    color: #1a1a1a;
}
#measure {
    /* Type valid CSS here */
}
#measure div {
    padding: 80px 0;
    color: #777;
    text-align: center;
}
#measure p {
    font-size: 60px;
    color: #777;
}
.cid-sGW0SmvbWs {
    padding-top: 10rem;
    padding-bottom: 5rem;
    background-color: #3a448a;
}
.cid-sGW0SmvbWs .mbr-overlay {
    background-color: #ffffff;
    opacity: 0.4;
}
.cid-sGW0SmvbWs .signup_wrap {
    padding: 60px 0px;
    background-color: #ffffff;
    box-shadow: 0px 30px 60px 0px rgba(38, 59, 94, 0.1);
}
.cid-sGW0SmvbWs .title_block {
    padding: 0px 65px;
    height: 100%;
    margin-right: -15px;
    border-right: 1px solid #e0e5ff;
}
.cid-sGW0SmvbWs .mbr-section-title {
    color: #3a448a;
    margin-bottom: 60px;
}
.cid-sGW0SmvbWs .mbr-section-subtitle {
    color: #3a448a;
    margin-bottom: 35px;
}
.cid-sGW0SmvbWs .card_body {
    margin-bottom: 40px;
}
.cid-sGW0SmvbWs .card_body .list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cid-sGW0SmvbWs .card_body .list li {
    margin-bottom: 15px;
}
.cid-sGW0SmvbWs .card_body .list li:last-child {
    margin-bottom: 0;
}
.cid-sGW0SmvbWs .card_body .mbr-iconfont {
    margin-right: 20px;
    color: #4154f1;
    font-size: inherit;
}
.cid-sGW0SmvbWs .form_title {
    margin-bottom: 40px;
    margin-left: 15px;
    color: #3a448a;
}
.cid-sGW0SmvbWs .form_wrap {
    padding: 0px 65px;
}
.cid-sGW0SmvbWs .form-group {
    margin-bottom: 30px;
}
.cid-sGW0SmvbWs .form-control-label {
    margin-bottom: 18px;
    color: #3a448a;
    font-weight: 700;
}
.cid-sGW0SmvbWs input.form-control {
    height: 60px;
    padding: 0px 30px;
    border-radius: 45px;
    width: 100%;
    box-shadow: none;
    border: 1px solid #e0e5ff !important;
    background-color: #ffffff;
}
.cid-sGW0SmvbWs form.mbr-form .mbr-section-btn {
    text-align: center;
    width: 100%;
}
.cid-sGW0SmvbWs form.mbr-form .mbr-section-btn .btn {
    line-height: 31.5px !important;
    width: 100%;
}
.cid-sGW0SmvbWs textarea,
.cid-sGW0SmvbWs .jqselect {
    border: 1px solid #e0e5ff !important;
}
@media (max-width: 991px) {
    .cid-sGW0SmvbWs .signup_wrap {
        padding: 50px 0;
    }
    .cid-sGW0SmvbWs .form_wrap,
    .cid-sGW0SmvbWs .title_block {
        padding: 0px 45px;
    }
    .cid-sGW0SmvbWs .mbr-section-title {
        margin-bottom: 40px;
    }
    .cid-sGW0SmvbWs .mbr-section-subtitle {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .cid-sGW0SmvbWs .signup_wrap {
        padding: 15px 30px;
    }
    .cid-sGW0SmvbWs .title_block {
        margin: 0;
        margin-bottom: 50px;
        border-right: 0;
    }
    .cid-sGW0SmvbWs .form_wrap,
    .cid-sGW0SmvbWs .title_block {
        padding: 0;
    }
}
@media (max-width: 567px) {
    .cid-sGW0SmvbWs .signup_wrap {
        padding: 0;
        box-shadow: none;
    }
}
.cid-sH2fkHCong {
    padding-top: 120px;
    padding-bottom: 45px;
    background-color: #ffffff;
}
@media (max-width: 767px) {
    .cid-sH2fkHCong .content {
        text-align: center;
    }
    .cid-sH2fkHCong .content > div:not(:last-child) {
        margin-bottom: 2rem;
    }
}
@media (max-width: 767px) {
    .cid-sH2fkHCong .media-wrap {
        margin-bottom: 1rem;
    }
}
.cid-sH2fkHCong .media-wrap .mbr-iconfont-logo {
    font-size: 7.5rem;
    color: #f36;
}
.cid-sH2fkHCong .media-wrap img {
    height: 6rem;
}
.cid-sH2fkHCong .mbr-text {
    color: #8d97ad;
}
.cid-sH2fkHCong .p-title {
    font-size: 17px;
}
.cid-sH2fkHCong .p-title span {
    color: #111111;
}
.cid-sH2fkHCong .title-card {
    font-size: 1.3rem;
}
.cid-sH2fkHCong .social-media ul {
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
}
.cid-sH2fkHCong .social-media ul li {
    margin-right: 0.5rem;
    display: inline-block;
    margin-bottom: 0.5rem;
}
.cid-sH2fkHCong .footer-menu {
    margin-bottom: 0;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}
.cid-sH2fkHCong .footer-menu__item {
    font-size: 18px;
    padding-right: 1.5rem;
}
.cid-sH2fkHCong .footer-menu__item:last-child {
    padding-right: 0;
}
.cid-sH2fkHCong .copyright {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.cid-sH2fkHCong .copyright img {
    margin-right: 10px;
}
.cid-sH2fkHCong .icon-transition span {
    color: #ffffff;
    display: flex;
    padding: 1rem;
    border-radius: 50%;
    background-color: #8d97ad;
    transition: all 0.3s ease-out 0s;
    font-size: 14px;
}
.cid-sH2fkHCong .icon-transition span:hover {
    background-color: #ff4f7b;
}
@media (max-width: 767px) {
    .cid-sH2fkHCong .footer-lower .copyright {
        margin-bottom: 1rem;
        text-align: center;
    }
}
.cid-sH2fkHCong .footer-lower hr {
    margin: 1rem 0;
    border-color: #efefef;
}
@media (max-width: 767px) {
    .cid-sH2fkHCong .footer-menu {
        -webkit-justify-content: center;
        justify-content: center;
    }
}
.cid-sH2fkHCong SPAN {
    color: #4154f1;
}
.cid-sH2fkHCong H5 {
    color: #3a448a;
}
.cid-sH2eegkuzj {
    z-index: 1000;
    width: 100%;
}
.cid-sH2eegkuzj nav.navbar {
    position: fixed;
}
.cid-sH2eegkuzj .btn {
    box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-sH2eegkuzj .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
    font-family: Moririse2 !important;
    content: "\e909";
    display: inline-block;
    width: 10px;
    position: absolute;
    right: 25px;
    top: 40%;
    margin-right: 0.5rem;
    line-height: 1;
    font-size: 10px;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
}
.cid-sH2eegkuzj .dropdown-toggle:after {
    content: none;
}
@media (min-width: 992px) {
    .cid-sH2eegkuzj .navbar-nav .nav-link:before {
        content: none;
    }
}
.cid-sH2eegkuzj .dropdown-menu {
    padding: 20px 0;
    min-width: 220px;
    box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    display: initial;
}
.cid-sH2eegkuzj .navbar .dropdown.open > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    display: block;
}
.cid-sH2eegkuzj .dropdown-item:hover,
.cid-sH2eegkuzj .dropdown-item:focus {
    background: rgba(65, 84, 241, 0.1) !important;
    color: #4154f1 !important;
}
.cid-sH2eegkuzj .nav-dropdown .link {
    padding: 35px 0 !important;
    margin-right: 40px !important;
}
.cid-sH2eegkuzj .nav-dropdown .nav-item:last-child .link {
    margin-right: 0 !important;
}
.cid-sH2eegkuzj .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    display: none;
}
.cid-sH2eegkuzj .nav-link {
    position: relative;
    line-height: 1;
}
.cid-sH2eegkuzj .nav-link:hover {
    color: #4154f1 !important;
}
.cid-sH2eegkuzj .container {
    display: flex;
    margin: auto;
}
.cid-sH2eegkuzj .iconfont-wrapper {
    color: #051441 !important;
    font-size: 17px;
    margin-right: 20px;
}
.cid-sH2eegkuzj .dropdown-menu,
.cid-sH2eegkuzj .navbar.opened {
    background: #ffffff !important;
}
.cid-sH2eegkuzj .nav-item:focus,
.cid-sH2eegkuzj .nav-link:focus {
    outline: none;
}
.cid-sH2eegkuzj .dropdown .dropdown-menu .dropdown-item {
    width: 100%;
    transition: all 0.25s ease-in-out;
}
.cid-sH2eegkuzj .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
}
.cid-sH2eegkuzj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
    margin-right: 0.5rem;
    vertical-align: sub;
}
.cid-sH2eegkuzj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
    display: inline-block;
    transform: scale(1, 1);
    transition: all 0.25s ease-in-out;
}
.cid-sH2eegkuzj .collapsed .dropdown-menu .dropdown-item:before {
    display: none;
}
.cid-sH2eegkuzj .collapsed .dropdown .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    transition: none;
    margin: 0 !important;
}
.cid-sH2eegkuzj .navbar {
    min-height: 70px;
    transition: all 0.3s;
    box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
    background: #ffffff;
}
.cid-sH2eegkuzj .navbar.navbar-short {
    box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
    min-height: 60px;
}
.cid-sH2eegkuzj .navbar.navbar-short .navbar-logo img {
    height: 2.5rem !important;
}
.cid-sH2eegkuzj .navbar.navbar-short .navbar-brand {
    min-height: 60px;
    padding: 0;
}
.cid-sH2eegkuzj .navbar.opened {
    transition: all 0.3s;
}
.cid-sH2eegkuzj .navbar .dropdown-item {
    padding: 6px 30px;
}
.cid-sH2eegkuzj .navbar .navbar-logo img {
    width: auto;
}
.cid-sH2eegkuzj .navbar .navbar-collapse {
    justify-content: center;
    z-index: 1;
}
.cid-sH2eegkuzj .navbar.collapsed {
    justify-content: center;
}
.cid-sH2eegkuzj .navbar.collapsed .nav-item .nav-link::before {
    display: none;
}
.cid-sH2eegkuzj .navbar.collapsed.opened .dropdown-menu {
    top: 0;
}
@media (min-width: 992px) {
    .cid-sH2eegkuzj
        .navbar.collapsed.opened:not(.navbar-short)
        .navbar-collapse {
        max-height: calc(98.5vh - 4.5rem);
    }
}
.cid-sH2eegkuzj .navbar.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
}
.cid-sH2eegkuzj .navbar.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
}
.cid-sH2eegkuzj
    .navbar.collapsed
    .dropdown-menu
    .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-sH2eegkuzj .navbar.collapsed ul.navbar-nav li {
    margin: auto;
}
.cid-sH2eegkuzj .navbar.collapsed .dropdown-menu .dropdown-item {
    padding: 6px 30px;
    text-align: left;
}
@media (max-width: 991px) {
    .cid-sH2eegkuzj .navbar.opened .dropdown-menu {
        top: 0;
    }
    .cid-sH2eegkuzj .navbar .dropdown-menu {
        display: none;
    }
    .cid-sH2eegkuzj .navbar .dropdown-menu .dropdown-submenu {
        left: 0 !important;
    }
    .cid-sH2eegkuzj .navbar .dropdown-menu .dropdown-item:after {
        right: auto;
    }
    .cid-sH2eegkuzj
        .navbar
        .dropdown-menu
        .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
        display: none;
        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-sH2eegkuzj .navbar .navbar-logo img {
        height: 3rem !important;
    }
    .cid-sH2eegkuzj .navbar ul.navbar-nav {
        padding: 15px;
    }
    .cid-sH2eegkuzj .navbar .dropdown-menu .dropdown-item {
        padding: 6px 30px !important;
        text-align: left;
    }
    .cid-sH2eegkuzj .navbar .navbar-brand {
        flex-shrink: initial;
        flex-basis: auto;
        word-break: break-word;
        padding-right: 2rem;
    }
    .cid-sH2eegkuzj .navbar .navbar-toggler {
        flex-basis: auto;
    }
    .cid-sH2eegkuzj .navbar .navbar-buttons,
    .cid-sH2eegkuzj .navbar .icons-menu {
        display: none;
    }
    .cid-sH2eegkuzj .navbar .nav-dropdown .link {
        margin-right: 0 !important;
        padding-top: 12px !important;
        padding-bottom: 0 !important;
        margin-bottom: 20px !important;
    }
}
.cid-sH2eegkuzj .navbar-brand {
    min-height: 70px;
    flex-shrink: 0;
    align-items: center;
    margin-right: 0;
    padding: 0;
    transition: all 0.3s;
    word-break: break-word;
    z-index: 1;
}
.cid-sH2eegkuzj .navbar-brand .navbar-caption {
    line-height: inherit !important;
}
.cid-sH2eegkuzj .navbar-brand .navbar-logo a {
    outline: none;
}
.cid-sH2eegkuzj .dropdown-item.active,
.cid-sH2eegkuzj .dropdown-item:active {
    background-color: transparent;
}
.cid-sH2eegkuzj .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
}
.cid-sH2eegkuzj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #ffffff;
}
.cid-sH2eegkuzj
    .navbar.navbar-expand-lg
    .dropdown
    .dropdown-menu
    .dropdown-submenu {
    margin: 0;
    left: 100%;
}
.cid-sH2eegkuzj ul.navbar-nav {
    flex-wrap: wrap;
}
.cid-sH2eegkuzj .navbar-buttons {
    text-align: center;
    min-width: 170px;
}
.cid-sH2eegkuzj button.navbar-toggler {
    outline: none;
    width: 31px;
    height: 20px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
}
.cid-sH2eegkuzj button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #6a7c92;
}
.cid-sH2eegkuzj button.navbar-toggler .hamburger span:nth-child(1) {
    top: 0;
    transition: all 0.2s;
}
.cid-sH2eegkuzj button.navbar-toggler .hamburger span:nth-child(2) {
    top: 8px;
    transition: all 0.15s;
}
.cid-sH2eegkuzj button.navbar-toggler .hamburger span:nth-child(3) {
    top: 8px;
    transition: all 0.15s;
}
.cid-sH2eegkuzj button.navbar-toggler .hamburger span:nth-child(4) {
    top: 16px;
    transition: all 0.2s;
}
.cid-sH2eegkuzj nav.opened .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
}
.cid-sH2eegkuzj nav.opened .hamburger span:nth-child(2) {
    transform: rotate(45deg);
    transition: all 0.25s;
}
.cid-sH2eegkuzj nav.opened .hamburger span:nth-child(3) {
    transform: rotate(-45deg);
    transition: all 0.25s;
}
.cid-sH2eegkuzj nav.opened .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
}
.cid-sH2eegkuzj .navbar-dropdown {
    padding: 0 1rem;
    position: fixed;
}
.cid-sH2eegkuzj a.nav-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.cid-sH2eegkuzj .icons-menu {
    flex-wrap: nowrap;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .cid-sH2eegkuzj .navbar {
        height: 70px;
    }
    .cid-sH2eegkuzj .navbar.opened {
        height: auto;
    }
    .cid-sH2eegkuzj .nav-item .nav-link:hover::before {
        width: 175%;
        max-width: calc(100% + 2rem);
        left: -1rem;
    }
}
.cid-sH1JSeXndN {
    overflow: visible;
    padding-top: 10rem;
    padding-bottom: 5rem;
    background-image: url("../../../assets/images/headers-5-2000x650.png");
}
.cid-sH1JSeXndN .mbr-overlay {
    background: #f0a2e5;
}
.cid-sH1JSeXndN .animation {
    pointer-events: none;
}
.cid-sH1JSeXndN .mbr-section-subtitle {
    margin-bottom: 10px;
    color: #a485fd;
}
.cid-sH1JSeXndN .mbr-section-title {
    margin-bottom: 27px;
    color: #ffffff;
}
.cid-sH1JSeXndN .mbr-text {
    margin-bottom: 35px;
    line-height: 1.54;
}
@media (max-width: 991px) {
    .cid-sH1JSeXndN .mbr-section-title {
        margin-bottom: 17px;
    }
    .cid-sH1JSeXndN .mbr-text {
        margin-bottom: 20px;
    }
    .cid-sH1JSeXndN .mbr-section-btn {
        margin-bottom: 40px;
    }
    .cid-sH1JSeXndN .image__block {
        margin-bottom: -100px;
    }
}
.cid-sH1JSeXndN .mbr-text,
.cid-sH1JSeXndN .mbr-section-btn {
    color: #e0e5ff;
}
.cid-sH1JSfotit {
    padding-top: 4rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}
@media (max-width: 991px) {
    .cid-sH1JSfotit .mbr-section-title,
    .cid-sH1JSfotit .mbr-section-subtitle,
    .cid-sH1JSfotit .mbr-section-btn,
    .cid-sH1JSfotit .mbr-text {
        text-align: center;
    }
}
.cid-sH1JSfotit .mbr-section-title {
    color: #082c4e;
}
.cid-sH1JSfotit .mbr-text,
.cid-sH1JSfotit .mbr-section-btn {
    color: #525050;
    text-align: left;
}
.cid-sH1JSfotit .position {
    margin: 0;
    color: #525050;
}
.cid-sH1JSfotit .bottom {
    overflow: visible;
    position: relative;
}
.cid-sH1JSfotit .bottom:before {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 25px solid #f9f3f6;
    position: absolute;
    bottom: -1rem;
    left: 1.5rem;
    content: "";
}
.cid-sH1JSfotit .pb {
    margin-bottom: 2rem;
}
.cid-sH1JSfotit .card-wrapper {
    background: #f9f3f6;
    padding: 1.5rem;
    height: 100%;
    border-radius: 16px;
}
.cid-sH1JSfotit .mbr-section-subtitle {
    color: #ffffff;
}
.cid-sH1JSfotit .image-wrapper {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 1rem;
    margin-left: 1rem;
}
.cid-sH1JSfotit .image-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.cid-sH1JSfotit .name {
    color: #4154f1;
}
.cid-sH7FLkvMSa {
    padding-top: 7rem;
    padding-bottom: 5rem;
    background-color: #f8f8ff;
}
.cid-sH7FLkvMSa .title__block {
    margin-bottom: 30px;
}
.cid-sH7FLkvMSa .mbr-section-title {
    margin-bottom: 20px;
}
.cid-sH7FLkvMSa .mbr-section-subtitle,
.cid-sH7FLkvMSa .card__subtitle {
    opacity: 0.8;
    margin-bottom: 0;
}
.cid-sH7FLkvMSa .divider {
    background-color: #191f23;
    width: 100%;
    height: 1px;
    margin: 20px 0;
    opacity: 0.6;
}
.cid-sH7FLkvMSa .card__wrap {
    margin-bottom: 50px;
    padding: 0 20px;
}
@media (max-width: 767px) {
    .cid-sH7FLkvMSa .card__wrap {
        margin-bottom: 30px;
        padding: 0 15px;
    }
}
.cid-sH7FLkvMSa .card__title {
    margin-bottom: 20px;
    color: #a485fd;
}
.cid-sH7FLkvMSa .mbr-text {
    margin-bottom: 0;
    color: #1a1a1a;
}
.cid-sH7FLkvMSa .mbr-section-title,
.cid-sH7FLkvMSa .mbr-section-btn {
    color: #3a448a;
}
.cid-sH1JSg22nW {
    padding-top: 4rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}
.cid-sH1JSg22nW .image-wrapper img {
    width: 100%;
    object-fit: cover;
}
.cid-sH1JSg22nW .card-title {
    margin-bottom: 26px;
    color: #3a448a;
}
.cid-sH1JSg22nW .mbr-text {
    margin-bottom: 30px;
}
.cid-sH1JSg22nW .iconfont-wrapper {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border-top-right-radius: 0;
    display: inline-block;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
    background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sH1JSg22nW .iconfont-wrapper .mbr-iconfont {
    color: #ffffff;
    font-size: 36px;
    line-height: 70px;
}
.cid-sH1JSg22nW .btn_link {
    display: block;
    margin-bottom: 0;
    position: relative;
    font-weight: 700;
}
.cid-sH1JSg22nW .btn_link span {
    display: inline-block;
    margin-left: 0.25rem;
    font-size: 16px;
    vertical-align: middle;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sH1JSg22nW .btn_link:hover {
    cursor: pointer;
}
.cid-sH1JSg22nW .btn_link:hover a {
    color: #4154f1 !important;
}
.cid-sH1JSg22nW .btn_link:hover span {
    transform: translatex(5px);
}
@media (min-width: 992px) {
    .cid-sH1JSg22nW .text-wrapper {
        padding-right: 0;
        padding-left: 2rem;
    }
}
@media (max-width: 991px) {
    .cid-sH1JSg22nW .text-wrapper {
        text-align: center;
    }
    .cid-sH1JSg22nW .image-wrapper {
        margin-bottom: 40px;
    }
    .cid-sH1JSg22nW .mbr-text {
        margin-bottom: 20px;
    }
    .cid-sH1JSg22nW .iconfont-wrapper {
        margin-bottom: 20px;
    }
}
.cid-sH1JSg22nW .mbr-text,
.cid-sH1JSg22nW .btn_link {
    color: #1a1a1a;
}
.cid-sH1JSgk89q {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}
.cid-sH1JSgk89q .image-wrapper img {
    width: 100%;
    object-fit: cover;
}
.cid-sH1JSgk89q .card-title {
    margin-bottom: 26px;
    color: #3a448a;
}
.cid-sH1JSgk89q .mbr-text {
    margin-bottom: 30px;
}
.cid-sH1JSgk89q .iconfont-wrapper {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border-top-right-radius: 0;
    display: inline-block;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
    background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sH1JSgk89q .iconfont-wrapper .mbr-iconfont {
    color: #ffffff;
    font-size: 36px;
    line-height: 70px;
}
.cid-sH1JSgk89q .btn_link {
    display: block;
    margin-bottom: 0;
    position: relative;
    font-weight: 700;
}
.cid-sH1JSgk89q .btn_link span {
    display: inline-block;
    margin-left: 0.25rem;
    font-size: 16px;
    vertical-align: middle;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sH1JSgk89q .btn_link:hover {
    cursor: pointer;
}
.cid-sH1JSgk89q .btn_link:hover a {
    color: #4154f1 !important;
}
.cid-sH1JSgk89q .btn_link:hover span {
    transform: translatex(5px);
}
@media (min-width: 992px) {
    .cid-sH1JSgk89q .text-wrapper {
        padding-right: 2rem;
    }
}
@media (max-width: 991px) {
    .cid-sH1JSgk89q .text-wrapper {
        text-align: center;
    }
    .cid-sH1JSgk89q .image-wrapper {
        margin-bottom: 40px;
    }
    .cid-sH1JSgk89q .mbr-text {
        margin-bottom: 20px;
    }
    .cid-sH1JSgk89q .iconfont-wrapper {
        margin-bottom: 20px;
    }
}
.cid-sH1JSgk89q .mbr-text,
.cid-sH1JSgk89q .btn_link {
    color: #1a1a1a;
}
.cid-sH1JSgzFAv {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}
.cid-sH1JSgzFAv .image-wrapper img {
    width: 100%;
    object-fit: cover;
}
.cid-sH1JSgzFAv .card-title {
    margin-bottom: 26px;
    color: #3a448a;
}
.cid-sH1JSgzFAv .mbr-text {
    margin-bottom: 30px;
}
.cid-sH1JSgzFAv .iconfont-wrapper {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
    background-image: linear-gradient(40deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sH1JSgzFAv .iconfont-wrapper .mbr-iconfont {
    color: #ffffff;
    font-size: 42px;
    line-height: 80px;
}
.cid-sH1JSgzFAv .btn_link {
    display: block;
    margin-bottom: 0;
    position: relative;
    font-weight: 700;
}
.cid-sH1JSgzFAv .btn_link span {
    display: inline-block;
    margin-left: 0.25rem;
    font-size: 16px;
    vertical-align: middle;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sH1JSgzFAv .btn_link:hover {
    cursor: pointer;
}
.cid-sH1JSgzFAv .btn_link:hover a {
    color: #4154f1 !important;
}
.cid-sH1JSgzFAv .btn_link:hover span {
    transform: translatex(5px);
}
@media (min-width: 992px) {
    .cid-sH1JSgzFAv .text-wrapper {
        padding-right: 0;
        padding-left: 2rem;
    }
}
@media (max-width: 991px) {
    .cid-sH1JSgzFAv .text-wrapper {
        text-align: center;
    }
    .cid-sH1JSgzFAv .image-wrapper {
        margin-bottom: 40px;
    }
    .cid-sH1JSgzFAv .mbr-text {
        margin-bottom: 20px;
    }
    .cid-sH1JSgzFAv .iconfont-wrapper {
        margin-bottom: 20px;
    }
}
.cid-sH1JSgzFAv .mbr-text,
.cid-sH1JSgzFAv .btn_link {
    color: #1a1a1a;
}
.cid-sH1JShP6V4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-image: linear-gradient(
        135deg,
        #3a448a 10%,
        #ffbadf 100%
    ) !important;
}
.cid-sH2frIm9Ac {
    padding-top: 120px;
    padding-bottom: 45px;
    background-color: #ffffff;
}
@media (max-width: 767px) {
    .cid-sH2frIm9Ac .content {
        text-align: center;
    }
    .cid-sH2frIm9Ac .content > div:not(:last-child) {
        margin-bottom: 2rem;
    }
}
@media (max-width: 767px) {
    .cid-sH2frIm9Ac .media-wrap {
        margin-bottom: 1rem;
    }
}
.cid-sH2frIm9Ac .media-wrap .mbr-iconfont-logo {
    font-size: 7.5rem;
    color: #f36;
}
.cid-sH2frIm9Ac .media-wrap img {
    height: 6rem;
}
.cid-sH2frIm9Ac .mbr-text {
    color: #8d97ad;
}
.cid-sH2frIm9Ac .p-title {
    font-size: 17px;
}
.cid-sH2frIm9Ac .p-title span {
    color: #111111;
}
.cid-sH2frIm9Ac .title-card {
    font-size: 1.3rem;
}
.cid-sH2frIm9Ac .social-media ul {
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
}
.cid-sH2frIm9Ac .social-media ul li {
    margin-right: 0.5rem;
    display: inline-block;
    margin-bottom: 0.5rem;
}
.cid-sH2frIm9Ac .footer-menu {
    margin-bottom: 0;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}
.cid-sH2frIm9Ac .footer-menu__item {
    font-size: 18px;
    padding-right: 1.5rem;
}
.cid-sH2frIm9Ac .footer-menu__item:last-child {
    padding-right: 0;
}
.cid-sH2frIm9Ac .copyright {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.cid-sH2frIm9Ac .copyright img {
    margin-right: 10px;
}
.cid-sH2frIm9Ac .icon-transition span {
    color: #ffffff;
    display: flex;
    padding: 1rem;
    border-radius: 50%;
    background-color: #8d97ad;
    transition: all 0.3s ease-out 0s;
    font-size: 14px;
}
.cid-sH2frIm9Ac .icon-transition span:hover {
    background-color: #ff4f7b;
}
@media (max-width: 767px) {
    .cid-sH2frIm9Ac .footer-lower .copyright {
        margin-bottom: 1rem;
        text-align: center;
    }
}
.cid-sH2frIm9Ac .footer-lower hr {
    margin: 1rem 0;
    border-color: #efefef;
}
@media (max-width: 767px) {
    .cid-sH2frIm9Ac .footer-menu {
        -webkit-justify-content: center;
        justify-content: center;
    }
}
.cid-sH2frIm9Ac SPAN {
    color: #4154f1;
}
.cid-sH2frIm9Ac H5 {
    color: #3a448a;
}
.cid-sH2eegkuzj {
    z-index: 1000;
    width: 100%;
}
.cid-sH2eegkuzj nav.navbar {
    position: fixed;
}
.cid-sH2eegkuzj .btn {
    box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-sH2eegkuzj .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
    font-family: Moririse2 !important;
    content: "\e909";
    display: inline-block;
    width: 10px;
    position: absolute;
    right: 25px;
    top: 40%;
    margin-right: 0.5rem;
    line-height: 1;
    font-size: 10px;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
}
.cid-sH2eegkuzj .dropdown-toggle:after {
    content: none;
}
@media (min-width: 992px) {
    .cid-sH2eegkuzj .navbar-nav .nav-link:before {
        content: none;
    }
}
.cid-sH2eegkuzj .dropdown-menu {
    padding: 20px 0;
    min-width: 220px;
    box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    display: initial;
}
.cid-sH2eegkuzj .navbar .dropdown.open > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    display: block;
}
.cid-sH2eegkuzj .dropdown-item:hover,
.cid-sH2eegkuzj .dropdown-item:focus {
    background: rgba(65, 84, 241, 0.1) !important;
    color: #4154f1 !important;
}
.cid-sH2eegkuzj .nav-dropdown .link {
    padding: 35px 0 !important;
    margin-right: 40px !important;
}
.cid-sH2eegkuzj .nav-dropdown .nav-item:last-child .link {
    margin-right: 0 !important;
}
.cid-sH2eegkuzj .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    display: none;
}
.cid-sH2eegkuzj .nav-link {
    position: relative;
    line-height: 1;
}
.cid-sH2eegkuzj .nav-link:hover {
    color: #4154f1 !important;
}
.cid-sH2eegkuzj .container {
    display: flex;
    margin: auto;
}
.cid-sH2eegkuzj .iconfont-wrapper {
    color: #051441 !important;
    font-size: 17px;
    margin-right: 20px;
}
.cid-sH2eegkuzj .dropdown-menu,
.cid-sH2eegkuzj .navbar.opened {
    background: #ffffff !important;
}
.cid-sH2eegkuzj .nav-item:focus,
.cid-sH2eegkuzj .nav-link:focus {
    outline: none;
}
.cid-sH2eegkuzj .dropdown .dropdown-menu .dropdown-item {
    width: 100%;
    transition: all 0.25s ease-in-out;
}
.cid-sH2eegkuzj .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
}
.cid-sH2eegkuzj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
    margin-right: 0.5rem;
    vertical-align: sub;
}
.cid-sH2eegkuzj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
    display: inline-block;
    transform: scale(1, 1);
    transition: all 0.25s ease-in-out;
}
.cid-sH2eegkuzj .collapsed .dropdown-menu .dropdown-item:before {
    display: none;
}
.cid-sH2eegkuzj .collapsed .dropdown .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    transition: none;
    margin: 0 !important;
}
.cid-sH2eegkuzj .navbar {
    min-height: 70px;
    transition: all 0.3s;
    box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
    background: #ffffff;
}
.cid-sH2eegkuzj .navbar.navbar-short {
    box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
    min-height: 60px;
}
.cid-sH2eegkuzj .navbar.navbar-short .navbar-logo img {
    height: 2.5rem !important;
}
.cid-sH2eegkuzj .navbar.navbar-short .navbar-brand {
    min-height: 60px;
    padding: 0;
}
.cid-sH2eegkuzj .navbar.opened {
    transition: all 0.3s;
}
.cid-sH2eegkuzj .navbar .dropdown-item {
    padding: 6px 30px;
}
.cid-sH2eegkuzj .navbar .navbar-logo img {
    width: auto;
}
.cid-sH2eegkuzj .navbar .navbar-collapse {
    justify-content: center;
    z-index: 1;
}
.cid-sH2eegkuzj .navbar.collapsed {
    justify-content: center;
}
.cid-sH2eegkuzj .navbar.collapsed .nav-item .nav-link::before {
    display: none;
}
.cid-sH2eegkuzj .navbar.collapsed.opened .dropdown-menu {
    top: 0;
}
@media (min-width: 992px) {
    .cid-sH2eegkuzj
        .navbar.collapsed.opened:not(.navbar-short)
        .navbar-collapse {
        max-height: calc(98.5vh - 4.5rem);
    }
}
.cid-sH2eegkuzj .navbar.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
}
.cid-sH2eegkuzj .navbar.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
}
.cid-sH2eegkuzj
    .navbar.collapsed
    .dropdown-menu
    .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-sH2eegkuzj .navbar.collapsed ul.navbar-nav li {
    margin: auto;
}
.cid-sH2eegkuzj .navbar.collapsed .dropdown-menu .dropdown-item {
    padding: 6px 30px;
    text-align: left;
}
@media (max-width: 991px) {
    .cid-sH2eegkuzj .navbar.opened .dropdown-menu {
        top: 0;
    }
    .cid-sH2eegkuzj .navbar .dropdown-menu {
        display: none;
    }
    .cid-sH2eegkuzj .navbar .dropdown-menu .dropdown-submenu {
        left: 0 !important;
    }
    .cid-sH2eegkuzj .navbar .dropdown-menu .dropdown-item:after {
        right: auto;
    }
    .cid-sH2eegkuzj
        .navbar
        .dropdown-menu
        .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
        display: none;
        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-sH2eegkuzj .navbar .navbar-logo img {
        height: 3rem !important;
    }
    .cid-sH2eegkuzj .navbar ul.navbar-nav {
        padding: 15px;
    }
    .cid-sH2eegkuzj .navbar .dropdown-menu .dropdown-item {
        padding: 6px 30px !important;
        text-align: left;
    }
    .cid-sH2eegkuzj .navbar .navbar-brand {
        flex-shrink: initial;
        flex-basis: auto;
        word-break: break-word;
        padding-right: 2rem;
    }
    .cid-sH2eegkuzj .navbar .navbar-toggler {
        flex-basis: auto;
    }
    .cid-sH2eegkuzj .navbar .navbar-buttons,
    .cid-sH2eegkuzj .navbar .icons-menu {
        display: none;
    }
    .cid-sH2eegkuzj .navbar .nav-dropdown .link {
        margin-right: 0 !important;
        padding-top: 12px !important;
        padding-bottom: 0 !important;
        margin-bottom: 20px !important;
    }
}
.cid-sH2eegkuzj .navbar-brand {
    min-height: 70px;
    flex-shrink: 0;
    align-items: center;
    margin-right: 0;
    padding: 0;
    transition: all 0.3s;
    word-break: break-word;
    z-index: 1;
}
.cid-sH2eegkuzj .navbar-brand .navbar-caption {
    line-height: inherit !important;
}
.cid-sH2eegkuzj .navbar-brand .navbar-logo a {
    outline: none;
}
.cid-sH2eegkuzj .dropdown-item.active,
.cid-sH2eegkuzj .dropdown-item:active {
    background-color: transparent;
}
.cid-sH2eegkuzj .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
}
.cid-sH2eegkuzj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #ffffff;
}
.cid-sH2eegkuzj
    .navbar.navbar-expand-lg
    .dropdown
    .dropdown-menu
    .dropdown-submenu {
    margin: 0;
    left: 100%;
}
.cid-sH2eegkuzj ul.navbar-nav {
    flex-wrap: wrap;
}
.cid-sH2eegkuzj .navbar-buttons {
    text-align: center;
    min-width: 170px;
}
.cid-sH2eegkuzj button.navbar-toggler {
    outline: none;
    width: 31px;
    height: 20px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
}
.cid-sH2eegkuzj button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #6a7c92;
}
.cid-sH2eegkuzj button.navbar-toggler .hamburger span:nth-child(1) {
    top: 0;
    transition: all 0.2s;
}
.cid-sH2eegkuzj button.navbar-toggler .hamburger span:nth-child(2) {
    top: 8px;
    transition: all 0.15s;
}
.cid-sH2eegkuzj button.navbar-toggler .hamburger span:nth-child(3) {
    top: 8px;
    transition: all 0.15s;
}
.cid-sH2eegkuzj button.navbar-toggler .hamburger span:nth-child(4) {
    top: 16px;
    transition: all 0.2s;
}
.cid-sH2eegkuzj nav.opened .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
}
.cid-sH2eegkuzj nav.opened .hamburger span:nth-child(2) {
    transform: rotate(45deg);
    transition: all 0.25s;
}
.cid-sH2eegkuzj nav.opened .hamburger span:nth-child(3) {
    transform: rotate(-45deg);
    transition: all 0.25s;
}
.cid-sH2eegkuzj nav.opened .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
}
.cid-sH2eegkuzj .navbar-dropdown {
    padding: 0 1rem;
    position: fixed;
}
.cid-sH2eegkuzj a.nav-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.cid-sH2eegkuzj .icons-menu {
    flex-wrap: nowrap;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .cid-sH2eegkuzj .navbar {
        height: 70px;
    }
    .cid-sH2eegkuzj .navbar.opened {
        height: auto;
    }
    .cid-sH2eegkuzj .nav-item .nav-link:hover::before {
        width: 175%;
        max-width: calc(100% + 2rem);
        left: -1rem;
    }
}
