.btn {
    border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
    border-radius: 2rem !important;
}
.video-wrapper {
    overflow: hidden;
}
body {
    font-family: Inter Tight;
}
.display-1 {
    font-family: "Inter Tight", sans-serif;
    font-size: 5rem;
    line-height: 1;
}
.display-1 > .mbr-iconfont {
    font-size: 6.25rem;
}
.display-2 {
    font-family: "Inter Tight", sans-serif;
    font-size: 4rem;
    line-height: 1;
}
.display-2 > .mbr-iconfont {
    font-size: 5rem;
}
.display-4 {
    font-family: "Inter Tight", sans-serif;
    font-size: 1.4rem;
    line-height: 1.5;
}
.display-4 > .mbr-iconfont {
    font-size: 1.75rem;
}
.display-5 {
    font-family: "Inter Tight", sans-serif;
    font-size: 2rem;
    line-height: 1.5;
}
.display-5 > .mbr-iconfont {
    font-size: 2.5rem;
}
.display-7 {
    font-family: "Inter Tight", sans-serif;
    font-size: 1.4rem;
    line-height: 1.3;
}
.display-7 > .mbr-iconfont {
    font-size: 1.75rem;
}
@media (max-width: 992px) {
    .display-1 {
        font-size: 4rem;
    }
}
@media (max-width: 768px) {
    .display-1 {
        font-size: 3.5rem;
        font-size: calc(2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
    }
    .display-2 {
        font-size: 3.2rem;
        font-size: calc(2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
    }
    .display-4 {
        font-size: 1.12rem;
        font-size: calc(1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
    }
    .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.12rem;
        font-size: calc(1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
    }
}
@media (min-width: 992px) and (max-width: 1400px) {
    .display-1 {
        font-size: 3.5rem;
        font-size: calc(2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
        line-height: calc(1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
    }
    .display-2 {
        font-size: 3.2rem;
        font-size: calc(2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
        line-height: calc(1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
    }
    .display-4 {
        font-size: 1.12rem;
        font-size: calc(1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
        line-height: calc(1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
    }
    .display-5 {
        font-size: 1.6rem;
        font-size: calc(1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
        line-height: calc(1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
    }
    .display-7 {
        font-size: 1.12rem;
        font-size: calc(1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
        line-height: calc(1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
    }
}
.btn {
    padding: 1.25rem 2rem;
    border-radius: 4px;
}
@media (max-width: 767px) {
    .btn {
        padding: 0.75rem 1.5rem;
    }
}
.btn-primary,
.btn-primary:active {
    background-color: #164fd3 !important;
    border-color: #164fd3 !important;
    color: #ffffff !important;
    box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
    color: inherit;
    background-color: #326aea !important;
    border-color: #326aea !important;
    box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #ffffff !important;
    background-color: #326aea !important;
    border-color: #326aea !important;
}

.btn-primary-outline,
.btn-primary-outline:active {
    background-color: transparent !important;
    border-color: #164fd3;
    color: #164fd3;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
    color: #0e3284 !important;
    background-color: transparent !important;
    border-color: #0e3284 !important;
    box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
    color: #ffffff !important;
    background-color: #164fd3 !important;
    border-color: #164fd3 !important;
}

.btn-white-outline,
.btn-white-outline:active {
    background-color: transparent !important;
    border-color: #fafafa;
    color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
    color: #cfcfcf !important;
    background-color: transparent !important;
    border-color: #cfcfcf !important;
    box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
    color: #7a7a7a !important;
    background-color: #fafafa !important;
    border-color: #fafafa !important;
}
.text-primary {
    color: #164fd3 !important;
}


.text-black {
    color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
    color: #0c2c77 !important;
}




a.text-black:hover,
a.text-black:focus,
a.text-black.active {
    color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
    transition: 0.2s;
    position: relative;
    background-image: linear-gradient(currentColor 50%, currentColor 50%);
    background-size: 10000px 2px;
    background-repeat: no-repeat;
    background-position: 0 1.2em;
}

.mbr-section-btn .btn:not(.btn-form) {
    border-radius: 100px;
}
a,
a:hover {
    color: #164fd3;
}
blockquote {
    border-color: #164fd3;
}


body {
    overflow-x: hidden;
}
a {
    transition: color 0.6s;
}
@media (max-width: 1400px) {
    .container {
        max-width: 100%;
    }
}
@media (max-width: 1400px) and (min-width: 768px) {
    .container {
        padding-left: 32px;
        padding-right: 32px;
    }
}
@media (max-width: 1400px) and (min-width: 768px) {
    .container-fluid {
        padding-left: 32px;
        padding-right: 32px;
    }
}
@media (max-width: 767px) {
    .container-fluid {
        padding-left: 16px;
        padding-right: 16px;
    }
}
*:focus-visible {
    outline: red solid 2px !important;
    outline-offset: 2px !important;
    transition: outline 0.2s ease-in-out;
}
.cid-tJS6tZXiPa {
    z-index: 1000;
    width: 100%;
    position: relative;
}
.cid-tJS6tZXiPa .dropdown-item:before {
    font-family: Moririse2 !important;
    content: "\e966";
    display: inline-block;
    width: 0;
    position: absolute;
    left: 1rem;
    top: 0.5rem;
    margin-right: 0.5rem;
    line-height: 1;
    font-size: inherit;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    transform: scale(0, 1);
    transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
    .cid-tJS6tZXiPa .navbar-toggler {
        transform: scale(0.8);
    }
}
.cid-tJS6tZXiPa .navbar-brand {
    flex-shrink: 0;
    align-items: center;
    margin-right: 0;
    padding: 10px 0;
    transition: all 0.3s;
    word-break: break-word;
    z-index: 1;
}
.cid-tJS6tZXiPa .navbar-brand img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 0px !important;
}
.cid-tJS6tZXiPa .navbar-brand .navbar-caption {
    line-height: inherit !important;
}
.cid-tJS6tZXiPa .navbar-brand .navbar-logo a {
    outline: none;
}
.cid-tJS6tZXiPa .navbar-nav {
    margin: auto;
    margin-left: 0;
    margin-left: auto;
}
.cid-tJS6tZXiPa .navbar-nav .nav-item {
    padding: 0 !important;
    transition: 0.3s all !important;
}
.cid-tJS6tZXiPa .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
    margin: 0 !important;
    border-radius: 1rem !important;
    transition: 0.3s all !important;
}
.cid-tJS6tZXiPa .navbar-nav .nav-item .nav-link:hover {
    background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJS6tZXiPa .navbar-nav .open .nav-link::after {
    transform: rotate(180deg);
}
@media (min-width: 992px) {
    .cid-tJS6tZXiPa .navbar-nav .open .nav-link::before {
        content: "";
        width: 100%;
        height: 20px;
        top: 100%;
        background: transparent;
        position: absolute;
    }
}
.cid-tJS6tZXiPa .navbar-nav .dropdown-item {
    padding: 12px !important;
    border-radius: 0.5rem !important;
    margin: 0 8px !important;
    transition: 0.3s all !important;
}
.cid-tJS6tZXiPa .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
    .cid-tJS6tZXiPa .navbar-nav {
        padding-left: 1.5rem;
    }
}
.cid-tJS6tZXiPa .nav-link {
    width: fit-content;
    position: relative;
}
.cid-tJS6tZXiPa .navbar-logo {
    padding-left: 2rem;
    margin: 0 !important;
}
@media (max-width: 767px) {
    .cid-tJS6tZXiPa .navbar-logo {
        padding-left: 1rem;
    }
}
.cid-tJS6tZXiPa .navbar-caption {
    padding-left: 1rem;
    padding-right: 0.5rem;
}
@media (max-width: 767px) {
    .cid-tJS6tZXiPa .nav-dropdown {
        padding-bottom: 0.5rem;
    }
}
.cid-tJS6tZXiPa .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    transition: 0.3s all;
}
.cid-tJS6tZXiPa .container {
    display: flex;
    height: 90px;
    padding: 0.5rem 0.6rem;
    flex-wrap: nowrap;
    background: rgba(255, 255, 255, 0.9) !important;
    left: 0;
    right: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100vw;
    margin-top: 1rem;
    background-color: #fff;
    box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
    .cid-tJS6tZXiPa .container {
        padding-right: 2rem;
    }
}
@media (max-width: 767px) {
    .cid-tJS6tZXiPa .container {
        width: 95%;
        height: 56px !important;
        padding-right: 1rem;
        margin-top: 0rem;
    }
}
.cid-tJS6tZXiPa .iconfont-wrapper {
    color: #000000 !important;
    font-size: 1.5rem;
    padding-right: 0.5rem;
}
.cid-tJS6tZXiPa .dropdown-menu {
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 100%;
    padding: 12px 4px !important;
    border-radius: 1.5rem;
    transition: 0.3s all !important;
    min-width: auto;
    background: #fff;
    background: rgba(255, 255, 255, 0.9) !important;
}
.cid-tJS6tZXiPa .nav-item:focus,
.cid-tJS6tZXiPa .nav-link:focus {
    outline: none;
}
.cid-tJS6tZXiPa .dropdown .dropdown-menu .dropdown-item {
    width: auto;
    transition: all 0.25s ease-in-out;
}
.cid-tJS6tZXiPa .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
}
.cid-tJS6tZXiPa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
    margin-right: 0.5rem;
    vertical-align: sub;
}
.cid-tJS6tZXiPa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
    display: inline-block;
    transform: scale(1, 1);
    transition: all 0.25s ease-in-out;
}
.cid-tJS6tZXiPa .collapsed .dropdown-menu .dropdown-item:before {
    display: none;
}
.cid-tJS6tZXiPa .collapsed .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
}
.cid-tJS6tZXiPa .navbar {
    min-height: 90px;
    transition: all 0.3s;
    border-bottom: 1px solid transparent;
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}
.cid-tJS6tZXiPa .navbar.opened {
    transition: all 0.3s;
}
.cid-tJS6tZXiPa .navbar .dropdown-item {
    padding: 0.5rem 1.8rem;
}
.cid-tJS6tZXiPa .navbar .navbar-logo img {
    width: auto;
}
.cid-tJS6tZXiPa .navbar .navbar-collapse {
    z-index: 1;
    justify-content: flex-end;
}
.cid-tJS6tZXiPa .navbar.collapsed {
    justify-content: center;
}
.cid-tJS6tZXiPa .navbar.collapsed .nav-item .nav-link::before {
    display: none;
}
.cid-tJS6tZXiPa .navbar.collapsed.opened .dropdown-menu {
    top: 0;
}
@media (min-width: 992px) {
    .cid-tJS6tZXiPa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
        max-height: calc(98.5vh - 3rem);
    }
}
.cid-tJS6tZXiPa .navbar.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
}
.cid-tJS6tZXiPa .navbar.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
}
.cid-tJS6tZXiPa .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 41%;
}
.cid-tJS6tZXiPa .navbar.collapsed ul.navbar-nav li {
    margin: auto;
}
.cid-tJS6tZXiPa .navbar.collapsed .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
}
.cid-tJS6tZXiPa .navbar.collapsed .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
    .cid-tJS6tZXiPa .navbar {
        min-height: 72px;
    }
    .cid-tJS6tZXiPa .navbar .navbar-logo img {
        height: 2rem !important;
    }
}
@media (max-width: 991px) {
    .cid-tJS6tZXiPa .navbar .nav-item .nav-link::before {
        display: none;
    }
    .cid-tJS6tZXiPa .navbar.opened .dropdown-menu {
        top: 0;
    }
    .cid-tJS6tZXiPa .navbar .dropdown-menu .dropdown-submenu {
        left: 0 !important;
    }
    .cid-tJS6tZXiPa .navbar .dropdown-menu .dropdown-item:after {
        right: auto;
    }
    .cid-tJS6tZXiPa .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
        margin-left: 0.5rem;
        margin-top: 0.2rem;
        border-top: 0.35em solid;
        border-right: 0.35em solid transparent;
        border-left: 0.35em solid transparent;
        border-bottom: 0;
        top: 40%;
    }
    .cid-tJS6tZXiPa .navbar .dropdown-menu .dropdown-item {
        padding: 0.25rem 1.5rem !important;
        text-align: center;
    }
    .cid-tJS6tZXiPa .navbar .navbar-brand {
        flex-shrink: initial;
        flex-basis: auto;
        word-break: break-word;
        padding-right: 10px;
    }
    .cid-tJS6tZXiPa .navbar .navbar-toggler {
        flex-basis: auto;
    }
    .cid-tJS6tZXiPa .navbar .icons-menu {
        padding-left: 0;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}
