@import url(https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&display=swap);
.btn {
    border-width: 2px;
}

body {
    font-family: Nunito;
}

.display-1 {
    font-family: 'Nunito', sans-serif;
    font-size: 3.2rem;
    line-height: 1;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9);
    border-bottom: 2px solid #000;
}

#video01-1 {
    margin-top: 6%;
}

@media (min-width: 1500px) {
    #video01-1 {
        margin-top: 6%;
    }
}

.navbar {
    padding-left: 2%;
    padding-right: 5%;
}

.tinfo {
    padding: 2% 3% !important;
    margin: -6% 0% 0% -3%;
}

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

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

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

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

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

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

.display-51 {
    font-family: 'Nunito', sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
}

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

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

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


/* ---- 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: 4.16rem;
    }
}

@media (max-width: 768px) {
    .display-1 {
        font-size: 3.64rem;
        font-size: calc( 2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.1 * (2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((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.8rem;
        font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
    }
    .display-5 {
        font-size: 1.12rem;
        font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
    }
    .display-7 {
        font-size: 1rem;
        font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
    }
}


/* Buttons */

.btn-primary,
.btn-primary:active {
    color: #3c71d3 !important;
    background-color: #071a7f !important;
    border-color: #071a7f !important;
}

.btn-primary:active,
.btn-primary:active:active {
    color: #3c71d3 !important;
}

.btn-primary:hover,
.btn-primary:active:hover,
.btn-primary:focus,
.btn-primary:active:focus {
    background: white!important;
    border-color: white!important;
    color: #3c71d3 !important;
}

.btn-secondary,
.btn-secondary:active {
    color: white!important;
    background-color: #3c71d3 !important;
    border-color: #3c71d3 !important;
}

.btn-secondary:hover,
.btn-secondary:active:hover,
.btn-secondary:focus,
.btn-secondary:active:focus {
    background: #071a7f !important;
    border-color: #010931 !important;
    color: #86abff !important;
}

.btn-info,
.btn-info:active {
    color: #3c71d3 !important;
    background-color: #999999 !important;
    border-color: #999999 !important;
}

.btn-info:hover,
.btn-info:active:hover,
.btn-info:focus,
.btn-info:active:focus {
    background-color: #3c71d3 !important;
    border-color: #3c71d3 !important;
    color: white!important;
}

.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: #071a7f !important;
}

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

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

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

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

.btn-primary {
    box-shadow: none!important;
}

