@import url(https://fonts.googleapis.com/css?family=Jost:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap);
body {
    font-family: Jost;
}

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

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

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

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

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

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

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

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

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

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

/* ---- 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.5rem;
        font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (2.18125rem + (4.375 - 2.18125) * ((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.75rem;
        font-size: calc( 0.978125rem + (0.9375 - 0.978125) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (0.978125rem + (0.9375 - 0.978125) * ((100vw - 20rem) / (48 - 20))));
    }
    .display-5 {
        font-size: 1.5rem;
        font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
    }
}

/* Buttons */

.btn {
    padding: 10px 15px;
    border-radius: 6px;
}

.btn-sm {
    padding: 18px 38px;
    border-radius: 6px;
}

.btn-md {
    padding: 18px 42px;
    border-radius: 6px;
}

.btn-lg {
    padding: 20px 47px;
    border-radius: 6px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-warning,
.btn-warning:active,
.btn-warning.active {
    background-color: #eff2f7 !important;
    border-color: #eff2f7 !important;
    color: #4d6a9a !important;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
    color: #4d6a9a !important;
    background-color: #bcc9de !important;
    border-color: #bcc9de !important;
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #4d6a9a !important;
    background-color: #bcc9de !important;
    border-color: #bcc9de !important;
}

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

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

.btn-danger.disabled,
.btn-danger:disabled {
    color: #ffffff !important;
    background-color: #000000 !important;
    border-color: #000000 !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: #d9d9d9 !important;
    border-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: #0d0d0d !important;
    border-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: #060c24;
    color: #060c24;
}

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

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

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

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

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

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

.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
    color: #ffffff;
    background-color: #83868c;
    border-color: #83868c;
}

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

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

.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
    color: #000000;
    background-color: #ffc600;
    border-color: #ffc600;
}

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

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

.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
    color: #4d6a9a;
    background-color: #eff2f7;
    border-color: #eff2f7;
}

.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
    color: #4d6a9a !important;
    background-color: #eff2f7 !important;
    border-color: #eff2f7 !important;
}

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

.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
    color: #ffffff;
    background-color: #0a1126;
    border-color: #0a1126;
}

.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
    color: #ffffff !important;
    background-color: #0a1126 !important;
    border-color: #0a1126 !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;
    background-color: #333333;
    border-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;
    background-color: #ffffff;
    border-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

a.text-danger:hover,
a.text-danger:focus {
    color: #000000 !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: #83868c;
}

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

.alert-danger {
    background-color: #0a1126;
}

.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: none !important;
}

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

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

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

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

a,
a:hover {
    color: #13287d;
}

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

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

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

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

.scrollToTop_wraper {
    display: none !important;
}

.form-control {
    font-family: 'Jost', sans-serif;
    font-size: 1.375rem;
}

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

blockquote {
    border-color: #13287d;
}

/* Forms */

.mbr-form .btn {
    margin: 0.4rem 0;
}

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

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

.btn-primary:hover {
    color: #13287d !important;
    background: white !important;
    border-color: white !important;
}

.form-control,
.jq-number__spin {
    background-color: #ffffff;
}

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

.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
    transition: 0.4s;
    border-top-color: currentColor;
    border-bottom-color: currentColor;
}

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

.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: #13287d !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: #279e64 !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%;
}

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='%2313287d' %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;
}

.cid-s2V8GM9yhP .navbar {
    padding: 0.5rem 0;
    background: #13287d;
    transition: none;
    min-height: 50px;
}

.cid-s2V8GM9yhP .navbar-fixed-top {
    padding-top: 0;
}

.cid-s2V8GM9yhP .navbar-collapse {
    flex-basis: auto;
    transition: all 0.3s ease-in;
}

.cid-s2V8GM9yhP .navbar-collapse.show {
    position: absolute;
    opacity: 1;
    visibility: visible;
    top: 100%;
    z-index: 999;
    background-color: #ffffff;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding: 15px 20px;
    bottom: auto;
    left: 0px;
    right: 0px;
}

.cid-s2V8GM9yhP .navbar-collapse.show .navbar-nav .nav-item {
    text-align: left;
    padding: 10px 0;
}

.cid-s2V8GM9yhP .navbar-buttons {
    flex-wrap: wrap;
}

.cid-s2V8GM9yhP .menu-logo .navbar-brand {
    display: flex;
    padding: 0.5rem 0;
    transition: padding 0.2s;
    min-height: 3.8rem;
    align-items: center;
}

.cid-s2V8GM9yhP .menu-logo .navbar-brand .navbar-caption-wrap {
    display: flex;
    align-items: center;
    word-break: break-word;
    min-width: 7rem;
    margin: 0.3rem 0;
}

.cid-s2V8GM9yhP .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
    padding-right: 2rem;
}

.cid-s2V8GM9yhP .menu-logo .navbar-brand .navbar-logo {
    font-size: 4rem;
    transition: font-size 0.25s;
}

.cid-s2V8GM9yhP .menu-logo .navbar-brand .navbar-logo img {
    display: flex;
}

.cid-s2V8GM9yhP .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
    transition: font-size 0.25s;
}

.cid-s2V8GM9yhP .menu-content-top {
    background: #13287d;
    max-width: 100%;
    justify-content: space-between;
    padding: 0 1rem;
    width: 100%;
    align-items: center;
    overflow: hidden;
    transition: min-height 0.25s ease-in-out;
}

.cid-s2V8GM9yhP .dropdown-item {
    padding: 0;
    color: #83868c;
    line-height: 2.6;
}

.cid-s2V8GM9yhP .dropdown-item:hover {
    color: #279e64 !important;
}

.cid-s2V8GM9yhP .nav-link,
.cid-s2V8GM9yhP .brand-name {
    font-style: normal;
    transition: all 0.3s ease-in;
    color: #ffffff;
}

.cid-s2V8GM9yhP .nav-link:hover,
.cid-s2V8GM9yhP .brand-name:hover {
    color: #279e64 !important;
}

.cid-s2V8GM9yhP .dropdown-menu {
    background-color: #ffffff;
}

.cid-s2V8GM9yhP .dropdown-item:active {
    background-color: #ffffff;
}

.cid-s2V8GM9yhP .menu-bottom {
    margin: auto;
    width: 100%;
    display: flex;
    padding: 0rem 1rem;
    position: relative;
    align-items: center;
    justify-content: flex-end;
}

.cid-s2V8GM9yhP .navbar-dropdown.bg-color.transparent.opened {
    background: #13287d;
}

.cid-s2V8GM9yhP .nav-item {
    position: relative;
}

.cid-s2V8GM9yhP .nav-item span {
    padding-right: 0.4em;
    vertical-align: text-bottom;
    position: relative;
    top: -0.2em;
    text-decoration: none;
}

.cid-s2V8GM9yhP .nav-item .nav-link {
    transition: all 0.3s ease-in-out 0ms;
}

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

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

.cid-s2V8GM9yhP .content-text {
    margin-bottom: 0;
}

.cid-s2V8GM9yhP .navbar-nav {
    position: relative;
    flex-direction: row;
}

@media (min-width: 992px) {
    .cid-s2V8GM9yhP .navbar-nav .main-menu-animated-line {
        position: absolute;
        left: 0;
        width: 0;
        height: 0;
        z-index: 100;
        border-top: 4px solid #13287d;
        transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    }
    .cid-s2V8GM9yhP .navbar-nav .main-menu-animated-line.bottom {
        bottom: 0;
    }
}

.cid-s2V8GM9yhP .navbar-nav .nav-item span {
    padding-right: 0;
}

.cid-s2V8GM9yhP .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
}

.cid-s2V8GM9yhP .navbar-buttons.mbr-section-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cid-s2V8GM9yhP .menu .navbar-brand .logo-text-part {
    vertical-align: top;
}

.cid-s2V8GM9yhP .content-right-side {
    text-align: center;
}

.cid-s2V8GM9yhP .content-right-side .content-link {
    margin-left: 2rem;
}

.cid-s2V8GM9yhP .content-right-side .content-link span {
    vertical-align: middle;
    padding-right: 1rem;
}

.cid-s2V8GM9yhP .widget-icon {
    display: inline-block;
    padding-right: 1rem;
    font-size: 1.65rem;
}

.cid-s2V8GM9yhP .widget-icon.mobi-mbri-phone {
    -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
    animation: phone-icon-animate 1s ease-in-out infinite;
}

.cid-s2V8GM9yhP .info-widget {
    margin-left: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cid-s2V8GM9yhP .info-widget:first-child {
    margin-left: 0;
}

.cid-s2V8GM9yhP .menu-content-right {
    display: flex;
    align-items: center;
}

.cid-s2V8GM9yhP .menu-content-right .info-widget:last-child {
    padding-right: 0;
}

.cid-s2V8GM9yhP .menu-content-right .info-widget:first-child {
    padding-left: 0;
    border-left: none;
}

.cid-s2V8GM9yhP .widget-content {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.cid-s2V8GM9yhP .widget-content .widget-title {
    margin-bottom: 3px;
    line-height: 1.73;
}

.cid-s2V8GM9yhP .widget-content .widget-text {
    margin-bottom: 0;
}

.cid-s2V8GM9yhP .navbar .menu-content-top {
    display: flex;
    height: 90px;
    border-bottom: 1px solid #5a67a1;
}

@media (min-width: 992px) {
    .cid-s2V8GM9yhP .nav-link {
        line-height: 6.13;
        color: #ffffff;
    }
    .cid-s2V8GM9yhP .navbar-nav>li>a:before {
        content: "";
        position: absolute;
        top: -1px;
        left: 0;
        width: 0;
        margin: auto;
        opacity: 0;
        border-top: 2px solid #279e64;
        transition: all 0.3s ease-in-out 0ms;
    }
    .cid-s2V8GM9yhP .navbar-nav>li:hover>a:before {
        opacity: 1;
        width: 100%;
    }
    .cid-s2V8GM9yhP .content-right-side {
        text-align: right;
        flex-wrap: nowrap;
        display: flex;
        align-items: center;
    }
    .cid-s2V8GM9yhP .menu-content-top {
        border-bottom: 1px solid rgba(225, 227, 230, 0.2);
    }
    .cid-s2V8GM9yhP .navbar {
        display: block;
        padding: 0;
    }
    .cid-s2V8GM9yhP .navbar .menu-logo {
        margin: auto;
        display: flex;
        align-items: center;
    }
    .cid-s2V8GM9yhP .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
        align-self: auto;
        display: flex;
        align-items: center;
        z-index: 101;
        min-height: 49px;
    }
    .cid-s2V8GM9yhP .dropdown-item:hover:before {
        transform: scale(1, 1);
        width: 16px;
        -webkit-transform: scale(1, 1);
    }
    .cid-s2V8GM9yhP .navbar-toggler {
        display: none;
    }
    .cid-s2V8GM9yhP .navbar-collapse {
        justify-content: flex-end;
    }
}

.cid-s2V8GM9yhP .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
}

.cid-s2V8GM9yhP .btn {
    display: -webkit-inline-flex;
    align-items: center;
    -webkit-align-items: center;
    position: relative;
    overflow: hidden;
    margin-left: 30px;
    margin-right: 0;
}

.cid-s2V8GM9yhP .btn-sm {
    padding: 13px 29px;
}

.cid-s2V8GM9yhP .btn .mbr-iconfont {
    font-size: 1.2em;
}

.cid-s2V8GM9yhP .btn::after {
    background-color: #656565;
    content: "";
    height: 150px;
    left: -75px;
    position: absolute;
    top: -60px;
    transform: rotate(35deg);
    transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 40px;
    opacity: 0;
    outline: none;
    text-decoration: none;
}

.cid-s2V8GM9yhP .btn:hover::after {
    left: 250px;
    opacity: 0.8;
}

.cid-s2V8GM9yhP .navbar-toggleable-sm .navbar-collapse {
    width: auto;
}

.cid-s2V8GM9yhP .navbar-toggleable-sm .navbar-collapse .navbar-nav {
    flex-wrap: wrap;
    padding-left: 0;
}

.cid-s2V8GM9yhP .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: center;
}

