@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i);

body {
    font-family: Poppins;
    font-style: normal;
    line-height: 1.5;
}

.mbr-section-title {
    font-style: normal;
    line-height: 1.2;
}

.mbr-section-subtitle {
    line-height: 1.3;
}

.mbr-text {
    font-style: normal;
    line-height: 1.6;
}

.display-1 {
    font-family: 'Poppins', sans-serif;
    font-size: 4.25rem;
}

.display-2 {
    font-family: 'Poppins', sans-serif;
    font-size: 3rem;
}

.display-4 {
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
}

.display-5 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
}

.display-7 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.06rem;
}

/* ---- 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: 768px) {
    .display-1 {
        font-size: 3.4rem;
        font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
    }

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

    .display-4 {
        font-size: 0.7rem;
        font-size: calc( 0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20))));
    }

    .display-5 {
        font-size: 1.2rem;
        font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
    }
}

/* Buttons */
.btn {
    font-weight: 500;
    border-width: 2px;
    font-style: normal;
    letter-spacing: 1px;
    margin: .4rem .8rem;
    white-space: normal;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 1rem 3rem;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
}

.btn .mbr-iconfont {
    font-size: 1.6rem;
}

.btn-sm {
    font-weight: 500;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 0.6rem 1.5rem;
    border-radius: 3px;
}

.btn-md {
    font-weight: 500;
    letter-spacing: 1px;
    margin: .4rem .8rem !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 1rem 3rem;
    border-radius: 3px;
}

.btn-lg {
    font-weight: 500;
    letter-spacing: 1px;
    margin: .4rem .8rem !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 1.2rem 3.2rem;
    border-radius: 3px;
}

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

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

.bg-info {
    background-color: #7237a2 !important;
}

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

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

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

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

.btn-primary:before {
    background-color: #0b2639 !important;
}

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

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

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
    color: #ffffff !important;
    background-color: #e5524e !important;
    border-color: #e5524e !important;
}

.btn-secondary:before {
    background-color: #c9221e !important;
}

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

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

.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
    color: #ffffff !important;
    background-color: #7237a2 !important;
    border-color: #7237a2 !important;
}

.btn-info:before {
    background-color: #4a2469 !important;
}

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

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

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

.btn-success:before {
    background-color: #7a55bc !important;
}

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

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

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
    color: #ffffff !important;
    background-color: #a2a2a2 !important;
    border-color: #a2a2a2 !important;
}

.btn-warning:before {
    background-color: #7c7c7c !important;
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #ffffff !important;
    background-color: #7c7c7c !important;
    border-color: #7c7c7c !important;
}

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

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
    color: #707070 !important;
    background-color: #efefef !important;
    border-color: #efefef !important;
}

.btn-danger:before {
    background-color: #c9c9c9 !important;
}

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

.btn-white {
    color: #333333 !important;
}

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

.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
    color: #808080 !important;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}

.btn-white:before {
    background-color: #d9d9d9 !important;
}

.btn-white.disabled,
.btn-white:disabled {
    color: #808080 !important;
    background-color: #d9d9d9 !important;
    border-color: #d9d9d9 !important;
}

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

.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
    color: #ffffff !important;
    background-color: #333333 !important;
    border-color: #333333 !important;
}

.btn-black:before {
    background-color: #0d0d0d !important;
}

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

.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
    background: none;
    border-color: #071824;
    color: #071824;
}

.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
    color: #ffffff;
    border-color: #185179;
}

.btn-primary-outline:before {
    background-color: #185179;
}

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

.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
    background: none;
    border-color: #b31e1a;
    color: #b31e1a;
}

.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
    color: #ffffff;
    border-color: #e5524e;
}

.btn-secondary-outline:before {
    background-color: #e5524e;
}

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

.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
    background: none;
    border-color: #3c1d56;
    color: #3c1d56;
}

.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
    color: #ffffff;
    border-color: #7237a2;
}

.btn-info-outline:before {
    background-color: #7237a2;
}

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

.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
    background: none;
    border-color: #6d46b2;
    color: #6d46b2;
}

.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
    color: #ffffff;
    border-color: #a58cd2;
}