.btn-primary,
.btn-primary:active {
    background-color: #071a7f !important;
    border-color: #071a7f !important;
    color: #ffffff;
    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;
    background-color: #02092d;
    border-color: #02092d;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

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

.btn-secondary {
    box-shadow: none!important;
}

.btn-secondary,
.btn-secondary:active {
    background-color: #002871 !important;
    border-color: #3c71d3 !important;
    color: #ffffff;
    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;
    background-color: #224b96;
    border-color: #224b96;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

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

.btn-info {
    box-shadow: none!important;
}

.btn-info,
.btn-info:active {
    background-color: #999999 !important;
    border-color: #999999 !important;
    color: #ffffff;
    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;
    background-color: #6e6e6e;
    border-color: #6e6e6e;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

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

.btn-success {
    box-shadow: none!important;
}

.btn-success,
.btn-success:active {
    background-color: #9ccd7e !important;
    border-color: #9ccd7e !important;
    color: #ffffff;
    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;
    background-color: #6db044;
    border-color: #6db044;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

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

.btn-warning {
    box-shadow: none!important;
}

.btn-warning,
.btn-warning:active {
    background-color: #b97ecd !important;
    border-color: #b97ecd !important;
    color: #ffffff;
    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;
    background-color: #9544b0;
    border-color: #9544b0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

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

.btn-danger {
    box-shadow: none!important;
}

.btn-danger,
.btn-danger:active {
    background-color: #d75959 !important;
    border-color: #d75959 !important;
    color: #ffffff;
    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;
    background-color: #af2a2a;
    border-color: #af2a2a;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

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

.btn-white {
    box-shadow: none!important;
}

.btn-white,
.btn-white:active {
    background-color: #fafafa !important;
    border-color: #fafafa !important;
    color: #7a7a7a;
    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;
    background-color: #cfcfcf;
    border-color: #cfcfcf;
    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 {
    box-shadow: none!important;
}

.btn-black,
.btn-black:active {
    background-color: #232323 !important;
    border-color: #232323 !important;
    color: #ffffff;
    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;
    background-color: #000000;
    border-color: #000000;
    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 {
    color: #071a7f !important;
}

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

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

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

.btn-primary-outline:active {
    color: #071a7f !important;
}

.btn-primary-outline:hover,
.btn-primary-outline:focus {
    border-color: #071a7f !important;
    background: #071a7f !important;
    color: #3c71d3 !important;
}

.btn-secondary-outline {
    color: #3c71d3 !important;
}

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

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

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

.fqs {
    padding: 10% 2% 5% 2%;
}

.fqs h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
}

.fqs p {}

.accordion2 {
    background-color: #102f62;
    color: rgb(255, 255, 255);
    cursor: pointer;
    padding: 10px 5px 10px 25px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    transition: 0.4s;
    margin: .5% 0%;
}

.active2,
.accordion2:hover {
    background-color: #828281;
}

.panel {
    padding: 20px 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}

.btn-secondary-outline:active {
    color: #3c71d3 !important;
}

.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
    border-color: #071a7f !important;
    background: #071a7f !important;
    color: #3c71d3 !important;
}

.btn-info-outline {
    color: #999999 !important;
}

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

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

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

.btn-info-outline:active {
    color: #999999 !important;
}

.btn-info-outline:hover,
.btn-info-outline:focus {
    border-color: #071a7f !important;
    background: #071a7f !important;
    color: #3c71d3 !important;
}

.btn-success-outline {
    color: #9ccd7e !important;
}

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

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

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

.btn-success-outline:active {
    color: #9ccd7e !important;
}

.btn-success-outline:hover,
.btn-success-outline:focus {
    border-color: #071a7f !important;
    background: #071a7f !important;
    color: #3c71d3 !important;
}

.btn-warning-outline {
    color: #b97ecd !important;
}

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

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

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

.btn-warning-outline:active {
    color: #b97ecd !important;
}

.btn-warning-outline:hover,
.btn-warning-outline:focus {
    border-color: #071a7f !important;
    background: #071a7f !important;
    color: #3c71d3 !important;
}

.btn-danger-outline {
    color: #d75959 !important;
}

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

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

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

.btn-danger-outline:active {
    color: #d75959 !important;
}

.btn-danger-outline:hover,
.btn-danger-outline:focus {
    border-color: #071a7f !important;
    background: #071a7f !important;
    color: #3c71d3 !important;
}

.btn-black-outline {
    color: #232323 !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-black-outline:active {
    color: #232323 !important;
}

.btn-black-outline:hover,
.btn-black-outline:focus {
    border-color: #071a7f !important;
    background: #071a7f !important;
    color: #3c71d3 !important;
}

.btn-white-outline {
    color: #fafafa !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;
}

.btn-white-outline:active {
    color: #fafafa !important;
}

.btn-white-outline:hover,
.btn-white-outline:focus {
    border-color: #071a7f !important;
    background: #071a7f !important;
    color: #3c71d3 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.text-black:hover,
a.text-black:focus,
a.text-black.active {
    color: #565656 !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: #071a7f;
}

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

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

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

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

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

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

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

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

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

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

a,
a:hover {
    color: #071a7f;
}

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

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

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

.lab {
    margin-top: 0%;
}

.lbp {
    margin: 2% -6% 0% 6%;
}

.lbp2 {
    margin: 5% 0% 0% 0%;
}


/* Scroll to top button*/

.scrollToTop_wraper {
    display: none;
}

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

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

.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: #071a7f !important;
}

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

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

blockquote {
    border-color: #071a7f;
}


/* Forms */

.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);
}

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

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

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

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

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

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    color: #ffffff !important;
    background: #3c71d3 !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='%23071a7f' %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;
}

.formde {
    background-color: #efefef;
    padding: 3% 2% 2% 2% !important;
    border-radius: 50px;
    margin: 2% 5% 2% 5%;
}

@media screen and (max-width: 992px) {
    .formde {
        background-color: #c5c5c5d9;
        padding: 8% 2% 2% 2% !important;
        border-radius: 50px;
        margin: 15% 0% 2% 0%;
        font-size: 18px;
    }
    .infodemo h4 {
        font-size: 22px;
    }
}

.puntosdem {
    background-color: #e3e3e3;
    padding: 2% 0% 2% 0%;
}

.infodemo {
    background-image: url(../../images/MicrosoftTeams-image.png);
    background-size: cover;
    padding: 8% 0% 4% 0%;
}

.puntosdemb {
    padding: 4% 0% 2% 0%;
}

.viddem {
    padding: 5%;
}

.cid-sxT9aiQ9Z2 {
    padding-top: 7rem;
    padding-bottom: 7rem;
    background-image: url("../../../assets/images/adobestock-301377145-2000x691.jpg");
}

.cid-sxT9aiQ9Z22 {
    padding-top: 8rem;
    padding-bottom: 8rem;
    background-image: url("../../../assets/images/adobestock-301377145-2000x691.jpg");
}

.cid-sxT9aiQ9Z22 .mbr-section-title {
    color: #fff;
    text-align: left;
    font-weight: 600 !important;
    text-shadow: 2px 2px 2px #6d6d6d;
    font-size: 45px;
}

.cid-sxT9aiQ9Z22 .mbr-text,
.cid-sxT9aiQ9Z22 .mbr-section-btn {
    color: #c7dbff;
    text-align: left;
    text-shadow: 1px 1px 2px #2b2b2b;
    font-size: 30px;
}

@media (min-width: 1450px) {
    .cid-sxT9aiQ9Z2 {
        padding-top: 12rem;
        padding-bottom: 12rem;
    }
}

@media (min-width: 1700px) {
    .cid-sxT9aiQ9Z2 {
        padding-top: 15rem;
        padding-bottom: 15rem;
    }
}

.cid-sxT9aiQ9Z2 .row {
    flex-direction: row-reverse;
}

.cid-sxT9aiQ9Z2 .mbr-media span {
    font-size: 2rem;
    transition: all 0.2s;
    color: #071a7f;
    background: #ffffff;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 6px;
}

.cid-sxT9aiQ9Z2 .mbr-media {
    position: relative;
}

.cid-sxT9aiQ9Z2 .mbr-media img {
    min-height: 220px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-top: -12%;
}

@media (max-width: 992px) {
    .cid-sxT9aiQ9Z2 .mbr-media {
        margin-bottom: 2rem;
    }
}

.cid-sxT9aiQ9Z2 .cards {
    display: flex;
    flex-direction: row;
}

@media (max-width: 767px) {
    .cid-sxT9aiQ9Z2 .cards {
        flex-direction: column;
        align-items: center;
    }
}

.cid-sxT9aiQ9Z2 .card-title {
    padding: 0;
    margin: 0;
}

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

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

@media (max-width: 767px) {
    .cid-sxT9aiQ9Z2 .card-wrapper {
        width: fit-content;
    }
}

.cid-sxT9aiQ9Z2 .card-icon {
    font-size: 1.5rem;
    color: currentColor;
    padding-right: 0.8rem;
}

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

.cid-sxT9aiQ9Z2 .image-wrapper img {
    width: 100%;
    object-fit: cover;
}

.cid-sxT9aiQ9Z2 .card-title,
.cid-sxT9aiQ9Z2 .card-icon {
    color: #5b6c8f;
}

.cid-sxT9aiQ9Z2 .mbr-section-title {
    color: #fff;
    text-align: left;
    font-weight: 600 !important;
    text-shadow: 2px 2px 2px #6d6d6d;
}

.cid-sxT9aiQ9Z2 .mbr-text,
.cid-sxT9aiQ9Z2 .mbr-section-btn {
    color: #c7dbff;
    text-align: left;
    text-shadow: 1px 1px 2px #2b2b2b;
}

.cid-sxT9aiQ9Z2 .price-title {
    text-align: center;
    color: #103178;
}

.cid-sxT9aiQ9Z2 .price {
    text-align: center;
    color: #103178;
}

.cid-sxT9aiQ9Z2 .icon-wrap {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.cid-sxT9aiQ9Z2 .mbr-media a:hover {
    background-image: none!important;
}

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

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

.cid-sxT9aiQ9Z2 .modalWindow .modalWindow-video {
    height: calc(43.994376vw);
    width: 95vw;
    /* margin: 0 auto; */
    margin: 2%;
}

.cid-sxT9aiQ9Z2 .close {
    position: fixed;
    opacity: 0.5;
    font-size: 22px;
    font-weight: 300;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #fff;
    top: 2.5rem;
    right: 2.5rem;
    border: 2px solid #fff;
    text-shadow: none;
    z-index: 5;
    transition: opacity 0.3s ease;
    align-items: center;
    justify-content: center;
    display: flex;
}

.cid-sxT9aiQ9Z2 .close:hover {
    opacity: 1;
    background: #000;
    color: #fff;
}

.secvid2 {
    display: block;
}

.secvid1 {
    display: none;
}

@media screen and (min-width: 992px) {
    .secvid2 {
        display: none;
    }
    .secvid1 {
        display: block;
    }
}

.cid-rVs3Gm8Nst {
    padding-top: 6%;
    padding-bottom: 6%;
    background-color: #ffffff;
}

@media (min-width: 1500px) {
    .cid-rVs3Gm8Nst {
        padding-top: 3%;
        padding-bottom: 6%;
        background-color: #ffffff;
    }
}

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

.cid-rVs3Gm8Nst .card1 {
    margin-bottom: 20px;
}

.cid-rVs3Gm8Nst .card2 {
    margin-top: 20px;
}

.cid-rVs3Gm8Nst .card3 {
    margin-bottom: 20px;
}

.cid-rVs3Gm8Nst .card4 {
    margin-top: 20px;
}

.cid-rVs3Gm8Nst .badge {
    display: inline-block;
    border-radius: 10rem;
    padding: 8px 14px 6px 14px;
    color: #071a7f;
    background-color: rgba(132, 138, 189, 0.15);
}

.cid-rVs3Gm8Nst .badge.display-4 {
    font-size: 11px;
    line-height: 1.81;
    letter-spacing: 0.5px;
}

.cid-rVs3Gm8Nst .mbr-section-title {
    color: #353535;
}

.cid-rVs3Gm8Nst .mbr-section-title.display-2 {
    line-height: 1.2;
    font-size: 30px;
}

.cid-rVs3Gm8Nst .mbr-section-subtitle {
    color: #606060;
}

.cid-rVs3Gm8Nst .mbr-section-subtitle.display-5 {
    line-height: 1.45;
}

.cid-rVs3Gm8Nst .mbr-text {
    color: #606060;
}

.cid-rVs3Gm8Nst .mbr-text.display-4 {
    line-height: 1.75;
}

.cid-rVs3Gm8Nst .card .card-wrapper {
    display: flex;
    transition: all 0.3s;
    margin: 7%;
    min-height: 214px;
    margin-bottom: 13px;
    box-shadow: 0px 5px 20px rgb(0 0 0 / 4%) !important;
    border-radius: 4px;
}

@media (max-width: 768px) {
    .cid-rVs3Gm8Nst .card .card-wrapper {
        display: flex;
        transition: all 0.3s;
        margin: 0% -7%;
        min-height: 214px;
        margin-bottom: 13px;
        box-shadow: 0px 5px 20px rgb(0 0 0 / 4%) !important;
        border-radius: 4px;
    }
}

@media (max-width: 576px) {
    .cid-rVs3Gm8Nst .card .card-wrapper {
        display: flex;
        transition: all 0.3s;
        margin: 7%;
        min-height: 214px;
        margin-bottom: 13px;
        box-shadow: 0px 5px 20px rgb(0 0 0 / 4%) !important;
        border-radius: 4px;
    }
}

.cid-rVs3Gm8Nst .card .card-wrapper .card-box {
    padding: 28% 0%;
}

@media (max-width: 768px) {
    .cid-rVs3Gm8Nst .card .card-wrapper .card-box {
        padding: 0% 0%;
    }
}

@media (max-width: 576px) {
    .cid-rVs3Gm8Nst .card .card-wrapper .card-box {
        padding: 0% 0%;
    }
}

.cid-rVs3Gm8Nst .card .card-wrapper .card-box .img-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cid-rVs3Gm8Nst .card .card-wrapper .card-box .img-wrapper .mbr-iconfont {
    display: block;
    font-size: 46px;
    color: #ffffff;
    margin-bottom: 20px;
}

@media (min-width: 1500px) {
    .cid-rVs3Gm8Nst .card .card-wrapper .card-box .img-wrapper .mbr-iconfont {
        display: block;
        font-size: 62px;
        color: #ffffff;
        margin-bottom: 20 px;
    }
}

@media (max-width: 991px) {
    .cid-rVs3Gm8Nst .card .card-wrapper .card-box .img-wrapper .mbr-iconfont {
        display: block;
        font-size: 80px;
        color: #ffffff;
        margin-bottom: 20 px;
    }
}

@media (max-width: 768px) {
    .cid-rVs3Gm8Nst .card .card-wrapper .card-box .img-wrapper .mbr-iconfont {
        display: block;
        font-size: 45px;
        color: #ffffff;
        margin-bottom: 20 px;
    }
}

.cid-rVs3Gm8Nst .card .card-wrapper .card-box .card-subtitle {
    color: #ffffff;
    margin-bottom: 8px;
}

.cid-rVs3Gm8Nst .card .card-wrapper .card-box .card-title {
    font-weight: 600;
    color: #ffffff;
}

.cid-rVs3Gm8Nst .card .card-wrapper .card-box .card-title.display-7 {
    line-height: 1.3;
}

.cid-rVs3Gm8Nst .card .card-wrapper .card-box .mbr-text {
    color: #ffffff;
}

.cid-rVs3Gm8Nst .card .card-wrapper .card-box .mbr-text.display-4 {
    line-height: 1.75;
}

.cid-rVs3Gm8Nst .card .card-wrapper .card-box .link-wrap {
    width: 100%;
}

.cid-rVs3Gm8Nst .card .card-wrapper .card-box .link-wrap .link {
    display: inline-block;
}

.cid-rVs3Gm8Nst .card1 .card-wrapper {
    background-color: #6ec7f2;
}

.cid-rVs3Gm8Nst .card2 .card-wrapper {
    background-color: #3c71d3;
}

.cid-rVs3Gm8Nst .card3 .card-wrapper {
    background-color: #022b47;
}

.cid-rVs3Gm8Nst .card4 .card-wrapper {
    background-color: #29a5ba;
}

@media (min-width: 1500px) {
    .cid-rVs3Gm8Nst .container {
        max-width: 1400px;
    }
}

@media (max-width: 767px) {
    .cid-rVs3Gm8Nst .card-wrapper {
        flex-direction: column;
    }
    .cid-rVs3Gm8Nst .card-box {
        padding: 2rem 1rem;
    }
    .cid-rVs3Gm8Nst .card-box,
    .cid-rVs3Gm8Nst .img-wrapper {
        width: 100%;
    }
    .cid-rVs3Gm8Nst .img-wrapper {
        padding: 4rem 1rem;
    }
}

@media (max-width: 992px) {
    .cid-rVs3Gm8Nst .card {
        margin-bottom: 2rem;
    }
}

.cid-rVs3GI7kkm {
    padding-top: 7%;
    padding-bottom: 7%;
    background-color: #f4f8fa;
}

.cid-rVs3GI7kkm img {
    width: 100%;
}

.cid-rVs3GI7kkm .badge {
    display: inline-block;
    border-radius: 10rem;
    padding: 8px 14px 6px 14px;
    color: #071a7f;
    background-color: rgba(132, 138, 189, 0.15);
    margin-bottom: 26px;
}

.cid-rVs3GI7kkm .badge.display-4 {
    font-size: 11px;
    line-height: 1.81;
    letter-spacing: 0.5px;
}

.cid-rVs3GI7kkm .mbr-section-subtitle {
    color: #999999;
    font-weight: 700;
    margin-bottom: 21px;
}

.cid-rVs3GI7kkm .mbr-section-title {
    margin: 0;
    font-weight: 500;
}

.cid-rVs3GI7kkm .mbr-section-title.display-2 {
    line-height: 1.375;
}

.cid-rVs3GI7kkm .contents {
    margin-top: 36px;
}

.cid-rVs3GI7kkm .contents .content-text {
    color: #606060;
    font-weight: 300;
}

.cid-rVs3GI7kkm .mbr-section-btn {
    margin-top: 8px;
}

.cid-rVs3GI7kkm .mbr-section-btn .btn {
    padding: 18px 26px;
}

.cid-rVs3GI7kkm .mbr-section-btn .btn.display-4 {
    font-size: 13px;
    line-height: 1;
}

.cid-rVs3GI7kkm .mbr-section-btn .btn:hover {
    box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
    -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}

.cid-rVs3GI7kkm .mbr-list {
    margin-top: 20px;
    color: #606060;
}

.cid-rVs3GI7kkm .mbr-list .list {
    list-style-type: none;
    padding-left: 0;
}

.cid-rVs3GI7kkm .mbr-list .list li {
    line-height: 1.75;
}

.cid-rVs3GI7kkm .mbr-list .list li:before {
    font-weight: 900;
    color: #5ca7db;
    display: inline-block;
    content: "✓";
    text-align: center;
    line-height: 1.5em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 25px;
    height: 25px;
}

.cid-rVs3GI7kkm .mbr-section-subtitle,
.cid-rVs3GI7kkm .mbr-section-btn {
    color: #4e4e4e;
}

.cid-rVs3IvIhI2 {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #ffffff;
}

@media (min-width: 1500px) {
    .cid-rVs3IvIhI2 .container {
        max-width: 1400px;
    }
}

.cid-rVs3IvIhI2 .mbr-section-subtitle {
    color: #999999;
    font-weight: 600;
    margin-bottom: 21px;
}

.cid-rVs3IvIhI2 .mbr-section-subtitle.display-4 {
    line-height: 1.375;
}

.cid-rVs3IvIhI2 .main-title {
    margin-bottom: 56px;
    color: #5c5c5c;
}

.cid-rVs3IvIhI2 .badge {
    display: inline-block;
    border-radius: 10rem;
    padding: 8px 14px 6px 14px;
    color: #071a7f;
    background-color: rgba(132, 138, 189, 0.15);
    margin-bottom: 26px;
}

.cid-rVs3IvIhI2 .badge.display-4 {
    font-size: 11px;
    line-height: 1.81;
    letter-spacing: 0.5px;
}

.cid-rVs3IvIhI2 img {
    width: 100%;
}

.cid-rVs3IvIhI2 .card-wrapper {
    background-position: center;
    border-radius: 4px;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s;
    background-size: cover;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center;
}

.cid-rVs3IvIhI2 .card-wrapper .card-count {
    height: 100%;
    margin-right: 25px;
}

.cid-rVs3IvIhI2 .card-wrapper .card-count .icon-count {
    background-color: rgba(132, 138, 189, 0.25);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #848abd;
}

.cid-rVs3IvIhI2 .card-wrapper .card-box {
    height: 100%;
}

.cid-rVs3IvIhI2 .card-wrapper .card-box .card-title {
    color: #404040;
    margin-bottom: 12px;
    font-weight: 600;
}

.cid-rVs3IvIhI2 .card-wrapper .card-box .card-title.display-7 {
    line-height: 1.3;
}

.cid-rVs3IvIhI2 .card-wrapper .card-box .mbr-text {
    color: #606060;
}

.cid-rVs3IvIhI2 .card-wrapper .card-box .mbr-text.display-4 {
    line-height: 1.75;
}

.cid-rVs3IvIhI2 .card-wrapper .card-box .link-wrap {
    width: 100%;
}

.cid-rVs3IvIhI2 .card-wrapper .card-box .link-wrap .link {
    display: inline-block;
}

.cid-rVs3IvIhI2 .card-wrapper .card-box .link-wrap .link a {
    position: relative;
    width: fit-content;
    display: inline-block;
    padding-right: 0.6rem;
    font-weight: 600;
}

.cid-rVs3IvIhI2 .card-wrapper .card-box .link-wrap .link a:before {
    position: absolute;
    transition: all 0.3s;
    right: 0px;
    top: 55%;
    opacity: 0;
    transform: translateY(-50%);
    content: "\e909";
    font-family: 'Moririse2' !important;
    color: currentColor;
    font-size: 0.6rem;
}

.cid-rVs3IvIhI2 .card-wrapper .card-box .link-wrap .link a:hover:before {
    opacity: 1;
    transform: translateX(8px) translateY(-50%);
}

.cid-rVs3IvIhI2 .mbr-section-btn {
    text-align: center;
}

.cid-rVs3IvIhI2 .mbr-section-btn .btn {
    padding: 18px 26px;
    font-weight: 600;
}

.cid-rVs3IvIhI2 .mbr-section-btn .btn.display-4 {
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.5px;
}

.cid-rVs3IvIhI2 .mbr-section-btn .btn-secondary:hover {
    box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}

@media (max-width: 767px) {
    .cid-rVs3IvIhI2 .card-box {
        padding: 1rem;
    }
}

@media (max-width: 767px) {
    .cid-sxT9aiQ9Z22 .mbr-section-title {
        color: #fff;
        text-align: left;
        font-weight: 600 !important;
        text-shadow: 2px 2px 2px #6d6d6d;
        font-size: 35px;
        line-height: 2.5rem;
    }
    .cid-sxT9aiQ9Z22 .mbr-text,
    .cid-sxT9aiQ9Z22 .mbr-section-btn {
        color: #c7dbff;
        text-align: left;
        text-shadow: 1px 1px 2px #2b2b2b;
        font-size: 25px;
        line-height: 2rem;
    }
}

.cid-sxZ1wCTw4N {
    padding-top: 8rem;
    padding-bottom: 8rem;
    background-color: #f4f8fa;
}

.cid-sxZ1wCTw4N .title__block {
    margin-bottom: 65px;
}

.cid-sxZ1wCTw4N .nav-tabs {
    margin-bottom: 105px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    border-bottom: 1px solid #ddebe9;
}

.cid-sxZ1wCTw4N .nav-item {
    min-width: auto;
    margin: 0;
}

.cid-sxZ1wCTw4N .nav-tabs .nav-link {
    box-sizing: border-box;
    color: #003d59;
    font-weight: 700;
    padding: 0 36px 41px;
    border: none;
    border-radius: 0 !important;
    margin: 0;
    border-bottom: 11px solid transparent;
    background-color: transparent;
    transition: all .1s;
}

.cid-sxZ1wCTw4N .nav-tabs .nav-link.active {
    font-weight: 700;
    border: none;
    background-color: transparent;
    border-bottom: 11px solid #071a7f;
}

.cid-sxZ1wCTw4N .card__wrap {
    margin-bottom: 60px;
    display: flex;
}

.cid-sxZ1wCTw4N .card__image {
    display: block;
    max-width: 95px;
    width: 100%;
    text-align: center;
}

.cid-sxZ1wCTw4N .card__image img {
    width: 75%;
    object-fit: cover;
}

.cid-sxZ1wCTw4N .card__content {
    display: block;
    width: 100%;
}

.cid-sxZ1wCTw4N .card__title {
    margin-bottom: 15px;
    font-weight: 600;
}

.cid-sxZ1wCTw4N .card__text {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .cid-sxZ1wCTw4N .title__block {
        margin-bottom: 40px;
    }
    .cid-sxZ1wCTw4N .nav-tabs {
        justify-content: flex-start;
        flex-direction: column;
        align-items: center;
        margin-bottom: 47px;
    }
    .cid-sxZ1wCTw4N .nav-item {
        margin-bottom: 9px;
    }
    .cid-sxZ1wCTw4N .nav-tabs .nav-link {
        padding-bottom: 25px;
    }
    .cid-sxZ1wCTw4N .card__wrap {
        margin-bottom: 40px;
    }
    .cid-sxZ1wCTw4N .card__title {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .cid-sxZ1wCTw4N .card__image {
        text-align: left;
    }
}

@media (max-width: 575px) {
    .cid-sxZ1wCTw4N .card__image {
        max-width: 90px;
    }
    .cid-sxZ1wCTw4N .card__image img {
        width: 70%;
    }
}

.cid-rVs3Kv2A0B {
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #ffffff;
}

.cid-rVs3Kv2A0B .mbr-overlay {
    background-color: #ffffff;
    opacity: 0.4;
}

.cid-rVs3Kv2A0B .form-control,
.cid-rVs3Kv2A0B .field-input {
    padding: 0px 20px;
    min-height: auto;
    background-color: #e7e8ea;
    border-color: #e7e8ea;
    color: #000000;
    transition: 0.4s;
    box-shadow: none;
    outline: none;
    border-radius: 25px;
    height: 50px;
}

.cid-rVs3Kv2A0B .form-control::-webkit-input-placeholder,
.cid-rVs3Kv2A0B .field-input::-webkit-input-placeholder,
.cid-rVs3Kv2A0B .form-control::-webkit-input-placeholder,
.cid-rVs3Kv2A0B .field-input::-webkit-input-placeholder {
    color: #606060;
}

.cid-rVs3Kv2A0B .form-control:-moz-placeholder,
.cid-rVs3Kv2A0B .field-input:-moz-placeholder,
.cid-rVs3Kv2A0B .form-control:-moz-placeholder,
.cid-rVs3Kv2A0B .field-input:-moz-placeholder {
    color: #606060;
}

.cid-rVs3Kv2A0B .form-control:hover,
.cid-rVs3Kv2A0B .field-input:hover,
.cid-rVs3Kv2A0B .form-control:focus,
.cid-rVs3Kv2A0B .field-input:focus {
    background-color: #e7e8ea;
    border-color: #e7e8ea;
    color: #000000;
    box-shadow: none;
    outline: none;
}

.cid-rVs3Kv2A0B .form-control:hover::-webkit-input-placeholder,
.cid-rVs3Kv2A0B .field-input:hover::-webkit-input-placeholder,
.cid-rVs3Kv2A0B .form-control:focus::-webkit-input-placeholder,
.cid-rVs3Kv2A0B .field-input:focus::-webkit-input-placeholder,
.cid-rVs3Kv2A0B .form-control:hover::-webkit-input-placeholder,
.cid-rVs3Kv2A0B .field-input:hover::-webkit-input-placeholder,
.cid-rVs3Kv2A0B .form-control:focus::-webkit-input-placeholder,
.cid-rVs3Kv2A0B .field-input:focus::-webkit-input-placeholder {
    color: #606060;
}

.cid-rVs3Kv2A0B .form-control:hover:-moz-placeholder,
.cid-rVs3Kv2A0B .field-input:hover:-moz-placeholder,
.cid-rVs3Kv2A0B .form-control:focus:-moz-placeholder,
.cid-rVs3Kv2A0B .field-input:focus:-moz-placeholder,
.cid-rVs3Kv2A0B .form-control:hover:-moz-placeholder,
.cid-rVs3Kv2A0B .field-input:hover:-moz-placeholder,
.cid-rVs3Kv2A0B .form-control:focus:-moz-placeholder,
.cid-rVs3Kv2A0B .field-input:focus:-moz-placeholder {
    color: #606060;
}

.cid-rVs3Kv2A0B textarea {
    padding-top: 1rem !important;
    height: 160px !important;
}

.cid-rVs3Kv2A0B .jq-number__spin:hover,
.cid-rVs3Kv2A0B .jq-number__spin:focus {
    background-color: #e7e8ea;
    border-color: #e7e8ea;
    color: #ffffff;
    box-shadow: none;
    outline: none;
}

.cid-rVs3Kv2A0B .jq-number__spin {
    background-color: #e7e8ea;
    border-color: #e7e8ea;
    color: #000000;
    transition: 0.4s;
    box-shadow: none;
    outline: none;
}

.cid-rVs3Kv2A0B .jq-selectbox li,
.cid-rVs3Kv2A0B .jq-selectbox li {
    background-color: #e7e8ea;
    color: #000000;
}

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

.cid-rVs3Kv2A0B .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-rVs3Kv2A0B .jq-number__spin.minus:hover:after,
.cid-rVs3Kv2A0B .jq-number__spin.plus:hover:after {
    border-top-color: #e7e8ea;
    border-bottom-color: #e7e8ea;
}

.cid-rVs3Kv2A0B .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-rVs3Kv2A0B .jq-number__spin.minus:after,
.cid-rVs3Kv2A0B .jq-number__spin.plus:after {
    border-top-color: #e7e8ea;
    border-bottom-color: #e7e8ea;
}

.cid-rVs3Kv2A0B input::-webkit-clear-button {
    display: none;
}

.cid-rVs3Kv2A0B input::-webkit-inner-spin-button {
    display: none;
}

.cid-rVs3Kv2A0B input::-webkit-outer-spin-button {
    display: none;
}

.cid-rVs3Kv2A0B input::-webkit-calendar-picker-indicator {
    display: none;
}

.cid-rVs3Kv2A0B .badge {
    display: inline-block;
    border-radius: 10rem;
    padding: 8px 14px 6px 14px;
    color: #071a7f;
    background-color: rgba(132, 138, 189, 0.15);
    margin-bottom: 26px;
}

.cid-rVs3Kv2A0B .badge.display-4 {
    font-size: 11px;
    line-height: 1.81;
    letter-spacing: 0.5px;
}

.cid-rVs3Kv2A0B .mbr-section-title {
    color: #404040;
}

.cid-rVs3Kv2A0B .mbr-section-title.display-2 {
    line-height: 1.375;
}

.cid-rVs3Kv2A0B .mbr-section-subtitle {
    color: #999999;
    font-weight: 600;
    margin-bottom: 21px;
}

.cid-rVs3Kv2A0B .mbr-text {
    color: #606060;
}

.cid-rVs3Kv2A0B .btn {
    padding: 18px 26px;
    border-radius: 30px;
}

.cid-rVs3Kv2A0B .btn.display-4 {
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.5px;
}

.cid-rVs3Kv2A0B .required {
    width: 100%;
    color: #808080;
}

.cid-rVs3Kv2A0B img {
    width: 100%;
}

.cid-rVs3Kv2A0B .counter {
    top: 45%;
    left: 10%;
}

.cid-rVs3Kv2A0B .counter .full-circle {
    background-color: #071a7f;
    display: inline-block;
    border-radius: 50%;
    min-width: 100px;
    min-height: 100px;
    padding: 24px;
    text-align: center;
    white-space: nowrap;
}

.cid-rVs3Kv2A0B .counter .full-circle::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    padding-top: 100%;
    height: 0;
}

.cid-rVs3Kv2A0B .counter .full-circle .full-circle-inner {
    display: inline-block;
    color: white;
    vertical-align: middle;
    font-size: 1rem !important;
}

.cid-rVs3Kv2A0B .counter .full-circle .full-circle-inner .circle-text {
    color: #ffffff;
    margin-bottom: 0;
}

@media (max-width: 650px) {
    .cid-rVs3Kv2A0B .counter {
        top: 25%;
        left: -2%;
    }
    .cid-rVs3Kv2A0B .counter .full-circle {
        background-color: #071a7f;
        display: inline-block;
        border-radius: 50%;
        min-width: 100px;
        min-height: 100px;
        padding: 12px;
        text-align: center;
        white-space: nowrap;
    }
    .full-circle-inner p {
        font-size: 12px;
    }
}

@media (max-width: 992px) {
    .cid-rVs3Kv2A0B img {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .cid-rVs3Kv2A0B .required {
        text-align: center;
    }
}

.cid-rVs3KZbQy4 .google-map {
    height: 30rem;
    position: relative;
}

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

.cid-rVs3KZbQy4 .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-rVs3KZbQy4 .google-map[data-state] {
    background: #e9e5dc;
}

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

.cid-rVs3Lutwi8 {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #102f62;
}

.cid-rVs3Lutwi8 ul {
    padding: 0;
    margin: 0;
}

.cid-rVs3Lutwi8 ul li {
    list-style: none;
}

.cid-rVs3Lutwi8 ul li h4 {
    margin: 0;
}

.cid-rVs3Lutwi8 ul li h4.display-4 {
    line-height: 1.75;
}

.cid-rVs3Lutwi8 .item {
    color: #cacaca;
}

.cid-rVs3Lutwi8 .col-title {
    color: #ffffff;
}

.cid-rVs3Lutwi8 .col-title.display-2 {
    font-size: 2.1rem;
}

.cid-rVs3Lutwi8 .col-title1 {
    margin-bottom: 40px;
}

.cid-rVs3Lutwi8 .form-group,
.cid-rVs3Lutwi8 .mbr-section-btn {
    margin: 0;
    padding: 0;
    display: -webkit-flex;
}

.cid-rVs3Lutwi8 .form-control {
    display: inline-block;
    border: none;
    border-radius: 25px;
    width: 100%;
    padding: 0 25px;
    background: rgba(255, 255, 255, 0.07);
    color: #ffffff;
    margin-right: 10px;
    height: 50px;
    line-height: 50px;
}

.cid-rVs3Lutwi8 .form-control::-webkit-input-placeholder {
    color: #ffffff;
}

.cid-rVs3Lutwi8 .form-control::-moz-placeholder {
    color: #ffffff;
}

.cid-rVs3Lutwi8 .form-control:-moz-placeholder {
    color: #ffffff;
}

.cid-rVs3Lutwi8 .form-control:-ms-input-placeholder {
    color: #ffffff;
}

.cid-rVs3Lutwi8 .col+.mbr-section-btn .btn,
.cid-rVs3Lutwi8 .col-auto+.mbr-section-btn .btn {
    margin: 0 !important;
    height: 100%;
    border-radius: 30px !important;
    padding: 14.5px 26px 14.5px !important;
}

.cid-rVs3Lutwi8 .col+.mbr-section-btn .btn.display-4,
.cid-rVs3Lutwi8 .col-auto+.mbr-section-btn .btn.display-4 {
    font-size: 13px;
}

.cid-rVs3Lutwi8 .col+.mbr-section-btn .btn:hover,
.cid-rVs3Lutwi8 .col-auto+.mbr-section-btn .btn:hover {
    box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2);
}

.cid-rVs3Lutwi8 .dragArea>*:nth-last-child(2).col,
.cid-rVs3Lutwi8 .dragArea>*:nth-last-child(2).col-auto,
.cid-rVs3Lutwi8 .col+.mbr-section-btn,
.cid-rVs3Lutwi8 .col-auto+.mbr-section-btn {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
}

.cid-rVs3Lutwi8 .form1 {
    margin-top: 30px;
}

.cid-rVs3Lutwi8 .fill-light-wrapper {
    fill: #f9fafb;
    z-index: 2 !important;
    top: 0;
}

@media (max-width: 768px) {
    .cid-rVs3Lutwi8 .md-pb {
        margin-bottom: 30px;
    }
}

.cid-rVs3LKglxt {
    padding-top: 20px;
    background-color: #102f62;
}

@media (min-width: 1500px) {
    .cid-rVs3LKglxt .container {
        max-width: 1400px;
    }
}

@media (max-width: 767px) {
    .cid-rVs3LKglxt .copyright {
        margin-bottom: 1rem;
    }
}

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