.btn {
    border-width: 2px;
}

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

.display-1 {
    font-family: 'Raleway', sans-serif;
    font-size: 10rem;
    line-height: 1.1;
}

.display-1>.cnsl-iconfont {
    font-size: 12.5rem;
}

.display-2 {
    font-family: 'Raleway', sans-serif;
    font-size: 5rem;
    line-height: 1.1;
}

.display-2>.cnsl-iconfont {
    font-size: 6.25rem;
}

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

.display-4>.cnsl-iconfont {
    font-size: 1.375rem;
}

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

.display-5>.cnsl-iconfont {
    font-size: 2.5rem;
}

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

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

@media (max-width: 1600px) {
    .display-1 {
        font-size: 6rem;
    }
}

@media (max-width: 767px) {
    .display-1 {
        font-size: 3rem !important;
        line-height: 1 !important;
    }
}

@media (max-width: 768px) {
    .display-1 {
        font-size: 7rem;
        font-size: calc(4.1499999999999995rem + (10 - 4.1499999999999995) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.1 * (4.1499999999999995rem + (10 - 4.1499999999999995) * ((100vw - 20rem) / (48 - 20))));
    }

    .display-2 {
        font-size: 4rem;
        font-size: calc(2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.3 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
    }

    .display-4 {
        font-size: 0.88rem;
        font-size: calc(1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((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))));
    }
}

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

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

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

.btn-lg {
    padding: 1rem 2.6rem;
    border-radius: 10px;
}

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

.bg-success {
    background-color: #40b0bf !important;
}

.bg-info {
    background-color: #47b5ed !important;
}

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

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

.btn-primary,
.btn-primary:active {
    background-color: #2a2034 !important;
    border-color: #2a2034 !important;
    color: #ffffff !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
    color: #ffffff !important;
    background-color: #2a2034 !important;
    border-color: #2a2034 !important;
}

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

.btn-secondary,
.btn-secondary:active {
    background-color: #dfcefd !important;
    border-color: #dfcefd !important;
    color: #4c08c4 !important;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
    color: #4c08c4 !important;
    background-color: #dfcefd !important;
    border-color: #dfcefd !important;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #4c08c4 !important;
    background-color: #dfcefd !important;
    border-color: #dfcefd !important;
}

.btn-info,
.btn-info:active {
    background-color: #47b5ed !important;
    border-color: #47b5ed !important;
    color: #ffffff !important;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
    color: #ffffff !important;
    background-color: #47b5ed !important;
    border-color: #47b5ed !important;
}

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

.btn-success,
.btn-success:active {
    background-color: #40b0bf !important;
    border-color: #40b0bf !important;
    color: #ffffff !important;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
    color: #ffffff !important;
    background-color: #40b0bf !important;
    border-color: #40b0bf !important;
}

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

.btn-warning,
.btn-warning:active {
    background-color: #ffe161 !important;
    border-color: #ffe161 !important;
    color: #614f00 !important;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
    color: #614f00 !important;
    background-color: #ffe161 !important;
    border-color: #ffe161 !important;
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #614f00 !important;
    background-color: #ffe161 !important;
    border-color: #ffe161 !important;
}

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

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
    color: #ffffff !important;
    background-color: #ff9966 !important;
    border-color: #ff9966 !important;
}

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

.btn-white {
    background-color: #fafafa !important;
    border: 2px solid #0b4e50 !important;
    color: #0b4e50 !important;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-white:hover {
    background-color: #0b4e50 !important;
    border-color: #fafafa !important;
    color: #fafafa !important;
    transform: scale(1.05);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

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

.btn-black {
    background-color: #0b4e50!important;
    border-color: #232323 !important;
    color: #ffffff !important;
    transition: all .3s ease 0s;
}
.btn-black:hover{
    scale: 1.1;
    background-color: #0329d4!important
}


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

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

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

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

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

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

.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
    color: #4c08c4 !important;
    background-color: #dfcefd !important;
    border-color: #dfcefd !important;
}

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

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

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

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

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

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

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

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

.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
    color: #614f00 !important;
    background-color: #ffe161 !important;
    border-color: #ffe161 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.text-success {
    color: #40b0bf !important;
}

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

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

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

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

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

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

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

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

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

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

a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
    color: #ff5500 !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: #2a2034;
}

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

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

.alert-info {
    background-color: #47b5ed;
}

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

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

.cnsl-gallery-filter li.active .btn {
    background-color: #2a2034;
    border-color: #2a2034;
    color: #ffffff;
}

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

a,
a:hover {
    color: #2a2034;
}

.cnsl-plan-header.bg-primary .cnsl-plan-subtitle,
.cnsl-plan-header.bg-primary .cnsl-plan-price-desc {
    color: #9d85b4;
}

.cnsl-plan-header.bg-success .cnsl-plan-subtitle,
.cnsl-plan-header.bg-success .cnsl-plan-price-desc {
    color: #a0d8df;
}

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

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

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

.scrollToTop_wraper {
    display: none;
}

.form-control {
    font-family: 'Raleway', sans-serif;
    font-size: 1.1rem;
    line-height: 1.5;
    font-weight: 400;
}

.form-control>.cnsl-iconfont {
    font-size: 1.375rem;
}

.form-control:hover,
.form-control:focus {
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
    border-color: #2a2034 !important;
}

.form-control:-webkit-input-placeholder {
    font-family: 'Raleway', sans-serif;
    font-size: 1.1rem;
    line-height: 1.5;
    font-weight: 400;
}

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

blockquote {
    border-color: #2a2034;
}

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

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

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

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

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    color: #ffffff !important;
    background-color: #2a2034 !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: #dfcefd !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='%232a2034' %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;
}

.n3gs5hs-k6nd53h {
    background-color: transparent;
}

.n3gs5hs-k6nd53h .navbar-dropdown {
    background-color: #5c73db !important;
    padding: 0;
}

.n3gs5hs-k6nd53h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background-color: #697ccf !important;
    background: #7c8fe4;
}

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

.n3gs5hs-k6nd53h .menu_box {
    flex-wrap: nowrap;
}

@media (max-width: 991px) {
    .n3gs5hs-k6nd53h .menu_box {
        flex-direction: column;
        align-items: flex-start;
    }

    .n3gs5hs-k6nd53h .menu_box .navbar.opened,
    .n3gs5hs-k6nd53h .menu_box .navbar-collapse {
        background-color: #4f65ca !important;
        transition: all 0s ease 0s;
    }
}

.n3gs5hs-k6nd53h .navbar-dropdown {
    position: relative !important;
}

.n3gs5hs-k6nd53h .icons-menu-main {
    display: flex;
    flex-wrap: wrap;
    min-width: 150px;
    margin-left: 24px;
}

@media (max-width: 991px) {
    .n3gs5hs-k6nd53h .icons-menu-main {
        min-width: auto;
        max-width: 100%;
        margin: 1rem 0 1rem 1rem;
    }
}

@media (max-width: 991px) {
    .n3gs5hs-k6nd53h .cnsl-section-btn-main {
        margin-top: 1rem;
    }
}

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

.n3gs5hs-k6nd53h .btn:hover {
    box-shadow: none;
}

@media (min-width: 992px) {
    .n3gs5hs-k6nd53h .offcanvas {
        padding: 12rem 64px 0;
        width: 35%;
        background-color: #202020;
    }

    .n3gs5hs-k6nd53h .offcanvas_image img {
        width: auto;
        object-fit: cover;
        display: inline-block;
    }

    .n3gs5hs-k6nd53h .offcanvas-header {
        position: relative;
        padding: 0;
    }

    .n3gs5hs-k6nd53h .offcanvas-header .btn-close {
        position: absolute;
        top: -70px;
        right: 0;
        width: 35px;
        height: 30px;
    }

    .n3gs5hs-k6nd53h .offcanvas-body {
        text-align: center;
        padding: 0;
    }

    .n3gs5hs-k6nd53h .offcanvas-body .cnsl-text,
    .n3gs5hs-k6nd53h .offcanvas-body .cnsl-section-subtitle {
        margin-bottom: 32px;
    }

    .n3gs5hs-k6nd53h .offcanvas-body .offcanvas_contact {
        margin: 0;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas {
        outline: none;
        width: 40px;
        height: 40px;
        cursor: pointer;
        transition: all 0.2s;
        position: relative;
        align-self: center;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas .hamburger span {
        position: absolute;
        right: 0;
        width: 40px;
        height: 2px;
        border-right: 5px;
        background-color: #0b4e50;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
        top: 18px;
        transition: all 0.2s;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
        top: 25px;
        transition: all 0.2s;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas:hover .hamburger span {
        width: 36px;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
        width: 33px;
        transition-delay: 0.2s;
    }

    .n3gs5hs-k6nd53h ul.navbar-nav {
        padding-bottom: 1.5rem;
    }

    .n3gs5hs-k6nd53h .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
    .n3gs5hs-k6nd53h .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);
    }

    .n3gs5hs-k6nd53h .link.dropdown-toggle::after {
        padding: 0 !important;
        transform: rotate(45deg);
    }

    .n3gs5hs-k6nd53h li.nav-item {
        position: relative;
        display: inline-block;
        padding: 0 !important;
        vertical-align: middle;
        line-height: 2em !important;
        font-weight: 600 !important;
        text-decoration: none;
        letter-spacing: 0 !important;
        z-index: 1;
    }

    .n3gs5hs-k6nd53h .lg_brand {
        margin: 0 1rem;
    }

    .n3gs5hs-k6nd53h .navbar-nav.nav-dropdown {
        display: -webkit-flex;
        width: 100%;
        justify-content: center;
        min-width: 200px;
    }
}

.n3gs5hs-k6nd53h .nav-item {
    margin: 4px 15px;
}

@media (min-width: 1200px) {
    .n3gs5hs-k6nd53h .nav-item {
        margin: 4px 24px;
    }
}

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

.n3gs5hs-k6nd53h .nav-item .nav-link {
    transition: all 0.5s ease-out;
    border-radius: .5rem !important;
    position: relative;
}

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

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

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

@media (min-width: 992px) {
    .n3gs5hs-k6nd53h .dropdown-menu {
        padding: 18px 34px 22px;
        min-width: 250px;
        top: auto !important;
        left: -40px !important;
    }

    .n3gs5hs-k6nd53h .dropdown-menu.dropdown-submenu {
        left: 215px !important;
        top: -45% !important;
    }
}

@media (max-width: 991px) {

    .n3gs5hs-k6nd53h .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
    .n3gs5hs-k6nd53h .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;
    }

    .n3gs5hs-k6nd53h .show.dropdown-toggle[aria-expanded="true"]::after {
        transform: rotate(45deg);
        margin-top: -4px;
    }

    .n3gs5hs-k6nd53h .offcanvas_box {
        display: none;
    }
}

.n3gs5hs-k6nd53h .dropdown-item {
    border: none;
    font-weight: 300 !important;
}

.n3gs5hs-k6nd53h .nav-dropdown .link {
    font-weight: 400 !important;
    padding: 0 !important;
    margin: 0 !important;
}

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

.n3gs5hs-k6nd53h .container {
    display: flex;
    margin: auto;
}

.n3gs5hs-k6nd53h .iconfont-wrapper {
    color: #202020;
    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;
}

.n3gs5hs-k6nd53h .iconfont-wrapper:last-child {
    margin-right: 0;
}

.n3gs5hs-k6nd53h .iconfont-wrapper:hover {
    opacity: .5;
}

.n3gs5hs-k6nd53h .navbar-nav {
    margin: 0 1rem;
}

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

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

.n3gs5hs-k6nd53h .nav-item:focus,
.n3gs5hs-k6nd53h .nav-link:focus {
    outline: none;
}

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

.n3gs5hs-k6nd53h .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
}

.n3gs5hs-k6nd53h .dropdown .dropdown-menu .dropdown-item .cnsl-iconfont {
    margin-right: 0.5rem;
    vertical-align: sub;
}

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

.n3gs5hs-k6nd53h .collapsed .dropdown-menu .dropdown-item:before {
    display: none;
}

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

.n3gs5hs-k6nd53h .navbar {
    min-height: 70px;
    padding: 10px 0;
    transition: all 0.3s;
    border-bottom-width: 0;
}

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

.n3gs5hs-k6nd53h .navbar.opened {
    transition: all 0.3s;
}

.n3gs5hs-k6nd53h .navbar .dropdown-item {
    padding: 0;
    margin: 8px 0;
}

.n3gs5hs-k6nd53h .navbar .navbar-logo img {
    max-width: 40px;
    min-height: 40px;
    object-fit: contain;
    border-radius: 10px !important;
}

.n3gs5hs-k6nd53h .navbar .navbar-collapse {
    justify-content: center;
    justify-content: flex-end;
    justify-content: space-between;
    z-index: 1;
}

.n3gs5hs-k6nd53h .navbar.collapsed {
    justify-content: center;
}

.n3gs5hs-k6nd53h .navbar.collapsed .nav-item .nav-link::before {
    display: none;
}

.n3gs5hs-k6nd53h .navbar.collapsed.opened .dropdown-menu {
    top: 0;
}

.n3gs5hs-k6nd53h .navbar.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
}

.n3gs5hs-k6nd53h .navbar.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
}

.n3gs5hs-k6nd53h .navbar.collapsed ul.navbar-nav li {
    margin: auto;
}

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

.n3gs5hs-k6nd53h .navbar.collapsed .icons-menu {
    padding: 0;
}

@media (max-width: 991px) {
    .n3gs5hs-k6nd53h .navbar .nav-item {
        padding: .5rem 0;
    }

    .n3gs5hs-k6nd53h .navbar .navbar-collapse {
        padding: 34px 0;
        border-radius: 16px;
        width: 100%;
    }

    .n3gs5hs-k6nd53h .navbar .nav-item .nav-link::before {
        display: none;
    }

    .n3gs5hs-k6nd53h .navbar.opened .dropdown-menu {
        top: 0;
    }

    .n3gs5hs-k6nd53h .navbar .dropdown-menu {
        padding: 6px 0 6px 15px;
    }

    .n3gs5hs-k6nd53h .navbar .dropdown-menu .dropdown-submenu {
        left: 0 !important;
    }

    .n3gs5hs-k6nd53h .navbar .dropdown-menu .dropdown-item:after {
        right: auto;
        margin-top: -0.4rem;
    }

    .n3gs5hs-k6nd53h .navbar .navbar-logo img {
        height: 3rem !important;
    }

    .n3gs5hs-k6nd53h .navbar ul.navbar-nav {
        overflow: hidden;
    }

    .n3gs5hs-k6nd53h .navbar ul.navbar-nav li {
        margin: 0;
    }

    .n3gs5hs-k6nd53h .navbar .dropdown-menu .dropdown-item {
        padding: 0 !important;
        margin: 0;
        margin-top: 8px;
        text-align: left;
    }

    .n3gs5hs-k6nd53h .navbar .navbar-brand {
        flex-shrink: initial;
        flex-basis: auto;
        word-break: break-word;
        padding-right: 0;
        width: 100%;
        justify-content: space-between;
    }

    .n3gs5hs-k6nd53h .navbar .navbar-toggler {
        flex-basis: auto;
    }

    .n3gs5hs-k6nd53h .navbar .icons-menu {
        padding: 0;
    }
}

.n3gs5hs-k6nd53h .navbar.navbar-short {
    min-height: 60px;
}

.n3gs5hs-k6nd53h .navbar.navbar-short .navbar-logo img {
    height: 2.5rem !important;
}

.n3gs5hs-k6nd53h .navbar.navbar-short .navbar-brand {
    min-height: 60px;
    padding: 0;
}

.n3gs5hs-k6nd53h .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;
}

.n3gs5hs-k6nd53h .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-weight: 700;
}

.n3gs5hs-k6nd53h .navbar-brand .navbar-logo a {
    outline: none;
}

.n3gs5hs-k6nd53h .dropdown-item.active,
.n3gs5hs-k6nd53h .dropdown-item:active {
    background-color: transparent;
}

.n3gs5hs-k6nd53h .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 12px !important;
}

.n3gs5hs-k6nd53h .nav-dropdown .link.dropdown-toggle {
    margin-right: 1.667em;
}

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

.n3gs5hs-k6nd53h .navbar .dropdown.open>.dropdown-menu {
    display: block;
}

.n3gs5hs-k6nd53h ul.navbar-nav {
    flex-wrap: wrap;
    padding: 0;
}

.n3gs5hs-k6nd53h .navbar-buttons {
    text-align: center;
    min-width: 170px;
}

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

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

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

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

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

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

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

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

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

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

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

.n3gs5hs-k6nd53h .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) {
    .n3gs5hs-k6nd53h .navbar {
        height: 70px;
    }

    .n3gs5hs-k6nd53h .navbar.opened {
        height: auto;
    }

    .n3gs5hs-k6nd53h .nav-item .nav-link:hover::before {
        width: 175%;
        max-width: calc(100% + 2rem);
        left: -1rem;
    }
}

.n3gs5hs-k6nd53h .navbar-dropdown .navbar-logo {
    margin-right: 10px;
}

@media (min-width: 768px) {
    .n3gs5hs-k6nd53h .container-fluid {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.n3gs5hs-k6nd53h .cnsl-section-btn-main {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 992px) {
    .n3gs5hs-k6nd53h .cnsl-section-btn-main {
        display: block;
        padding: 0;
    }
}

.n3gs5hs-k6nd53h .cnsl-section-btn-main .btn {
    margin: 8px;
    min-width: 180px;
    padding: 16px 24px;
}

.n3gs5hs-k6nd53h .navbar-caption:hover {
    color: #2a2034;
}

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

.n3gs5hs-k6nd53h .text_widget {
    margin-bottom: 32px;
}

.n3gs5hs-k6nd53h .text_widget a {
    transition: all 0.3s ease-out;
}

.n3gs5hs-k6nd53h .text_widget a:hover,
.n3gs5hs-k6nd53h .text_widget a:focus {
    opacity: .8;
}

.n3gs5hs-k6nd53h .cnsl-section-subtitle {
    color: #ffffff;
    text-align: center;
}

.n3gs5hs-k6nd53h .navbar-caption {
    color: #202020;
}

.n3gs5hs-k6nd53h .cnsl-text {
    color: #ffffff;
    text-align: center;
}

.n3gs5hs-k6nd53h .cnsl-section-subtitle,
.n3gs5hs-k6nd53h .text_widget,
.n3gs5hs-k6nd53h .cnsl-section-btn {
    text-align: center;
}

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

.n3gs5hs-us1w9ZZKNd {
    padding-top: 8rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.n3gs5hs-us1w9ZZKNd .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us1w9ZZKNd .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

@media (max-width: 992px) {
    .n3gs5hs-us1w9ZZKNd .container {
        padding: 0 16px;
    }
}

.n3gs5hs-us1w9ZZKNd .card {
    justify-content: center;
}

@media (max-width: 992px) {
    .n3gs5hs-us1w9ZZKNd .content-wrapper {
        margin-bottom: 32px;
    }
}

.n3gs5hs-us1w9ZZKNd .content-wrapper .cnsl-section-title {
    margin-bottom: 64px;
}

@media (max-width: 992px) {
    .n3gs5hs-us1w9ZZKNd .content-wrapper .cnsl-section-title {
        margin-bottom: 32px;
    }
}

.n3gs5hs-us1w9ZZKNd .content-wrapper .text-wrapper .cnsl-text {
    display: inline-flex;
    width: 100%;
    margin-bottom: 32px;
}

@media (max-width: 1200px) {
    .n3gs5hs-us1w9ZZKNd .content-wrapper .text-wrapper .cnsl-text {
        width: 100%;
    }
}

.n3gs5hs-us1w9ZZKNd .image-wrapper {
    margin-left: 32px;
}

@media (max-width: 992px) {
    .n3gs5hs-us1w9ZZKNd .image-wrapper {
        margin-left: 0;
    }
}

.n3gs5hs-us1w9ZZKNd .image-wrapper img {
    height: 660px;
    object-fit: cover;
    box-shadow: 6px 8px 0 0 #ffffff;
    border-radius: 24px !important;
}

@media (max-width: 992px) {
    .n3gs5hs-us1w9ZZKNd .image-wrapper img {
        height: 350px;
    }
}

.n3gs5hs-us1w9ZZKNd .cnsl-section-title {
    color: #ffffff;
}

.n3gs5hs-us1w9ZZKNd .cnsl-text {
    color: #ffffff;
}

.n3gs5hs-us1w9ZZKNd .cnsl-text,
.n3gs5hs-us1w9ZZKNd .text-wrapper {
    color: #000000;
}

.n3gs5hs-us1w9ZZKNd .cnsl-section-title,
.n3gs5hs-us1w9ZZKNd .cnsl-section-btn {
    color: #000000;
}

.n3gs5hs-us1XWfVaZy {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #0b4e50;
}

.n3gs5hs-us1XWfVaZy .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us1XWfVaZy .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.n3gs5hs-us1XWfVaZy .container-fluid {
    padding: 0;
}

@media (max-width: 992px) {
    .n3gs5hs-us1XWfVaZy .container-fluid {
        padding: 0;
    }
}

@media (max-width: 992px) {
    .n3gs5hs-us1XWfVaZy .container {
        padding: 0;
    }
}

.n3gs5hs-us1XWfVaZy .row {
    justify-content: center;
}

@media (max-width: 992px) {
    .n3gs5hs-us1XWfVaZy .title-wrapper {
        padding: 0 16px;
    }
}

.n3gs5hs-us1XWfVaZy .title-wrapper .cnsl-section-title {
    margin-bottom: 0;
}

.n3gs5hs-us1XWfVaZy .title-wrapper .cnsl-text {
    margin: 30px 0 0 0;
}

.n3gs5hs-us1XWfVaZy .cnsl-section-title {
    color: #ffffff;
}

.n3gs5hs-us1XWfVaZy .cnsl-text {
    color: #ffffff;
}

.n3gs5hs-us1wHCE7x9 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.n3gs5hs-us1wHCE7x9 .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us1wHCE7x9 .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.n3gs5hs-us1wHCE7x9 .container-fluid {
    padding: 0 56px;
}

@media (max-width: 992px) {
    .n3gs5hs-us1wHCE7x9 .container-fluid {
        padding: 0 26px;
    }
}

@media (max-width: 992px) {
    .n3gs5hs-us1wHCE7x9 .container {
        padding: 0 26px;
    }
}

.n3gs5hs-us1wHCE7x9 .row {
    justify-content: center;
}

.n3gs5hs-us1wHCE7x9 .content-wrapper {
    display: flex;
    align-items: center;
    padding: 200px 100px 200px 60px;
    background-color: #0b4e50;
    border-radius: 20px;
}

@media (max-width: 1440px) {
    .n3gs5hs-us1wHCE7x9 .content-wrapper {
        padding: 100px 30px;
    }
}

@media (max-width: 992px) {
    .n3gs5hs-us1wHCE7x9 .content-wrapper {
        padding: 100px 20px;
        display: block;
    }
}

.n3gs5hs-us1wHCE7x9 .content-wrapper .title-wrapper {
    width: 50%;
    padding-right: 45px;
}

@media (max-width: 992px) {
    .n3gs5hs-us1wHCE7x9 .content-wrapper .title-wrapper {
        width: 100%;
        padding-right: 0;
        margin-bottom: 40px;
    }
}

.n3gs5hs-us1wHCE7x9 .content-wrapper .title-wrapper .cnsl-section-title {
    margin-bottom: 30px;
}

.n3gs5hs-us1wHCE7x9 .content-wrapper .title-wrapper .cnsl-desc {
    margin-bottom: 0;
}

.n3gs5hs-us1wHCE7x9 .content-wrapper .text-wrapper {
    width: 50%;
}

@media (max-width: 992px) {
    .n3gs5hs-us1wHCE7x9 .content-wrapper .text-wrapper {
        width: 100%;
    }
}

.n3gs5hs-us1wHCE7x9 .content-wrapper .text-wrapper .cnsl-section-subtitle {
    margin-bottom: 20px;
}

.n3gs5hs-us1wHCE7x9 .content-wrapper .text-wrapper .cnsl-text {
    margin-bottom: 20px;
}

.n3gs5hs-us1wHCE7x9 .content-wrapper .text-wrapper .link-wrapper:hover .cnsl-link,
.n3gs5hs-us1wHCE7x9 .content-wrapper .text-wrapper .link-wrapper:focus .cnsl-link {
    color: #000000;
}

.n3gs5hs-us1wHCE7x9 .content-wrapper .text-wrapper .link-wrapper .cnsl-link {
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
}

.n3gs5hs-us1wHCE7x9 .cnsl-section-title {
    color: #ffffff;
}

.n3gs5hs-us1wHCE7x9 .cnsl-section-subtitle {
    color: #ffffff;
}

.n3gs5hs-us1wHCE7x9 .cnsl-desc {
    color: #ffffff;
}

.n3gs5hs-us1wHCE7x9 .cnsl-text {
    color: #ffffff;
}

.n3gs5hs-us1wHCE7x9 .cnsl-link {
    color: #ffffff;
}

.n3gs5hs-us1wOvsMnQ {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #0b4e50;
}

.n3gs5hs-us1wOvsMnQ .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us1wOvsMnQ .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.n3gs5hs-us1wOvsMnQ .container-fluid {
    padding: 0 50px;
}

@media (max-width: 1440px) {
    .n3gs5hs-us1wOvsMnQ .container-fluid {
        padding: 0 40px;
    }
}

@media (max-width: 992px) {
    .n3gs5hs-us1wOvsMnQ .container-fluid {
        padding: 0 20px;
    }
}

@media (max-width: 992px) {
    .n3gs5hs-us1wOvsMnQ .container {
        padding: 0 20px;
    }
}

.n3gs5hs-us1wOvsMnQ .row {
    justify-content: center;
}

.n3gs5hs-us1wOvsMnQ .content-wrapper {
    display: flex;
}

@media (max-width: 992px) {
    .n3gs5hs-us1wOvsMnQ .content-wrapper {
        display: block;
    }
}

.n3gs5hs-us1wOvsMnQ .content-wrapper .card {
    justify-content: center;
}

.n3gs5hs-us1wOvsMnQ .content-wrapper .image-wrapper {
    width: 50%;
}

@media (max-width: 992px) {
    .n3gs5hs-us1wOvsMnQ .content-wrapper .image-wrapper {
        width: 100%;
        margin-bottom: 40px;
    }
}

.n3gs5hs-us1wOvsMnQ .content-wrapper .image-wrapper img {
    height: 530px;
    object-fit: cover;
    border-radius: 20px !important;
}

@media (max-width: 992px) {
    .n3gs5hs-us1wOvsMnQ .content-wrapper .image-wrapper img {
        height: 350px;
    }
}

.n3gs5hs-us1wOvsMnQ .content-wrapper .content-wrap {
    width: 50%;
    padding-left: 200px;
}

@media (max-width: 1440px) {
    .n3gs5hs-us1wOvsMnQ .content-wrapper .content-wrap {
        padding-left: 100px;
    }
}

@media (max-width: 1199px) {
    .n3gs5hs-us1wOvsMnQ .content-wrapper .content-wrap {
        padding-left: 40px;
    }
}

@media (max-width: 992px) {
    .n3gs5hs-us1wOvsMnQ .content-wrapper .content-wrap {
        width: 100%;
        padding-left: 0;
    }
}

.n3gs5hs-us1wOvsMnQ .content-wrapper .content-wrap .cnsl-section-title {
    margin-bottom: 40px;
}

.n3gs5hs-us1wOvsMnQ .content-wrapper .content-wrap .cnsl-text {
    margin-bottom: 0;
    line-height: 1.6;
}

.n3gs5hs-us1wOvsMnQ .cnsl-section-title {
    color: #ffffff;
}

.n3gs5hs-us1wOvsMnQ .cnsl-text {
    color: #ffffff;
}

.n3gs5hs-us1xcOgrLn {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: #ffffff;
}

.n3gs5hs-us1xcOgrLn .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us1xcOgrLn .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.n3gs5hs-us1xcOgrLn .container-fluid {
    padding: 0;
}

@media (max-width: 992px) {
    .n3gs5hs-us1xcOgrLn .container-fluid {
        padding: 0;
    }
}

@media (max-width: 992px) {
    .n3gs5hs-us1xcOgrLn .container {
        padding: 0 16px;
    }
}

.n3gs5hs-us1xcOgrLn .row {
    position: relative;
    margin: 0 20px;
}

@media (max-width: 992px) {
    .n3gs5hs-us1xcOgrLn .row {
        margin: 0 10px;
    }
}

.n3gs5hs-us1xcOgrLn .row .card {
    position: relative;
    padding: 0;
}

.n3gs5hs-us1xcOgrLn .row .card .decor-wrapper {
    position: absolute;
    top: -23rem;
    left: -11rem;
    width: 2000px;
    height: 500px;
    border-left: 40px solid #f9a600;
    border-radius: 0;
    pointer-events: none;
}

@media (max-width: 1300px) {
    .n3gs5hs-us1xcOgrLn .row .card .decor-wrapper {
        left: -8rem;
    }
}

@media (max-width: 992px) {
    .n3gs5hs-us1xcOgrLn .row .card .decor-wrapper {
        display: none;
    }
}

.n3gs5hs-us1xcOgrLn .row .card .icon-decor {
    position: absolute;
    top: 3rem;
    left: -13rem;
    width: 100px;
    height: 100px;
    font-size: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #192227;
    color: #fdfcfc;
    border-radius: 100%;
    border: 5px solid #f9a600;
    z-index: 1;
}

@media (max-width: 1300px) {
    .n3gs5hs-us1xcOgrLn .row .card .icon-decor {
        left: -9.8rem;
    }
}

@media (max-width: 992px) {
    .n3gs5hs-us1xcOgrLn .row .card .icon-decor {
        display: none;
    }
}

.n3gs5hs-us1xcOgrLn .title-wrapper {
    position: relative;
    z-index: 1;
    width: 65%;
}

@media (max-width: 992px) {
    .n3gs5hs-us1xcOgrLn .title-wrapper {
        width: 100%;
    }
}

.n3gs5hs-us1xcOgrLn .title-wrapper .cnsl-section-title {
    margin-bottom: 40px;
}

@media (max-width: 992px) {
    .n3gs5hs-us1xcOgrLn .title-wrapper .cnsl-section-title {
        margin-bottom: 20px;
    }
}

.n3gs5hs-us1xcOgrLn .title-wrapper .cnsl-text {
    margin-bottom: 0;
}

.n3gs5hs-us1xcOgrLn .cnsl-section-title {
    color: #000000;
}

.n3gs5hs-us1xcOgrLn .cnsl-text {
    color: #000000;
}

.n3gs5hs-us1xEp8Bva {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #0b4e50;
}

.n3gs5hs-us1xEp8Bva .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us1xEp8Bva .col-12 {
    padding: 0;
}

.n3gs5hs-us1xEp8Bva .row {
    margin: 0;
}

.n3gs5hs-us1xEp8Bva .card-margin {
    margin-left: -1px;
}

@media (max-width: 992px) {
    .n3gs5hs-us1xEp8Bva .card-margin {
        margin-top: -1px;
    }
}

.n3gs5hs-us1xEp8Bva .card-wrapper {
    min-height: 500px;
    border: 1px solid #ffffff;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 2rem;
}

@media (max-width: 767px) {
    .n3gs5hs-us1xEp8Bva .card-wrapper {
        padding: 1rem;
    }
}

.n3gs5hs-us1xEp8Bva .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.n3gs5hs-us1xEp8Bva .card-company-row {
    margin-top: auto;
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .n3gs5hs-us1xEp8Bva .card-company-row {
        margin-top: 0.5em;
    }
}

.n3gs5hs-us1xEp8Bva .card-company-row .card-company-name {
    white-space: nowrap;
    margin-right: 5px;
    margin-bottom: 5px;
}

.n3gs5hs-us1xEp8Bva .card-company-row .card-company-name:last-child {
    margin-right: 0;
}

.n3gs5hs-us1xEp8Bva .card-company-name {
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    border: solid 1px currentColor;
    text-align: left;
    padding: 3px 8px;
    margin-bottom: 0;
    border-radius: 20px;
    line-height: 1;
    color: #221b35;
}

@media (max-width: 991px) {
    .n3gs5hs-us1xEp8Bva .image-wrapper {
        margin-bottom: 1rem;
    }
}

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

.n3gs5hs-us1xEp8Bva .cnsl-section-title {
    color: #ffffff;
}

.n3gs5hs-us1xEp8Bva .cnsl-text,
.n3gs5hs-us1xEp8Bva .cnsl-section-btn {
    color: #ffffff;
}

.n3gs5hs-us1xUZDo10 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.n3gs5hs-us1xUZDo10 .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us1xUZDo10 .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.n3gs5hs-us1xUZDo10 .container-fluid {
    padding: 0 50px;
}

@media (max-width: 1440px) {
    .n3gs5hs-us1xUZDo10 .container-fluid {
        padding: 0 40px;
    }
}

@media (max-width: 992px) {
    .n3gs5hs-us1xUZDo10 .container-fluid {
        padding: 0 20px;
    }
}

@media (max-width: 992px) {
    .n3gs5hs-us1xUZDo10 .container {
        padding: 0 20px;
    }
}

.n3gs5hs-us1xUZDo10 .content-wrapper .cnsl-section-title {
    margin-bottom: 40px;
}

.n3gs5hs-us1xUZDo10 .content-wrapper .text-wrapper .cnsl-text {
    display: inline-flex;
    width: 80%;
    margin-bottom: 30px;
}

@media (max-width: 1200px) {
    .n3gs5hs-us1xUZDo10 .content-wrapper .text-wrapper .cnsl-text {
        width: 100%;
    }
}

.n3gs5hs-us1xUZDo10 .image-wrapper img {
    height: 650px;
    border-radius: 2rem !important;
    object-fit: cover;
}

@media (max-width: 992px) {
    .n3gs5hs-us1xUZDo10 .image-wrapper img {
        height: 350px;
    }
}

.n3gs5hs-us1xUZDo10 .cnsl-section-title {
    color: #ffffff;
}

.n3gs5hs-us1xUZDo10 .cnsl-text {
    color: #ffffff;
}

.n3gs5hs-us1xUZDo10 .cnsl-text,
.n3gs5hs-us1xUZDo10 .text-wrapper {
    color: #000000;
}

.n3gs5hs-us1xUZDo10 .cnsl-section-title,
.n3gs5hs-us1xUZDo10 .cnsl-section-btn {
    color: #000000;
}

.n3gs5hs-us30sIfuEw {
    border-top: 10px solid #fff;
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: #0b4e50;
}

.n3gs5hs-us30sIfuEw .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us30sIfuEw .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.n3gs5hs-us30sIfuEw .row {
    justify-content: space-between;
}

.n3gs5hs-us30sIfuEw .cnsl-section-title {
    margin: 0;
    color: #ffffff;
    text-align: center;
}

@media (max-width: 992px) {
    .n3gs5hs-us30sIfuEw .cnsl-section-title {
        margin-bottom: 20px;
    }
}

.n3gs5hs-us30sIfuEw .cnsl-text {
    margin-bottom: 10px;
    color: #ffffff;
}

@media (max-width: 992px) {
    .n3gs5hs-us30sIfuEw .cnsl-section-btn {
        margin-bottom: 20px;
    }
}

.n3gs5hs-us30sIfuEw .list {
    padding: 0;
    margin-bottom: 0;
    list-style-type: none;
    color: #ffffff;
}

.n3gs5hs-us30sIfuEw .list li {
    margin-bottom: 25px;
}

.n3gs5hs-us30sIfuEw .list li:last-child {
    margin-bottom: 0;
}

.n3gs5hs-us30sIfuEw .cnsl-desc {
    margin-bottom: 8px;
}

.n3gs5hs-us30sIfuEw .social-row {
    display: flex;
    flex-wrap: wrap;
}

.n3gs5hs-us30sIfuEw .social-row .soc-item {
    margin: 9px 9px 0 0;
}

.n3gs5hs-us30sIfuEw .social-row .soc-item a:hover .cnsl-iconfont {
    border-color: #47b5ed;
}

.n3gs5hs-us30sIfuEw .social-row .soc-item a .cnsl-iconfont {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 37px;
    height: 37px;
    font-size: 18px;
    border-radius: 100%;
    border: 1px solid #ffffff;
    transition: all .3s ease;
}

.n3gs5hs-us30sIfuEw .copyright {
    margin: 110px 0 0 0;
    padding: 17px 70px;
    position: relative;
    color: #ffffff;
    text-align: center;
}

.n3gs5hs-us30sIfuEw .copyright:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100rem;
    display: block;
    min-width: 1000vh;
    height: 1px;
    background-color: #ffffff;
    opacity: .4;
}

@media (max-width: 992px) {
    .n3gs5hs-us30sIfuEw .copyright {
        margin-top: 50px;
        padding: 17px 24px;
    }
}

.n3gs5hs-us30sIfuEw .cnsl-desc,
.n3gs5hs-us30sIfuEw .cnsl-iconfont {
    color: #ffffff;
}

.n3gs5hs-k6nd53h {
    background-color: transparent;
}

.n3gs5hs-k6nd53h .navbar-dropdown {
    background-color: #0b4e50 !important;
    padding: 0;
}

.n3gs5hs-k6nd53h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background-color: #0b4e50 !important;
    background: #0b4e50;
}

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

.n3gs5hs-k6nd53h .menu_box {
    flex-wrap: nowrap;
}

@media (max-width: 991px) {
    .n3gs5hs-k6nd53h .menu_box {
        flex-direction: column;
        align-items: flex-start;
    }

    .n3gs5hs-k6nd53h .menu_box .navbar.opened,
    .n3gs5hs-k6nd53h .menu_box .navbar-collapse {
        background-color: #0b4e50 !important;
        transition: all 0s ease 0s;
    }
}

.n3gs5hs-k6nd53h .navbar-dropdown {
    position: relative !important;
}

.n3gs5hs-k6nd53h .icons-menu-main {
    display: flex;
    flex-wrap: wrap;
    min-width: 150px;
    margin-left: 24px;
}

@media (max-width: 991px) {
    .n3gs5hs-k6nd53h .icons-menu-main {
        min-width: auto;
        max-width: 100%;
        margin: 1rem 0 1rem 1rem;
    }
}

@media (max-width: 991px) {
    .n3gs5hs-k6nd53h .cnsl-section-btn-main {
        margin-top: 1rem;
    }
}

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

.n3gs5hs-k6nd53h .btn:hover {
    box-shadow: none;
}

@media (min-width: 992px) {
    .n3gs5hs-k6nd53h .offcanvas {
        padding: 12rem 64px 0;
        width: 35%;
        background-color: #202020;
    }

    .n3gs5hs-k6nd53h .offcanvas_image img {
        width: auto;
        object-fit: cover;
        display: inline-block;
    }

    .n3gs5hs-k6nd53h .offcanvas-header {
        position: relative;
        padding: 0;
    }

    .n3gs5hs-k6nd53h .offcanvas-header .btn-close {
        position: absolute;
        top: -70px;
        right: 0;
        width: 35px;
        height: 30px;
    }

    .n3gs5hs-k6nd53h .offcanvas-body {
        text-align: center;
        padding: 0;
    }

    .n3gs5hs-k6nd53h .offcanvas-body .cnsl-text,
    .n3gs5hs-k6nd53h .offcanvas-body .cnsl-section-subtitle {
        margin-bottom: 32px;
    }

    .n3gs5hs-k6nd53h .offcanvas-body .offcanvas_contact {
        margin: 0;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas {
        outline: none;
        width: 40px;
        height: 40px;
        cursor: pointer;
        transition: all 0.2s;
        position: relative;
        align-self: center;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas .hamburger span {
        position: absolute;
        right: 0;
        width: 40px;
        height: 2px;
        border-right: 5px;
        background-color: #0b4e50;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
        top: 18px;
        transition: all 0.2s;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
        top: 25px;
        transition: all 0.2s;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas:hover .hamburger span {
        width: 36px;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
        width: 33px;
        transition-delay: 0.2s;
    }

    .n3gs5hs-k6nd53h ul.navbar-nav {
        padding-bottom: 1.5rem;
    }

    .n3gs5hs-k6nd53h .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
    .n3gs5hs-k6nd53h .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);
    }

    .n3gs5hs-k6nd53h .link.dropdown-toggle::after {
        padding: 0 !important;
        transform: rotate(45deg);
    }

    .n3gs5hs-k6nd53h li.nav-item {
        position: relative;
        display: inline-block;
        padding: 0 !important;
        vertical-align: middle;
        line-height: 2em !important;
        font-weight: 600 !important;
        text-decoration: none;
        letter-spacing: 0 !important;
        z-index: 1;
    }

    .n3gs5hs-k6nd53h .lg_brand {
        margin: 0 1rem;
    }

    .n3gs5hs-k6nd53h .navbar-nav.nav-dropdown {
        display: -webkit-flex;
        width: 100%;
        justify-content: center;
        min-width: 200px;
    }
}

.n3gs5hs-k6nd53h .nav-item {
    margin: 4px 15px;
}

@media (min-width: 1200px) {
    .n3gs5hs-k6nd53h .nav-item {
        margin: 4px 24px;
    }
}

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

.n3gs5hs-k6nd53h .nav-item .nav-link {
    transition: all 0.5s ease-out;
    border-radius: .5rem !important;
    position: relative;
}

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

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

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

@media (min-width: 992px) {
    .n3gs5hs-k6nd53h .dropdown-menu {
        padding: 18px 34px 22px;
        min-width: 250px;
        top: auto !important;
        left: -40px !important;
    }

    .n3gs5hs-k6nd53h .dropdown-menu.dropdown-submenu {
        left: 215px !important;
        top: -45% !important;
    }
}

@media (max-width: 991px) {

    .n3gs5hs-k6nd53h .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
    .n3gs5hs-k6nd53h .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;
    }

    .n3gs5hs-k6nd53h .show.dropdown-toggle[aria-expanded="true"]::after {
        transform: rotate(45deg);
        margin-top: -4px;
    }

    .n3gs5hs-k6nd53h .offcanvas_box {
        display: none;
    }
}

.n3gs5hs-k6nd53h .dropdown-item {
    border: none;
    font-weight: 300 !important;
}

.n3gs5hs-k6nd53h .nav-dropdown .link {
    font-weight: 400 !important;
    padding: 0 !important;
    margin: 0 !important;
}

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

.n3gs5hs-k6nd53h .container {
    display: flex;
    margin: auto;
}

.n3gs5hs-k6nd53h .iconfont-wrapper {
    color: #202020;
    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;
}

.n3gs5hs-k6nd53h .iconfont-wrapper:last-child {
    margin-right: 0;
}

.n3gs5hs-k6nd53h .iconfont-wrapper:hover {
    opacity: .5;
}

.n3gs5hs-k6nd53h .navbar-nav {
    margin: 0 1rem;
}

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

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

.n3gs5hs-k6nd53h .nav-item:focus,
.n3gs5hs-k6nd53h .nav-link:focus {
    outline: none;
}

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

.n3gs5hs-k6nd53h .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
}

.n3gs5hs-k6nd53h .dropdown .dropdown-menu .dropdown-item .cnsl-iconfont {
    margin-right: 0.5rem;
    vertical-align: sub;
}

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

.n3gs5hs-k6nd53h .collapsed .dropdown-menu .dropdown-item:before {
    display: none;
}

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

.n3gs5hs-k6nd53h .navbar {
    min-height: 70px;
    padding: 10px 0;
    transition: all 0.3s;
    border-bottom-width: 0;
}

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

.n3gs5hs-k6nd53h .navbar.opened {
    transition: all 0.3s;
}

.n3gs5hs-k6nd53h .navbar .dropdown-item {
    padding: 0;
    margin: 8px 0;
}

.n3gs5hs-k6nd53h .navbar .navbar-logo img {
    max-width: 40px;
    min-height: 40px;
    object-fit: contain;
    border-radius: 10px !important;
}

.n3gs5hs-k6nd53h .navbar .navbar-collapse {
    justify-content: center;
    justify-content: flex-end;
    justify-content: space-between;
    z-index: 1;
}

.n3gs5hs-k6nd53h .navbar.collapsed {
    justify-content: center;
}

.n3gs5hs-k6nd53h .navbar.collapsed .nav-item .nav-link::before {
    display: none;
}

.n3gs5hs-k6nd53h .navbar.collapsed.opened .dropdown-menu {
    top: 0;
}

.n3gs5hs-k6nd53h .navbar.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
}

.n3gs5hs-k6nd53h .navbar.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
}

.n3gs5hs-k6nd53h .navbar.collapsed ul.navbar-nav li {
    margin: auto;
}

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

.n3gs5hs-k6nd53h .navbar.collapsed .icons-menu {
    padding: 0;
}

@media (max-width: 991px) {
    .n3gs5hs-k6nd53h .navbar .nav-item {
        padding: .5rem 0;
    }

    .n3gs5hs-k6nd53h .navbar .navbar-collapse {
        padding: 34px 0;
        border-radius: 16px;
        width: 100%;
    }

    .n3gs5hs-k6nd53h .navbar .nav-item .nav-link::before {
        display: none;
    }

    .n3gs5hs-k6nd53h .navbar.opened .dropdown-menu {
        top: 0;
    }

    .n3gs5hs-k6nd53h .navbar .dropdown-menu {
        padding: 6px 0 6px 15px;
    }

    .n3gs5hs-k6nd53h .navbar .dropdown-menu .dropdown-submenu {
        left: 0 !important;
    }

    .n3gs5hs-k6nd53h .navbar .dropdown-menu .dropdown-item:after {
        right: auto;
        margin-top: -0.4rem;
    }

    .n3gs5hs-k6nd53h .navbar .navbar-logo img {
        height: 3rem !important;
    }

    .n3gs5hs-k6nd53h .navbar ul.navbar-nav {
        overflow: hidden;
    }

    .n3gs5hs-k6nd53h .navbar ul.navbar-nav li {
        margin: 0;
    }

    .n3gs5hs-k6nd53h .navbar .dropdown-menu .dropdown-item {
        padding: 0 !important;
        margin: 0;
        margin-top: 8px;
        text-align: left;
    }

    .n3gs5hs-k6nd53h .navbar .navbar-brand {
        flex-shrink: initial;
        flex-basis: auto;
        word-break: break-word;
        padding-right: 0;
        width: 100%;
        justify-content: space-between;
    }

    .n3gs5hs-k6nd53h .navbar .navbar-toggler {
        flex-basis: auto;
    }

    .n3gs5hs-k6nd53h .navbar .icons-menu {
        padding: 0;
    }
}

.n3gs5hs-k6nd53h .navbar.navbar-short {
    min-height: 60px;
}

.n3gs5hs-k6nd53h .navbar.navbar-short .navbar-logo img {
    height: 2.5rem !important;
}

.n3gs5hs-k6nd53h .navbar.navbar-short .navbar-brand {
    min-height: 60px;
    padding: 0;
}

.n3gs5hs-k6nd53h .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;
}

.n3gs5hs-k6nd53h .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-weight: 700;
}

.n3gs5hs-k6nd53h .navbar-brand .navbar-logo a {
    outline: none;
}

.n3gs5hs-k6nd53h .dropdown-item.active,
.n3gs5hs-k6nd53h .dropdown-item:active {
    background-color: transparent;
}

.n3gs5hs-k6nd53h .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 12px !important;
}

.n3gs5hs-k6nd53h .nav-dropdown .link.dropdown-toggle {
    margin-right: 1.667em;
}

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

.n3gs5hs-k6nd53h .navbar .dropdown.open>.dropdown-menu {
    display: block;
}

.n3gs5hs-k6nd53h ul.navbar-nav {
    flex-wrap: wrap;
    padding: 0;
}

.n3gs5hs-k6nd53h .navbar-buttons {
    text-align: center;
    min-width: 170px;
}

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

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

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

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

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

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

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

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

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

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

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

.n3gs5hs-k6nd53h .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) {
    .n3gs5hs-k6nd53h .navbar {
        height: 70px;
    }

    .n3gs5hs-k6nd53h .navbar.opened {
        height: auto;
    }

    .n3gs5hs-k6nd53h .nav-item .nav-link:hover::before {
        width: 175%;
        max-width: calc(100% + 2rem);
        left: -1rem;
    }
}

.n3gs5hs-k6nd53h .navbar-dropdown .navbar-logo {
    margin-right: 10px;
}

@media (min-width: 768px) {
    .n3gs5hs-k6nd53h .container-fluid {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.n3gs5hs-k6nd53h .cnsl-section-btn-main {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 992px) {
    .n3gs5hs-k6nd53h .cnsl-section-btn-main {
        display: block;
        padding: 0;
    }
}

.n3gs5hs-k6nd53h .cnsl-section-btn-main .btn {
    margin: 8px;
    min-width: 180px;
    padding: 16px 24px;
}

.n3gs5hs-k6nd53h .navbar-caption:hover {
    color: #2a2034;
}

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

.n3gs5hs-k6nd53h .text_widget {
    margin-bottom: 32px;
}

.n3gs5hs-k6nd53h .text_widget a {
    transition: all 0.3s ease-out;
}

.n3gs5hs-k6nd53h .text_widget a:hover,
.n3gs5hs-k6nd53h .text_widget a:focus {
    opacity: .8;
}

.n3gs5hs-k6nd53h .cnsl-section-subtitle {
    color: #ffffff;
    text-align: center;
}

.n3gs5hs-k6nd53h .navbar-caption {
    color: #202020;
}

.n3gs5hs-k6nd53h .cnsl-text {
    color: #ffffff;
    text-align: center;
}

.n3gs5hs-k6nd53h .cnsl-section-subtitle,
.n3gs5hs-k6nd53h .text_widget,
.n3gs5hs-k6nd53h .cnsl-section-btn {
    text-align: center;
}

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

.n3gs5hs-us2YFDkdog {
    padding-top: 12rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.n3gs5hs-us2YFDkdog .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us2YFDkdog .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

@media (max-width: 768px) {
    .n3gs5hs-us2YFDkdog .container {
        padding: 0 16px;
    }
}

.n3gs5hs-us2YFDkdog .row {
    justify-content: center;
    position: relative;
    z-index: 1;
}

.n3gs5hs-us2YFDkdog .content-wrapper .cnsl-section-title {
    margin-bottom: 50px;
}

.n3gs5hs-us2YFDkdog .content-wrapper .cnsl-text {
    margin-bottom: 0;
}

.n3gs5hs-us2YFDkdog .cnsl-section-title {
    color: #000000;
}

.n3gs5hs-us2YFDkdog .cnsl-text {
    color: #000000;
}

.n3gs5hs-us30sIfuEw {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: #0b4e50;
}

.n3gs5hs-us30sIfuEw .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us30sIfuEw .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.n3gs5hs-us30sIfuEw .row {
    justify-content: space-between;
}

.n3gs5hs-us30sIfuEw .cnsl-section-title {
    margin: 0;
    color: #ffffff;
    text-align: center;
}

@media (max-width: 992px) {
    .n3gs5hs-us30sIfuEw .cnsl-section-title {
        margin-bottom: 20px;
    }
}

.n3gs5hs-us30sIfuEw .cnsl-text {
    margin-bottom: 10px;
    color: #ffffff;
}

@media (max-width: 992px) {
    .n3gs5hs-us30sIfuEw .cnsl-section-btn {
        margin-bottom: 20px;
    }
}

.n3gs5hs-us30sIfuEw .list {
    padding: 0;
    margin-bottom: 0;
    list-style-type: none;
    color: #ffffff;
}

.n3gs5hs-us30sIfuEw .list li {
    margin-bottom: 25px;
}

.n3gs5hs-us30sIfuEw .list li:last-child {
    margin-bottom: 0;
}

.n3gs5hs-us30sIfuEw .cnsl-desc {
    margin-bottom: 8px;
}

.n3gs5hs-us30sIfuEw .social-row {
    display: flex;
    flex-wrap: wrap;
}

.n3gs5hs-us30sIfuEw .social-row .soc-item {
    margin: 9px 9px 0 0;
}

.n3gs5hs-us30sIfuEw .social-row .soc-item a:hover .cnsl-iconfont {
    border-color: #47b5ed;
}

.n3gs5hs-us30sIfuEw .social-row .soc-item a .cnsl-iconfont {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 37px;
    height: 37px;
    font-size: 18px;
    border-radius: 100%;
    border: 1px solid #ffffff;
    transition: all .3s ease;
}

.n3gs5hs-us30sIfuEw .copyright {
    margin: 110px 0 0 0;
    padding: 17px 70px;
    position: relative;
    color: #ffffff;
    text-align: center;
}

.n3gs5hs-us30sIfuEw .copyright:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100rem;
    display: block;
    min-width: 1000vh;
    height: 1px;
    background-color: #ffffff;
    opacity: .4;
}

@media (max-width: 992px) {
    .n3gs5hs-us30sIfuEw .copyright {
        margin-top: 50px;
        padding: 17px 24px;
    }
}

.n3gs5hs-us30sIfuEw .cnsl-desc,
.n3gs5hs-us30sIfuEw .cnsl-iconfont {
    color: #ffffff;
}

.n3gs5hs-k6nd53h {
    background-color: transparent;
}

.n3gs5hs-k6nd53h .navbar-dropdown {
    background-color: #0b4e50 !important;
    padding: 0;
}

.n3gs5hs-k6nd53h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background-color: #0b4e50 !important;
    background: #0b4e50;
}

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

.n3gs5hs-k6nd53h .menu_box {
    flex-wrap: nowrap;
}

@media (max-width: 991px) {
    .n3gs5hs-k6nd53h .menu_box {
        flex-direction: column;
        align-items: flex-start;
    }

    .n3gs5hs-k6nd53h .menu_box .navbar.opened,
    .n3gs5hs-k6nd53h .menu_box .navbar-collapse {
        background-color: #0b4e50 !important;
        transition: all 0s ease 0s;
    }
}

.n3gs5hs-k6nd53h .navbar-dropdown {
    position: relative !important;
}

.n3gs5hs-k6nd53h .icons-menu-main {
    display: flex;
    flex-wrap: wrap;
    min-width: 150px;
    margin-left: 24px;
}

@media (max-width: 991px) {
    .n3gs5hs-k6nd53h .icons-menu-main {
        min-width: auto;
        max-width: 100%;
        margin: 1rem 0 1rem 1rem;
    }
}

@media (max-width: 991px) {
    .n3gs5hs-k6nd53h .cnsl-section-btn-main {
        margin-top: 1rem;
    }
}

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

.n3gs5hs-k6nd53h .btn:hover {
    box-shadow: none;
}

@media (min-width: 992px) {
    .n3gs5hs-k6nd53h .offcanvas {
        padding: 12rem 64px 0;
        width: 35%;
        background-color: #202020;
    }

    .n3gs5hs-k6nd53h .offcanvas_image img {
        width: auto;
        object-fit: cover;
        display: inline-block;
    }

    .n3gs5hs-k6nd53h .offcanvas-header {
        position: relative;
        padding: 0;
    }

    .n3gs5hs-k6nd53h .offcanvas-header .btn-close {
        position: absolute;
        top: -70px;
        right: 0;
        width: 35px;
        height: 30px;
    }

    .n3gs5hs-k6nd53h .offcanvas-body {
        text-align: center;
        padding: 0;
    }

    .n3gs5hs-k6nd53h .offcanvas-body .cnsl-text,
    .n3gs5hs-k6nd53h .offcanvas-body .cnsl-section-subtitle {
        margin-bottom: 32px;
    }

    .n3gs5hs-k6nd53h .offcanvas-body .offcanvas_contact {
        margin: 0;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas {
        outline: none;
        width: 40px;
        height: 40px;
        cursor: pointer;
        transition: all 0.2s;
        position: relative;
        align-self: center;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas .hamburger span {
        position: absolute;
        right: 0;
        width: 40px;
        height: 2px;
        border-right: 5px;
        background-color: #0b4e50;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
        top: 18px;
        transition: all 0.2s;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
        top: 25px;
        transition: all 0.2s;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas:hover .hamburger span {
        width: 36px;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
        width: 33px;
        transition-delay: 0.2s;
    }

    .n3gs5hs-k6nd53h ul.navbar-nav {
        padding-bottom: 1.5rem;
    }

    .n3gs5hs-k6nd53h .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
    .n3gs5hs-k6nd53h .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);
    }

    .n3gs5hs-k6nd53h .link.dropdown-toggle::after {
        padding: 0 !important;
        transform: rotate(45deg);
    }

    .n3gs5hs-k6nd53h li.nav-item {
        position: relative;
        display: inline-block;
        padding: 0 !important;
        vertical-align: middle;
        line-height: 2em !important;
        font-weight: 600 !important;
        text-decoration: none;
        letter-spacing: 0 !important;
        z-index: 1;
    }

    .n3gs5hs-k6nd53h .lg_brand {
        margin: 0 1rem;
    }

    .n3gs5hs-k6nd53h .navbar-nav.nav-dropdown {
        display: -webkit-flex;
        width: 100%;
        justify-content: center;
        min-width: 200px;
    }
}

.n3gs5hs-k6nd53h .nav-item {
    margin: 4px 15px;
}

@media (min-width: 1200px) {
    .n3gs5hs-k6nd53h .nav-item {
        margin: 4px 24px;
    }
}

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

.n3gs5hs-k6nd53h .nav-item .nav-link {
    transition: all 0.5s ease-out;
    border-radius: .5rem !important;
    position: relative;
}

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

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

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

@media (min-width: 992px) {
    .n3gs5hs-k6nd53h .dropdown-menu {
        padding: 18px 34px 22px;
        min-width: 250px;
        top: auto !important;
        left: -40px !important;
    }

    .n3gs5hs-k6nd53h .dropdown-menu.dropdown-submenu {
        left: 215px !important;
        top: -45% !important;
    }
}

@media (max-width: 991px) {

    .n3gs5hs-k6nd53h .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
    .n3gs5hs-k6nd53h .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;
    }

    .n3gs5hs-k6nd53h .show.dropdown-toggle[aria-expanded="true"]::after {
        transform: rotate(45deg);
        margin-top: -4px;
    }

    .n3gs5hs-k6nd53h .offcanvas_box {
        display: none;
    }
}

.n3gs5hs-k6nd53h .dropdown-item {
    border: none;
    font-weight: 300 !important;
}

.n3gs5hs-k6nd53h .nav-dropdown .link {
    font-weight: 400 !important;
    padding: 0 !important;
    margin: 0 !important;
}

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

.n3gs5hs-k6nd53h .container {
    display: flex;
    margin: auto;
}

.n3gs5hs-k6nd53h .iconfont-wrapper {
    color: #202020;
    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;
}

.n3gs5hs-k6nd53h .iconfont-wrapper:last-child {
    margin-right: 0;
}

.n3gs5hs-k6nd53h .iconfont-wrapper:hover {
    opacity: .5;
}

.n3gs5hs-k6nd53h .navbar-nav {
    margin: 0 1rem;
}

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

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

.n3gs5hs-k6nd53h .nav-item:focus,
.n3gs5hs-k6nd53h .nav-link:focus {
    outline: none;
}

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

.n3gs5hs-k6nd53h .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
}

.n3gs5hs-k6nd53h .dropdown .dropdown-menu .dropdown-item .cnsl-iconfont {
    margin-right: 0.5rem;
    vertical-align: sub;
}

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

.n3gs5hs-k6nd53h .collapsed .dropdown-menu .dropdown-item:before {
    display: none;
}

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

.n3gs5hs-k6nd53h .navbar {
    min-height: 70px;
    padding: 10px 0;
    transition: all 0.3s;
    border-bottom-width: 0;
}

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

.n3gs5hs-k6nd53h .navbar.opened {
    transition: all 0.3s;
}

.n3gs5hs-k6nd53h .navbar .dropdown-item {
    padding: 0;
    margin: 8px 0;
}

.n3gs5hs-k6nd53h .navbar .navbar-logo img {
    max-width: 40px;
    min-height: 40px;
    object-fit: contain;
    border-radius: 10px !important;
}

.n3gs5hs-k6nd53h .navbar .navbar-collapse {
    justify-content: center;
    justify-content: flex-end;
    justify-content: space-between;
    z-index: 1;
}

.n3gs5hs-k6nd53h .navbar.collapsed {
    justify-content: center;
}

.n3gs5hs-k6nd53h .navbar.collapsed .nav-item .nav-link::before {
    display: none;
}

.n3gs5hs-k6nd53h .navbar.collapsed.opened .dropdown-menu {
    top: 0;
}

.n3gs5hs-k6nd53h .navbar.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
}

.n3gs5hs-k6nd53h .navbar.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
}

.n3gs5hs-k6nd53h .navbar.collapsed ul.navbar-nav li {
    margin: auto;
}

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

.n3gs5hs-k6nd53h .navbar.collapsed .icons-menu {
    padding: 0;
}

@media (max-width: 991px) {
    .n3gs5hs-k6nd53h .navbar .nav-item {
        padding: .5rem 0;
    }

    .n3gs5hs-k6nd53h .navbar .navbar-collapse {
        padding: 34px 0;
        border-radius: 16px;
        width: 100%;
    }

    .n3gs5hs-k6nd53h .navbar .nav-item .nav-link::before {
        display: none;
    }

    .n3gs5hs-k6nd53h .navbar.opened .dropdown-menu {
        top: 0;
    }

    .n3gs5hs-k6nd53h .navbar .dropdown-menu {
        padding: 6px 0 6px 15px;
    }

    .n3gs5hs-k6nd53h .navbar .dropdown-menu .dropdown-submenu {
        left: 0 !important;
    }

    .n3gs5hs-k6nd53h .navbar .dropdown-menu .dropdown-item:after {
        right: auto;
        margin-top: -0.4rem;
    }

    .n3gs5hs-k6nd53h .navbar .navbar-logo img {
        height: 3rem !important;
    }

    .n3gs5hs-k6nd53h .navbar ul.navbar-nav {
        overflow: hidden;
    }

    .n3gs5hs-k6nd53h .navbar ul.navbar-nav li {
        margin: 0;
    }

    .n3gs5hs-k6nd53h .navbar .dropdown-menu .dropdown-item {
        padding: 0 !important;
        margin: 0;
        margin-top: 8px;
        text-align: left;
    }

    .n3gs5hs-k6nd53h .navbar .navbar-brand {
        flex-shrink: initial;
        flex-basis: auto;
        word-break: break-word;
        padding-right: 0;
        width: 100%;
        justify-content: space-between;
    }

    .n3gs5hs-k6nd53h .navbar .navbar-toggler {
        flex-basis: auto;
    }

    .n3gs5hs-k6nd53h .navbar .icons-menu {
        padding: 0;
    }
}

.n3gs5hs-k6nd53h .navbar.navbar-short {
    min-height: 60px;
}

.n3gs5hs-k6nd53h .navbar.navbar-short .navbar-logo img {
    height: 2.5rem !important;
}

.n3gs5hs-k6nd53h .navbar.navbar-short .navbar-brand {
    min-height: 60px;
    padding: 0;
}

.n3gs5hs-k6nd53h .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;
}

.n3gs5hs-k6nd53h .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-weight: 700;
}

.n3gs5hs-k6nd53h .navbar-brand .navbar-logo a {
    outline: none;
}

.n3gs5hs-k6nd53h .dropdown-item.active,
.n3gs5hs-k6nd53h .dropdown-item:active {
    background-color: transparent;
}

.n3gs5hs-k6nd53h .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 12px !important;
}

.n3gs5hs-k6nd53h .nav-dropdown .link.dropdown-toggle {
    margin-right: 1.667em;
}

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

.n3gs5hs-k6nd53h .navbar .dropdown.open>.dropdown-menu {
    display: block;
}

.n3gs5hs-k6nd53h ul.navbar-nav {
    flex-wrap: wrap;
    padding: 0;
}

.n3gs5hs-k6nd53h .navbar-buttons {
    text-align: center;
    min-width: 170px;
}

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

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

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

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

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

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

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

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

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

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

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

.n3gs5hs-k6nd53h .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) {
    .n3gs5hs-k6nd53h .navbar {
        height: 70px;
    }

    .n3gs5hs-k6nd53h .navbar.opened {
        height: auto;
    }

    .n3gs5hs-k6nd53h .nav-item .nav-link:hover::before {
        width: 175%;
        max-width: calc(100% + 2rem);
        left: -1rem;
    }
}

.n3gs5hs-k6nd53h .navbar-dropdown .navbar-logo {
    margin-right: 10px;
}

@media (min-width: 768px) {
    .n3gs5hs-k6nd53h .container-fluid {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.n3gs5hs-k6nd53h .cnsl-section-btn-main {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 992px) {
    .n3gs5hs-k6nd53h .cnsl-section-btn-main {
        display: block;
        padding: 0;
    }
}

.n3gs5hs-k6nd53h .cnsl-section-btn-main .btn {
    margin: 8px;
    min-width: 180px;
    padding: 16px 24px;
}

.n3gs5hs-k6nd53h .navbar-caption:hover {
    color: #2a2034;
}

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

.n3gs5hs-k6nd53h .text_widget {
    margin-bottom: 32px;
}

.n3gs5hs-k6nd53h .text_widget a {
    transition: all 0.3s ease-out;
}

.n3gs5hs-k6nd53h .text_widget a:hover,
.n3gs5hs-k6nd53h .text_widget a:focus {
    opacity: .8;
}

.n3gs5hs-k6nd53h .cnsl-section-subtitle {
    color: #ffffff;
    text-align: center;
}

.n3gs5hs-k6nd53h .navbar-caption {
    color: #202020;
}

.n3gs5hs-k6nd53h .cnsl-text {
    color: #ffffff;
    text-align: center;
}

.n3gs5hs-k6nd53h .cnsl-section-subtitle,
.n3gs5hs-k6nd53h .text_widget,
.n3gs5hs-k6nd53h .cnsl-section-btn {
    text-align: center;
}

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

.n3gs5hs-us2YEVSxjp {
    padding-top: 12rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.n3gs5hs-us2YEVSxjp .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us2YEVSxjp .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

@media (max-width: 768px) {
    .n3gs5hs-us2YEVSxjp .container {
        padding: 0 16px;
    }
}

.n3gs5hs-us2YEVSxjp .row {
    justify-content: center;
    position: relative;
    z-index: 1;
}

.n3gs5hs-us2YEVSxjp .content-wrapper .cnsl-section-title {
    margin-bottom: 50px;
}

.n3gs5hs-us2YEVSxjp .content-wrapper .cnsl-text {
    margin-bottom: 0;
}

.n3gs5hs-us2YEVSxjp .cnsl-section-title {
    color: #000000;
}

.n3gs5hs-us2YEVSxjp .cnsl-text {
    color: #000000;
}

.n3gs5hs-us30sIfuEw {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: #0b4e50;
}

.n3gs5hs-us30sIfuEw .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us30sIfuEw .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.n3gs5hs-us30sIfuEw .row {
    justify-content: space-between;
}

.n3gs5hs-us30sIfuEw .cnsl-section-title {
    margin: 0;
    color: #ffffff;
    text-align: center;
}

@media (max-width: 992px) {
    .n3gs5hs-us30sIfuEw .cnsl-section-title {
        margin-bottom: 20px;
    }
}

.n3gs5hs-us30sIfuEw .cnsl-text {
    margin-bottom: 10px;
    color: #ffffff;
}

@media (max-width: 992px) {
    .n3gs5hs-us30sIfuEw .cnsl-section-btn {
        margin-bottom: 20px;
    }
}

.n3gs5hs-us30sIfuEw .list {
    padding: 0;
    margin-bottom: 0;
    list-style-type: none;
    color: #ffffff;
}

.n3gs5hs-us30sIfuEw .list li {
    margin-bottom: 25px;
}

.n3gs5hs-us30sIfuEw .list li:last-child {
    margin-bottom: 0;
}

.n3gs5hs-us30sIfuEw .cnsl-desc {
    margin-bottom: 8px;
}

.n3gs5hs-us30sIfuEw .social-row {
    display: flex;
    flex-wrap: wrap;
}

.n3gs5hs-us30sIfuEw .social-row .soc-item {
    margin: 9px 9px 0 0;
}

.n3gs5hs-us30sIfuEw .social-row .soc-item a:hover .cnsl-iconfont {
    border-color: #47b5ed;
}

.n3gs5hs-us30sIfuEw .social-row .soc-item a .cnsl-iconfont {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 37px;
    height: 37px;
    font-size: 18px;
    border-radius: 100%;
    border: 1px solid #ffffff;
    transition: all .3s ease;
}

.n3gs5hs-us30sIfuEw .copyright {
    margin: 110px 0 0 0;
    padding: 17px 70px;
    position: relative;
    color: #ffffff;
    text-align: center;
}

.n3gs5hs-us30sIfuEw .copyright:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100rem;
    display: block;
    min-width: 1000vh;
    height: 1px;
    background-color: #ffffff;
    opacity: .4;
}

@media (max-width: 992px) {
    .n3gs5hs-us30sIfuEw .copyright {
        margin-top: 50px;
        padding: 17px 24px;
    }
}

.n3gs5hs-us30sIfuEw .cnsl-desc,
.n3gs5hs-us30sIfuEw .cnsl-iconfont {
    color: #ffffff;
}

.n3gs5hs-k6nd53h {
    background-color: transparent;
}

.n3gs5hs-k6nd53h .navbar-dropdown {
    background-color: #0b4e50 !important;
    padding: 0;
}

.n3gs5hs-k6nd53h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background-color: #0b4e50 !important;
    background: #0b4e50;
}

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

.n3gs5hs-k6nd53h .menu_box {
    flex-wrap: nowrap;
}

@media (max-width: 991px) {
    .n3gs5hs-k6nd53h .menu_box {
        flex-direction: column;
        align-items: flex-start;
    }

    .n3gs5hs-k6nd53h .menu_box .navbar.opened,
    .n3gs5hs-k6nd53h .menu_box .navbar-collapse {
        background-color: #0b4e50 !important;
        transition: all 0s ease 0s;
    }
}

.n3gs5hs-k6nd53h .navbar-dropdown {
    position: relative !important;
}

.n3gs5hs-k6nd53h .icons-menu-main {
    display: flex;
    flex-wrap: wrap;
    min-width: 150px;
    margin-left: 24px;
}

@media (max-width: 991px) {
    .n3gs5hs-k6nd53h .icons-menu-main {
        min-width: auto;
        max-width: 100%;
        margin: 1rem 0 1rem 1rem;
    }
}

@media (max-width: 991px) {
    .n3gs5hs-k6nd53h .cnsl-section-btn-main {
        margin-top: 1rem;
    }
}

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

.n3gs5hs-k6nd53h .btn:hover {
    box-shadow: none;
}

@media (min-width: 992px) {
    .n3gs5hs-k6nd53h .offcanvas {
        padding: 12rem 64px 0;
        width: 35%;
        background-color: #202020;
    }

    .n3gs5hs-k6nd53h .offcanvas_image img {
        width: auto;
        object-fit: cover;
        display: inline-block;
    }

    .n3gs5hs-k6nd53h .offcanvas-header {
        position: relative;
        padding: 0;
    }

    .n3gs5hs-k6nd53h .offcanvas-header .btn-close {
        position: absolute;
        top: -70px;
        right: 0;
        width: 35px;
        height: 30px;
    }

    .n3gs5hs-k6nd53h .offcanvas-body {
        text-align: center;
        padding: 0;
    }

    .n3gs5hs-k6nd53h .offcanvas-body .cnsl-text,
    .n3gs5hs-k6nd53h .offcanvas-body .cnsl-section-subtitle {
        margin-bottom: 32px;
    }

    .n3gs5hs-k6nd53h .offcanvas-body .offcanvas_contact {
        margin: 0;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas {
        outline: none;
        width: 40px;
        height: 40px;
        cursor: pointer;
        transition: all 0.2s;
        position: relative;
        align-self: center;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas .hamburger span {
        position: absolute;
        right: 0;
        width: 40px;
        height: 2px;
        border-right: 5px;
        background-color: #0b4e50;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
        top: 18px;
        transition: all 0.2s;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
        top: 25px;
        transition: all 0.2s;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas:hover .hamburger span {
        width: 36px;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
        width: 33px;
        transition-delay: 0.2s;
    }

    .n3gs5hs-k6nd53h ul.navbar-nav {
        padding-bottom: 1.5rem;
    }

    .n3gs5hs-k6nd53h .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
    .n3gs5hs-k6nd53h .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);
    }

    .n3gs5hs-k6nd53h .link.dropdown-toggle::after {
        padding: 0 !important;
        transform: rotate(45deg);
    }

    .n3gs5hs-k6nd53h li.nav-item {
        position: relative;
        display: inline-block;
        padding: 0 !important;
        vertical-align: middle;
        line-height: 2em !important;
        font-weight: 600 !important;
        text-decoration: none;
        letter-spacing: 0 !important;
        z-index: 1;
    }

    .n3gs5hs-k6nd53h .lg_brand {
        margin: 0 1rem;
    }

    .n3gs5hs-k6nd53h .navbar-nav.nav-dropdown {
        display: -webkit-flex;
        width: 100%;
        justify-content: center;
        min-width: 200px;
    }
}

.n3gs5hs-k6nd53h .nav-item {
    margin: 4px 15px;
}

@media (min-width: 1200px) {
    .n3gs5hs-k6nd53h .nav-item {
        margin: 4px 24px;
    }
}

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

.n3gs5hs-k6nd53h .nav-item .nav-link {
    transition: all 0.5s ease-out;
    border-radius: .5rem !important;
    position: relative;
}

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

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

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

@media (min-width: 992px) {
    .n3gs5hs-k6nd53h .dropdown-menu {
        padding: 18px 34px 22px;
        min-width: 250px;
        top: auto !important;
        left: -40px !important;
    }

    .n3gs5hs-k6nd53h .dropdown-menu.dropdown-submenu {
        left: 215px !important;
        top: -45% !important;
    }
}

@media (max-width: 991px) {

    .n3gs5hs-k6nd53h .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
    .n3gs5hs-k6nd53h .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;
    }

    .n3gs5hs-k6nd53h .show.dropdown-toggle[aria-expanded="true"]::after {
        transform: rotate(45deg);
        margin-top: -4px;
    }

    .n3gs5hs-k6nd53h .offcanvas_box {
        display: none;
    }
}

.n3gs5hs-k6nd53h .dropdown-item {
    border: none;
    font-weight: 300 !important;
}

.n3gs5hs-k6nd53h .nav-dropdown .link {
    font-weight: 400 !important;
    padding: 0 !important;
    margin: 0 !important;
}

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

.n3gs5hs-k6nd53h .container {
    display: flex;
    margin: auto;
}

.n3gs5hs-k6nd53h .iconfont-wrapper {
    color: #202020;
    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;
}

.n3gs5hs-k6nd53h .iconfont-wrapper:last-child {
    margin-right: 0;
}

.n3gs5hs-k6nd53h .iconfont-wrapper:hover {
    opacity: .5;
}

.n3gs5hs-k6nd53h .navbar-nav {
    margin: 0 1rem;
}

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

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

.n3gs5hs-k6nd53h .nav-item:focus,
.n3gs5hs-k6nd53h .nav-link:focus {
    outline: none;
}

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

.n3gs5hs-k6nd53h .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
}

.n3gs5hs-k6nd53h .dropdown .dropdown-menu .dropdown-item .cnsl-iconfont {
    margin-right: 0.5rem;
    vertical-align: sub;
}

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

.n3gs5hs-k6nd53h .collapsed .dropdown-menu .dropdown-item:before {
    display: none;
}

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

.n3gs5hs-k6nd53h .navbar {
    min-height: 70px;
    padding: 10px 0;
    transition: all 0.3s;
    border-bottom-width: 0;
}

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

.n3gs5hs-k6nd53h .navbar.opened {
    transition: all 0.3s;
}

.n3gs5hs-k6nd53h .navbar .dropdown-item {
    padding: 0;
    margin: 8px 0;
}

.n3gs5hs-k6nd53h .navbar .navbar-logo img {
    max-width: 40px;
    min-height: 40px;
    object-fit: contain;
    border-radius: 10px !important;
}

.n3gs5hs-k6nd53h .navbar .navbar-collapse {
    justify-content: center;
    justify-content: flex-end;
    justify-content: space-between;
    z-index: 1;
}

.n3gs5hs-k6nd53h .navbar.collapsed {
    justify-content: center;
}

.n3gs5hs-k6nd53h .navbar.collapsed .nav-item .nav-link::before {
    display: none;
}

.n3gs5hs-k6nd53h .navbar.collapsed.opened .dropdown-menu {
    top: 0;
}

.n3gs5hs-k6nd53h .navbar.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
}

.n3gs5hs-k6nd53h .navbar.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
}

.n3gs5hs-k6nd53h .navbar.collapsed ul.navbar-nav li {
    margin: auto;
}

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

.n3gs5hs-k6nd53h .navbar.collapsed .icons-menu {
    padding: 0;
}

@media (max-width: 991px) {
    .n3gs5hs-k6nd53h .navbar .nav-item {
        padding: .5rem 0;
    }

    .n3gs5hs-k6nd53h .navbar .navbar-collapse {
        padding: 34px 0;
        border-radius: 16px;
        width: 100%;
    }

    .n3gs5hs-k6nd53h .navbar .nav-item .nav-link::before {
        display: none;
    }

    .n3gs5hs-k6nd53h .navbar.opened .dropdown-menu {
        top: 0;
    }

    .n3gs5hs-k6nd53h .navbar .dropdown-menu {
        padding: 6px 0 6px 15px;
    }

    .n3gs5hs-k6nd53h .navbar .dropdown-menu .dropdown-submenu {
        left: 0 !important;
    }

    .n3gs5hs-k6nd53h .navbar .dropdown-menu .dropdown-item:after {
        right: auto;
        margin-top: -0.4rem;
    }

    .n3gs5hs-k6nd53h .navbar .navbar-logo img {
        height: 3rem !important;
    }

    .n3gs5hs-k6nd53h .navbar ul.navbar-nav {
        overflow: hidden;
    }

    .n3gs5hs-k6nd53h .navbar ul.navbar-nav li {
        margin: 0;
    }

    .n3gs5hs-k6nd53h .navbar .dropdown-menu .dropdown-item {
        padding: 0 !important;
        margin: 0;
        margin-top: 8px;
        text-align: left;
    }

    .n3gs5hs-k6nd53h .navbar .navbar-brand {
        flex-shrink: initial;
        flex-basis: auto;
        word-break: break-word;
        padding-right: 0;
        width: 100%;
        justify-content: space-between;
    }

    .n3gs5hs-k6nd53h .navbar .navbar-toggler {
        flex-basis: auto;
    }

    .n3gs5hs-k6nd53h .navbar .icons-menu {
        padding: 0;
    }
}

.n3gs5hs-k6nd53h .navbar.navbar-short {
    min-height: 60px;
}

.n3gs5hs-k6nd53h .navbar.navbar-short .navbar-logo img {
    height: 2.5rem !important;
}

.n3gs5hs-k6nd53h .navbar.navbar-short .navbar-brand {
    min-height: 60px;
    padding: 0;
}

.n3gs5hs-k6nd53h .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;
}

.n3gs5hs-k6nd53h .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-weight: 700;
}

.n3gs5hs-k6nd53h .navbar-brand .navbar-logo a {
    outline: none;
}

.n3gs5hs-k6nd53h .dropdown-item.active,
.n3gs5hs-k6nd53h .dropdown-item:active {
    background-color: transparent;
}

.n3gs5hs-k6nd53h .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 12px !important;
}

.n3gs5hs-k6nd53h .nav-dropdown .link.dropdown-toggle {
    margin-right: 1.667em;
}

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

.n3gs5hs-k6nd53h .navbar .dropdown.open>.dropdown-menu {
    display: block;
}

.n3gs5hs-k6nd53h ul.navbar-nav {
    flex-wrap: wrap;
    padding: 0;
}

.n3gs5hs-k6nd53h .navbar-buttons {
    text-align: center;
    min-width: 170px;
}

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

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

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

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

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

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

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

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

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

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

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

.n3gs5hs-k6nd53h .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) {
    .n3gs5hs-k6nd53h .navbar {
        height: 70px;
    }

    .n3gs5hs-k6nd53h .navbar.opened {
        height: auto;
    }

    .n3gs5hs-k6nd53h .nav-item .nav-link:hover::before {
        width: 175%;
        max-width: calc(100% + 2rem);
        left: -1rem;
    }
}

.n3gs5hs-k6nd53h .navbar-dropdown .navbar-logo {
    margin-right: 10px;
}

@media (min-width: 768px) {
    .n3gs5hs-k6nd53h .container-fluid {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.n3gs5hs-k6nd53h .cnsl-section-btn-main {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 992px) {
    .n3gs5hs-k6nd53h .cnsl-section-btn-main {
        display: block;
        padding: 0;
    }
}

.n3gs5hs-k6nd53h .cnsl-section-btn-main .btn {
    margin: 8px;
    min-width: 180px;
    padding: 16px 24px;
}

.n3gs5hs-k6nd53h .navbar-caption:hover {
    color: #2a2034;
}

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

.n3gs5hs-k6nd53h .text_widget {
    margin-bottom: 32px;
}

.n3gs5hs-k6nd53h .text_widget a {
    transition: all 0.3s ease-out;
}

.n3gs5hs-k6nd53h .text_widget a:hover,
.n3gs5hs-k6nd53h .text_widget a:focus {
    opacity: .8;
}

.n3gs5hs-k6nd53h .cnsl-section-subtitle {
    color: #ffffff;
    text-align: center;
}

.n3gs5hs-k6nd53h .navbar-caption {
    color: #202020;
}

.n3gs5hs-k6nd53h .cnsl-text {
    color: #ffffff;
    text-align: center;
}

.n3gs5hs-k6nd53h .cnsl-section-subtitle,
.n3gs5hs-k6nd53h .text_widget,
.n3gs5hs-k6nd53h .cnsl-section-btn {
    text-align: center;
}

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

.n3gs5hs-us2YEn4sol {
    padding-top: 12rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.n3gs5hs-us2YEn4sol .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us2YEn4sol .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

@media (max-width: 768px) {
    .n3gs5hs-us2YEn4sol .container {
        padding: 0 16px;
    }
}

.n3gs5hs-us2YEn4sol .row {
    justify-content: center;
    position: relative;
    z-index: 1;
}

.n3gs5hs-us2YEn4sol .content-wrapper .cnsl-section-title {
    margin-bottom: 50px;
}

.n3gs5hs-us2YEn4sol .content-wrapper .cnsl-text {
    margin-bottom: 0;
}

.n3gs5hs-us2YEn4sol .cnsl-section-title {
    color: #000000;
}

.n3gs5hs-us2YEn4sol .cnsl-text {
    color: #000000;
}

.n3gs5hs-us30sIfuEw {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: #0b4e50;
}

.n3gs5hs-us30sIfuEw .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us30sIfuEw .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.n3gs5hs-us30sIfuEw .row {
    justify-content: space-between;
}

.n3gs5hs-us30sIfuEw .cnsl-section-title {
    margin: 0;
    color: #ffffff;
    text-align: center;
}

@media (max-width: 992px) {
    .n3gs5hs-us30sIfuEw .cnsl-section-title {
        margin-bottom: 20px;
    }
}

.n3gs5hs-us30sIfuEw .cnsl-text {
    margin-bottom: 10px;
    color: #ffffff;
}

@media (max-width: 992px) {
    .n3gs5hs-us30sIfuEw .cnsl-section-btn {
        margin-bottom: 20px;
    }
}

.n3gs5hs-us30sIfuEw .list {
    padding: 0;
    margin-bottom: 0;
    list-style-type: none;
    color: #ffffff;
}

.n3gs5hs-us30sIfuEw .list li {
    margin-bottom: 25px;
}

.n3gs5hs-us30sIfuEw .list li:last-child {
    margin-bottom: 0;
}

.n3gs5hs-us30sIfuEw .cnsl-desc {
    margin-bottom: 8px;
}

.n3gs5hs-us30sIfuEw .social-row {
    display: flex;
    flex-wrap: wrap;
}

.n3gs5hs-us30sIfuEw .social-row .soc-item {
    margin: 9px 9px 0 0;
}

.n3gs5hs-us30sIfuEw .social-row .soc-item a:hover .cnsl-iconfont {
    border-color: #47b5ed;
}

.n3gs5hs-us30sIfuEw .social-row .soc-item a .cnsl-iconfont {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 37px;
    height: 37px;
    font-size: 18px;
    border-radius: 100%;
    border: 1px solid #ffffff;
    transition: all .3s ease;
}

.n3gs5hs-us30sIfuEw .copyright {
    margin: 110px 0 0 0;
    padding: 17px 70px;
    position: relative;
    color: #ffffff;
    text-align: center;
}

.n3gs5hs-us30sIfuEw .copyright:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100rem;
    display: block;
    min-width: 1000vh;
    height: 1px;
    background-color: #ffffff;
    opacity: .4;
}

@media (max-width: 992px) {
    .n3gs5hs-us30sIfuEw .copyright {
        margin-top: 50px;
        padding: 17px 24px;
    }
}

.n3gs5hs-us30sIfuEw .cnsl-desc,
.n3gs5hs-us30sIfuEw .cnsl-iconfont {
    color: #ffffff;
}

.n3gs5hs-k6nd53h {
    background-color: transparent;
}

.n3gs5hs-k6nd53h .navbar-dropdown {
    background-color: #0b4e50 !important;
    padding: 0;
}

.n3gs5hs-k6nd53h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background-color: #0b4e50 !important;
    background: #0b4e50;
}

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

.n3gs5hs-k6nd53h .menu_box {
    flex-wrap: nowrap;
}

@media (max-width: 991px) {
    .n3gs5hs-k6nd53h .menu_box {
        flex-direction: column;
        align-items: flex-start;
    }

    .n3gs5hs-k6nd53h .menu_box .navbar.opened,
    .n3gs5hs-k6nd53h .menu_box .navbar-collapse {
        background-color: #0b4e50 !important;
        transition: all 0s ease 0s;
    }
}

.n3gs5hs-k6nd53h .navbar-dropdown {
    position: relative !important;
}

.n3gs5hs-k6nd53h .icons-menu-main {
    display: flex;
    flex-wrap: wrap;
    min-width: 150px;
    margin-left: 24px;
}

@media (max-width: 991px) {
    .n3gs5hs-k6nd53h .icons-menu-main {
        min-width: auto;
        max-width: 100%;
        margin: 1rem 0 1rem 1rem;
    }
}

@media (max-width: 991px) {
    .n3gs5hs-k6nd53h .cnsl-section-btn-main {
        margin-top: 1rem;
    }
}

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

.n3gs5hs-k6nd53h .btn:hover {
    box-shadow: none;
}

@media (min-width: 992px) {
    .n3gs5hs-k6nd53h .offcanvas {
        padding: 12rem 64px 0;
        width: 35%;
        background-color: #202020;
    }

    .n3gs5hs-k6nd53h .offcanvas_image img {
        width: auto;
        object-fit: cover;
        display: inline-block;
    }

    .n3gs5hs-k6nd53h .offcanvas-header {
        position: relative;
        padding: 0;
    }

    .n3gs5hs-k6nd53h .offcanvas-header .btn-close {
        position: absolute;
        top: -70px;
        right: 0;
        width: 35px;
        height: 30px;
    }

    .n3gs5hs-k6nd53h .offcanvas-body {
        text-align: center;
        padding: 0;
    }

    .n3gs5hs-k6nd53h .offcanvas-body .cnsl-text,
    .n3gs5hs-k6nd53h .offcanvas-body .cnsl-section-subtitle {
        margin-bottom: 32px;
    }

    .n3gs5hs-k6nd53h .offcanvas-body .offcanvas_contact {
        margin: 0;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas {
        outline: none;
        width: 40px;
        height: 40px;
        cursor: pointer;
        transition: all 0.2s;
        position: relative;
        align-self: center;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas .hamburger span {
        position: absolute;
        right: 0;
        width: 40px;
        height: 2px;
        border-right: 5px;
        background-color: #0b4e50;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
        top: 18px;
        transition: all 0.2s;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
        top: 25px;
        transition: all 0.2s;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas:hover .hamburger span {
        width: 36px;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
        width: 33px;
        transition-delay: 0.2s;
    }

    .n3gs5hs-k6nd53h ul.navbar-nav {
        padding-bottom: 1.5rem;
    }

    .n3gs5hs-k6nd53h .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
    .n3gs5hs-k6nd53h .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);
    }

    .n3gs5hs-k6nd53h .link.dropdown-toggle::after {
        padding: 0 !important;
        transform: rotate(45deg);
    }

    .n3gs5hs-k6nd53h li.nav-item {
        position: relative;
        display: inline-block;
        padding: 0 !important;
        vertical-align: middle;
        line-height: 2em !important;
        font-weight: 600 !important;
        text-decoration: none;
        letter-spacing: 0 !important;
        z-index: 1;
    }

    .n3gs5hs-k6nd53h .lg_brand {
        margin: 0 1rem;
    }

    .n3gs5hs-k6nd53h .navbar-nav.nav-dropdown {
        display: -webkit-flex;
        width: 100%;
        justify-content: center;
        min-width: 200px;
    }
}

.n3gs5hs-k6nd53h .nav-item {
    margin: 4px 15px;
}

@media (min-width: 1200px) {
    .n3gs5hs-k6nd53h .nav-item {
        margin: 4px 24px;
    }
}

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

.n3gs5hs-k6nd53h .nav-item .nav-link {
    transition: all 0.5s ease-out;
    border-radius: .5rem !important;
    position: relative;
}

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

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

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

@media (min-width: 992px) {
    .n3gs5hs-k6nd53h .dropdown-menu {
        padding: 18px 34px 22px;
        min-width: 250px;
        top: auto !important;
        left: -40px !important;
    }

    .n3gs5hs-k6nd53h .dropdown-menu.dropdown-submenu {
        left: 215px !important;
        top: -45% !important;
    }
}

@media (max-width: 991px) {

    .n3gs5hs-k6nd53h .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
    .n3gs5hs-k6nd53h .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;
    }

    .n3gs5hs-k6nd53h .show.dropdown-toggle[aria-expanded="true"]::after {
        transform: rotate(45deg);
        margin-top: -4px;
    }

    .n3gs5hs-k6nd53h .offcanvas_box {
        display: none;
    }
}

.n3gs5hs-k6nd53h .dropdown-item {
    border: none;
    font-weight: 300 !important;
}

.n3gs5hs-k6nd53h .nav-dropdown .link {
    font-weight: 400 !important;
    padding: 0 !important;
    margin: 0 !important;
}

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

.n3gs5hs-k6nd53h .container {
    display: flex;
    margin: auto;
}

.n3gs5hs-k6nd53h .iconfont-wrapper {
    color: #202020;
    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;
}

.n3gs5hs-k6nd53h .iconfont-wrapper:last-child {
    margin-right: 0;
}

.n3gs5hs-k6nd53h .iconfont-wrapper:hover {
    opacity: .5;
}

.n3gs5hs-k6nd53h .navbar-nav {
    margin: 0 1rem;
}

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

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

.n3gs5hs-k6nd53h .nav-item:focus,
.n3gs5hs-k6nd53h .nav-link:focus {
    outline: none;
}

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

.n3gs5hs-k6nd53h .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
}

.n3gs5hs-k6nd53h .dropdown .dropdown-menu .dropdown-item .cnsl-iconfont {
    margin-right: 0.5rem;
    vertical-align: sub;
}

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

.n3gs5hs-k6nd53h .collapsed .dropdown-menu .dropdown-item:before {
    display: none;
}

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

.n3gs5hs-k6nd53h .navbar {
    min-height: 70px;
    padding: 10px 0;
    transition: all 0.3s;
    border-bottom-width: 0;
}

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

.n3gs5hs-k6nd53h .navbar.opened {
    transition: all 0.3s;
}

.n3gs5hs-k6nd53h .navbar .dropdown-item {
    padding: 0;
    margin: 8px 0;
}

.n3gs5hs-k6nd53h .navbar .navbar-logo img {
    max-width: 40px;
    min-height: 40px;
    object-fit: contain;
    border-radius: 10px !important;
}

.n3gs5hs-k6nd53h .navbar .navbar-collapse {
    justify-content: center;
    justify-content: flex-end;
    justify-content: space-between;
    z-index: 1;
}

.n3gs5hs-k6nd53h .navbar.collapsed {
    justify-content: center;
}

.n3gs5hs-k6nd53h .navbar.collapsed .nav-item .nav-link::before {
    display: none;
}

.n3gs5hs-k6nd53h .navbar.collapsed.opened .dropdown-menu {
    top: 0;
}

.n3gs5hs-k6nd53h .navbar.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
}

.n3gs5hs-k6nd53h .navbar.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
}

.n3gs5hs-k6nd53h .navbar.collapsed ul.navbar-nav li {
    margin: auto;
}

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

.n3gs5hs-k6nd53h .navbar.collapsed .icons-menu {
    padding: 0;
}

@media (max-width: 991px) {
    .n3gs5hs-k6nd53h .navbar .nav-item {
        padding: .5rem 0;
    }

    .n3gs5hs-k6nd53h .navbar .navbar-collapse {
        padding: 34px 0;
        border-radius: 16px;
        width: 100%;
    }

    .n3gs5hs-k6nd53h .navbar .nav-item .nav-link::before {
        display: none;
    }

    .n3gs5hs-k6nd53h .navbar.opened .dropdown-menu {
        top: 0;
    }

    .n3gs5hs-k6nd53h .navbar .dropdown-menu {
        padding: 6px 0 6px 15px;
    }

    .n3gs5hs-k6nd53h .navbar .dropdown-menu .dropdown-submenu {
        left: 0 !important;
    }

    .n3gs5hs-k6nd53h .navbar .dropdown-menu .dropdown-item:after {
        right: auto;
        margin-top: -0.4rem;
    }

    .n3gs5hs-k6nd53h .navbar .navbar-logo img {
        height: 3rem !important;
    }

    .n3gs5hs-k6nd53h .navbar ul.navbar-nav {
        overflow: hidden;
    }

    .n3gs5hs-k6nd53h .navbar ul.navbar-nav li {
        margin: 0;
    }

    .n3gs5hs-k6nd53h .navbar .dropdown-menu .dropdown-item {
        padding: 0 !important;
        margin: 0;
        margin-top: 8px;
        text-align: left;
    }

    .n3gs5hs-k6nd53h .navbar .navbar-brand {
        flex-shrink: initial;
        flex-basis: auto;
        word-break: break-word;
        padding-right: 0;
        width: 100%;
        justify-content: space-between;
    }

    .n3gs5hs-k6nd53h .navbar .navbar-toggler {
        flex-basis: auto;
    }

    .n3gs5hs-k6nd53h .navbar .icons-menu {
        padding: 0;
    }
}

.n3gs5hs-k6nd53h .navbar.navbar-short {
    min-height: 60px;
}

.n3gs5hs-k6nd53h .navbar.navbar-short .navbar-logo img {
    height: 2.5rem !important;
}

.n3gs5hs-k6nd53h .navbar.navbar-short .navbar-brand {
    min-height: 60px;
    padding: 0;
}

.n3gs5hs-k6nd53h .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;
}

.n3gs5hs-k6nd53h .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-weight: 700;
}

.n3gs5hs-k6nd53h .navbar-brand .navbar-logo a {
    outline: none;
}

.n3gs5hs-k6nd53h .dropdown-item.active,
.n3gs5hs-k6nd53h .dropdown-item:active {
    background-color: transparent;
}

.n3gs5hs-k6nd53h .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 12px !important;
}

.n3gs5hs-k6nd53h .nav-dropdown .link.dropdown-toggle {
    margin-right: 1.667em;
}

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

.n3gs5hs-k6nd53h .navbar .dropdown.open>.dropdown-menu {
    display: block;
}

.n3gs5hs-k6nd53h ul.navbar-nav {
    flex-wrap: wrap;
    padding: 0;
}

.n3gs5hs-k6nd53h .navbar-buttons {
    text-align: center;
    min-width: 170px;
}

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

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

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

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

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

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

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

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

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

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

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

.n3gs5hs-k6nd53h .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) {
    .n3gs5hs-k6nd53h .navbar {
        height: 70px;
    }

    .n3gs5hs-k6nd53h .navbar.opened {
        height: auto;
    }

    .n3gs5hs-k6nd53h .nav-item .nav-link:hover::before {
        width: 175%;
        max-width: calc(100% + 2rem);
        left: -1rem;
    }
}

.n3gs5hs-k6nd53h .navbar-dropdown .navbar-logo {
    margin-right: 10px;
}

@media (min-width: 768px) {
    .n3gs5hs-k6nd53h .container-fluid {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.n3gs5hs-k6nd53h .cnsl-section-btn-main {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 992px) {
    .n3gs5hs-k6nd53h .cnsl-section-btn-main {
        display: block;
        padding: 0;
    }
}

.n3gs5hs-k6nd53h .cnsl-section-btn-main .btn {
    margin: 8px;
    min-width: 180px;
    padding: 16px 24px;
}

.n3gs5hs-k6nd53h .navbar-caption:hover {
    color: #2a2034;
}

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

.n3gs5hs-k6nd53h .text_widget {
    margin-bottom: 32px;
}

.n3gs5hs-k6nd53h .text_widget a {
    transition: all 0.3s ease-out;
}

.n3gs5hs-k6nd53h .text_widget a:hover,
.n3gs5hs-k6nd53h .text_widget a:focus {
    opacity: .8;
}

.n3gs5hs-k6nd53h .cnsl-section-subtitle {
    color: #ffffff;
    text-align: center;
}

.n3gs5hs-k6nd53h .navbar-caption {
    color: #202020;
}

.n3gs5hs-k6nd53h .cnsl-text {
    color: #ffffff;
    text-align: center;
}

.n3gs5hs-k6nd53h .cnsl-section-subtitle,
.n3gs5hs-k6nd53h .text_widget,
.n3gs5hs-k6nd53h .cnsl-section-btn {
    text-align: center;
}

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

.n3gs5hs-us2YwGnzen {
    padding-top: 12rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.n3gs5hs-us2YwGnzen .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us2YwGnzen .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

@media (max-width: 768px) {
    .n3gs5hs-us2YwGnzen .container {
        padding: 0 16px;
    }
}

.n3gs5hs-us2YwGnzen .row {
    justify-content: center;
    position: relative;
    z-index: 1;
}

.n3gs5hs-us2YwGnzen .content-wrapper .cnsl-section-title {
    margin-bottom: 50px;
}

.n3gs5hs-us2YwGnzen .content-wrapper .cnsl-text {
    margin-bottom: 0;
}

.n3gs5hs-us2YwGnzen .cnsl-section-title {
    color: #000000;
}

.n3gs5hs-us2YwGnzen .cnsl-text {
    color: #000000;
}

.n3gs5hs-us30sIfuEw {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: #0b4e50;
}

.n3gs5hs-us30sIfuEw .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us30sIfuEw .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.n3gs5hs-us30sIfuEw .row {
    justify-content: space-between;
}

.n3gs5hs-us30sIfuEw .cnsl-section-title {
    margin: 0;
    color: #ffffff;
    text-align: center;
}

@media (max-width: 992px) {
    .n3gs5hs-us30sIfuEw .cnsl-section-title {
        margin-bottom: 20px;
    }
}

.n3gs5hs-us30sIfuEw .cnsl-text {
    margin-bottom: 10px;
    color: #ffffff;
}

@media (max-width: 992px) {
    .n3gs5hs-us30sIfuEw .cnsl-section-btn {
        margin-bottom: 20px;
    }
}

.n3gs5hs-us30sIfuEw .list {
    padding: 0;
    margin-bottom: 0;
    list-style-type: none;
    color: #ffffff;
}

.n3gs5hs-us30sIfuEw .list li {
    margin-bottom: 25px;
}

.n3gs5hs-us30sIfuEw .list li:last-child {
    margin-bottom: 0;
}

.n3gs5hs-us30sIfuEw .cnsl-desc {
    margin-bottom: 8px;
}

.n3gs5hs-us30sIfuEw .social-row {
    display: flex;
    flex-wrap: wrap;
}

.n3gs5hs-us30sIfuEw .social-row .soc-item {
    margin: 9px 9px 0 0;
}

.n3gs5hs-us30sIfuEw .social-row .soc-item a:hover .cnsl-iconfont {
    border-color: #47b5ed;
}

.n3gs5hs-us30sIfuEw .social-row .soc-item a .cnsl-iconfont {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 37px;
    height: 37px;
    font-size: 18px;
    border-radius: 100%;
    border: 1px solid #ffffff;
    transition: all .3s ease;
}

.n3gs5hs-us30sIfuEw .copyright {
    margin: 110px 0 0 0;
    padding: 17px 70px;
    position: relative;
    color: #ffffff;
    text-align: center;
}

.n3gs5hs-us30sIfuEw .copyright:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100rem;
    display: block;
    min-width: 1000vh;
    height: 1px;
    background-color: #ffffff;
    opacity: .4;
}

@media (max-width: 992px) {
    .n3gs5hs-us30sIfuEw .copyright {
        margin-top: 50px;
        padding: 17px 24px;
    }
}

.n3gs5hs-us30sIfuEw .cnsl-desc,
.n3gs5hs-us30sIfuEw .cnsl-iconfont {
    color: #ffffff;
}

.n3gs5hs-k6nd53h {
    background-color: transparent;
}

.n3gs5hs-k6nd53h .navbar-dropdown {
    background-color: #0b4e50 !important;
    padding: 0;
}

.n3gs5hs-k6nd53h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background-color: #0b4e50 !important;
    background: #0b4e50;
}

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

.n3gs5hs-k6nd53h .menu_box {
    flex-wrap: nowrap;
}

@media (max-width: 991px) {
    .n3gs5hs-k6nd53h .menu_box {
        flex-direction: column;
        align-items: flex-start;
    }

    .n3gs5hs-k6nd53h .menu_box .navbar.opened,
    .n3gs5hs-k6nd53h .menu_box .navbar-collapse {
        background-color: #0b4e50 !important;
        transition: all 0s ease 0s;
    }
}

.n3gs5hs-k6nd53h .navbar-dropdown {
    position: relative !important;
}

.n3gs5hs-k6nd53h .icons-menu-main {
    display: flex;
    flex-wrap: wrap;
    min-width: 150px;
    margin-left: 24px;
}

@media (max-width: 991px) {
    .n3gs5hs-k6nd53h .icons-menu-main {
        min-width: auto;
        max-width: 100%;
        margin: 1rem 0 1rem 1rem;
    }
}

@media (max-width: 991px) {
    .n3gs5hs-k6nd53h .cnsl-section-btn-main {
        margin-top: 1rem;
    }
}

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

.n3gs5hs-k6nd53h .btn:hover {
    box-shadow: none;
}

@media (min-width: 992px) {
    .n3gs5hs-k6nd53h .offcanvas {
        padding: 12rem 64px 0;
        width: 35%;
        background-color: #202020;
    }

    .n3gs5hs-k6nd53h .offcanvas_image img {
        width: auto;
        object-fit: cover;
        display: inline-block;
    }

    .n3gs5hs-k6nd53h .offcanvas-header {
        position: relative;
        padding: 0;
    }

    .n3gs5hs-k6nd53h .offcanvas-header .btn-close {
        position: absolute;
        top: -70px;
        right: 0;
        width: 35px;
        height: 30px;
    }

    .n3gs5hs-k6nd53h .offcanvas-body {
        text-align: center;
        padding: 0;
    }

    .n3gs5hs-k6nd53h .offcanvas-body .cnsl-text,
    .n3gs5hs-k6nd53h .offcanvas-body .cnsl-section-subtitle {
        margin-bottom: 32px;
    }

    .n3gs5hs-k6nd53h .offcanvas-body .offcanvas_contact {
        margin: 0;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas {
        outline: none;
        width: 40px;
        height: 40px;
        cursor: pointer;
        transition: all 0.2s;
        position: relative;
        align-self: center;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas .hamburger span {
        position: absolute;
        right: 0;
        width: 40px;
        height: 2px;
        border-right: 5px;
        background-color: #0b4e50;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
        top: 18px;
        transition: all 0.2s;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
        top: 25px;
        transition: all 0.2s;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas:hover .hamburger span {
        width: 36px;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
        width: 33px;
        transition-delay: 0.2s;
    }

    .n3gs5hs-k6nd53h ul.navbar-nav {
        padding-bottom: 1.5rem;
    }

    .n3gs5hs-k6nd53h .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
    .n3gs5hs-k6nd53h .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);
    }

    .n3gs5hs-k6nd53h .link.dropdown-toggle::after {
        padding: 0 !important;
        transform: rotate(45deg);
    }

    .n3gs5hs-k6nd53h li.nav-item {
        position: relative;
        display: inline-block;
        padding: 0 !important;
        vertical-align: middle;
        line-height: 2em !important;
        font-weight: 600 !important;
        text-decoration: none;
        letter-spacing: 0 !important;
        z-index: 1;
    }

    .n3gs5hs-k6nd53h .lg_brand {
        margin: 0 1rem;
    }

    .n3gs5hs-k6nd53h .navbar-nav.nav-dropdown {
        display: -webkit-flex;
        width: 100%;
        justify-content: center;
        min-width: 200px;
    }
}

.n3gs5hs-k6nd53h .nav-item {
    margin: 4px 15px;
}

@media (min-width: 1200px) {
    .n3gs5hs-k6nd53h .nav-item {
        margin: 4px 24px;
    }
}

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

.n3gs5hs-k6nd53h .nav-item .nav-link {
    transition: all 0.5s ease-out;
    border-radius: .5rem !important;
    position: relative;
}

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

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

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

@media (min-width: 992px) {
    .n3gs5hs-k6nd53h .dropdown-menu {
        padding: 18px 34px 22px;
        min-width: 250px;
        top: auto !important;
        left: -40px !important;
    }

    .n3gs5hs-k6nd53h .dropdown-menu.dropdown-submenu {
        left: 215px !important;
        top: -45% !important;
    }
}

@media (max-width: 991px) {

    .n3gs5hs-k6nd53h .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
    .n3gs5hs-k6nd53h .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;
    }

    .n3gs5hs-k6nd53h .show.dropdown-toggle[aria-expanded="true"]::after {
        transform: rotate(45deg);
        margin-top: -4px;
    }

    .n3gs5hs-k6nd53h .offcanvas_box {
        display: none;
    }
}

.n3gs5hs-k6nd53h .dropdown-item {
    border: none;
    font-weight: 300 !important;
}

.n3gs5hs-k6nd53h .nav-dropdown .link {
    font-weight: 400 !important;
    padding: 0 !important;
    margin: 0 !important;
}

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

.n3gs5hs-k6nd53h .container {
    display: flex;
    margin: auto;
}

.n3gs5hs-k6nd53h .iconfont-wrapper {
    color: #202020;
    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;
}

.n3gs5hs-k6nd53h .iconfont-wrapper:last-child {
    margin-right: 0;
}

.n3gs5hs-k6nd53h .iconfont-wrapper:hover {
    opacity: .5;
}

.n3gs5hs-k6nd53h .navbar-nav {
    margin: 0 1rem;
}

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

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

.n3gs5hs-k6nd53h .nav-item:focus,
.n3gs5hs-k6nd53h .nav-link:focus {
    outline: none;
}

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

.n3gs5hs-k6nd53h .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
}

.n3gs5hs-k6nd53h .dropdown .dropdown-menu .dropdown-item .cnsl-iconfont {
    margin-right: 0.5rem;
    vertical-align: sub;
}

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

.n3gs5hs-k6nd53h .collapsed .dropdown-menu .dropdown-item:before {
    display: none;
}

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

.n3gs5hs-k6nd53h .navbar {
    min-height: 70px;
    padding: 10px 0;
    transition: all 0.3s;
    border-bottom-width: 0;
}

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

.n3gs5hs-k6nd53h .navbar.opened {
    transition: all 0.3s;
}

.n3gs5hs-k6nd53h .navbar .dropdown-item {
    padding: 0;
    margin: 8px 0;
}

.n3gs5hs-k6nd53h .navbar .navbar-logo img {
    max-width: 40px;
    min-height: 40px;
    object-fit: contain;
    border-radius: 10px !important;
}

.n3gs5hs-k6nd53h .navbar .navbar-collapse {
    justify-content: center;
    justify-content: flex-end;
    justify-content: space-between;
    z-index: 1;
}

.n3gs5hs-k6nd53h .navbar.collapsed {
    justify-content: center;
}

.n3gs5hs-k6nd53h .navbar.collapsed .nav-item .nav-link::before {
    display: none;
}

.n3gs5hs-k6nd53h .navbar.collapsed.opened .dropdown-menu {
    top: 0;
}

.n3gs5hs-k6nd53h .navbar.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
}

.n3gs5hs-k6nd53h .navbar.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
}

.n3gs5hs-k6nd53h .navbar.collapsed ul.navbar-nav li {
    margin: auto;
}

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

.n3gs5hs-k6nd53h .navbar.collapsed .icons-menu {
    padding: 0;
}

@media (max-width: 991px) {
    .n3gs5hs-k6nd53h .navbar .nav-item {
        padding: .5rem 0;
    }

    .n3gs5hs-k6nd53h .navbar .navbar-collapse {
        padding: 34px 0;
        border-radius: 16px;
        width: 100%;
    }

    .n3gs5hs-k6nd53h .navbar .nav-item .nav-link::before {
        display: none;
    }

    .n3gs5hs-k6nd53h .navbar.opened .dropdown-menu {
        top: 0;
    }

    .n3gs5hs-k6nd53h .navbar .dropdown-menu {
        padding: 6px 0 6px 15px;
    }

    .n3gs5hs-k6nd53h .navbar .dropdown-menu .dropdown-submenu {
        left: 0 !important;
    }

    .n3gs5hs-k6nd53h .navbar .dropdown-menu .dropdown-item:after {
        right: auto;
        margin-top: -0.4rem;
    }

    .n3gs5hs-k6nd53h .navbar .navbar-logo img {
        height: 3rem !important;
    }

    .n3gs5hs-k6nd53h .navbar ul.navbar-nav {
        overflow: hidden;
    }

    .n3gs5hs-k6nd53h .navbar ul.navbar-nav li {
        margin: 0;
    }

    .n3gs5hs-k6nd53h .navbar .dropdown-menu .dropdown-item {
        padding: 0 !important;
        margin: 0;
        margin-top: 8px;
        text-align: left;
    }

    .n3gs5hs-k6nd53h .navbar .navbar-brand {
        flex-shrink: initial;
        flex-basis: auto;
        word-break: break-word;
        padding-right: 0;
        width: 100%;
        justify-content: space-between;
    }

    .n3gs5hs-k6nd53h .navbar .navbar-toggler {
        flex-basis: auto;
    }

    .n3gs5hs-k6nd53h .navbar .icons-menu {
        padding: 0;
    }
}

.n3gs5hs-k6nd53h .navbar.navbar-short {
    min-height: 60px;
}

.n3gs5hs-k6nd53h .navbar.navbar-short .navbar-logo img {
    height: 2.5rem !important;
}

.n3gs5hs-k6nd53h .navbar.navbar-short .navbar-brand {
    min-height: 60px;
    padding: 0;
}

.n3gs5hs-k6nd53h .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;
}

.n3gs5hs-k6nd53h .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-weight: 700;
}

.n3gs5hs-k6nd53h .navbar-brand .navbar-logo a {
    outline: none;
}

.n3gs5hs-k6nd53h .dropdown-item.active,
.n3gs5hs-k6nd53h .dropdown-item:active {
    background-color: transparent;
}

.n3gs5hs-k6nd53h .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 12px !important;
}

.n3gs5hs-k6nd53h .nav-dropdown .link.dropdown-toggle {
    margin-right: 1.667em;
}

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

.n3gs5hs-k6nd53h .navbar .dropdown.open>.dropdown-menu {
    display: block;
}

.n3gs5hs-k6nd53h ul.navbar-nav {
    flex-wrap: wrap;
    padding: 0;
}

.n3gs5hs-k6nd53h .navbar-buttons {
    text-align: center;
    min-width: 170px;
}

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

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

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

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

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

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

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

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

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

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

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

.n3gs5hs-k6nd53h .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) {
    .n3gs5hs-k6nd53h .navbar {
        height: 70px;
    }

    .n3gs5hs-k6nd53h .navbar.opened {
        height: auto;
    }

    .n3gs5hs-k6nd53h .nav-item .nav-link:hover::before {
        width: 175%;
        max-width: calc(100% + 2rem);
        left: -1rem;
    }
}

.n3gs5hs-k6nd53h .navbar-dropdown .navbar-logo {
    margin-right: 10px;
}

@media (min-width: 768px) {
    .n3gs5hs-k6nd53h .container-fluid {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.n3gs5hs-k6nd53h .cnsl-section-btn-main {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 992px) {
    .n3gs5hs-k6nd53h .cnsl-section-btn-main {
        display: block;
        padding: 0;
    }
}

.n3gs5hs-k6nd53h .cnsl-section-btn-main .btn {
    margin: 8px;
    min-width: 180px;
    padding: 16px 24px;
}

.n3gs5hs-k6nd53h .navbar-caption:hover {
    color: #2a2034;
}

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

.n3gs5hs-k6nd53h .text_widget {
    margin-bottom: 32px;
}

.n3gs5hs-k6nd53h .text_widget a {
    transition: all 0.3s ease-out;
}

.n3gs5hs-k6nd53h .text_widget a:hover,
.n3gs5hs-k6nd53h .text_widget a:focus {
    opacity: .8;
}

.n3gs5hs-k6nd53h .cnsl-section-subtitle {
    color: #ffffff;
    text-align: center;
}

.n3gs5hs-k6nd53h .navbar-caption {
    color: #202020;
}

.n3gs5hs-k6nd53h .cnsl-text {
    color: #ffffff;
    text-align: center;
}

.n3gs5hs-k6nd53h .cnsl-section-subtitle,
.n3gs5hs-k6nd53h .text_widget,
.n3gs5hs-k6nd53h .cnsl-section-btn {
    text-align: center;
}

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

.n3gs5hs-us1AJyVTUm {
    padding-top: 10rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.n3gs5hs-us1AJyVTUm .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us1AJyVTUm .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

@media (max-width: 992px) {
    .n3gs5hs-us1AJyVTUm .container {
        padding: 0 16px;
    }
}

.n3gs5hs-us1AJyVTUm .list-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.n3gs5hs-us1AJyVTUm .list-wrapper .text-wrap .cnsl-title {
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .n3gs5hs-us1AJyVTUm .list-wrapper .text-wrap .cnsl-title {
        margin-bottom: 20px;
    }
}

.n3gs5hs-us1AJyVTUm .list-wrapper .text-wrap .cnsl-text {
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .n3gs5hs-us1AJyVTUm .list-wrapper .text-wrap .cnsl-text {
        margin-bottom: 20px;
    }
}

@media (max-width: 992px) {
    .n3gs5hs-us1AJyVTUm .list-wrapper .list-wrap {
        margin-bottom: 40px;
    }
}

.n3gs5hs-us1AJyVTUm .list-wrapper .list-wrap .list {
    margin: 0;
    list-style: none;
    padding-left: 32px;
    padding-left: 0;
}

.n3gs5hs-us1AJyVTUm .list-wrapper .list-wrap .list .item-wrap {
    margin-bottom: 30px;
    position: relative;
    padding-left: 0;
}

@media (max-width: 992px) {
    .n3gs5hs-us1AJyVTUm .list-wrapper .list-wrap .list .item-wrap {
        margin-bottom: 20px;
    }
}

.n3gs5hs-us1AJyVTUm .dragArea.row {
    background-color: #ffffff;
    padding: 40px 30px;
    border-radius: 16px;
}

@media (max-width: 992px) {
    .n3gs5hs-us1AJyVTUm .dragArea.row {
        padding: 20px 16px;
        margin: 0;
    }
}

.n3gs5hs-us1AJyVTUm .dragArea.row .cnsl-section-title {
    margin-bottom: 40px;
}

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

.n3gs5hs-us1AJyVTUm .dragArea.row .form-group .form-control-label {
    padding-left: 8px;
    margin-bottom: 6px;
}

.n3gs5hs-us1AJyVTUm .dragArea.row .form-group .form-control {
    padding: 14px;
    border: 1px solid #bbbbbb !important;
    box-shadow: none;
    background-color: transparent;
}

.n3gs5hs-us1AJyVTUm .dragArea.row .form-group .form-control:hover,
.n3gs5hs-us1AJyVTUm .dragArea.row .form-group .form-control:focus {
    border: 1px solid #bbbbbb !important;
    box-shadow: none;
}

.n3gs5hs-us1AJyVTUm .dragArea.row .form-group .form-check {
    padding-left: 2rem;
}

.n3gs5hs-us1AJyVTUm .dragArea.row .form-group .form-check .form-check-input:checked {
    background-color: #dfcefd;
    border-color: #dfcefd;
}

.n3gs5hs-us1AJyVTUm .dragArea.row .cnsl-section-btn {
    width: 100%;
    margin-top: 30px;
}

.n3gs5hs-us1AJyVTUm .cnsl-title {
    color: #000000;
}

.n3gs5hs-us1AJyVTUm .cnsl-section-title {
    color: #08323C;
    text-align: center;
}

.n3gs5hs-us1AJyVTUm .cnsl-section-subtitle {
    color: #08323C;
}

.n3gs5hs-us1AJyVTUm .cnsl-text {
    color: #000000;
}

.n3gs5hs-us1AJyVTUm .list {
    color: #08323C;
}

.n3gs5hs-us1AJyVTUm label {
    color: #08323C;
}

.n3gs5hs-us1AJyVTUm LABEL {
    color: #000000;
}

.n3gs5hs-us1AJyVTUm H3 {
    color: #000000;
}

.n3gs5hs-us30sIfuEw {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: #0b4e50;
}

.n3gs5hs-us30sIfuEw .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us30sIfuEw .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.n3gs5hs-us30sIfuEw .row {
    justify-content: space-between;
}

.n3gs5hs-us30sIfuEw .cnsl-section-title {
    margin: 0;
    color: #ffffff;
    text-align: center;
}

@media (max-width: 992px) {
    .n3gs5hs-us30sIfuEw .cnsl-section-title {
        margin-bottom: 20px;
    }
}

.n3gs5hs-us30sIfuEw .cnsl-text {
    margin-bottom: 10px;
    color: #ffffff;
}

@media (max-width: 992px) {
    .n3gs5hs-us30sIfuEw .cnsl-section-btn {
        margin-bottom: 20px;
    }
}

.n3gs5hs-us30sIfuEw .list {
    padding: 0;
    margin-bottom: 0;
    list-style-type: none;
    color: #ffffff;
}

.n3gs5hs-us30sIfuEw .list li {
    margin-bottom: 25px;
}

.n3gs5hs-us30sIfuEw .list li:last-child {
    margin-bottom: 0;
}

.n3gs5hs-us30sIfuEw .cnsl-desc {
    margin-bottom: 8px;
}

.n3gs5hs-us30sIfuEw .social-row {
    display: flex;
    flex-wrap: wrap;
}

.n3gs5hs-us30sIfuEw .social-row .soc-item {
    margin: 9px 9px 0 0;
}

.n3gs5hs-us30sIfuEw .social-row .soc-item a:hover .cnsl-iconfont {
    border-color: #47b5ed;
}

.n3gs5hs-us30sIfuEw .social-row .soc-item a .cnsl-iconfont {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 37px;
    height: 37px;
    font-size: 18px;
    border-radius: 100%;
    border: 1px solid #ffffff;
    transition: all .3s ease;
}

.n3gs5hs-us30sIfuEw .copyright {
    margin: 110px 0 0 0;
    padding: 17px 70px;
    position: relative;
    color: #ffffff;
    text-align: center;
}

.n3gs5hs-us30sIfuEw .copyright:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100rem;
    display: block;
    min-width: 1000vh;
    height: 1px;
    background-color: #ffffff;
    opacity: .4;
}

@media (max-width: 992px) {
    .n3gs5hs-us30sIfuEw .copyright {
        margin-top: 50px;
        padding: 17px 24px;
    }
}

.n3gs5hs-us30sIfuEw .cnsl-desc,
.n3gs5hs-us30sIfuEw .cnsl-iconfont {
    color: #ffffff;
}

.n3gs5hs-k6nd53h {
    background-color: transparent;
}

.n3gs5hs-k6nd53h .navbar-dropdown {
    background-color: #0b4e50 !important;
    padding: 0;
}

.n3gs5hs-k6nd53h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background-color: #0b4e50 !important;
    background: #0b4e50;
}

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

.n3gs5hs-k6nd53h .menu_box {
    flex-wrap: nowrap;
}

@media (max-width: 991px) {
    .n3gs5hs-k6nd53h .menu_box {
        flex-direction: column;
        align-items: flex-start;
    }

    .n3gs5hs-k6nd53h .menu_box .navbar.opened,
    .n3gs5hs-k6nd53h .menu_box .navbar-collapse {
        background-color: #0b4e50 !important;
        transition: all 0s ease 0s;
    }
}

.n3gs5hs-k6nd53h .navbar-dropdown {
    position: relative !important;
}

.n3gs5hs-k6nd53h .icons-menu-main {
    display: flex;
    flex-wrap: wrap;
    min-width: 150px;
    margin-left: 24px;
}

@media (max-width: 991px) {
    .n3gs5hs-k6nd53h .icons-menu-main {
        min-width: auto;
        max-width: 100%;
        margin: 1rem 0 1rem 1rem;
    }
}

@media (max-width: 991px) {
    .n3gs5hs-k6nd53h .cnsl-section-btn-main {
        margin-top: 1rem;
    }
}

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

.n3gs5hs-k6nd53h .btn:hover {
    box-shadow: none;
}

@media (min-width: 992px) {
    .n3gs5hs-k6nd53h .offcanvas {
        padding: 12rem 64px 0;
        width: 35%;
        background-color: #202020;
    }

    .n3gs5hs-k6nd53h .offcanvas_image img {
        width: auto;
        object-fit: cover;
        display: inline-block;
    }

    .n3gs5hs-k6nd53h .offcanvas-header {
        position: relative;
        padding: 0;
    }

    .n3gs5hs-k6nd53h .offcanvas-header .btn-close {
        position: absolute;
        top: -70px;
        right: 0;
        width: 35px;
        height: 30px;
    }

    .n3gs5hs-k6nd53h .offcanvas-body {
        text-align: center;
        padding: 0;
    }

    .n3gs5hs-k6nd53h .offcanvas-body .cnsl-text,
    .n3gs5hs-k6nd53h .offcanvas-body .cnsl-section-subtitle {
        margin-bottom: 32px;
    }

    .n3gs5hs-k6nd53h .offcanvas-body .offcanvas_contact {
        margin: 0;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas {
        outline: none;
        width: 40px;
        height: 40px;
        cursor: pointer;
        transition: all 0.2s;
        position: relative;
        align-self: center;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas .hamburger span {
        position: absolute;
        right: 0;
        width: 40px;
        height: 2px;
        border-right: 5px;
        background-color: #0b4e50;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
        top: 18px;
        transition: all 0.2s;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
        top: 25px;
        transition: all 0.2s;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas:hover .hamburger span {
        width: 36px;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
        width: 33px;
        transition-delay: 0.2s;
    }

    .n3gs5hs-k6nd53h ul.navbar-nav {
        padding-bottom: 1.5rem;
    }

    .n3gs5hs-k6nd53h .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
    .n3gs5hs-k6nd53h .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);
    }

    .n3gs5hs-k6nd53h .link.dropdown-toggle::after {
        padding: 0 !important;
        transform: rotate(45deg);
    }

    .n3gs5hs-k6nd53h li.nav-item {
        position: relative;
        display: inline-block;
        padding: 0 !important;
        vertical-align: middle;
        line-height: 2em !important;
        font-weight: 600 !important;
        text-decoration: none;
        letter-spacing: 0 !important;
        z-index: 1;
    }

    .n3gs5hs-k6nd53h .lg_brand {
        margin: 0 1rem;
    }

    .n3gs5hs-k6nd53h .navbar-nav.nav-dropdown {
        display: -webkit-flex;
        width: 100%;
        justify-content: center;
        min-width: 200px;
    }
}

.n3gs5hs-k6nd53h .nav-item {
    margin: 4px 15px;
}

@media (min-width: 1200px) {
    .n3gs5hs-k6nd53h .nav-item {
        margin: 4px 24px;
    }
}

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

.n3gs5hs-k6nd53h .nav-item .nav-link {
    transition: all 0.5s ease-out;
    border-radius: .5rem !important;
    position: relative;
}

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

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

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

@media (min-width: 992px) {
    .n3gs5hs-k6nd53h .dropdown-menu {
        padding: 18px 34px 22px;
        min-width: 250px;
        top: auto !important;
        left: -40px !important;
    }

    .n3gs5hs-k6nd53h .dropdown-menu.dropdown-submenu {
        left: 215px !important;
        top: -45% !important;
    }
}

@media (max-width: 991px) {

    .n3gs5hs-k6nd53h .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
    .n3gs5hs-k6nd53h .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;
    }

    .n3gs5hs-k6nd53h .show.dropdown-toggle[aria-expanded="true"]::after {
        transform: rotate(45deg);
        margin-top: -4px;
    }

    .n3gs5hs-k6nd53h .offcanvas_box {
        display: none;
    }
}

.n3gs5hs-k6nd53h .dropdown-item {
    border: none;
    font-weight: 300 !important;
}

.n3gs5hs-k6nd53h .nav-dropdown .link {
    font-weight: 400 !important;
    padding: 0 !important;
    margin: 0 !important;
}

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

.n3gs5hs-k6nd53h .container {
    display: flex;
    margin: auto;
}

.n3gs5hs-k6nd53h .iconfont-wrapper {
    color: #202020;
    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;
}

.n3gs5hs-k6nd53h .iconfont-wrapper:last-child {
    margin-right: 0;
}

.n3gs5hs-k6nd53h .iconfont-wrapper:hover {
    opacity: .5;
}

.n3gs5hs-k6nd53h .navbar-nav {
    margin: 0 1rem;
}

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

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

.n3gs5hs-k6nd53h .nav-item:focus,
.n3gs5hs-k6nd53h .nav-link:focus {
    outline: none;
}

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

.n3gs5hs-k6nd53h .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
}

.n3gs5hs-k6nd53h .dropdown .dropdown-menu .dropdown-item .cnsl-iconfont {
    margin-right: 0.5rem;
    vertical-align: sub;
}

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

.n3gs5hs-k6nd53h .collapsed .dropdown-menu .dropdown-item:before {
    display: none;
}

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

.n3gs5hs-k6nd53h .navbar {
    min-height: 70px;
    padding: 10px 0;
    transition: all 0.3s;
    border-bottom-width: 0;
}

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

.n3gs5hs-k6nd53h .navbar.opened {
    transition: all 0.3s;
}

.n3gs5hs-k6nd53h .navbar .dropdown-item {
    padding: 0;
    margin: 8px 0;
}

.n3gs5hs-k6nd53h .navbar .navbar-logo img {
    max-width: 40px;
    min-height: 40px;
    object-fit: contain;
    border-radius: 10px !important;
}

.n3gs5hs-k6nd53h .navbar .navbar-collapse {
    justify-content: center;
    justify-content: flex-end;
    justify-content: space-between;
    z-index: 1;
}

.n3gs5hs-k6nd53h .navbar.collapsed {
    justify-content: center;
}

.n3gs5hs-k6nd53h .navbar.collapsed .nav-item .nav-link::before {
    display: none;
}

.n3gs5hs-k6nd53h .navbar.collapsed.opened .dropdown-menu {
    top: 0;
}

.n3gs5hs-k6nd53h .navbar.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
}

.n3gs5hs-k6nd53h .navbar.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
}

.n3gs5hs-k6nd53h .navbar.collapsed ul.navbar-nav li {
    margin: auto;
}

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

.n3gs5hs-k6nd53h .navbar.collapsed .icons-menu {
    padding: 0;
}

@media (max-width: 991px) {
    .n3gs5hs-k6nd53h .navbar .nav-item {
        padding: .5rem 0;
    }

    .n3gs5hs-k6nd53h .navbar .navbar-collapse {
        padding: 34px 0;
        border-radius: 16px;
        width: 100%;
    }

    .n3gs5hs-k6nd53h .navbar .nav-item .nav-link::before {
        display: none;
    }

    .n3gs5hs-k6nd53h .navbar.opened .dropdown-menu {
        top: 0;
    }

    .n3gs5hs-k6nd53h .navbar .dropdown-menu {
        padding: 6px 0 6px 15px;
    }

    .n3gs5hs-k6nd53h .navbar .dropdown-menu .dropdown-submenu {
        left: 0 !important;
    }

    .n3gs5hs-k6nd53h .navbar .dropdown-menu .dropdown-item:after {
        right: auto;
        margin-top: -0.4rem;
    }

    .n3gs5hs-k6nd53h .navbar .navbar-logo img {
        height: 3rem !important;
    }

    .n3gs5hs-k6nd53h .navbar ul.navbar-nav {
        overflow: hidden;
    }

    .n3gs5hs-k6nd53h .navbar ul.navbar-nav li {
        margin: 0;
    }

    .n3gs5hs-k6nd53h .navbar .dropdown-menu .dropdown-item {
        padding: 0 !important;
        margin: 0;
        margin-top: 8px;
        text-align: left;
    }

    .n3gs5hs-k6nd53h .navbar .navbar-brand {
        flex-shrink: initial;
        flex-basis: auto;
        word-break: break-word;
        padding-right: 0;
        width: 100%;
        justify-content: space-between;
    }

    .n3gs5hs-k6nd53h .navbar .navbar-toggler {
        flex-basis: auto;
    }

    .n3gs5hs-k6nd53h .navbar .icons-menu {
        padding: 0;
    }
}

.n3gs5hs-k6nd53h .navbar.navbar-short {
    min-height: 60px;
}

.n3gs5hs-k6nd53h .navbar.navbar-short .navbar-logo img {
    height: 2.5rem !important;
}

.n3gs5hs-k6nd53h .navbar.navbar-short .navbar-brand {
    min-height: 60px;
    padding: 0;
}

.n3gs5hs-k6nd53h .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;
}

.n3gs5hs-k6nd53h .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-weight: 700;
}

.n3gs5hs-k6nd53h .navbar-brand .navbar-logo a {
    outline: none;
}

.n3gs5hs-k6nd53h .dropdown-item.active,
.n3gs5hs-k6nd53h .dropdown-item:active {
    background-color: transparent;
}

.n3gs5hs-k6nd53h .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 12px !important;
}

.n3gs5hs-k6nd53h .nav-dropdown .link.dropdown-toggle {
    margin-right: 1.667em;
}

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

.n3gs5hs-k6nd53h .navbar .dropdown.open>.dropdown-menu {
    display: block;
}

.n3gs5hs-k6nd53h ul.navbar-nav {
    flex-wrap: wrap;
    padding: 0;
}

.n3gs5hs-k6nd53h .navbar-buttons {
    text-align: center;
    min-width: 170px;
}

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

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

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

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

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

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

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

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

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

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

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

.n3gs5hs-k6nd53h .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) {
    .n3gs5hs-k6nd53h .navbar {
        height: 70px;
    }

    .n3gs5hs-k6nd53h .navbar.opened {
        height: auto;
    }

    .n3gs5hs-k6nd53h .nav-item .nav-link:hover::before {
        width: 175%;
        max-width: calc(100% + 2rem);
        left: -1rem;
    }
}

.n3gs5hs-k6nd53h .navbar-dropdown .navbar-logo {
    margin-right: 10px;
}

@media (min-width: 768px) {
    .n3gs5hs-k6nd53h .container-fluid {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.n3gs5hs-k6nd53h .cnsl-section-btn-main {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 992px) {
    .n3gs5hs-k6nd53h .cnsl-section-btn-main {
        display: block;
        padding: 0;
    }
}

.n3gs5hs-k6nd53h .cnsl-section-btn-main .btn {
    margin: 8px;
    min-width: 180px;
    padding: 16px 24px;
}

.n3gs5hs-k6nd53h .navbar-caption:hover {
    color: #2a2034;
}

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

.n3gs5hs-k6nd53h .text_widget {
    margin-bottom: 32px;
}

.n3gs5hs-k6nd53h .text_widget a {
    transition: all 0.3s ease-out;
}

.n3gs5hs-k6nd53h .text_widget a:hover,
.n3gs5hs-k6nd53h .text_widget a:focus {
    opacity: .8;
}

.n3gs5hs-k6nd53h .cnsl-section-subtitle {
    color: #ffffff;
    text-align: center;
}

.n3gs5hs-k6nd53h .navbar-caption {
    color: #202020;
}

.n3gs5hs-k6nd53h .cnsl-text {
    color: #ffffff;
    text-align: center;
}

.n3gs5hs-k6nd53h .cnsl-section-subtitle,
.n3gs5hs-k6nd53h .text_widget,
.n3gs5hs-k6nd53h .cnsl-section-btn {
    text-align: center;
}

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

.n3gs5hs-us1yH9xlos {
    padding-top: 10rem;
    padding-bottom: 7rem;
    background-color: #ffffff;
}

.n3gs5hs-us1yH9xlos .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us1yH9xlos .cnsl-section-subtitle {
    width: fit-content;
    position: relative;
    display: inline-block;
    z-index: 2;
}

.n3gs5hs-us1yH9xlos .cnsl-section-subtitle:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 10%;
    width: 100%;
    height: 12px;
    background: #c6ffe0;
    z-index: -1;
}

.n3gs5hs-us1yH9xlos img {
    border-radius: 1rem;
}

.n3gs5hs-us1yH9xlos .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.n3gs5hs-us1yH9xlos .row {
    align-items: center;
}

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

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

.n3gs5hs-us1yH9xlos .cnsl-section-title {
    color: #000000;
    text-align: center;
}

.n3gs5hs-us1yH9xlos .cnsl-section-subtitle,
.n3gs5hs-us1yH9xlos .subtitle-wrap {
    color: #19303d;
    text-align: center;
}

.n3gs5hs-us1yH9xlos .cnsl-text,
.n3gs5hs-us1yH9xlos .cnsl-section-btn {
    color: #000000;
    text-align: left;
}

.n3gs5hs-us1yMNAzy4 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: #0b4e50;
}

.n3gs5hs-us1yMNAzy4 .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us1yMNAzy4 .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.n3gs5hs-us1yMNAzy4 .container-fluid {
    padding: 0 60px;
}

@media (max-width: 992px) {
    .n3gs5hs-us1yMNAzy4 .container-fluid {
        padding: 0 23px;
    }
}

@media (max-width: 768px) {
    .n3gs5hs-us1yMNAzy4 .container-fluid {
        padding: 0 12px;
    }
}

@media (max-width: 992px) {
    .n3gs5hs-us1yMNAzy4 .container {
        padding: 0 23px;
    }
}

@media (max-width: 768px) {
    .n3gs5hs-us1yMNAzy4 .container {
        padding: 0 12px;
    }
}

.n3gs5hs-us1yMNAzy4 .row {
    justify-content: center;
}

@media (max-width: 992px) {
    .n3gs5hs-us1yMNAzy4 .content-wrapper {
        padding: 0 24px;
    }
}

.n3gs5hs-us1yMNAzy4 .content-wrapper .cnsl-section-title {
    margin-bottom: 22px;
}

.n3gs5hs-us1yMNAzy4 .content-wrapper .cnsl-text {
    margin-bottom: 22px;
}

.n3gs5hs-us1yMNAzy4 .cnsl-section-title {
    color: #1D1D1F;
}

.n3gs5hs-us1yMNAzy4 .cnsl-text {
    color: #ffffff;
    text-align: center;
}

.n3gs5hs-us1yMNAzy4 .cnsl-section-title,
.n3gs5hs-us1yMNAzy4 .cnsl-section-btn {
    text-align: center;
    color: #ffffff;
}

.n3gs5hs-us1yO3kGxx {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

@media (max-width: 992px) and (max-width: 992px) {
    .n3gs5hs-us1yO3kGxx .container {
        padding: 0 24px;
    }
}

.n3gs5hs-us1yO3kGxx .card {
    justify-content: center;
}

.n3gs5hs-us1yO3kGxx .title-wrapper {
    padding: 0 32px 32px;
}

@media (max-width: 992px) {
    .n3gs5hs-us1yO3kGxx .title-wrapper {
        padding: 0 24px 24px;
    }
}

.n3gs5hs-us1yO3kGxx .title-wrapper .cnsl-section-title {
    margin-bottom: 16px;
}

.n3gs5hs-us1yO3kGxx .title-wrapper .cnsl-desc {
    margin-bottom: 0;
}

.n3gs5hs-us1yO3kGxx .text-wrapper {
    border-top: 1px solid #0b4e50;
    display: flex;
    justify-content: space-between;
    padding: 32px;
}

@media (max-width: 992px) {
    .n3gs5hs-us1yO3kGxx .text-wrapper {
        display: block;
        padding: 24px;
    }
}

.n3gs5hs-us1yO3kGxx .text-wrapper .cnsl-text {
    width: 45%;
}

@media (max-width: 992px) {
    .n3gs5hs-us1yO3kGxx .text-wrapper .cnsl-text {
        width: 100%;
        margin-bottom: 24px;
    }

    .n3gs5hs-us1yO3kGxx .text-wrapper .cnsl-text:last-child {
        margin-bottom: 0;
    }
}

.n3gs5hs-us1yO3kGxx .cnsl-section-title {
    color: #F9F6E0;
}

.n3gs5hs-us1yO3kGxx .cnsl-desc {
    color: #000000;
}

.n3gs5hs-us1yO3kGxx .cnsl-text {
    color: #000000;
}

.n3gs5hs-us1yO3kGxx .cnsl-section-btn {
    text-align: right;
}

.n3gs5hs-us1yO3kGxx .cnsl-section-title,
.n3gs5hs-us1yO3kGxx .cnsl-section-btn {
    color: #000000;
}

.n3gs5hs-us1ySw49xK {
    padding-top: 105px;
    padding-bottom: 105px;
    background-color: #0b4e50;
}

.n3gs5hs-us1ySw49xK img {
    object-fit: cover;
    width: 90%;
}

@media (max-width: 992px) {
    .n3gs5hs-us1ySw49xK img {
        width: 100%;
    }
}

.n3gs5hs-us1ySw49xK .cnsl-section-subtitle {
    color: #ffffff;
}

.n3gs5hs-us1ySw49xK .cnsl-text,
.n3gs5hs-us1ySw49xK .cnsl-section-btn {
    color: #ffffff;
}

.n3gs5hs-us1yYds9wo {
    padding-top: 8rem;
    padding-bottom: 8rem;
    background-color: #ffffff;
}

.n3gs5hs-us1yYds9wo .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us1yYds9wo .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

@media (max-width: 992px) {
    .n3gs5hs-us1yYds9wo .text-wrapper {
        margin-bottom: 2rem;
    }
}

.n3gs5hs-us1yYds9wo .row {
    background: #0b4e50;
    align-items: center;
    padding: 3rem;
    border-radius: 3rem;
    width: fit-content;
    max-width: 1100px;
    margin: auto;
}

@media (max-width: 767px) {
    .n3gs5hs-us1yYds9wo .row {
        padding: 3rem 1rem;
        padding-bottom: 1rem;
        border-radius: 2rem;
    }
}

.n3gs5hs-us1yYds9wo img {
    border-radius: 3rem;
}

@media (max-width: 767px) {
    .n3gs5hs-us1yYds9wo img {
        border-radius: 2rem;
    }
}

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

.n3gs5hs-us1yYds9wo .cnsl-section-title {
    color: #ffffff;
}

.n3gs5hs-us1yYds9wo .cnsl-text,
.n3gs5hs-us1yYds9wo .cnsl-section-btn {
    color: #ffffff;
}

.n3gs5hs-us30sIfuEw {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: #0b4e50;
}

.n3gs5hs-us30sIfuEw .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us30sIfuEw .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.n3gs5hs-us30sIfuEw .row {
    justify-content: space-between;
}

.n3gs5hs-us30sIfuEw .cnsl-section-title {
    margin: 0;
    color: #ffffff;
    text-align: center;
}

@media (max-width: 992px) {
    .n3gs5hs-us30sIfuEw .cnsl-section-title {
        margin-bottom: 20px;
    }
}

.n3gs5hs-us30sIfuEw .cnsl-text {
    margin-bottom: 10px;
    color: #ffffff;
}

@media (max-width: 992px) {
    .n3gs5hs-us30sIfuEw .cnsl-section-btn {
        margin-bottom: 20px;
    }
}

.n3gs5hs-us30sIfuEw .list {
    padding: 0;
    margin-bottom: 0;
    list-style-type: none;
    color: #ffffff;
}

.n3gs5hs-us30sIfuEw .list li {
    margin-bottom: 25px;
}

.n3gs5hs-us30sIfuEw .list li:last-child {
    margin-bottom: 0;
}

.n3gs5hs-us30sIfuEw .cnsl-desc {
    margin-bottom: 8px;
}

.n3gs5hs-us30sIfuEw .social-row {
    display: flex;
    flex-wrap: wrap;
}

.n3gs5hs-us30sIfuEw .social-row .soc-item {
    margin: 9px 9px 0 0;
}

.n3gs5hs-us30sIfuEw .social-row .soc-item a:hover .cnsl-iconfont {
    border-color: #47b5ed;
}

.n3gs5hs-us30sIfuEw .social-row .soc-item a .cnsl-iconfont {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 37px;
    height: 37px;
    font-size: 18px;
    border-radius: 100%;
    border: 1px solid #ffffff;
    transition: all .3s ease;
}

.n3gs5hs-us30sIfuEw .copyright {
    margin: 110px 0 0 0;
    padding: 17px 70px;
    position: relative;
    color: #ffffff;
    text-align: center;
}

.n3gs5hs-us30sIfuEw .copyright:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100rem;
    display: block;
    min-width: 1000vh;
    height: 1px;
    background-color: #ffffff;
    opacity: .4;
}

@media (max-width: 992px) {
    .n3gs5hs-us30sIfuEw .copyright {
        margin-top: 50px;
        padding: 17px 24px;
    }
}

.n3gs5hs-us30sIfuEw .cnsl-desc,
.n3gs5hs-us30sIfuEw .cnsl-iconfont {
    color: #ffffff;
}

.n3gs5hs-k6nd53h {
    background-color: transparent;
}

.n3gs5hs-k6nd53h .navbar-dropdown {
    background-color: #0b4e50 !important;
    padding: 0;
}

.n3gs5hs-k6nd53h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background-color: #0b4e50 !important;
    background: #0b4e50;
}

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

.n3gs5hs-k6nd53h .menu_box {
    flex-wrap: nowrap;
}

@media (max-width: 991px) {
    .n3gs5hs-k6nd53h .menu_box {
        flex-direction: column;
        align-items: flex-start;
    }

    .n3gs5hs-k6nd53h .menu_box .navbar.opened,
    .n3gs5hs-k6nd53h .menu_box .navbar-collapse {
        background-color: #0b4e50 !important;
        transition: all 0s ease 0s;
    }
}

.n3gs5hs-k6nd53h .navbar-dropdown {
    position: relative !important;
}

.n3gs5hs-k6nd53h .icons-menu-main {
    display: flex;
    flex-wrap: wrap;
    min-width: 150px;
    margin-left: 24px;
}

@media (max-width: 991px) {
    .n3gs5hs-k6nd53h .icons-menu-main {
        min-width: auto;
        max-width: 100%;
        margin: 1rem 0 1rem 1rem;
    }
}

@media (max-width: 991px) {
    .n3gs5hs-k6nd53h .cnsl-section-btn-main {
        margin-top: 1rem;
    }
}

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

.n3gs5hs-k6nd53h .btn:hover {
    box-shadow: none;
}

@media (min-width: 992px) {
    .n3gs5hs-k6nd53h .offcanvas {
        padding: 12rem 64px 0;
        width: 35%;
        background-color: #202020;
    }

    .n3gs5hs-k6nd53h .offcanvas_image img {
        width: auto;
        object-fit: cover;
        display: inline-block;
    }

    .n3gs5hs-k6nd53h .offcanvas-header {
        position: relative;
        padding: 0;
    }

    .n3gs5hs-k6nd53h .offcanvas-header .btn-close {
        position: absolute;
        top: -70px;
        right: 0;
        width: 35px;
        height: 30px;
    }

    .n3gs5hs-k6nd53h .offcanvas-body {
        text-align: center;
        padding: 0;
    }

    .n3gs5hs-k6nd53h .offcanvas-body .cnsl-text,
    .n3gs5hs-k6nd53h .offcanvas-body .cnsl-section-subtitle {
        margin-bottom: 32px;
    }

    .n3gs5hs-k6nd53h .offcanvas-body .offcanvas_contact {
        margin: 0;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas {
        outline: none;
        width: 40px;
        height: 40px;
        cursor: pointer;
        transition: all 0.2s;
        position: relative;
        align-self: center;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas .hamburger span {
        position: absolute;
        right: 0;
        width: 40px;
        height: 2px;
        border-right: 5px;
        background-color: #0b4e50;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
        top: 18px;
        transition: all 0.2s;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
        top: 25px;
        transition: all 0.2s;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas:hover .hamburger span {
        width: 36px;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
        width: 33px;
        transition-delay: 0.2s;
    }

    .n3gs5hs-k6nd53h ul.navbar-nav {
        padding-bottom: 1.5rem;
    }

    .n3gs5hs-k6nd53h .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
    .n3gs5hs-k6nd53h .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);
    }

    .n3gs5hs-k6nd53h .link.dropdown-toggle::after {
        padding: 0 !important;
        transform: rotate(45deg);
    }

    .n3gs5hs-k6nd53h li.nav-item {
        position: relative;
        display: inline-block;
        padding: 0 !important;
        vertical-align: middle;
        line-height: 2em !important;
        font-weight: 600 !important;
        text-decoration: none;
        letter-spacing: 0 !important;
        z-index: 1;
    }

    .n3gs5hs-k6nd53h .lg_brand {
        margin: 0 1rem;
    }

    .n3gs5hs-k6nd53h .navbar-nav.nav-dropdown {
        display: -webkit-flex;
        width: 100%;
        justify-content: center;
        min-width: 200px;
    }
}

.n3gs5hs-k6nd53h .nav-item {
    margin: 4px 15px;
}

@media (min-width: 1200px) {
    .n3gs5hs-k6nd53h .nav-item {
        margin: 4px 24px;
    }
}

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

.n3gs5hs-k6nd53h .nav-item .nav-link {
    transition: all 0.5s ease-out;
    border-radius: .5rem !important;
    position: relative;
}

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

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

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

@media (min-width: 992px) {
    .n3gs5hs-k6nd53h .dropdown-menu {
        padding: 18px 34px 22px;
        min-width: 250px;
        top: auto !important;
        left: -40px !important;
    }

    .n3gs5hs-k6nd53h .dropdown-menu.dropdown-submenu {
        left: 215px !important;
        top: -45% !important;
    }
}

@media (max-width: 991px) {

    .n3gs5hs-k6nd53h .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
    .n3gs5hs-k6nd53h .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;
    }

    .n3gs5hs-k6nd53h .show.dropdown-toggle[aria-expanded="true"]::after {
        transform: rotate(45deg);
        margin-top: -4px;
    }

    .n3gs5hs-k6nd53h .offcanvas_box {
        display: none;
    }
}

.n3gs5hs-k6nd53h .dropdown-item {
    border: none;
    font-weight: 300 !important;
}

.n3gs5hs-k6nd53h .nav-dropdown .link {
    font-weight: 400 !important;
    padding: 0 !important;
    margin: 0 !important;
}

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

.n3gs5hs-k6nd53h .container {
    display: flex;
    margin: auto;
}

.n3gs5hs-k6nd53h .iconfont-wrapper {
    color: #202020;
    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;
}

.n3gs5hs-k6nd53h .iconfont-wrapper:last-child {
    margin-right: 0;
}

.n3gs5hs-k6nd53h .iconfont-wrapper:hover {
    opacity: .5;
}

.n3gs5hs-k6nd53h .navbar-nav {
    margin: 0 1rem;
}

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

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

.n3gs5hs-k6nd53h .nav-item:focus,
.n3gs5hs-k6nd53h .nav-link:focus {
    outline: none;
}

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

.n3gs5hs-k6nd53h .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
}

.n3gs5hs-k6nd53h .dropdown .dropdown-menu .dropdown-item .cnsl-iconfont {
    margin-right: 0.5rem;
    vertical-align: sub;
}

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

.n3gs5hs-k6nd53h .collapsed .dropdown-menu .dropdown-item:before {
    display: none;
}

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

.n3gs5hs-k6nd53h .navbar {
    min-height: 70px;
    padding: 10px 0;
    transition: all 0.3s;
    border-bottom-width: 0;
}

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

.n3gs5hs-k6nd53h .navbar.opened {
    transition: all 0.3s;
}

.n3gs5hs-k6nd53h .navbar .dropdown-item {
    padding: 0;
    margin: 8px 0;
}

.n3gs5hs-k6nd53h .navbar .navbar-logo img {
    max-width: 40px;
    min-height: 40px;
    object-fit: contain;
    border-radius: 10px !important;
}

.n3gs5hs-k6nd53h .navbar .navbar-collapse {
    justify-content: center;
    justify-content: flex-end;
    justify-content: space-between;
    z-index: 1;
}

.n3gs5hs-k6nd53h .navbar.collapsed {
    justify-content: center;
}

.n3gs5hs-k6nd53h .navbar.collapsed .nav-item .nav-link::before {
    display: none;
}

.n3gs5hs-k6nd53h .navbar.collapsed.opened .dropdown-menu {
    top: 0;
}

.n3gs5hs-k6nd53h .navbar.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
}

.n3gs5hs-k6nd53h .navbar.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
}

.n3gs5hs-k6nd53h .navbar.collapsed ul.navbar-nav li {
    margin: auto;
}

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

.n3gs5hs-k6nd53h .navbar.collapsed .icons-menu {
    padding: 0;
}

@media (max-width: 991px) {
    .n3gs5hs-k6nd53h .navbar .nav-item {
        padding: .5rem 0;
    }

    .n3gs5hs-k6nd53h .navbar .navbar-collapse {
        padding: 34px 0;
        border-radius: 16px;
        width: 100%;
    }

    .n3gs5hs-k6nd53h .navbar .nav-item .nav-link::before {
        display: none;
    }

    .n3gs5hs-k6nd53h .navbar.opened .dropdown-menu {
        top: 0;
    }

    .n3gs5hs-k6nd53h .navbar .dropdown-menu {
        padding: 6px 0 6px 15px;
    }

    .n3gs5hs-k6nd53h .navbar .dropdown-menu .dropdown-submenu {
        left: 0 !important;
    }

    .n3gs5hs-k6nd53h .navbar .dropdown-menu .dropdown-item:after {
        right: auto;
        margin-top: -0.4rem;
    }

    .n3gs5hs-k6nd53h .navbar .navbar-logo img {
        height: 3rem !important;
    }

    .n3gs5hs-k6nd53h .navbar ul.navbar-nav {
        overflow: hidden;
    }

    .n3gs5hs-k6nd53h .navbar ul.navbar-nav li {
        margin: 0;
    }

    .n3gs5hs-k6nd53h .navbar .dropdown-menu .dropdown-item {
        padding: 0 !important;
        margin: 0;
        margin-top: 8px;
        text-align: left;
    }

    .n3gs5hs-k6nd53h .navbar .navbar-brand {
        flex-shrink: initial;
        flex-basis: auto;
        word-break: break-word;
        padding-right: 0;
        width: 100%;
        justify-content: space-between;
    }

    .n3gs5hs-k6nd53h .navbar .navbar-toggler {
        flex-basis: auto;
    }

    .n3gs5hs-k6nd53h .navbar .icons-menu {
        padding: 0;
    }
}

.n3gs5hs-k6nd53h .navbar.navbar-short {
    min-height: 60px;
}

.n3gs5hs-k6nd53h .navbar.navbar-short .navbar-logo img {
    height: 2.5rem !important;
}

.n3gs5hs-k6nd53h .navbar.navbar-short .navbar-brand {
    min-height: 60px;
    padding: 0;
}

.n3gs5hs-k6nd53h .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;
}

.n3gs5hs-k6nd53h .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-weight: 700;
}

.n3gs5hs-k6nd53h .navbar-brand .navbar-logo a {
    outline: none;
}

.n3gs5hs-k6nd53h .dropdown-item.active,
.n3gs5hs-k6nd53h .dropdown-item:active {
    background-color: transparent;
}

.n3gs5hs-k6nd53h .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 12px !important;
}

.n3gs5hs-k6nd53h .nav-dropdown .link.dropdown-toggle {
    margin-right: 1.667em;
}

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

.n3gs5hs-k6nd53h .navbar .dropdown.open>.dropdown-menu {
    display: block;
}

.n3gs5hs-k6nd53h ul.navbar-nav {
    flex-wrap: wrap;
    padding: 0;
}

.n3gs5hs-k6nd53h .navbar-buttons {
    text-align: center;
    min-width: 170px;
}

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

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

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

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

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

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

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

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

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

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

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

.n3gs5hs-k6nd53h .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) {
    .n3gs5hs-k6nd53h .navbar {
        height: 70px;
    }

    .n3gs5hs-k6nd53h .navbar.opened {
        height: auto;
    }

    .n3gs5hs-k6nd53h .nav-item .nav-link:hover::before {
        width: 175%;
        max-width: calc(100% + 2rem);
        left: -1rem;
    }
}

.n3gs5hs-k6nd53h .navbar-dropdown .navbar-logo {
    margin-right: 10px;
}

@media (min-width: 768px) {
    .n3gs5hs-k6nd53h .container-fluid {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.n3gs5hs-k6nd53h .cnsl-section-btn-main {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 992px) {
    .n3gs5hs-k6nd53h .cnsl-section-btn-main {
        display: block;
        padding: 0;
    }
}

.n3gs5hs-k6nd53h .cnsl-section-btn-main .btn {
    margin: 8px;
    min-width: 180px;
    padding: 16px 24px;
}

.n3gs5hs-k6nd53h .navbar-caption:hover {
    color: #2a2034;
}

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

.n3gs5hs-k6nd53h .text_widget {
    margin-bottom: 32px;
}

.n3gs5hs-k6nd53h .text_widget a {
    transition: all 0.3s ease-out;
}

.n3gs5hs-k6nd53h .text_widget a:hover,
.n3gs5hs-k6nd53h .text_widget a:focus {
    opacity: .8;
}

.n3gs5hs-k6nd53h .cnsl-section-subtitle {
    color: #ffffff;
    text-align: center;
}

.n3gs5hs-k6nd53h .navbar-caption {
    color: #202020;
}

.n3gs5hs-k6nd53h .cnsl-text {
    color: #ffffff;
    text-align: center;
}

.n3gs5hs-k6nd53h .cnsl-section-subtitle,
.n3gs5hs-k6nd53h .text_widget,
.n3gs5hs-k6nd53h .cnsl-section-btn {
    text-align: center;
}

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

.n3gs5hs-us1zy0tCPx {
    padding-top: 10rem;
    padding-bottom: 8rem;
    background-color: #ffffff;
}

.n3gs5hs-us1zy0tCPx .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us1zy0tCPx .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

@media (max-width: 991px) {
    .n3gs5hs-us1zy0tCPx .image-wrapper {
        margin-bottom: 1rem;
    }
}

.n3gs5hs-us1zy0tCPx img {
    border-radius: 2rem;
}

.n3gs5hs-us1zy0tCPx .row {
    flex-direction: row-reverse;
}

.n3gs5hs-us1zy0tCPx .row {
    align-items: center;
}

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

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

.n3gs5hs-us1zy0tCPx .cnsl-section-title {
    color: #000000;
}

.n3gs5hs-us1zy0tCPx .cnsl-text,
.n3gs5hs-us1zy0tCPx .cnsl-section-btn {
    color: #000000;
}

.n3gs5hs-us1zF9JrhT {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #0b4e50;
}

.n3gs5hs-us1zF9JrhT .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us1zF9JrhT .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.n3gs5hs-us1zF9JrhT .row {
    justify-content: flex-start;
}

.n3gs5hs-us1zF9JrhT .container {
    max-width: 1140px;
    margin: 0 auto;
}

.n3gs5hs-us1zF9JrhT .container-fluid {
    padding: 0 130px;
}

@media (max-width: 991px) {
    .n3gs5hs-us1zF9JrhT .container-fluid {
        padding: 0 30px;
    }
}

@media (max-width: 767px) {
    .n3gs5hs-us1zF9JrhT .container-fluid {
        padding: 0 15px;
    }
}

.n3gs5hs-us1zF9JrhT .content-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 70px;
    border-radius: 30px;
    background-color: #ffffff;
}

@media (max-width: 767px) {
    .n3gs5hs-us1zF9JrhT .content-container {
        padding: 70px 30px;
    }
}

.n3gs5hs-us1zF9JrhT .content-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.n3gs5hs-us1zF9JrhT .cnsl-section-title {
    color: #000000;
    margin-bottom: 0 !important;
    width: 100%;
}

.n3gs5hs-us1zF9JrhT .cnsl-section-subtitle {
    color: #f6f6f6;
    margin-bottom: 0 !important;
    margin-top: 20px;
    width: 100%;
}

.n3gs5hs-us1zF9JrhT .cnsl-section-btn {
    width: 100%;
    margin-top: 50px;
}

@media (max-width: 767px) {
    .n3gs5hs-us1zF9JrhT .cnsl-section-btn {
        margin-top: 30px;
    }
}

.n3gs5hs-us1zF9JrhT .cnsl-section-subtitle,
.n3gs5hs-us1zF9JrhT .cnsl-section-btn {
    color: #000000;
}

.n3gs5hs-us1zF9JrhT .cnsl-section-subtitle,
.n3gs5hs-us1zF9JrhT .cnsl-section-btn DIV {
    text-align: center;
}

.n3gs5hs-us1A6UlUxB {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #ffffff;
}

.n3gs5hs-us1A6UlUxB img {
    width: 100%;
}

@media (min-width: 1200px) {
    .n3gs5hs-us1A6UlUxB .content-wrapper {
        padding-left: 60px;
    }
}

@media (max-width: 992px) {
    .n3gs5hs-us1A6UlUxB .content-wrapper {
        padding-top: 1.5rem;
    }
}

.n3gs5hs-us1A6UlUxB .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us1A6UlUxB .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.n3gs5hs-us1A6UlUxB .cnsl-text,
.n3gs5hs-us1A6UlUxB .cnsl-section-btn {
    color: #000000;
}

.n3gs5hs-us1A6UlUxB H1 {
    color: #000000;
}

.n3gs5hs-us1A89eb5S {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #0b4e50;
}

.n3gs5hs-us1A89eb5S .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us1A89eb5S .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.n3gs5hs-us1A89eb5S H1 {
    color: #ffffff;
}

.n3gs5hs-us1A89eb5S .cnsl-text,
.n3gs5hs-us1A89eb5S .cnsl-section-btn {
    color: #ffffff;
}

.n3gs5hs-us1AelgS2m {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.n3gs5hs-us1AelgS2m .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us1AelgS2m .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

@media (max-width: 768px) {
    .n3gs5hs-us1AelgS2m .container {
        padding: 0 16px;
    }
}

.n3gs5hs-us1AelgS2m .row {
    justify-content: center;
    position: relative;
    z-index: 1;
}

.n3gs5hs-us1AelgS2m .content-wrapper .cnsl-section-title {
    margin-bottom: 50px;
}

.n3gs5hs-us1AelgS2m .content-wrapper .cnsl-text {
    margin-bottom: 0;
}

.n3gs5hs-us1AelgS2m .cnsl-section-title {
    color: #000000;
}

.n3gs5hs-us1AelgS2m .cnsl-text {
    color: #000000;
}

.n3gs5hs-us1AelgS2m .cnsl-text,
.n3gs5hs-us1AelgS2m .icon-wrapper {
    color: #000000;
}

.n3gs5hs-us30sIfuEw {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: #0b4e50;
}

.n3gs5hs-us30sIfuEw .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us30sIfuEw .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.n3gs5hs-us30sIfuEw .row {
    justify-content: space-between;
}

.n3gs5hs-us30sIfuEw .cnsl-section-title {
    margin: 0;
    color: #ffffff;
    text-align: center;
}

@media (max-width: 992px) {
    .n3gs5hs-us30sIfuEw .cnsl-section-title {
        margin-bottom: 20px;
    }
}

.n3gs5hs-us30sIfuEw .cnsl-text {
    margin-bottom: 10px;
    color: #ffffff;
}

@media (max-width: 992px) {
    .n3gs5hs-us30sIfuEw .cnsl-section-btn {
        margin-bottom: 20px;
    }
}

.n3gs5hs-us30sIfuEw .list {
    padding: 0;
    margin-bottom: 0;
    list-style-type: none;
    color: #ffffff;
}

.n3gs5hs-us30sIfuEw .list li {
    margin-bottom: 25px;
}

.n3gs5hs-us30sIfuEw .list li:last-child {
    margin-bottom: 0;
}

.n3gs5hs-us30sIfuEw .cnsl-desc {
    margin-bottom: 8px;
}

.n3gs5hs-us30sIfuEw .social-row {
    display: flex;
    flex-wrap: wrap;
}

.n3gs5hs-us30sIfuEw .social-row .soc-item {
    margin: 9px 9px 0 0;
}

.n3gs5hs-us30sIfuEw .social-row .soc-item a:hover .cnsl-iconfont {
    border-color: #47b5ed;
}

.n3gs5hs-us30sIfuEw .social-row .soc-item a .cnsl-iconfont {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 37px;
    height: 37px;
    font-size: 18px;
    border-radius: 100%;
    border: 1px solid #ffffff;
    transition: all .3s ease;
}

.n3gs5hs-us30sIfuEw .copyright {
    margin: 110px 0 0 0;
    padding: 17px 70px;
    position: relative;
    color: #ffffff;
    text-align: center;
}

.n3gs5hs-us30sIfuEw .copyright:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100rem;
    display: block;
    min-width: 1000vh;
    height: 1px;
    background-color: #ffffff;
    opacity: .4;
}

@media (max-width: 992px) {
    .n3gs5hs-us30sIfuEw .copyright {
        margin-top: 50px;
        padding: 17px 24px;
    }
}

.n3gs5hs-us30sIfuEw .cnsl-desc,
.n3gs5hs-us30sIfuEw .cnsl-iconfont {
    color: #ffffff;
}

.n3gs5hs-k6nd53h {
    background-color: transparent;
}

.n3gs5hs-k6nd53h .navbar-dropdown {
    background-color: #0b4e50 !important;
    padding: 0;
}

.n3gs5hs-k6nd53h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background-color: #0b4e50 !important;
    background: #0b4e50;
}

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

.n3gs5hs-k6nd53h .menu_box {
    flex-wrap: nowrap;
}

@media (max-width: 991px) {
    .n3gs5hs-k6nd53h .menu_box {
        flex-direction: column;
        align-items: flex-start;
    }

    .n3gs5hs-k6nd53h .menu_box .navbar.opened,
    .n3gs5hs-k6nd53h .menu_box .navbar-collapse {
        background-color: #0b4e50 !important;
        transition: all 0s ease 0s;
    }
}

.n3gs5hs-k6nd53h .navbar-dropdown {
    position: relative !important;
}

.n3gs5hs-k6nd53h .icons-menu-main {
    display: flex;
    flex-wrap: wrap;
    min-width: 150px;
    margin-left: 24px;
}

@media (max-width: 991px) {
    .n3gs5hs-k6nd53h .icons-menu-main {
        min-width: auto;
        max-width: 100%;
        margin: 1rem 0 1rem 1rem;
    }
}

@media (max-width: 991px) {
    .n3gs5hs-k6nd53h .cnsl-section-btn-main {
        margin-top: 1rem;
    }
}

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

.n3gs5hs-k6nd53h .btn:hover {
    box-shadow: none;
}

@media (min-width: 992px) {
    .n3gs5hs-k6nd53h .offcanvas {
        padding: 12rem 64px 0;
        width: 35%;
        background-color: #202020;
    }

    .n3gs5hs-k6nd53h .offcanvas_image img {
        width: auto;
        object-fit: cover;
        display: inline-block;
    }

    .n3gs5hs-k6nd53h .offcanvas-header {
        position: relative;
        padding: 0;
    }

    .n3gs5hs-k6nd53h .offcanvas-header .btn-close {
        position: absolute;
        top: -70px;
        right: 0;
        width: 35px;
        height: 30px;
    }

    .n3gs5hs-k6nd53h .offcanvas-body {
        text-align: center;
        padding: 0;
    }

    .n3gs5hs-k6nd53h .offcanvas-body .cnsl-text,
    .n3gs5hs-k6nd53h .offcanvas-body .cnsl-section-subtitle {
        margin-bottom: 32px;
    }

    .n3gs5hs-k6nd53h .offcanvas-body .offcanvas_contact {
        margin: 0;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas {
        outline: none;
        width: 40px;
        height: 40px;
        cursor: pointer;
        transition: all 0.2s;
        position: relative;
        align-self: center;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas .hamburger span {
        position: absolute;
        right: 0;
        width: 40px;
        height: 2px;
        border-right: 5px;
        background-color: #0b4e50;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
        top: 18px;
        transition: all 0.2s;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
        top: 25px;
        transition: all 0.2s;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas:hover .hamburger span {
        width: 36px;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
        width: 33px;
        transition-delay: 0.2s;
    }

    .n3gs5hs-k6nd53h ul.navbar-nav {
        padding-bottom: 1.5rem;
    }

    .n3gs5hs-k6nd53h .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
    .n3gs5hs-k6nd53h .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);
    }

    .n3gs5hs-k6nd53h .link.dropdown-toggle::after {
        padding: 0 !important;
        transform: rotate(45deg);
    }

    .n3gs5hs-k6nd53h li.nav-item {
        position: relative;
        display: inline-block;
        padding: 0 !important;
        vertical-align: middle;
        line-height: 2em !important;
        font-weight: 600 !important;
        text-decoration: none;
        letter-spacing: 0 !important;
        z-index: 1;
    }

    .n3gs5hs-k6nd53h .lg_brand {
        margin: 0 1rem;
    }

    .n3gs5hs-k6nd53h .navbar-nav.nav-dropdown {
        display: -webkit-flex;
        width: 100%;
        justify-content: center;
        min-width: 200px;
    }
}

.n3gs5hs-k6nd53h .nav-item {
    margin: 4px 15px;
}

@media (min-width: 1200px) {
    .n3gs5hs-k6nd53h .nav-item {
        margin: 4px 24px;
    }
}

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

.n3gs5hs-k6nd53h .nav-item .nav-link {
    transition: all 0.5s ease-out;
    border-radius: .5rem !important;
    position: relative;
}

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

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

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

@media (min-width: 992px) {
    .n3gs5hs-k6nd53h .dropdown-menu {
        padding: 18px 34px 22px;
        min-width: 250px;
        top: auto !important;
        left: -40px !important;
    }

    .n3gs5hs-k6nd53h .dropdown-menu.dropdown-submenu {
        left: 215px !important;
        top: -45% !important;
    }
}

@media (max-width: 991px) {

    .n3gs5hs-k6nd53h .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
    .n3gs5hs-k6nd53h .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;
    }

    .n3gs5hs-k6nd53h .show.dropdown-toggle[aria-expanded="true"]::after {
        transform: rotate(45deg);
        margin-top: -4px;
    }

    .n3gs5hs-k6nd53h .offcanvas_box {
        display: none;
    }
}

.n3gs5hs-k6nd53h .dropdown-item {
    border: none;
    font-weight: 300 !important;
}

.n3gs5hs-k6nd53h .nav-dropdown .link {
    font-weight: 400 !important;
    padding: 0 !important;
    margin: 0 !important;
}

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

.n3gs5hs-k6nd53h .container {
    display: flex;
    margin: auto;
}

.n3gs5hs-k6nd53h .iconfont-wrapper {
    color: #202020;
    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;
}

.n3gs5hs-k6nd53h .iconfont-wrapper:last-child {
    margin-right: 0;
}

.n3gs5hs-k6nd53h .iconfont-wrapper:hover {
    opacity: .5;
}

.n3gs5hs-k6nd53h .navbar-nav {
    margin: 0 1rem;
}

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

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

.n3gs5hs-k6nd53h .nav-item:focus,
.n3gs5hs-k6nd53h .nav-link:focus {
    outline: none;
}

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

.n3gs5hs-k6nd53h .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
}

.n3gs5hs-k6nd53h .dropdown .dropdown-menu .dropdown-item .cnsl-iconfont {
    margin-right: 0.5rem;
    vertical-align: sub;
}

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

.n3gs5hs-k6nd53h .collapsed .dropdown-menu .dropdown-item:before {
    display: none;
}

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

.n3gs5hs-k6nd53h .navbar {
    min-height: 70px;
    padding: 10px 0;
    transition: all 0.3s;
    border-bottom-width: 0;
}

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

.n3gs5hs-k6nd53h .navbar.opened {
    transition: all 0.3s;
}

.n3gs5hs-k6nd53h .navbar .dropdown-item {
    padding: 0;
    margin: 8px 0;
}

.n3gs5hs-k6nd53h .navbar .navbar-logo img {
    max-width: 40px;
    min-height: 40px;
    object-fit: contain;
    border-radius: 10px !important;
}

.n3gs5hs-k6nd53h .navbar .navbar-collapse {
    justify-content: center;
    justify-content: flex-end;
    justify-content: space-between;
    z-index: 1;
}

.n3gs5hs-k6nd53h .navbar.collapsed {
    justify-content: center;
}

.n3gs5hs-k6nd53h .navbar.collapsed .nav-item .nav-link::before {
    display: none;
}

.n3gs5hs-k6nd53h .navbar.collapsed.opened .dropdown-menu {
    top: 0;
}

.n3gs5hs-k6nd53h .navbar.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
}

.n3gs5hs-k6nd53h .navbar.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
}

.n3gs5hs-k6nd53h .navbar.collapsed ul.navbar-nav li {
    margin: auto;
}

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

.n3gs5hs-k6nd53h .navbar.collapsed .icons-menu {
    padding: 0;
}

@media (max-width: 991px) {
    .n3gs5hs-k6nd53h .navbar .nav-item {
        padding: .5rem 0;
    }

    .n3gs5hs-k6nd53h .navbar .navbar-collapse {
        padding: 34px 0;
        border-radius: 16px;
        width: 100%;
    }

    .n3gs5hs-k6nd53h .navbar .nav-item .nav-link::before {
        display: none;
    }

    .n3gs5hs-k6nd53h .navbar.opened .dropdown-menu {
        top: 0;
    }

    .n3gs5hs-k6nd53h .navbar .dropdown-menu {
        padding: 6px 0 6px 15px;
    }

    .n3gs5hs-k6nd53h .navbar .dropdown-menu .dropdown-submenu {
        left: 0 !important;
    }

    .n3gs5hs-k6nd53h .navbar .dropdown-menu .dropdown-item:after {
        right: auto;
        margin-top: -0.4rem;
    }

    .n3gs5hs-k6nd53h .navbar .navbar-logo img {
        height: 3rem !important;
    }

    .n3gs5hs-k6nd53h .navbar ul.navbar-nav {
        overflow: hidden;
    }

    .n3gs5hs-k6nd53h .navbar ul.navbar-nav li {
        margin: 0;
    }

    .n3gs5hs-k6nd53h .navbar .dropdown-menu .dropdown-item {
        padding: 0 !important;
        margin: 0;
        margin-top: 8px;
        text-align: left;
    }

    .n3gs5hs-k6nd53h .navbar .navbar-brand {
        flex-shrink: initial;
        flex-basis: auto;
        word-break: break-word;
        padding-right: 0;
        width: 100%;
        justify-content: space-between;
    }

    .n3gs5hs-k6nd53h .navbar .navbar-toggler {
        flex-basis: auto;
    }

    .n3gs5hs-k6nd53h .navbar .icons-menu {
        padding: 0;
    }
}

.n3gs5hs-k6nd53h .navbar.navbar-short {
    min-height: 60px;
}

.n3gs5hs-k6nd53h .navbar.navbar-short .navbar-logo img {
    height: 2.5rem !important;
}

.n3gs5hs-k6nd53h .navbar.navbar-short .navbar-brand {
    min-height: 60px;
    padding: 0;
}

.n3gs5hs-k6nd53h .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;
}

.n3gs5hs-k6nd53h .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-weight: 700;
}

.n3gs5hs-k6nd53h .navbar-brand .navbar-logo a {
    outline: none;
}

.n3gs5hs-k6nd53h .dropdown-item.active,
.n3gs5hs-k6nd53h .dropdown-item:active {
    background-color: transparent;
}

.n3gs5hs-k6nd53h .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 12px !important;
}

.n3gs5hs-k6nd53h .nav-dropdown .link.dropdown-toggle {
    margin-right: 1.667em;
}

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

.n3gs5hs-k6nd53h .navbar .dropdown.open>.dropdown-menu {
    display: block;
}

.n3gs5hs-k6nd53h ul.navbar-nav {
    flex-wrap: wrap;
    padding: 0;
}

.n3gs5hs-k6nd53h .navbar-buttons {
    text-align: center;
    min-width: 170px;
}

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

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

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

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

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

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

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

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

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

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

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

.n3gs5hs-k6nd53h .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) {
    .n3gs5hs-k6nd53h .navbar {
        height: 70px;
    }

    .n3gs5hs-k6nd53h .navbar.opened {
        height: auto;
    }

    .n3gs5hs-k6nd53h .nav-item .nav-link:hover::before {
        width: 175%;
        max-width: calc(100% + 2rem);
        left: -1rem;
    }
}

.n3gs5hs-k6nd53h .navbar-dropdown .navbar-logo {
    margin-right: 10px;
}

@media (min-width: 768px) {
    .n3gs5hs-k6nd53h .container-fluid {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.n3gs5hs-k6nd53h .cnsl-section-btn-main {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 992px) {
    .n3gs5hs-k6nd53h .cnsl-section-btn-main {
        display: block;
        padding: 0;
    }
}

.n3gs5hs-k6nd53h .cnsl-section-btn-main .btn {
    margin: 8px;
    min-width: 180px;
    padding: 16px 24px;
}

.n3gs5hs-k6nd53h .navbar-caption:hover {
    color: #2a2034;
}

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

.n3gs5hs-k6nd53h .text_widget {
    margin-bottom: 32px;
}

.n3gs5hs-k6nd53h .text_widget a {
    transition: all 0.3s ease-out;
}

.n3gs5hs-k6nd53h .text_widget a:hover,
.n3gs5hs-k6nd53h .text_widget a:focus {
    opacity: .8;
}

.n3gs5hs-k6nd53h .cnsl-section-subtitle {
    color: #ffffff;
    text-align: center;
}

.n3gs5hs-k6nd53h .navbar-caption {
    color: #202020;
}

.n3gs5hs-k6nd53h .cnsl-text {
    color: #ffffff;
    text-align: center;
}

.n3gs5hs-k6nd53h .cnsl-section-subtitle,
.n3gs5hs-k6nd53h .text_widget,
.n3gs5hs-k6nd53h .cnsl-section-btn {
    text-align: center;
}

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

.n3gs5hs-us1Bw5YCt6 {
    padding-top: 135px;
    padding-bottom: 30px;
    background-color: #ffffff;
}

@media (min-width: 1200px) {
    .n3gs5hs-us1Bw5YCt6 .content-wrapper {
        padding-right: 60px;
    }
}

.n3gs5hs-us1Bw5YCt6 img {
    width: 100%;
}

@media (max-width: 991px) {
    .n3gs5hs-us1Bw5YCt6 .content-wrapper {
        padding-bottom: 1.5rem;
    }
}

.n3gs5hs-us1Bw5YCt6 .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us1Bw5YCt6 .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.n3gs5hs-us1BzzaKEM {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #0b4e50;
    flex-direction: column;
    justify-content: center;
}

.n3gs5hs-us1BzzaKEM .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us1BzzaKEM .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

@media (max-width: 992px) {
    .n3gs5hs-us1BzzaKEM .container {
        padding: 0 16px;
    }
}

.n3gs5hs-us1BzzaKEM .row {
    justify-content: center;
}

.n3gs5hs-us1BzzaKEM .desc-wrapper .cnsl-desc {
    margin-bottom: 32px;
}

.n3gs5hs-us1BzzaKEM .content-wrapper .cnsl-section-title {
    margin-bottom: 40px;
}

.n3gs5hs-us1BzzaKEM .content-wrapper .cnsl-text {
    margin-bottom: 48px;
}

@media (max-width: 992px) {
    .n3gs5hs-us1BzzaKEM .content-wrapper .cnsl-text {
        margin-bottom: 22px;
    }
}

.n3gs5hs-us1BzzaKEM .content-wrapper .cnsl-section-btn .btn {
    width: 144px;
    height: 144px;
    border-radius: 100% !important;
}

.n3gs5hs-us1BzzaKEM .content-wrapper .cnsl-section-btn .btn-primary:hover,
.n3gs5hs-us1BzzaKEM .content-wrapper .cnsl-section-btn .btn-secondary:hover,
.n3gs5hs-us1BzzaKEM .content-wrapper .cnsl-section-btn .btn-success:hover,
.n3gs5hs-us1BzzaKEM .content-wrapper .cnsl-section-btn .btn-info:hover,
.n3gs5hs-us1BzzaKEM .content-wrapper .cnsl-section-btn .btn-warning:hover,
.n3gs5hs-us1BzzaKEM .content-wrapper .cnsl-section-btn .btn-danger:hover,
.n3gs5hs-us1BzzaKEM .content-wrapper .cnsl-section-btn .btn-black:hover,
.n3gs5hs-us1BzzaKEM .content-wrapper .cnsl-section-btn .btn-white:hover,
.n3gs5hs-us1BzzaKEM .content-wrapper .cnsl-section-btn .btn-primary:focus,
.n3gs5hs-us1BzzaKEM .content-wrapper .cnsl-section-btn .btn-secondary:focus,
.n3gs5hs-us1BzzaKEM .content-wrapper .cnsl-section-btn .btn-success:focus,
.n3gs5hs-us1BzzaKEM .content-wrapper .cnsl-section-btn .btn-info:focus,
.n3gs5hs-us1BzzaKEM .content-wrapper .cnsl-section-btn .btn-warning:focus,
.n3gs5hs-us1BzzaKEM .content-wrapper .cnsl-section-btn .btn-danger:focus,
.n3gs5hs-us1BzzaKEM .content-wrapper .cnsl-section-btn .btn-black:focus,
.n3gs5hs-us1BzzaKEM .content-wrapper .cnsl-section-btn .btn-white:focus {
    box-shadow: inset 0 -145px 0 0 #dfcefd !important;
    color: #47b5ed !important;
    border-color: #dfcefd !important;
}

.n3gs5hs-us1BzzaKEM .content-wrapper .cnsl-section-btn .btn-primary-outline:hover {
    box-shadow: inset 0 -145px 0 0 #2a2034 !important;
    color: #47b5ed !important;
}

.n3gs5hs-us1BzzaKEM .content-wrapper .cnsl-section-btn .btn-secondary-outline:hover {
    box-shadow: inset 0 -145px 0 0 #dfcefd !important;
    color: #47b5ed !important;
}

.n3gs5hs-us1BzzaKEM .content-wrapper .cnsl-section-btn .btn-success-outline:hover {
    box-shadow: inset 0 -145px 0 0 #40b0bf !important;
    color: #47b5ed !important;
}

.n3gs5hs-us1BzzaKEM .content-wrapper .cnsl-section-btn .btn-info-outline:hover {
    box-shadow: inset 0 -145px 0 0 #47b5ed !important;
    color: #dfcefd !important;
    border-color: #47b5ed !important;
}

.n3gs5hs-us1BzzaKEM .content-wrapper .cnsl-section-btn .btn-warning-outline:hover {
    box-shadow: inset 0 -145px 0 0 #ffe161 !important;
    color: #47b5ed !important;
}

.n3gs5hs-us1BzzaKEM .content-wrapper .cnsl-section-btn .btn-danger-outline:hover {
    box-shadow: inset 0 -145px 0 0 #ff9966 !important;
    color: #47b5ed !important;
}

.n3gs5hs-us1BzzaKEM .content-wrapper .cnsl-section-btn .btn-black-outline:hover {
    box-shadow: inset 0 -145px 0 0 #000000 !important;
    color: #ffffff !important;
}

.n3gs5hs-us1BzzaKEM .content-wrapper .cnsl-section-btn .btn-white-outline:hover {
    box-shadow: inset 0 -145px 0 0 #ffffff !important;
    color: #000000 !important;
}

.n3gs5hs-us1BzzaKEM .cnsl-desc {
    color: #706cff;
}

.n3gs5hs-us1BzzaKEM .cnsl-section-title {
    color: #000000;
}

.n3gs5hs-us1BzzaKEM .cnsl-text {
    color: #ffffff;
}

.n3gs5hs-us1BzzaKEM .cnsl-section-btn {
    text-align: center;
}

.n3gs5hs-us1BzzaKEM .cnsl-section-title,
.n3gs5hs-us1BzzaKEM .cnsl-section-btn {
    color: #ffffff;
}

.n3gs5hs-us1BInO0wk {
    padding-top: 105px;
    padding-bottom: 105px;
    background-color: #ffffff;
}

.n3gs5hs-us1BInO0wk img {
    object-fit: cover;
    width: 90%;
}

@media (max-width: 992px) {
    .n3gs5hs-us1BInO0wk img {
        width: 100%;
    }
}

.n3gs5hs-us1BInO0wk .cnsl-section-subtitle {
    color: #000000;
}

.n3gs5hs-us1BInO0wk .cnsl-text,
.n3gs5hs-us1BInO0wk .cnsl-section-btn {
    color: #000000;
}

.n3gs5hs-us1Cea0Lyn {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #0b4e50;
}

.n3gs5hs-us1Cea0Lyn .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us1Cea0Lyn .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.n3gs5hs-us1Cea0Lyn .cnsl-section-subtitle {
    color: #ffffff;
}

.n3gs5hs-us1Cea0Lyn .cnsl-section-title {
    color: #ffffff;
}

.n3gs5hs-us1CnzR2jd {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.n3gs5hs-us1CnzR2jd .wrapper {
    background: #0b4e50;
}

.n3gs5hs-us1CnzR2jd .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us1CnzR2jd .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.n3gs5hs-us1CnzR2jd .cnsl-section-title {
    color: #ffffff;
}

.n3gs5hs-us1CnzR2jd .cnsl-text {
    color: #ffffff;
}

.n3gs5hs-us1CxlD5Vf {
    padding-top: 8rem;
    padding-bottom: 6rem;
    background-color: #0b4e50;
}

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

.n3gs5hs-us1CxlD5Vf img {
    border-radius: 2rem;
    transition: all 0.3s;
}

.n3gs5hs-us1CxlD5Vf img:hover {
    box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
    transform: rotate(-2deg) scale(1.03);
}

.n3gs5hs-us1CxlD5Vf .cnsl-text,
.n3gs5hs-us1CxlD5Vf .cnsl-section-btn {
    color: #ffffff;
}

.n3gs5hs-us1CxlD5Vf .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us1CxlD5Vf .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.n3gs5hs-us1CxlD5Vf .cnsl-section-title {
    color: #ffffff;
}

.n3gs5hs-us1CzuS7TE {
    padding-top: 7rem;
    padding-bottom: 7rem;
    background-color: #ffffff;
}

.n3gs5hs-us1CzuS7TE .card-wrapper {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
    backdrop-filter: blur(3.5px);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    padding: 6rem 3rem;
    margin: 0;
    margin-left: 10rem;
    overflow: visible;
    position: relative;
    justify-content: center;
}

@media (max-width: 767px) {
    .n3gs5hs-us1CzuS7TE .card-wrapper {
        padding: 2rem 0rem;
    }
}

@media (max-width: 992px) {
    .n3gs5hs-us1CzuS7TE .card-wrapper {
        margin-left: 0rem;
    }
}

.n3gs5hs-us1CzuS7TE .card-wrapper:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.3;
    height: 100%;
    width: 100%;
    border: 2px solid white;
    border-radius: 30px;
    pointer-events: none;
}

.n3gs5hs-us1CzuS7TE .cnsl-section-title {
    color: #000000;
}

.n3gs5hs-us1CzuS7TE .cnsl-text {
    color: #000000;
}

.n3gs5hs-us30sIfuEw {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: #0b4e50;
}

.n3gs5hs-us30sIfuEw .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us30sIfuEw .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.n3gs5hs-us30sIfuEw .row {
    justify-content: space-between;
}

.n3gs5hs-us30sIfuEw .cnsl-section-title {
    margin: 0;
    color: #ffffff;
    text-align: center;
}

@media (max-width: 992px) {
    .n3gs5hs-us30sIfuEw .cnsl-section-title {
        margin-bottom: 20px;
    }
}

.n3gs5hs-us30sIfuEw .cnsl-text {
    margin-bottom: 10px;
    color: #ffffff;
}

@media (max-width: 992px) {
    .n3gs5hs-us30sIfuEw .cnsl-section-btn {
        margin-bottom: 20px;
    }
}

.n3gs5hs-us30sIfuEw .list {
    padding: 0;
    margin-bottom: 0;
    list-style-type: none;
    color: #ffffff;
}

.n3gs5hs-us30sIfuEw .list li {
    margin-bottom: 25px;
}

.n3gs5hs-us30sIfuEw .list li:last-child {
    margin-bottom: 0;
}

.n3gs5hs-us30sIfuEw .cnsl-desc {
    margin-bottom: 8px;
}

.n3gs5hs-us30sIfuEw .social-row {
    display: flex;
    flex-wrap: wrap;
}

.n3gs5hs-us30sIfuEw .social-row .soc-item {
    margin: 9px 9px 0 0;
}

.n3gs5hs-us30sIfuEw .social-row .soc-item a:hover .cnsl-iconfont {
    border-color: #47b5ed;
}

.n3gs5hs-us30sIfuEw .social-row .soc-item a .cnsl-iconfont {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 37px;
    height: 37px;
    font-size: 18px;
    border-radius: 100%;
    border: 1px solid #ffffff;
    transition: all .3s ease;
}

.n3gs5hs-us30sIfuEw .copyright {
    margin: 110px 0 0 0;
    padding: 17px 70px;
    position: relative;
    color: #ffffff;
    text-align: center;
}

.n3gs5hs-us30sIfuEw .copyright:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100rem;
    display: block;
    min-width: 1000vh;
    height: 1px;
    background-color: #ffffff;
    opacity: .4;
}

@media (max-width: 992px) {
    .n3gs5hs-us30sIfuEw .copyright {
        margin-top: 50px;
        padding: 17px 24px;
    }
}

.n3gs5hs-us30sIfuEw .cnsl-desc,
.n3gs5hs-us30sIfuEw .cnsl-iconfont {
    color: #ffffff;
}

.n3gs5hs-k6nd53h {
    background-color: transparent;
}

.n3gs5hs-k6nd53h .navbar-dropdown {
    background-color: #0b4e50 !important;
    padding: 0;
}

.n3gs5hs-k6nd53h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background-color: #0b4e50 !important;
    background: #0b4e50;
}

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

.n3gs5hs-k6nd53h .menu_box {
    flex-wrap: nowrap;
}

@media (max-width: 991px) {
    .n3gs5hs-k6nd53h .menu_box {
        flex-direction: column;
        align-items: flex-start;
    }

    .n3gs5hs-k6nd53h .menu_box .navbar.opened,
    .n3gs5hs-k6nd53h .menu_box .navbar-collapse {
        background-color: #0b4e50 !important;
        transition: all 0s ease 0s;
    }
}

.n3gs5hs-k6nd53h .navbar-dropdown {
    position: relative !important;
}

.n3gs5hs-k6nd53h .icons-menu-main {
    display: flex;
    flex-wrap: wrap;
    min-width: 150px;
    margin-left: 24px;
}

@media (max-width: 991px) {
    .n3gs5hs-k6nd53h .icons-menu-main {
        min-width: auto;
        max-width: 100%;
        margin: 1rem 0 1rem 1rem;
    }
}

@media (max-width: 991px) {
    .n3gs5hs-k6nd53h .cnsl-section-btn-main {
        margin-top: 1rem;
    }
}

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

.n3gs5hs-k6nd53h .btn:hover {
    box-shadow: none;
}

@media (min-width: 992px) {
    .n3gs5hs-k6nd53h .offcanvas {
        padding: 12rem 64px 0;
        width: 35%;
        background-color: #202020;
    }

    .n3gs5hs-k6nd53h .offcanvas_image img {
        width: auto;
        object-fit: cover;
        display: inline-block;
    }

    .n3gs5hs-k6nd53h .offcanvas-header {
        position: relative;
        padding: 0;
    }

    .n3gs5hs-k6nd53h .offcanvas-header .btn-close {
        position: absolute;
        top: -70px;
        right: 0;
        width: 35px;
        height: 30px;
    }

    .n3gs5hs-k6nd53h .offcanvas-body {
        text-align: center;
        padding: 0;
    }

    .n3gs5hs-k6nd53h .offcanvas-body .cnsl-text,
    .n3gs5hs-k6nd53h .offcanvas-body .cnsl-section-subtitle {
        margin-bottom: 32px;
    }

    .n3gs5hs-k6nd53h .offcanvas-body .offcanvas_contact {
        margin: 0;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas {
        outline: none;
        width: 40px;
        height: 40px;
        cursor: pointer;
        transition: all 0.2s;
        position: relative;
        align-self: center;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas .hamburger span {
        position: absolute;
        right: 0;
        width: 40px;
        height: 2px;
        border-right: 5px;
        background-color: #0b4e50;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
        top: 18px;
        transition: all 0.2s;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
        top: 25px;
        transition: all 0.2s;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas:hover .hamburger span {
        width: 36px;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
        width: 33px;
        transition-delay: 0.2s;
    }

    .n3gs5hs-k6nd53h ul.navbar-nav {
        padding-bottom: 1.5rem;
    }

    .n3gs5hs-k6nd53h .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
    .n3gs5hs-k6nd53h .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);
    }

    .n3gs5hs-k6nd53h .link.dropdown-toggle::after {
        padding: 0 !important;
        transform: rotate(45deg);
    }

    .n3gs5hs-k6nd53h li.nav-item {
        position: relative;
        display: inline-block;
        padding: 0 !important;
        vertical-align: middle;
        line-height: 2em !important;
        font-weight: 600 !important;
        text-decoration: none;
        letter-spacing: 0 !important;
        z-index: 1;
    }

    .n3gs5hs-k6nd53h .lg_brand {
        margin: 0 1rem;
    }

    .n3gs5hs-k6nd53h .navbar-nav.nav-dropdown {
        display: -webkit-flex;
        width: 100%;
        justify-content: center;
        min-width: 200px;
    }
}

.n3gs5hs-k6nd53h .nav-item {
    margin: 4px 15px;
}

@media (min-width: 1200px) {
    .n3gs5hs-k6nd53h .nav-item {
        margin: 4px 24px;
    }
}

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

.n3gs5hs-k6nd53h .nav-item .nav-link {
    transition: all 0.5s ease-out;
    border-radius: .5rem !important;
    position: relative;
}

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

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

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

@media (min-width: 992px) {
    .n3gs5hs-k6nd53h .dropdown-menu {
        padding: 18px 34px 22px;
        min-width: 250px;
        top: auto !important;
        left: -40px !important;
    }

    .n3gs5hs-k6nd53h .dropdown-menu.dropdown-submenu {
        left: 215px !important;
        top: -45% !important;
    }
}

@media (max-width: 991px) {

    .n3gs5hs-k6nd53h .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
    .n3gs5hs-k6nd53h .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;
    }

    .n3gs5hs-k6nd53h .show.dropdown-toggle[aria-expanded="true"]::after {
        transform: rotate(45deg);
        margin-top: -4px;
    }

    .n3gs5hs-k6nd53h .offcanvas_box {
        display: none;
    }
}

.n3gs5hs-k6nd53h .dropdown-item {
    border: none;
    font-weight: 300 !important;
}

.n3gs5hs-k6nd53h .nav-dropdown .link {
    font-weight: 400 !important;
    padding: 0 !important;
    margin: 0 !important;
}

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

.n3gs5hs-k6nd53h .container {
    display: flex;
    margin: auto;
}

.n3gs5hs-k6nd53h .iconfont-wrapper {
    color: #202020;
    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;
}

.n3gs5hs-k6nd53h .iconfont-wrapper:last-child {
    margin-right: 0;
}

.n3gs5hs-k6nd53h .iconfont-wrapper:hover {
    opacity: .5;
}

.n3gs5hs-k6nd53h .navbar-nav {
    margin: 0 1rem;
}

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

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

.n3gs5hs-k6nd53h .nav-item:focus,
.n3gs5hs-k6nd53h .nav-link:focus {
    outline: none;
}

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

.n3gs5hs-k6nd53h .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
}

.n3gs5hs-k6nd53h .dropdown .dropdown-menu .dropdown-item .cnsl-iconfont {
    margin-right: 0.5rem;
    vertical-align: sub;
}

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

.n3gs5hs-k6nd53h .collapsed .dropdown-menu .dropdown-item:before {
    display: none;
}

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

.n3gs5hs-k6nd53h .navbar {
    min-height: 70px;
    padding: 10px 0;
    transition: all 0.3s;
    border-bottom-width: 0;
}

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

.n3gs5hs-k6nd53h .navbar.opened {
    transition: all 0.3s;
}

.n3gs5hs-k6nd53h .navbar .dropdown-item {
    padding: 0;
    margin: 8px 0;
}

.n3gs5hs-k6nd53h .navbar .navbar-logo img {
    max-width: 40px;
    min-height: 40px;
    object-fit: contain;
    border-radius: 10px !important;
}

.n3gs5hs-k6nd53h .navbar .navbar-collapse {
    justify-content: center;
    justify-content: flex-end;
    justify-content: space-between;
    z-index: 1;
}

.n3gs5hs-k6nd53h .navbar.collapsed {
    justify-content: center;
}

.n3gs5hs-k6nd53h .navbar.collapsed .nav-item .nav-link::before {
    display: none;
}

.n3gs5hs-k6nd53h .navbar.collapsed.opened .dropdown-menu {
    top: 0;
}

.n3gs5hs-k6nd53h .navbar.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
}

.n3gs5hs-k6nd53h .navbar.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
}

.n3gs5hs-k6nd53h .navbar.collapsed ul.navbar-nav li {
    margin: auto;
}

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

.n3gs5hs-k6nd53h .navbar.collapsed .icons-menu {
    padding: 0;
}

@media (max-width: 991px) {
    .n3gs5hs-k6nd53h .navbar .nav-item {
        padding: .5rem 0;
    }

    .n3gs5hs-k6nd53h .navbar .navbar-collapse {
        padding: 34px 0;
        border-radius: 16px;
        width: 100%;
    }

    .n3gs5hs-k6nd53h .navbar .nav-item .nav-link::before {
        display: none;
    }

    .n3gs5hs-k6nd53h .navbar.opened .dropdown-menu {
        top: 0;
    }

    .n3gs5hs-k6nd53h .navbar .dropdown-menu {
        padding: 6px 0 6px 15px;
    }

    .n3gs5hs-k6nd53h .navbar .dropdown-menu .dropdown-submenu {
        left: 0 !important;
    }

    .n3gs5hs-k6nd53h .navbar .dropdown-menu .dropdown-item:after {
        right: auto;
        margin-top: -0.4rem;
    }

    .n3gs5hs-k6nd53h .navbar .navbar-logo img {
        height: 3rem !important;
    }

    .n3gs5hs-k6nd53h .navbar ul.navbar-nav {
        overflow: hidden;
    }

    .n3gs5hs-k6nd53h .navbar ul.navbar-nav li {
        margin: 0;
    }

    .n3gs5hs-k6nd53h .navbar .dropdown-menu .dropdown-item {
        padding: 0 !important;
        margin: 0;
        margin-top: 8px;
        text-align: left;
    }

    .n3gs5hs-k6nd53h .navbar .navbar-brand {
        flex-shrink: initial;
        flex-basis: auto;
        word-break: break-word;
        padding-right: 0;
        width: 100%;
        justify-content: space-between;
    }

    .n3gs5hs-k6nd53h .navbar .navbar-toggler {
        flex-basis: auto;
    }

    .n3gs5hs-k6nd53h .navbar .icons-menu {
        padding: 0;
    }
}

.n3gs5hs-k6nd53h .navbar.navbar-short {
    min-height: 60px;
}

.n3gs5hs-k6nd53h .navbar.navbar-short .navbar-logo img {
    height: 2.5rem !important;
}

.n3gs5hs-k6nd53h .navbar.navbar-short .navbar-brand {
    min-height: 60px;
    padding: 0;
}

.n3gs5hs-k6nd53h .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;
}

.n3gs5hs-k6nd53h .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-weight: 700;
}

.n3gs5hs-k6nd53h .navbar-brand .navbar-logo a {
    outline: none;
}

.n3gs5hs-k6nd53h .dropdown-item.active,
.n3gs5hs-k6nd53h .dropdown-item:active {
    background-color: transparent;
}

.n3gs5hs-k6nd53h .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 12px !important;
}

.n3gs5hs-k6nd53h .nav-dropdown .link.dropdown-toggle {
    margin-right: 1.667em;
}

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

.n3gs5hs-k6nd53h .navbar .dropdown.open>.dropdown-menu {
    display: block;
}

.n3gs5hs-k6nd53h ul.navbar-nav {
    flex-wrap: wrap;
    padding: 0;
}

.n3gs5hs-k6nd53h .navbar-buttons {
    text-align: center;
    min-width: 170px;
}

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

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

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

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

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

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

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

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

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

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

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

.n3gs5hs-k6nd53h .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) {
    .n3gs5hs-k6nd53h .navbar {
        height: 70px;
    }

    .n3gs5hs-k6nd53h .navbar.opened {
        height: auto;
    }

    .n3gs5hs-k6nd53h .nav-item .nav-link:hover::before {
        width: 175%;
        max-width: calc(100% + 2rem);
        left: -1rem;
    }
}

.n3gs5hs-k6nd53h .navbar-dropdown .navbar-logo {
    margin-right: 10px;
}

@media (min-width: 768px) {
    .n3gs5hs-k6nd53h .container-fluid {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.n3gs5hs-k6nd53h .cnsl-section-btn-main {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 992px) {
    .n3gs5hs-k6nd53h .cnsl-section-btn-main {
        display: block;
        padding: 0;
    }
}

.n3gs5hs-k6nd53h .cnsl-section-btn-main .btn {
    margin: 8px;
    min-width: 180px;
    padding: 16px 24px;
}

.n3gs5hs-k6nd53h .navbar-caption:hover {
    color: #2a2034;
}

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

.n3gs5hs-k6nd53h .text_widget {
    margin-bottom: 32px;
}

.n3gs5hs-k6nd53h .text_widget a {
    transition: all 0.3s ease-out;
}

.n3gs5hs-k6nd53h .text_widget a:hover,
.n3gs5hs-k6nd53h .text_widget a:focus {
    opacity: .8;
}

.n3gs5hs-k6nd53h .cnsl-section-subtitle {
    color: #ffffff;
    text-align: center;
}

.n3gs5hs-k6nd53h .navbar-caption {
    color: #202020;
}

.n3gs5hs-k6nd53h .cnsl-text {
    color: #ffffff;
    text-align: center;
}

.n3gs5hs-k6nd53h .cnsl-section-subtitle,
.n3gs5hs-k6nd53h .text_widget,
.n3gs5hs-k6nd53h .cnsl-section-btn {
    text-align: center;
}

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

.n3gs5hs-us1CJ8G0TI {
    padding-top: 11rem;
    padding-bottom: 5rem;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
}

.n3gs5hs-us1CJ8G0TI .decor-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 52%;
    height: 95%;
    border-radius: 0 85% 0 0;
    background-color: #d6e4ff;
    pointer-events: none;
}

@media (max-width: 992px) {
    .n3gs5hs-us1CJ8G0TI .decor-wrap {
        width: 60%;
        height: 50%;
        border-radius: 0 50% 0 0;
    }
}

.n3gs5hs-us1CJ8G0TI .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us1CJ8G0TI .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.n3gs5hs-us1CJ8G0TI .row {
    position: relative;
    z-index: 1;
}

.n3gs5hs-us1CJ8G0TI .title-wrapper .cnsl-section-title {
    margin-bottom: 22px;
}

@media (max-width: 992px) {
    .n3gs5hs-us1CJ8G0TI .title-wrapper .cnsl-section-title {
        margin-bottom: 46px;
    }
}

.n3gs5hs-us1CJ8G0TI .image-wrapper {
    margin-right: 18px;
}

@media (max-width: 992px) {
    .n3gs5hs-us1CJ8G0TI .image-wrapper {
        margin-right: 0;
        margin-bottom: 46px;
    }
}

.n3gs5hs-us1CJ8G0TI .image-wrapper img {
    height: 620px;
    object-fit: cover;
}

@media (max-width: 992px) {
    .n3gs5hs-us1CJ8G0TI .image-wrapper img {
        height: 350px;
    }
}

.n3gs5hs-us1CJ8G0TI .content-wrapper {
    padding-top: 64px;
}

@media (max-width: 992px) {
    .n3gs5hs-us1CJ8G0TI .content-wrapper {
        padding-top: 22px;
    }
}

.n3gs5hs-us1CJ8G0TI .content-wrapper .text-wrapper .cnsl-text {
    margin-bottom: 46px;
    display: inline-block;
    width: 55%;
}

@media (max-width: 992px) {
    .n3gs5hs-us1CJ8G0TI .content-wrapper .text-wrapper .cnsl-text {
        width: 100%;
        margin-bottom: 22px;
    }
}

.n3gs5hs-us1CJ8G0TI .content-wrapper .desc-wrapper {
    display: flex;
    align-items: center;
}

@media (max-width: 992px) {
    .n3gs5hs-us1CJ8G0TI .content-wrapper .desc-wrapper {
        display: block;
    }
}

.n3gs5hs-us1CJ8G0TI .content-wrapper .desc-wrapper .cnsl-desc {
    width: 50%;
    margin-right: 20px;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .n3gs5hs-us1CJ8G0TI .content-wrapper .desc-wrapper .cnsl-desc {
        margin-right: 0;
        width: 100%;
        margin-bottom: 12px;
    }
}

.n3gs5hs-us1CJ8G0TI .content-wrapper .desc-wrapper .cnsl-section-btn {
    width: 50%;
}

@media (max-width: 992px) {
    .n3gs5hs-us1CJ8G0TI .content-wrapper .desc-wrapper .cnsl-section-btn {
        width: 100%;
    }
}

.n3gs5hs-us1CJ8G0TI .content-wrapper .desc-wrapper .cnsl-section-btn .btn {
    padding: 29px 64px;
}

@media (max-width: 1200px) {
    .n3gs5hs-us1CJ8G0TI .content-wrapper .desc-wrapper .cnsl-section-btn .btn {
        padding: 20px 32px;
    }
}

.n3gs5hs-us1CJ8G0TI .cnsl-section-title {
    color: #212529;
    text-align: center;
}

.n3gs5hs-us1CJ8G0TI .cnsl-text {
    color: #51565c;
}

.n3gs5hs-us1CJ8G0TI .cnsl-desc {
    color: #51565c;
}

.n3gs5hs-us1CJ8G0TI .cnsl-text,
.n3gs5hs-us1CJ8G0TI .text-wrapper {
    color: #000000;
}

.n3gs5hs-us1D0u0FBQ {
    padding-top: 7rem;
    padding-bottom: 7rem;
    background-color: #0b4e50;
}

.n3gs5hs-us1D0u0FBQ .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us1D0u0FBQ .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.n3gs5hs-us1D0u0FBQ .cnsl-text,
.n3gs5hs-us1D0u0FBQ .cnsl-section-btn {
    text-align: center;
    color: #ffffff;
}

.n3gs5hs-us1D0u0FBQ .cnsl-section-title {
    text-align: center;
    color: #ffffff;
}

.n3gs5hs-us1D0u0FBQ .cnsl-section-subtitle {
    text-align: center;
}

.n3gs5hs-us1D2qWoRx {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #ffffff;
}

.n3gs5hs-us1D2qWoRx .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us1D2qWoRx .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.n3gs5hs-us1D2qWoRx img {
    border-radius: 3rem;
}

.n3gs5hs-us1D2qWoRx .row {
    flex-direction: row-reverse;
}

.n3gs5hs-us1D2qWoRx .row {
    align-items: center;
}

.n3gs5hs-us1D2qWoRx .cnsl-section-title {
    color: #000000;
}

.n3gs5hs-us1D2qWoRx .cnsl-text,
.n3gs5hs-us1D2qWoRx .cnsl-section-btn {
    color: #000000;
}

.n3gs5hs-us1D4mImVy {
    padding-top: 8rem;
    padding-bottom: 8rem;
    background-color: #0b4e50;
}

.n3gs5hs-us1D4mImVy .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us1D4mImVy .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.n3gs5hs-us1D4mImVy .cnsl-text,
.n3gs5hs-us1D4mImVy .cnsl-section-btn {
    text-align: center;
    color: #ffffff;
}

.n3gs5hs-us1D4mImVy .cnsl-section-title {
    text-align: center;
    color: #ffffff;
}

.n3gs5hs-us1D4mImVy .cnsl-section-subtitle {
    text-align: center;
    color: #3d2e7c;
}

.n3gs5hs-us1DdF6Wym {
    padding-top: 8rem;
    padding-bottom: 8rem;
    background-color: #ffffff;
}

.n3gs5hs-us1DdF6Wym .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us1DdF6Wym .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

@media (max-width: 991px) {
    .n3gs5hs-us1DdF6Wym .image-wrapper {
        margin-bottom: 1rem;
    }
}

.n3gs5hs-us1DdF6Wym img {
    border-radius: 2rem;
}

.n3gs5hs-us1DdF6Wym .row {
    align-items: center;
}

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

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

.n3gs5hs-us1DdF6Wym .cnsl-section-title {
    color: #000000;
}

.n3gs5hs-us1DdF6Wym .cnsl-text,
.n3gs5hs-us1DdF6Wym .cnsl-section-btn {
    color: #000000;
}

.n3gs5hs-us1Dg38BfB {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #0b4e50;
}

.n3gs5hs-us1Dg38BfB .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us1Dg38BfB .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.n3gs5hs-us1Dg38BfB .row {
    justify-content: flex-start;
}

.n3gs5hs-us1Dg38BfB .container {
    max-width: 1140px;
    margin: 0 auto;
}

.n3gs5hs-us1Dg38BfB .container-fluid {
    padding: 0 130px;
}

@media (max-width: 991px) {
    .n3gs5hs-us1Dg38BfB .container-fluid {
        padding: 0 30px;
    }
}

@media (max-width: 767px) {
    .n3gs5hs-us1Dg38BfB .container-fluid {
        padding: 0 15px;
    }
}

.n3gs5hs-us1Dg38BfB .content-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 70px;
    border-radius: 30px;
    background-color: #ffffff;
}

@media (max-width: 767px) {
    .n3gs5hs-us1Dg38BfB .content-container {
        padding: 70px 30px;
    }
}

.n3gs5hs-us1Dg38BfB .content-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.n3gs5hs-us1Dg38BfB .cnsl-section-title {
    color: #000000;
    margin-bottom: 0 !important;
    width: 100%;
}

.n3gs5hs-us1Dg38BfB .cnsl-section-subtitle {
    color: #f6f6f6;
    margin-bottom: 0 !important;
    margin-top: 20px;
    width: 100%;
}

.n3gs5hs-us1Dg38BfB .cnsl-section-btn {
    width: 100%;
    margin-top: 50px;
}

@media (max-width: 767px) {
    .n3gs5hs-us1Dg38BfB .cnsl-section-btn {
        margin-top: 30px;
    }
}

.n3gs5hs-us1Dg38BfB .cnsl-section-subtitle,
.n3gs5hs-us1Dg38BfB .cnsl-section-btn {
    color: #000000;
}

.n3gs5hs-us1DGEYrno {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #ffffff;
}

.n3gs5hs-us1DGEYrno img {
    width: 100%;
}

@media (min-width: 1200px) {
    .n3gs5hs-us1DGEYrno .content-wrapper {
        padding-left: 60px;
    }
}

@media (max-width: 992px) {
    .n3gs5hs-us1DGEYrno .content-wrapper {
        padding-top: 1.5rem;
    }
}

.n3gs5hs-us1DGEYrno .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us1DGEYrno .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.n3gs5hs-us30sIfuEw {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: #0b4e50;
}

.n3gs5hs-us30sIfuEw .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us30sIfuEw .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.n3gs5hs-us30sIfuEw .row {
    justify-content: space-between;
}

.n3gs5hs-us30sIfuEw .cnsl-section-title {
    margin: 0;
    color: #ffffff;
    text-align: center;
}

@media (max-width: 992px) {
    .n3gs5hs-us30sIfuEw .cnsl-section-title {
        margin-bottom: 20px;
    }
}

.n3gs5hs-us30sIfuEw .cnsl-text {
    margin-bottom: 10px;
    color: #ffffff;
}

@media (max-width: 992px) {
    .n3gs5hs-us30sIfuEw .cnsl-section-btn {
        margin-bottom: 20px;
    }
}

.n3gs5hs-us30sIfuEw .list {
    padding: 0;
    margin-bottom: 0;
    list-style-type: none;
    color: #ffffff;
}

.n3gs5hs-us30sIfuEw .list li {
    margin-bottom: 25px;
}

.n3gs5hs-us30sIfuEw .list li:last-child {
    margin-bottom: 0;
}

.n3gs5hs-us30sIfuEw .cnsl-desc {
    margin-bottom: 8px;
}

.n3gs5hs-us30sIfuEw .social-row {
    display: flex;
    flex-wrap: wrap;
}

.n3gs5hs-us30sIfuEw .social-row .soc-item {
    margin: 9px 9px 0 0;
}

.n3gs5hs-us30sIfuEw .social-row .soc-item a:hover .cnsl-iconfont {
    border-color: #47b5ed;
}

.n3gs5hs-us30sIfuEw .social-row .soc-item a .cnsl-iconfont {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 37px;
    height: 37px;
    font-size: 18px;
    border-radius: 100%;
    border: 1px solid #ffffff;
    transition: all .3s ease;
}

.n3gs5hs-us30sIfuEw .copyright {
    margin: 110px 0 0 0;
    padding: 17px 70px;
    position: relative;
    color: #ffffff;
    text-align: center;
}

.n3gs5hs-us30sIfuEw .copyright:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100rem;
    display: block;
    min-width: 1000vh;
    height: 1px;
    background-color: #ffffff;
    opacity: .4;
}

@media (max-width: 992px) {
    .n3gs5hs-us30sIfuEw .copyright {
        margin-top: 50px;
        padding: 17px 24px;
    }
}

.n3gs5hs-us30sIfuEw .cnsl-desc,
.n3gs5hs-us30sIfuEw .cnsl-iconfont {
    color: #ffffff;
}

.n3gs5hs-k6nd53h {
    background-color: transparent;
}

.n3gs5hs-k6nd53h .navbar-dropdown {
    background-color: #0b4e50 !important;
    padding: 0;
}

.n3gs5hs-k6nd53h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background-color: #0b4e50 !important;
    background: #0b4e50;
}

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

.n3gs5hs-k6nd53h .menu_box {
    flex-wrap: nowrap;
}

@media (max-width: 991px) {
    .n3gs5hs-k6nd53h .menu_box {
        flex-direction: column;
        align-items: flex-start;
    }

    .n3gs5hs-k6nd53h .menu_box .navbar.opened,
    .n3gs5hs-k6nd53h .menu_box .navbar-collapse {
        background-color: #0b4e50 !important;
        transition: all 0s ease 0s;
    }
}

.n3gs5hs-k6nd53h .navbar-dropdown {
    position: relative !important;
}

.n3gs5hs-k6nd53h .icons-menu-main {
    display: flex;
    flex-wrap: wrap;
    min-width: 150px;
    margin-left: 24px;
}

@media (max-width: 991px) {
    .n3gs5hs-k6nd53h .icons-menu-main {
        min-width: auto;
        max-width: 100%;
        margin: 1rem 0 1rem 1rem;
    }
}

@media (max-width: 991px) {
    .n3gs5hs-k6nd53h .cnsl-section-btn-main {
        margin-top: 1rem;
    }
}

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

.n3gs5hs-k6nd53h .btn:hover {
    box-shadow: none;
}

@media (min-width: 992px) {
    .n3gs5hs-k6nd53h .offcanvas {
        padding: 12rem 64px 0;
        width: 35%;
        background-color: #202020;
    }

    .n3gs5hs-k6nd53h .offcanvas_image img {
        width: auto;
        object-fit: cover;
        display: inline-block;
    }

    .n3gs5hs-k6nd53h .offcanvas-header {
        position: relative;
        padding: 0;
    }

    .n3gs5hs-k6nd53h .offcanvas-header .btn-close {
        position: absolute;
        top: -70px;
        right: 0;
        width: 35px;
        height: 30px;
    }

    .n3gs5hs-k6nd53h .offcanvas-body {
        text-align: center;
        padding: 0;
    }

    .n3gs5hs-k6nd53h .offcanvas-body .cnsl-text,
    .n3gs5hs-k6nd53h .offcanvas-body .cnsl-section-subtitle {
        margin-bottom: 32px;
    }

    .n3gs5hs-k6nd53h .offcanvas-body .offcanvas_contact {
        margin: 0;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas {
        outline: none;
        width: 40px;
        height: 40px;
        cursor: pointer;
        transition: all 0.2s;
        position: relative;
        align-self: center;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas .hamburger span {
        position: absolute;
        right: 0;
        width: 40px;
        height: 2px;
        border-right: 5px;
        background-color: #0b4e50;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
        top: 18px;
        transition: all 0.2s;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
        top: 25px;
        transition: all 0.2s;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas:hover .hamburger span {
        width: 36px;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
        width: 33px;
        transition-delay: 0.2s;
    }

    .n3gs5hs-k6nd53h ul.navbar-nav {
        padding-bottom: 1.5rem;
    }

    .n3gs5hs-k6nd53h .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
    .n3gs5hs-k6nd53h .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);
    }

    .n3gs5hs-k6nd53h .link.dropdown-toggle::after {
        padding: 0 !important;
        transform: rotate(45deg);
    }

    .n3gs5hs-k6nd53h li.nav-item {
        position: relative;
        display: inline-block;
        padding: 0 !important;
        vertical-align: middle;
        line-height: 2em !important;
        font-weight: 600 !important;
        text-decoration: none;
        letter-spacing: 0 !important;
        z-index: 1;
    }

    .n3gs5hs-k6nd53h .lg_brand {
        margin: 0 1rem;
    }

    .n3gs5hs-k6nd53h .navbar-nav.nav-dropdown {
        display: -webkit-flex;
        width: 100%;
        justify-content: center;
        min-width: 200px;
    }
}

.n3gs5hs-k6nd53h .nav-item {
    margin: 4px 15px;
}

@media (min-width: 1200px) {
    .n3gs5hs-k6nd53h .nav-item {
        margin: 4px 24px;
    }
}

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

.n3gs5hs-k6nd53h .nav-item .nav-link {
    transition: all 0.5s ease-out;
    border-radius: .5rem !important;
    position: relative;
}

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

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

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

@media (min-width: 992px) {
    .n3gs5hs-k6nd53h .dropdown-menu {
        padding: 18px 34px 22px;
        min-width: 250px;
        top: auto !important;
        left: -40px !important;
    }

    .n3gs5hs-k6nd53h .dropdown-menu.dropdown-submenu {
        left: 215px !important;
        top: -45% !important;
    }
}

@media (max-width: 991px) {

    .n3gs5hs-k6nd53h .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
    .n3gs5hs-k6nd53h .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;
    }

    .n3gs5hs-k6nd53h .show.dropdown-toggle[aria-expanded="true"]::after {
        transform: rotate(45deg);
        margin-top: -4px;
    }

    .n3gs5hs-k6nd53h .offcanvas_box {
        display: none;
    }
}

.n3gs5hs-k6nd53h .dropdown-item {
    border: none;
    font-weight: 300 !important;
}

.n3gs5hs-k6nd53h .nav-dropdown .link {
    font-weight: 400 !important;
    padding: 0 !important;
    margin: 0 !important;
}

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

.n3gs5hs-k6nd53h .container {
    display: flex;
    margin: auto;
}

.n3gs5hs-k6nd53h .iconfont-wrapper {
    color: #202020;
    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;
}

.n3gs5hs-k6nd53h .iconfont-wrapper:last-child {
    margin-right: 0;
}

.n3gs5hs-k6nd53h .iconfont-wrapper:hover {
    opacity: .5;
}

.n3gs5hs-k6nd53h .navbar-nav {
    margin: 0 1rem;
}

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

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

.n3gs5hs-k6nd53h .nav-item:focus,
.n3gs5hs-k6nd53h .nav-link:focus {
    outline: none;
}

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

.n3gs5hs-k6nd53h .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
}

.n3gs5hs-k6nd53h .dropdown .dropdown-menu .dropdown-item .cnsl-iconfont {
    margin-right: 0.5rem;
    vertical-align: sub;
}

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

.n3gs5hs-k6nd53h .collapsed .dropdown-menu .dropdown-item:before {
    display: none;
}

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

.n3gs5hs-k6nd53h .navbar {
    min-height: 70px;
    padding: 10px 0;
    transition: all 0.3s;
    border-bottom-width: 0;
}

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

.n3gs5hs-k6nd53h .navbar.opened {
    transition: all 0.3s;
}

.n3gs5hs-k6nd53h .navbar .dropdown-item {
    padding: 0;
    margin: 8px 0;
}

.n3gs5hs-k6nd53h .navbar .navbar-logo img {
    max-width: 40px;
    min-height: 40px;
    object-fit: contain;
    border-radius: 10px !important;
}

.n3gs5hs-k6nd53h .navbar .navbar-collapse {
    justify-content: center;
    justify-content: flex-end;
    justify-content: space-between;
    z-index: 1;
}

.n3gs5hs-k6nd53h .navbar.collapsed {
    justify-content: center;
}

.n3gs5hs-k6nd53h .navbar.collapsed .nav-item .nav-link::before {
    display: none;
}

.n3gs5hs-k6nd53h .navbar.collapsed.opened .dropdown-menu {
    top: 0;
}

.n3gs5hs-k6nd53h .navbar.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
}

.n3gs5hs-k6nd53h .navbar.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
}

.n3gs5hs-k6nd53h .navbar.collapsed ul.navbar-nav li {
    margin: auto;
}

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

.n3gs5hs-k6nd53h .navbar.collapsed .icons-menu {
    padding: 0;
}

@media (max-width: 991px) {
    .n3gs5hs-k6nd53h .navbar .nav-item {
        padding: .5rem 0;
    }

    .n3gs5hs-k6nd53h .navbar .navbar-collapse {
        padding: 34px 0;
        border-radius: 16px;
        width: 100%;
    }

    .n3gs5hs-k6nd53h .navbar .nav-item .nav-link::before {
        display: none;
    }

    .n3gs5hs-k6nd53h .navbar.opened .dropdown-menu {
        top: 0;
    }

    .n3gs5hs-k6nd53h .navbar .dropdown-menu {
        padding: 6px 0 6px 15px;
    }

    .n3gs5hs-k6nd53h .navbar .dropdown-menu .dropdown-submenu {
        left: 0 !important;
    }

    .n3gs5hs-k6nd53h .navbar .dropdown-menu .dropdown-item:after {
        right: auto;
        margin-top: -0.4rem;
    }

    .n3gs5hs-k6nd53h .navbar .navbar-logo img {
        height: 3rem !important;
    }

    .n3gs5hs-k6nd53h .navbar ul.navbar-nav {
        overflow: hidden;
    }

    .n3gs5hs-k6nd53h .navbar ul.navbar-nav li {
        margin: 0;
    }

    .n3gs5hs-k6nd53h .navbar .dropdown-menu .dropdown-item {
        padding: 0 !important;
        margin: 0;
        margin-top: 8px;
        text-align: left;
    }

    .n3gs5hs-k6nd53h .navbar .navbar-brand {
        flex-shrink: initial;
        flex-basis: auto;
        word-break: break-word;
        padding-right: 0;
        width: 100%;
        justify-content: space-between;
    }

    .n3gs5hs-k6nd53h .navbar .navbar-toggler {
        flex-basis: auto;
    }

    .n3gs5hs-k6nd53h .navbar .icons-menu {
        padding: 0;
    }
}

.n3gs5hs-k6nd53h .navbar.navbar-short {
    min-height: 60px;
}

.n3gs5hs-k6nd53h .navbar.navbar-short .navbar-logo img {
    height: 2.5rem !important;
}

.n3gs5hs-k6nd53h .navbar.navbar-short .navbar-brand {
    min-height: 60px;
    padding: 0;
}

.n3gs5hs-k6nd53h .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;
}

.n3gs5hs-k6nd53h .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-weight: 700;
}

.n3gs5hs-k6nd53h .navbar-brand .navbar-logo a {
    outline: none;
}

.n3gs5hs-k6nd53h .dropdown-item.active,
.n3gs5hs-k6nd53h .dropdown-item:active {
    background-color: transparent;
}

.n3gs5hs-k6nd53h .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 12px !important;
}

.n3gs5hs-k6nd53h .nav-dropdown .link.dropdown-toggle {
    margin-right: 1.667em;
}

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

.n3gs5hs-k6nd53h .navbar .dropdown.open>.dropdown-menu {
    display: block;
}

.n3gs5hs-k6nd53h ul.navbar-nav {
    flex-wrap: wrap;
    padding: 0;
}

.n3gs5hs-k6nd53h .navbar-buttons {
    text-align: center;
    min-width: 170px;
}

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

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

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

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

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

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

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

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

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

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

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

.n3gs5hs-k6nd53h .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) {
    .n3gs5hs-k6nd53h .navbar {
        height: 70px;
    }

    .n3gs5hs-k6nd53h .navbar.opened {
        height: auto;
    }

    .n3gs5hs-k6nd53h .nav-item .nav-link:hover::before {
        width: 175%;
        max-width: calc(100% + 2rem);
        left: -1rem;
    }
}

.n3gs5hs-k6nd53h .navbar-dropdown .navbar-logo {
    margin-right: 10px;
}

@media (min-width: 768px) {
    .n3gs5hs-k6nd53h .container-fluid {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.n3gs5hs-k6nd53h .cnsl-section-btn-main {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 992px) {
    .n3gs5hs-k6nd53h .cnsl-section-btn-main {
        display: block;
        padding: 0;
    }
}

.n3gs5hs-k6nd53h .cnsl-section-btn-main .btn {
    margin: 8px;
    min-width: 180px;
    padding: 16px 24px;
}

.n3gs5hs-k6nd53h .navbar-caption:hover {
    color: #2a2034;
}

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

.n3gs5hs-k6nd53h .text_widget {
    margin-bottom: 32px;
}

.n3gs5hs-k6nd53h .text_widget a {
    transition: all 0.3s ease-out;
}

.n3gs5hs-k6nd53h .text_widget a:hover,
.n3gs5hs-k6nd53h .text_widget a:focus {
    opacity: .8;
}

.n3gs5hs-k6nd53h .cnsl-section-subtitle {
    color: #ffffff;
    text-align: center;
}

.n3gs5hs-k6nd53h .navbar-caption {
    color: #202020;
}

.n3gs5hs-k6nd53h .cnsl-text {
    color: #ffffff;
    text-align: center;
}

.n3gs5hs-k6nd53h .cnsl-section-subtitle,
.n3gs5hs-k6nd53h .text_widget,
.n3gs5hs-k6nd53h .cnsl-section-btn {
    text-align: center;
}

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

.n3gs5hs-us1DPdH1uc {
    padding-top: 10rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.n3gs5hs-us1DPdH1uc .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us1DPdH1uc .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.n3gs5hs-us1DPdH1uc .oldcost {
    text-decoration: line-through;
    color: #353535;
}

.n3gs5hs-us1DPdH1uc .currentcost {
    color: #232323;
}

.n3gs5hs-us1DPdH1uc .card-wrapper {
    border-radius: 4px;
    background: #0b4e50;
}

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

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

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

.n3gs5hs-us1DPdH1uc .image-wrapper img {
    width: 100%;
    object-fit: cover;
}

.n3gs5hs-us1DPdH1uc H5 {
    color: #ffffff;
}

.n3gs5hs-us1DPdH1uc .cnsl-text,
.n3gs5hs-us1DPdH1uc .cost,
.n3gs5hs-us1DPdH1uc .cnsl-section-btn {
    color: #ffffff;
}

.n3gs5hs-us1E8uiXPh {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #0b4e50;
}

.n3gs5hs-us1E8uiXPh .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us1E8uiXPh .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.n3gs5hs-us1E8uiXPh .content-wrapper {
    position: relative;
    padding: 46px 24px;
    overflow: hidden;
    border: 1px solid #0b4e50;
    background-color: #ffffff;
}

@media (max-width: 992px) {
    .n3gs5hs-us1E8uiXPh .content-wrapper {
        padding: 24px 14px 0 14px;
    }
}

.n3gs5hs-us1E8uiXPh .content-wrapper .cnsl-section-title {
    position: relative;
    z-index: 1;
    margin-bottom: 48px;
}

@media (max-width: 992px) {
    .n3gs5hs-us1E8uiXPh .content-wrapper .cnsl-section-title {
        margin-bottom: 32px;
    }
}

.n3gs5hs-us1E8uiXPh .content-wrapper .items-wrap {
    position: relative;
    z-index: 1;
    justify-content: center;
    margin: 0 -7px;
}

.n3gs5hs-us1E8uiXPh .content-wrapper .items-wrap .item {
    padding: 0 7px;
    margin-bottom: 14px;
}

.n3gs5hs-us1E8uiXPh .content-wrapper .items-wrap .item .item-wrapper {
    padding: 46px 24px;
    border: 1px solid #0b4e50;
    height: 100%;
}

@media (max-width: 992px) {
    .n3gs5hs-us1E8uiXPh .content-wrapper .items-wrap .item .item-wrapper {
        padding: 14px;
    }
}

.n3gs5hs-us1E8uiXPh .content-wrapper .items-wrap .item .item-wrapper .card-box .item-number {
    margin-bottom: 16px;
}

.n3gs5hs-us1E8uiXPh .content-wrapper .items-wrap .item .item-wrapper .card-box .item-title {
    margin-bottom: 16px;
}

.n3gs5hs-us1E8uiXPh .content-wrapper .items-wrap .item .item-wrapper .card-box .item-text {
    margin-bottom: 0;
}

.n3gs5hs-us1E8uiXPh .cnsl-section-title {
    color: #000000;
    text-align: center;
}

.n3gs5hs-us1E8uiXPh .item-number {
    color: #bcfe1e;
}

.n3gs5hs-us1E8uiXPh .item-title {
    color: #ffffff;
}

.n3gs5hs-us1E8uiXPh .item-text {
    color: #000000;
}

.n3gs5hs-us1E2C340T {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.n3gs5hs-us1E2C340T .cnsl-text {
    color: #000000;
}

.n3gs5hs-us1E2C340T .cnsl-section-subtitle {
    color: #000000;
}

.n3gs5hs-us1E2C340T .cnsl-section-title {
    color: #000000;
    text-align: center;
}

.n3gs5hs-us1E2C340T .cnsl-text,
.n3gs5hs-us1E2C340T .item .cnsl-section-btn {
    text-align: left;
    color: #ffffff;
}

.n3gs5hs-us1E2C340T .item-wrapper {
    background: #0b4e50;
    margin-bottom: 2rem;
    padding: 2.25rem;
}

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

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

.n3gs5hs-us1E2C340T .cnsl-card-title {
    color: #ffffff;
}

.n3gs5hs-us1DWC2oRQ {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #0b4e50;
}

.n3gs5hs-us1DWC2oRQ .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us1DWC2oRQ .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.n3gs5hs-us1DWC2oRQ .timeline-element {
    position: relative;
}

.n3gs5hs-us1DWC2oRQ .timelines-container {
    display: flex;
    flex-wrap: wrap;
}

.n3gs5hs-us1DWC2oRQ .image-wrapper img {
    width: 100%;
    object-fit: cover;
}

.n3gs5hs-us1DWC2oRQ .cnsl-section-title,
.n3gs5hs-us1DWC2oRQ .cnsl-section-subtitle,
.n3gs5hs-us1DWC2oRQ .timeline-date {
    text-align: center;
}

.n3gs5hs-us1DWC2oRQ .iconBackground {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    margin-left: -9px;
    padding: 0;
}

@media (max-width: 767px) {
    .n3gs5hs-us1DWC2oRQ .iconBackground {
        left: 15px;
        top: 30px;
    }
}

@media (min-width: 768px) {
    .n3gs5hs-us1DWC2oRQ .iconBackground {
        top: 70px;
        left: 50%;
    }
}

.n3gs5hs-us1DWC2oRQ .row:after {
    content: "";
    position: absolute;
    background-color: #ffffff;
    width: 2px;
}

@media (max-width: 767px) {
    .n3gs5hs-us1DWC2oRQ .row:after {
        height: calc(100% + 30px);
        top: 50px;
        left: 15px;
    }
}

@media (min-width: 768px) {
    .n3gs5hs-us1DWC2oRQ .row:after {
        height: calc(100% + 28px);
        top: 90px;
        left: 50%;
    }
}

@media (max-width: 767px) {

    .n3gs5hs-us1DWC2oRQ .timeline-date-wrapper,
    .n3gs5hs-us1DWC2oRQ .timeline-text-wrapper,
    .n3gs5hs-us1DWC2oRQ .image-wrapper {
        padding: 0rem;
        padding-left: 2rem;
    }

    .n3gs5hs-us1DWC2oRQ .cnsl-timeline-date {
        text-align: left !important;
    }

    .n3gs5hs-us1DWC2oRQ .cnsl-timeline-title {
        text-align: left;
        margin-top: 1rem;
    }
}

@media (max-width: 991px) and (min-width: 768px) {

    .n3gs5hs-us1DWC2oRQ .timeline-date-wrapper,
    .n3gs5hs-us1DWC2oRQ .timeline-text-wrapper {
        padding: 1rem;
    }
}

@media (min-width: 992px) {

    .n3gs5hs-us1DWC2oRQ .timeline-date-wrapper,
    .n3gs5hs-us1DWC2oRQ .timeline-text-wrapper,
    .n3gs5hs-us1DWC2oRQ .image-wrapper {
        padding: 2rem;
    }
}

.n3gs5hs-us1DWC2oRQ .cnsl-section-title {
    color: #ffffff;
}

.n3gs5hs-us1DWC2oRQ .cnsl-timeline-title {
    color: #ffffff;
}

.n3gs5hs-us1DWC2oRQ .cnsl-text {
    color: #ffffff;
}

.n3gs5hs-us1Ej76TEI {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.n3gs5hs-us1Ej76TEI .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us1Ej76TEI .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

@media (max-width: 768px) {
    .n3gs5hs-us1Ej76TEI .container {
        padding: 0 16px;
    }
}

.n3gs5hs-us1Ej76TEI .row {
    justify-content: center;
    position: relative;
    z-index: 1;
    margin: 0 -12px;
}

.n3gs5hs-us1Ej76TEI .row .card {
    justify-content: flex-end;
    padding: 0 12px;
}

.n3gs5hs-us1Ej76TEI .content-wrapper {
    margin-bottom: 80px;
}

.n3gs5hs-us1Ej76TEI .content-wrapper .cnsl-section-title {
    margin-bottom: 24px;
}

.n3gs5hs-us1Ej76TEI .content-wrapper .cnsl-section-title span {
    color: #000000;
}

.n3gs5hs-us1Ej76TEI .content-wrapper .text-wrap .cnsl-text {
    display: inline-flex;
    width: 40%;
    margin-bottom: 14px;
}

@media (max-width: 992px) {
    .n3gs5hs-us1Ej76TEI .content-wrapper .text-wrap .cnsl-text {
        width: 100%;
    }
}

.n3gs5hs-us1Ej76TEI .cnsl-section-btn-main {
    margin-bottom: 14px;
}

.n3gs5hs-us1Ej76TEI .item {
    padding: 0 12px;
    margin-bottom: 24px;
}

.n3gs5hs-us1Ej76TEI .item .item-wrapper {
    background-color: #0b4e50;
    height: 100%;
    padding: 50px;
    border-radius: 14px !important;
}

@media (max-width: 992px) {
    .n3gs5hs-us1Ej76TEI .item .item-wrapper {
        padding: 32px;
    }
}

.n3gs5hs-us1Ej76TEI .item .item-wrapper .card-box .title-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

@media (max-width: 992px) {
    .n3gs5hs-us1Ej76TEI .item .item-wrapper .card-box .title-wrap {
        margin-bottom: 32px;
    }
}

.n3gs5hs-us1Ej76TEI .item .item-wrapper .card-box .title-wrap .item-title {
    margin-bottom: 0;
}

.n3gs5hs-us1Ej76TEI .item .item-wrapper .card-box .title-wrap .cnsl-iconfont {
    display: inline-flex;
    margin-left: 16px;
    font-size: 30px;
    color: #000000;
}

.n3gs5hs-us1Ej76TEI .item .item-wrapper .card-box .item-text {
    margin-bottom: 0;
}

.n3gs5hs-us1Ej76TEI .item-menu-overlay .btn-wrapper {
    margin-top: -4%;
}

.n3gs5hs-us1Ej76TEI .cnsl-section-title {
    color: #000000;
}

.n3gs5hs-us1Ej76TEI .cnsl-text,
.n3gs5hs-us1Ej76TEI .text-wrap {
    color: #6f6f6f;
    text-align: center;
}

.n3gs5hs-us1Ej76TEI .item-title {
    color: #ffffff;
}

.n3gs5hs-us1Ej76TEI .item-text {
    color: #ffffff;
}

.n3gs5hs-us1Ej76TEI .cnsl-section-title,
.n3gs5hs-us1Ej76TEI .cnsl-section-btn {
    text-align: center;
}

.n3gs5hs-us30sIfuEw {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: #0b4e50;
}

.n3gs5hs-us30sIfuEw .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us30sIfuEw .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.n3gs5hs-us30sIfuEw .row {
    justify-content: space-between;
}

.n3gs5hs-us30sIfuEw .cnsl-section-title {
    margin: 0;
    color: #ffffff;
    text-align: center;
}

@media (max-width: 992px) {
    .n3gs5hs-us30sIfuEw .cnsl-section-title {
        margin-bottom: 20px;
    }
}

.n3gs5hs-us30sIfuEw .cnsl-text {
    margin-bottom: 10px;
    color: #ffffff;
}

@media (max-width: 992px) {
    .n3gs5hs-us30sIfuEw .cnsl-section-btn {
        margin-bottom: 20px;
    }
}

.n3gs5hs-us30sIfuEw .list {
    padding: 0;
    margin-bottom: 0;
    list-style-type: none;
    color: #ffffff;
}

.n3gs5hs-us30sIfuEw .list li {
    margin-bottom: 25px;
}

.n3gs5hs-us30sIfuEw .list li:last-child {
    margin-bottom: 0;
}

.n3gs5hs-us30sIfuEw .cnsl-desc {
    margin-bottom: 8px;
}

.n3gs5hs-us30sIfuEw .social-row {
    display: flex;
    flex-wrap: wrap;
}

.n3gs5hs-us30sIfuEw .social-row .soc-item {
    margin: 9px 9px 0 0;
}

.n3gs5hs-us30sIfuEw .social-row .soc-item a:hover .cnsl-iconfont {
    border-color: #47b5ed;
}

.n3gs5hs-us30sIfuEw .social-row .soc-item a .cnsl-iconfont {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 37px;
    height: 37px;
    font-size: 18px;
    border-radius: 100%;
    border: 1px solid #ffffff;
    transition: all .3s ease;
}

.n3gs5hs-us30sIfuEw .copyright {
    margin: 110px 0 0 0;
    padding: 17px 70px;
    position: relative;
    color: #ffffff;
    text-align: center;
}

.n3gs5hs-us30sIfuEw .copyright:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100rem;
    display: block;
    min-width: 1000vh;
    height: 1px;
    background-color: #ffffff;
    opacity: .4;
}

@media (max-width: 992px) {
    .n3gs5hs-us30sIfuEw .copyright {
        margin-top: 50px;
        padding: 17px 24px;
    }
}

.n3gs5hs-us30sIfuEw .cnsl-desc,
.n3gs5hs-us30sIfuEw .cnsl-iconfont {
    color: #ffffff;
}

.n3gs5hs-k6nd53h {
    background-color: transparent;
}

.n3gs5hs-k6nd53h .navbar-dropdown {
    background-color: #0b4e50 !important;
    padding: 0;
}

.n3gs5hs-k6nd53h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background-color: #0b4e50 !important;
    background: #0b4e50;
}

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

.n3gs5hs-k6nd53h .menu_box {
    flex-wrap: nowrap;
}

@media (max-width: 991px) {
    .n3gs5hs-k6nd53h .menu_box {
        flex-direction: column;
        align-items: flex-start;
    }

    .n3gs5hs-k6nd53h .menu_box .navbar.opened,
    .n3gs5hs-k6nd53h .menu_box .navbar-collapse {
        background-color: #0b4e50 !important;
        transition: all 0s ease 0s;
    }
}

.n3gs5hs-k6nd53h .navbar-dropdown {
    position: relative !important;
}

.n3gs5hs-k6nd53h .icons-menu-main {
    display: flex;
    flex-wrap: wrap;
    min-width: 150px;
    margin-left: 24px;
}

@media (max-width: 991px) {
    .n3gs5hs-k6nd53h .icons-menu-main {
        min-width: auto;
        max-width: 100%;
        margin: 1rem 0 1rem 1rem;
    }
}

@media (max-width: 991px) {
    .n3gs5hs-k6nd53h .cnsl-section-btn-main {
        margin-top: 1rem;
    }
}

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

.n3gs5hs-k6nd53h .btn:hover {
    box-shadow: none;
}

@media (min-width: 992px) {
    .n3gs5hs-k6nd53h .offcanvas {
        padding: 12rem 64px 0;
        width: 35%;
        background-color: #202020;
    }

    .n3gs5hs-k6nd53h .offcanvas_image img {
        width: auto;
        object-fit: cover;
        display: inline-block;
    }

    .n3gs5hs-k6nd53h .offcanvas-header {
        position: relative;
        padding: 0;
    }

    .n3gs5hs-k6nd53h .offcanvas-header .btn-close {
        position: absolute;
        top: -70px;
        right: 0;
        width: 35px;
        height: 30px;
    }

    .n3gs5hs-k6nd53h .offcanvas-body {
        text-align: center;
        padding: 0;
    }

    .n3gs5hs-k6nd53h .offcanvas-body .cnsl-text,
    .n3gs5hs-k6nd53h .offcanvas-body .cnsl-section-subtitle {
        margin-bottom: 32px;
    }

    .n3gs5hs-k6nd53h .offcanvas-body .offcanvas_contact {
        margin: 0;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas {
        outline: none;
        width: 40px;
        height: 40px;
        cursor: pointer;
        transition: all 0.2s;
        position: relative;
        align-self: center;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas .hamburger span {
        position: absolute;
        right: 0;
        width: 40px;
        height: 2px;
        border-right: 5px;
        background-color: #0b4e50;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
        top: 18px;
        transition: all 0.2s;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
        top: 25px;
        transition: all 0.2s;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas:hover .hamburger span {
        width: 36px;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
        width: 33px;
        transition-delay: 0.2s;
    }

    .n3gs5hs-k6nd53h ul.navbar-nav {
        padding-bottom: 1.5rem;
    }

    .n3gs5hs-k6nd53h .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
    .n3gs5hs-k6nd53h .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);
    }

    .n3gs5hs-k6nd53h .link.dropdown-toggle::after {
        padding: 0 !important;
        transform: rotate(45deg);
    }

    .n3gs5hs-k6nd53h li.nav-item {
        position: relative;
        display: inline-block;
        padding: 0 !important;
        vertical-align: middle;
        line-height: 2em !important;
        font-weight: 600 !important;
        text-decoration: none;
        letter-spacing: 0 !important;
        z-index: 1;
    }

    .n3gs5hs-k6nd53h .lg_brand {
        margin: 0 1rem;
    }

    .n3gs5hs-k6nd53h .navbar-nav.nav-dropdown {
        display: -webkit-flex;
        width: 100%;
        justify-content: center;
        min-width: 200px;
    }
}

.n3gs5hs-k6nd53h .nav-item {
    margin: 4px 15px;
}

@media (min-width: 1200px) {
    .n3gs5hs-k6nd53h .nav-item {
        margin: 4px 24px;
    }
}

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

.n3gs5hs-k6nd53h .nav-item .nav-link {
    transition: all 0.5s ease-out;
    border-radius: .5rem !important;
    position: relative;
}

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

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

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

@media (min-width: 992px) {
    .n3gs5hs-k6nd53h .dropdown-menu {
        padding: 18px 34px 22px;
        min-width: 250px;
        top: auto !important;
        left: -40px !important;
    }

    .n3gs5hs-k6nd53h .dropdown-menu.dropdown-submenu {
        left: 215px !important;
        top: -45% !important;
    }
}

@media (max-width: 991px) {

    .n3gs5hs-k6nd53h .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
    .n3gs5hs-k6nd53h .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;
    }

    .n3gs5hs-k6nd53h .show.dropdown-toggle[aria-expanded="true"]::after {
        transform: rotate(45deg);
        margin-top: -4px;
    }

    .n3gs5hs-k6nd53h .offcanvas_box {
        display: none;
    }
}

.n3gs5hs-k6nd53h .dropdown-item {
    border: none;
    font-weight: 300 !important;
}

.n3gs5hs-k6nd53h .nav-dropdown .link {
    font-weight: 400 !important;
    padding: 0 !important;
    margin: 0 !important;
}

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

.n3gs5hs-k6nd53h .container {
    display: flex;
    margin: auto;
}

.n3gs5hs-k6nd53h .iconfont-wrapper {
    color: #202020;
    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;
}

.n3gs5hs-k6nd53h .iconfont-wrapper:last-child {
    margin-right: 0;
}

.n3gs5hs-k6nd53h .iconfont-wrapper:hover {
    opacity: .5;
}

.n3gs5hs-k6nd53h .navbar-nav {
    margin: 0 1rem;
}

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

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

.n3gs5hs-k6nd53h .nav-item:focus,
.n3gs5hs-k6nd53h .nav-link:focus {
    outline: none;
}

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

.n3gs5hs-k6nd53h .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
}

.n3gs5hs-k6nd53h .dropdown .dropdown-menu .dropdown-item .cnsl-iconfont {
    margin-right: 0.5rem;
    vertical-align: sub;
}

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

.n3gs5hs-k6nd53h .collapsed .dropdown-menu .dropdown-item:before {
    display: none;
}

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

.n3gs5hs-k6nd53h .navbar {
    min-height: 70px;
    padding: 10px 0;
    transition: all 0.3s;
    border-bottom-width: 0;
}

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

.n3gs5hs-k6nd53h .navbar.opened {
    transition: all 0.3s;
}

.n3gs5hs-k6nd53h .navbar .dropdown-item {
    padding: 0;
    margin: 8px 0;
}

.n3gs5hs-k6nd53h .navbar .navbar-logo img {
    max-width: 40px;
    min-height: 40px;
    object-fit: contain;
    border-radius: 10px !important;
}

.n3gs5hs-k6nd53h .navbar .navbar-collapse {
    justify-content: center;
    justify-content: flex-end;
    justify-content: space-between;
    z-index: 1;
}

.n3gs5hs-k6nd53h .navbar.collapsed {
    justify-content: center;
}

.n3gs5hs-k6nd53h .navbar.collapsed .nav-item .nav-link::before {
    display: none;
}

.n3gs5hs-k6nd53h .navbar.collapsed.opened .dropdown-menu {
    top: 0;
}

.n3gs5hs-k6nd53h .navbar.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
}

.n3gs5hs-k6nd53h .navbar.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
}

.n3gs5hs-k6nd53h .navbar.collapsed ul.navbar-nav li {
    margin: auto;
}

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

.n3gs5hs-k6nd53h .navbar.collapsed .icons-menu {
    padding: 0;
}

@media (max-width: 991px) {
    .n3gs5hs-k6nd53h .navbar .nav-item {
        padding: .5rem 0;
    }

    .n3gs5hs-k6nd53h .navbar .navbar-collapse {
        padding: 34px 0;
        border-radius: 16px;
        width: 100%;
    }

    .n3gs5hs-k6nd53h .navbar .nav-item .nav-link::before {
        display: none;
    }

    .n3gs5hs-k6nd53h .navbar.opened .dropdown-menu {
        top: 0;
    }

    .n3gs5hs-k6nd53h .navbar .dropdown-menu {
        padding: 6px 0 6px 15px;
    }

    .n3gs5hs-k6nd53h .navbar .dropdown-menu .dropdown-submenu {
        left: 0 !important;
    }

    .n3gs5hs-k6nd53h .navbar .dropdown-menu .dropdown-item:after {
        right: auto;
        margin-top: -0.4rem;
    }

    .n3gs5hs-k6nd53h .navbar .navbar-logo img {
        height: 3rem !important;
    }

    .n3gs5hs-k6nd53h .navbar ul.navbar-nav {
        overflow: hidden;
    }

    .n3gs5hs-k6nd53h .navbar ul.navbar-nav li {
        margin: 0;
    }

    .n3gs5hs-k6nd53h .navbar .dropdown-menu .dropdown-item {
        padding: 0 !important;
        margin: 0;
        margin-top: 8px;
        text-align: left;
    }

    .n3gs5hs-k6nd53h .navbar .navbar-brand {
        flex-shrink: initial;
        flex-basis: auto;
        word-break: break-word;
        padding-right: 0;
        width: 100%;
        justify-content: space-between;
    }

    .n3gs5hs-k6nd53h .navbar .navbar-toggler {
        flex-basis: auto;
    }

    .n3gs5hs-k6nd53h .navbar .icons-menu {
        padding: 0;
    }
}

.n3gs5hs-k6nd53h .navbar.navbar-short {
    min-height: 60px;
}

.n3gs5hs-k6nd53h .navbar.navbar-short .navbar-logo img {
    height: 2.5rem !important;
}

.n3gs5hs-k6nd53h .navbar.navbar-short .navbar-brand {
    min-height: 60px;
    padding: 0;
}

.n3gs5hs-k6nd53h .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;
}

.n3gs5hs-k6nd53h .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-weight: 700;
}

.n3gs5hs-k6nd53h .navbar-brand .navbar-logo a {
    outline: none;
}

.n3gs5hs-k6nd53h .dropdown-item.active,
.n3gs5hs-k6nd53h .dropdown-item:active {
    background-color: transparent;
}

.n3gs5hs-k6nd53h .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 12px !important;
}

.n3gs5hs-k6nd53h .nav-dropdown .link.dropdown-toggle {
    margin-right: 1.667em;
}

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

.n3gs5hs-k6nd53h .navbar .dropdown.open>.dropdown-menu {
    display: block;
}

.n3gs5hs-k6nd53h ul.navbar-nav {
    flex-wrap: wrap;
    padding: 0;
}

.n3gs5hs-k6nd53h .navbar-buttons {
    text-align: center;
    min-width: 170px;
}

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

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

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

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

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

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

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

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

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

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

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

.n3gs5hs-k6nd53h .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) {
    .n3gs5hs-k6nd53h .navbar {
        height: 70px;
    }

    .n3gs5hs-k6nd53h .navbar.opened {
        height: auto;
    }

    .n3gs5hs-k6nd53h .nav-item .nav-link:hover::before {
        width: 175%;
        max-width: calc(100% + 2rem);
        left: -1rem;
    }
}

.n3gs5hs-k6nd53h .navbar-dropdown .navbar-logo {
    margin-right: 10px;
}

@media (min-width: 768px) {
    .n3gs5hs-k6nd53h .container-fluid {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.n3gs5hs-k6nd53h .cnsl-section-btn-main {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 992px) {
    .n3gs5hs-k6nd53h .cnsl-section-btn-main {
        display: block;
        padding: 0;
    }
}

.n3gs5hs-k6nd53h .cnsl-section-btn-main .btn {
    margin: 8px;
    min-width: 180px;
    padding: 16px 24px;
}

.n3gs5hs-k6nd53h .navbar-caption:hover {
    color: #2a2034;
}

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

.n3gs5hs-k6nd53h .text_widget {
    margin-bottom: 32px;
}

.n3gs5hs-k6nd53h .text_widget a {
    transition: all 0.3s ease-out;
}

.n3gs5hs-k6nd53h .text_widget a:hover,
.n3gs5hs-k6nd53h .text_widget a:focus {
    opacity: .8;
}

.n3gs5hs-k6nd53h .cnsl-section-subtitle {
    color: #ffffff;
    text-align: center;
}

.n3gs5hs-k6nd53h .navbar-caption {
    color: #202020;
}

.n3gs5hs-k6nd53h .cnsl-text {
    color: #ffffff;
    text-align: center;
}

.n3gs5hs-k6nd53h .cnsl-section-subtitle,
.n3gs5hs-k6nd53h .text_widget,
.n3gs5hs-k6nd53h .cnsl-section-btn {
    text-align: center;
}

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

.n3gs5hs-us2qynpino {
    padding-top: 10rem;
    padding-bottom: 6rem;
    background-color: #ffffff;
}

.n3gs5hs-us2qynpino .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us2qynpino .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.n3gs5hs-us2qynpino .row {
    align-items: center;
}

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

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

.n3gs5hs-us2qynpino .cnsl-section-title {
    color: #000000;
}

.n3gs5hs-us2qynpino .cnsl-text,
.n3gs5hs-us2qynpino .cnsl-section-btn {
    color: #000000;
}

.n3gs5hs-us1EGlDzuP {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #0b4e50;
}

.n3gs5hs-us1EGlDzuP .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us1EGlDzuP .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.n3gs5hs-us1EGlDzuP .card-wrapper {
    background: #ffffff;
    border-radius: 4px;
}

@media (max-width: 767px) {
    .n3gs5hs-us1EGlDzuP .card-wrapper {
        padding: 1rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .n3gs5hs-us1EGlDzuP .card-wrapper {
        padding: 2rem;
    }
}

@media (min-width: 992px) {
    .n3gs5hs-us1EGlDzuP .card-wrapper {
        padding: 4rem;
    }
}

.n3gs5hs-us1EGlDzuP .cnsl-text,
.n3gs5hs-us1EGlDzuP .cnsl-section-btn {
    color: #000000;
}

.n3gs5hs-us1EGlDzuP .card-title,
.n3gs5hs-us1EGlDzuP .card-box {
    text-align: left;
    color: #000000;
}

.n3gs5hs-us1EO45r4t {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.n3gs5hs-us1EO45r4t .date {
    padding: 1rem;
    color: #fff;
    background-color: #181818;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

@media (min-width: 992px) {
    .n3gs5hs-us1EO45r4t .date {
        padding: 2rem;
    }
}

.n3gs5hs-us1EO45r4t .cnsl-section-title {
    margin: 0;
    margin-bottom: 80px;
}

@media (max-width: 992px) {
    .n3gs5hs-us1EO45r4t .cnsl-section-title {
        margin-bottom: 40px;
    }
}

.n3gs5hs-us1EO45r4t .card-heading {
    line-height: 1.2;
}

.n3gs5hs-us1EO45r4t .wrapper {
    background-color: #0b4e50;
    border-radius: 10px;
}

.n3gs5hs-us1EO45r4t .news-item {
    text-decoration: none;
}

.n3gs5hs-us1EO45r4t .news-item:hover {
    cursor: pointer;
}

@media (max-width: 600px) {
    .n3gs5hs-us1EO45r4t .link {
        margin-top: 20px;
        margin-bottom: 20px;
        opacity: 1;
        transform: none;
    }
}

.n3gs5hs-us1EO45r4t .cnsl-text {
    line-height: 1.72;
}

.n3gs5hs-us1EO45r4t .news-content {
    padding: 1rem;
}

@media (min-width: 992px) {
    .n3gs5hs-us1EO45r4t .news-content {
        padding: 2rem;
    }
}

.n3gs5hs-us1EO45r4t .card-title {
    color: #ffffff;
}

.n3gs5hs-us1EO45r4t .cnsl-text,
.n3gs5hs-us1EO45r4t .link {
    color: #ffffff;
}

.n3gs5hs-us1EOsVTW6 {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #0b4e50;
}

.n3gs5hs-us1EOsVTW6 .title__block {
    margin-bottom: 89px;
}

.n3gs5hs-us1EOsVTW6 .timelines-container .separline:last-child:before {
    content: none;
}

.n3gs5hs-us1EOsVTW6 .cnsl-timeline-title {
    margin-bottom: 10px;
    font-weight: 500;
}

.n3gs5hs-us1EOsVTW6 .timeline-text-content {
    padding: 27px 27px 28px 37px;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    background-color: #ffffff;
    position: relative;
}

.n3gs5hs-us1EOsVTW6 .timeline-text-content p {
    margin-bottom: 0;
}

.n3gs5hs-us1EOsVTW6 .timeline-text-content:before {
    content: "";
    width: 14px;
    height: 14px;
    border: 1px solid #ddebe9;
    display: block;
    border-bottom: none;
    border-left: none;
    position: absolute;
    right: -8px;
    top: 18px;
    background-color: #ffffff;
    transform: rotate(45deg);
}

.n3gs5hs-us1EOsVTW6 .timeline-element {
    margin-top: 20px;
    position: relative;
    word-wrap: break-word;
    word-break: break-word;
}

.n3gs5hs-us1EOsVTW6 .timeline-element:nth-child(odd) .timeline-text-content {
    margin-right: 35px;
}

.n3gs5hs-us1EOsVTW6 .timeline-element:nth-child(even) .timeline-text-content {
    margin-left: 35px;
}

.n3gs5hs-us1EOsVTW6 .timeline-element:nth-child(even) .timeline-text-content:before {
    right: auto;
    left: -8px;
    top: 18px;
    transform: rotate(225deg);
}

.n3gs5hs-us1EOsVTW6 .iconBackground {
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    top: 21px;
    width: 10px;
    height: 10px;
    transform: translateX(-50%);
    background-color: #ffffff;
}

.n3gs5hs-us1EOsVTW6 .iconBackground:before {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: inherit;
    opacity: .35;
    top: -10px;
    left: -10px;
    border-radius: 50%;
}

.n3gs5hs-us1EOsVTW6 .separline:before {
    top: 60px;
    bottom: 0;
    position: absolute;
    content: "";
    width: .5px;
    background-color: #ffffff;
    left: calc(50% - 1px);
    height: calc(100% - 3rem);
    opacity: .35;
}

@media (max-width: 991px) {
    .n3gs5hs-us1EOsVTW6 .title__block {
        margin-bottom: 40px;
    }

    .n3gs5hs-us1EOsVTW6 .timeline-element {
        margin: 0 0 28px 10px;
    }

    .n3gs5hs-us1EOsVTW6 .timeline-element:nth-child(odd) .timeline-text-content {
        margin-right: 10px;
    }

    .n3gs5hs-us1EOsVTW6 .timeline-element:nth-child(odd) .timeline-text-content:before {
        right: auto;
        left: -8px;
        transform: rotate(225deg);
    }

    .n3gs5hs-us1EOsVTW6 .timeline-element:nth-child(even) .timeline-text-content {
        margin-right: 10px;
    }

    .n3gs5hs-us1EOsVTW6 .timeline-text-content {
        padding: 18px 19px;
        margin-left: 0 !important;
    }

    .n3gs5hs-us1EOsVTW6 .iconBackground {
        left: 0 !important;
    }

    .n3gs5hs-us1EOsVTW6 .separline:before {
        left: 0 !important;
    }
}

.n3gs5hs-us1EOsVTW6 .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us1EOsVTW6 .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.n3gs5hs-us1EOsVTW6 .cnsl-section-title {
    color: #ffffff;
}

.n3gs5hs-us1EOsVTW6 .cnsl-timeline-text {
    color: #000000;
}

.n3gs5hs-us1ESivbgb {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.n3gs5hs-us1ESivbgb .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us1ESivbgb .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

@media (max-width: 992px) {
    .n3gs5hs-us1ESivbgb .container {
        padding: 0 30px;
    }
}

.n3gs5hs-us1ESivbgb .content-wrapper {
    display: flex;
}

@media (max-width: 992px) {
    .n3gs5hs-us1ESivbgb .content-wrapper {
        display: block;
    }
}

.n3gs5hs-us1ESivbgb .content-wrapper .card {
    justify-content: center;
}

.n3gs5hs-us1ESivbgb .content-wrapper .content-wrap {
    width: 50%;
    padding: 50px 110px;
    min-height: 100%;
    background-color: #0b4e50;
    border-radius: 0 0 2rem 0 !important;
}

@media (max-width: 992px) {
    .n3gs5hs-us1ESivbgb .content-wrapper .content-wrap {
        width: 100%;
        padding: 40px 20px;
        border-radius: 0 0 2rem 0 !important;
    }
}

.n3gs5hs-us1ESivbgb .content-wrapper .content-wrap .cnsl-section-title {
    margin-bottom: 35px;
}

.n3gs5hs-us1ESivbgb .content-wrapper .content-wrap .cnsl-text {
    margin-bottom: 40px;
}

.n3gs5hs-us1ESivbgb .content-wrapper .image-wrapper {
    width: 50%;
}

@media (max-width: 992px) {
    .n3gs5hs-us1ESivbgb .content-wrapper .image-wrapper {
        width: 100%;
    }
}

.n3gs5hs-us1ESivbgb .content-wrapper .image-wrapper img {
    min-height: 630px;
    object-fit: cover;
    border-radius: 2rem 0 0 0 !important;
}

@media (max-width: 992px) {
    .n3gs5hs-us1ESivbgb .content-wrapper .image-wrapper img {
        min-height: auto;
        height: 430px;
        border-radius: 2rem 0 0 0 !important;
    }
}

.n3gs5hs-us1ESivbgb .cnsl-section-title {
    color: #144031;
}

.n3gs5hs-us1ESivbgb .cnsl-text {
    color: #ffffff;
}

.n3gs5hs-us1ESivbgb .cnsl-section-title,
.n3gs5hs-us1ESivbgb .cnsl-section-btn {
    color: #ffffff;
}

.n3gs5hs-us7F7oYbWN {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #0b4e50;
}

.n3gs5hs-us7F7oYbWN .cnsl-text {
    color: #000000;
}

.n3gs5hs-us7F7oYbWN .cnsl-section-subtitle {
    color: #ffffff;
}

.n3gs5hs-us7F7oYbWN .cnsl-section-title {
    color: #ffffff;
    text-align: center;
}

.n3gs5hs-us7F7oYbWN .cnsl-text,
.n3gs5hs-us7F7oYbWN .item .cnsl-section-btn {
    text-align: left;
    color: #000000;
}

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

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

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

.n3gs5hs-us7GTOjedd {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.n3gs5hs-us7GTOjedd .timeline-element {
    position: relative;
}

.n3gs5hs-us7GTOjedd .timelines-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.n3gs5hs-us7GTOjedd .timelines-container .timeline-element .nth-order {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

@media (max-width: 768px) {
    .n3gs5hs-us7GTOjedd .timelines-container .timeline-element .nth-order {
        align-items: flex-start;
    }
}

.n3gs5hs-us7GTOjedd .timelines-container .timeline-element:nth-child(2n) .nth-order {
    align-items: flex-start;
}

@media (min-width: 768px) {
    .n3gs5hs-us7GTOjedd .timelines-container .timeline-element:nth-child(2n) .nth-order {
        order: 2;
    }
}

.n3gs5hs-us7GTOjedd .cnsl-section-title,
.n3gs5hs-us7GTOjedd .cnsl-section-subtitle,
.n3gs5hs-us7GTOjedd .timeline-date {
    text-align: center;
}

.n3gs5hs-us7GTOjedd .iconBackground {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #0b4e50;
    margin-left: -9px;
    padding: 0;
}

@media (max-width: 767px) {
    .n3gs5hs-us7GTOjedd .iconBackground {
        left: 15px;
    }
}

@media (min-width: 768px) {
    .n3gs5hs-us7GTOjedd .iconBackground {
        left: 50%;
    }
}

.n3gs5hs-us7GTOjedd .row:after {
    content: "";
    position: absolute;
    background-color: #0b4e50;
    width: 2px;
}

@media (max-width: 767px) {
    .n3gs5hs-us7GTOjedd .row:after {
        height: calc(100% + 30px);
        top: 20px;
        left: 15px;
    }
}

@media (min-width: 768px) {
    .n3gs5hs-us7GTOjedd .row:after {
        height: calc(100% + 28px);
        top: 20px;
        left: 50%;
    }
}

.n3gs5hs-us7GTOjedd .timeline-content {
    background: #0b4e50;
    border-radius: 16px;
}

@media (max-width: 767px) {
    .n3gs5hs-us7GTOjedd .timeline-content {
        padding: 1rem;
    }

    .n3gs5hs-us7GTOjedd .timeline-date-wrapper,
    .n3gs5hs-us7GTOjedd .timeline-text-wrapper {
        padding: 0rem;
        padding-left: 2rem;
    }

    .n3gs5hs-us7GTOjedd .nth-order {
        margin: 4rem 0 1rem 0;
    }

    .n3gs5hs-us7GTOjedd .cnsl-timeline-date {
        text-align: left !important;
    }

    .n3gs5hs-us7GTOjedd .cnsl-timeline-title {
        text-align: left;
        margin-top: 1rem;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .n3gs5hs-us7GTOjedd .timeline-content {
        padding: 1rem;
    }

    .n3gs5hs-us7GTOjedd .timeline-date-wrapper,
    .n3gs5hs-us7GTOjedd .timeline-text-wrapper {
        padding: 1rem;
    }
}

@media (min-width: 992px) {
    .n3gs5hs-us7GTOjedd .timeline-content {
        padding: 2rem;
    }

    .n3gs5hs-us7GTOjedd .timeline-date-wrapper,
    .n3gs5hs-us7GTOjedd .timeline-text-wrapper {
        padding: 2rem;
    }
}

.n3gs5hs-us7GTOjedd .cnsl-timeline-title {
    color: #ffffff;
}

.n3gs5hs-us7GTOjedd .cnsl-text {
    color: #ffffff;
}

.n3gs5hs-us30sIfuEw {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: #0b4e50;
}

.n3gs5hs-us30sIfuEw .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us30sIfuEw .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.n3gs5hs-us30sIfuEw .row {
    justify-content: space-between;
}

.n3gs5hs-us30sIfuEw .cnsl-section-title {
    margin: 0;
    color: #ffffff;
    text-align: center;
}

@media (max-width: 992px) {
    .n3gs5hs-us30sIfuEw .cnsl-section-title {
        margin-bottom: 20px;
    }
}

.n3gs5hs-us30sIfuEw .cnsl-text {
    margin-bottom: 10px;
    color: #ffffff;
}

@media (max-width: 992px) {
    .n3gs5hs-us30sIfuEw .cnsl-section-btn {
        margin-bottom: 20px;
    }
}

.n3gs5hs-us30sIfuEw .list {
    padding: 0;
    margin-bottom: 0;
    list-style-type: none;
    color: #ffffff;
}

.n3gs5hs-us30sIfuEw .list li {
    margin-bottom: 25px;
}

.n3gs5hs-us30sIfuEw .list li:last-child {
    margin-bottom: 0;
}

.n3gs5hs-us30sIfuEw .cnsl-desc {
    margin-bottom: 8px;
}

.n3gs5hs-us30sIfuEw .social-row {
    display: flex;
    flex-wrap: wrap;
}

.n3gs5hs-us30sIfuEw .social-row .soc-item {
    margin: 9px 9px 0 0;
}

.n3gs5hs-us30sIfuEw .social-row .soc-item a:hover .cnsl-iconfont {
    border-color: #47b5ed;
}

.n3gs5hs-us30sIfuEw .social-row .soc-item a .cnsl-iconfont {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 37px;
    height: 37px;
    font-size: 18px;
    border-radius: 100%;
    border: 1px solid #ffffff;
    transition: all .3s ease;
}

.n3gs5hs-us30sIfuEw .copyright {
    margin: 110px 0 0 0;
    padding: 17px 70px;
    position: relative;
    color: #ffffff;
    text-align: center;
}

.n3gs5hs-us30sIfuEw .copyright:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100rem;
    display: block;
    min-width: 1000vh;
    height: 1px;
    background-color: #ffffff;
    opacity: .4;
}

@media (max-width: 992px) {
    .n3gs5hs-us30sIfuEw .copyright {
        margin-top: 50px;
        padding: 17px 24px;
    }
}

.n3gs5hs-us30sIfuEw .cnsl-desc,
.n3gs5hs-us30sIfuEw .cnsl-iconfont {
    color: #ffffff;
}

.n3gs5hs-k6nd53h {
    background-color: transparent;
}

.n3gs5hs-k6nd53h .navbar-dropdown {
    background-color: #0b4e50 !important;
    padding: 0;
}

.n3gs5hs-k6nd53h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background-color: #0b4e50 !important;
    background: #0b4e50;
}

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

.n3gs5hs-k6nd53h .menu_box {
    flex-wrap: nowrap;
}

@media (max-width: 991px) {
    .n3gs5hs-k6nd53h .menu_box {
        flex-direction: column;
        align-items: flex-start;
    }

    .n3gs5hs-k6nd53h .menu_box .navbar.opened,
    .n3gs5hs-k6nd53h .menu_box .navbar-collapse {
        background-color: #0b4e50 !important;
        transition: all 0s ease 0s;
    }
}

.n3gs5hs-k6nd53h .navbar-dropdown {
    position: relative !important;
}

.n3gs5hs-k6nd53h .icons-menu-main {
    display: flex;
    flex-wrap: wrap;
    min-width: 150px;
    margin-left: 24px;
}

@media (max-width: 991px) {
    .n3gs5hs-k6nd53h .icons-menu-main {
        min-width: auto;
        max-width: 100%;
        margin: 1rem 0 1rem 1rem;
    }
}

@media (max-width: 991px) {
    .n3gs5hs-k6nd53h .cnsl-section-btn-main {
        margin-top: 1rem;
    }
}

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

.n3gs5hs-k6nd53h .btn:hover {
    box-shadow: none;
}

@media (min-width: 992px) {
    .n3gs5hs-k6nd53h .offcanvas {
        padding: 12rem 64px 0;
        width: 35%;
        background-color: #202020;
    }

    .n3gs5hs-k6nd53h .offcanvas_image img {
        width: auto;
        object-fit: cover;
        display: inline-block;
    }

    .n3gs5hs-k6nd53h .offcanvas-header {
        position: relative;
        padding: 0;
    }

    .n3gs5hs-k6nd53h .offcanvas-header .btn-close {
        position: absolute;
        top: -70px;
        right: 0;
        width: 35px;
        height: 30px;
    }

    .n3gs5hs-k6nd53h .offcanvas-body {
        text-align: center;
        padding: 0;
    }

    .n3gs5hs-k6nd53h .offcanvas-body .cnsl-text,
    .n3gs5hs-k6nd53h .offcanvas-body .cnsl-section-subtitle {
        margin-bottom: 32px;
    }

    .n3gs5hs-k6nd53h .offcanvas-body .offcanvas_contact {
        margin: 0;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas {
        outline: none;
        width: 40px;
        height: 40px;
        cursor: pointer;
        transition: all 0.2s;
        position: relative;
        align-self: center;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas .hamburger span {
        position: absolute;
        right: 0;
        width: 40px;
        height: 2px;
        border-right: 5px;
        background-color: #0b4e50;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
        top: 18px;
        transition: all 0.2s;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
        top: 25px;
        transition: all 0.2s;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas:hover .hamburger span {
        width: 36px;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
        width: 33px;
        transition-delay: 0.2s;
    }

    .n3gs5hs-k6nd53h ul.navbar-nav {
        padding-bottom: 1.5rem;
    }

    .n3gs5hs-k6nd53h .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
    .n3gs5hs-k6nd53h .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);
    }

    .n3gs5hs-k6nd53h .link.dropdown-toggle::after {
        padding: 0 !important;
        transform: rotate(45deg);
    }

    .n3gs5hs-k6nd53h li.nav-item {
        position: relative;
        display: inline-block;
        padding: 0 !important;
        vertical-align: middle;
        line-height: 2em !important;
        font-weight: 600 !important;
        text-decoration: none;
        letter-spacing: 0 !important;
        z-index: 1;
    }

    .n3gs5hs-k6nd53h .lg_brand {
        margin: 0 1rem;
    }

    .n3gs5hs-k6nd53h .navbar-nav.nav-dropdown {
        display: -webkit-flex;
        width: 100%;
        justify-content: center;
        min-width: 200px;
    }
}

.n3gs5hs-k6nd53h .nav-item {
    margin: 4px 15px;
}

@media (min-width: 1200px) {
    .n3gs5hs-k6nd53h .nav-item {
        margin: 4px 24px;
    }
}

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

.n3gs5hs-k6nd53h .nav-item .nav-link {
    transition: all 0.5s ease-out;
    border-radius: .5rem !important;
    position: relative;
}

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

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

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

@media (min-width: 992px) {
    .n3gs5hs-k6nd53h .dropdown-menu {
        padding: 18px 34px 22px;
        min-width: 250px;
        top: auto !important;
        left: -40px !important;
    }

    .n3gs5hs-k6nd53h .dropdown-menu.dropdown-submenu {
        left: 215px !important;
        top: -45% !important;
    }
}

@media (max-width: 991px) {

    .n3gs5hs-k6nd53h .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
    .n3gs5hs-k6nd53h .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;
    }

    .n3gs5hs-k6nd53h .show.dropdown-toggle[aria-expanded="true"]::after {
        transform: rotate(45deg);
        margin-top: -4px;
    }

    .n3gs5hs-k6nd53h .offcanvas_box {
        display: none;
    }
}

.n3gs5hs-k6nd53h .dropdown-item {
    border: none;
    font-weight: 300 !important;
}

.n3gs5hs-k6nd53h .nav-dropdown .link {
    font-weight: 400 !important;
    padding: 0 !important;
    margin: 0 !important;
}

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

.n3gs5hs-k6nd53h .container {
    display: flex;
    margin: auto;
}

.n3gs5hs-k6nd53h .iconfont-wrapper {
    color: #202020;
    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;
}

.n3gs5hs-k6nd53h .iconfont-wrapper:last-child {
    margin-right: 0;
}

.n3gs5hs-k6nd53h .iconfont-wrapper:hover {
    opacity: .5;
}

.n3gs5hs-k6nd53h .navbar-nav {
    margin: 0 1rem;
}

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

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

.n3gs5hs-k6nd53h .nav-item:focus,
.n3gs5hs-k6nd53h .nav-link:focus {
    outline: none;
}

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

.n3gs5hs-k6nd53h .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
}

.n3gs5hs-k6nd53h .dropdown .dropdown-menu .dropdown-item .cnsl-iconfont {
    margin-right: 0.5rem;
    vertical-align: sub;
}

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

.n3gs5hs-k6nd53h .collapsed .dropdown-menu .dropdown-item:before {
    display: none;
}

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

.n3gs5hs-k6nd53h .navbar {
    min-height: 70px;
    padding: 10px 0;
    transition: all 0.3s;
    border-bottom-width: 0;
}

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

.n3gs5hs-k6nd53h .navbar.opened {
    transition: all 0.3s;
}

.n3gs5hs-k6nd53h .navbar .dropdown-item {
    padding: 0;
    margin: 8px 0;
}

.n3gs5hs-k6nd53h .navbar .navbar-logo img {
    max-width: 40px;
    min-height: 40px;
    object-fit: contain;
    border-radius: 10px !important;
}

.n3gs5hs-k6nd53h .navbar .navbar-collapse {
    justify-content: center;
    justify-content: flex-end;
    justify-content: space-between;
    z-index: 1;
}

.n3gs5hs-k6nd53h .navbar.collapsed {
    justify-content: center;
}

.n3gs5hs-k6nd53h .navbar.collapsed .nav-item .nav-link::before {
    display: none;
}

.n3gs5hs-k6nd53h .navbar.collapsed.opened .dropdown-menu {
    top: 0;
}

.n3gs5hs-k6nd53h .navbar.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
}

.n3gs5hs-k6nd53h .navbar.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
}

.n3gs5hs-k6nd53h .navbar.collapsed ul.navbar-nav li {
    margin: auto;
}

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

.n3gs5hs-k6nd53h .navbar.collapsed .icons-menu {
    padding: 0;
}

@media (max-width: 991px) {
    .n3gs5hs-k6nd53h .navbar .nav-item {
        padding: .5rem 0;
    }

    .n3gs5hs-k6nd53h .navbar .navbar-collapse {
        padding: 34px 0;
        border-radius: 16px;
        width: 100%;
    }

    .n3gs5hs-k6nd53h .navbar .nav-item .nav-link::before {
        display: none;
    }

    .n3gs5hs-k6nd53h .navbar.opened .dropdown-menu {
        top: 0;
    }

    .n3gs5hs-k6nd53h .navbar .dropdown-menu {
        padding: 6px 0 6px 15px;
    }

    .n3gs5hs-k6nd53h .navbar .dropdown-menu .dropdown-submenu {
        left: 0 !important;
    }

    .n3gs5hs-k6nd53h .navbar .dropdown-menu .dropdown-item:after {
        right: auto;
        margin-top: -0.4rem;
    }

    .n3gs5hs-k6nd53h .navbar .navbar-logo img {
        height: 3rem !important;
    }

    .n3gs5hs-k6nd53h .navbar ul.navbar-nav {
        overflow: hidden;
    }

    .n3gs5hs-k6nd53h .navbar ul.navbar-nav li {
        margin: 0;
    }

    .n3gs5hs-k6nd53h .navbar .dropdown-menu .dropdown-item {
        padding: 0 !important;
        margin: 0;
        margin-top: 8px;
        text-align: left;
    }

    .n3gs5hs-k6nd53h .navbar .navbar-brand {
        flex-shrink: initial;
        flex-basis: auto;
        word-break: break-word;
        padding-right: 0;
        width: 100%;
        justify-content: space-between;
    }

    .n3gs5hs-k6nd53h .navbar .navbar-toggler {
        flex-basis: auto;
    }

    .n3gs5hs-k6nd53h .navbar .icons-menu {
        padding: 0;
    }
}

.n3gs5hs-k6nd53h .navbar.navbar-short {
    min-height: 60px;
}

.n3gs5hs-k6nd53h .navbar.navbar-short .navbar-logo img {
    height: 2.5rem !important;
}

.n3gs5hs-k6nd53h .navbar.navbar-short .navbar-brand {
    min-height: 60px;
    padding: 0;
}

.n3gs5hs-k6nd53h .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;
}

.n3gs5hs-k6nd53h .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-weight: 700;
}

.n3gs5hs-k6nd53h .navbar-brand .navbar-logo a {
    outline: none;
}

.n3gs5hs-k6nd53h .dropdown-item.active,
.n3gs5hs-k6nd53h .dropdown-item:active {
    background-color: transparent;
}

.n3gs5hs-k6nd53h .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 12px !important;
}

.n3gs5hs-k6nd53h .nav-dropdown .link.dropdown-toggle {
    margin-right: 1.667em;
}

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

.n3gs5hs-k6nd53h .navbar .dropdown.open>.dropdown-menu {
    display: block;
}

.n3gs5hs-k6nd53h ul.navbar-nav {
    flex-wrap: wrap;
    padding: 0;
}

.n3gs5hs-k6nd53h .navbar-buttons {
    text-align: center;
    min-width: 170px;
}

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

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

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

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

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

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

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

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

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

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

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

.n3gs5hs-k6nd53h .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) {
    .n3gs5hs-k6nd53h .navbar {
        height: 70px;
    }

    .n3gs5hs-k6nd53h .navbar.opened {
        height: auto;
    }

    .n3gs5hs-k6nd53h .nav-item .nav-link:hover::before {
        width: 175%;
        max-width: calc(100% + 2rem);
        left: -1rem;
    }
}

.n3gs5hs-k6nd53h .navbar-dropdown .navbar-logo {
    margin-right: 10px;
}

@media (min-width: 768px) {
    .n3gs5hs-k6nd53h .container-fluid {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.n3gs5hs-k6nd53h .cnsl-section-btn-main {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 992px) {
    .n3gs5hs-k6nd53h .cnsl-section-btn-main {
        display: block;
        padding: 0;
    }
}

.n3gs5hs-k6nd53h .cnsl-section-btn-main .btn {
    margin: 8px;
    min-width: 180px;
    padding: 16px 24px;
}

.n3gs5hs-k6nd53h .navbar-caption:hover {
    color: #2a2034;
}

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

.n3gs5hs-k6nd53h .text_widget {
    margin-bottom: 32px;
}

.n3gs5hs-k6nd53h .text_widget a {
    transition: all 0.3s ease-out;
}

.n3gs5hs-k6nd53h .text_widget a:hover,
.n3gs5hs-k6nd53h .text_widget a:focus {
    opacity: .8;
}

.n3gs5hs-k6nd53h .cnsl-section-subtitle {
    color: #ffffff;
    text-align: center;
}

.n3gs5hs-k6nd53h .navbar-caption {
    color: #202020;
}

.n3gs5hs-k6nd53h .cnsl-text {
    color: #ffffff;
    text-align: center;
}

.n3gs5hs-k6nd53h .cnsl-section-subtitle,
.n3gs5hs-k6nd53h .text_widget,
.n3gs5hs-k6nd53h .cnsl-section-btn {
    text-align: center;
}

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

.n3gs5hs-us1EZ0lrgr {
    padding-top: 12rem;
    padding-bottom: 7rem;
    background-color: #ffffff;
}

.n3gs5hs-us1EZ0lrgr .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us1EZ0lrgr .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

@media (max-width: 992px) {
    .n3gs5hs-us1EZ0lrgr .container {
        padding: 0 22px;
    }
}

.n3gs5hs-us1EZ0lrgr .card {
    justify-content: center;
}

.n3gs5hs-us1EZ0lrgr .content-wrapper {
    padding-right: 32px;
}

@media (max-width: 992px) {
    .n3gs5hs-us1EZ0lrgr .content-wrapper {
        padding: 0;
    }
}

.n3gs5hs-us1EZ0lrgr .content-wrapper .cnsl-section-title {
    margin-bottom: 10px;
}

.n3gs5hs-us1EZ0lrgr .content-wrapper .cnsl-text {
    margin-bottom: 10px;
}

.n3gs5hs-us1EZ0lrgr .image-wrapper {
    padding-right: 64px;
}

@media (max-width: 992px) {
    .n3gs5hs-us1EZ0lrgr .image-wrapper {
        margin-top: 20px;
        padding: 0;
    }
}

.n3gs5hs-us1EZ0lrgr .image-wrapper img {
    height: 600px;
    border-radius: 0 !important;
    object-fit: cover;
}

@media (max-width: 992px) {
    .n3gs5hs-us1EZ0lrgr .image-wrapper img {
        height: 350px;
    }
}

.n3gs5hs-us1EZ0lrgr .cnsl-section-title {
    color: #ffffff;
}

.n3gs5hs-us1EZ0lrgr .cnsl-text {
    color: #000000;
}

.n3gs5hs-us1EZ0lrgr .cnsl-section-title,
.n3gs5hs-us1EZ0lrgr .cnsl-section-btn {
    color: #000000;
}

.n3gs5hs-us1Fmut0ZO {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #0b4e50;
}

.n3gs5hs-us1Fmut0ZO .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us1Fmut0ZO .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.n3gs5hs-us1Fmut0ZO .row {
    justify-content: flex-start;
}

.n3gs5hs-us1Fmut0ZO .cnsl-section-title {
    color: #000000;
    width: 100%;
    margin-bottom: 4rem;
}

.n3gs5hs-us1Fmut0ZO .item-wrap {
    width: 100%;
    margin-bottom: 2rem;
}

.n3gs5hs-us1Fmut0ZO .cnsl-section-subtitle {
    color: #ffffff;
    width: 100%;
}

.n3gs5hs-us1Fmut0ZO .cnsl-text {
    color: #ffffff;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.n3gs5hs-us1Fmut0ZO .cnsl-section-title,
.n3gs5hs-us1Fmut0ZO .cnsl-section-btn {
    color: #ffffff;
}

.n3gs5hs-us1FpcmeNy {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.n3gs5hs-us1FpcmeNy .wrapper {
    max-width: 760px;
    margin: 0 auto;
}

.n3gs5hs-us1FpcmeNy .card {
    background: transparent;
}

.n3gs5hs-us1FpcmeNy .card-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.n3gs5hs-us1FpcmeNy .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us1FpcmeNy .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.n3gs5hs-us1FpcmeNy .cnsl-section-title {
    color: #000000;
}

.n3gs5hs-us1FpcmeNy .cnsl-section-subtitle {
    color: #000000;
}

.n3gs5hs-us1Hn0WH51 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #0b4e50;
}

.n3gs5hs-us1Hn0WH51 .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us1Hn0WH51 .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.n3gs5hs-us1Hn0WH51 .content-wrap {
    justify-content: space-between;
}

@media (max-width: 992px) {
    .n3gs5hs-us1Hn0WH51 .content-wrapper {
        margin-bottom: 40px;
    }
}

.n3gs5hs-us1Hn0WH51 .content-wrapper .title-wrapper {
    margin-bottom: 54px;
}

@media (max-width: 992px) {
    .n3gs5hs-us1Hn0WH51 .content-wrapper .title-wrapper {
        margin-bottom: 40px;
    }
}

.n3gs5hs-us1Hn0WH51 .content-wrapper .title-wrapper .desc-wrapper .cnsl-desc {
    display: inline-block;
    background-color: #f8e7d2;
    padding: 8px 16px;
    margin-bottom: 16px;
}

.n3gs5hs-us1Hn0WH51 .content-wrapper .title-wrapper .cnsl-section-title {
    margin-bottom: 0;
}

.n3gs5hs-us1Hn0WH51 .content-wrapper .title-wrapper .cnsl-section-title span {
    color: #ffffff;
}

.n3gs5hs-us1Hn0WH51 .content-wrapper .cnsl-text {
    margin-bottom: 0;
}

.n3gs5hs-us1Hn0WH51 .image-wrapper img {
    height: 580px;
    object-fit: cover;
}

@media (max-width: 992px) {
    .n3gs5hs-us1Hn0WH51 .image-wrapper img {
        height: 350px;
    }
}

.n3gs5hs-us1Hn0WH51 .cnsl-section-title {
    color: #ffffff;
}

.n3gs5hs-us1Hn0WH51 .cnsl-desc {
    color: #b19a7c;
}

.n3gs5hs-us1Hn0WH51 .cnsl-text {
    color: #ffffff;
}

.n3gs5hs-us1FpuXCJI {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.n3gs5hs-us1FpuXCJI .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us1FpuXCJI .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.n3gs5hs-us1FpuXCJI .container {
    max-width: 1280px;
}

.n3gs5hs-us1FpuXCJI .row {
    justify-content: flex-start;
}

.n3gs5hs-us1FpuXCJI .content-wrapper {
    display: flex;
    align-items: stretch;
    background: #0b4e50;
    padding: 4rem;
    border-radius: 4.17rem;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .n3gs5hs-us1FpuXCJI .content-wrapper {
        padding: 40px;
    }
}

@media (max-width: 767px) {
    .n3gs5hs-us1FpuXCJI .content-wrapper {
        padding: 40px 6vw;
    }
}

.n3gs5hs-us1FpuXCJI .cnsl-section-title {
    color: #AE5EFF;
    width: 100%;
    margin-bottom: 80px;
}

@media (max-width: 991px) {
    .n3gs5hs-us1FpuXCJI .cnsl-section-title {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .n3gs5hs-us1FpuXCJI .cnsl-section-title {
        margin-bottom: 32px;
    }
}

.n3gs5hs-us1FpuXCJI .item-wrap {
    width: 100%;
    margin-bottom: 24px;
}

.n3gs5hs-us1FpuXCJI .cnsl-section-subtitle {
    color: #ffffff;
    width: 100%;
    margin-bottom: 16px !important;
    text-align: center;
}

.n3gs5hs-us1FpuXCJI .cnsl-text {
    color: #ffffff;
    width: 100%;
    margin-bottom: 0;
}

.n3gs5hs-us1Fuq18Me {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #0b4e50;
}

.n3gs5hs-us1Fuq18Me .cnsl-section-subtitle {
    margin-bottom: 20px;
    color: #ffffff;
    text-align: center;
}

.n3gs5hs-us1Fuq18Me .cnsl-section-title {
    color: #ffffff;
    text-align: center;
    line-height: 38.4px;
}

.n3gs5hs-us1Fuq18Me .container {
    max-width: 1240px;
}

.n3gs5hs-us1FCbwZYa {
    background-color: #ffffff;
}

.n3gs5hs-us1FCbwZYa .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us1FCbwZYa .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.n3gs5hs-us1FCbwZYa .row {
    flex-direction: row-reverse;
}

@media (max-width: 991px) {
    .n3gs5hs-us1FCbwZYa .image-wrapper {
        margin-bottom: 2rem;
    }
}

.n3gs5hs-us1FCbwZYa .image-wrapper img {
    width: 100%;
    object-fit: cover;
}

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

@media (max-width: 768px) {
    .n3gs5hs-us1FCbwZYa .text-wrapper {
        margin-bottom: 2rem;
    }
}

.n3gs5hs-us1FCbwZYa .cnsl-section-title {
    color: #000000;
}

.n3gs5hs-us1FCbwZYa .cnsl-text,
.n3gs5hs-us1FCbwZYa .cnsl-section-btn {
    color: #000000;
}

.n3gs5hs-us30sIfuEw {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: #0b4e50;
}

.n3gs5hs-us30sIfuEw .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us30sIfuEw .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.n3gs5hs-us30sIfuEw .row {
    justify-content: space-between;
}

.n3gs5hs-us30sIfuEw .cnsl-section-title {
    margin: 0;
    color: #ffffff;
    text-align: center;
}

@media (max-width: 992px) {
    .n3gs5hs-us30sIfuEw .cnsl-section-title {
        margin-bottom: 20px;
    }
}

.n3gs5hs-us30sIfuEw .cnsl-text {
    margin-bottom: 10px;
    color: #ffffff;
}

@media (max-width: 992px) {
    .n3gs5hs-us30sIfuEw .cnsl-section-btn {
        margin-bottom: 20px;
    }
}

.n3gs5hs-us30sIfuEw .list {
    padding: 0;
    margin-bottom: 0;
    list-style-type: none;
    color: #ffffff;
}

.n3gs5hs-us30sIfuEw .list li {
    margin-bottom: 25px;
}

.n3gs5hs-us30sIfuEw .list li:last-child {
    margin-bottom: 0;
}

.n3gs5hs-us30sIfuEw .cnsl-desc {
    margin-bottom: 8px;
}

.n3gs5hs-us30sIfuEw .social-row {
    display: flex;
    flex-wrap: wrap;
}

.n3gs5hs-us30sIfuEw .social-row .soc-item {
    margin: 9px 9px 0 0;
}

.n3gs5hs-us30sIfuEw .social-row .soc-item a:hover .cnsl-iconfont {
    border-color: #47b5ed;
}

.n3gs5hs-us30sIfuEw .social-row .soc-item a .cnsl-iconfont {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 37px;
    height: 37px;
    font-size: 18px;
    border-radius: 100%;
    border: 1px solid #ffffff;
    transition: all .3s ease;
}

.n3gs5hs-us30sIfuEw .copyright {
    margin: 110px 0 0 0;
    padding: 17px 70px;
    position: relative;
    color: #ffffff;
    text-align: center;
}

.n3gs5hs-us30sIfuEw .copyright:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100rem;
    display: block;
    min-width: 1000vh;
    height: 1px;
    background-color: #ffffff;
    opacity: .4;
}

@media (max-width: 992px) {
    .n3gs5hs-us30sIfuEw .copyright {
        margin-top: 50px;
        padding: 17px 24px;
    }
}

.n3gs5hs-us30sIfuEw .cnsl-desc,
.n3gs5hs-us30sIfuEw .cnsl-iconfont {
    color: #ffffff;
}

.n3gs5hs-k6nd53h {
    background-color: transparent;
}

.n3gs5hs-k6nd53h .navbar-dropdown {
    background-color: #0b4e50 !important;
    padding: 0;
}

.n3gs5hs-k6nd53h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background-color: #0b4e50 !important;
    background: #0b4e50;
}

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

.n3gs5hs-k6nd53h .menu_box {
    flex-wrap: nowrap;
}

@media (max-width: 991px) {
    .n3gs5hs-k6nd53h .menu_box {
        flex-direction: column;
        align-items: flex-start;
    }

    .n3gs5hs-k6nd53h .menu_box .navbar.opened,
    .n3gs5hs-k6nd53h .menu_box .navbar-collapse {
        background-color: #0b4e50 !important;
        transition: all 0s ease 0s;
    }
}

.n3gs5hs-k6nd53h .navbar-dropdown {
    position: relative !important;
}

.n3gs5hs-k6nd53h .icons-menu-main {
    display: flex;
    flex-wrap: wrap;
    min-width: 150px;
    margin-left: 24px;
}

@media (max-width: 991px) {
    .n3gs5hs-k6nd53h .icons-menu-main {
        min-width: auto;
        max-width: 100%;
        margin: 1rem 0 1rem 1rem;
    }
}

@media (max-width: 991px) {
    .n3gs5hs-k6nd53h .cnsl-section-btn-main {
        margin-top: 1rem;
    }
}

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

.n3gs5hs-k6nd53h .btn:hover {
    box-shadow: none;
}

@media (min-width: 992px) {
    .n3gs5hs-k6nd53h .offcanvas {
        padding: 12rem 64px 0;
        width: 35%;
        background-color: #202020;
    }

    .n3gs5hs-k6nd53h .offcanvas_image img {
        width: auto;
        object-fit: cover;
        display: inline-block;
    }

    .n3gs5hs-k6nd53h .offcanvas-header {
        position: relative;
        padding: 0;
    }

    .n3gs5hs-k6nd53h .offcanvas-header .btn-close {
        position: absolute;
        top: -70px;
        right: 0;
        width: 35px;
        height: 30px;
    }

    .n3gs5hs-k6nd53h .offcanvas-body {
        text-align: center;
        padding: 0;
    }

    .n3gs5hs-k6nd53h .offcanvas-body .cnsl-text,
    .n3gs5hs-k6nd53h .offcanvas-body .cnsl-section-subtitle {
        margin-bottom: 32px;
    }

    .n3gs5hs-k6nd53h .offcanvas-body .offcanvas_contact {
        margin: 0;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas {
        outline: none;
        width: 40px;
        height: 40px;
        cursor: pointer;
        transition: all 0.2s;
        position: relative;
        align-self: center;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas .hamburger span {
        position: absolute;
        right: 0;
        width: 40px;
        height: 2px;
        border-right: 5px;
        background-color: #0b4e50;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
        top: 18px;
        transition: all 0.2s;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
        top: 25px;
        transition: all 0.2s;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas:hover .hamburger span {
        width: 36px;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
        width: 33px;
        transition-delay: 0.2s;
    }

    .n3gs5hs-k6nd53h ul.navbar-nav {
        padding-bottom: 1.5rem;
    }

    .n3gs5hs-k6nd53h .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
    .n3gs5hs-k6nd53h .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);
    }

    .n3gs5hs-k6nd53h .link.dropdown-toggle::after {
        padding: 0 !important;
        transform: rotate(45deg);
    }

    .n3gs5hs-k6nd53h li.nav-item {
        position: relative;
        display: inline-block;
        padding: 0 !important;
        vertical-align: middle;
        line-height: 2em !important;
        font-weight: 600 !important;
        text-decoration: none;
        letter-spacing: 0 !important;
        z-index: 1;
    }

    .n3gs5hs-k6nd53h .lg_brand {
        margin: 0 1rem;
    }

    .n3gs5hs-k6nd53h .navbar-nav.nav-dropdown {
        display: -webkit-flex;
        width: 100%;
        justify-content: center;
        min-width: 200px;
    }
}

.n3gs5hs-k6nd53h .nav-item {
    margin: 4px 15px;
}

@media (min-width: 1200px) {
    .n3gs5hs-k6nd53h .nav-item {
        margin: 4px 24px;
    }
}

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

.n3gs5hs-k6nd53h .nav-item .nav-link {
    transition: all 0.5s ease-out;
    border-radius: .5rem !important;
    position: relative;
}

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

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

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

@media (min-width: 992px) {
    .n3gs5hs-k6nd53h .dropdown-menu {
        padding: 18px 34px 22px;
        min-width: 250px;
        top: auto !important;
        left: -40px !important;
    }

    .n3gs5hs-k6nd53h .dropdown-menu.dropdown-submenu {
        left: 215px !important;
        top: -45% !important;
    }
}

@media (max-width: 991px) {

    .n3gs5hs-k6nd53h .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
    .n3gs5hs-k6nd53h .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;
    }

    .n3gs5hs-k6nd53h .show.dropdown-toggle[aria-expanded="true"]::after {
        transform: rotate(45deg);
        margin-top: -4px;
    }

    .n3gs5hs-k6nd53h .offcanvas_box {
        display: none;
    }
}

.n3gs5hs-k6nd53h .dropdown-item {
    border: none;
    font-weight: 300 !important;
}

.n3gs5hs-k6nd53h .nav-dropdown .link {
    font-weight: 400 !important;
    padding: 0 !important;
    margin: 0 !important;
}

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

.n3gs5hs-k6nd53h .container {
    display: flex;
    margin: auto;
}

.n3gs5hs-k6nd53h .iconfont-wrapper {
    color: #202020;
    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;
}

.n3gs5hs-k6nd53h .iconfont-wrapper:last-child {
    margin-right: 0;
}

.n3gs5hs-k6nd53h .iconfont-wrapper:hover {
    opacity: .5;
}

.n3gs5hs-k6nd53h .navbar-nav {
    margin: 0 1rem;
}

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

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

.n3gs5hs-k6nd53h .nav-item:focus,
.n3gs5hs-k6nd53h .nav-link:focus {
    outline: none;
}

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

.n3gs5hs-k6nd53h .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
}

.n3gs5hs-k6nd53h .dropdown .dropdown-menu .dropdown-item .cnsl-iconfont {
    margin-right: 0.5rem;
    vertical-align: sub;
}

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

.n3gs5hs-k6nd53h .collapsed .dropdown-menu .dropdown-item:before {
    display: none;
}

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

.n3gs5hs-k6nd53h .navbar {
    min-height: 70px;
    padding: 10px 0;
    transition: all 0.3s;
    border-bottom-width: 0;
}

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

.n3gs5hs-k6nd53h .navbar.opened {
    transition: all 0.3s;
}

.n3gs5hs-k6nd53h .navbar .dropdown-item {
    padding: 0;
    margin: 8px 0;
}

.n3gs5hs-k6nd53h .navbar .navbar-logo img {
    max-width: 40px;
    min-height: 40px;
    object-fit: contain;
    border-radius: 10px !important;
}

.n3gs5hs-k6nd53h .navbar .navbar-collapse {
    justify-content: center;
    justify-content: flex-end;
    justify-content: space-between;
    z-index: 1;
}

.n3gs5hs-k6nd53h .navbar.collapsed {
    justify-content: center;
}

.n3gs5hs-k6nd53h .navbar.collapsed .nav-item .nav-link::before {
    display: none;
}

.n3gs5hs-k6nd53h .navbar.collapsed.opened .dropdown-menu {
    top: 0;
}

.n3gs5hs-k6nd53h .navbar.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
}

.n3gs5hs-k6nd53h .navbar.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
}

.n3gs5hs-k6nd53h .navbar.collapsed ul.navbar-nav li {
    margin: auto;
}

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

.n3gs5hs-k6nd53h .navbar.collapsed .icons-menu {
    padding: 0;
}

@media (max-width: 991px) {
    .n3gs5hs-k6nd53h .navbar .nav-item {
        padding: .5rem 0;
    }

    .n3gs5hs-k6nd53h .navbar .navbar-collapse {
        padding: 34px 0;
        border-radius: 16px;
        width: 100%;
    }

    .n3gs5hs-k6nd53h .navbar .nav-item .nav-link::before {
        display: none;
    }

    .n3gs5hs-k6nd53h .navbar.opened .dropdown-menu {
        top: 0;
    }

    .n3gs5hs-k6nd53h .navbar .dropdown-menu {
        padding: 6px 0 6px 15px;
    }

    .n3gs5hs-k6nd53h .navbar .dropdown-menu .dropdown-submenu {
        left: 0 !important;
    }

    .n3gs5hs-k6nd53h .navbar .dropdown-menu .dropdown-item:after {
        right: auto;
        margin-top: -0.4rem;
    }

    .n3gs5hs-k6nd53h .navbar .navbar-logo img {
        height: 3rem !important;
    }

    .n3gs5hs-k6nd53h .navbar ul.navbar-nav {
        overflow: hidden;
    }

    .n3gs5hs-k6nd53h .navbar ul.navbar-nav li {
        margin: 0;
    }

    .n3gs5hs-k6nd53h .navbar .dropdown-menu .dropdown-item {
        padding: 0 !important;
        margin: 0;
        margin-top: 8px;
        text-align: left;
    }

    .n3gs5hs-k6nd53h .navbar .navbar-brand {
        flex-shrink: initial;
        flex-basis: auto;
        word-break: break-word;
        padding-right: 0;
        width: 100%;
        justify-content: space-between;
    }

    .n3gs5hs-k6nd53h .navbar .navbar-toggler {
        flex-basis: auto;
    }

    .n3gs5hs-k6nd53h .navbar .icons-menu {
        padding: 0;
    }
}

.n3gs5hs-k6nd53h .navbar.navbar-short {
    min-height: 60px;
}

.n3gs5hs-k6nd53h .navbar.navbar-short .navbar-logo img {
    height: 2.5rem !important;
}

.n3gs5hs-k6nd53h .navbar.navbar-short .navbar-brand {
    min-height: 60px;
    padding: 0;
}

.n3gs5hs-k6nd53h .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;
}

.n3gs5hs-k6nd53h .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-weight: 700;
}

.n3gs5hs-k6nd53h .navbar-brand .navbar-logo a {
    outline: none;
}

.n3gs5hs-k6nd53h .dropdown-item.active,
.n3gs5hs-k6nd53h .dropdown-item:active {
    background-color: transparent;
}

.n3gs5hs-k6nd53h .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 12px !important;
}

.n3gs5hs-k6nd53h .nav-dropdown .link.dropdown-toggle {
    margin-right: 1.667em;
}

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

.n3gs5hs-k6nd53h .navbar .dropdown.open>.dropdown-menu {
    display: block;
}

.n3gs5hs-k6nd53h ul.navbar-nav {
    flex-wrap: wrap;
    padding: 0;
}

.n3gs5hs-k6nd53h .navbar-buttons {
    text-align: center;
    min-width: 170px;
}

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

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

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

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

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

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

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

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

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

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

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

.n3gs5hs-k6nd53h .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) {
    .n3gs5hs-k6nd53h .navbar {
        height: 70px;
    }

    .n3gs5hs-k6nd53h .navbar.opened {
        height: auto;
    }

    .n3gs5hs-k6nd53h .nav-item .nav-link:hover::before {
        width: 175%;
        max-width: calc(100% + 2rem);
        left: -1rem;
    }
}

.n3gs5hs-k6nd53h .navbar-dropdown .navbar-logo {
    margin-right: 10px;
}

@media (min-width: 768px) {
    .n3gs5hs-k6nd53h .container-fluid {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.n3gs5hs-k6nd53h .cnsl-section-btn-main {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 992px) {
    .n3gs5hs-k6nd53h .cnsl-section-btn-main {
        display: block;
        padding: 0;
    }
}

.n3gs5hs-k6nd53h .cnsl-section-btn-main .btn {
    margin: 8px;
    min-width: 180px;
    padding: 16px 24px;
}

.n3gs5hs-k6nd53h .navbar-caption:hover {
    color: #2a2034;
}

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

.n3gs5hs-k6nd53h .text_widget {
    margin-bottom: 32px;
}

.n3gs5hs-k6nd53h .text_widget a {
    transition: all 0.3s ease-out;
}

.n3gs5hs-k6nd53h .text_widget a:hover,
.n3gs5hs-k6nd53h .text_widget a:focus {
    opacity: .8;
}

.n3gs5hs-k6nd53h .cnsl-section-subtitle {
    color: #ffffff;
    text-align: center;
}

.n3gs5hs-k6nd53h .navbar-caption {
    color: #202020;
}

.n3gs5hs-k6nd53h .cnsl-text {
    color: #ffffff;
    text-align: center;
}

.n3gs5hs-k6nd53h .cnsl-section-subtitle,
.n3gs5hs-k6nd53h .text_widget,
.n3gs5hs-k6nd53h .cnsl-section-btn {
    text-align: center;
}

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

.n3gs5hs-us1HxbmKE0 {
    padding-top: 10rem;
    padding-bottom: 6rem;
    background-color: #ffffff;
}

.n3gs5hs-us1HxbmKE0 .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us1HxbmKE0 .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.n3gs5hs-us1HxbmKE0 .card-wrapper {
    padding-right: 2rem;
}

@media (max-width: 992px) {
    .n3gs5hs-us1HxbmKE0 .card {
        margin-bottom: 2rem !important;
    }

    .n3gs5hs-us1HxbmKE0 .card-wrapper {
        padding: 0 1rem;
    }
}

@media (max-width: 767px) {
    .n3gs5hs-us1HxbmKE0 .link-wrap {
        align-items: center;
    }
}

.n3gs5hs-us1HxbmKE0 .image-wrapper img {
    width: 100%;
    object-fit: cover;
}

.n3gs5hs-us1HxbmKE0 .card-title,
.n3gs5hs-us1HxbmKE0 .card-box {
    color: #000000;
}

.n3gs5hs-us1HxbmKE0 .cnsl-text,
.n3gs5hs-us1HxbmKE0 .link-wrap,
.n3gs5hs-us1HxbmKE0 .cnsl-section-btn {
    color: #000000;
}

.n3gs5hs-us1HyskQ1L {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #0b4e50;
}

.n3gs5hs-us1HyskQ1L .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us1HyskQ1L .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.n3gs5hs-us1HyskQ1L .cnsl-section-title {
    color: #ffffff;
}

.n3gs5hs-us1HyskQ1L .cnsl-text,
.n3gs5hs-us1HyskQ1L .link {
    color: #ffffff;
}

.n3gs5hs-us1HyskQ1L .cnsl-section-subtitle {
    color: #ffffff;
}

.n3gs5hs-us1IYvdSDx {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: #ffffff;
}

.n3gs5hs-us1IYvdSDx .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us1IYvdSDx .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.n3gs5hs-us1IYvdSDx .container-fluid {
    padding: 0 64px;
}

@media (max-width: 992px) {
    .n3gs5hs-us1IYvdSDx .container-fluid {
        padding: 0 24px;
    }
}

@media (max-width: 992px) {
    .n3gs5hs-us1IYvdSDx .container {
        padding: 0 24px;
    }
}

.n3gs5hs-us1IYvdSDx .row .card {
    padding: 0 12px;
    border-radius: 0 !important;
}

.n3gs5hs-us1IYvdSDx .image-wrapper {
    height: 100%;
}

.n3gs5hs-us1IYvdSDx .image-wrapper img {
    height: 100%;
    object-fit: cover;
    border-radius: .75rem !important;
}

@media (max-width: 992px) {
    .n3gs5hs-us1IYvdSDx .image-wrapper img {
        height: 350px;
    }
}

.n3gs5hs-us1IYvdSDx .content-wrapper {
    display: flex;
    align-items: center;
    background-color: #0b4e50;
    border-radius: .75rem;
    padding: 48px;
    height: 100%;
}

@media (max-width: 992px) {
    .n3gs5hs-us1IYvdSDx .content-wrapper {
        padding: 24px;
    }
}

.n3gs5hs-us1IYvdSDx .content-wrapper .content-wrap {
    width: 100%;
}

.n3gs5hs-us1IYvdSDx .content-wrapper .content-wrap .cnsl-section-title {
    margin-bottom: 32px;
}

.n3gs5hs-us1IYvdSDx .content-wrapper .content-wrap .cnsl-text {
    margin-bottom: 16px;
}

.n3gs5hs-us1IYvdSDx .content-wrapper .content-wrap .cnsl-section-btn .btn::before {
    background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}

.n3gs5hs-us1IYvdSDx .content-wrapper .content-wrap .cnsl-section-btn .btn:hover,
.n3gs5hs-us1IYvdSDx .content-wrapper .content-wrap .cnsl-section-btn .btn:focus {
    box-shadow: inset 250px 10px 5px #7f89e9 !important;
    border-color: #7f89e9 !important;
}

.n3gs5hs-us1IYvdSDx .cnsl-section-title {
    color: #141414;
}

.n3gs5hs-us1IYvdSDx .cnsl-text {
    color: #ffffff;
}

.n3gs5hs-us1IYvdSDx .cnsl-section-title,
.n3gs5hs-us1IYvdSDx .title-wrapper,
.n3gs5hs-us1IYvdSDx .cnsl-section-btn {
    color: #ffffff;
}

.n3gs5hs-us1J3Ic9wE {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #0b4e50;
}

@media (max-width: 992px) and (max-width: 992px) {
    .n3gs5hs-us1J3Ic9wE .container {
        padding: 0 24px;
    }
}

.n3gs5hs-us1J3Ic9wE .card {
    justify-content: center;
}

.n3gs5hs-us1J3Ic9wE .title-wrapper {
    padding: 0 32px 32px;
}

@media (max-width: 992px) {
    .n3gs5hs-us1J3Ic9wE .title-wrapper {
        padding: 0 24px 24px;
    }
}

.n3gs5hs-us1J3Ic9wE .title-wrapper .cnsl-section-title {
    margin-bottom: 16px;
}

.n3gs5hs-us1J3Ic9wE .title-wrapper .cnsl-desc {
    margin-bottom: 0;
}

.n3gs5hs-us1J3Ic9wE .text-wrapper {
    border-top: 1px solid #ffffff;
    display: flex;
    justify-content: space-between;
    padding: 32px;
}

@media (max-width: 992px) {
    .n3gs5hs-us1J3Ic9wE .text-wrapper {
        display: block;
        padding: 24px;
    }
}

.n3gs5hs-us1J3Ic9wE .text-wrapper .cnsl-text {
    width: 45%;
}

@media (max-width: 992px) {
    .n3gs5hs-us1J3Ic9wE .text-wrapper .cnsl-text {
        width: 100%;
        margin-bottom: 24px;
    }

    .n3gs5hs-us1J3Ic9wE .text-wrapper .cnsl-text:last-child {
        margin-bottom: 0;
    }
}

.n3gs5hs-us1J3Ic9wE .cnsl-section-title {
    color: #F9F6E0;
}

.n3gs5hs-us1J3Ic9wE .cnsl-desc {
    color: #F9F6E0;
}

.n3gs5hs-us1J3Ic9wE .cnsl-text {
    color: #ffffff;
}

.n3gs5hs-us1J3Ic9wE .cnsl-section-btn {
    text-align: right;
}

.n3gs5hs-us1J3Ic9wE .cnsl-section-title,
.n3gs5hs-us1J3Ic9wE .cnsl-section-btn {
    color: #ffffff;
}

.n3gs5hs-us1JaxF5uq {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.n3gs5hs-us1JaxF5uq .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us1JaxF5uq .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.n3gs5hs-us1JaxF5uq .container-fluid {
    padding: 0 60px;
}

@media (max-width: 992px) {
    .n3gs5hs-us1JaxF5uq .container-fluid {
        padding: 0 25px;
    }
}

@media (max-width: 992px) {
    .n3gs5hs-us1JaxF5uq .container {
        padding: 0 25px;
    }
}

.n3gs5hs-us1JaxF5uq .row {
    justify-content: center;
}

.n3gs5hs-us1JaxF5uq .title-wrapper {
    margin-bottom: 70px;
}

@media (max-width: 992px) {
    .n3gs5hs-us1JaxF5uq .title-wrapper {
        margin-bottom: 20px;
    }
}

.n3gs5hs-us1JaxF5uq .title-wrapper .cnsl-section-title {
    margin-bottom: 0;
}

.n3gs5hs-us1JaxF5uq .cnsl-section-btn {
    margin-bottom: 70px;
    text-align: right;
}

@media (max-width: 992px) {
    .n3gs5hs-us1JaxF5uq .cnsl-section-btn {
        margin-bottom: 20px;
        text-align: right;
    }
}

.n3gs5hs-us1JaxF5uq .content-wrapper {
    display: flex;
    justify-content: center;
}

@media (max-width: 992px) {
    .n3gs5hs-us1JaxF5uq .content-wrapper {
        display: block;
    }
}

.n3gs5hs-us1JaxF5uq .content-wrapper .image-wrapper {
    width: 50%;
}

@media (max-width: 992px) {
    .n3gs5hs-us1JaxF5uq .content-wrapper .image-wrapper {
        width: 100%;
    }
}

.n3gs5hs-us1JaxF5uq .content-wrapper .image-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 0 !important;
}

@media (max-width: 992px) {
    .n3gs5hs-us1JaxF5uq .content-wrapper .image-wrapper img {
        height: 350px;
    }
}

.n3gs5hs-us1JaxF5uq .content-wrapper .cont-wrapper {
    padding: 50px 60px;
    background-color: #0b4e50;
    width: 50%;
}

@media (max-width: 992px) {
    .n3gs5hs-us1JaxF5uq .content-wrapper .cont-wrapper {
        padding: 30px;
        width: 100%;
    }
}

.n3gs5hs-us1JaxF5uq .content-wrapper .cont-wrapper .desc-wrap .cnsl-desc {
    display: inline-flex;
    padding: 2px 4px 0;
    background-color: #ffffff;
    margin-bottom: 8px;
}

.n3gs5hs-us1JaxF5uq .content-wrapper .cont-wrapper .cnsl-section-title {
    margin-bottom: 10px;
}

.n3gs5hs-us1JaxF5uq .content-wrapper .cont-wrapper .cnsl-text {
    margin-bottom: 0;
}

.n3gs5hs-us1JaxF5uq .content-wrapper .cont-wrapper .social-wrap {
    margin-top: 16px;
}

.n3gs5hs-us1JaxF5uq .content-wrapper .cont-wrapper .social-wrap .social-row {
    display: inline-flex;
    flex-wrap: wrap;
}

.n3gs5hs-us1JaxF5uq .content-wrapper .cont-wrapper .social-wrap .social-row .soc-item {
    margin-right: 10px;
}

.n3gs5hs-us1JaxF5uq .content-wrapper .cont-wrapper .social-wrap .social-row .soc-item a:hover .cnsl-iconfont {
    background-color: #a0ffc2;
}

.n3gs5hs-us1JaxF5uq .content-wrapper .cont-wrapper .social-wrap .social-row .soc-item a .cnsl-iconfont {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
    color: #2f2e30;
}

.n3gs5hs-us1JaxF5uq .cnsl-card-title {
    color: #2f2e30;
}

.n3gs5hs-us1JaxF5uq .cnsl-desc {
    color: #2f2e30;
}

.n3gs5hs-us1JaxF5uq .cnsl-text {
    color: #ffffff;
}

.n3gs5hs-us1JaxF5uq .cnsl-section-title,
.n3gs5hs-us1JaxF5uq .cnsl-section-btn {
    color: #000000;
}

.n3gs5hs-us30sIfuEw {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: #0b4e50;
}

.n3gs5hs-us30sIfuEw .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us30sIfuEw .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.n3gs5hs-us30sIfuEw .row {
    justify-content: space-between;
}

.n3gs5hs-us30sIfuEw .cnsl-section-title {
    margin: 0;
    color: #ffffff;
    text-align: center;
}

@media (max-width: 992px) {
    .n3gs5hs-us30sIfuEw .cnsl-section-title {
        margin-bottom: 20px;
    }
}

.n3gs5hs-us30sIfuEw .cnsl-text {
    margin-bottom: 10px;
    color: #ffffff;
}

@media (max-width: 992px) {
    .n3gs5hs-us30sIfuEw .cnsl-section-btn {
        margin-bottom: 20px;
    }
}

.n3gs5hs-us30sIfuEw .list {
    padding: 0;
    margin-bottom: 0;
    list-style-type: none;
    color: #ffffff;
}

.n3gs5hs-us30sIfuEw .list li {
    margin-bottom: 25px;
}

.n3gs5hs-us30sIfuEw .list li:last-child {
    margin-bottom: 0;
}

.n3gs5hs-us30sIfuEw .cnsl-desc {
    margin-bottom: 8px;
}

.n3gs5hs-us30sIfuEw .social-row {
    display: flex;
    flex-wrap: wrap;
}

.n3gs5hs-us30sIfuEw .social-row .soc-item {
    margin: 9px 9px 0 0;
}

.n3gs5hs-us30sIfuEw .social-row .soc-item a:hover .cnsl-iconfont {
    border-color: #47b5ed;
}

.n3gs5hs-us30sIfuEw .social-row .soc-item a .cnsl-iconfont {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 37px;
    height: 37px;
    font-size: 18px;
    border-radius: 100%;
    border: 1px solid #ffffff;
    transition: all .3s ease;
}

.n3gs5hs-us30sIfuEw .copyright {
    margin: 110px 0 0 0;
    padding: 17px 70px;
    position: relative;
    color: #ffffff;
    text-align: center;
}

.n3gs5hs-us30sIfuEw .copyright:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100rem;
    display: block;
    min-width: 1000vh;
    height: 1px;
    background-color: #ffffff;
    opacity: .4;
}

@media (max-width: 992px) {
    .n3gs5hs-us30sIfuEw .copyright {
        margin-top: 50px;
        padding: 17px 24px;
    }
}

.n3gs5hs-us30sIfuEw .cnsl-desc,
.n3gs5hs-us30sIfuEw .cnsl-iconfont {
    color: #ffffff;
}

.n3gs5hs-k6nd53h {
    background-color: transparent;
}

.n3gs5hs-k6nd53h .navbar-dropdown {
    background-color: #0b4e50 !important;
    padding: 0;
}

.n3gs5hs-k6nd53h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background-color: #0b4e50 !important;
    background: #0b4e50;
}

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

.n3gs5hs-k6nd53h .menu_box {
    flex-wrap: nowrap;
}

@media (max-width: 991px) {
    .n3gs5hs-k6nd53h .menu_box {
        flex-direction: column;
        align-items: flex-start;
    }

    .n3gs5hs-k6nd53h .menu_box .navbar.opened,
    .n3gs5hs-k6nd53h .menu_box .navbar-collapse {
        background-color: #0b4e50 !important;
        transition: all 0s ease 0s;
    }
}

.n3gs5hs-k6nd53h .navbar-dropdown {
    position: relative !important;
}

.n3gs5hs-k6nd53h .icons-menu-main {
    display: flex;
    flex-wrap: wrap;
    min-width: 150px;
    margin-left: 24px;
}

@media (max-width: 991px) {
    .n3gs5hs-k6nd53h .icons-menu-main {
        min-width: auto;
        max-width: 100%;
        margin: 1rem 0 1rem 1rem;
    }
}

@media (max-width: 991px) {
    .n3gs5hs-k6nd53h .cnsl-section-btn-main {
        margin-top: 1rem;
    }
}

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

.n3gs5hs-k6nd53h .btn:hover {
    box-shadow: none;
}

@media (min-width: 992px) {
    .n3gs5hs-k6nd53h .offcanvas {
        padding: 12rem 64px 0;
        width: 35%;
        background-color: #202020;
    }

    .n3gs5hs-k6nd53h .offcanvas_image img {
        width: auto;
        object-fit: cover;
        display: inline-block;
    }

    .n3gs5hs-k6nd53h .offcanvas-header {
        position: relative;
        padding: 0;
    }

    .n3gs5hs-k6nd53h .offcanvas-header .btn-close {
        position: absolute;
        top: -70px;
        right: 0;
        width: 35px;
        height: 30px;
    }

    .n3gs5hs-k6nd53h .offcanvas-body {
        text-align: center;
        padding: 0;
    }

    .n3gs5hs-k6nd53h .offcanvas-body .cnsl-text,
    .n3gs5hs-k6nd53h .offcanvas-body .cnsl-section-subtitle {
        margin-bottom: 32px;
    }

    .n3gs5hs-k6nd53h .offcanvas-body .offcanvas_contact {
        margin: 0;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas {
        outline: none;
        width: 40px;
        height: 40px;
        cursor: pointer;
        transition: all 0.2s;
        position: relative;
        align-self: center;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas .hamburger span {
        position: absolute;
        right: 0;
        width: 40px;
        height: 2px;
        border-right: 5px;
        background-color: #202020;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
        top: 18px;
        transition: all 0.2s;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
        top: 25px;
        transition: all 0.2s;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas:hover .hamburger span {
        width: 36px;
    }

    .n3gs5hs-k6nd53h .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
        width: 33px;
        transition-delay: 0.2s;
    }

    .n3gs5hs-k6nd53h ul.navbar-nav {
        padding-bottom: 1.5rem;
    }

    .n3gs5hs-k6nd53h .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
    .n3gs5hs-k6nd53h .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);
    }

    .n3gs5hs-k6nd53h .link.dropdown-toggle::after {
        padding: 0 !important;
        transform: rotate(45deg);
    }

    .n3gs5hs-k6nd53h li.nav-item {
        position: relative;
        display: inline-block;
        padding: 0 !important;
        vertical-align: middle;
        line-height: 2em !important;
        font-weight: 600 !important;
        text-decoration: none;
        letter-spacing: 0 !important;
        z-index: 1;
    }

    .n3gs5hs-k6nd53h .lg_brand {
        margin: 0 1rem;
    }

    .n3gs5hs-k6nd53h .navbar-nav.nav-dropdown {
        display: -webkit-flex;
        width: 100%;
        justify-content: center;
        min-width: 200px;
    }
}

.n3gs5hs-k6nd53h .nav-item {
    margin: 4px 15px;
}

@media (min-width: 1200px) {
    .n3gs5hs-k6nd53h .nav-item {
        margin: 4px 24px;
    }
}

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

.n3gs5hs-k6nd53h .nav-item .nav-link {
    transition: all 0.5s ease-out;
    border-radius: .5rem !important;
    position: relative;
}

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

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

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

@media (min-width: 992px) {
    .n3gs5hs-k6nd53h .dropdown-menu {
        padding: 18px 34px 22px;
        min-width: 250px;
        top: auto !important;
        left: -40px !important;
    }

    .n3gs5hs-k6nd53h .dropdown-menu.dropdown-submenu {
        left: 215px !important;
        top: -45% !important;
    }
}

@media (max-width: 991px) {

    .n3gs5hs-k6nd53h .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
    .n3gs5hs-k6nd53h .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;
    }

    .n3gs5hs-k6nd53h .show.dropdown-toggle[aria-expanded="true"]::after {
        transform: rotate(45deg);
        margin-top: -4px;
    }

    .n3gs5hs-k6nd53h .offcanvas_box {
        display: none;
    }
}

.n3gs5hs-k6nd53h .dropdown-item {
    border: none;
    font-weight: 300 !important;
}

.n3gs5hs-k6nd53h .nav-dropdown .link {
    font-weight: 400 !important;
    padding: 0 !important;
    margin: 0 !important;
}

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

.n3gs5hs-k6nd53h .container {
    display: flex;
    margin: auto;
}

.n3gs5hs-k6nd53h .iconfont-wrapper {
    color: #202020;
    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;
}

.n3gs5hs-k6nd53h .iconfont-wrapper:last-child {
    margin-right: 0;
}

.n3gs5hs-k6nd53h .iconfont-wrapper:hover {
    opacity: .5;
}

.n3gs5hs-k6nd53h .navbar-nav {
    margin: 0 1rem;
}

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

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

.n3gs5hs-k6nd53h .nav-item:focus,
.n3gs5hs-k6nd53h .nav-link:focus {
    outline: none;
}

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

.n3gs5hs-k6nd53h .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
}

.n3gs5hs-k6nd53h .dropdown .dropdown-menu .dropdown-item .cnsl-iconfont {
    margin-right: 0.5rem;
    vertical-align: sub;
}

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

.n3gs5hs-k6nd53h .collapsed .dropdown-menu .dropdown-item:before {
    display: none;
}

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

.n3gs5hs-k6nd53h .navbar {
    min-height: 70px;
    padding: 10px 0;
    transition: all 0.3s;
    border-bottom-width: 0;
}

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

.n3gs5hs-k6nd53h .navbar.opened {
    transition: all 0.3s;
}

.n3gs5hs-k6nd53h .navbar .dropdown-item {
    padding: 0;
    margin: 8px 0;
}

.n3gs5hs-k6nd53h .navbar .navbar-logo img {
    max-width: 40px;
    min-height: 40px;
    object-fit: contain;
    border-radius: 10px !important;
}

.n3gs5hs-k6nd53h .navbar .navbar-collapse {
    justify-content: center;
    justify-content: flex-end;
    justify-content: space-between;
    z-index: 1;
}

.n3gs5hs-k6nd53h .navbar.collapsed {
    justify-content: center;
}

.n3gs5hs-k6nd53h .navbar.collapsed .nav-item .nav-link::before {
    display: none;
}

.n3gs5hs-k6nd53h .navbar.collapsed.opened .dropdown-menu {
    top: 0;
}

.n3gs5hs-k6nd53h .navbar.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
}

.n3gs5hs-k6nd53h .navbar.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
}

.n3gs5hs-k6nd53h .navbar.collapsed ul.navbar-nav li {
    margin: auto;
}

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

.n3gs5hs-k6nd53h .navbar.collapsed .icons-menu {
    padding: 0;
}

@media (max-width: 991px) {
    .n3gs5hs-k6nd53h .navbar .nav-item {
        padding: .5rem 0;
    }

    .n3gs5hs-k6nd53h .navbar .navbar-collapse {
        padding: 34px 0;
        border-radius: 16px;
        width: 100%;
    }

    .n3gs5hs-k6nd53h .navbar .nav-item .nav-link::before {
        display: none;
    }

    .n3gs5hs-k6nd53h .navbar.opened .dropdown-menu {
        top: 0;
    }

    .n3gs5hs-k6nd53h .navbar .dropdown-menu {
        padding: 6px 0 6px 15px;
    }

    .n3gs5hs-k6nd53h .navbar .dropdown-menu .dropdown-submenu {
        left: 0 !important;
    }

    .n3gs5hs-k6nd53h .navbar .dropdown-menu .dropdown-item:after {
        right: auto;
        margin-top: -0.4rem;
    }

    .n3gs5hs-k6nd53h .navbar .navbar-logo img {
        height: 3rem !important;
    }

    .n3gs5hs-k6nd53h .navbar ul.navbar-nav {
        overflow: hidden;
    }

    .n3gs5hs-k6nd53h .navbar ul.navbar-nav li {
        margin: 0;
    }

    .n3gs5hs-k6nd53h .navbar .dropdown-menu .dropdown-item {
        padding: 0 !important;
        margin: 0;
        margin-top: 8px;
        text-align: left;
    }

    .n3gs5hs-k6nd53h .navbar .navbar-brand {
        flex-shrink: initial;
        flex-basis: auto;
        word-break: break-word;
        padding-right: 0;
        width: 100%;
        justify-content: space-between;
    }

    .n3gs5hs-k6nd53h .navbar .navbar-toggler {
        flex-basis: auto;
    }

    .n3gs5hs-k6nd53h .navbar .icons-menu {
        padding: 0;
    }
}

.n3gs5hs-k6nd53h .navbar.navbar-short {
    min-height: 60px;
}

.n3gs5hs-k6nd53h .navbar.navbar-short .navbar-logo img {
    height: 2.5rem !important;
}

.n3gs5hs-k6nd53h .navbar.navbar-short .navbar-brand {
    min-height: 60px;
    padding: 0;
}

.n3gs5hs-k6nd53h .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;
}

.n3gs5hs-k6nd53h .navbar-brand .navbar-caption {
    line-height: inherit !important;
    font-weight: 700;
}

.n3gs5hs-k6nd53h .navbar-brand .navbar-logo a {
    outline: none;
}

.n3gs5hs-k6nd53h .dropdown-item.active,
.n3gs5hs-k6nd53h .dropdown-item:active {
    background-color: transparent;
}

.n3gs5hs-k6nd53h .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 12px !important;
}

.n3gs5hs-k6nd53h .nav-dropdown .link.dropdown-toggle {
    margin-right: 1.667em;
}

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

.n3gs5hs-k6nd53h .navbar .dropdown.open>.dropdown-menu {
    display: block;
}

.n3gs5hs-k6nd53h ul.navbar-nav {
    flex-wrap: wrap;
    padding: 0;
}

.n3gs5hs-k6nd53h .navbar-buttons {
    text-align: center;
    min-width: 170px;
}

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

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

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

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

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

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

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

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

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

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

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

.n3gs5hs-k6nd53h .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) {
    .n3gs5hs-k6nd53h .navbar {
        height: 70px;
    }

    .n3gs5hs-k6nd53h .navbar.opened {
        height: auto;
    }

    .n3gs5hs-k6nd53h .nav-item .nav-link:hover::before {
        width: 175%;
        max-width: calc(100% + 2rem);
        left: -1rem;
    }
}

.n3gs5hs-k6nd53h .navbar-dropdown .navbar-logo {
    margin-right: 10px;
}

@media (min-width: 768px) {
    .n3gs5hs-k6nd53h .container-fluid {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.n3gs5hs-k6nd53h .cnsl-section-btn-main {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 992px) {
    .n3gs5hs-k6nd53h .cnsl-section-btn-main {
        display: block;
        padding: 0;
    }
}

.n3gs5hs-k6nd53h .cnsl-section-btn-main .btn {
    margin: 8px;
    min-width: 180px;
    padding: 16px 24px;
}

.n3gs5hs-k6nd53h .navbar-caption:hover {
    color: #2a2034;
}

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

.n3gs5hs-k6nd53h .text_widget {
    margin-bottom: 32px;
}

.n3gs5hs-k6nd53h .text_widget a {
    transition: all 0.3s ease-out;
}

.n3gs5hs-k6nd53h .text_widget a:hover,
.n3gs5hs-k6nd53h .text_widget a:focus {
    opacity: .8;
}

.n3gs5hs-k6nd53h .cnsl-section-subtitle {
    color: #ffffff;
    text-align: center;
}

.n3gs5hs-k6nd53h .navbar-caption {
    color: #202020;
}

.n3gs5hs-k6nd53h .cnsl-text {
    color: #ffffff;
    text-align: center;
}

.n3gs5hs-k6nd53h .cnsl-section-subtitle,
.n3gs5hs-k6nd53h .text_widget,
.n3gs5hs-k6nd53h .cnsl-section-btn {
    text-align: center;
}

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

.n3gs5hs-us2VGnaU0g {
    padding-top: 9rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.n3gs5hs-us2VGnaU0g .row {
    align-items: center;
    justify-content: space-between;
}

.n3gs5hs-us2VGnaU0g .cnsl-section-title {
    width: 100%;
    text-align: left;
    margin-bottom: 24px;
    line-height: 1.171em;
    color: #000000;
}

.n3gs5hs-us2VGnaU0g .cnsl-section-subtitle {
    color: #4c4c4c;
    width: 100%;
    text-align: left;
}

.n3gs5hs-us2VGnaU0g .cnsl-text {
    color: #8c8c95;
    margin-bottom: 36px;
}

.n3gs5hs-us2VGnaU0g .right-side {
    max-width: 554px;
}

.n3gs5hs-us2VGnaU0g .rs {
    margin-right: 60px;
}

.n3gs5hs-us2VGnaU0g .cnsl-section-btn {
    width: auto;
    display: inline-block;
}

.n3gs5hs-us2VGnaU0g .margin {
    margin-right: 14px;
}

.n3gs5hs-us2VGnaU0g .gray {
    padding: 45px 0;
    background-color: #0b4e50;
}

.n3gs5hs-us2VGnaU0g img {
    position: relative;
    right: 40px;
}

@media (max-width: 767px) {
    .n3gs5hs-us2VGnaU0g .gray {
        padding: 0px 0 5px;
    }

    .n3gs5hs-us2VGnaU0g img {
        right: initial;
        width: 90%;
        margin: auto;
        top: -35px;
    }

    .n3gs5hs-us2VGnaU0g .col-md-5 {
        padding-top: 90px;
    }
}

@media (max-width: 430px) {
    .n3gs5hs-us2VGnaU0g .b {
        margin-bottom: 10px;
    }
}

.n3gs5hs-us2VGnaU0g .btn {
    margin-top: 20px;
}

.n3gs5hs-us2VGnaU0g a.btn>span {
    margin-left: 0.5rem;
}

.n3gs5hs-us2VGnaU0g .cnsl-text,
.n3gs5hs-us2VGnaU0g .button-align {
    color: #000000;
}

.n3gs5hs-us2VLINmFe {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #0b4e50;
}

.n3gs5hs-us2VLINmFe .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us2VLINmFe .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.n3gs5hs-us2VLINmFe .card-wrapper {
    background: #ffffff;
    border-radius: 4px;
}

@media (max-width: 767px) {
    .n3gs5hs-us2VLINmFe .card-wrapper {
        padding: 1rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .n3gs5hs-us2VLINmFe .card-wrapper {
        padding: 2rem;
    }
}

@media (min-width: 992px) {
    .n3gs5hs-us2VLINmFe .card-wrapper {
        padding: 4rem;
    }
}

.n3gs5hs-us2VLINmFe .cnsl-text,
.n3gs5hs-us2VLINmFe .cnsl-section-btn {
    color: #000000;
}

.n3gs5hs-us2VLINmFe .card-title,
.n3gs5hs-us2VLINmFe .card-box {
    text-align: left;
    color: #000000;
}

.n3gs5hs-us2VSZHUSQ {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #0b4e50;
}

.n3gs5hs-us2VSZHUSQ .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us2VSZHUSQ .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.n3gs5hs-us2VSZHUSQ .container-fluid {
    padding: 0 40px;
}

@media (max-width: 992px) {
    .n3gs5hs-us2VSZHUSQ .container-fluid {
        padding: 0 20px;
    }
}

@media (max-width: 992px) {
    .n3gs5hs-us2VSZHUSQ .container {
        padding: 0 20px;
    }
}

.n3gs5hs-us2VSZHUSQ .row {
    justify-content: space-between;
}

.n3gs5hs-us2VSZHUSQ .card {
    justify-content: center;
}

.n3gs5hs-us2VSZHUSQ .content-wrapper {
    padding-left: 100px;
}

@media (max-width: 1200px) {
    .n3gs5hs-us2VSZHUSQ .content-wrapper {
        padding-left: 50px;
    }
}

@media (max-width: 992px) {
    .n3gs5hs-us2VSZHUSQ .content-wrapper {
        padding-left: 0;
        margin-bottom: 40px;
    }
}

.n3gs5hs-us2VSZHUSQ .content-wrapper .content-wrap {
    padding: 0 116px;
}

@media (max-width: 1440px) {
    .n3gs5hs-us2VSZHUSQ .content-wrapper .content-wrap {
        padding: 0 40px 0 0;
    }
}

@media (max-width: 992px) {
    .n3gs5hs-us2VSZHUSQ .content-wrapper .content-wrap {
        padding: 0;
    }
}

.n3gs5hs-us2VSZHUSQ .content-wrapper .content-wrap .cnsl-number {
    margin-bottom: 70px;
}

@media (max-width: 992px) {
    .n3gs5hs-us2VSZHUSQ .content-wrapper .content-wrap .cnsl-number {
        margin-bottom: 40px;
    }
}

.n3gs5hs-us2VSZHUSQ .content-wrapper .content-wrap .cnsl-section-title {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 60px;
}

.n3gs5hs-us2VSZHUSQ .content-wrapper .content-wrap .cnsl-section-title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #ffffff;
    opacity: .2;
}

@media (max-width: 992px) {
    .n3gs5hs-us2VSZHUSQ .content-wrapper .content-wrap .cnsl-section-title {
        margin-bottom: 40px;
    }
}

.n3gs5hs-us2VSZHUSQ .content-wrapper .content-wrap .cnsl-text {
    margin-bottom: 0;
}

.n3gs5hs-us2VSZHUSQ .image-wrapper {
    padding-right: 100px;
}

@media (max-width: 1200px) {
    .n3gs5hs-us2VSZHUSQ .image-wrapper {
        padding-right: 50px;
    }
}

@media (max-width: 992px) {
    .n3gs5hs-us2VSZHUSQ .image-wrapper {
        padding-right: 0;
        margin-bottom: 40px;
    }
}

.n3gs5hs-us2VSZHUSQ .image-wrapper img {
    height: 800px;
    object-fit: cover;
}

@media (max-width: 992px) {
    .n3gs5hs-us2VSZHUSQ .image-wrapper img {
        height: 350px;
    }
}

.n3gs5hs-us2VSZHUSQ .cnsl-number {
    color: #1e1d1c;
}

.n3gs5hs-us2VSZHUSQ .cnsl-section-title {
    color: #1e1d1c;
}

.n3gs5hs-us2VSZHUSQ .cnsl-text {
    color: #ffffff;
}

.n3gs5hs-us2VSZHUSQ .cnsl-section-title,
.n3gs5hs-us2VSZHUSQ .cnsl-section-btn {
    color: #ffffff;
}

.n3gs5hs-us2VW589Ub {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.n3gs5hs-us2VW589Ub .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us2VW589Ub .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

@media (max-width: 768px) {
    .n3gs5hs-us2VW589Ub .container {
        padding: 0 16px;
    }
}

.n3gs5hs-us2VW589Ub .row {
    justify-content: center;
    position: relative;
    z-index: 1;
}

.n3gs5hs-us2VW589Ub .content-wrapper .cnsl-section-title {
    margin-bottom: 50px;
}

.n3gs5hs-us2VW589Ub .content-wrapper .cnsl-text {
    margin-bottom: 0;
}

.n3gs5hs-us2VW589Ub .cnsl-section-title {
    color: #000000;
}

.n3gs5hs-us2VW589Ub .cnsl-text {
    color: #000000;
}

.n3gs5hs-us2VW589Ub .cnsl-text,
.n3gs5hs-us2VW589Ub .icon-wrapper {
    color: #000000;
}

.n3gs5hs-us2WcYI4US {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #0b4e50;
}

.n3gs5hs-us2WcYI4US .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us2WcYI4US .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.n3gs5hs-us2WcYI4US .card {
    border-radius: 0 !important;
}

@media (min-width: 992px) {
    .n3gs5hs-us2WcYI4US .card {
        border-right: 1px solid white;
    }
}

@media (max-width: 991px) {
    .n3gs5hs-us2WcYI4US .card {
        border-right: 0px;
        border-bottom: 1px solid white;
    }
}

.n3gs5hs-us2WcYI4US .wrapper {
    padding: 30px 0;
}

.n3gs5hs-us2WcYI4US .cnsl-section-title {
    color: #fafafa;
}

.n3gs5hs-us2WcYI4US .cnsl-text,
.n3gs5hs-us2WcYI4US .cnsl-section-btn {
    color: #ffffff;
}

.n3gs5hs-us2Xeou3U9 {
    padding-top: 7rem;
    padding-bottom: 7rem;
    background-color: #ffffff;
}

.n3gs5hs-us2Xeou3U9 .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us2Xeou3U9 .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.n3gs5hs-us2Xeou3U9 img {
    border-radius: 2rem;
}

.n3gs5hs-us2Xeou3U9 .cnsl-section-subtitle {
    background: white;
    color: #ffffff;
    width: fit-content;
    border-radius: 2rem;
    padding: 5px 1rem;
    text-align: left;
}

.n3gs5hs-us2Xeou3U9 .subtitle-wrap {
    display: inline-flex;
    border-radius: 2rem;
    padding: 0.5rem;
    padding-bottom: 0;
    background: #2a2034;
    flex-direction: row;
    width: fit-content;
    align-items: center;
    margin-bottom: 2rem;
}

.n3gs5hs-us2Xeou3U9 .subtitle-wrap .cnsl-iconfont {
    padding: 0 15px;
    padding-bottom: 8px;
    margin: 0;
    color: #dfcefd;
    font-size: 1.5rem;
}

.n3gs5hs-us2Xeou3U9 .cnsl-section-title {
    color: #000000;
}

.n3gs5hs-us2Xeou3U9 .cnsl-text,
.n3gs5hs-us2Xeou3U9 .cnsl-section-btn {
    color: #000000;
}

.n3gs5hs-us2Xeou3U9 .cnsl-section-subtitle,
.n3gs5hs-us2Xeou3U9 .align-wrapper {
    color: #04492e;
}

.n3gs5hs-us30sIfuEw {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
    background-color: #0b4e50;
}

.n3gs5hs-us30sIfuEw .cnsl-fallback-image.disabled {
    display: none;
}

.n3gs5hs-us30sIfuEw .cnsl-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.n3gs5hs-us30sIfuEw .row {
    justify-content: space-between;
}

.n3gs5hs-us30sIfuEw .cnsl-section-title {
    margin: 0;
    color: #ffffff;
    text-align: center;
}

@media (max-width: 992px) {
    .n3gs5hs-us30sIfuEw .cnsl-section-title {
        margin-bottom: 20px;
    }
}

.n3gs5hs-us30sIfuEw .cnsl-text {
    margin-bottom: 10px;
    color: #ffffff;
}

@media (max-width: 992px) {
    .n3gs5hs-us30sIfuEw .cnsl-section-btn {
        margin-bottom: 20px;
    }
}

.n3gs5hs-us30sIfuEw .list {
    padding: 0;
    margin-bottom: 0;
    list-style-type: none;
    color: #ffffff;
}

.n3gs5hs-us30sIfuEw .list li {
    margin-bottom: 25px;
}

.n3gs5hs-us30sIfuEw .list li:last-child {
    margin-bottom: 0;
}

.n3gs5hs-us30sIfuEw .cnsl-desc {
    margin-bottom: 8px;
}

.n3gs5hs-us30sIfuEw .social-row {
    display: flex;
    flex-wrap: wrap;
}

.n3gs5hs-us30sIfuEw .social-row .soc-item {
    margin: 9px 9px 0 0;
}

.n3gs5hs-us30sIfuEw .social-row .soc-item a:hover .cnsl-iconfont {
    border-color: #47b5ed;
}

.n3gs5hs-us30sIfuEw .social-row .soc-item a .cnsl-iconfont {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 37px;
    height: 37px;
    font-size: 18px;
    border-radius: 100%;
    border: 1px solid #ffffff;
    transition: all .3s ease;
}

.n3gs5hs-us30sIfuEw .copyright {
    margin: 110px 0 0 0;
    padding: 17px 70px;
    position: relative;
    color: #ffffff;
    text-align: center;
}

.n3gs5hs-us30sIfuEw .copyright:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100rem;
    display: block;
    min-width: 1000vh;
    height: 1px;
    background-color: #ffffff;
    opacity: .4;
}

@media (max-width: 992px) {
    .n3gs5hs-us30sIfuEw .copyright {
        margin-top: 50px;
        padding: 17px 24px;
    }
}

.n3gs5hs-us30sIfuEw .cnsl-desc,
.n3gs5hs-us30sIfuEw .cnsl-iconfont {
    color: #ffffff;
}

#successModal .modal-dialog {
    max-width: 300px;

    margin: auto;

    position: absolute;
    top: 80%;

    left: 50%;

    transform: translate(-50%, -50%);

}

#successModal .modal-content {
    background-color: #dff0d8;

    padding: 20px;

    border-radius: 8px;

    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;

    min-height: 150px;

    max-height: 200px;

    overflow-y: auto;

}

#successModal .modal-header,
#successModal .modal-footer {
    display: none;

}

#successModal .modal-title {
    font-size: 1.1rem;

    color: #3c763d;

    margin: 0 auto;

}

#successModal .modal-body {
    text-align: center;

    padding: 15px;

}

#successModal .btn-success {
    width: 100%;

    border-radius: 4px;

    background-color: #4cae4c;

    border: none;

    padding: 10px;

}

#successModal .btn-success:hover {
    background-color: #398439;

}