.cid-s2V8GM9yhP .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
    padding-left: 0;
    padding-bottom: 0;
}

.cid-s2V8GM9yhP .dropdown .dropdown-menu {
    display: none;
    position: absolute;
    padding: 25px 0;
    text-align: left;
}

@media (max-width: 991px) {
    .cid-s2V8GM9yhP .dropdown .dropdown-menu {
        overflow: hidden;
    }
}

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

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

.cid-s2V8GM9yhP .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
    transform: scale(0, 1);
}

.cid-s2V8GM9yhP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
    margin-left: -1.8rem;
    padding-right: 1rem;
    font-size: inherit;
}

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

.cid-s2V8GM9yhP .dropdown .dropdown-menu .dropdown-submenu {
    margin: 0;
}

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

.cid-s2V8GM9yhP .navbar.navbar-short {
    min-height: 50px;
    transition: all 0.2s;
}

.cid-s2V8GM9yhP .navbar.navbar-short .navbar-logo a {
    font-size: 2.5rem !important;
    transition: font-size 0.25s;
}

.cid-s2V8GM9yhP .navbar.navbar-short .navbar-logo a .mbr-iconfont {
    font-size: 2.5rem !important;
}

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

.cid-s2V8GM9yhP .navbar.navbar-short .navbar-brand {
    min-height: 3rem;
}

.cid-s2V8GM9yhP button.navbar-toggler {
    width: 31px;
    height: 18px;
    cursor: pointer;
    transition: all 0.2s;
    margin: 1rem 0.8rem;
}

.cid-s2V8GM9yhP button.navbar-toggler:focus {
    outline: none;
}

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

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

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

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

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

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

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

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

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

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

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

.cid-s2V8GM9yhP .collapsed .btn {
    display: flex;
}

.cid-s2V8GM9yhP .collapsed .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
}

.cid-s2V8GM9yhP .collapsed .navbar-collapse.collapsing,
.cid-s2V8GM9yhP .collapsed .navbar-collapse.show {
    display: block !important;
}

.cid-s2V8GM9yhP .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s2V8GM9yhP .collapsed .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
}

.cid-s2V8GM9yhP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s2V8GM9yhP .collapsed .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
}

.cid-s2V8GM9yhP .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s2V8GM9yhP .collapsed .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
}

.cid-s2V8GM9yhP .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s2V8GM9yhP .collapsed .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
}

@media (min-width: 992px) {
    .cid-s2V8GM9yhP .collapsed .dropdown .dropdown-menu {
        overflow: hidden;
    }
}

.cid-s2V8GM9yhP .collapsed button.navbar-toggler {
    display: block;
}

.cid-s2V8GM9yhP .collapsed .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
}

.cid-s2V8GM9yhP .collapsed .navbar-toggleable-sm {
    flex-direction: column;
}

.cid-s2V8GM9yhP .collapsed .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
}

.cid-s2V8GM9yhP .collapsed .dropdown.open>.dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
}

.cid-s2V8GM9yhP .collapsed .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
}

.cid-s2V8GM9yhP .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
}

.cid-s2V8GM9yhP .collapsed .menu-bottom {
    justify-content: center;
}

@media (max-width: 991px) {
    .cid-s2V8GM9yhP .menu-content-top {
        display: flex;
    }
    .cid-s2V8GM9yhP .menu-content-top .right-wrap p {
        display: none;
    }
    .cid-s2V8GM9yhP .dropdown-menu {
        margin-top: 0px;
        background-color: transparent;
        color: black !important;
        padding-left: 20px !important;
    }
    .cid-s2V8GM9yhP .dropdown-menu .dropdown-item {
        text-align: left;
        font-weight: 700;
    }
    .cid-s2V8GM9yhP .menu-bottom {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin: 0;
    }
    .cid-s2V8GM9yhP .navbar-collapse {
        padding-bottom: 1rem;
        display: none !important;
        padding-right: 0 !important;
        opacity: 0;
        transition: all 0.3s ease-in;
        position: absolute;
        top: 100%;
        bottom: auto;
        left: 0px;
        right: 0px;
        z-index: 999;
    }
    .cid-s2V8GM9yhP .navbar-collapse .navbar-nav .nav-item {
        clear: both;
        text-align: left;
        padding: 10px 0;
    }
    .cid-s2V8GM9yhP .navbar-collapse .icons-menu {
        display: none;
    }
    .cid-s2V8GM9yhP .navbar-collapse.collapsing,
    .cid-s2V8GM9yhP .navbar-collapse.show {
        display: block !important;
    }
    .cid-s2V8GM9yhP .navbar-collapse.collapsing .navbar-nav,
    .cid-s2V8GM9yhP .navbar-collapse.show .navbar-nav {
        display: block;
        text-align: center;
    }
    .cid-s2V8GM9yhP .navbar-collapse.collapsing .navbar-nav .nav-item,
    .cid-s2V8GM9yhP .navbar-collapse.show .navbar-nav .nav-item {
        clear: both;
    }
    .cid-s2V8GM9yhP .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
    .cid-s2V8GM9yhP .navbar-collapse.show .navbar-nav .nav-item .nav-link {
        font-weight: 700;
        color: #13287d;
    }
    .cid-s2V8GM9yhP .navbar-collapse.collapsing .navbar-buttons,
    .cid-s2V8GM9yhP .navbar-collapse.show .navbar-buttons {
        display: -webkit-flex;
        justify-content: center;
        text-align: center;
        -webkit-justify-content: center;
    }
    .cid-s2V8GM9yhP .navbar-collapse.collapsing .navbar-buttons:last-child,
    .cid-s2V8GM9yhP .navbar-collapse.show .navbar-buttons:last-child {
        margin-bottom: 1rem;
    }
    .cid-s2V8GM9yhP img {
        height: 3.8rem !important;
    }
    .cid-s2V8GM9yhP .btn {
        display: flex;
    }
    .cid-s2V8GM9yhP button.navbar-toggler {
        display: block;
    }
    .cid-s2V8GM9yhP .navbar-brand {
        margin-top: 0.5rem;
    }
    .cid-s2V8GM9yhP .navbar-toggleable-sm {
        flex-direction: column;
    }
    .cid-s2V8GM9yhP .dropdown .dropdown-menu {
        width: 100%;
        text-align: center;
        position: relative;
        opacity: 0;
        display: block;
        height: 0;
        visibility: hidden;
        padding: 0;
        transition-duration: 0.5s;
        transition-property: opacity, padding, height;
    }
    .cid-s2V8GM9yhP .dropdown.open>.dropdown-menu {
        position: relative;
        opacity: 1;
        height: auto;
        padding: 1.4rem 0;
        visibility: visible;
    }
    .cid-s2V8GM9yhP .dropdown .dropdown-submenu {
        left: 0;
        text-align: center;
        width: 100%;
    }
    .cid-s2V8GM9yhP .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
        margin-top: 0;
        position: inherit;
        right: 0;
        top: 50%;
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 0.3em;
        vertical-align: middle;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-left: 0.3em solid transparent;
    }
    .cid-s2V8GM9yhP .dropdown .dropdown-menu .dropdown-item {
        padding: 0.235em 1.5em 0.235em 1.5em !important;
        transition: none;
        margin: 0 !important;
    }
}

.cid-s2V8GM9yhP .nav-link:focus {
    outline: none;
}

.cid-s2V8GM9yhP .navbar-toggler {
    position: relative;
}

.cid-s2V8GM9yhP .widget-title,
.cid-s2V8GM9yhP .widget-icon {
    color: #e9e9e9;
}

.cid-s2V8GM9yhP .widget-text {
    color: #656565;
}

@media (max-width: 768px) {
    .cid-s2V8GM9yhP .menu-content-top .menu-content-right .info-widget {
        margin-left: 20px;
    }
    .cid-s2V8GM9yhP .menu-content-top .menu-content-right .info-widget:first-child {
        margin-left: 0;
    }
    .cid-s2V8GM9yhP .menu-content-top .menu-content-right .info-widget .widget-icon {
        font-size: 20px;
    }
    .cid-s2V8GM9yhP .menu-content-top .menu-content-right .info-widget .widget-content {
        display: none;
    }
    .cid-s2V8GM9yhP .navbar-brand {
        margin-left: 0 !important;
    }
}

@media (max-width: 576px) {
    .cid-s2V8GM9yhP .menu-content-top,
    .cid-s2V8GM9yhP .menu-bottom {
        padding: 0 15px;
    }
    .cid-s2V8GM9yhP button.navbar-toggler {
        align-self: center;
    }
    .cid-s2V8GM9yhP .btn {
        margin-left: 0;
    }
    .cid-s2V8GM9yhP .widget-icon {
        padding-right: 0;
    }
}

.cid-s2V8GM9yhP .icons-menu {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    padding-left: 1rem;
    text-align: center;
    align-items: center;
}

.cid-s2V8GM9yhP .icons-menu .mbr-iconfont {
    font-size: 1rem;
    color: #ffffff;
    display: inline-flex;
    background-color: #5a67a1;
    border-radius: 100%;
    transition: all 0.3s ease-in;
}

.cid-s2V8GM9yhP .icons-menu .mbr-iconfont:before {
    padding: .75rem;
}

.cid-s2V8GM9yhP .icons-menu .mbr-iconfont:hover {
    color: #ffffff;
    background-color: #279e64;
    -webkit-animation-name: animation-pulse;
    animation-name: animation-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: .9;
}

.cid-s2V8GM9yhP .soc-item {
    margin: .5rem .3rem;
}