.btn-success-outline:before {
    background-color: #a58cd2;
}

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

.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
    background: none;
    border-color: #6f6f6f;
    color: #6f6f6f;
}

.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
    color: #ffffff;
    border-color: #a2a2a2;
}

.btn-warning-outline:before {
    background-color: #c52525;
}

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

.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
    background: none;
    border-color: #bcbcbc;
    color: #bcbcbc;
}

.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
    color: #707070;
    border-color: #efefef;
}

.btn-danger-outline:before {
    background-color: #efefef;
}

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

.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
    background: none;
    border-color: #000000;
    color: #000000;
}

.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
    color: #ffffff;
    border-color: #333333;
}

.btn-black-outline:before {
    background-color: #333333;
}

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

.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
    background: none;
    border-color: #ffffff;
    color: #ffffff;
}

.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
    color: #333333;
    border-color: #ffffff;
}

.btn-white-outline:before {
    background-color: #ffffff;
}

.btn-bgr {
    position: relative;
    transition: border 0.3s ease-in-out, color 0.5s;
    -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}

.btn-bgr span {
    position: relative;
    z-index: 12;
}

.btn-bgr:before {
    content: ' ';
    position: absolute;
    top: -2px;
    left: -2px;
    right: 105%;
    bottom: -2px;
    transition: right 0.3s ease-in-out;
    z-index: -1;
    border-radius: 100px;
}

.btn-bgr:hover:before {
    right: -2px;
}

.btn-underline {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: color 0.2s ease-out;
}

.btn-underline:before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #185179;
    -webkit-transition: width 0.2s ease-out;
    -moz-transition: width 0.2s ease-out;
    transition: width 0.2s ease-out;
}

.btn-underline:hover:before {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alert-info {
    background-color: #7237a2;
}

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

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

.mbr-section-btn a.btn:not(.btn-form) {
    border-radius: 100px;
}

.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}

.mbr-gallery-filter li a {
    border-radius: 100px !important;
}

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

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

.nav-tabs .nav-link {
    border-radius: 100px !important;
}

.btn-form {
    border-radius: 0;
}

.btn-form:hover {
    cursor: pointer;
}

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

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

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

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

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

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

/* Scroll to top button*/
#scrollToTop a {
    border-radius: 100px;
}

#scrollToTop a i:before {
    content: '';
    position: absolute;
    height: 40%;
    top: 25%;
    background: #fff;
    width: 2px;
    left: calc(50% - 1px);
}

#scrollToTop a i:after {
    content: '';
    position: absolute;
    display: block;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 40%;
    height: 40%;
    left: 30%;
    bottom: 30%;
    transform: rotate(135deg);
}

/* Others*/
.note-check a[data-value=Rubik] {
    font-style: normal;
}

.mbr-arrow a {
    color: #ffffff;
}

@media (max-width: 767px) {
    .mbr-arrow {
        display: none;
    }
}

.form-control-label {
    position: relative;
    cursor: pointer;
    margin-bottom: .357em;
    padding: 0;
}

.alert {
    color: #ffffff;
    border-radius: 0;
    border: 0;
    font-size: .875rem;
    line-height: 1.5;
    margin-bottom: 1.875rem;
    padding: 1.25rem;
    position: relative;
}

.alert.alert-form::after {
    background-color: inherit;
    bottom: -7px;
    content: "";
    display: block;
    height: 14px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    transform: rotate(45deg);
    width: 14px;
}

.form-control {
    background-color: #f5f5f5;
    box-shadow: none;
    color: #565656;
    font-family: 'Roboto', sans-serif;
    font-size: 1.06rem;
    font-weight: 300;
    line-height: 1.43;
    min-height: 3.5em;
    padding: 1.07em .5em;
}

.form-control > .mbr-iconfont {
    font-size: 1.696rem;
}

.form-control,
.form-control:focus {
    border: 1px solid #e8e8e8;
}

.form-active .form-control:invalid {
    border-color: red;
}

