@font-face {
  font-family: 'Cairo' !important;
  src: url('../../assets/fonts/cairo.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Cairo', sans-serif;
}


.display-1 {
  font-family: 'Cairo', sans-serif;
    font-size: 3.44rem;
    line-height: 60px;
    letter-spacing: 6px;
}

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

.display-2 {
  font-family: 'Cairo', sans-serif;
    font-size: 2rem;
    line-height: 1.16em;
    letter-spacing: .06em;
}

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

.display-4 {
  font-family: 'Cairo', sans-serif;
    font-size: 1.06rem;
    line-height: 1.8;
    letter-spacing: .02em;
}

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

.display-5 {
  font-family: 'Cairo', sans-serif;
    font-size: 1.56rem;
    line-height: 1.44em;
    letter-spacing: .06em;
}

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

.display-7 {
  font-family: 'Cairo', sans-serif;
    font-size: 1.125rem;
    line-height: 1.67;
    letter-spacing: normal;
}

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

/* ---- 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.752rem;
    }
}

@media (max-width: 768px) {
    .display-1 {
        font-size: 2.408rem;
        font-size: calc( 1.8539999999999999rem + (3.44 - 1.8539999999999999) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.1 * (1.8539999999999999rem + (3.44 - 1.8539999999999999) * ((100vw - 20rem) / (48 - 20))));
    }
    .display-2 {
        font-size: 1.6rem;
        font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
    }
    .display-4 {
        font-size: 0.848rem;
        font-size: calc( 1.021rem + (1.06 - 1.021) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1.021rem + (1.06 - 1.021) * ((100vw - 20rem) / (48 - 20))));
    }
    .display-5 {
        font-size: 1.248rem;
        font-size: calc( 1.196rem + (1.56 - 1.196) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1.196rem + (1.56 - 1.196) * ((100vw - 20rem) / (48 - 20))));
    }
    .display-7 {
        font-size: 0.9rem;
        font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
    }
}

/* Buttons */

.btn {
    padding: 0.6rem 1.2rem;
    border-radius: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alert-info {
    background-color: #000000;
}

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

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

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

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

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

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

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

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

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

/* Scroll to top button*/

.scrollToTop_wraper {
    display: none;
}


blockquote {
    border-color: #ffffff;
}

/* Forms */

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

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

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

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

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

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    color: #000000 !important;
    background: #cacaca !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='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

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

body {
    overflow-x: hidden;
}

a {
    transition: color 0.6s;
}

.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
    position: relative;
    display: inline-flex;
    justify-content: center;
    box-shadow: none;
    padding: 10px 70px;
}

@media (max-width: 768px) {
    .mbr-section-btn .btn,
    .mbr-section-btn-main .btn {
        padding: 10px 40px;
    }
}

.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
    box-shadow: none;
}

.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
    border: 2px solid transparent !important;
    outline: 1px solid #ffffff;
    transition: all 0.3s ease-in-out;
}

.mbr-section-btn .btn-primary-outline::after,
.mbr-section-btn-main .btn-primary-outline::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 5px;
    width: 100%;
    background-color: #ffffff;
    transition: all 0.3s ease-in-out;
}

.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
    border: 2px solid transparent !important;
    color: #191919 !important;
    box-shadow: inset 0 -100px 0 0 #ffffff !important;
}

.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
    border: 2px solid transparent !important;
    outline: 1px solid #cacaca;
    transition: all 0.3s ease-in-out;
}

.mbr-section-btn .btn-secondary-outline::after,
.mbr-section-btn-main .btn-secondary-outline::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 5px;
    width: 100%;
    background-color: #cacaca;
    transition: all 0.3s ease-in-out;
}

.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
    border: 2px solid transparent !important;
    color: #000000 !important;
    box-shadow: inset 0 -100px 0 0 #cacaca !important;
}

.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
    border: 2px solid transparent !important;
    outline: 1px solid #6d359d;
    transition: all 0.3s ease-in-out;
}

.mbr-section-btn .btn-success-outline::after,
.mbr-section-btn-main .btn-success-outline::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 5px;
    width: 100%;
    background-color: #6d359d;
    transition: all 0.3s ease-in-out;
}

.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
    border: 2px solid transparent !important;
    color: #ffffff !important;
    box-shadow: inset 0 -100px 0 0 #6d359d !important;
}

.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
    border: 2px solid transparent !important;
    outline: 1px solid #000000;
    transition: all 0.3s ease-in-out;
}

.mbr-section-btn .btn-info-outline::after,
.mbr-section-btn-main .btn-info-outline::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 5px;
    width: 100%;
    background-color: #000000;
    transition: all 0.3s ease-in-out;
}

.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
    border: 2px solid transparent !important;
    color: #ffffff !important;
    box-shadow: inset 0 -100px 0 0 #000000 !important;
}

.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
    border: 2px solid transparent !important;
    outline: 1px solid #d58219;
    transition: all 0.3s ease-in-out;
}

.mbr-section-btn .btn-warning-outline::after,
.mbr-section-btn-main .btn-warning-outline::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 5px;
    width: 100%;
    background-color: #d58219;
    transition: all 0.3s ease-in-out;
}

.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
    border: 2px solid transparent !important;
    color: #ffffff !important;
    box-shadow: inset 0 -100px 0 0 #d58219 !important;
}

.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
    border: 2px solid transparent !important;
    outline: 1px solid #d54f19;
    transition: all 0.3s ease-in-out;
}

.mbr-section-btn .btn-danger-outline::after,
.mbr-section-btn-main .btn-danger-outline::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 5px;
    width: 100%;
    background-color: #d54f19;
    transition: all 0.3s ease-in-out;
}

.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
    border: 2px solid transparent !important;
    color: #ffffff !important;
    box-shadow: inset 0 -100px 0 0 #d54f19 !important;
}

.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
    border: 2px solid transparent !important;
    outline: 1px solid #ffffff;
    transition: all 0.3s ease-in-out;
}

.mbr-section-btn .btn-white-outline::after,
.mbr-section-btn-main .btn-white-outline::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 5px;
    width: 100%;
    background-color: #ffffff;
    transition: all 0.3s ease-in-out;
}

.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus {
    border: 2px solid transparent !important;
    color: #000000;
    box-shadow: inset 0 -100px 0 0 #ffffff !important;
}

.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline {
    border: 2px solid transparent !important;
    outline: 1px solid #000000;
    transition: all 0.3s ease-in-out;
}

.mbr-section-btn .btn-black-outline::after,
.mbr-section-btn-main .btn-black-outline::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 5px;
    width: 100%;
    background-color: #000000;
    transition: all 0.3s ease-in-out;
}

.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus {
    border: 2px solid transparent !important;
    color: #ffffff;
    box-shadow: inset 0 -100px 0 0 #000000 !important;
}