@-webkit-keyframes phone-icon-animate {
    0%,
    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-20deg) scale(1) skew(1deg);
    }
    20%,
    40% {
        transform: rotate(20deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-20deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

@keyframes phone-icon-animate {
    0%,
    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-20deg) scale(1) skew(1deg);
    }
    20%,
    40% {
        transform: rotate(20deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-20deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

@-webkit-keyframes animation-pulse {
    25% {
        transform: scale(1.1);
    }
    75% {
        transform: scale(0.9);
    }
}

@keyframes animation-pulse {
    25% {
        transform: scale(1.1);
    }
    75% {
        transform: scale(0.9);
    }
}

.cid-s2V8Iif3En {
    padding-top: 180px;
    padding-bottom: 75px;
    background-color: #14287f;
}

.cid-s2V8Iif3En .img-wrap {
    -webkit-animation: jump 2s ease-in-out alternate;
    animation: jump 2s ease-in-out alternate;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
    position: relative;
}

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

.cid-s2V8Iif3En .mbr-section-subtitle {
    color: #ffc600;
}

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

.cid-s2V8Iif3En .mbr-text {
    color: #b0b6d4;
    font-weight: 500;
}

.cid-s2V8Iif3En .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
    margin-top: 47px;
}

.cid-s2V8Iif3En .mbr-section-btn .btn:first-child {
    margin-left: 0 !important;
}

@media (max-width: 768px) {
    .cid-s2V8Iif3En .mbr-section-btn {
        justify-content: center !important;
    }
}

@-webkit-keyframes jump {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(7px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes jump {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(7px);
    }
    100% {
        transform: translateY(0);
    }
}

.cid-s2V8IvakZ5 {
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #eff2f7;
}

.cid-s2V8IvakZ5 .img-wrap {
    position: relative;
}

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

.cid-s2V8IvakZ5 .mbr-section-subtitle {
    color: #279e64;
    margin-bottom: 14px;
}

.cid-s2V8IvakZ5 .mbr-section-title {
    color: #13287d;
}

.cid-s2V8IvakZ5 .mbr-text {
    color: #83868c;
}

.cid-s2V8IvakZ5 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
    margin-top: 47px;
}

.cid-s2V8IvakZ5 .mbr-section-btn .btn:first-child {
    margin-left: 0 !important;
}

.cid-s2V8IvakZ5 .cards-wrap {
    margin-top: 30px;
}

.cid-s2V8IvakZ5 .wrapper {
    border-radius: 0.25rem;
    margin-bottom: 26px;
    text-align: left;
}

.cid-s2V8IvakZ5 .wrapper .icon {
    margin-bottom: 21px;
    border-radius: 50%;
    position: relative;
    padding: 16px;
    display: inline-block;
    transition: all .3s;
}

.cid-s2V8IvakZ5 .wrapper .icon:hover {
    -webkit-animation-name: animation-wobble-vertical;
    animation-name: animation-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.cid-s2V8IvakZ5 .wrapper .icon .mbr-iconfont {
    font-size: 38px;
    color: #279e64;
    position: relative;
    display: block;
}

.cid-s2V8IvakZ5 .wrapper .icon1 {
    background-color: #c5e9d8;
}

.cid-s2V8IvakZ5 .wrapper .icon1 .mbr-iconfont {
    color: #13287d;
}

.cid-s2V8IvakZ5 .wrapper .icon2 {
    background-color: #ede0b3;
}

.cid-s2V8IvakZ5 .wrapper .icon2 .mbr-iconfont {
    color: #000000;
}

.cid-s2V8IvakZ5 .wrapper .icon3 {
    background-color: #5a67a1;
}

.cid-s2V8IvakZ5 .wrapper .icon3 .mbr-iconfont {
    color: #ffffff;
}

.cid-s2V8IvakZ5 .wrapper .icon4 {
    background-color: #e3e5e6;
}

.cid-s2V8IvakZ5 .wrapper .mbr-card-title {
    color: #13287d;
    margin-bottom: 17px;
}

.cid-s2V8IvakZ5 .wrapper .mbr-text {
    margin-bottom: 19px;
    color: #83868c;
}

@media (max-width: 768px) {
    .cid-s2V8IvakZ5 .mbr-section-btn {
        justify-content: center;
    }
    .cid-s2V8IvakZ5 * {
        text-align: left;
    }
}

@-webkit-keyframes animation-wobble-vertical {
    16.65% {
        transform: translateY(8px);
    }
    33.3% {
        transform: translateY(-6px);
    }
    49.95% {
        transform: translateY(4px);
    }
    66.6% {
        transform: translateY(-2px);
    }
    83.25% {
        transform: translateY(1px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes animation-wobble-vertical {
    16.65% {
        transform: translateY(8px);
    }
    33.3% {
        transform: translateY(-6px);
    }
    49.95% {
        transform: translateY(4px);
    }
    66.6% {
        transform: translateY(-2px);
    }
    83.25% {
        transform: translateY(1px);
    }
    100% {
        transform: translateY(0);
    }
}

.cid-s2V8IHwJ8J {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #ffffff;
}

.cid-s2V8IHwJ8J .contents {
    text-align: center;
    margin-bottom: 54px;
}

.cid-s2V8IHwJ8J .contents .mbr-subtitle {
    color: #279e64;
    margin-bottom: 10px;
}

.cid-s2V8IHwJ8J .contents .mbr-section-title {
    margin-bottom: 20px;
    color: #13287d;
}

.cid-s2V8IHwJ8J .contents .mbr-text {
    color: #83868c;
}

.cid-s2V8IHwJ8J .card.accentCard .card-wrapper {
    background-color: #279e64;
}

.cid-s2V8IHwJ8J .card.accentCard .card-wrapper .card-box .card-title {
    color: #ffffff;
}

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

.cid-s2V8IHwJ8J .card.accentCard .card-wrapper .card-img {
    box-shadow: -10px -10px 0 0 #63b68f;
    background-color: #ffffff;
}

.cid-s2V8IHwJ8J .card.accentCard .card-wrapper .card-img .mbr-iconfont {
    color: #279e64 !important;
}

.cid-s2V8IHwJ8J .card.accentCard .card-wrapper .btn.btn-primary-outline {
    color: #ffffff;
}

.cid-s2V8IHwJ8J .card-wrapper {
    height: 100%;
    border-radius: 5px;
    border: 1px solid #dcdfe2;
    padding: 50px 35px 31px;
    transition: all 0.3s;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.cid-s2V8IHwJ8J .card-wrapper .card-box .card-title {
    color: #13287d;
}

.cid-s2V8IHwJ8J .card-wrapper .card-box .mbr-text {
    margin-bottom: 25px;
    color: #83868c;
}

.cid-s2V8IHwJ8J .card-wrapper .card-box .mbr-iconfont {
    padding-left: 0.2rem;
    display: inline-block;
}

.cid-s2V8IHwJ8J .card-wrapper .card-img {
    margin-bottom: 40px;
    transition: all .3s linear 0s;
    display: inline-flex;
    width: 70px;
    height: 70px;
    border-radius: 5px;
    padding: 13px;
    box-shadow: -10px -10px 0 0 #eeeff2;
    align-items: center;
    justify-content: center;
    background-color: #279e64;
    cursor: pointer;
    position: relative;
}

.cid-s2V8IHwJ8J .card-wrapper .card-img .mbr-iconfont {
    font-size: 50px;
    color: #ffffff;
}

.cid-s2V8IHwJ8J .card-wrapper .mbr-link-btn {
    transition: all 0.3s;
    margin-bottom: 20px;
}

.cid-s2V8IHwJ8J .card-wrapper .mbr-link-btn .btn {
    transition: all 0.3s;
    font-weight: 700;
}

.cid-s2V8IHwJ8J .card-wrapper .mbr-link-btn .btn.btn-primary-outline {
    color: #13287d;
}

.cid-s2V8IHwJ8J .card-wrapper .mbr-link-btn .btn .mbr-iconfont {
    font-weight: 700;
    padding-left: 40px !important;
    display: inline;
    transition: transform .3s linear 0s !important;
}

.cid-s2V8IHwJ8J .card-wrapper .mbr-link-btn:hover .mbr-iconfont {
    transform: translateX(-10px);
}

.cid-s2V8IHwJ8J .card-wrapper:hover .card-img {
    -webkit-animation: updown 0.45s ease-in-out 0.1s;
    animation: updown 0.45s ease-in-out 0.1s;
}

.cid-s2V8IHwJ8J .btn[class*="-outline"] {
    border: none;
    padding: 0;
    margin: 0 !important;
    box-shadow: none !important;
}

.cid-s2V8IHwJ8J .btn[class*="-outline"] span {
    order: 2;
    font-size: 0.8rem;
    transition: padding 0.3s !important;
}

.cid-s2V8IHwJ8J .btn[class*="-outline"]:hover span {
    padding-left: 10px;
}

.cid-s2V8IHwJ8J .btn[class*="-outline"]:hover {
    background-color: transparent !important;
    color: #13287d !important;
    box-shadow: none !important;
}

.cid-s2V8IHwJ8J .btn[class*="-outline"]:active,
.cid-s2V8IHwJ8J .btn[class*="-outline"]:focus {
    background-color: transparent !important;
    box-shadow: none !important;
}

@media (max-width: 991px) {
    .cid-s2V8IHwJ8J .card {
        margin-bottom: 15px;
    }
}

@-webkit-keyframes updown {
    0% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes updown {
    0% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0);
    }
}

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

.cid-s2V8IUb5gv .card-wrapper {
    height: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.cid-s2V8IUb5gv .card-wrapper .card-box .card-title {
    color: #13287d;
    transition: 0.3s all;
    margin-bottom: 20px;
}

.cid-s2V8IUb5gv .card-wrapper .card-box .card-title:hover {
    color: #13287d;
    transition: 0.3s all;
}

.cid-s2V8IUb5gv .card-wrapper .card-box .meta {
    color: #999999;
    position: relative;
    margin-bottom: 33px;
}

.cid-s2V8IUb5gv .card-wrapper .card-box .meta::before {
    content: "";
    display: block;
    width: 20px;
    height: 3px;
    background-color: #279e64;
    position: absolute;
    left: 0;
    bottom: -25px;
}

.cid-s2V8IUb5gv .card-wrapper .card-box .meta .item {
    transition: all 0.3s ease-in;
}

.cid-s2V8IUb5gv .card-wrapper .card-box .meta .item:hover {
    color: #279e64 !important;
}

.cid-s2V8IUb5gv .card-wrapper .card-box .meta .mbr-iconfont {
    color: #83868c;
    margin-right: 4px;
    font-size: 14px;
    font-weight: 400;
}

.cid-s2V8IUb5gv .card-wrapper .card-box .meta .item-category .category {
    color: #13287d;
    font-weight: 500;
}

.cid-s2V8IUb5gv .card-wrapper .card-box .meta .item-date .date {
    color: #83868c;
    font-weight: 500;
}

.cid-s2V8IUb5gv .card-wrapper .card-box .meta .item-date:before {
    content: "-";
    margin-left: 5px;
    margin-right: 3px;
    color: #83868c;
}

.cid-s2V8IUb5gv .card-wrapper .card-box .meta .item-date::after {
    content: "-";
    margin-left: 5px;
    margin-right: 3px;
    color: #83868c;
}

.cid-s2V8IUb5gv .card-wrapper .card-box .meta .item-comment .comment {
    color: #83868c;
    font-weight: 500;
}

.cid-s2V8IUb5gv .card-wrapper .card-box .meta .item-comment:after {
    content: "";
    display: block;
    width: 35px;
    height: 3px;
    background-color: #279e64;
    position: absolute;
    left: 30px;
    bottom: -25px;
}

.cid-s2V8IUb5gv .card-wrapper .card-box .card-subtitle {
    color: #13287d;
    margin-bottom: 13px;
    font-weight: 500;
}

.cid-s2V8IUb5gv .card-wrapper .card-box .mbr-text {
    margin-bottom: 24px;
    color: #83868c;
}

.cid-s2V8IUb5gv .card-wrapper .card-box .mbr-section-btn {
    position: relative;
    margin-left: 1px;
}

.cid-s2V8IUb5gv .card-wrapper .card-box .mbr-section-btn .link {
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
}

.cid-s2V8IUb5gv .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
    font-size: 16px;
    margin-left: 40px;
    position: relative;
    top: 1px;
    display: inline-flex;
    width: 46px;
    height: 46px;
    background: 0 0;
    color: #13287d;
    align-items: center;
    justify-content: center;
    transition: all .3s linear 0s;
    order: 2;
}

.cid-s2V8IUb5gv .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #279e64;
    transform: scale(0);
    transition: all .3s linear 0s;
}

.cid-s2V8IUb5gv .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
    position: relative;
    z-index: 1;
}

.cid-s2V8IUb5gv .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
    color: #ffffff;
}

.cid-s2V8IUb5gv .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
    transform: scale(1);
    box-shadow: 0 10px 30px 0 #279e64;
}

@media (max-width: 768px) {
    .cid-s2V8IUb5gv * {
        text-align: left;
    }
}

.cid-s2V8IUb5gv .img-wrap {
    margin-bottom: 30px;
}

.cid-s2V8IUb5gv .img-wrap .wrapper {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.cid-s2V8IUb5gv .img-wrap .wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

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

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

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

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

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

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

.cid-s2V8JtfEgC .main {
    margin-bottom: 70px;
}

.cid-s2V8JtfEgC .main .mbr-section-subtitle {
    color: #279e64;
    margin-bottom: 10px;
}

.cid-s2V8JtfEgC .main .mbr-section-title {
    color: #13287d;
    margin-bottom: 20px;
}

.cid-s2V8JtfEgC .main .mbr-text {
    color: #83868c;
}

.cid-s2V8JtfEgC .wrapper {
    position: relative;
    padding: 2rem;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 27rem;
    margin-bottom: 30px;
}

.cid-s2V8JtfEgC .wrapper .mbr-overlay {
    background: #13287d;
    opacity: 0;
    z-index: 1;
    transition: all 0.4s ease;
    pointer-events: none;
}

.cid-s2V8JtfEgC .wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    pointer-events: all;
}

.cid-s2V8JtfEgC .wrapper .content-block {
    position: absolute;
    width: 100%;
    z-index: 1;
    bottom: 10%;
    left: 0;
    opacity: 0;
    padding: 0.75rem 2rem;
    transition: all 0.4s ease;
    transform: translateY(15px);
}

.cid-s2V8JtfEgC .wrapper .content-block .card-title {
    color: #ffffff;
    transition: all .3s linear 0ms;
}

.cid-s2V8JtfEgC .wrapper .content-block .card-title:hover {
    color: #279e64;
}

.cid-s2V8JtfEgC .wrapper .content-block .card-subtitle {
    color: #ffffff;
}

.cid-s2V8JtfEgC .wrapper .content-block .mbr-link-btn {
    transition: all .3s linear 0ms;
}

.cid-s2V8JtfEgC .wrapper .content-block .mbr-link-btn .btn {
    transition: all .3s linear 0ms;
    font-weight: 700;
}

.cid-s2V8JtfEgC .wrapper .content-block .mbr-link-btn .btn .mbr-iconfont {
    font-weight: 700;
    padding-left: 40px !important;
    display: inline;
    transition: transform .3s linear 0s !important;
}

.cid-s2V8JtfEgC .wrapper .content-block .mbr-link-btn:hover .mbr-iconfont {
    transform: translateX(-10px);
}

.cid-s2V8JtfEgC .wrapper:hover .mbr-overlay {
    background: #13287d;
    opacity: 0.9;
    z-index: 1;
}

.cid-s2V8JtfEgC .wrapper:hover .content-block {
    opacity: 1;
    transform: translateY(0);
}

.cid-s2V8JtfEgC .btn[class*="-outline"] {
    border: none;
    padding: 0;
    margin: 0 !important;
    box-shadow: none !important;
}

.cid-s2V8JtfEgC .btn[class*="-outline"] span {
    order: 2;
    font-size: 0.8rem;
    transition: padding 0.3s !important;
}

.cid-s2V8JtfEgC .btn[class*="-outline"]:hover span {
    padding-left: 10px;
}

.cid-s2V8JtfEgC .btn[class*="-outline"]:hover {
    background-color: transparent !important;
    color: #279e64 !important;
    box-shadow: none !important;
}

.cid-s2V8JtfEgC .btn[class*="-outline"]:active,
.cid-s2V8JtfEgC .btn[class*="-outline"]:focus {
    background-color: transparent !important;
    box-shadow: none !important;
}

.cid-s2V8JMDZ0j {
    padding-top: 150px;
    padding-bottom: 150px;
    background-image: url("../../../assets/images/background4.jpg");
}

.cid-s2V8JMDZ0j .mbr-iconfont {
    font-size: 50px;
    color: #ffffff;
}

.cid-s2V8JMDZ0j .mbr-section-title {
    color: #ffffff;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 20px;
}

.cid-s2V8JMDZ0j .mbr-section-subtitle {
    color: #ffffff;
    width: 100%;
    position: relative;
    padding-top: 25px;
}

.cid-s2V8JMDZ0j .mbr-section-subtitle::before {
    content: "";
    position: absolute;
    display: block;
    width: 80px;
    height: 2px;
    background-color: #fff;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.cid-s2V8JMDZ0j .mbr-text {
    color: #ffffff;
    width: 100;
}

.cid-s2V8JMDZ0j .content-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #279e64;
    margin-left: 0.6rem;
}

.cid-s2V8JMDZ0j .content-link span {
    margin-right: 15px;
    margin-left: 20px;
    padding: 10px;
    border-radius: 100%;
    color: #ffffff;
    background-color: #ffffff;
    font-size: 2.475rem;
}

.cid-s2V8JMDZ0j .mbr-section-btn .btn {
    border-radius: 3px;
    padding: 12px 40px !important;
    margin-right: 20px;
}

@media (max-width: 991px) {
    .cid-s2V8JMDZ0j .separator,
    .cid-s2V8JMDZ0j .sep-holder,
    .cid-s2V8JMDZ0j .sep-line {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .cid-s2V8JMDZ0j .buttons-wrap {
        flex-direction: column;
    }
}

.cid-s2V8JMDZ0j .items {
    display: flex;
    flex-direction: row;
    position: relative;
    padding-top: 25px;
}

.cid-s2V8JMDZ0j .items::before {
    content: "";
    position: absolute;
    display: block;
    width: 80px;
    height: 2px;
    background-color: #ffffff;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.cid-s2V8JMDZ0j .items .list-item {
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
    align-items: center;
    -webkit-align-items: center;
    display: flex;
}

.cid-s2V8JMDZ0j .items .list-item .listico {
    display: inline-block;
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 1rem;
    margin: auto;
    color: #ffffff;
}

.cid-s2V8JMDZ0j .items .list-item .text2 {
    display: inline-block;
    color: #ffffff;
    text-align: left;
    margin-bottom: 0;
}

.cid-s2V8JMDZ0j .items .list-item:last-child .listico {
    display: none;
}

.cid-s2V8JXHPgZ {
    padding-top: 105px;
    padding-bottom: 90px;
    background-color: #ffffff;
}

.cid-s2V8JXHPgZ .mbr-section-subtitle {
    color: #279e64;
}

.cid-s2V8JXHPgZ .mbr-section-title {
    color: #13287d;
}

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

.cid-s2V8JXHPgZ .mbr-text {
    color: #83868c;
}

.cid-s2V8JXHPgZ .mbr-section-btn {
    margin-top: 40px;
}

.cid-s2V8JXHPgZ .mbr-section-btn .btn {
    margin-left: 0 !important;
}

@media (max-width: 768px) {
    .cid-s2V8JXHPgZ * {
        text-align: left;
    }
}

.cid-s2V8JXHPgZ .cards-wrap {
    flex-direction: column;
}

.cid-s2V8JXHPgZ .wrapper {
    border-radius: 0.25rem;
    margin-bottom: 26px;
    display: flex;
}

.cid-s2V8JXHPgZ .wrapper .img {
    margin-bottom: 20px;
    margin-right: 25px;
    background-color: #279e64;
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cid-s2V8JXHPgZ .wrapper .img:hover {
    -webkit-animation-name: animation-wobble-vertical;
    animation-name: animation-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.cid-s2V8JXHPgZ .wrapper .img .mbr-iconfont {
    font-size: 1.875rem;
    top: 0;
    color: #ffffff;
    border-radius: 50%;
}

.cid-s2V8JXHPgZ .wrapper .content .mbr-card-title {
    color: #13287d;
    margin-bottom: 10px;
}

.cid-s2V8JXHPgZ .wrapper .content .mbr-text {
    margin-bottom: 19px;
    color: #83868c;
}

.cid-s2V8JXHPgZ .widget-container {
    margin: 0 0 30px;
}

.cid-s2V8JXHPgZ .widget-container .project-info {
    padding: 15px 30px 13px;
    background-color: #eeeff2;
    border-radius: 3px;
}

.cid-s2V8JXHPgZ .widget-container .project-info .info-item {
    display: flex;
    flex-wrap: wrap;
    padding: 17px 0;
    border-bottom: 1px solid #dcdfe2;
}

.cid-s2V8JXHPgZ .widget-container .project-info .info-item .label {
    font-weight: 500;
    margin-right: 10px;
    flex: none;
    margin-bottom: 0;
}

.cid-s2V8JXHPgZ .widget-container .project-info .info-item .info-text {
    margin-bottom: 0;
}

.cid-s2V8JXHPgZ .widget-container .project-info .info-item:last-child {
    border-bottom: none;
}

.cid-s2V8JXHPgZ .newsletter {
    padding: 35px 30px 40px;
    border-radius: 3px;
    display: block;
}

.cid-s2V8JXHPgZ .newsletter .mbr-section-subtitle {
    position: relative;
    margin-bottom: 25px;
    color: #13287d;
}

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

.cid-s2V8JXHPgZ .newsletter textarea {
    height: 110px !important;
}

.cid-s2V8JXHPgZ .newsletter .form-control {
    font-size: 14px;
    background: #ffffff;
    color: #83868c;
    display: block;
    height: 60px;
    border-radius: 3px;
    width: 100%;
    padding: 13px 20px !important;
    padding-right: 50px !important;
    transition: all .3s linear 0ms;
}

.cid-s2V8JXHPgZ .newsletter .form-control::-webkit-input-placeholder {
    color: #83868c;
}

.cid-s2V8JXHPgZ .newsletter .form-control::-moz-placeholder {
    color: #83868c;
}

.cid-s2V8JXHPgZ .newsletter .form-control:-moz-placeholder {
    color: #83868c;
}

.cid-s2V8JXHPgZ .newsletter .form-control:-ms-input-placeholder {
    color: #83868c;
}

.cid-s2V8JXHPgZ .newsletter .form-group {
    margin-bottom: 8.6px;
}

.cid-s2V8JXHPgZ .newsletter .dragArea {
    flex-direction: column;
}

.cid-s2V8JXHPgZ .newsletter .dragArea .mbr-section-btn .btn {
    font-weight: bold;
    margin-left: 0 !important;
    margin-right: 0 !important;
    position: relative;
    overflow: hidden;
}

.cid-s2V8JXHPgZ .newsletter .dragArea .mbr-section-btn .btn.btn-success:hover {
    background-color: #279e64 !important;
    border-color: #279e64 !important;
    color: #ffffff !important;
}

.cid-s2V8JXHPgZ .newsletter .dragArea .mbr-section-btn .btn::after {
    background-color: #83868c;
    content: "";
    height: 150px;
    left: -75px;
    position: absolute;
    top: -60px;
    transform: rotate(35deg);
    transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 40px;
    opacity: 0;
    outline: none;
    text-decoration: none;
}

.cid-s2V8JXHPgZ .newsletter .dragArea .mbr-section-btn .btn:hover::after {
    left: 250px;
    opacity: 0.8;
}

.cid-s2V8JXHPgZ .cards-wrap2 {
    flex-direction: column;
}

.cid-s2V8JXHPgZ .cards-wrap2 .wrapper2 {
    border-radius: 0.25rem;
    margin-bottom: 26px;
}

.cid-s2V8JXHPgZ .cards-wrap2 .wrapper2 .img {
    margin-bottom: 20px;
}

.cid-s2V8JXHPgZ .cards-wrap2 .wrapper2 .img .mbr-iconfont {
    font-size: 50px;
    top: 0;
    color: #279e64;
    border-radius: 50%;
}

.cid-s2V8JXHPgZ .cards-wrap2 .wrapper2 .mbr-card-title {
    color: #13287d;
    padding-bottom: 14px;
    margin-bottom: 10px;
}

.cid-s2V8JXHPgZ .cards-wrap2 .wrapper2 .mbr-text {
    margin-bottom: 19px;
    color: #83868c;
}

@-webkit-keyframes animation-wobble-vertical {
    16.65% {
        transform: translateY(8px);
    }
    33.3% {
        transform: translateY(-6px);
    }
    49.95% {
        transform: translateY(4px);
    }
    66.6% {
        transform: translateY(-2px);
    }
    83.25% {
        transform: translateY(1px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes animation-wobble-vertical {
    16.65% {
        transform: translateY(8px);
    }
    33.3% {
        transform: translateY(-6px);
    }
    49.95% {
        transform: translateY(4px);
    }
    66.6% {
        transform: translateY(-2px);
    }
    83.25% {
        transform: translateY(1px);
    }
    100% {
        transform: translateY(0);
    }
}

.cid-s2V8KzfOky {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #ffffff;
    border-top: 2px solid #eeeff2;
}

.cid-s2V8KzfOky .clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.cid-s2V8KzfOky .nav-links .grid-item .grid-item-inner {
    display: flex;
    align-items: center;
    overflow: hidden;
}

.cid-s2V8KzfOky .nav-links .grid-item .grid-item-inner .item-holder {
    margin-top: -2px;
}

.cid-s2V8KzfOky .nav-links .grid-item .grid-item-inner .item-holder .mbr-text {
    color: #616161;
    margin-bottom: 0;
}

.cid-s2V8KzfOky .nav-links .grid-item .grid-item-inner .item-holder .mbr-section-title {
    color: #13287d;
}

.cid-s2V8KzfOky .nav-links .grid-item .grid-item-inner .item-featured {
    margin-left: 20px;
    max-width: 70px;
    height: 70px;
    flex: none;
}

.cid-s2V8KzfOky .nav-links .grid-item .grid-item-inner .item-featured .image-link {
    display: block;
    position: relative;
    transition: all .3s linear 0ms;
    height: 100%;
}

.cid-s2V8KzfOky .nav-links .grid-item .grid-item-inner .item-featured .image-link img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    border-radius: 5px;
    width: 100%;
    max-width: 100%;
    transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    pointer-events: all;
    cursor: pointer;
}

.cid-s2V8KzfOky .nav-links .grid-item .grid-item-inner .item-featured .image-link .overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1b1a1a;
    opacity: 0;
    transition: all .3s linear 0s;
    border-radius: 5px;
    pointer-events: none;
}

.cid-s2V8KzfOky .nav-links .grid-item .grid-item-inner .item-featured .image-link .nav-arrow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    opacity: 0;
    transition: all .3s linear 0s;
    border-radius: 5px;
    pointer-events: none;
}

.cid-s2V8KzfOky .nav-links .grid-item .grid-item-inner .item-featured .image-link .nav-arrow .mbr-iconfont {
    font-size: 16px;
    font-weight: 600;
}

.cid-s2V8KzfOky .nav-links .grid-item .grid-item-inner .item-featured .image-link:hover .nav-arrow {
    opacity: 1;
}

.cid-s2V8KzfOky .nav-links .grid-item .grid-item-inner .item-featured .image-link:hover .overlay {
    opacity: 0.25;
}

.cid-s2V8KzfOky .nav-links .nav-link-prev {
    text-align: left;
}

.cid-s2V8KzfOky .nav-links .nav-link-next {
    display: flex;
    text-align: right;
    justify-content: flex-end;
}

@media (max-width: 768px) {
    .cid-s2V8KzfOky .grid-item,
    .cid-s2V8KzfOky .grid-item-inner {
        justify-content: start !important;
    }
}

.cid-s2V8KDRiGP {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #eeeff2;
}

.cid-s2V8KDRiGP .card-wrapper {
    height: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.cid-s2V8KDRiGP .card-wrapper .card-box .card-title {
    color: #13287d;
    transition: 0.3s all;
    margin-bottom: 20px;
}

.cid-s2V8KDRiGP .card-wrapper .card-box .card-title:hover {
    color: #13287d;
    transition: 0.3s all;
}

.cid-s2V8KDRiGP .card-wrapper .card-box .meta {
    color: #999999;
    position: relative;
    margin-bottom: 33px;
}

.cid-s2V8KDRiGP .card-wrapper .card-box .meta::before {
    content: "";
    display: block;
    width: 20px;
    height: 3px;
    background-color: #279e64;
    position: absolute;
    left: 0;
    bottom: -25px;
}

.cid-s2V8KDRiGP .card-wrapper .card-box .meta .item {
    transition: all 0.3s ease-in;
}

.cid-s2V8KDRiGP .card-wrapper .card-box .meta .item:hover {
    color: #279e64 !important;
}

.cid-s2V8KDRiGP .card-wrapper .card-box .meta .mbr-iconfont {
    color: #83868c;
    margin-right: 4px;
    font-size: 14px;
    font-weight: 400;
}

.cid-s2V8KDRiGP .card-wrapper .card-box .meta .item-category .category {
    color: #13287d;
    font-weight: 500;
}

.cid-s2V8KDRiGP .card-wrapper .card-box .meta .item-date .date {
    color: #83868c;
    font-weight: 500;
}

.cid-s2V8KDRiGP .card-wrapper .card-box .meta .item-date:before {
    content: "-";
    margin-left: 5px;
    margin-right: 3px;
    color: #83868c;
}

.cid-s2V8KDRiGP .card-wrapper .card-box .meta .item-date::after {
    content: "-";
    margin-left: 5px;
    margin-right: 3px;
    color: #83868c;
}

.cid-s2V8KDRiGP .card-wrapper .card-box .meta .item-comment .comment {
    color: #83868c;
    font-weight: 500;
}

.cid-s2V8KDRiGP .card-wrapper .card-box .meta .item-comment:after {
    content: "";
    display: block;
    width: 35px;
    height: 3px;
    background-color: #279e64;
    position: absolute;
    left: 30px;
    bottom: -25px;
}

.cid-s2V8KDRiGP .card-wrapper .card-box .card-subtitle {
    color: #13287d;
    margin-bottom: 13px;
    font-weight: 500;
}

.cid-s2V8KDRiGP .card-wrapper .card-box .mbr-text {
    margin-bottom: 24px;
    color: #83868c;
}

.cid-s2V8KDRiGP .card-wrapper .card-box .mbr-section-btn {
    position: relative;
    margin-left: 1px;
}

.cid-s2V8KDRiGP .card-wrapper .card-box .mbr-section-btn .link {
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
}

.cid-s2V8KDRiGP .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
    font-size: 16px;
    margin-left: 40px;
    position: relative;
    top: 1px;
    display: inline-flex;
    width: 46px;
    height: 46px;
    background: 0 0;
    color: #13287d;
    align-items: center;
    justify-content: center;
    transition: all .3s linear 0s;
    order: 2;
}

.cid-s2V8KDRiGP .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #279e64;
    transform: scale(0);
    transition: all .3s linear 0s;
}

.cid-s2V8KDRiGP .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
    position: relative;
    z-index: 1;
}

.cid-s2V8KDRiGP .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
    color: #ffffff;
}

.cid-s2V8KDRiGP .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
    transform: scale(1);
    box-shadow: 0 10px 30px 0 #279e64;
}