.mbr-overlay {
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

blockquote {
    font-style: italic;
    padding: 10px 0 10px 20px;
    font-size: 1.09rem;
    position: relative;
    border-color: #185179;
    border-width: 3px;
}

ul,
ol,
pre,
blockquote {
    margin-bottom: 2.3125rem;
}

pre {
    background: #f4f4f4;
    padding: 10px 24px;
    white-space: pre-wrap;
}

.inactive {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    -webkit-user-drag: none;
    user-drag: none;
}

.mbr-section__comments .row {
    justify-content: center;
}

/* Forms */
.mbr-form .btn {
    margin: .4rem 0;
}

.mbr-form .input-group-btn a.btn {
    border-radius: 100px !important;
}

.mbr-form .input-group-btn a.btn:hover {
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}

.mbr-form .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
    padding: 1rem 3rem;
}

.mbr-form .input-group-btn button[type="submit"]:hover {
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}

.form2 .form-control {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

.form2 .input-group-btn a.btn {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.form2 .input-group-btn button[type="submit"] {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.form3 input[type="email"] {
    border-radius: 100px !important;
}

@media (max-width: 349px) {
    .form2 input[type="email"] {
        border-radius: 100px !important;
    }

    .form2 .input-group-btn a.btn {
        border-radius: 100px !important;
    }

    .form2 .input-group-btn button[type="submit"] {
        border-radius: 100px !important;
    }
}

@media (max-width: 767px) {
    .btn {
        font-size: .75rem !important;
    }

    .btn .mbr-iconfont {
        font-size: 1rem !important;
    }
}

/* Social block */
.btn-social {
    font-size: 20px;
    border-radius: 50%;
    padding: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    position: relative;
    border: 2px solid #c0a375;
    border-color: #185179;
    color: #232323;
    cursor: pointer;
}

.btn-social i {
    top: 0;
    line-height: 44px;
    width: 44px;
}

.btn-social:hover {
    color: #fff;
    background: #185179;
}

.btn-social + .btn {
    margin-left: .1rem;
}

/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
    background: #185179;
}

.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
    color: #185179;
}

.footer3 input[type="email"],
.footer4 input[type="email"] {
    border-radius: 100px !important;
}

.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
    border-radius: 100px !important;
}

.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
}

/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
    border-radius: 100px;
}

.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
    border-radius: 100px;
}

.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
    border-radius: 100px;
}

.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
    border-radius: 100px;
}

.header13 .form-inline button,
.header14 .form-inline button {
    border-radius: 100px !important;
}

/* Content */
.content11 .counter-container div .counter {
    background: #185179;
}

.content11 .counter-container div .counter {
    border-radius: 50%;
}

/*Menu*/
.display-1 > .mbr-iconfont {
    font-size: 6.8rem;
}

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

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

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

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

.display-7 {
    font-weight: 300;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
    bottom: initial !important;
}

html,
body {
    height: auto;
    min-height: 100vh;
}

.dropup .dropdown-toggle::after {
    display: none;
}

.cid-qLxSYg1WVn .navbar {
    min-height: 77px;
    transition: all .3s;
    background: #ffffff;
}

.cid-qLxSYg1WVn .navbar.opened {
    transition: all .3s;
    background: #ffffff !important;
}

.cid-qLxSYg1WVn .navbar .dropdown-item {
    transition: all .3s;
    padding: .3rem 1.5rem;
    border-bottom: 1px solid #2b2b2b;
    color: #ffffff !important;
    background: #444444 !important;
}

.cid-qLxSYg1WVn .navbar .dropdown-item:hover {
    padding-left: 2rem;
}

.cid-qLxSYg1WVn .navbar .dropdown-item:focus border {
    outline: none;
}

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

.cid-qLxSYg1WVn .navbar .dropdown-menu {
    width: 100%;
    padding: 3px 0 0 0;
    background: transparent !important;
}

.cid-qLxSYg1WVn .navbar .dropdown-menu > .dropdown-item:first-child {
    border-top: 2px solid #185179;
}

.cid-qLxSYg1WVn .navbar .dropdown-menu .dropdown-submenu {
    padding-top: 0px;
}

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

.cid-qLxSYg1WVn .navbar.collapsed .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    border-top: none !important;
    background: transparent !important;
}

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

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

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

.cid-qLxSYg1WVn .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
}

.cid-qLxSYg1WVn .navbar.collapsed .nav-dropdown .link {
    margin: 0.667em 1.667em;
}

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