.cid-tCxUOX8jtp .navbar-dropdown {
    background-color: #000000 !important;
    padding: 0;
}

.cid-tCxUOX8jtp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background-color: #000000 !important;
    background: #000000;
}

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

.cid-tCxUOX8jtp .menu_box {
    flex-wrap: nowrap;
}

@media (max-width: 991px) {
    .cid-tCxUOX8jtp .menu_box {
        flex-direction: column;
        align-items: flex-start;
    }
    .cid-tCxUOX8jtp .menu_box .navbar.opened,
    .cid-tCxUOX8jtp .menu_box .navbar-collapse {
        background-color: #000000 !important;
        transition: all 0s ease 0s;
    }
}

.cid-tCxUOX8jtp .navbar-dropdown {
    position: relative !important;
}

.cid-tCxUOX8jtp .icons-menu-main {
    display: none;
}

@media (max-width: 991px) {
    .cid-tCxUOX8jtp .icons-menu-main {
        max-width: 100%;
        margin: 1rem 0 1rem 1rem;
        display: flex;
    }
}

.cid-tCxUOX8jtp .mbr-section-btn-main {
    display: none;
}

@media (max-width: 991px) {
    .cid-tCxUOX8jtp .mbr-section-btn-main {
        margin-top: 1rem;
        display: block;
    }
}

.cid-tCxUOX8jtp .btn {
    min-height: auto;
    box-shadow: none;
    margin-top: 0;
}

.cid-tCxUOX8jtp .btn:hover {
    box-shadow: none;
}

@media (min-width: 992px) {
    .cid-tCxUOX8jtp .offcanvas {
        padding: 12rem 64px 0;
        width: 50%;
        background-color: #000000;
    }
    .cid-tCxUOX8jtp .offcanvas_image img {
        width: auto;
        object-fit: cover;
        display: inline-block;
    }
    .cid-tCxUOX8jtp .offcanvas-header {
        position: relative;
        padding: 0;
    }
    .cid-tCxUOX8jtp .offcanvas-header .btn-close {
        position: absolute;
        top: -70px;
        right: 0;
        width: 35px;
        height: 30px;
    }
    .cid-tCxUOX8jtp .offcanvas-body {
        text-align: center;
        padding: 0;
    }
    .cid-tCxUOX8jtp .offcanvas-body .mbr-text,
    .cid-tCxUOX8jtp .offcanvas-body .mbr-section-subtitle {
        margin-bottom: 32px;
    }
    .cid-tCxUOX8jtp .offcanvas-body .offcanvas_contact {
        margin: 0;
    }
    .cid-tCxUOX8jtp .offcanvas_box button.btn_offcanvas {
        outline: none;
        width: 40px;
        height: 40px;
        cursor: pointer;
        transition: all 0.2s;
        position: relative;
        align-self: center;
    }
    .cid-tCxUOX8jtp .offcanvas_box button.btn_offcanvas .hamburger span {
        position: absolute;
        right: 0;
        width: 40px;
        height: 2px;
        border-right: 5px;
        background-color: #ffffff;
    }
    .cid-tCxUOX8jtp .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
        top: 18px;
        transition: all 0.2s;
    }
    .cid-tCxUOX8jtp .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
        top: 25px;
        transition: all 0.2s;
    }
    .cid-tCxUOX8jtp .offcanvas_box button.btn_offcanvas:hover .hamburger span {
        width: 36px;
    }
    .cid-tCxUOX8jtp .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
        width: 33px;
        transition-delay: 0.2s;
    }
    .cid-tCxUOX8jtp ul.navbar-nav {
        padding-bottom: 1.5rem;
    }
    .cid-tCxUOX8jtp .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
    .cid-tCxUOX8jtp .link.dropdown-toggle::after {
        display: inline-block;
        width: 7px;
        height: 7px;
        margin-left: .5rem;
        margin-bottom: 2px;
        content: "";
        border: 2px solid;
        border-left: none;
        border-top: none;
        transform: rotate(-45deg);
    }
    .cid-tCxUOX8jtp .link.dropdown-toggle::after {
        padding: 0 !important;
        transform: rotate(45deg);
    }
    .cid-tCxUOX8jtp li.nav-item {
        position: relative;
        display: inline-block;
        padding: 1px 7px !important;
        vertical-align: middle;
        line-height: 2em !important;
        font-weight: 600 !important;
        text-decoration: none;
        letter-spacing: 0 !important;
        z-index: 1;
    }
    .cid-tCxUOX8jtp .lg_brand {
        margin: 0 1rem;
    }
}

.cid-tCxUOX8jtp .nav-item {
    margin: 4px 15px;
}

@media (min-width: 1200px) {
    .cid-tCxUOX8jtp .nav-item {
        margin: 4px 20px;
    }
}

@media (max-width: 991px) {
    .cid-tCxUOX8jtp .nav-item {
        margin: 0 !important;
    }
}

.cid-tCxUOX8jtp .nav-item .nav-link {
    position: relative;
}

.cid-tCxUOX8jtp .nav-item .nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 5px;
    background-color: #ffffff;
    transition: all 0.3s ease-out;
}

.cid-tCxUOX8jtp .nav-item .nav-link:hover,
.cid-tCxUOX8jtp .nav-item .nav-link:focus {
    opacity: 1;
    color: #ffffff !important;
}

.cid-tCxUOX8jtp .nav-item .nav-link:hover::before,
.cid-tCxUOX8jtp .nav-item .nav-link:focus::before {
    width: 100%;
}

.cid-tCxUOX8jtp .dropdown-menu {
    border-radius: 0;
    box-shadow: none;
    text-align: left;
}

@media (min-width: 992px) {
    .cid-tCxUOX8jtp .dropdown-menu {
        padding: 18px 34px 22px;
        min-width: 250px;
        top: auto !important;
        left: -40px !important;
    }
    .cid-tCxUOX8jtp .dropdown-menu.dropdown-submenu {
        left: 215px !important;
        top: -45% !important;
    }
}

@media (max-width: 991px) {
    .cid-tCxUOX8jtp .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
    .cid-tCxUOX8jtp .link.dropdown-toggle::after {
        display: inline-block;
        width: 7px;
        height: 7px;
        margin-left: .5rem;
        margin-bottom: 2px;
        content: "";
        border: 2px solid;
        border-left: none;
        border-top: none;
        transform: rotate(-45deg);
        right: 15px;
        position: absolute;
        margin-top: -2px;
    }
    .cid-tCxUOX8jtp .show.dropdown-toggle[aria-expanded="true"]::after {
        transform: rotate(45deg);
        margin-top: -4px;
    }
    .cid-tCxUOX8jtp .offcanvas_box {
        display: none;
    }
}