.cid-tJS6tZXiPa .navbar.navbar-short .navbar-logo img {
    height: 2rem;
}
.cid-tJS6tZXiPa .dropdown-item.active,
.cid-tJS6tZXiPa .dropdown-item:active {
    background-color: transparent;
}
.cid-tJS6tZXiPa .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
}
.cid-tJS6tZXiPa .nav-dropdown .link.dropdown-toggle {
    margin-right: 1.667em;
}
.cid-tJS6tZXiPa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.667em;
}
.cid-tJS6tZXiPa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #fff;
}
.cid-tJS6tZXiPa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
    margin: 0;
    left: 105%;
    transform: none;
    top: -12px;
}
.cid-tJS6tZXiPa .navbar .dropdown.open > .dropdown-menu {
    display: flex;
}
.cid-tJS6tZXiPa ul.navbar-nav {
    flex-wrap: wrap;
}
.cid-tJS6tZXiPa .navbar-buttons {
    text-align: center;
    min-width: 140px;
}
@media (max-width: 992px) {
    .cid-tJS6tZXiPa .navbar-buttons {
        text-align: left;
    }
}
.cid-tJS6tZXiPa button.navbar-toggler {
    outline: none;
    width: 31px;
    height: 20px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
}
.cid-tJS6tZXiPa button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #000;
}
.cid-tJS6tZXiPa button.navbar-toggler .hamburger span:nth-child(1) {
    top: 0;
    transition: all 0.2s;
}
.cid-tJS6tZXiPa button.navbar-toggler .hamburger span:nth-child(2) {
    top: 8px;
    transition: all 0.15s;
}
.cid-tJS6tZXiPa button.navbar-toggler .hamburger span:nth-child(3) {
    top: 8px;
    transition: all 0.15s;
}
.cid-tJS6tZXiPa button.navbar-toggler .hamburger span:nth-child(4) {
    top: 16px;
    transition: all 0.2s;
}
.cid-tJS6tZXiPa nav.opened .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
}
.cid-tJS6tZXiPa nav.opened .hamburger span:nth-child(2) {
    transform: rotate(45deg);
    transition: all 0.25s;
}
.cid-tJS6tZXiPa nav.opened .hamburger span:nth-child(3) {
    transform: rotate(-45deg);
    transition: all 0.25s;
}
.cid-tJS6tZXiPa nav.opened .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
}
.cid-tJS6tZXiPa .navbar-dropdown {
    padding: 0 1rem;
}
.cid-tJS6tZXiPa a.nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cid-tJS6tZXiPa .icons-menu {
    flex-wrap: nowrap;
    display: flex;
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.3rem;
    text-align: center;
}
@media (max-width: 992px) {
    .cid-tJS6tZXiPa .icons-menu {
        justify-content: flex-start;
        margin-bottom: 0.5rem;
    }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .cid-tJS6tZXiPa .navbar {
        height: 70px;
    }
    .cid-tJS6tZXiPa .navbar.opened {
        height: auto;
    }
    .cid-tJS6tZXiPa .nav-item .nav-link:hover::before {
        width: 175%;
        max-width: calc(100% + 2rem);
        left: -1rem;
    }
}
.cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu {
    display: none;
    width: max-content;
    max-width: 500px !important;
    transform: translateX(-50%);
    top: calc(100% + 20px);
    left: 50%;
}
.cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown-item {
    line-height: 1 !important;
}
.cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
}
.cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(-90deg);
}
.cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(0deg);
}
.cid-tJS6tZXiPa .mbr-section-btn {
    margin: -0.6rem -0.6rem;
}
.cid-tJS6tZXiPa .navbar-toggler {
    margin-left: 12px;
    margin-right: 8px;
    order: 1000;
}
@media (max-width: 991px) {
    .cid-tJS6tZXiPa .navbar-brand {
        margin-right: auto;
    }
    .cid-tJS6tZXiPa .navbar-collapse {
        z-index: -1 !important;
        position: absolute;
        top: 110%;
        left: 0;
        width: 100%;
        padding: 1rem;
        border-radius: 1.5rem;
        background: #fff;
        opacity: 1;
        border-color: rgba(255, 255, 255, 0.9) !important;
        background: rgba(255, 255, 255, 0.9) !important;
        backdrop-filter: blur(8px);
    }
    .cid-tJS6tZXiPa .navbar-nav .nav-item .nav-link::after {
        margin-left: 10px;
    }
    .cid-tJS6tZXiPa .navbar-nav .dropdown-item:hover {
        background-color: rgba(27, 31, 10, 0.06);
    }
    .cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu {
        max-width: 100% !important;
        transform: translateX(0);
        top: 10px;
        left: 0;
        padding: 8px !important;
        border-radius: 1rem;
        background-color: rgba(27, 31, 10, 0.04) !important;
    }
    .cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown-item {
        padding: 8px !important;
        line-height: 1 !important;
        margin-bottom: 4px !important;
    }
    .cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
        align-items: center;
        display: flex;
        height: max-content !important;
        min-height: max-content !important;
    }
    .cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
        display: inline-block;
        position: static;
        margin-left: 0.5rem;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        transition: 0.3s all;
        transform: rotate(0deg);
    }
    .cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
        transform: rotate(180deg);
    }
    .cid-tJS6tZXiPa .navbar .dropdown > .dropdown-menu .dropdown-submenu {
        position: static;
        width: 100%;
        max-width: 100% !important;
        transform: translateX(0) !important;
        top: 0;
        left: 0;
        padding: 8px !important;
        border-radius: 1rem;
        background-color: rgba(27, 31, 10, 0.04) !important;
    }
    .cid-tJS6tZXiPa .navbar .dropdown.open > .dropdown-menu {
        display: flex !important;
        flex-direction: column;
        align-items: flex-start;
    }
}
@media (max-width: 575px) {
    .cid-tJS6tZXiPa .navbar-collapse {
        padding: 1rem;
    }
}
.cid-tJS6uM4N87 {
    padding-top: 7rem;
    padding-bottom: 2rem;
    background-color: #edefeb;
}
.cid-tJS6uM4N87 .mbr-fallback-image.disabled {
    display: none;
}
.cid-tJS6uM4N87 .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
}
.cid-tJS6uM4N87 .topbg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: #164fd3;
}
.cid-tJS6uM4N87 .mbr-section-title {
    color: #000;
}
.cid-tJS6uM4N87 .mbr-text,
.cid-tJS6uM4N87 .mbr-section-btn {
    color: #000;
}
.cid-tLAX5BnXkJ {
    display: flex;
    padding-top: 10px;
    padding-bottom: 30px;
    background-color: #164fd3;
}
@media (min-width: 768px) {
    .cid-tLAX5BnXkJ {
        align-items: center;
    }
    .cid-tLAX5BnXkJ .row {
        justify-content: center;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .cid-tLAX5BnXkJ .content-wrap {
        min-width: 50%;
    }
}
@media (max-width: 767px) {
    .cid-tLAX5BnXkJ {
        -webkit-align-items: center;
        align-items: center;
    }
    .cid-tLAX5BnXkJ .mbr-row {
        -webkit-justify-content: center;
        justify-content: center;
    }
    .cid-tLAX5BnXkJ .content-wrap {
        width: 100%;
    }
}
.cid-tLAX5BnXkJ .mbr-section-title {
    text-align: center;
}
.cid-tLAX5BnXkJ .mbr-text,
.cid-tLAX5BnXkJ .mbr-section-btn {
    text-align: center;
}
.cid-tJS9vXDdRK {
    background-color: #fff;
}
.cid-tJS9vXDdRK .mbr-fallback-image.disabled {
    display: none;
}
.cid-tJS9vXDdRK .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
@media (max-width: 991px) {
    .cid-tJS9vXDdRK .image-wrapper {
        margin-bottom: 1rem;
    }
}
.cid-tJS9vXDdRK .row {
    flex-direction: row-reverse;
}
.cid-tJS9vXDdRK .row {
    align-items: center;
}
@media (max-width: 991px) {
    .cid-tJS9vXDdRK .image-wrapper {
        padding: 1rem;
    }
}
@media (min-width: 992px) {
    .cid-tJS9vXDdRK .text-wrapper {
        padding: 0 2rem;
    }
}
.cid-tJS9vXDdRK .mbr-section-title {
    color: #000;
    text-align: center;
}
.cid-tJS9vXDdRK .mbr-text,
.cid-tJS9vXDdRK .mbr-section-btn {
    color: #232323;
}
.cid-uYoEE8xrn2 {
    background-color: #fff;
}
.cid-uYoEE8xrn2 .counter-container ul {
    margin: 0;
    padding-left: 2.25rem;
    list-style: none;
}
.cid-uYoEE8xrn2 .counter-container ul li {
    position: relative;
    list-style: none;
    margin-bottom: 2rem;
}
.cid-uYoEE8xrn2 .counter-container ul li:before {
    position: absolute;
    left: -1.5em;
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    color: #9fe870;
    background-color: #9fe870;
    width: 0.5em;
    height: 0.5em;
    top: 0.4em;
    border-radius: 50%;
}
.cid-uYoG9ojiJB {
    padding-top: 0rem;
    padding-bottom: 5rem;
    background-color: #fff;
}
.cid-uYoG9ojiJB .mbr-text {
    color: #000;
}
.cid-uYoG9ojiJB .mbr-section-subtitle {
    color: #000;
}
.cid-uYoG9ojiJB .mbr-section-title {
    color: #000;
}
.cid-tLek7gQhG7 {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #f7f7f7;
}
.cid-tLek7gQhG7 .mbr-fallback-image.disabled {
    display: none;
}
.cid-tLek7gQhG7 .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.cid-tLek7gQhG7 .item-wrapper {
    display: flex;
    margin-bottom: 2rem;
}
@media (max-width: 767px) {
    .cid-tLek7gQhG7 .item-wrapper {
        margin-bottom: 1rem;
    }
}
.cid-tLek7gQhG7 .img-wrapper {
    width: 10rem;
    padding-right: 2rem;
}
.cid-tLek7gQhG7 .card-text {
    color: #232323;
}
.cid-uYu1rQsA5T {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #fff;
}
.cid-uYu1rQsA5T .mbr-text {
    color: #000;
}
.cid-uYu1rQsA5T .mbr-section-subtitle {
    color: #000;
}
.cid-uYu1rQsA5T .mbr-section-title {
    color: #000;
    text-align: center;
}
.cid-uYoHm8Yy9W {
    padding-top: 0rem;
    padding-bottom: 0rem;
    background-color: #fff;
}
.cid-uYoHm8Yy9W .mbr-text {
    color: #000;
}
.cid-uYoHm8Yy9W .mbr-section-subtitle {
    color: #000;
}
.cid-uYoHm8Yy9W .mbr-section-title {
    color: #000;
    text-align: center;
}
.cid-uYoHndsxDz {
    padding-top: 1rem;
    padding-bottom: 0rem;
    background-color: #fff;
}
.cid-uYoHndsxDz .counter-container ul {
    margin: 0;
    padding-left: 2.25rem;
    list-style: none;
}
.cid-uYoHndsxDz .counter-container ul li {
    position: relative;
    list-style: none;
    margin-bottom: 2rem;
}
.cid-uYoHndsxDz .counter-container ul li:before {
    position: absolute;
    left: -1.5em;
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    color: #9fe870;
    background-color: #9fe870;
    width: 0.5em;
    height: 0.5em;
    top: 0.4em;
    border-radius: 50%;
}
.cid-uYu3Dt7nva {
    background-color: #fff;
}
.cid-uYu3Dt7nva .mbr-text {
    color: #000;
}
.cid-uYu3Dt7nva .mbr-section-subtitle {
    color: #000;
}
.cid-uYu3Dt7nva .mbr-section-title {
    color: #000;
    text-align: center;
}
.cid-uYu3T84zoi {
    padding-top: 0rem;
    padding-bottom: 0rem;
    background-color: #edefeb;
}
.cid-uYu3T84zoi .mbr-fallback-image.disabled {
    display: none;
}
.cid-uYu3T84zoi .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.cid-uYu3T84zoi .card-wrapper {
    background: #fff;
}
@media (max-width: 767px) {
    .cid-uYu3T84zoi .card-wrapper {
        padding: 2rem 1.5rem;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .cid-uYu3T84zoi .card-wrapper {
        padding: 2.25rem;
    }
}
@media (min-width: 992px) {
    .cid-uYu3T84zoi .card-wrapper {
        padding: 4rem;
    }
}
.cid-uYu3T84zoi .mbr-text,
.cid-uYu3T84zoi .mbr-section-btn {
    color: #000;
    text-align: left;
}
.cid-uYu3T84zoi .card-title,
.cid-uYu3T84zoi .card-box {
    text-align: center;
    color: #000;
}
.cid-uYu3T84zoi .counter-container ul {
    margin: 0;
    padding-left: 2.25rem;
    list-style: none;
}
.cid-uYu3T84zoi .counter-container ul li {
    position: relative;
    list-style: none;
    margin-bottom: 2rem;
}
.cid-uYu3T84zoi .counter-container ul li:before {
    position: absolute;
    left: -1.5em;
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    color: #9fe870;
    background-color: #9fe870;
    width: 0.5em;
    height: 0.5em;
    top: 0.4em;
    border-radius: 50%;
}
.cid-uYu3T84zoi .counter-container ol {
    margin-bottom: 0;
    padding-left: 2.25rem;
    counter-reset: myCounter;
}
.cid-uYu3T84zoi .counter-container ol li {
    margin-bottom: 2rem;
    list-style: none;
    position: relative;
}
.cid-uYu3T84zoi .counter-container ol li:before {
    font-weight: 700;
    position: absolute;
    left: -1.5em;
    counter-increment: myCounter;
    content: counter(myCounter);
    transition: all 0.2s;
    color: #9fe870;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cid-uYu3T84zoi .mbr-text UL {
    text-align: left;
}
.cid-uYu3E3Hy3j {
    padding-top: 3rem;
    padding-bottom: 0rem;
    background-color: #fff;
}
.cid-uYu3E3Hy3j .mbr-text {
    color: #000;
}
.cid-uYu3E3Hy3j .mbr-section-subtitle {
    color: #000;
}
.cid-uYu3E3Hy3j .mbr-section-title {
    color: #000;
}
.cid-uYu3ExbBj9 {
    padding-top: 0rem;
    padding-bottom: 3rem;
    background-color: #fff;
}
.cid-uYu3ExbBj9 .mbr-text {
    color: #000;
    text-align: justify;
}
.cid-uYu3ExbBj9 .mbr-section-subtitle {
    color: #000;
}
.cid-uYu3ExbBj9 .mbr-section-title {
    color: #000;
    text-align: center;
}
.cid-uYu3G8tYGs {
    padding-top: 0rem;
    padding-bottom: 0rem;
    background-color: #edefeb;
}
.cid-uYu3G8tYGs .mbr-fallback-image.disabled {
    display: none;
}
.cid-uYu3G8tYGs .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.cid-uYu3G8tYGs .card-wrapper {
    background: #fff;
}
@media (max-width: 767px) {
    .cid-uYu3G8tYGs .card-wrapper {
        padding: 2rem 1.5rem;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .cid-uYu3G8tYGs .card-wrapper {
        padding: 2.25rem;
    }
}
@media (min-width: 992px) {
    .cid-uYu3G8tYGs .card-wrapper {
        padding: 4rem;
    }
}
.cid-uYu3G8tYGs .mbr-text,
.cid-uYu3G8tYGs .mbr-section-btn {
    color: #000;
    text-align: left;
}
.cid-uYu3G8tYGs .card-title,
.cid-uYu3G8tYGs .card-box {
    text-align: center;
    color: #000;
}
.cid-uYu3G8tYGs .counter-container ul {
    margin: 0;
    padding-left: 2.25rem;
    list-style: none;
}
.cid-uYu3G8tYGs .counter-container ul li {
    position: relative;
    list-style: none;
    margin-bottom: 2rem;
}
.cid-uYu3G8tYGs .counter-container ul li:before {
    position: absolute;
    left: -1.5em;
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    color: #9fe870;
    background-color: #9fe870;
    width: 0.5em;
    height: 0.5em;
    top: 0.4em;
    border-radius: 50%;
}
.cid-uYu3G8tYGs .mbr-text UL {
    text-align: left;
}
.cid-uYXzxLGhkJ {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #fff;
}
.cid-uYXzxLGhkJ .mbr-text {
    color: #000;
}
.cid-uYXzxLGhkJ .mbr-section-subtitle {
    color: #000;
}
.cid-uYXzxLGhkJ .mbr-section-title {
    color: #000;
    text-align: center;
}
.cid-uYXAocyQJW {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #edefeb;
}
.cid-uYXAocyQJW .mbr-fallback-image.disabled {
    display: none;
}
.cid-uYXAocyQJW .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.cid-uYXAocyQJW .mbr-text {
    color: #000;
}
.cid-uYXAocyQJW .mbr-section-subtitle {
    color: #fff;
    text-align: left;
}
.cid-uYXAocyQJW .item-wrapper {
    background: #fff;
    padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
    .cid-uYXAocyQJW .item-wrapper {
        padding: 2rem 1.5rem 0.5rem 1.5rem;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .cid-uYXAocyQJW .item-wrapper {
        padding: 2rem 1.5rem 0.5rem 1.5rem;
    }
}
.cid-uYXAocyQJW .main-button {
    margin-bottom: 2rem;
}
@media (max-width: 767px) {
    .cid-uYXAocyQJW .main-button {
        margin-bottom: 2rem;
    }
}
.cid-uYXAocyQJW .counter-container ul {
    margin: 0;
    padding-left: 2.25rem;
    list-style: none;
}
.cid-uYXAocyQJW .counter-container ul li {
    position: relative;
    list-style: none;
    margin-bottom: 2rem;
}
.cid-uYXAocyQJW .counter-container ul li:before {
    position: absolute;
    left: -1.5em;
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    color: #9fe870;
    background-color: #9fe870;
    width: 0.5em;
    height: 0.5em;
    top: 0.4em;
    border-radius: 50%;
}
.cid-uYXAocyQJW .mbr-text UL {
    text-align: left;
}
.cid-uYXAocyQJW .mbr-section-subtitle,
.cid-uYXAocyQJW .main-button {
    color: #000;
}
.cid-uYXAFeoEj6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #edefeb;
}
.cid-uYXAFeoEj6 .mbr-fallback-image.disabled {
    display: none;
}
.cid-uYXAFeoEj6 .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.cid-uYXAFeoEj6 .mbr-text {
    color: #000;
}
.cid-uYXAFeoEj6 .mbr-section-subtitle {
    color: #fff;
    text-align: left;
}
.cid-uYXAFeoEj6 .item-wrapper {
    background: #fff;
    padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
    .cid-uYXAFeoEj6 .item-wrapper {
        padding: 2rem 1.5rem 0.5rem 1.5rem;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .cid-uYXAFeoEj6 .item-wrapper {
        padding: 2rem 1.5rem 0.5rem 1.5rem;
    }
}
.cid-uYXAFeoEj6 .main-button {
    margin-bottom: 2rem;
}
@media (max-width: 767px) {
    .cid-uYXAFeoEj6 .main-button {
        margin-bottom: 2rem;
    }
}
.cid-uYXAFeoEj6 .counter-container ul {
    margin: 0;
    padding-left: 2.25rem;
    list-style: none;
}
.cid-uYXAFeoEj6 .counter-container ul li {
    position: relative;
    list-style: none;
    margin-bottom: 2rem;
}
.cid-uYXAFeoEj6 .counter-container ul li:before {
    position: absolute;
    left: -1.5em;
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    color: #9fe870;
    background-color: #9fe870;
    width: 0.5em;
    height: 0.5em;
    top: 0.4em;
    border-radius: 50%;
}
.cid-uYXAFeoEj6 .mbr-text UL {
    text-align: left;
}
.cid-uYXAFeoEj6 .mbr-section-subtitle,
.cid-uYXAFeoEj6 .main-button {
    color: #000;
}
.cid-uYXB48pm0Q {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #edefeb;
}
.cid-uYXB48pm0Q .mbr-fallback-image.disabled {
    display: none;
}
.cid-uYXB48pm0Q .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.cid-uYXB48pm0Q .mbr-text {
    color: #000;
}
.cid-uYXB48pm0Q .mbr-section-subtitle {
    color: #fff;
    text-align: left;
}
.cid-uYXB48pm0Q .item-wrapper {
    background: #fff;
    padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
    .cid-uYXB48pm0Q .item-wrapper {
        padding: 2rem 1.5rem 0.5rem 1.5rem;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .cid-uYXB48pm0Q .item-wrapper {
        padding: 2rem 1.5rem 0.5rem 1.5rem;
    }
}
.cid-uYXB48pm0Q .main-button {
    margin-bottom: 2rem;
}
@media (max-width: 767px) {
    .cid-uYXB48pm0Q .main-button {
        margin-bottom: 2rem;
    }
}
.cid-uYXB48pm0Q .counter-container ul {
    margin: 0;
    padding-left: 2.25rem;
    list-style: none;
}
.cid-uYXB48pm0Q .counter-container ul li {
    position: relative;
    list-style: none;
    margin-bottom: 2rem;
}
.cid-uYXB48pm0Q .counter-container ul li:before {
    position: absolute;
    left: -1.5em;
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    color: #9fe870;
    background-color: #9fe870;
    width: 0.5em;
    height: 0.5em;
    top: 0.4em;
    border-radius: 50%;
}
.cid-uYXB48pm0Q .mbr-text UL {
    text-align: left;
}
.cid-uYXB48pm0Q .mbr-section-subtitle,
.cid-uYXB48pm0Q .main-button {
    color: #000;
}
.cid-uYXB48pm0Q .mbr-section-title {
    text-align: center;
}
.cid-uYXBTOsw55 {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #fff;
}
.cid-uYXBTOsw55 .mbr-text {
    color: #000;
}
.cid-uYXBTOsw55 .mbr-section-subtitle {
    color: #000;
}
.cid-uYXBTOsw55 .mbr-section-title {
    color: #000;
    text-align: center;
}

.review-card {
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.carousel-control-prev,
.carousel-control-next {
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    margin: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 20px;
    height: 20px;
    background-image: none;
    filter: invert(1);
}

.carousel-control-prev {
    left: -60px;
}

.carousel-control-next {
    right: -60px;
}

@media (max-width: 768px) {
    .carousel-control-prev,
    .carousel-control-next {
        width: 40px;
        height: 40px;
    }

    .carousel-control-prev {
        left: -40px;
    }

    .carousel-control-next {
        right: -40px;
    }

    /* На мобильных устройствах показываем только 1 слайд */
    .carousel-item .row {
        flex-direction: column;
    }
    .carousel-item .col-md-4 {
        width: 100%;
        max-width: 100%;
    }
}
