.btn {
    border-width: 2px;
}

body {
    font-family: Jost;
}

.display-1 {
    font-family: Arial;
    font-size: 3.6rem;
    line-height: 1.1;
}

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

.display-2 {
    font-family: 'PlayfairDisplay-VariableFont_wght';
    font-size: 2rem;
    line-height: 1.1;
}

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

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

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

.display-5 {
    font-family: 'LTInternet-Regular';
    font-size: 2rem;
    line-height: 1.5;
}

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

.display-7 {
    font-family: 'LTInternet-Regular';
    font-size: 1.3rem;
    line-height: 1.5;
}

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

/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
    .display-1 {
        font-size: 2.88rem;
    }
}

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

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

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

/* Buttons */
.btn {
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
}

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

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

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

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

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

.bg-info {
    background-color: #36b729 !important;
}

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

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

.btn-primary,
.btn-primary:active {
    background-color: #2eb1ff !important;
    border-color: #2eb1ff !important;
    color: #ffffff !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
    color: #ffffff !important;
    background-color: #0086d6 !important;
    border-color: #0086d6 !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

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

.btn-secondary,
.btn-secondary:active {
    background-color: #2eb1ff !important;
    border-color: #2eb1ff !important;
    color: #ffffff !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
    color: #ffffff !important;
    background-color: #0086d6 !important;
    border-color: #0086d6 !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #ffffff !important;
    background-color: #0086d6 !important;
    border-color: #0086d6 !important;
}

.btn-info,
.btn-info:active {
    background-color: #36b729 !important;
    border-color: #36b729 !important;
    color: #ffffff !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
    color: #ffffff !important;
    background-color: #217019 !important;
    border-color: #217019 !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

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

.btn-success,
.btn-success:active {
    background-color: #353535 !important;
    border-color: #353535 !important;
    color: #ffffff !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
    color: #ffffff !important;
    background-color: #0a0a0a !important;
    border-color: #0a0a0a !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

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

.btn-warning,
.btn-warning:active {
    background-color: #dfdfdf !important;
    border-color: #dfdfdf !important;
    color: #606060 !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
    color: #ffffff !important;
    background-color: #b4b4b4 !important;
    border-color: #b4b4b4 !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

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

.btn-danger,
.btn-danger:active {
    background-color: #ffbe4a !important;
    border-color: #ffbe4a !important;
    color: #ffffff !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
    color: #ffffff !important;
    background-color: #f29b00 !important;
    border-color: #f29b00 !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

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

.btn-white,
.btn-white:active {
    background-color: #fafafa !important;
    border-color: #fafafa !important;
    color: #7a7a7a !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
    color: #4f4f4f !important;
    background-color: #cfcfcf !important;
    border-color: #cfcfcf !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

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

.btn-black,
.btn-black:active {
    background-color: #232323 !important;
    border-color: #232323 !important;
    color: #ffffff !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
    color: #ffffff !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alert-info {
    background-color: #36b729;
}

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

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

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

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

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

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

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

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

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

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

/* Scroll to top button*/
.form-control {
    font-family: 'Jost', sans-serif;
    font-size: 1.1rem;
    line-height: 1.5;
    font-weight: 400;
}

.form-control > .mbr-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: #2eb1ff !important;
}

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

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

blockquote {
    border-color: #2eb1ff;
}

/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
    background-color: #2eb1ff;
    color: #ffffff;
}

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

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

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

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

.cid-sC08ghoHCQ {
    background-image: url("../../../assets/images/bg-bggenerator-com-1920x1080.png");
}

.cid-sC08ghoHCQ .image-wrap img {
    width: 100%;
}

@media (min-width: 992px) {
    .cid-sC08ghoHCQ .image-wrap img {
        display: block;
        margin: auto;
        width: 50%;
    }
}

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

.cid-sC08ghoHCQ .mbr-text,
.cid-sC08ghoHCQ .mbr-section-btn {
    color: #ffffff;
}

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

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

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

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

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

.cid-so3UxyeTCm .dropdown-item:hover,
.cid-so3UxyeTCm .dropdown-item:focus {
    background: #2eb1ff !important;
    color: white !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cid-so3UxyeTCm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 41%;
}

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

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

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

@media (max-width: 991px) {
    .cid-so3UxyeTCm .navbar .nav-item .nav-link::before {
        display: none;
    }

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

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

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

    .cid-so3UxyeTCm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
        margin-left: 0.5rem;
        margin-top: 0.2rem;
        border-top: 0.35em solid;
        border-right: 0.35em solid transparent;
        border-left: 0.35em solid transparent;
        border-bottom: 0;
        top: 40%;
    }

    .cid-so3UxyeTCm .navbar .navbar-logo img {
        height: 3rem !important;
    }

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

    .cid-so3UxyeTCm .navbar .dropdown-menu .dropdown-item {
        padding: 0.25rem 1.5rem !important;
        text-align: center;
    }

    .cid-so3UxyeTCm .navbar .navbar-brand {
        flex-shrink: initial;
        flex-basis: auto;
        word-break: break-word;
        padding-right: 2rem;
    }

    .cid-so3UxyeTCm .navbar .navbar-toggler {
        flex-basis: auto;
    }

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

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

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

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

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

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

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

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

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

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

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

.cid-so3UxyeTCm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .cid-so3UxyeTCm .navbar {
        height: 70px;
    }

    .cid-so3UxyeTCm .navbar.opened {
        height: auto;
    }

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

.cid-sC0jrlivmu {
    background-image: url("../../../assets/images/decor-2-2000x1125.png");
}

.cid-sC0jrlivmu .mbr-section-subtitle DIV {
    text-align: left;
}

.cid-sC0jrlivmu .mbr-section-subtitle {
    text-align: left;
}

.cid-sC0jrlivmu .mbr-section-title {
    text-align: left;
}

.cid-soDt9cPvM4 {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f4f4f4;
}

.cid-soDt9cPvM4 .line {
    background-color: #ffbe4a;
    color: #ffbe4a;
    align: center;
    height: 2px;
    margin: 0 auto;
}

.cid-soDt9cPvM4 .section-text {
    padding: 2rem 0;
    color: #232323;
}

.cid-soDt9cPvM4 .inner-container {
    margin: 0 auto;
}

@media (max-width: 768px) {
    .cid-soDt9cPvM4 .inner-container {
        width: 100% !important;
    }
}

.cid-soJcqWS0XF {
    padding-top: 90px;
    padding-bottom: 90px;
    background-image: url("../../../assets/images/decor-5-2000x1125.png");
}

.cid-soJcqWS0XF .mbr-section-subtitle {
    color: #ffffff;
    text-align: center;
    font-weight: 300;
}

.cid-soJcqWS0XF .timeline-text-content {
    padding: 2rem 2.5rem;
    background: #ffbe4a;
    margin-right: 2rem;
    transition: all .4s;
}

.cid-soJcqWS0XF .timeline-text-content p {
    margin-bottom: 0;
}

.cid-soJcqWS0XF .timeline-element {
    margin-bottom: 50px;
    position: relative;
    word-wrap: break-word;
    word-break: break-word;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
}

.cid-soJcqWS0XF .timeline-element:hover .timeline-text-content {
    box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
    transition: all .4s;
}

.cid-soJcqWS0XF .reverse {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
}

.cid-soJcqWS0XF .reverse .timeline-text-content {
    margin-left: 2rem;
    margin-right: 0;
}

.cid-soJcqWS0XF .iconsBackground {
    position: absolute;
    left: 50%;
    width: 60px;
    height: 60px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background-color: #ffbe4a;
    top: 20px;
    margin-left: -30px;
}

.cid-soJcqWS0XF .mbr-iconfont {
    position: absolute;
    text-align: center;
    font-size: 35px;
    display: inline-block;
    z-index: 3;
    top: 13px;
    left: 13px;
}

.cid-soJcqWS0XF .separline:before {
    top: 20px;
    bottom: 0;
    position: absolute;
    content: "";
    width: 2px;
    background-color: #ffbe4a;
    left: calc(50% - 1px);
    height: calc(100% + 4rem);
}

@media (max-width: 768px) {
    .cid-soJcqWS0XF .iconsBackground {
        left: 1.5rem;
    }

    .cid-soJcqWS0XF .separline:before {
        left: calc(1.5rem - 1px);
    }

    .cid-soJcqWS0XF .timeline-text-content {
        margin-left: 3rem !important;
        margin-right: 0 !important;
    }

    .cid-soJcqWS0XF .reverse .timeline-text-content {
        margin-right: 0 !important;
    }
}

.cid-soJcqWS0XF .reverseTimeline {
    display: flex;
    flex-direction: column-reverse;
}

.cid-soJcqWS0XF .mbr-timeline-title {
    color: #232323;
}

.cid-soJcqWS0XF .mbr-timeline-text {
    color: #353535;
}

.cid-soDsJyAWz0 {
    padding-top: 60px;
    padding-bottom: 0px;
    background-color: #353535;
}

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

.cid-soDsJyAWz0 .mbr-text p {
    background: #353535;
}

.cid-soDrR0O8ce {
    padding-top: 0px;
    padding-bottom: 60px;
    background-color: #353535;
}

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

.cid-soDrR0O8ce .mbr-text p {
    background: #353535;
}

.cid-soJKLFzYLB {
    padding-top: 5rem;
    padding-bottom: 0rem;
    background-color: #f4f4f4;
}

.cid-soJnQOxbRc {
    padding-top: 6rem;
    padding-bottom: 2rem;
    background-color: #f4f4f4;
}

.cid-soJnQOxbRc .card-wrapper {
    display: flex;
}

@media (max-width: 991px) {
    .cid-soJnQOxbRc .card-wrapper {
        margin-bottom: 2rem;
    }
}

.cid-soJnQOxbRc .mbr-iconfont {
    font-size: 2rem;
    color: #2eb1ff;
    padding-right: 1.5rem;
}

.cid-soJnQOxbRc .card-title {
    color: #232323;
}

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

.cid-soJohjCszO .card-wrapper {
    display: flex;
}

@media (max-width: 991px) {
    .cid-soJohjCszO .card-wrapper {
        margin-bottom: 2rem;
    }
}

.cid-soJohjCszO .mbr-iconfont {
    font-size: 2rem;
    color: #2eb1ff;
    padding-right: 1.5rem;
}

.cid-spQjYPS0ui {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-image: url("../../../assets/images/decor-6-2000x1125.png");
}

.cid-spQjYPS0ui img,
.cid-spQjYPS0ui .item-img {
    width: 100%;
    height: 100%;
    height: 300px;
    object-fit: cover;
}

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

.cid-spQjYPS0ui .item {
    cursor: pointer;
    margin-bottom: 2rem;
}

.cid-spQjYPS0ui .item-wrapper {
    position: relative;
    border-radius: 4px;
    background: #f4f4f4;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
}

@media (min-width: 992px) {
    .cid-spQjYPS0ui .item-wrapper .item-content {
        padding: 2rem;
    }
}

@media (max-width: 991px) {
    .cid-spQjYPS0ui .item-wrapper .item-content {
        padding: 1rem;
    }
}

.cid-spQjYPS0ui .mbr-section-btn {
    margin-top: auto !important;
}

.cid-spQjYPS0ui .mbr-section-title {
    color: #232323;
}

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

.cid-spQjYPS0ui .item-title {
    text-align: center;
    color: #232323;
}

.cid-spQjYPS0ui .item-subtitle {
    text-align: left;
    color: #bbbbbb;
}

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

.cid-syOrBEmN6j img {
    width: 120px;
    margin: auto;
}

.cid-syOrBEmN6j .card {
    transition: all 0.3s;
    height: fit-content;
    padding: 1rem 0;
    opacity: 0.7;
    margin-bottom: 1rem;
}

@media (min-width: 992px) {
    .cid-syOrBEmN6j .card {
        max-width: 12.5%;
    }
}

.cid-syZxioTM8u {
    padding-top: 1rem;
    padding-bottom: 2rem;
    background-color: #f4f4f4;
}

.cid-syZxioTM8u img {
    width: 120px;
    margin: auto;
}

.cid-syZxioTM8u .card {
    transition: all 0.3s;
    height: fit-content;
    padding: 1rem 0;
    opacity: 0.7;
    margin-bottom: 1rem;
}

@media (min-width: 992px) {
    .cid-syZxioTM8u .card {
        max-width: 12.5%;
    }
}

.cid-sCb4pKywCT {
    background-image: url("../../../assets/images/decor-3-2000x1125.png");
}

.cid-sCb4pKywCT .mbr-section-subtitle {
    text-align: left;
    color: #f4f4f4;
}

.cid-sOaT1ovn8b {
    padding-top: 15px;
    padding-bottom: 60px;
    background-color: #f4f4f4;
    overflow: hidden;
    box-sizing: border-box;
}

.cid-sOaT1ovn8b .mbr-slider .carousel-control {
    background: #1b1b1b;
}

.cid-sOaT1ovn8b .mbr-slider .carousel-control-prev {
    left: 0;
    margin-left: 2.5rem;
}

.cid-sOaT1ovn8b .mbr-slider .carousel-control-next {
    right: 0;
    margin-right: 2.5rem;
}

.cid-sOaT1ovn8b .mbr-slider .modal-body .close {
    background: #1b1b1b;
}

.cid-sOaT1ovn8b .row > .row {
    display: block;
}

.cid-sOaT1ovn8b .mbr-gallery-item {
    width: 100%;
}

.cid-sOaT1ovn8b .mbr-gallery-item > div::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #2eb1ff;
    opacity: 0;
    -webkit-transition: 0.2s opacity ease-in-out;
    transition: 0.2s opacity ease-in-out;
    background: linear-gradient(to left, #2eb1ff, #45505b) !important;
}

.cid-sOaT1ovn8b .mbr-gallery-item > div {
    position: relative;
}

.cid-sOaT1ovn8b .mbr-gallery-item > div:hover .mbr-gallery-title::before {
    background: transparent !important;
}

.cid-sOaT1ovn8b .mbr-gallery-item > div:hover:before {
    opacity: 0.7 !important;
}

.cid-sOaT1ovn8b .mbr-gallery-title {
    font-size: .9em;
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
    padding: 1rem;
    color: #fff;
    z-index: 2;
}

.cid-sOaT1ovn8b .mbr-gallery-title:before {
    content: " ";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    position: absolute;
    background: #2eb1ff !important;
    opacity: 0.7;
    -webkit-transition: 0.2s background ease-in-out;
    transition: 0.2s background ease-in-out;
    background: linear-gradient(to left, #2eb1ff, #45505b) !important;
}

.cid-soJVHO7bYG {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #f4f4f4;
}

.cid-soJVHO7bYG .mbr-section-subtitle {
    text-align: left;
    color: #232323;
}

.cid-soJVHO7bYG .mbr-section-title {
    color: #232323;
    text-align: center;
}

.cid-soHTwCqkzH {
    padding-top: 120px;
    padding-bottom: 120px;
    background-image: url("../../../assets/images/decor-1-2000x1125.png");
}

.cid-soHTwCqkzH div.b {
    padding-top: 2rem;
}

.cid-soHTwCqkzH .mbr-text {
    color: #232323;
    margin: 0;
    padding-top: 1.5rem;
}

.cid-soHTwCqkzH a:not([href]):not([tabindex]) {
    color: #fff;
    border-radius: 3px;
}

.cid-soHTwCqkzH .google-map {
    height: 29rem;
    position: relative;
}

.cid-soHTwCqkzH .google-map iframe {
    height: 100%;
    width: 100%;
}

.cid-soHTwCqkzH .google-map [data-state-details] {
    color: #6b6763;
    font-family: Montserrat;
    height: 1.5em;
    margin-top: -0.75em;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}

.cid-soHTwCqkzH .google-map[data-state] {
    background: #e9e5dc;
}

.cid-soHTwCqkzH .google-map[data-state="loading"] [data-state-details] {
    display: none;
}

.cid-soHTwCqkzH div.left-block.wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

@media (max-width: 767px) {
    .cid-soHTwCqkzH div.left-block.wrapper {
        padding-bottom: 3rem;
    }
}

.cid-soHTwCqkzH H2 {
    color: #232323;
}

.cid-soHTwCqkzH H5 {
    color: #232323;
}

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

.cid-sJ3TT69l2i .bg-facebook {
    background: #1778f2;
    color: #ffffff;
}

.cid-sJ3TT69l2i .bg-facebook:hover {
    background: #0b60cb;
}

.cid-sJ3TT69l2i .bg-linkedin {
    background: #0077b5;
    color: #ffffff;
}

.cid-sJ3TT69l2i .bg-linkedin:hover {
    background: #005582;
}

.cid-sJ3TT69l2i .iconfont-wrapper {
    display: inline-block;
    font-size: 32px;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.cid-sJ3TT69l2i .iconfont-wrapper {
    border-radius: 0 !important;
}

.cid-sJ3TT69l2i [class^="socicon-"]:before,
.cid-sJ3TT69l2i [class*=" socicon-"]:before {
    line-height: 55px;
    padding: .6rem;
}

.cid-soksisPG2m {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #f4f4f4;
}

.cid-soksisPG2m .row-links {
    width: 100%;
    justify-content: center;
}

.cid-soksisPG2m .social-row {
    width: 100%;
    justify-content: center;
}

.cid-soksisPG2m .media-container-row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cid-soksisPG2m .media-container-row .foot-menu {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
}

.cid-soksisPG2m .media-container-row .foot-menu li {
    padding: 0 1rem 1rem 1rem;
}

.cid-soksisPG2m .media-container-row .foot-menu li p {
    margin: 0;
}

.cid-soksisPG2m .media-container-row .social-list {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.cid-soksisPG2m .media-container-row .social-list .mbr-iconfont-social {
    font-size: 1.5rem;
    color: #ffffff;
}

.cid-soksisPG2m .media-container-row .social-list .soc-item {
    margin: 0 .5rem;
}

.cid-soksisPG2m .media-container-row .social-list a {
    margin: 0;
    opacity: .5;
    transition: .2s linear;
}

.cid-soksisPG2m .media-container-row .social-list a:hover {
    opacity: 1;
}

@media (max-width: 767px) {
    .cid-soksisPG2m .media-container-row .social-list {
        -webkit-justify-content: center;
        justify-content: center;
    }
}

.cid-soksisPG2m .media-container-row .row-copirayt {
    word-break: break-word;
    width: 100%;
}

.cid-soksisPG2m .media-container-row .row-copirayt p {
    width: 100%;
}

.cid-soksisPG2m .media-container-row .mbr-text {
    color: #232323;
}

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

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

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

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

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

.cid-so3UxyeTCm .dropdown-item:hover,
.cid-so3UxyeTCm .dropdown-item:focus {
    background: #2eb1ff !important;
    color: white !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cid-so3UxyeTCm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 41%;
}

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

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

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

@media (max-width: 991px) {
    .cid-so3UxyeTCm .navbar .nav-item .nav-link::before {
        display: none;
    }

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

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

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

    .cid-so3UxyeTCm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
        margin-left: 0.5rem;
        margin-top: 0.2rem;
        border-top: 0.35em solid;
        border-right: 0.35em solid transparent;
        border-left: 0.35em solid transparent;
        border-bottom: 0;
        top: 40%;
    }

    .cid-so3UxyeTCm .navbar .navbar-logo img {
        height: 3rem !important;
    }

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

    .cid-so3UxyeTCm .navbar .dropdown-menu .dropdown-item {
        padding: 0.25rem 1.5rem !important;
        text-align: center;
    }

    .cid-so3UxyeTCm .navbar .navbar-brand {
        flex-shrink: initial;
        flex-basis: auto;
        word-break: break-word;
        padding-right: 2rem;
    }

    .cid-so3UxyeTCm .navbar .navbar-toggler {
        flex-basis: auto;
    }

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

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

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

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

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

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

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

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

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

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

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

.cid-so3UxyeTCm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .cid-so3UxyeTCm .navbar {
        height: 70px;
    }

    .cid-so3UxyeTCm .navbar.opened {
        height: auto;
    }

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

.cid-sq2uz0H4sH {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-image: url("../../../assets/images/mbr-1-1920x1276.jpg");
}

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

.cid-sq2uAQZaDr {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #f4f4f4;
}

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

.cid-soksisPG2m .row-links {
    width: 100%;
    justify-content: center;
}

.cid-soksisPG2m .social-row {
    width: 100%;
    justify-content: center;
}

.cid-soksisPG2m .media-container-row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cid-soksisPG2m .media-container-row .foot-menu {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
}

.cid-soksisPG2m .media-container-row .foot-menu li {
    padding: 0 1rem 1rem 1rem;
}

.cid-soksisPG2m .media-container-row .foot-menu li p {
    margin: 0;
}

.cid-soksisPG2m .media-container-row .social-list {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.cid-soksisPG2m .media-container-row .social-list .mbr-iconfont-social {
    font-size: 1.5rem;
    color: #ffffff;
}

.cid-soksisPG2m .media-container-row .social-list .soc-item {
    margin: 0 .5rem;
}

.cid-soksisPG2m .media-container-row .social-list a {
    margin: 0;
    opacity: .5;
    transition: .2s linear;
}

.cid-soksisPG2m .media-container-row .social-list a:hover {
    opacity: 1;
}

@media (max-width: 767px) {
    .cid-soksisPG2m .media-container-row .social-list {
        -webkit-justify-content: center;
        justify-content: center;
    }
}

.cid-soksisPG2m .media-container-row .row-copirayt {
    word-break: break-word;
    width: 100%;
}

.cid-soksisPG2m .media-container-row .row-copirayt p {
    width: 100%;
}

.cid-soksisPG2m .media-container-row .mbr-text {
    color: #232323;
}

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

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

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

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

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

.cid-so3UxyeTCm .dropdown-item:hover,
.cid-so3UxyeTCm .dropdown-item:focus {
    background: #2eb1ff !important;
    color: white !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cid-so3UxyeTCm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 41%;
}

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

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

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

@media (max-width: 991px) {
    .cid-so3UxyeTCm .navbar .nav-item .nav-link::before {
        display: none;
    }

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

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

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

    .cid-so3UxyeTCm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
        margin-left: 0.5rem;
        margin-top: 0.2rem;
        border-top: 0.35em solid;
        border-right: 0.35em solid transparent;
        border-left: 0.35em solid transparent;
        border-bottom: 0;
        top: 40%;
    }

    .cid-so3UxyeTCm .navbar .navbar-logo img {
        height: 3rem !important;
    }

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

    .cid-so3UxyeTCm .navbar .dropdown-menu .dropdown-item {
        padding: 0.25rem 1.5rem !important;
        text-align: center;
    }

    .cid-so3UxyeTCm .navbar .navbar-brand {
        flex-shrink: initial;
        flex-basis: auto;
        word-break: break-word;
        padding-right: 2rem;
    }

    .cid-so3UxyeTCm .navbar .navbar-toggler {
        flex-basis: auto;
    }

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

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

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

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

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

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

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

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

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

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

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

.cid-so3UxyeTCm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .cid-so3UxyeTCm .navbar {
        height: 70px;
    }

    .cid-so3UxyeTCm .navbar.opened {
        height: auto;
    }

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

.cid-soksisPG2m {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #f4f4f4;
}

.cid-soksisPG2m .row-links {
    width: 100%;
    justify-content: center;
}

.cid-soksisPG2m .social-row {
    width: 100%;
    justify-content: center;
}

.cid-soksisPG2m .media-container-row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cid-soksisPG2m .media-container-row .foot-menu {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
}

.cid-soksisPG2m .media-container-row .foot-menu li {
    padding: 0 1rem 1rem 1rem;
}

.cid-soksisPG2m .media-container-row .foot-menu li p {
    margin: 0;
}

.cid-soksisPG2m .media-container-row .social-list {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.cid-soksisPG2m .media-container-row .social-list .mbr-iconfont-social {
    font-size: 1.5rem;
    color: #ffffff;
}

.cid-soksisPG2m .media-container-row .social-list .soc-item {
    margin: 0 .5rem;
}

.cid-soksisPG2m .media-container-row .social-list a {
    margin: 0;
    opacity: .5;
    transition: .2s linear;
}

.cid-soksisPG2m .media-container-row .social-list a:hover {
    opacity: 1;
}

@media (max-width: 767px) {
    .cid-soksisPG2m .media-container-row .social-list {
        -webkit-justify-content: center;
        justify-content: center;
    }
}

.cid-soksisPG2m .media-container-row .row-copirayt {
    word-break: break-word;
    width: 100%;
}

.cid-soksisPG2m .media-container-row .row-copirayt p {
    width: 100%;
}

.cid-soksisPG2m .media-container-row .mbr-text {
    color: #232323;
}