.cid-tCxUOX8jtp .dropdown-item {
    border: none;
    font-weight: 300 !important;
}

.cid-tCxUOX8jtp .nav-dropdown .link {
    font-weight: 300 !important;
    padding: 0 !important;
    margin: 0 !important;
}

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

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

.cid-tCxUOX8jtp .iconfont-wrapper {
    color: #ffffff;
    font-size: 17px;
    margin-right: 10px;
    margin-bottom: 5px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease-in-out;
}

.cid-tCxUOX8jtp .iconfont-wrapper:last-child {
    margin-right: 0;
}

.cid-tCxUOX8jtp .iconfont-wrapper:hover {
    opacity: .5;
}

.cid-tCxUOX8jtp .navbar-caption {
    color: #ffffff;
}

.cid-tCxUOX8jtp .navbar-nav {
    margin: 0 1rem;
}

@media (min-width: 992px) {
    .cid-tCxUOX8jtp .navbar-nav {
        margin: 0;
    }
}

.cid-tCxUOX8jtp .dropdown-menu,
.cid-tCxUOX8jtp .navbar.opened {
    background-color: false !important;
}

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

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

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

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

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

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

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

.cid-tCxUOX8jtp .navbar {
    min-height: 70px;
    padding: 20px 0;
    transition: all 0.3s;
    border-bottom-width: 0;
}

@media (max-width: 992px) {
    .cid-tCxUOX8jtp .navbar {
        min-height: 30px;
        max-height: none;
    }
}

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

.cid-tCxUOX8jtp .navbar .dropdown-item {
    padding: 0;
    margin: 8px 0;
}

.cid-tCxUOX8jtp .navbar .navbar-logo img {
    max-width: 50px;
    max-height: 50px;
    object-fit: contain;
}

.cid-tCxUOX8jtp .navbar .navbar-collapse {
    justify-content: center;
    z-index: 1;
}

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

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

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

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

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

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

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

.cid-tCxUOX8jtp .navbar.collapsed .icons-menu {
    padding: 0;
}

@media (max-width: 991px) {
    .cid-tCxUOX8jtp .navbar .nav-item {
        padding: .5rem 0;
    }
    .cid-tCxUOX8jtp .navbar .navbar-collapse {
        padding: 34px 0;
        border-radius: 25px;
    }
    .cid-tCxUOX8jtp .navbar .nav-item .nav-link::before {
        display: none;
    }
    .cid-tCxUOX8jtp .navbar.opened .dropdown-menu {
        top: 0;
    }
    .cid-tCxUOX8jtp .navbar .dropdown-menu {
        padding: 6px 0 6px 15px;
    }
    .cid-tCxUOX8jtp .navbar .dropdown-menu .dropdown-submenu {
        left: 0 !important;
    }
    .cid-tCxUOX8jtp .navbar .dropdown-menu .dropdown-item:after {
        right: auto;
        margin-top: -0.4rem;
    }
    .cid-tCxUOX8jtp .navbar .navbar-logo img {
        height: 3rem !important;
    }
    .cid-tCxUOX8jtp .navbar ul.navbar-nav {
        overflow: hidden;
    }
    .cid-tCxUOX8jtp .navbar ul.navbar-nav li {
        margin: 0;
    }
    .cid-tCxUOX8jtp .navbar .dropdown-menu .dropdown-item {
        padding: 0 !important;
        margin: 0;
        margin-top: 8px;
        text-align: left;
    }
    .cid-tCxUOX8jtp .navbar .navbar-brand {
        flex-shrink: initial;
        flex-basis: auto;
        word-break: break-word;
        padding-right: 0;
        width: 100%;
        justify-content: space-between;
    }
    .cid-tCxUOX8jtp .navbar .navbar-toggler {
        flex-basis: auto;
    }
    .cid-tCxUOX8jtp .navbar .icons-menu {
        padding: 0;
    }
}

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

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

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

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

.cid-tCxUOX8jtp .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-weight: 400;
}

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

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

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

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

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

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

.cid-tCxUOX8jtp ul.navbar-nav {
    flex-wrap: wrap;
    padding: 0;
}

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

.cid-tCxUOX8jtp button.navbar-toggler {
    outline: none;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #000000;
    background: #000000;
}

.cid-tCxUOX8jtp button.navbar-toggler .hamburger span {
    position: absolute;
    right: 10px;
    margin-top: 14px;
    width: 26px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

.cid-tCxUOX8jtp .icons-menu {
    flex-wrap: nowrap;
    display: flex;
    justify-content: center;
    padding: 0;
    text-align: center;
    margin-bottom: 35px;
}

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

.cid-tCxUOX8jtp .navbar-dropdown .navbar-logo {
    margin-right: 15px;
}

@media (min-width: 768px) {
    .cid-tCxUOX8jtp .container-fluid {
        padding-left: 120px;
        padding-right: 120px;
    }
}

.cid-tCxUOX8jtp .mbr-section-btn-main {
    padding-top: 5px;
}

.cid-tCxUOX8jtp .mbr-section-btn-main .btn {
    margin: 0 4px 4px 4px;
    min-width: 145px;
}

@media (max-width: 992px) {
    .cid-tCxUOX8jtp .mbr-section-btn-main .btn {
        margin: 0 16px 4px;
    }
}

@media (max-width: 1400px) {
    .cid-tCxUOX8jtp .mbr-section-btn-main .btn {
        padding: 10px 20px;
    }
}

.cid-tCxUOX8jtp .navbar-caption:hover {
    color: #ffffff;
}

@media (min-width: 992px) {
    .cid-tCxUOX8jtp .dropdown-menu.dropdown-submenu {
        left: 175px !important;
        top: -45% !important;
    }
}

.cid-tCxUOX8jtp .text_widget {
    margin-bottom: 32px;
}

.cid-tCxUOX8jtp .text_widget a {
    transition: all 0.3s ease-out;
}

.cid-tCxUOX8jtp .text_widget a:hover {
    color: #ffffff !important;
}

.cid-tCxUOX8jtp .mbr-section-subtitle {
    color: #ffffff;
    text-align: center;
}

.cid-tCxUOX8jtp .mbr-text {
    color: #ffffff;
    text-align: center;
}

.cid-tCxUOX8jtp .mbr-section-subtitle,
.cid-tCxUOX8jtp .text_widget,
.cid-tCxUOX8jtp .mbr-section-btn {
    text-align: center;
}

.cid-tCxUOX8jtp a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
    background-image: none;
}

.cid-tCxUP7W3S9 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-image: url("../../../assets/images/background2.jpg");
}

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

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

.cid-tCxUP7W3S9 .container-fluid {
    padding: 0 120px;
}