@media (max-width: 768px) {
    .cid-s2V8KDRiGP * {
        text-align: left;
    }
}

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

.cid-s2V8KXHfo6 img {
    max-width: 100%;
    margin-bottom: 30px;
}

.cid-s2V8KXHfo6 .card-wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
}

.cid-s2V8KXHfo6 .card-wrapper .card-box .card-title {
    color: #13287d;
    transition: 0.3s all;
    margin-bottom: 20px;
}

.cid-s2V8KXHfo6 .card-wrapper .card-box .card-title:hover {
    color: #13287d;
    transition: 0.3s all;
}

.cid-s2V8KXHfo6 .card-wrapper .card-box .meta {
    color: #999999;
    position: relative;
    margin-bottom: 33px;
}

.cid-s2V8KXHfo6 .card-wrapper .card-box .meta .item {
    transition: all 0.3s ease-in;
    margin-right: 22px;
}

.cid-s2V8KXHfo6 .card-wrapper .card-box .meta .item:hover {
    color: #279e64 !important;
}

.cid-s2V8KXHfo6 .card-wrapper .card-box .meta .item:hover .mbr-iconfont {
    color: #279e64 !important;
}

.cid-s2V8KXHfo6 .card-wrapper .card-box .meta .mbr-iconfont {
    color: #83868c;
    margin-right: 4px;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s ease-in;
}