.cid-qLxSYg1WVn .navbar.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
}

.cid-qLxSYg1WVn .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
    border-top: none;
}

@media (max-width: 991px) {
    .cid-qLxSYg1WVn .navbar.opened .dropdown-menu {
        top: 0;
    }

    .cid-qLxSYg1WVn .navbar .dropdown-menu {
        width: auto;
        padding: 1rem 0 1rem 0;
        background: transparent !important;
        border-top: none !important;
    }

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

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

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

    .cid-qLxSYg1WVn .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
        padding: 0.667em 1.667em;
    }

    .cid-qLxSYg1WVn .navbar .nav-dropdown .link {
        margin: 0.667em 1.667em;
    }

    .cid-qLxSYg1WVn .navbar .navbar-logo img {
        height: 3.8rem !important;
    }

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

    .cid-qLxSYg1WVn .navbar .dropdown-menu .dropdown-item {
        padding: .25rem 1.5rem;
        text-align: center;
        border-bottom: none !important;
        background: transparent !important;
        color: inherit !important;
    }

    .cid-qLxSYg1WVn .navbar .dropdown-menu .dropdown-item:first-child {
        border-top: none;
    }

    .cid-qLxSYg1WVn .navbar .navbar-brand {
        flex-shrink: initial;
        flex-basis: auto;
        word-break: break-word;
    }

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

.cid-qLxSYg1WVn .navbar.navbar-short {
    background: #ffffff !important;
    min-height: 60px;
}

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

.cid-qLxSYg1WVn .navbar.navbar-short .navbar-brand {
    padding: 0;
}

.cid-qLxSYg1WVn .navbar-brand {
    flex-shrink: 0;
    align-items: center;
    margin-right: 0;
    padding: 0;
    transition: all .3s;
    word-break: break-word;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

.cid-qLxSYg1WVn .navbar-buttons {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.cid-qLxSYg1WVn .navbar-dropdown {
    padding: .5rem 1rem;
    position: fixed;
}

.cid-qLxSYg1WVn a.nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    letter-spacing: 2px;
}

.cid-qLxSYg1WVn .mbr-iconfont {
    font-size: 1.5rem;
    padding-right: .5rem;
}

.cid-qLxSYg1WVn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 1.667em 1.667em;
}

.cid-qLxSYg1WVn .nav-dropdown .link {
    margin: 1.667em 1.667em;
}

.cid-qLxSYg1WVn .nav-link:hover,
.cid-qLxSYg1WVn .dropdown-item:hover {
    color: #e5524e !important;
}

.cid-qLxWeCsmxF .modal-body .close {
    background: #1b1b1b;
}

.cid-qLxWeCsmxF .modal-body .close span {
    font-style: normal;
}

.cid-qLxWeCsmxF .carousel-inner > .active,
.cid-qLxWeCsmxF .carousel-inner > .next,
.cid-qLxWeCsmxF .carousel-inner > .prev {
    display: table;
}

.cid-qLxWeCsmxF .carousel-control .icon-next,
.cid-qLxWeCsmxF .carousel-control .icon-prev {
    margin-top: -18px;
    font-size: 40px;
    line-height: 27px;
}

.cid-qLxWeCsmxF .carousel-control:hover {
    background: #1b1b1b;
    color: #fff;
    opacity: 1;
}

@media (max-width: 767px) {
    .cid-qLxWeCsmxF .container .carousel-control {
        margin-bottom: 0;
    }
}

.cid-qLxWeCsmxF .boxed-slider {
    position: relative;
    padding: 93px 0;
}

.cid-qLxWeCsmxF .boxed-slider > div {
    position: relative;
}

.cid-qLxWeCsmxF .container img {
    width: 100%;
}