@media (max-width: 768px) {
    .cid-tCxUP7W3S9 .container-fluid {
        padding: 0 26px;
    }
}

@media (max-width: 768px) {
    .cid-tCxUP7W3S9 .container {
        padding: 0 26px;
    }
}

.cid-tCxUP7W3S9 .title-wrapper {
    padding-top: 35%;
}

.cid-tCxUP7W3S9 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
}

.cid-tCxUP7W3S9 .title-wrapper .mbr-section-btn {
    margin-bottom: 18px;
}

.cid-tCxUP7W3S9 .title-wrapper .icon-wrapper a {
    display: inline-flex;
}

.cid-tCxUP7W3S9 .title-wrapper .icon-wrapper a:hover {
    transform: translateY(10px);
    transition: all 0.3s ease-in-out;
}

.cid-tCxUP7W3S9 .title-wrapper .icon-wrapper a .mbr-iconfont {
    font-size: 40px;
    color: #ffffff;
}

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

.cid-tCxUP7W3S9 .mbr-text {
    color: #ffffff;
}

.cid-tCxUP7W3S9 .mbr-section-title,
.cid-tCxUP7W3S9 .icon-wrapper,
.cid-tCxUP7W3S9 .mbr-section-btn {
    text-align: center;
}

.cid-tCxUXzMBsB {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #000000;
}

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

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

.cid-tCxUXzMBsB .container-fluid {
    padding: 0 120px;
}

@media (max-width: 768px) {
    .cid-tCxUXzMBsB .container-fluid {
        padding: 0 26px;
    }
}

@media (max-width: 768px) {
    .cid-tCxUXzMBsB .container {
        padding: 0 26px;
    }
}

.cid-tCxUXzMBsB .row {
    margin: 0;
}

@media (max-width: 992px) {
    .cid-tCxUXzMBsB .row {
        margin: 0 -12px;
    }
}

.cid-tCxUXzMBsB .card {
    position: relative;
    padding: 0 50px 0 0;
    justify-content: center;
    border-radius: 0;
}

.cid-tCxUXzMBsB .card:first-child {
    border-right: 1px solid #ffffff;
}

@media (max-width: 992px) {
    .cid-tCxUXzMBsB .card:first-child {
        border: none;
    }
}

.cid-tCxUXzMBsB .card:first-child::before {
    content: '';
    position: absolute;
    right: -8px;
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    border-radius: 50%;
}

@media (max-width: 992px) {
    .cid-tCxUXzMBsB .card:first-child::before {
        display: none;
    }
}

.cid-tCxUXzMBsB .card:last-child {
    padding: 0 0 0 50px;
}

@media (max-width: 992px) {
    .cid-tCxUXzMBsB .card:last-child {
        padding: 0 12px;
    }
}

@media (max-width: 992px) {
    .cid-tCxUXzMBsB .card {
        padding: 0 12px;
    }
}

.cid-tCxUXzMBsB .image-wrapper {
    padding: 40px 0;
}

@media (max-width: 992px) {
    .cid-tCxUXzMBsB .image-wrapper {
        padding: 0 0 40px 0;
    }
}

.cid-tCxUXzMBsB .image-wrapper img {
    height: 420px;
    object-fit: cover;
}

@media (max-width: 992px) {
    .cid-tCxUXzMBsB .image-wrapper img {
        height: 300px;
    }
}

.cid-tCxUXzMBsB .title-wrapper .title-wrap {
    padding: 40px;
}

@media (max-width: 992px) {
    .cid-tCxUXzMBsB .title-wrapper .title-wrap {
        padding: 0;
    }
}

.cid-tCxUXzMBsB .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 18px;
}

.cid-tCxUXzMBsB .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 0;
}

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

.cid-tCxUXzMBsB .mbr-text {
    color: #cacaca;
}

.cid-tCxUVPYKUR {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #000000;
}

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

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

.cid-tCxUVPYKUR .container-fluid {
    padding: 0 95px;
}

@media (max-width: 768px) {
    .cid-tCxUVPYKUR .container-fluid {
        padding: 0 26px;
    }
}

@media (max-width: 768px) {
    .cid-tCxUVPYKUR .container {
        padding: 0 26px;
    }
}

@media (max-width: 768px) {
    .cid-tCxUVPYKUR .title-wrapper {
        margin-top: 30px;
    }
}

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

.cid-tCxUVPYKUR .title-wrapper .mbr-section-title {
    margin: 30;
}

.cid-tCxUVPYKUR .title-wrapper .mbr-section-subtitle {
    margin-bottom: 18px;
}

.cid-tCxUVPYKUR .item {
    padding: 0 40px;
    margin-bottom: 50px;
}

@media (max-width: 992px) {
    .cid-tCxUVPYKUR .item {
        padding: 0 12px;
    }
}

.cid-tCxUVPYKUR .item .item-wrapper .item-img img {
    height: 360px;
    object-fit: cover;
    margin-bottom: 30px;
    border: 1px solid #ffffff;
}

@media (max-width: 992px) {
    .cid-tCxUVPYKUR .item .item-wrapper .item-img img {
        height: 300px;
    }
}

.cid-tCxUVPYKUR .item .item-wrapper .item-content .content-wrap {
    display: inline-flex;
    align-items: center;
}

.cid-tCxUVPYKUR .item .item-wrapper .item-content .content-wrap .item-title {
    margin-bottom: 0;
}

.cid-tCxUVPYKUR .item .item-wrapper .item-content .content-wrap .mbr-number {
    margin-right: 30px;
    margin-bottom: 0;
}

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

.cid-tCxUVPYKUR .mbr-section-subtitle {
    color: #ffffff;
}

.cid-tCxUVPYKUR .item-title {
    color: #ffffff;
}

.cid-tCxUVPYKUR .mbr-number {
    color: #cacaca;
}

.cid-tCxUVPYKUR .mbr-section-btn {
    text-align: right;
}

.cid-tCxUYXeoCt {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #000000;
}

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

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

.cid-tCxUYXeoCt .container-fluid {
    padding: 50;
}

@media (max-width: 768px) {
    .cid-tCxUYXeoCt .container-fluid {
        padding: 50;
    }
}

@media (max-width: 768px) {
    .cid-tCxUYXeoCt .container {
        padding: 50 50px;
    }
}

.cid-tCxUYXeoCt .image-wrapper img {
    height: 450px;
    object-fit: cover;
}

@media (max-width: 992px) {
    .cid-tCxUYXeoCt .image-wrapper img {
        height: 300px;
    }
}

.cid-tCxUYXeoCt .title-wrapper {
    padding: 50 50px 0 120px;
}

@media (max-width: 992px) {
    .cid-tCxUYXeoCt .title-wrapper {
        padding: 50 120px;
        margin-bottom: 50px;
    }
}