.cid-s2V8KXHfo6 .card-wrapper .card-box .meta .item-author:hover .mbr-iconfont {
    color: #279e64 !important;
}

.cid-s2V8KXHfo6 .card-wrapper .card-box .meta .item-author .author {
    color: #83868c;
    font-weight: 500;
}

.cid-s2V8KXHfo6 .card-wrapper .card-box .meta .item-date .date {
    color: #83868c;
    font-weight: 500;
}

.cid-s2V8KXHfo6 .card-wrapper .card-box .meta .item-date:hover .mbr-iconfont {
    color: #279e64 !important;
}

.cid-s2V8KXHfo6 .card-wrapper .card-box .meta .item-comment .comment {
    color: #83868c;
    font-weight: 500;
}

.cid-s2V8KXHfo6 .card-wrapper .card-box .meta .item-comment:hover .mbr-iconfont {
    color: #279e64 !important;
}

.cid-s2V8KXHfo6 .card-wrapper .card-box .meta .item-views:hover .mbr-iconfont {
    color: #279e64 !important;
}

.cid-s2V8KXHfo6 .card-wrapper .card-box .meta .item-views .views {
    color: #83868c;
    font-weight: 500;
}

.cid-s2V8KXHfo6 .card-wrapper .card-box .card-subtitle {
    color: #13287d;
    margin-bottom: 13px;
    font-weight: 500;
}

.cid-s2V8KXHfo6 .card-wrapper .card-box .mbr-text {
    margin-bottom: 24px;
    color: #83868c;
}

.cid-s2V8KXHfo6 .card-wrapper .card-box .mbr-text.accent-text {
    color: #13287d;
    position: relative;
    padding-left: 62px;
}

.cid-s2V8KXHfo6 .card-wrapper .card-box .mbr-text.accent-text .mbr-iconfont {
    display: block;
    width: 41px;
    height: 36px;
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 41px;
    color: #ffc600;
}

.cid-s2V8KXHfo6 .card-wrapper .card-box .mbr-section-btn {
    position: relative;
    margin-left: 1px;
}

.cid-s2V8KXHfo6 .card-wrapper .card-box .mbr-section-btn .link {
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
}

.cid-s2V8KXHfo6 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
    font-size: 16px;
    margin-left: 40px;
    position: relative;
    top: 1px;
    display: inline-flex;
    width: 46px;
    height: 46px;
    background: 0 0;
    color: #13287d;
    align-items: center;
    justify-content: center;
    transition: all .3s linear 0s;
    order: 2;
}

.cid-s2V8KXHfo6 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #279e64;
    transform: scale(0);
    transition: all .3s linear 0s;
}

.cid-s2V8KXHfo6 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
    position: relative;
    z-index: 1;
}

.cid-s2V8KXHfo6 .card-wrapper .card-box .entry-content-bottom {
    padding-top: 4px;
    padding-bottom: 38px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.cid-s2V8KXHfo6 .card-wrapper .card-box .entry-content-bottom .entry-tags {
    margin: 5px 15px 5px 0;
}

.cid-s2V8KXHfo6 .card-wrapper .card-box .entry-content-bottom .entry-tags .mbr-section-btn a {
    border: 1px solid rgba(131, 134, 140, 0.286);
    display: inline-block;
    font-size: 14px !important;
    padding: 9.5px 31px;
    margin-top: 13px;
    margin-right: 6px;
    transition: all .3s linear 0ms;
}

.cid-s2V8KXHfo6 .card-wrapper .card-box .entry-content-bottom .entry-tags .mbr-section-btn a:hover {
    background-color: #279e64;
    color: #ffffff !important;
}

.cid-s2V8KXHfo6 .card-wrapper .card-box .entry-content-bottom .entry-social-share {
    display: flex;
    align-items: flex-end;
    margin-top: 13px;
}

.cid-s2V8KXHfo6 .card-wrapper .card-box .entry-content-bottom .entry-social-share ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.cid-s2V8KXHfo6 .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li {
    padding: 4px;
    display: flex;
    margin: 0 4px;
    background-color: red;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
}

.cid-s2V8KXHfo6 .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon1 {
    background-color: #3b5998;
}

.cid-s2V8KXHfo6 .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon2 {
    background-color: #00acee;
}

.cid-s2V8KXHfo6 .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon3 {
    background-color: #ca1f27;
}

.cid-s2V8KXHfo6 .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon4 {
    background-color: #dd4b39;
}

.cid-s2V8KXHfo6 .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon5 {
    background-color: #279e64;
}

.cid-s2V8KXHfo6 .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li .icon-transition .mbr-iconfont {
    font-size: 14px;
    color: #ffffff;
}

.cid-s2V8KXHfo6 .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li:first-child {
    margin-left: 0;
}

.cid-s2V8KXHfo6 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
    color: #ffffff;
}

.cid-s2V8KXHfo6 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
    transform: scale(1);
    box-shadow: 0 10px 30px 0 #279e64;
}

@media (max-width: 768px) {
    .cid-s2V8KXHfo6 * {
        text-align: left;
    }
}

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

.cid-s2V8LxNJeA .main {
    margin-bottom: 70px;
}

.cid-s2V8LxNJeA .main .mbr-section-subtitle {
    color: #279e64;
    margin-bottom: 10px;
}

.cid-s2V8LxNJeA .main .mbr-section-title {
    color: #13287d;
    margin-bottom: 20px;
}

.cid-s2V8LxNJeA .main .mbr-text {
    color: #83868c;
}

.cid-s2V8LxNJeA .wrapper {
    position: relative;
    padding: 2rem;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 17rem;
    margin-bottom: 25px;
    margin-top: 35px;
}