.cid-qLxWeCsmxF .container img + .row {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.cid-qLxWeCsmxF .mbr-section {
    padding: 0;
    background-attachment: scroll;
}

.cid-qLxWeCsmxF .mbr-table-cell {
    padding: 0;
}

.cid-qLxWeCsmxF .container .carousel-indicators {
    margin-bottom: 3px;
}

.cid-qLxWeCsmxF .carousel-caption {
    top: 50%;
    right: 0;
    bottom: auto;
    left: 0;
    display: flex;
    align-items: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cid-qLxWeCsmxF .mbr-overlay {
    z-index: 1;
}

.cid-qLxWeCsmxF .container-slide.container {
    width: 100%;
    min-height: 100vh;
    padding: 0;
}

.cid-qLxWeCsmxF .carousel-item {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -o-transition: -o-transform 0.6s ease-in-out;
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

@media (max-width: 576px) {
    .cid-qLxWeCsmxF .carousel-item .container {
        width: 100%;
    }
}

.cid-qLxWeCsmxF .carousel-item-next.carousel-item-left,
.cid-qLxWeCsmxF .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.cid-qLxWeCsmxF .active.carousel-item-right,
.cid-qLxWeCsmxF .carousel-item-next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.cid-qLxWeCsmxF .active.carousel-item-left,
.cid-qLxWeCsmxF .carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.cid-qLxWeCsmxF .mbr-slider .carousel-control {
    top: 50%;
    width: 35px;
    height: 35px;
    margin-top: -1.5rem;
    font-size: 35px;
    background-color: rgba(0, 0, 0, 0.5);
    border: 2px solid #fff;
    border-radius: 50%;
    transition: all .3s;
}

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

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

.cid-qLxWeCsmxF .mbr-slider .carousel-control .mbr-iconfont {
    font-size: 2rem;
}

@media (max-width: 767px) {
    .cid-qLxWeCsmxF .mbr-slider .carousel-control {
        top: auto;
        bottom: 1rem;
    }
}

.cid-qLxWeCsmxF .mbr-slider .carousel-indicators {
    position: absolute;
    bottom: 0;
    margin-bottom: 1.5rem !important;
}

.cid-qLxWeCsmxF .mbr-slider .carousel-indicators li {
    max-width: 15px;
    width: 15px;
    height: 15px;
    max-height: 15px;
    margin: 3px;
    background-color: #e1e1e1;
    border: 2px solid #e1e1e1;
    border-radius: 50%;
    opacity: .5;
    transition: all .3s;
}

.cid-qLxWeCsmxF .mbr-slider .carousel-indicators li.active,
.cid-qLxWeCsmxF .mbr-slider .carousel-indicators li:hover {
    opacity: .9;
}

.cid-qLxWeCsmxF .mbr-slider .carousel-indicators li::after,
.cid-qLxWeCsmxF .mbr-slider .carousel-indicators li::before {
    content: none;
}

.cid-qLxWeCsmxF .mbr-slider .carousel-indicators.ie-fix {
    left: 50%;
    display: block;
    width: 60%;
    margin-left: -30%;
    text-align: center;
}

@media (max-width: 576px) {
    .cid-qLxWeCsmxF .mbr-slider .carousel-indicators {
        display: none !important;
    }
}

.cid-qLxWeCsmxF .mbr-slider > .container img {
    width: 100%;
}

.cid-qLxWeCsmxF .mbr-slider > .container img + .row {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    z-index: 2;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cid-qLxWeCsmxF .mbr-slider > .container .carousel-indicators {
    margin-bottom: 3px;
}

@media (max-width: 576px) {
    .cid-qLxWeCsmxF .mbr-slider > .container .carousel-control {
        margin-bottom: 0;
    }
}

.cid-qLxWeCsmxF .mbr-slider .mbr-section {
    padding: 0;
    background-attachment: scroll;
}

.cid-qLxWeCsmxF .mbr-slider .mbr-table-cell {
    padding: 0;
}

.cid-qLxWeCsmxF .carousel-item .container.container-slide {
    position: initial;
    width: auto;
    min-height: 0;
}

.cid-qLxWeCsmxF .full-screen .slider-fullscreen-image {
    min-height: 100vh;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.cid-qLxWeCsmxF .full-screen .slider-fullscreen-image.active {
    display: -o-flex;
}

.cid-qLxWeCsmxF .full-screen .container {
    width: auto;
    padding-right: 0;
    padding-left: 0;
}

.cid-qLxWeCsmxF .full-screen .carousel-item .container.container-slide {
    min-width: 100%;
    min-height: 100vh;
    padding: 0;
}

.cid-qLxWeCsmxF .full-screen .carousel-item .container.container-slide img {
    display: none;
}

.cid-qLxWeCsmxF .mbr-background-video-preview {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.cid-qLxWeCsmxF .mbr-overlay ~ .container-slide {
    z-index: auto;
}

.cid-qLxWeCsmxF P {
    text-align: center;
    color: #feffe3;
}

.cid-qMvkkQnWFo {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #efefef;
}

.cid-qMvkkQnWFo .carousel-item {
    justify-content: center;
}

.cid-qMvkkQnWFo .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
}

.cid-qMvkkQnWFo .carousel-controls a span {
    position: absolute;
    top: 180px;
    padding: 4px;
    border-radius: 50%;
    color: #585858;
    background: #c8c6c6;
    opacity: .5;
}

.cid-qMvkkQnWFo .carousel-controls a:hover span {
    opacity: 1;
}

.cid-qMvkkQnWFo .user_image {
    width: 200px;
    height: 200px;
    margin-bottom: 1.6rem;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto 2rem auto;
}

.cid-qMvkkQnWFo .user_image img {
    width: 100%;
    min-width: 100%;
    min-height: 100%;
}

@media (max-width: 230px) {
    .cid-qMvkkQnWFo .user_image {
        width: 100%;
        height: auto;
    }
}

.cid-qMvkkQnWFo .user_text {
    color: #185179;
}

.cid-qMvkkQnWFo H2 {
    color: #185179;
}

.cid-qMvkkQnWFo .user_text B {
    color: #185179;
}

.cid-qMvkkQnWFo .user_name I {
    color: #185179;
}

.cid-qMvkkQnWFo .user_desk {
    color: #185179;
}

.cid-qLygvhaFeK {
    background-image: url("../../../assets/images/the-twins-pic-1-1627x929.jpg");
}

.cid-qLygvhaFeK .media-container-column .btn-bgr {
    z-index: 0;
}

.cid-qLygvhaFeK .mbr-media span {
    font-size: 26px;
    cursor: pointer;
    background-color: rgba(138, 165, 184, 0.25);
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    position: relative;
    display: inline-block;
    transition: all 0.25s;
    color: #ffffff;
}

.cid-qLygvhaFeK .mbr-media span.mbri-play:before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-35%);
    -moz-transform: translateX(-35%);
    -ms-transform: translateX(-35%);
    -o-transform: translateX(-35%);
    transform: translateX(-35%);
}

.cid-qLygvhaFeK .modalWindow {
    position: fixed;
    z-index: 5000;
    left: 0;
    top: 0;
    background-color: rgba(61, 61, 61, 0.65);
    width: 100%;
    height: 100%;
}

.cid-qLygvhaFeK .modalWindow .modalWindow-container {
    display: table-cell;
    vertical-align: middle;
}

.cid-qLygvhaFeK .modalWindow .modalWindow-video {
    height: calc(44.9943757vw);
    width: 80vw;
    margin: 0 auto;
}

.cid-qLygvhaFeK a.close {
    position: absolute;
    right: 4vw;
    top: 4vh;
    color: #ffffff;
    z-index: 5000000;
    font-size: 37px;
    background: #000;
    padding: 20px;
    border-radius: 50%;
}

.cid-qLygvhaFeK a.close:hover {
    color: #ffffff;
}

.cid-qLCIvI0Pt7 {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #efefef;
}

.cid-qLCIvI0Pt7 .text-content .btn-bgr {
    z-index: 0;
}

.cid-qLCIvI0Pt7 .mbr-overlay {
    background: linear-gradient(90deg, #d6173f, #4284df);
}

.cid-qLCIvI0Pt7 h3 {
    color: #ffffff;
    font-weight: 300;
}

.cid-qLCIvI0Pt7 p {
    color: #ffffff;
}

.cid-qLCIvI0Pt7 h2 {
    color: #ffffff;
}

.cid-qLCIvI0Pt7 .text-content {
    padding: 2rem 0rem;
    background-color: #efefef;
}

.cid-qLCIvI0Pt7 .mbr-section-btn {
    margin-left: -0.8rem;
}

.cid-qLCIvI0Pt7 .media-container-row {
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (max-width: 767px) {
    .cid-qLCIvI0Pt7 .mbr-text {
        text-align: center;
    }
}

@media (max-width: 991px) {
    .cid-qLCIvI0Pt7 .text-content {
        margin-bottom: 2rem;
    }
}

.cid-qLCIvI0Pt7 P {
    color: #185179;
}

.cid-qLCIvI0Pt7 .mbr-section-btn,
.cid-qLCIvI0Pt7 .mbr-section-title {
    color: #185179;
}

.cid-qLCIvI0Pt7 .mbr-section-btn,
.cid-qLCIvI0Pt7 .mbr-section-title B {
    color: #185179;
}

.cid-qM5QYqEn0w {
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: #185179;
}

@media (max-width: 767px) {
    .cid-qM5QYqEn0w .content {
        text-align: center;
    }

    .cid-qM5QYqEn0w .content > div:not(:last-child) {
        margin-bottom: 2rem;
    }
}

.cid-qM5QYqEn0w .img-logo img {
    height: 6rem;
}

.cid-qM5QYqEn0w .block .form-control {
    padding: 1.07em 1.07em;
}

.cid-qM5QYqEn0w .input {
    margin-bottom: 1rem;
}

.cid-qM5QYqEn0w [type="email"] {
    font-size: .75rem;
    margin-bottom: 5px;
    text-align: center;
    min-width: 150px;
}

.cid-qM5QYqEn0w .input-group-btn {
    display: inline-block;
}

.cid-qM5QYqEn0w .input-group-btn a.btn {
    margin: 0 !important;
}

.cid-qM5QYqEn0w .input-group {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.cid-qM5QYqEn0w [type="submit"] {
    padding: .75rem 1.5625rem !important;
    text-transform: none;
}

.cid-qM5QYqEn0w .social-list {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.cid-qM5QYqEn0w .social-list .mbr-iconfont-social {
    font-size: 1.3rem;
    color: #fff;
}

.cid-qM5QYqEn0w .social-list .soc-item {
    margin: 0 .5rem;
}

.cid-qM5QYqEn0w .social-list a {
    margin: 0;
    opacity: .5;
    -webkit-transition: .2s linear;
    transition: .2s linear;
}

.cid-qM5QYqEn0w .social-list a:hover {
    opacity: 1;
}

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

@media (max-width: 767px) {
    .cid-qM5QYqEn0w .footer-lower .copyright {
        margin-bottom: 1rem;
        text-align: center;
    }
}

.cid-qM5QYqEn0w .footer-lower hr {
    margin: 1rem 0;
    border-color: #fff;
    opacity: .05;
}

.cid-qM5QYqEn0w form .input-group input.form-control,
.cid-qM5QYqEn0w form .input-group-btn .btn {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.cid-qMGH1H7Euk {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #efefef;
}

.cid-qMGH1H7Euk p {
    text-align: center;
    font-size: small;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.cid-qMGH1H7Euk .mbr-iconfont-social {
    font-size: 1.5rem;
    color: #ffffff;
}

.cid-qMGH1H7Euk .btn-underline:hover {
    color: #505050;
}

.cid-qMGH1H7Euk .btn-underline:before {
    background-color: #505050;
}

.cid-qMGH1H7Euk .social-list a:focus {
    text-decoration: none;
}

.cid-qMGH1H7Euk .text-copyright {
    width: 100%;
    color: #185179;
}

.cid-qMGH1H7Euk .img-logo-footer {
    margin-right: 1rem;
    max-width: 5rem;
}

.cid-qMGH1H7Euk .text-logo-footer {
    display: inline-block;
    vertical-align: middle;
}

.cid-qMGH1H7Euk .logo-footer {
    line-height: normal;
}

.cid-qMGH1H7Euk .copyright {
    display: flex;
    align-items: center;
}

.cid-qMGH1H7Euk .social-btns {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cid-qMGH1H7Euk .mbr-section-btn {
    font-size: 16px;
}

.cid-qMGH1H7Euk .mbr-section-btn a {
    margin: 0 1rem 0.5rem;
}