@media (max-width: 768px) {
    .cid-tCxUYXeoCt .title-wrapper {
        padding: 50 50px;
    }
}

.cid-tCxUYXeoCt .title-wrapper .mbr-section-subtitle {
    margin-bottom: 18px;
}

.cid-tCxUYXeoCt .title-wrapper .mbr-section-title {
    margin-bottom: 18px;
}

.cid-tCxUYXeoCt .title-wrapper .mbr-text {
    margin-bottom: 0;
}

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

.cid-tCxUYXeoCt .mbr-section-subtitle {
    color: #ffffff;
}

.cid-tCxUYXeoCt .mbr-text {
    color: #cacaca;
}

.cid-tCxURWvjQY {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #000000;
}

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

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

.cid-tCxURWvjQY .container-fluid {
    padding: 0 125px;
}

@media (max-width: 768px) {
    .cid-tCxURWvjQY .container-fluid {
        padding: 0 26px;
    }
}

@media (max-width: 768px) {
    .cid-tCxURWvjQY .container {
        padding: 0 26px;
    }
}

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

.cid-tCxURWvjQY .title-wrapper {
    margin-bottom: 50px;
}

.cid-tCxURWvjQY .title-wrapper .mbr-section-title {
    margin-bottom: 0;
}

.cid-tCxURWvjQY .title-wrapper .mbr-section-subtitle {
    margin-bottom: 18px;
}

.cid-tCxURWvjQY .item {
    padding: 0 10px;
    margin-bottom: 50px;
}

@media (max-width: 992px) {
    .cid-tCxURWvjQY .item {
        padding: 0 12px;
    }
}

.cid-tCxURWvjQY .item .item-wrapper {
    padding: 35px;
    border: 1px solid #ffffff;
    height: 100%;
}

@media (max-width: 1400px) {
    .cid-tCxURWvjQY .item .item-wrapper {
        padding: 18px;
    }
}

.cid-tCxURWvjQY .item .item-wrapper .mbr-desc {
    margin-bottom: 18px;
}

.cid-tCxURWvjQY .item .item-wrapper .item-img img {
    height: 260px;
    object-fit: cover;
    margin-bottom: 30px;
}

.cid-tCxURWvjQY .item .item-wrapper .item-content .item-title {
    margin-bottom: 15px;
}

.cid-tCxURWvjQY .item .item-wrapper .item-content .soc-wrap .social-row {
    display: inline-flex;
}

.cid-tCxURWvjQY .item .item-wrapper .item-content .soc-wrap .social-row .soc-item {
    margin-left: 14px;
}

.cid-tCxURWvjQY .item .item-wrapper .item-content .soc-wrap .social-row .soc-item:first-child {
    margin-left: 0;
}

.cid-tCxURWvjQY .item .item-wrapper .item-content .soc-wrap .social-row .soc-item a:hover .mbr-iconfont {
    display: inline-flex;
    transform: translateY(-5px);
}

.cid-tCxURWvjQY .item .item-wrapper .item-content .soc-wrap .social-row .soc-item a .mbr-iconfont {
    font-size: 24px;
    transition: all 0.3s ease-in-out;
    color: #ffffff;
}

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

.cid-tCxURWvjQY .mbr-section-subtitle {
    color: #ffffff;
}

.cid-tCxURWvjQY .item-title {
    color: #ffffff;
}

.cid-tCxURWvjQY .mbr-desc {
    color: #ffffff;
    text-align: center;
}

.cid-tCxURWvjQY .item-title,
.cid-tCxURWvjQY .soc-wrap {
    text-align: center;
}

.cid-tCxUXZakxp {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-image: url("../../../assets/images/background4.jpg");
}

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

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

.cid-tCxUXZakxp .container-fluid {
    padding: 0 120px;
}

@media (max-width: 768px) {
    .cid-tCxUXZakxp .container-fluid {
        padding: 0 26px;
    }
}

@media (max-width: 768px) {
    .cid-tCxUXZakxp .container {
        padding: 0 26px;
    }
}

.cid-tCxUXZakxp .title-wrapper .mbr-section-title {
    margin-bottom: 0;
}

.cid-tCxUXZakxp .title-wrapper .mbr-section-btn {
    margin-top: 50px;
}

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

.cid-tCxUXZakxp .mbr-section-title,
.cid-tCxUXZakxp .mbr-section-btn {
    text-align: center;
}











.cid-tCxUXZakxps {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-image: url("../../../assets/images/background5.jpg");
}

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

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

.cid-tCxUXZakxps .container-fluid {
    padding: 0 120px;
}

@media (max-width: 768px) {
    .cid-tCxUXZakxps .container-fluid {
        padding: 0 26px;
    }
}

@media (max-width: 768px) {
    .cid-tCxUXZakxps .container {
        padding: 0 26px;
    }
}

.cid-tCxUXZakxps .title-wrapper .mbr-section-title {
    margin-bottom: 0;
}

.cid-tCxUXZakxps .title-wrapper .mbr-section-btn {
    margin-top: 50px;
}

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

.cid-tCxUXZakxps .mbr-section-title,
.cid-tCxUXZakxps .mbr-section-btn {
    text-align: center;
}













.cid-tCxV19FKlI {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background: #000000;
}

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

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

.cid-tCxV19FKlI .container-fluid {
    padding: 0;
}

@media (max-width: 768px) {
    .cid-tCxV19FKlI .container-fluid {
        padding: 0;
    }
}

@media (max-width: 768px) {
    .cid-tCxV19FKlI .container {
        padding: 0 26px;
    }
}

.cid-tCxV19FKlI .embla__slide {
    display: flex;
    justify-content: center;
    position: relative;
    min-width: 710px;
    max-width: 710px;
}