.cid-s2V8LxNJeA .wrapper .mbr-overlay {
    z-index: 1;
    pointer-events: none;
    border-radius: 0 !important;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #13287d;
    transition: all 0.4s ease-in-out;
    transform: rotateY(0);
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: visible;
    opacity: 0;
}

.cid-s2V8LxNJeA .wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    pointer-events: all;
}

.cid-s2V8LxNJeA .wrapper .content-block {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 0;
    padding: 0.75rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotateY(0);
    transition: all 0.4s ease-in-out;
    visibility: visible;
    pointer-events: none;
}

.cid-s2V8LxNJeA .wrapper .content-block .icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .45s ease 0ms;
    cursor: pointer;
}

.cid-s2V8LxNJeA .wrapper .content-block .icon-wrap:hover {
    border-color: transparent;
    color: #ffffff;
}

.cid-s2V8LxNJeA .wrapper .content-block .icon-wrap .mbr-iconfont {
    font-size: 30px;
}

.cid-s2V8LxNJeA .wrapper:hover .mbr-overlay {
    opacity: 0.4;
    z-index: 1;
    visibility: visible;
    transform: rotateY(180deg);
}

.cid-s2V8LxNJeA .wrapper:hover .content-block {
    opacity: 1;
    transform: rotateY(180deg);
    z-index: 1;
    visibility: visible;
}

.cid-s2V8LxNJeA .wrapper:hover .content-block .icon-wrap {
    transform: translate(0);
    opacity: 1;
}

.cid-s2V8LxNJeA .under {
    margin-bottom: 35px;
}

.cid-s2V8LxNJeA .under .card-title {
    color: #13287d;
    transition: all .3s linear 0ms;
    margin-bottom: 13px;
}

.cid-s2V8LxNJeA .under .card-title:hover {
    color: #279e64;
}

.cid-s2V8LxNJeA .under .card-subtitle {
    color: #83868c;
    font-weight: 500;
}

.cid-s2V8LxNJeA .under .mbr-link-btn {
    transition: all .3s linear 0ms;
    position: absolute;
}

.cid-s2V8LxNJeA .under .mbr-link-btn .btn {
    transition: all .3s linear 0ms;
    font-weight: 700;
    position: relative;
    color: #13287d !important;
}

.cid-s2V8LxNJeA .under .mbr-link-btn .btn .mbr-iconfont {
    font-weight: 700;
    padding-left: 40px !important;
    display: inline;
    transition: transform .3s linear 0s !important;
}

.cid-s2V8LxNJeA .under .mbr-link-btn:hover .mbr-iconfont {
    transform: translateX(-10px);
}

.cid-s2V8LxNJeA .btn[class*="-outline"] {
    border: none;
    padding: 0;
    margin: 0 !important;
    box-shadow: none !important;
}

.cid-s2V8LxNJeA .btn[class*="-outline"] span {
    order: 2;
    font-size: 0.8rem;
    transition: padding 0.3s !important;
}

.cid-s2V8LxNJeA .btn[class*="-outline"]:hover span {
    padding-left: 10px;
}

.cid-s2V8LxNJeA .btn[class*="-outline"]:hover {
    background-color: transparent !important;
    color: #279e64 !important;
    box-shadow: none !important;
}

.cid-s2V8LxNJeA .btn[class*="-outline"]:active,
.cid-s2V8LxNJeA .btn[class*="-outline"]:focus {
    background-color: transparent !important;
    box-shadow: none !important;
}

.cid-s2V8LF2Ct7 {
    padding-top: 105px;
    padding-bottom: 90px;
    background-color: #ffffff;
}

.cid-s2V8LF2Ct7 .mbr-section-subtitle {
    color: #279e64;
}

.cid-s2V8LF2Ct7 .mbr-section-title {
    text-align: left;
    color: #13287d;
}

.cid-s2V8LF2Ct7 .mbr-text {
    color: #83868c;
}

.cid-s2V8LF2Ct7 .mbr-section-btn {
    margin-top: 40px;
}

.cid-s2V8LF2Ct7 .mbr-section-btn .btn {
    margin-left: 0 !important;
}

.cid-s2V8LF2Ct7 .mbr-list {
    color: #83868c;
}

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

@media (max-width: 767px) {
    .cid-s2V8LF2Ct7 .mbr-list .list {
        text-align: left;
    }
}

.cid-s2V8LF2Ct7 .mbr-list .list li {
    line-height: 1.8;
    padding-bottom: 14px;
    margin-top: 14px;
    font-weight: 400;
}

.cid-s2V8LF2Ct7 .mbr-list .list li:first-child {
    margin-top: 0;
}

.cid-s2V8LF2Ct7 .mbr-list .list li:before {
    font-weight: 900;
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    content: "\e97c";
    font-family: 'Moririse2' !important;
    text-align: center;
    line-height: 1em;
    transition: all 0.3s;
    margin-right: 11.25px;
    border-radius: 50%;
    padding: 5px;
    background-color: #279e64;
}

@media (max-width: 768px) {
    .cid-s2V8LF2Ct7 * {
        text-align: left;
    }
}

.cid-s2V8LQ8qwE {
    padding-top: 105px;
    padding-bottom: 90px;
    background-color: #ffffff;
}

.cid-s2V8LQ8qwE .head_info {
    text-align: center;
    margin-bottom: 61px;
}

.cid-s2V8LQ8qwE .head_info .mbr-section-title {
    margin-bottom: 20px;
    color: #13287d;
}

.cid-s2V8LQ8qwE .head_info .mbr-subtitle {
    color: #279e64;
    margin-bottom: 10px;
}

.cid-s2V8LQ8qwE .head_info .mbr-section-text {
    margin-top: 20px;
    margin-bottom: 0;
    color: #83868c;
}

.cid-s2V8LQ8qwE .plan {
    position: relative;
    max-width: 330px;
    padding-right: 0;
    padding-left: 0;
    background-color: #eff2f7;
    text-align: center;
    border-radius: 8px;
    padding: 42px 15px 55px;
}

.cid-s2V8LQ8qwE .plan .plan-title {
    color: #13287d;
    margin-bottom: 32px;
}

.cid-s2V8LQ8qwE .plan .icon_box {
    display: block;
    text-align: center;
    padding-bottom: 17.5px;
}

.cid-s2V8LQ8qwE .plan .icon_box .ico1 {
    font-size: 79.5px;
    display: block;
    position: relative;
    color: #279e64;
}

.cid-s2V8LQ8qwE .plan .plan-price .mbr-text {
    color: #13287d;
    margin-bottom: 0;
}

.cid-s2V8LQ8qwE .plan .plan-list {
    margin-bottom: 15px;
}

.cid-s2V8LQ8qwE .plan .plan-list .list-group {
    color: #83868c;
}

.cid-s2V8LQ8qwE .plan .plan-list .list-group-item {
    position: relative;
    justify-content: center;
    border: 0;
    background: transparent;
    padding: 5px 0;
}

.cid-s2V8LQ8qwE .plan .plan-list .list-group-item:before {
    color: #4f87fb;
    display: inline-block;
    content: "✓";
    text-align: center;
    transition: all 0.2s;
    width: 25px;
    height: 25px;
}

.cid-s2V8LQ8qwE .plan .plan-list .list-group-item:last-child {
    border-radius: 8px;
}

.cid-s2V8LQ8qwE .plan .mbr-section-btn {
    margin-top: 17.5px;
    margin-bottom: 42px;
}

.cid-s2V8LQ8qwE .plan .mbr-section-btn .btn {
    display: -webkit-inline-flex;
    align-items: center;
    -webkit-align-items: center;
    position: relative;
    overflow: hidden;
}

.cid-s2V8LQ8qwE .plan .mbr-section-btn .btn::after {
    background-color: #656565;
    content: "";
    height: 150px;
    left: -75px;
    position: absolute;
    top: -60px;
    transform: rotate(35deg);
    transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 40px;
    opacity: 0;
    outline: none;
    text-decoration: none;
}

.cid-s2V8LQ8qwE .plan .mbr-section-btn .btn:hover::after {
    left: 250px;
    opacity: 0.8;
}

.cid-s2V8LQ8qwE .plan .mbr-section-btn .btn-primary:hover {
    background-color: #28303f !important;
    color: #ffc600 !important;
}