@media (max-width: 768px) {
    .cid-tCxV19FKlI .embla__slide {
        min-width: 85%;
        max-width: 85%;
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
}

.cid-tCxV19FKlI .embla__slide a {
    display: block;
    width: 100%;
}

.cid-tCxV19FKlI .embla__slide a .card-wrap .item-wrapper .image-wrap {
    position: relative;
    min-height: 505px;
    display: flex;
    align-items: flex-end;
}

.cid-tCxV19FKlI .embla__slide a .card-wrap .item-wrapper .image-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.cid-tCxV19FKlI .embla__slide a .card-wrap .item-wrapper .image-wrap .content-wrap {
    position: relative;
    z-index: 1;
    width: 65%;
    padding: 40px 70px;
    border: 1px solid #ffffff;
    background-color: #000000;
}

@media (max-width: 992px) {
    .cid-tCxV19FKlI .embla__slide a .card-wrap .item-wrapper .image-wrap .content-wrap {
        padding: 35px 25px;
    }
}

.cid-tCxV19FKlI .embla__slide a .card-wrap .item-wrapper .image-wrap .content-wrap .card-title {
    margin-bottom: 0;
}

.cid-tCxV19FKlI .embla__slide a .card-wrap .item-wrapper .image-wrap .content-wrap .card-text {
    margin: 15px 0 0 0;
}

.cid-tCxV19FKlI .embla__button--next,
.cid-tCxV19FKlI .embla__button--prev {
    display: flex;
}

.cid-tCxV19FKlI .embla__button {
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -1.5rem;
    font-size: 50px;
    background-color: transparent;
    color: #ffffff;
    border: none;
    transition: all 0.3s;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 768px) {
    .cid-tCxV19FKlI .embla__button {
        display: none;
    }
}

.cid-tCxV19FKlI .embla__button:disabled {
    cursor: default;
    display: none;
}

.cid-tCxV19FKlI .embla__button:hover {
    background: transparent;
    color: #ffffff;
}

.cid-tCxV19FKlI .embla__button.embla__button--prev {
    left: 0;
    margin-left: 60px;
}

@media (max-width: 992px) {
    .cid-tCxV19FKlI .embla__button.embla__button--prev {
        margin-left: 26px;
    }
}

.cid-tCxV19FKlI .embla__button.embla__button--next {
    right: 0;
    margin-right: 60px;
}

@media (max-width: 992px) {
    .cid-tCxV19FKlI .embla__button.embla__button--next {
        margin-right: 26px;
    }
}

.cid-tCxV19FKlI .embla {
    position: relative;
    width: 100%;
}

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

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

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

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

.cid-tCxV19FKlI .card-title {
    color: #ffffff;
}

.cid-tCxV19FKlI .card-text {
    color: #cacaca;
}

.cid-tCxUQ58Xkb {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #000000;
}

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

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

.cid-tCxUQ58Xkb .container-fluid {
    padding: 0 110px;
}

@media (max-width: 768px) {
    .cid-tCxUQ58Xkb .container-fluid {
        padding: 0 26px;
    }
}

@media (max-width: 768px) {
    .cid-tCxUQ58Xkb .container {
        padding: 0 26px;
    }
}

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

.cid-tCxUQ58Xkb .item {
    padding: 0 25px;
    margin-bottom: 50px;
}

@media (max-width: 992px) {
    .cid-tCxUQ58Xkb .item {
        padding: 0 12px;
    }
}

.cid-tCxUQ58Xkb .item .item-wrapper .item-img img {
    height: 260px;
    object-fit: cover;
    margin-bottom: 30px;
    border: 1px solid #ffffff;
    padding: 20px;
}

.cid-tCxUQ58Xkb .item .item-wrapper .item-content .item-title {
    margin-bottom: 10px;
}

.cid-tCxUQ58Xkb .item .item-wrapper .item-content .mbr-desc {
    margin-bottom: 16px;
}

.cid-tCxUQ58Xkb .item-title {
    color: #ffffff;
    text-align: center;
}

.cid-tCxUQ58Xkb .mbr-desc {
    color: #cacaca;
    text-align: center;
}

.cid-tCxV7I7J92 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #000000;
}

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

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

.cid-tCxV7I7J92 .container-fluid {
    padding: 0 120px;
}

@media (max-width: 768px) {
    .cid-tCxV7I7J92 .container-fluid {
        padding: 0 26px;
    }
}

@media (max-width: 768px) {
    .cid-tCxV7I7J92 .container {
        padding: 0 26px;
    }
}

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

@media (max-width: 992px) {
    .cid-tCxV7I7J92 .panel-group {
        margin-bottom: 18px;
    }
}

.cid-tCxV7I7J92 .panel-group .card .card-header {
    padding: 15px 0;
    border-bottom: 1px solid #ffffff;
}

.cid-tCxV7I7J92 .panel-group .card .card-header .panel-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cid-tCxV7I7J92 .panel-group .card .card-header .panel-title .panel-title-edit {
    margin-bottom: 0;
}

.cid-tCxV7I7J92 .panel-group .card .card-header .panel-title .mbr-iconfont {
    font-size: 22px;
    display: block;
    margin-left: 10px;
    transition: all 0.3s ease-in-out;
}

.cid-tCxV7I7J92 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
    transform: rotate(180deg);
}

.cid-tCxV7I7J92 .panel-group .card .panel-collapse .panel-body {
    padding: 20px 0 40px 0;
}

.cid-tCxV7I7J92 .panel-group .card .panel-collapse .panel-body .panel-text {
    margin-bottom: 0;
}

.cid-tCxV7I7J92 .image-wrapper {
    padding-left: 50px;
}

@media (max-width: 992px) {
    .cid-tCxV7I7J92 .image-wrapper {
        padding: 0;
    }
}

.cid-tCxV7I7J92 .image-wrapper img {
    height: 470px;
    object-fit: cover;
}

@media (max-width: 992px) {
    .cid-tCxV7I7J92 .image-wrapper img {
        height: 300px;
    }
}

.cid-tCxV7I7J92 .panel-title-edit {
    color: #ffffff;
}

.cid-tCxV7I7J92 .panel-text {
    color: #cacaca;
}

.cid-tCxV63OEos {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #000000;
}

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

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

.cid-tCxV63OEos .container-fluid {
    padding: 0 120px;
}

@media (max-width: 768px) {
    .cid-tCxV63OEos .container-fluid {
        padding: 0 26px;
    }
}

@media (max-width: 768px) {
    .cid-tCxV63OEos .container {
        padding: 0 26px;
    }
}

.cid-tCxV63OEos .title-wrapper {
    margin: 0 0 50px 70px;
}

@media (max-width: 992px) {
    .cid-tCxV63OEos .title-wrapper {
        margin: 0 0 50px 0;
    }
}

.cid-tCxV63OEos .title-wrapper .mbr-section-subtitle {
    margin-bottom: 18px;
}

.cid-tCxV63OEos .title-wrapper .mbr-section-title {
    margin-bottom: 0;
}

.cid-tCxV63OEos .contacts-wrapper {
    margin: 0 0 50px 70px;
}

@media (max-width: 992px) {
    .cid-tCxV63OEos .contacts-wrapper {
        margin: 0 0 50px 0;
    }
}

.cid-tCxV63OEos .contacts-wrapper .contacts-wrap {
    display: inline-flex;
}

@media (max-width: 768px) {
    .cid-tCxV63OEos .contacts-wrapper .contacts-wrap {
        display: block;
    }
}

.cid-tCxV63OEos .contacts-wrapper .contacts-wrap .contact-card:first-child {
    margin-right: 80px;
}

@media (max-width: 768px) {
    .cid-tCxV63OEos .contacts-wrapper .contacts-wrap .contact-card:first-child {
        margin-right: 0;
        margin-bottom: 18px;
    }
}

.cid-tCxV63OEos .contacts-wrapper .contacts-wrap .contact-card .mbr-contact {
    margin-bottom: 18px;
}

.cid-tCxV63OEos .contacts-wrapper .contacts-wrap .contact-card a {
    display: block;
}

.cid-tCxV63OEos .contacts-wrapper .contacts-wrap .contact-card a:hover .mbr-desc {
    opacity: .5;
}

.cid-tCxV63OEos .contacts-wrapper .contacts-wrap .contact-card a .mbr-desc {
    margin-bottom: 0;
}

.cid-tCxV63OEos .dragArea.row .form-group {
    margin-bottom: 20px !important;
}

.cid-tCxV63OEos .dragArea.row .form-group .form-control {
    padding: 10px 14px;
    background-color: transparent;
    border: 1px solid #ffffff !important;
    border-radius: 0;
    color: #ffffff;
}

.cid-tCxV63OEos .dragArea.row .form-group .form-control::placeholder {
    color: #ffffff;
    font-family: "Golos Text", sans-serif;
}

.cid-tCxV63OEos .dragArea.row .form-group textarea {
    min-height: 260px;
}

.cid-tCxV63OEos .dragArea.row .mbr-section-btn .btn {
    width: 100%;
}

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

.cid-tCxV63OEos .mbr-section-subtitle {
    color: #ffffff;
}

.cid-tCxV63OEos .mbr-contact {
    color: #ffffff;
}

.cid-tCxV63OEos .mbr-desc {
    color: #ffffff;
}

.cid-tCxV3p9tXx {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background: #000000;
}

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

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

.cid-tCxV3p9tXx .container-fluid {
    padding: 0 120px;
}

@media (max-width: 768px) {
    .cid-tCxV3p9tXx .container-fluid {
        padding: 0 26px;
    }
}

@media (max-width: 768px) {
    .cid-tCxV3p9tXx .container {
        padding: 0 26px;
    }
}

.cid-tCxV3p9tXx .embla__slide {
    display: flex;
    justify-content: center;
    position: relative;
    min-width: 100%;
    max-width: 100%;
}

@media (max-width: 768px) {
    .cid-tCxV3p9tXx .embla__slide {
        min-width: 100%;
        max-width: 100%;
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
}

.cid-tCxV3p9tXx .embla__slide .card-wrap {
    padding: 0 120px;
}

@media (max-width: 768px) {
    .cid-tCxV3p9tXx .embla__slide .card-wrap {
        padding: 0 26px;
    }
}

.cid-tCxV3p9tXx .embla__slide .card-wrap .content-wrap .icon-wrapper {
    margin-bottom: 30px;
}

.cid-tCxV3p9tXx .embla__slide .card-wrap .content-wrap .icon-wrapper .mbr-iconfont {
    font-size: 50px;
    display: inline-flex;
    color: #ffffff;
}

.cid-tCxV3p9tXx .embla__slide .card-wrap .content-wrap .card-text {
    margin-bottom: 30px;
}

.cid-tCxV3p9tXx .embla__slide .card-wrap .content-wrap .mbr-name {
    margin-bottom: 0;
}

.cid-tCxV3p9tXx .embla__slide .card-wrap .content-wrap .mbr-desc {
    margin-bottom: 0;
}

.cid-tCxV3p9tXx .embla__button--next,
.cid-tCxV3p9tXx .embla__button--prev {
    display: flex;
}

.cid-tCxV3p9tXx .embla__button {
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -1.5rem;
    font-size: 50px;
    background-color: transparent;
    color: #ffffff;
    border: none;
    transition: all 0.3s;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cid-tCxV3p9tXx .embla__button:disabled {
    cursor: default;
    display: none;
}

.cid-tCxV3p9tXx .embla__button:hover {
    background: transparent;
    color: #ffffff;
}

.cid-tCxV3p9tXx .embla__button.embla__button--prev {
    left: 0;
    margin-left: 0;
}

@media (max-width: 768px) {
    .cid-tCxV3p9tXx .embla__button.embla__button--prev {
        left: -2rem;
    }
}

.cid-tCxV3p9tXx .embla__button.embla__button--next {
    right: 0;
    margin-right: 0;
}

@media (max-width: 768px) {
    .cid-tCxV3p9tXx .embla__button.embla__button--next {
        right: -2rem;
    }
}

.cid-tCxV3p9tXx .embla {
    position: relative;
    width: 100%;
}

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

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

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

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

.cid-tCxV3p9tXx .card-text {
    color: #ffffff;
    text-align: center;
}

.cid-tCxV3p9tXx .mbr-name {
    color: #ffffff;
}

.cid-tCxV3p9tXx .mbr-role {
    color: #cacaca;
    text-align: center;
}

.cid-tCxV3p9tXx .mbr-name,
.cid-tCxV3p9tXx .icon-wrapper {
    text-align: center;
}

.cid-tCxVa5xgDj {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-image: url("../../../assets/images/background1.jpg");
}

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

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

.cid-tCxVa5xgDj .container-fluid {
    padding: 0 120px;
}

@media (max-width: 768px) {
    .cid-tCxVa5xgDj .container-fluid {
        padding: 0 26px;
    }
}

@media (max-width: 768px) {
    .cid-tCxVa5xgDj .container {
        padding: 0 26px;
    }
}

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

.cid-tCxVa5xgDj .title-wrapper {
    margin-bottom: 50px;
}

@media (max-width: 992px) {
    .cid-tCxVa5xgDj .title-wrapper {
        margin-bottom: 35px;
    }
}

.cid-tCxVa5xgDj .title-wrapper .mbr-section-subtitle {
    margin-bottom: 18px;
}

.cid-tCxVa5xgDj .title-wrapper .mbr-section-title {
    margin-bottom: 0;
}

.cid-tCxVa5xgDj .nav.nav-tabs {
    border-bottom: 0;
}

.cid-tCxVa5xgDj .nav.nav-tabs .nav-item {
    border: 1px solid #ffffff;
    padding: 3px;
}

@media (max-width: 768px) {
    .cid-tCxVa5xgDj .nav.nav-tabs .nav-item {
        width: 100%;
    }
}

.cid-tCxVa5xgDj .nav.nav-tabs .nav-item .nav-link {
    position: relative;
    display: inline-flex;
    justify-content: flex-start;
    padding: 10px 40px;
    border: none;
    color: #ffffff;
    border-radius: 0;
    background-color: transparent;
}

@media (max-width: 768px) {
    .cid-tCxVa5xgDj .nav.nav-tabs .nav-item .nav-link {
        padding: 10px 40px;
        justify-content: center;
        width: 100%;
    }
}

.cid-tCxVa5xgDj .nav.nav-tabs .nav-item .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 0;
    background-color: #ffffff;
    transition: all 0.3s ease-in-out;
}

.cid-tCxVa5xgDj .nav.nav-tabs .nav-item .nav-link.active {
    border: none;
}

.cid-tCxVa5xgDj .nav.nav-tabs .nav-item .nav-link.active::after {
    width: 100%;
}

.cid-tCxVa5xgDj .tab-content {
    border: 1px solid #ffffff;
    margin-top: -1px;
}

.cid-tCxVa5xgDj .tab-content .tab-pane .text-wrapper {
    padding: 40px;
    background-color: #000000;
}

.cid-tCxVa5xgDj .tab-content .tab-pane .text-wrapper .mbr-text {
    margin: 32px 0;
}

.cid-tCxVa5xgDj .mbr-section-subtitle {
    color: #ffffff;
}

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

.cid-tCxVa5xgDj .mbr-text {
    color: #ffffff;
}

.cid-tCxUZLBNGK {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #000000;
}

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

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

.cid-tCxUZLBNGK .container-fluid {
    padding: 0 110px;
}

@media (max-width: 768px) {
    .cid-tCxUZLBNGK .container-fluid {
        padding: 0 26px;
    }
}

@media (max-width: 768px) {
    .cid-tCxUZLBNGK .container {
        padding: 0 26px;
    }
}

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

.cid-tCxUZLBNGK .card {
    padding: 0 25px;
}

@media (max-width: 1200px) {
    .cid-tCxUZLBNGK .card {
        padding: 0 12px;
    }
}

@media (max-width: 992px) {
    .cid-tCxUZLBNGK .card {
        padding: 0 25px;
        margin-bottom: 50px;
    }
}

@media (max-width: 768px) {
    .cid-tCxUZLBNGK .card {
        padding: 0 12px;
    }
}

.cid-tCxUZLBNGK .card .image-wrapper img {
    height: 240px;
    object-fit: cover;
}

@media (max-width: 1440px) {
    .cid-tCxUZLBNGK .card .image-wrapper img {
        height: 180px;
    }
}

.cid-tCxV55bHBJ {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #000000;
}

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

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

.cid-tCxV55bHBJ .container-fluid {
    padding: 0 60px;
}

@media (max-width: 768px) {
    .cid-tCxV55bHBJ .container-fluid {
        padding: 0 26px;
    }
}

@media (max-width: 768px) {
    .cid-tCxV55bHBJ .container {
        padding: 0 26px;
    }
}

.cid-tCxV55bHBJ .google-map iframe {
    height: 345px;
    filter: invert(1);
}

.cid-tCxV5NP56J {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #000000;
}

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

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

.cid-tCxV5NP56J .container-fluid {
    padding: 0 120px;
}

@media (max-width: 768px) {
    .cid-tCxV5NP56J .container-fluid {
        padding: 0 26px;
    }
}

@media (max-width: 768px) {
    .cid-tCxV5NP56J .container {
        padding: 0 26px;
    }
}

.cid-tCxV5NP56J .row {
    padding: 60px;
    margin: 0;
    border: 1px solid #ffffff;
    padding: 120px 60px 60px 30px;
}

@media (max-width: 992px) {
    .cid-tCxV5NP56J .row {
        padding: 120px 30px;
    }
}

@media (max-width: 992px) {
    .cid-tCxV5NP56J .row {
        padding: 26px;
    }
}

.cid-tCxV5NP56J .title-wrapper {
    margin-bottom: 50px;
}

.cid-tCxV5NP56J .title-wrapper .title-wrap {
    display: inline-flex;
    align-items: center;
}

@media (max-width: 992px) {
    .cid-tCxV5NP56J .title-wrapper .title-wrap {
        display: block;
    }
}

.cid-tCxV5NP56J .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 0;
}