.cid-s2V8LQ8qwE .plan:hover .mbr-iconfont {
    -webkit-animation-name: pulse-shrink;
    animation-name: pulse-shrink;
    -webkit-animation-duration: .35s;
    animation-duration: .35s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

@-webkit-keyframes pulse-shrink {
    to {
        transform: scale(0.9);
    }
}

@keyframes pulse-shrink {
    to {
        transform: scale(0.9);
    }
}

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

.cid-s2V8MhAy8n .mbr-section-subtitle {
    color: #279e64;
}

.cid-s2V8MhAy8n .mbr-section-title {
    color: #13287d;
    text-align: center;
}

.cid-s2V8MhAy8n .mbr-text {
    color: #83868c;
}

.cid-s2V8MhAy8n .card {
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.cid-s2V8MhAy8n .card .card-wrap {
    background-color: #eff2f7;
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
}

.cid-s2V8MhAy8n .card .card-wrap .card-img {
    overflow: hidden;
    position: relative;
}

.cid-s2V8MhAy8n .card .card-wrap .card-img .img-icon {
    width: 100%;
    height: auto;
}

.cid-s2V8MhAy8n .card .card-wrap .card-box {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s linear 0s;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.cid-s2V8MhAy8n .card .card-wrap .card-box .card-title {
    color: #13287d;
    width: 100%;
}

.cid-s2V8MhAy8n .card .card-wrap .card-box .user-desc {
    color: #83868c;
    width: 100%;
}

.cid-s2V8MhAy8n .card .card-wrap .card-box .social-list {
    margin-top: 17px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.cid-s2V8MhAy8n .card .card-wrap .card-box .social-list .soc-item {
    width: 40px;
    height: 40px;
    background: transparent;
    border-radius: 100%;
    border: 1px solid #279e64;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    transition: 0.3s all;
}

.cid-s2V8MhAy8n .card .card-wrap .card-box .social-list .soc-item span {
    font-size: 15px;
    color: #279e64;
    transition: all 0.3s;
}

.cid-s2V8MhAy8n .card .card-wrap .card-box .social-list .soc-item:hover {
    background-color: #279e64 !important;
    transition: 0.3s all;
}

.cid-s2V8MhAy8n .card .card-wrap .card-box .social-list .soc-item:hover span {
    color: #ffffff;
}

.cid-s2V8MhAy8n .card .card-wrap .card-box .mbr-section-btn {
    margin-top: 40px;
}

.cid-s2V8MhAy8n .card .card-wrap .card-box .mbr-section-btn .btn {
    display: -webkit-inline-flex;
    align-items: center;
    -webkit-align-items: center;
    position: relative;
    overflow: hidden;
}

.cid-s2V8MhAy8n .card .card-wrap .card-box .mbr-section-btn .btn .mbr-iconfont {
    font-size: 1.2em;
}

.cid-s2V8MhAy8n .card .card-wrap .card-box .mbr-section-btn .btn::after {
    background-color: #656565;
    content: "";
    height: 150px;
    left: -75px;
    position: absolute;
    top: -60px;
    transform: rotate(35deg);
    transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 40px;
    opacity: 0;
    outline: none;
    text-decoration: none;
}

.cid-s2V8MhAy8n .card .card-wrap .card-box .mbr-section-btn .btn:hover::after {
    left: 250px;
    opacity: 0.8;
}

.cid-s2V8MhAy8n .card:hover .card-wrap .card-box {
    opacity: 1;
    visibility: visible;
}

.cid-s2V8MhAy8n .card:hover .card-wrap .card-box .social-list .soc-item:first-child {
    transform: translateX(0);
}

.cid-s2V8MhAy8n .card:hover .card-wrap .card-box .social-list .soc-item:last-child {
    transform: translateX(0);
}

.cid-s2V8MhAy8n .mbr-iconfont {
    color: #ffc600;
}

@media (min-width: 992px) {
    .cid-s2V8MhAy8n .my-col {
        flex: 0 0 20%;
        max-width: 20%;
        padding: 15px;
    }
}

@media (max-width: 991px) {
    .cid-s2V8MhAy8n .card {
        margin-bottom: 30px;
    }
}

.cid-s2V8Mv5yDU {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #eff2f7;
}

.cid-s2V8Mv5yDU .container.main,
.cid-s2V8Mv5yDU .container-fluid.main {
    padding-left: 30px;
    padding-right: 30px;
}

.cid-s2V8Mv5yDU .container .mbr-section-subtitle,
.cid-s2V8Mv5yDU .container-fluid .mbr-section-subtitle {
    color: #279e64;
    margin-bottom: 10px;
}

.cid-s2V8Mv5yDU .container .mbr-section-title,
.cid-s2V8Mv5yDU .container-fluid .mbr-section-title {
    margin-bottom: 20px;
    color: #13287d;
}

.cid-s2V8Mv5yDU .container .mbr-text,
.cid-s2V8Mv5yDU .container-fluid .mbr-text {
    color: #83868c;
}

.cid-s2V8Mv5yDU .carousel-item {
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 0rem;
}

.cid-s2V8Mv5yDU .carousel-item>div {
    width: 100%;
}

.cid-s2V8Mv5yDU .carousel-item.active,
.cid-s2V8Mv5yDU .carousel-item-next,
.cid-s2V8Mv5yDU .carousel-item-prev {
    display: flex;
}

.cid-s2V8Mv5yDU .carousel-indicators {
    left: 0%;
    margin: 20px auto 0;
    align-items: center;
    bottom: -60px !important;
}

.cid-s2V8Mv5yDU .carousel-indicators .active {
    border: 3px solid #ffffff;
    background-color: #ffffff !important;
}

.cid-s2V8Mv5yDU .carousel-indicators li {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    transition: border 0.5s;
    background-color: #ffffff;
    font-size: 2rem;
    opacity: 1;
    border-width: 0px;
    margin: 6px;
}

.cid-s2V8Mv5yDU .carousel-indicators li:hover {
    opacity: 1;
}

@media (max-width: 991px) {
    .cid-s2V8Mv5yDU .carousel-controls {
        display: none;
    }
}

.cid-s2V8Mv5yDU .carousel-controls .carousel-control-prev,
.cid-s2V8Mv5yDU .carousel-controls .carousel-control-next {
    opacity: 1;
}

.cid-s2V8Mv5yDU .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 15px;
}

.cid-s2V8Mv5yDU .carousel-controls a span {
    padding: 16.5px;
    border-radius: 50%;
    color: #13287d;
    background: #ffffff;
    font-weight: bold;
    box-shadow: 0 10px 30px 0 #e7eaf2;
}

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

.cid-s2V8Mv5yDU .card {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 40px 40px 30px;
    position: relative;
}

.cid-s2V8Mv5yDU .card .client-content {
    display: block;
}

.cid-s2V8Mv5yDU .card .client-content .service-icon {
    text-align: left;
    position: relative;
    display: block;
}

.cid-s2V8Mv5yDU .card .client-content .service-icon .front {
    color: #e3e5e6;
    font-size: 3.1875rem;
    position: relative;
    margin-bottom: 22px;
}

.cid-s2V8Mv5yDU .card .client-content .service-icon:after {
    opacity: 0.5;
    width: 76px;
    height: 76px;
    content: "";
    position: absolute;
    top: -34px;
    left: 50%;
    margin-left: -13%;
    border-radius: 50%;
    z-index: 0;
}

.cid-s2V8Mv5yDU .card .client-content .card-text {
    margin-bottom: 25px;
    color: #83868c;
}

.cid-s2V8Mv5yDU .card .client-info {
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 30px;
}

.cid-s2V8Mv5yDU .card .client-info::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -40px;
    right: -40px;
    height: 1px;
    background-color: #dcdfe2;
}

.cid-s2V8Mv5yDU .card .client-info .client-image {
    margin-right: 20px;
    flex: none;
    display: block;
}

.cid-s2V8Mv5yDU .card .client-info .client-image img {
    width: 65px;
    height: 65px;
    object-fit: cover;
    border-radius: 50%;
    margin: auto;
    display: block;
    max-width: 100%;
}

.cid-s2V8Mv5yDU .card .client-info .name-job .signature {
    margin-bottom: 0;
    color: #13287d;
}

.cid-s2V8Mv5yDU .card .client-info .name-job .profession {
    color: #83868c;
}

@media (min-width: 768px) {
    .cid-s2V8Mv5yDU .carousel-controls a {
        width: 5%;
    }
    .cid-s2V8Mv5yDU .client-info {
        flex-direction: column;
        justify-content: center;
    }
    .cid-s2V8Mv5yDU .client-info .client-image {
        margin-right: 0 !important;
        margin-bottom: 10px;
    }
    .cid-s2V8Mv5yDU * {
        text-align: center;
    }
}

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

.cid-s2V8NeNCa6 .main-content .mbr-section-subtitle {
    color: #279e64;
    margin-bottom: 10px;
}

.cid-s2V8NeNCa6 .main-content .mbr-section-title {
    margin-bottom: 20px;
    color: #13287d;
}

.cid-s2V8NeNCa6 .main-content .mbr-text {
    color: #83868c;
}

.cid-s2V8NeNCa6 .categories {
    background-color: #eeeff2;
    padding: 35px 30px 40px;
    margin-bottom: 35px;
}

.cid-s2V8NeNCa6 .categories .mbr-section-subtitle {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    color: #13287d;
}

.cid-s2V8NeNCa6 .categories .mbr-section-subtitle::before {
    content: "";
    display: block;
    width: 20px;
    height: 3px;
    background-color: #279e64;
    position: absolute;
    left: 0;
    bottom: 0;
}

.cid-s2V8NeNCa6 .categories .mbr-section-subtitle::after {
    content: "";
    display: block;
    width: 35px;
    height: 3px;
    background-color: #279e64;
    position: absolute;
    left: 30px;
    bottom: 0;
}

.cid-s2V8NeNCa6 .categories .nav {
    border: none;
    width: 100%;
    display: block !important;
    margin-top: -10px;
}

.cid-s2V8NeNCa6 .categories .nav .nav-item {
    display: inline-block !important;
}

.cid-s2V8NeNCa6 .categories .nav .nav-item:hover .nav-link {
    color: #ffffff !important;
    background: #279e64 !important;
}

.cid-s2V8NeNCa6 .categories .nav .nav-item .nav-link {
    display: inline-block;
    color: #83868c;
    box-sizing: border-box;
    font-style: normal;
    background: #ffffff;
    padding: 11px 20px;
    border: 1px solid #efefef;
    margin-top: 10px;
    margin-right: 6px;
    border-radius: 3px !important;
    transition: all .3s linear 0ms;
    font-weight: 500;
    line-height: 1.8;
}

.cid-s2V8NeNCa6 .categories .nav .nav-item .nav-link:hover {
    background-color: #ffffff;
    color: #000000;
}

.cid-s2V8NeNCa6 .categories .nav .nav-item .nav-link.active {
    font-weight: 500;
    color: #000000;
    font-style: normal;
    background: #ffffff;
}

@media (max-width: 767px) {
    .cid-s2V8NeNCa6 .nav-item {
        display: table-row !important;
    }
}

.cid-s2V8NeNCa6 .card-wrapper {
    height: 100%;
    margin-bottom: 15px;
}

.cid-s2V8NeNCa6 .card-wrapper .img-wrap {
    margin-bottom: 30px;
}

.cid-s2V8NeNCa6 .card-wrapper .img-wrap img {
    width: 100%;
}

.cid-s2V8NeNCa6 .card-wrapper .card-box .card-title {
    color: #13287d;
    transition: 0.3s all;
    margin-bottom: 20px;
}

.cid-s2V8NeNCa6 .card-wrapper .card-box .card-title:hover {
    color: #13287d;
    transition: 0.3s all;
}

.cid-s2V8NeNCa6 .card-wrapper .card-box .meta {
    color: #999999;
    position: relative;
    margin-bottom: 33px;
}

.cid-s2V8NeNCa6 .card-wrapper .card-box .meta::before {
    content: "";
    display: block;
    width: 20px;
    height: 3px;
    background-color: #279e64;
    position: absolute;
    left: 0;
    bottom: -25px;
}

.cid-s2V8NeNCa6 .card-wrapper .card-box .meta .item {
    transition: all 0.3s ease-in;
}

.cid-s2V8NeNCa6 .card-wrapper .card-box .meta .item:hover {
    color: #279e64 !important;
}

.cid-s2V8NeNCa6 .card-wrapper .card-box .meta .mbr-iconfont {
    color: #83868c;
    margin-right: 4px;
    font-size: 14px;
    font-weight: 400;
}

.cid-s2V8NeNCa6 .card-wrapper .card-box .meta .item-category .category {
    color: #13287d;
    font-weight: 500;
}

.cid-s2V8NeNCa6 .card-wrapper .card-box .meta .item-category:hover .mbr-iconfont {
    color: #279e64 !important;
}

.cid-s2V8NeNCa6 .card-wrapper .card-box .meta .item-date .date {
    color: #83868c;
    font-weight: 500;
}

.cid-s2V8NeNCa6 .card-wrapper .card-box .meta .item-date:hover .mbr-iconfont {
    color: #279e64 !important;
}

.cid-s2V8NeNCa6 .card-wrapper .card-box .meta .item-date:before {
    content: "-";
    margin-left: 5px;
    margin-right: 3px;
    color: #83868c;
}

.cid-s2V8NeNCa6 .card-wrapper .card-box .meta .item-date::after {
    content: "-";
    margin-left: 5px;
    margin-right: 3px;
    color: #83868c;
}

.cid-s2V8NeNCa6 .card-wrapper .card-box .meta .item-comment .comment {
    color: #83868c;
    font-weight: 500;
}

.cid-s2V8NeNCa6 .card-wrapper .card-box .meta .item-comment:hover .mbr-iconfont {
    color: #279e64 !important;
}

.cid-s2V8NeNCa6 .card-wrapper .card-box .meta .item-comment:after {
    content: "";
    display: block;
    width: 35px;
    height: 3px;
    background-color: #279e64;
    position: absolute;
    left: 30px;
    bottom: -25px;
}

.cid-s2V8NeNCa6 .card-wrapper .card-box .card-subtitle {
    color: #13287d;
    margin-bottom: 13px;
    font-weight: 500;
}

.cid-s2V8NeNCa6 .card-wrapper .card-box .mbr-text {
    margin-bottom: 24px;
    color: #83868c;
}

.cid-s2V8NeNCa6 .card-wrapper .card-box .mbr-section-btn {
    position: relative;
    margin-left: 1px;
}

.cid-s2V8NeNCa6 .card-wrapper .card-box .mbr-section-btn .link {
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
}

.cid-s2V8NeNCa6 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
    font-size: 16px;
    margin-left: 40px;
    position: relative;
    top: 1px;
    display: inline-flex;
    width: 46px;
    height: 46px;
    background: 0 0;
    color: #13287d;
    align-items: center;
    justify-content: center;
    transition: all .3s linear 0s;
    order: 2;
}

.cid-s2V8NeNCa6 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #279e64;
    transform: scale(0);
    transition: all .3s linear 0s;
}

.cid-s2V8NeNCa6 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
    position: relative;
    z-index: 1;
}

.cid-s2V8NeNCa6 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
    color: #ffffff;
}

.cid-s2V8NeNCa6 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
    transform: scale(1);
    box-shadow: 0 10px 30px 0 #279e64;
}

.cid-s2V8NeNCa6 .newsletter {
    padding: 35px 30px 40px;
    background-color: #eeeff2;
    border-radius: 3px;
    display: block;
}

.cid-s2V8NeNCa6 .newsletter .mbr-section-subtitle {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    color: #13287d;
}

.cid-s2V8NeNCa6 .newsletter .mbr-section-subtitle::before {
    content: "";
    display: block;
    width: 20px;
    height: 3px;
    background-color: #279e64;
    position: absolute;
    left: 0;
    bottom: 0;
}

.cid-s2V8NeNCa6 .newsletter .mbr-section-subtitle::after {
    content: "";
    display: block;
    width: 35px;
    height: 3px;
    background-color: #279e64;
    position: absolute;
    left: 30px;
    bottom: 0;
}

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

.cid-s2V8NeNCa6 .newsletter .form-control {
    font-size: 14px;
    background: #ffffff;
    color: #83868c;
    display: block;
    height: 60px;
    border-radius: 3px;
    width: 100%;
    padding: 13px 20px !important;
    padding-right: 50px !important;
    transition: all .3s linear 0ms;
}

.cid-s2V8NeNCa6 .newsletter .form-control::-webkit-input-placeholder {
    color: #83868c;
}

.cid-s2V8NeNCa6 .newsletter .form-control::-moz-placeholder {
    color: #83868c;
}

.cid-s2V8NeNCa6 .newsletter .form-control:-moz-placeholder {
    color: #83868c;
}

.cid-s2V8NeNCa6 .newsletter .form-control:-ms-input-placeholder {
    color: #83868c;
}

.cid-s2V8NeNCa6 .newsletter .form-group {
    margin-bottom: 8.6px;
}

.cid-s2V8NeNCa6 .newsletter .dragArea {
    flex-direction: column;
}

.cid-s2V8NeNCa6 .newsletter .dragArea .mbr-section-btn .btn {
    font-weight: bold;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
    border-radius: 0;
}

.cid-s2V8NeNCa6 .newsletter .dragArea .mbr-section-btn .btn.btn-secondary:hover {
    background-color: #ffc600 !important;
    border-color: #ffc600 !important;
    color: #000000 !important;
}

@media (max-width: 768px) {
    .cid-s2V8NeNCa6 .img-wrap {
        margin-top: 20px;
    }
    .cid-s2V8NeNCa6 .categories .mbr-section-subtitle {
        text-align: left;
    }
    .cid-s2V8NeNCa6 .newsletter .mbr-section-subtitle {
        text-align: left;
    }
    .cid-s2V8NeNCa6 .meta::before {
        display: none !important;
    }
    .cid-s2V8NeNCa6 .meta .item-comment::after {
        display: none !important;
    }
    .cid-s2V8NeNCa6 .link {
        justify-content: center !important;
    }
}

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

.cid-s2V8Ntm9Ny .mbr-overlay {
    background-color: #ffffff;
    opacity: 0.7;
}

.cid-s2V8Ntm9Ny .img-wrap {
    height: 100%;
}

.cid-s2V8Ntm9Ny .img-wrap .wrapper {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.cid-s2V8Ntm9Ny .img-wrap .wrapper .overlay {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background-color: #279e64;
    opacity: 0.5;
    pointer-events: none;
}

.cid-s2V8Ntm9Ny .img-wrap .wrapper .box {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 1s ease-in-out;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-30%);
}

.cid-s2V8Ntm9Ny .img-wrap .wrapper .box .mbr-media {
    z-index: 2;
}

.cid-s2V8Ntm9Ny .img-wrap .wrapper .box .mbr-media .icon-wrap {
    position: relative;
    display: inline-flex;
    width: 95px;
    height: 95px;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 100%;
}

.cid-s2V8Ntm9Ny .img-wrap .wrapper .box .mbr-media .icon-wrap::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 100%;
    -webkit-animation: pulse-border 1.5s ease-out infinite;
    animation: pulse-border 1.5s ease-out infinite;
}

.cid-s2V8Ntm9Ny .img-wrap .wrapper .box .mbr-media .icon-wrap span {
    padding-left: 4px;
    font-size: 15px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: all 0.25s;
    color: #279e64;
}

.cid-s2V8Ntm9Ny .img-wrap .wrapper .box .mbr-media .icon-wrap span.mbri-play:before {
    position: absolute;
    left: 50%;
    transform: translateX(-35%);
}

.cid-s2V8Ntm9Ny .img-wrap .wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.cid-s2V8Ntm9Ny input,
.cid-s2V8Ntm9Ny textarea {
    border-left: none;
    border-top: none;
    border-right: none;
    border-radius: 3px;
    padding: 13px 20px;
    line-height: 4.28;
    height: 60px;
    font-size: 14px;
    color: #279e64;
}

.cid-s2V8Ntm9Ny input:focus,
.cid-s2V8Ntm9Ny textarea:focus {
    border-left: none;
    border-top: none;
    border-right: none;
}

.cid-s2V8Ntm9Ny .form-control,
.cid-s2V8Ntm9Ny .field-input {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #6d7a8c;
    transition: 0.4s;
    box-shadow: none;
    outline: none;
    font-weight: 400;
}

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

.cid-s2V8Ntm9Ny input::-webkit-input-placeholder,
.cid-s2V8Ntm9Ny textarea::-webkit-input-placeholder {
    color: #6d7a8c;
    font-weight: 400;
}

.cid-s2V8Ntm9Ny input:-moz-placeholder,
.cid-s2V8Ntm9Ny textarea:-moz-placeholder {
    color: #6d7a8c;
}

.cid-s2V8Ntm9Ny .jq-selectbox li,
.cid-s2V8Ntm9Ny .jq-selectbox li {
    background-color: #ffffff;
    color: #000000;
}

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

.cid-s2V8Ntm9Ny .jq-selectbox:hover .jq-selectbox__trigger-arrow {
    border-top-color: #ffffff;
}

.cid-s2V8Ntm9Ny .jq-selectbox .jq-selectbox__trigger-arrow {
    border-top-color: #ffffff;
}

.cid-s2V8Ntm9Ny .form {
    padding: 38px 40px 45px;
}

.cid-s2V8Ntm9Ny .form .mbr-subtitle {
    color: #ffffff;
}

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

.cid-s2V8Ntm9Ny .form .mbr-text {
    margin-top: 20px;
    color: #ffffff;
}

.cid-s2V8Ntm9Ny textarea {
    min-height: 105px;
    line-height: normal;
}

.cid-s2V8Ntm9Ny .mbr-section-btn {
    margin: 0;
}

.cid-s2V8Ntm9Ny .mbr-section-btn .btn {
    width: 100%;
    text-align: center;
    margin: 0 !important;
}

.cid-s2V8Ntm9Ny .mbr-section-btn .btn:hover {
    color: #ffc600;
}

.cid-s2V8Ntm9Ny .second {
    padding-right: 0;
}

@media (max-width: 768px) {
    .cid-s2V8Ntm9Ny .mbr-section-title {
        text-align: left;
    }
    .cid-s2V8Ntm9Ny .second {
        margin-top: 30px;
    }
}

.cid-s2V8Ntm9Ny .mbr-form {
    background-color: #13287d;
}

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

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

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

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

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

@-webkit-keyframes pulse-border {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.7);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.7);
        opacity: 0;
    }
}

@media (max-width: 991px) {
    .cid-s2V8Ntm9Ny .second {
        padding-left: 0;
    }
}

.cid-s2V8NEcRal {
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #eff2f7;
}

.cid-s2V8NEcRal .widget-title {
    color: #13287d;
    margin-bottom: 30px;
}

.cid-s2V8NEcRal .line-wrap .line {
    width: 50px;
    height: 2px;
    display: inline-block;
    background: #13287d;
    transition: background 0.3s;
    margin-bottom: 2rem;
}

.cid-s2V8NEcRal .mbr-text {
    color: #83868c;
}

.cid-s2V8NEcRal .phone-word {
    color: #279e64;
}

.cid-s2V8NEcRal .text-link {
    transition: all 0.3s ease-in;
}

.cid-s2V8NEcRal .text-link:hover {
    color: #279e64 !important;
}

.cid-s2V8NEcRal img {
    height: 100px;
    padding-right: 8px;
}

.cid-s2V8NEcRal .img1 {
    color: #279e64;
}

.cid-s2V8NEcRal .img2 {
    color: #83868c;
    font-size: 10px;
    font-weight: bold;
}

@media (max-width: 992px) {
    .cid-s2V8NEcRal .content>div:not(:last-child) {
        margin-bottom: 2rem;
    }
}

.cid-s2V8NEcRal .content .link-wrap {
    color: red;
}

.cid-s2V8NEcRal .content .date-wrap {
    color: #13287d;
}

.cid-s2V8NEcRal .item,
.cid-s2V8NEcRal .link {
    display: flex;
    align-items: center;
    padding-bottom: 0.5rem;
    margin-bottom: 0.6rem;
}

.cid-s2V8NEcRal .item h4,
.cid-s2V8NEcRal .link h4 {
    padding-left: 10px;
    margin: 0;
}

.cid-s2V8NEcRal .link {
    transition: all 0.3s ease-in;
}

.cid-s2V8NEcRal .link .card-img {
    padding-bottom: 3px;
}

.cid-s2V8NEcRal .link:hover .card-img span {
    color: #279e64;
}

.cid-s2V8NEcRal .link:hover .card-box .link-title a {
    transition: all 0.3s;
    color: #279e64 !important;
}

.cid-s2V8NEcRal .item .card-img {
    width: auto;
}

.cid-s2V8NEcRal .item .card-img .img1 {
    display: block;
    padding: 6px;
    font-size: 15px;
    font-weight: bold;
}

.cid-s2V8NEcRal .card-img {
    width: auto;
}

@media (max-width: 767px) {
    .cid-s2V8NEcRal h5 {
        text-align: left !important;
    }
    .cid-s2V8NEcRal .line-wrap {
        text-align: left !important;
    }
}

.cid-s2V8NEcRal .item-title {
    color: #83868c;
    transition: all 0.3s ease-in;
}

.cid-s2V8NEcRal .item-title:hover {
    color: #279e64;
}

.cid-s2V8NEcRal .tips {
    height: 70px;
    width: 70px;
    margin: 4px;
    -o-object-fit: cover;
    object-fit: cover;
}

.cid-s2V8NEcRal .btn[class*="-outline"] {
    border: none;
    padding: 0;
    margin: 0 !important;
    box-shadow: none !important;
    text-align: left;
}

.cid-s2V8NEcRal .btn[class*="-outline"] span {
    order: 2;
    font-size: 0.8rem;
    transition: padding 0.3s !important;
}

.cid-s2V8NEcRal .btn[class*="-outline"]:hover {
    background-color: transparent !important;
    color: #13287d !important;
    box-shadow: none !important;
}

.cid-s2V8NEcRal .btn[class*="-outline"]:active,
.cid-s2V8NEcRal .btn[class*="-outline"]:focus {
    background-color: transparent !important;
    box-shadow: none !important;
}

.cid-s2V8NEcRal .list .list-item:first-child {
    padding-bottom: 15px;
}

.cid-s2V8NEcRal .list .list-item:last-child {
    margin-top: 10px;
}

.cid-s2V8NEcRal .pre-form {
    color: #83868c;
}

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

.cid-s2V8NEcRal .form-control {
    font-size: 14px;
    background: #ffffff;
    border: 1px solid #dcdfe2;
    color: #83868c;
    display: block;
    height: 60px;
    border-radius: 3px;
    width: 100%;
    padding: 13px 20px !important;
    padding-right: 50px !important;
    transition: all .3s linear 0ms;
}

.cid-s2V8NEcRal .form-control::-webkit-input-placeholder {
    color: #83868c;
}

.cid-s2V8NEcRal .form-control::-moz-placeholder {
    color: #83868c;
}

.cid-s2V8NEcRal .form-control:-moz-placeholder {
    color: #83868c;
}

.cid-s2V8NEcRal .form-control:-ms-input-placeholder {
    color: #83868c;
}

.cid-s2V8NEcRal .form-group {
    margin-top: 19px;
    margin-bottom: 15px;
}

.cid-s2V8NEcRal .form-group .mbr-iconfont {
    color: #279e64;
    position: absolute;
    font-size: 15px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.cid-s2V8NEcRal .dragArea {
    flex-direction: column;
}

.cid-s2V8NEcRal .dragArea .mbr-section-btn .btn {
    font-weight: bold;
    margin-left: 0 !important;
}