.cid-tCxV5NP56J .title-wrapper .title-wrap .logo-wrap {
    margin: 0 16px;
}

.cid-tCxV5NP56J .title-wrapper .title-wrap .logo-wrap img {
    width: 110px;
    height: 100px;
    object-fit: contain;
}

@media (max-width: 992px) {
    .cid-tCxV5NP56J .title-wrapper .title-wrap .logo-wrap img {
        margin: 0 auto;
    }
}

.cid-tCxV5NP56J .nav-wrapper {
    margin-bottom: 50px;
}

.cid-tCxV5NP56J .nav-wrapper .list {
    display: inline-flex;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

@media (max-width: 992px) {
    .cid-tCxV5NP56J .nav-wrapper .list {
        display: block;
    }
}

.cid-tCxV5NP56J .nav-wrapper .list .item-wrap {
    margin-right: 56px;
    margin-bottom: 0;
    padding-bottom: 2px;
    position: relative;
}

@media (max-width: 992px) {
    .cid-tCxV5NP56J .nav-wrapper .list .item-wrap {
        margin: 0;
    }
}

.cid-tCxV5NP56J .nav-wrapper .list .item-wrap:hover::before {
    width: 100%;
}

.cid-tCxV5NP56J .nav-wrapper .list .item-wrap::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 0;
    background-color: #ffffff;
    transition: all 0.3s ease-in-out;
}

.cid-tCxV5NP56J .nav-wrapper .list .item-wrap:last-child {
    margin-right: 0;
}

.cid-tCxV5NP56J .soc-wrapper {
    margin-bottom: 50px;
}

.cid-tCxV5NP56J .soc-wrapper .social-row {
    display: inline-flex;
}

.cid-tCxV5NP56J .soc-wrapper .social-row .soc-item {
    margin-left: 24px;
}

.cid-tCxV5NP56J .soc-wrapper .social-row .soc-item:first-child {
    margin-left: 0;
}

.cid-tCxV5NP56J .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
    display: inline-flex;
    transform: translateY(-5px);
}

.cid-tCxV5NP56J .soc-wrapper .social-row .soc-item a .mbr-iconfont {
    font-size: 22px;
    transition: all 0.3s ease-in-out;
    color: #ffffff;
}

.cid-tCxV5NP56J .copy-wrapper .copyright {
    margin-bottom: 0;
}

.cid-tCxV5NP56J .mbr-section-title,
.cid-tCxV5NP56J .title-wrapper {
    color: #ffffff;
    text-align: center;
}

.cid-tCxV5NP56J .list {
    color: #ffffff;
}

.cid-tCxV5NP56J .copyright {
    color: #cacaca;
    text-align: center;
}

.cid-tCxV5NP56J .list,
.cid-tCxV5NP56J .nav-wrapper,
.cid-tCxV5NP56J .soc-wrapper {
    text-align: center;
}