body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((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.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #102694 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #102694 !important;
  border-color: #102694 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #081246 !important;
  border-color: #081246 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #081246 !important;
  border-color: #081246 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #102694;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #081246 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #102694 !important;
  border-color: #102694 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #102694 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #060e38 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #102694;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #102694;
  border-color: #102694;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #102694;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #3a57ea;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #102694 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #102694;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #102694;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #102694;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #102694;
  border-bottom-color: #102694;
}
.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: #102694 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23102694' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tVAG9CIb1d .navbar-dropdown {
  background-color: #102694 !important;
  padding: 0;
}
.cid-tVAG9CIb1d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #102694 !important;
  background: #102694;
}
.cid-tVAG9CIb1d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVAG9CIb1d .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tVAG9CIb1d .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tVAG9CIb1d .menu_box .navbar.opened,
  .cid-tVAG9CIb1d .menu_box .navbar-collapse {
    background-color: #102694 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tVAG9CIb1d .navbar-dropdown {
  position: relative !important;
}
.cid-tVAG9CIb1d .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tVAG9CIb1d .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tVAG9CIb1d .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tVAG9CIb1d .btn {
  min-height: auto;
  margin-top: 0;
}
@media (min-width: 992px) {
  .cid-tVAG9CIb1d .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #18c28a;
  }
  .cid-tVAG9CIb1d .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tVAG9CIb1d .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tVAG9CIb1d .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tVAG9CIb1d .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tVAG9CIb1d .offcanvas-body .mbr-text,
  .cid-tVAG9CIb1d .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tVAG9CIb1d .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tVAG9CIb1d .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tVAG9CIb1d .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tVAG9CIb1d .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tVAG9CIb1d .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tVAG9CIb1d .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tVAG9CIb1d .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tVAG9CIb1d ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tVAG9CIb1d .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tVAG9CIb1d .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tVAG9CIb1d .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tVAG9CIb1d li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    font-size: 18px;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tVAG9CIb1d .lg_brand {
    margin: 0 1rem;
  }
  .cid-tVAG9CIb1d .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-tVAG9CIb1d .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tVAG9CIb1d .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tVAG9CIb1d .nav-item {
    margin: 0 !important;
  }
}
.cid-tVAG9CIb1d .nav-item .nav-link {
  position: relative;
}
.cid-tVAG9CIb1d .nav-item .nav-link:hover::before,
.cid-tVAG9CIb1d .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tVAG9CIb1d .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 5px;
  transition: all 0.3s ease-in-out;
  background-color: #102694;
}
.cid-tVAG9CIb1d .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tVAG9CIb1d .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tVAG9CIb1d .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tVAG9CIb1d .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tVAG9CIb1d .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tVAG9CIb1d .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tVAG9CIb1d .offcanvas_box {
    display: none;
  }
}
.cid-tVAG9CIb1d .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tVAG9CIb1d .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
  font-style: italic;
}
.cid-tVAG9CIb1d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tVAG9CIb1d .container {
  display: flex;
  margin: auto;
}
.cid-tVAG9CIb1d .iconfont-wrapper {
  color: #000000;
  font-size: 15px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tVAG9CIb1d .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tVAG9CIb1d .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tVAG9CIb1d .navbar-caption {
  color: #000000;
}
.cid-tVAG9CIb1d .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tVAG9CIb1d .navbar-nav {
    margin: 0;
  }
}
.cid-tVAG9CIb1d .dropdown-menu,
.cid-tVAG9CIb1d .navbar.opened {
  background-color: false !important;
}
.cid-tVAG9CIb1d .nav-item:focus,
.cid-tVAG9CIb1d .nav-link:focus {
  outline: none;
}
.cid-tVAG9CIb1d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVAG9CIb1d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVAG9CIb1d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVAG9CIb1d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVAG9CIb1d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVAG9CIb1d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tVAG9CIb1d .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tVAG9CIb1d .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tVAG9CIb1d .navbar.opened {
  transition: all 0.3s;
}
.cid-tVAG9CIb1d .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tVAG9CIb1d .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 50% !important;
}
.cid-tVAG9CIb1d .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tVAG9CIb1d .navbar.collapsed {
  justify-content: center;
}
.cid-tVAG9CIb1d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVAG9CIb1d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tVAG9CIb1d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVAG9CIb1d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVAG9CIb1d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVAG9CIb1d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tVAG9CIb1d .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tVAG9CIb1d .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tVAG9CIb1d .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tVAG9CIb1d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVAG9CIb1d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVAG9CIb1d .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tVAG9CIb1d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVAG9CIb1d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tVAG9CIb1d .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tVAG9CIb1d .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tVAG9CIb1d .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tVAG9CIb1d .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tVAG9CIb1d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tVAG9CIb1d .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVAG9CIb1d .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tVAG9CIb1d .navbar.navbar-short {
  min-height: 60px;
}
.cid-tVAG9CIb1d .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tVAG9CIb1d .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tVAG9CIb1d .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tVAG9CIb1d .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tVAG9CIb1d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVAG9CIb1d .dropdown-item.active,
.cid-tVAG9CIb1d .dropdown-item:active {
  background-color: transparent;
}
.cid-tVAG9CIb1d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVAG9CIb1d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVAG9CIb1d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVAG9CIb1d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVAG9CIb1d ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tVAG9CIb1d .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tVAG9CIb1d button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #102694;
  background: #102694;
}
.cid-tVAG9CIb1d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tVAG9CIb1d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVAG9CIb1d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVAG9CIb1d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVAG9CIb1d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVAG9CIb1d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVAG9CIb1d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVAG9CIb1d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVAG9CIb1d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVAG9CIb1d a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tVAG9CIb1d .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tVAG9CIb1d .navbar {
    height: 70px;
  }
  .cid-tVAG9CIb1d .navbar.opened {
    height: auto;
  }
  .cid-tVAG9CIb1d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVAG9CIb1d .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tVAG9CIb1d .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .cid-tVAG9CIb1d .mbr-section-btn-main {
    max-width: 468px;
    min-width: 468px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}
.cid-tVAG9CIb1d .mbr-section-btn-main .btn {
  margin: 12px 10px;
  min-width: 212px;
}
.cid-tVAG9CIb1d .navbar-caption:hover {
  color: #102694;
}
@media (min-width: 992px) {
  .cid-tVAG9CIb1d .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tVAG9CIb1d .text_widget {
  margin-bottom: 32px;
}
.cid-tVAG9CIb1d .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tVAG9CIb1d .text_widget a:hover {
  opacity: .5;
}
.cid-tVAG9CIb1d .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tVAG9CIb1d .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tVAG9CIb1d .mbr-section-subtitle,
.cid-tVAG9CIb1d .text_widget,
.cid-tVAG9CIb1d .mbr-section-btn {
  text-align: center;
}
.cid-tVAG9CIb1d a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ufHbAabLeB {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ufHbAabLeB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufHbAabLeB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ufHbAabLeB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufHbAabLeB .row {
  flex-direction: row-reverse;
}
.cid-ufHbAabLeB img {
  width: 100%;
}
.cid-ufHIf3ZbBi {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-ufHIf3ZbBi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufHIf3ZbBi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufHIf3ZbBi .video-wrapper iframe {
  width: 100%;
}
.cid-ufHIf3ZbBi .mbr-section-title,
.cid-ufHIf3ZbBi .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ufHIf3ZbBi .text-wrapper {
    padding: 2rem;
  }
}
.cid-tVBCNd1Wwi {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tVBCNd1Wwi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVBCNd1Wwi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVBCNd1Wwi .video-wrapper iframe {
  width: 100%;
}
.cid-tVBCNd1Wwi .mbr-section-title,
.cid-tVBCNd1Wwi .mbr-section-subtitle,
.cid-tVBCNd1Wwi .mbr-text {
  text-align: center;
}
.cid-tVACzZCl8v {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #102694;
}
.cid-tVACzZCl8v .mbr-section-subtitle {
  text-align: center;
  color: #ff2e17;
}
.cid-tVACzZCl8v .mbr-text {
  color: #fafafa;
  text-align: center;
}
.cid-tVACzZCl8v .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tVBDvafpQq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tVBDvafpQq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVBDvafpQq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVBDvafpQq .row {
  flex-direction: row-reverse;
}
.cid-tVBDvafpQq .video-wrapper iframe {
  width: 100%;
}
.cid-tVBDvafpQq .mbr-section-title,
.cid-tVBDvafpQq .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tVBDvafpQq .text-wrapper {
    padding: 2rem;
  }
}
.cid-u0U5D7zYp8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u0U5D7zYp8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0U5D7zYp8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u0U5D7zYp8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u0U5D7zYp8 .row {
  flex-direction: row-reverse;
}
.cid-u0U5D7zYp8 img {
  width: 100%;
}
.cid-tYZLHyB00d {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYZLHyB00d .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYZLHyB00d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tYZLHyB00d .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYZLHyB00d .row {
  flex-direction: row-reverse;
}
.cid-tYZLHyB00d img {
  width: 100%;
}
.cid-tYZUnHm2gv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tYZUnHm2gv .mbr-text {
  text-align: center;
  color: #102694;
  margin-top: -20px;
}
.cid-tYZUnHm2gv .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tYZUnHm2gv .mbr-section-title {
  text-align: center;
}
.cid-tX1jvb5JZH {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tX1jvb5JZH .mbr-text {
  text-align: center;
  color: #102694;
}
.cid-tX1jvb5JZH .mbr-section-subtitle {
  text-align: center;
  color: #102694;
}
.cid-tX1jvb5JZH .mbr-section-title {
  text-align: center;
}
.cid-tYZVQXs97C {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYZVQXs97C .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYZVQXs97C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tYZVQXs97C .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYZVQXs97C .row {
  flex-direction: row-reverse;
}
.cid-tYZVQXs97C img {
  width: 100%;
}
.cid-tYZWq0lBxH {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tYZWq0lBxH img,
.cid-tYZWq0lBxH .item-img {
  width: 100%;
}
.cid-tYZWq0lBxH .item:focus,
.cid-tYZWq0lBxH span:focus {
  outline: none;
}
.cid-tYZWq0lBxH .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tYZWq0lBxH .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tYZWq0lBxH .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tYZWq0lBxH .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tYZWq0lBxH .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tYZWq0lBxH .mbr-section-title {
  color: #232323;
}
.cid-tYZWq0lBxH .mbr-text,
.cid-tYZWq0lBxH .mbr-section-btn {
  text-align: left;
}
.cid-tYZWq0lBxH .item-title {
  text-align: left;
}
.cid-tYZWq0lBxH .item-subtitle {
  text-align: center;
}
.cid-tVAClFli0p {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tVAClFli0p .mbr-text {
  text-align: center;
  color: #102694;
}
.cid-tVAClFli0p .mbr-section-subtitle {
  text-align: center;
  color: #102694;
}
.cid-tX1xYX4G20 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tX1xYX4G20 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX1xYX4G20 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX1gkxmRmh {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tX1gkxmRmh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX1gkxmRmh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tX1gkxmRmh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tX1gkxmRmh img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tX1gkxmRmh .text-wrapper {
    padding: 2rem;
  }
}
.cid-tX1q5pnnZO {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #fbfafa;
}
.cid-tX1q5pnnZO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX1q5pnnZO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX1q5pnnZO .item {
  padding-bottom: 2rem;
}
.cid-tX1q5pnnZO .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tX1q5pnnZO .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tX1q5pnnZO .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tX1q5pnnZO .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tX1q5pnnZO .carousel-control,
.cid-tX1q5pnnZO .close {
  background: #1b1b1b;
}
.cid-tX1q5pnnZO .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tX1q5pnnZO .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tX1q5pnnZO .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tX1q5pnnZO .carousel-control-next span {
  margin-left: 5px;
}
.cid-tX1q5pnnZO .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tX1q5pnnZO .close::before {
  content: '\e91a';
}
.cid-tX1q5pnnZO .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tX1q5pnnZO .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tX1q5pnnZO .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tX1q5pnnZO .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tX1q5pnnZO .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tX1q5pnnZO .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tX1q5pnnZO .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tX1q5pnnZO .carousel-indicators li.active,
.cid-tX1q5pnnZO .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tX1q5pnnZO .carousel-indicators li::after,
.cid-tX1q5pnnZO .carousel-indicators li::before {
  content: none;
}
.cid-tX1q5pnnZO .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tX1q5pnnZO .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tX1q5pnnZO .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tX1q5pnnZO .carousel-indicators {
    display: none;
  }
}
.cid-tX1q5pnnZO .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tX1q5pnnZO .carousel-inner > .active {
  display: block;
}
.cid-tX1q5pnnZO .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tX1q5pnnZO .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tX1q5pnnZO .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tX1q5pnnZO .carousel-control,
  .cid-tX1q5pnnZO .carousel-indicators,
  .cid-tX1q5pnnZO .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tX1q5pnnZO .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tX1q5pnnZO .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tX1q5pnnZO .carousel-indicators .active,
.cid-tX1q5pnnZO .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tX1q5pnnZO .carousel-indicators .active {
  background: #fff;
}
.cid-tX1q5pnnZO .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tX1q5pnnZO .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tX1q5pnnZO .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tX1q5pnnZO .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tX1q5pnnZO .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tX1q5pnnZO .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tX1q5pnnZO .carousel {
  width: 100%;
}
.cid-tX1q5pnnZO .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tX1q5pnnZO .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tX1q5pnnZO .modal.fade .modal-dialog,
.cid-tX1q5pnnZO .modal.in .modal-dialog {
  transform: none;
}
.cid-tX1q5pnnZO .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tX1q5pnnZO H6 {
  text-align: center;
}
.cid-tZ04n48phY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tZ04n48phY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ04n48phY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ04n48phY .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-tZ04n48phY .item .icon-wrap {
  text-align: center;
}
.cid-tZ04n48phY .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-tZ04n48phY .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #102694;
}
.cid-tZ04n48phY .item.first:before {
  display: none;
}
.cid-tZ04n48phY .item.five:before {
  display: none;
}
.cid-tZ04n48phY .icon-box {
  background: #102694;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-tZ04n48phY .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-tZ04n48phY .mbr-iconfont {
  color: #102694 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tZ04n48phY .item:before {
    display: none;
  }
  .cid-tZ04n48phY .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tZ061clVLt {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tZ061clVLt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ061clVLt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ061clVLt .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-tZ061clVLt .item .icon-wrap {
  text-align: center;
}
.cid-tZ061clVLt .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-tZ061clVLt .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #102694;
}
.cid-tZ061clVLt .item.first:before {
  display: none;
}
.cid-tZ061clVLt .item.five:before {
  display: none;
}
.cid-tZ061clVLt .icon-box {
  background: #102694;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-tZ061clVLt .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-tZ061clVLt .mbr-iconfont {
  color: #102694 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tZ061clVLt .item:before {
    display: none;
  }
  .cid-tZ061clVLt .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tZ09CexqWp {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tZ09CexqWp .mbr-text {
  text-align: center;
  color: #102694;
}
.cid-tZ09CexqWp .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tZ08FkKEIR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tZ08FkKEIR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ08FkKEIR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tZ08FkKEIR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tZ08FkKEIR .row {
  flex-direction: row-reverse;
}
.cid-tZ08FkKEIR img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tZ08FkKEIR .text-wrapper {
    padding: 2rem;
  }
}
.cid-tZ6nmJnQoH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tZ6nmJnQoH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ6nmJnQoH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ6nmJnQoH .row {
  flex-direction: row-reverse;
}
.cid-tZ6nmJnQoH .video-wrapper iframe {
  width: 100%;
}
.cid-tZ6nmJnQoH .mbr-section-title,
.cid-tZ6nmJnQoH .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tZ6nmJnQoH .text-wrapper {
    padding: 2rem;
  }
}
.cid-tZ0gzm4TYs {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tZ0gzm4TYs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ0gzm4TYs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tZ0gzm4TYs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tZ0gzm4TYs .row {
  flex-direction: row-reverse;
}
.cid-tZ0gzm4TYs img {
  width: 100%;
}
.cid-tVBSCUFCTg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #102694;
}
.cid-tVBSCUFCTg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVBSCUFCTg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVBSCUFCTg .mbr-section-title {
  color: #ffffff;
}
.cid-tVBSCUFCTg .mbr-text,
.cid-tVBSCUFCTg .mbr-section-btn {
  color: #ffffff;
}
.cid-tVBHvJ5whq {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tVBHvJ5whq .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tVBHvJ5whq form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tVBHvJ5whq form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tVBHvJ5whq form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tX1wPY6T6T {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-tVBXqEH736 .navbar-dropdown {
  background-color: #102694 !important;
  padding: 0;
}
.cid-tVBXqEH736 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #102694 !important;
  background: #102694;
}
.cid-tVBXqEH736 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVBXqEH736 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tVBXqEH736 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tVBXqEH736 .menu_box .navbar.opened,
  .cid-tVBXqEH736 .menu_box .navbar-collapse {
    background-color: #102694 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tVBXqEH736 .navbar-dropdown {
  position: relative !important;
}
.cid-tVBXqEH736 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tVBXqEH736 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tVBXqEH736 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tVBXqEH736 .btn {
  min-height: auto;
  margin-top: 0;
}
@media (min-width: 992px) {
  .cid-tVBXqEH736 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #18c28a;
  }
  .cid-tVBXqEH736 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tVBXqEH736 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tVBXqEH736 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tVBXqEH736 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tVBXqEH736 .offcanvas-body .mbr-text,
  .cid-tVBXqEH736 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tVBXqEH736 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tVBXqEH736 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tVBXqEH736 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tVBXqEH736 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tVBXqEH736 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tVBXqEH736 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tVBXqEH736 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tVBXqEH736 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tVBXqEH736 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tVBXqEH736 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tVBXqEH736 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tVBXqEH736 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    font-size: 18px;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tVBXqEH736 .lg_brand {
    margin: 0 1rem;
  }
  .cid-tVBXqEH736 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-tVBXqEH736 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tVBXqEH736 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tVBXqEH736 .nav-item {
    margin: 0 !important;
  }
}
.cid-tVBXqEH736 .nav-item .nav-link {
  position: relative;
}
.cid-tVBXqEH736 .nav-item .nav-link:hover::before,
.cid-tVBXqEH736 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tVBXqEH736 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 5px;
  transition: all 0.3s ease-in-out;
  background-color: #102694;
}
.cid-tVBXqEH736 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tVBXqEH736 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tVBXqEH736 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tVBXqEH736 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tVBXqEH736 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tVBXqEH736 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tVBXqEH736 .offcanvas_box {
    display: none;
  }
}
.cid-tVBXqEH736 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tVBXqEH736 .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
  font-style: italic;
}
.cid-tVBXqEH736 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tVBXqEH736 .container {
  display: flex;
  margin: auto;
}
.cid-tVBXqEH736 .iconfont-wrapper {
  color: #000000;
  font-size: 15px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tVBXqEH736 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tVBXqEH736 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tVBXqEH736 .navbar-caption {
  color: #000000;
}
.cid-tVBXqEH736 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tVBXqEH736 .navbar-nav {
    margin: 0;
  }
}
.cid-tVBXqEH736 .dropdown-menu,
.cid-tVBXqEH736 .navbar.opened {
  background-color: false !important;
}
.cid-tVBXqEH736 .nav-item:focus,
.cid-tVBXqEH736 .nav-link:focus {
  outline: none;
}
.cid-tVBXqEH736 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVBXqEH736 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVBXqEH736 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVBXqEH736 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVBXqEH736 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVBXqEH736 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tVBXqEH736 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tVBXqEH736 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tVBXqEH736 .navbar.opened {
  transition: all 0.3s;
}
.cid-tVBXqEH736 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tVBXqEH736 .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 50% !important;
}
.cid-tVBXqEH736 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tVBXqEH736 .navbar.collapsed {
  justify-content: center;
}
.cid-tVBXqEH736 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVBXqEH736 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tVBXqEH736 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVBXqEH736 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVBXqEH736 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVBXqEH736 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tVBXqEH736 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tVBXqEH736 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tVBXqEH736 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tVBXqEH736 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVBXqEH736 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVBXqEH736 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tVBXqEH736 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVBXqEH736 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tVBXqEH736 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tVBXqEH736 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tVBXqEH736 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tVBXqEH736 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tVBXqEH736 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tVBXqEH736 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVBXqEH736 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tVBXqEH736 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tVBXqEH736 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tVBXqEH736 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tVBXqEH736 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tVBXqEH736 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tVBXqEH736 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVBXqEH736 .dropdown-item.active,
.cid-tVBXqEH736 .dropdown-item:active {
  background-color: transparent;
}
.cid-tVBXqEH736 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVBXqEH736 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVBXqEH736 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVBXqEH736 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVBXqEH736 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tVBXqEH736 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tVBXqEH736 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #102694;
  background: #102694;
}
.cid-tVBXqEH736 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tVBXqEH736 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVBXqEH736 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVBXqEH736 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVBXqEH736 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVBXqEH736 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVBXqEH736 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVBXqEH736 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVBXqEH736 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVBXqEH736 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tVBXqEH736 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tVBXqEH736 .navbar {
    height: 70px;
  }
  .cid-tVBXqEH736 .navbar.opened {
    height: auto;
  }
  .cid-tVBXqEH736 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVBXqEH736 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tVBXqEH736 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .cid-tVBXqEH736 .mbr-section-btn-main {
    max-width: 468px;
    min-width: 468px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}
.cid-tVBXqEH736 .mbr-section-btn-main .btn {
  margin: 12px 10px;
  min-width: 212px;
}
.cid-tVBXqEH736 .navbar-caption:hover {
  color: #102694;
}
@media (min-width: 992px) {
  .cid-tVBXqEH736 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tVBXqEH736 .text_widget {
  margin-bottom: 32px;
}
.cid-tVBXqEH736 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tVBXqEH736 .text_widget a:hover {
  opacity: .5;
}
.cid-tVBXqEH736 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tVBXqEH736 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tVBXqEH736 .mbr-section-subtitle,
.cid-tVBXqEH736 .text_widget,
.cid-tVBXqEH736 .mbr-section-btn {
  text-align: center;
}
.cid-tVBXqEH736 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tXunTIBpQ2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tXunTIBpQ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXunTIBpQ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tXunTIBpQ2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tXunTIBpQ2 .row {
  flex-direction: row-reverse;
}
.cid-tXunTIBpQ2 img {
  width: 100%;
}
.cid-tVBXqJva6O {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tVBXqJva6O .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVBXqJva6O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVBXqJva6O .mbr-section-title {
  color: #000000;
}
.cid-tVBXqJva6O .mbr-section-subtitle {
  color: #232323;
}
.cid-tXuqEbZPPq {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tXuqEbZPPq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXuqEbZPPq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tXuqEbZPPq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tXuqEbZPPq .row {
  flex-direction: row-reverse;
}
.cid-tXuqEbZPPq img {
  width: 100%;
}
.cid-tYTsUklL6G {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tYTsUklL6G .mbr-text {
  text-align: center;
  color: #102694;
  margin-top: -20px;
}
.cid-tYTsUklL6G .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tXuoK7pBhf {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tXuoK7pBhf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXuoK7pBhf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tXuoK7pBhf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tXuoK7pBhf .row {
  flex-direction: row-reverse;
}
.cid-tXuoK7pBhf img {
  width: 100%;
}
.cid-tXuobQzQBM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tXuobQzQBM .mbr-text {
  text-align: center;
  color: #102694;
  margin-top: -20px;
}
.cid-tXuobQzQBM .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tVBXqGorFD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tVBXqGorFD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVBXqGorFD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVBXqGorFD .mbr-section-title {
  color: #ff2e17;
}
.cid-tZ6qfpsO4c {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tZ6qfpsO4c .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ6qfpsO4c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ6qfpsO4c .video-wrapper iframe {
  width: 100%;
}
.cid-tZ6qfpsO4c .mbr-section-title,
.cid-tZ6qfpsO4c .mbr-section-subtitle,
.cid-tZ6qfpsO4c .mbr-text {
  text-align: center;
}
.cid-tXupDp94Dn {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tXupDp94Dn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXupDp94Dn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tXupDp94Dn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tXupDp94Dn .row {
  flex-direction: row-reverse;
}
.cid-tXupDp94Dn img {
  width: 100%;
}
.cid-tVBXqKcQEu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tVBXqKcQEu .mbr-section-subtitle {
  text-align: center;
  color: #ff2e17;
}
.cid-tVBXqKcQEu .mbr-text {
  color: #102694;
  text-align: center;
}
.cid-tXupZ29v15 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tXupZ29v15 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXupZ29v15 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tXupZ29v15 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tXupZ29v15 .row {
  flex-direction: row-reverse;
}
.cid-tXupZ29v15 img {
  width: 100%;
}
.cid-tXurfkt97L {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tXurfkt97L .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXurfkt97L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXurfkt97L .item {
  padding-bottom: 2rem;
}
.cid-tXurfkt97L .item-wrapper {
  position: relative;
}
.cid-tXurfkt97L .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tXurfkt97L .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tXurfkt97L .carousel-control,
.cid-tXurfkt97L .close {
  background: #1b1b1b;
}
.cid-tXurfkt97L .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tXurfkt97L .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tXurfkt97L .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tXurfkt97L .carousel-control-next span {
  margin-left: 5px;
}
.cid-tXurfkt97L .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tXurfkt97L .close::before {
  content: '\e91a';
}
.cid-tXurfkt97L .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tXurfkt97L .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tXurfkt97L .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXurfkt97L .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tXurfkt97L .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tXurfkt97L .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tXurfkt97L .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tXurfkt97L .carousel-indicators li.active,
.cid-tXurfkt97L .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tXurfkt97L .carousel-indicators li::after,
.cid-tXurfkt97L .carousel-indicators li::before {
  content: none;
}
.cid-tXurfkt97L .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tXurfkt97L .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tXurfkt97L .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tXurfkt97L .carousel-indicators {
    display: none;
  }
}
.cid-tXurfkt97L .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tXurfkt97L .carousel-inner > .active {
  display: block;
}
.cid-tXurfkt97L .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXurfkt97L .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tXurfkt97L .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tXurfkt97L .carousel-control,
  .cid-tXurfkt97L .carousel-indicators,
  .cid-tXurfkt97L .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tXurfkt97L .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tXurfkt97L .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tXurfkt97L .carousel-indicators .active,
.cid-tXurfkt97L .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tXurfkt97L .carousel-indicators .active {
  background: #fff;
}
.cid-tXurfkt97L .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tXurfkt97L .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tXurfkt97L .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tXurfkt97L .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tXurfkt97L .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tXurfkt97L .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tXurfkt97L .carousel {
  width: 100%;
}
.cid-tXurfkt97L .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tXurfkt97L .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tXurfkt97L .modal.fade .modal-dialog,
.cid-tXurfkt97L .modal.in .modal-dialog {
  transform: none;
}
.cid-tXurfkt97L .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tXurfkt97L H6 {
  text-align: center;
}
.cid-tXuxkym6mT {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tXuxkym6mT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXuxkym6mT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tXuxkym6mT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tXuxkym6mT .row {
  flex-direction: row-reverse;
}
.cid-tXuxkym6mT img {
  width: 100%;
}
.cid-tXuxAIYTkB {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tXuxAIYTkB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXuxAIYTkB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tXuxAIYTkB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tXuxAIYTkB .row {
  flex-direction: row-reverse;
}
.cid-tXuxAIYTkB img {
  width: 100%;
}
.cid-tXuyaXTrB6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tXuyaXTrB6 .mbr-section-subtitle {
  text-align: center;
  color: #ff2e17;
}
.cid-tXuyaXTrB6 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tXuzCjAaPo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tXuzCjAaPo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXuzCjAaPo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tXuzCjAaPo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tXuzCjAaPo .row {
  flex-direction: row-reverse;
}
.cid-tXuzCjAaPo img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tXuzCjAaPo .text-wrapper {
    padding: 2rem;
  }
}
.cid-tVBXqM61F0 {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tVBXqM61F0 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tVBXqM61F0 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tVBXqM61F0 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tVBXqM61F0 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tX1wPY6T6T {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-tVBWWRciT3 .navbar-dropdown {
  background-color: #102694 !important;
  padding: 0;
}
.cid-tVBWWRciT3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #102694 !important;
  background: #102694;
}
.cid-tVBWWRciT3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVBWWRciT3 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tVBWWRciT3 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tVBWWRciT3 .menu_box .navbar.opened,
  .cid-tVBWWRciT3 .menu_box .navbar-collapse {
    background-color: #102694 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tVBWWRciT3 .navbar-dropdown {
  position: relative !important;
}
.cid-tVBWWRciT3 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tVBWWRciT3 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tVBWWRciT3 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tVBWWRciT3 .btn {
  min-height: auto;
  margin-top: 0;
}
@media (min-width: 992px) {
  .cid-tVBWWRciT3 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #18c28a;
  }
  .cid-tVBWWRciT3 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tVBWWRciT3 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tVBWWRciT3 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tVBWWRciT3 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tVBWWRciT3 .offcanvas-body .mbr-text,
  .cid-tVBWWRciT3 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tVBWWRciT3 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tVBWWRciT3 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tVBWWRciT3 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tVBWWRciT3 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tVBWWRciT3 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tVBWWRciT3 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tVBWWRciT3 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tVBWWRciT3 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tVBWWRciT3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tVBWWRciT3 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tVBWWRciT3 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tVBWWRciT3 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    font-size: 18px;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tVBWWRciT3 .lg_brand {
    margin: 0 1rem;
  }
  .cid-tVBWWRciT3 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-tVBWWRciT3 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tVBWWRciT3 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tVBWWRciT3 .nav-item {
    margin: 0 !important;
  }
}
.cid-tVBWWRciT3 .nav-item .nav-link {
  position: relative;
}
.cid-tVBWWRciT3 .nav-item .nav-link:hover::before,
.cid-tVBWWRciT3 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tVBWWRciT3 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 5px;
  transition: all 0.3s ease-in-out;
  background-color: #102694;
}
.cid-tVBWWRciT3 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tVBWWRciT3 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tVBWWRciT3 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tVBWWRciT3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tVBWWRciT3 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tVBWWRciT3 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tVBWWRciT3 .offcanvas_box {
    display: none;
  }
}
.cid-tVBWWRciT3 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tVBWWRciT3 .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
  font-style: italic;
}
.cid-tVBWWRciT3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tVBWWRciT3 .container {
  display: flex;
  margin: auto;
}
.cid-tVBWWRciT3 .iconfont-wrapper {
  color: #000000;
  font-size: 15px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tVBWWRciT3 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tVBWWRciT3 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tVBWWRciT3 .navbar-caption {
  color: #000000;
}
.cid-tVBWWRciT3 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tVBWWRciT3 .navbar-nav {
    margin: 0;
  }
}
.cid-tVBWWRciT3 .dropdown-menu,
.cid-tVBWWRciT3 .navbar.opened {
  background-color: false !important;
}
.cid-tVBWWRciT3 .nav-item:focus,
.cid-tVBWWRciT3 .nav-link:focus {
  outline: none;
}
.cid-tVBWWRciT3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVBWWRciT3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVBWWRciT3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVBWWRciT3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVBWWRciT3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVBWWRciT3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tVBWWRciT3 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tVBWWRciT3 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tVBWWRciT3 .navbar.opened {
  transition: all 0.3s;
}
.cid-tVBWWRciT3 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tVBWWRciT3 .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 50% !important;
}
.cid-tVBWWRciT3 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tVBWWRciT3 .navbar.collapsed {
  justify-content: center;
}
.cid-tVBWWRciT3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVBWWRciT3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tVBWWRciT3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVBWWRciT3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVBWWRciT3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVBWWRciT3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tVBWWRciT3 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tVBWWRciT3 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tVBWWRciT3 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tVBWWRciT3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVBWWRciT3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVBWWRciT3 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tVBWWRciT3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVBWWRciT3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tVBWWRciT3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tVBWWRciT3 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tVBWWRciT3 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tVBWWRciT3 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tVBWWRciT3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tVBWWRciT3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVBWWRciT3 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tVBWWRciT3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tVBWWRciT3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tVBWWRciT3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tVBWWRciT3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tVBWWRciT3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tVBWWRciT3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVBWWRciT3 .dropdown-item.active,
.cid-tVBWWRciT3 .dropdown-item:active {
  background-color: transparent;
}
.cid-tVBWWRciT3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVBWWRciT3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVBWWRciT3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVBWWRciT3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVBWWRciT3 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tVBWWRciT3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tVBWWRciT3 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #102694;
  background: #102694;
}
.cid-tVBWWRciT3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tVBWWRciT3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVBWWRciT3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVBWWRciT3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVBWWRciT3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVBWWRciT3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVBWWRciT3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVBWWRciT3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVBWWRciT3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVBWWRciT3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tVBWWRciT3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tVBWWRciT3 .navbar {
    height: 70px;
  }
  .cid-tVBWWRciT3 .navbar.opened {
    height: auto;
  }
  .cid-tVBWWRciT3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVBWWRciT3 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tVBWWRciT3 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .cid-tVBWWRciT3 .mbr-section-btn-main {
    max-width: 468px;
    min-width: 468px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}
.cid-tVBWWRciT3 .mbr-section-btn-main .btn {
  margin: 12px 10px;
  min-width: 212px;
}
.cid-tVBWWRciT3 .navbar-caption:hover {
  color: #102694;
}
@media (min-width: 992px) {
  .cid-tVBWWRciT3 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tVBWWRciT3 .text_widget {
  margin-bottom: 32px;
}
.cid-tVBWWRciT3 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tVBWWRciT3 .text_widget a:hover {
  opacity: .5;
}
.cid-tVBWWRciT3 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tVBWWRciT3 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tVBWWRciT3 .mbr-section-subtitle,
.cid-tVBWWRciT3 .text_widget,
.cid-tVBWWRciT3 .mbr-section-btn {
  text-align: center;
}
.cid-tVBWWRciT3 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tYUz6zjdyf {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYUz6zjdyf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYUz6zjdyf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tYUz6zjdyf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYUz6zjdyf .row {
  flex-direction: row-reverse;
}
.cid-tYUz6zjdyf img {
  width: 100%;
}
.cid-tYUxzf457b {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #99ff74;
}
.cid-tYUxzf457b .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYUxzf457b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tYUxzf457b .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYUxzf457b .row {
  flex-direction: row-reverse;
}
.cid-tYUxzf457b img {
  width: 100%;
}
.cid-tVBWWXjk1f {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tVBWWXjk1f .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVBWWXjk1f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tVBWWXjk1f .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tVBWWXjk1f .row {
  flex-direction: row-reverse;
}
.cid-tVBWWXjk1f img {
  width: 100%;
}
.cid-tWUJAAvT4U {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWUJAAvT4U .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tVBWWU33K6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tVBWWU33K6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVBWWU33K6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tVBWWU33K6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tVBWWU33K6 .row {
  flex-direction: row-reverse;
}
.cid-tVBWWU33K6 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tVBWWU33K6 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tWUKK6igDe {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tWUKK6igDe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWUKK6igDe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWUKK6igDe .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tWUKK6igDe .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tWUKK6igDe .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tWUKK6igDe .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tWUKK6igDe .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tWUKK6igDe .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tWUKK6igDe .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tWUKK6igDe .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tWUKK6igDe .mbr-text,
.cid-tWUKK6igDe .mbr-section-btn {
  text-align: left;
}
.cid-tWVW14Qhf6 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tWVW14Qhf6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWVW14Qhf6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tWVW14Qhf6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tWVW14Qhf6 .row {
  flex-direction: row-reverse;
}
.cid-tWVW14Qhf6 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tWVW14Qhf6 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tWUTxwKfXt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #fafafa;
}
.cid-tWUTxwKfXt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWUTxwKfXt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWUTxwKfXt .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tWUTxwKfXt .team-card:hover {
  transform: translateY(-10px);
}
.cid-tWUTxwKfXt .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tWUTxwKfXt .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tWUTxwKfXt .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tWUTxwKfXt .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tWUTxwKfXt .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tWUTxwKfXt .social-row {
  text-align: center;
}
.cid-tWUTxwKfXt .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tWUTxwKfXt .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tWUTxwKfXt .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tWUTxwKfXt .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tX0ngIkGeS {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tX0ngIkGeS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX0ngIkGeS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX0ngIkGeS .video-wrapper iframe {
  width: 100%;
}
.cid-tX0ngIkGeS .mbr-section-title,
.cid-tX0ngIkGeS .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tX0ngIkGeS .text-wrapper {
    padding: 2rem;
  }
}
.cid-tVBWWULHsz {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tVBWWULHsz .mbr-text {
  text-align: center;
  color: #102694;
}
.cid-tVBWWULHsz .mbr-section-subtitle {
  text-align: center;
  color: #102694;
}
.cid-tVBWWULHsz .mbr-section-title {
  text-align: center;
}
.cid-tWV6hoBBwq {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tWV6hoBBwq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWV6hoBBwq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tWV6hoBBwq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tWV6hoBBwq img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tWV6hoBBwq .text-wrapper {
    padding: 2rem;
  }
}
.cid-tZ6wAZGjlZ {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tZ6wAZGjlZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ6wAZGjlZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tZ6wAZGjlZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tZ6wAZGjlZ .row {
  flex-direction: row-reverse;
}
.cid-tZ6wAZGjlZ img {
  width: 100%;
}
.cid-tYUQS2gz6E {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f3f3;
}
.cid-tYUQS2gz6E .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYUQS2gz6E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tYUQS2gz6E .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYUQS2gz6E .row {
  flex-direction: row-reverse;
}
.cid-tYUQS2gz6E img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tYUQS2gz6E .text-wrapper {
    padding: 2rem;
  }
}
.cid-tYUQBtPzvQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tYUQBtPzvQ .mbr-text {
  text-align: center;
  color: #102694;
}
.cid-tYUQBtPzvQ .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tYUQBtPzvQ .mbr-section-title {
  text-align: center;
}
.cid-tYUOQ22f2m {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYUOQ22f2m .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYUOQ22f2m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tYUOQ22f2m .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYUOQ22f2m .row {
  flex-direction: row-reverse;
}
.cid-tYUOQ22f2m img {
  width: 100%;
}
.cid-tWV3hX0oBs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tWV3hX0oBs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWV3hX0oBs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tWV3hX0oBs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tWV3hX0oBs .row {
  flex-direction: row-reverse;
}
.cid-tWV3hX0oBs img {
  width: 100%;
}
.cid-tVBWWZt5KA {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #f5f3f3;
}
.cid-tVBWWZt5KA .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tVBWWZt5KA form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tVBWWZt5KA form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tVBWWZt5KA form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tX1wPY6T6T {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-tVBX5DQNb3 .navbar-dropdown {
  background-color: #102694 !important;
  padding: 0;
}
.cid-tVBX5DQNb3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #102694 !important;
  background: #102694;
}
.cid-tVBX5DQNb3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVBX5DQNb3 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tVBX5DQNb3 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tVBX5DQNb3 .menu_box .navbar.opened,
  .cid-tVBX5DQNb3 .menu_box .navbar-collapse {
    background-color: #102694 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tVBX5DQNb3 .navbar-dropdown {
  position: relative !important;
}
.cid-tVBX5DQNb3 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tVBX5DQNb3 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tVBX5DQNb3 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tVBX5DQNb3 .btn {
  min-height: auto;
  margin-top: 0;
}
@media (min-width: 992px) {
  .cid-tVBX5DQNb3 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #18c28a;
  }
  .cid-tVBX5DQNb3 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tVBX5DQNb3 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tVBX5DQNb3 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tVBX5DQNb3 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tVBX5DQNb3 .offcanvas-body .mbr-text,
  .cid-tVBX5DQNb3 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tVBX5DQNb3 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tVBX5DQNb3 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tVBX5DQNb3 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tVBX5DQNb3 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tVBX5DQNb3 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tVBX5DQNb3 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tVBX5DQNb3 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tVBX5DQNb3 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tVBX5DQNb3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tVBX5DQNb3 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tVBX5DQNb3 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tVBX5DQNb3 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    font-size: 18px;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tVBX5DQNb3 .lg_brand {
    margin: 0 1rem;
  }
  .cid-tVBX5DQNb3 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-tVBX5DQNb3 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tVBX5DQNb3 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tVBX5DQNb3 .nav-item {
    margin: 0 !important;
  }
}
.cid-tVBX5DQNb3 .nav-item .nav-link {
  position: relative;
}
.cid-tVBX5DQNb3 .nav-item .nav-link:hover::before,
.cid-tVBX5DQNb3 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tVBX5DQNb3 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 5px;
  transition: all 0.3s ease-in-out;
  background-color: #102694;
}
.cid-tVBX5DQNb3 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tVBX5DQNb3 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tVBX5DQNb3 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tVBX5DQNb3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tVBX5DQNb3 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tVBX5DQNb3 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tVBX5DQNb3 .offcanvas_box {
    display: none;
  }
}
.cid-tVBX5DQNb3 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tVBX5DQNb3 .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
  font-style: italic;
}
.cid-tVBX5DQNb3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tVBX5DQNb3 .container {
  display: flex;
  margin: auto;
}
.cid-tVBX5DQNb3 .iconfont-wrapper {
  color: #000000;
  font-size: 15px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tVBX5DQNb3 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tVBX5DQNb3 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tVBX5DQNb3 .navbar-caption {
  color: #000000;
}
.cid-tVBX5DQNb3 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tVBX5DQNb3 .navbar-nav {
    margin: 0;
  }
}
.cid-tVBX5DQNb3 .dropdown-menu,
.cid-tVBX5DQNb3 .navbar.opened {
  background-color: false !important;
}
.cid-tVBX5DQNb3 .nav-item:focus,
.cid-tVBX5DQNb3 .nav-link:focus {
  outline: none;
}
.cid-tVBX5DQNb3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVBX5DQNb3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVBX5DQNb3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVBX5DQNb3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVBX5DQNb3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVBX5DQNb3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tVBX5DQNb3 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tVBX5DQNb3 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tVBX5DQNb3 .navbar.opened {
  transition: all 0.3s;
}
.cid-tVBX5DQNb3 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tVBX5DQNb3 .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 50% !important;
}
.cid-tVBX5DQNb3 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tVBX5DQNb3 .navbar.collapsed {
  justify-content: center;
}
.cid-tVBX5DQNb3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVBX5DQNb3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tVBX5DQNb3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVBX5DQNb3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVBX5DQNb3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVBX5DQNb3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tVBX5DQNb3 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tVBX5DQNb3 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tVBX5DQNb3 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tVBX5DQNb3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVBX5DQNb3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVBX5DQNb3 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tVBX5DQNb3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVBX5DQNb3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tVBX5DQNb3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tVBX5DQNb3 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tVBX5DQNb3 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tVBX5DQNb3 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tVBX5DQNb3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tVBX5DQNb3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVBX5DQNb3 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tVBX5DQNb3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tVBX5DQNb3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tVBX5DQNb3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tVBX5DQNb3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tVBX5DQNb3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tVBX5DQNb3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVBX5DQNb3 .dropdown-item.active,
.cid-tVBX5DQNb3 .dropdown-item:active {
  background-color: transparent;
}
.cid-tVBX5DQNb3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVBX5DQNb3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVBX5DQNb3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVBX5DQNb3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVBX5DQNb3 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tVBX5DQNb3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tVBX5DQNb3 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #102694;
  background: #102694;
}
.cid-tVBX5DQNb3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tVBX5DQNb3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVBX5DQNb3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVBX5DQNb3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVBX5DQNb3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVBX5DQNb3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVBX5DQNb3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVBX5DQNb3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVBX5DQNb3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVBX5DQNb3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tVBX5DQNb3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tVBX5DQNb3 .navbar {
    height: 70px;
  }
  .cid-tVBX5DQNb3 .navbar.opened {
    height: auto;
  }
  .cid-tVBX5DQNb3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVBX5DQNb3 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tVBX5DQNb3 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .cid-tVBX5DQNb3 .mbr-section-btn-main {
    max-width: 468px;
    min-width: 468px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}
.cid-tVBX5DQNb3 .mbr-section-btn-main .btn {
  margin: 12px 10px;
  min-width: 212px;
}
.cid-tVBX5DQNb3 .navbar-caption:hover {
  color: #102694;
}
@media (min-width: 992px) {
  .cid-tVBX5DQNb3 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tVBX5DQNb3 .text_widget {
  margin-bottom: 32px;
}
.cid-tVBX5DQNb3 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tVBX5DQNb3 .text_widget a:hover {
  opacity: .5;
}
.cid-tVBX5DQNb3 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tVBX5DQNb3 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tVBX5DQNb3 .mbr-section-subtitle,
.cid-tVBX5DQNb3 .text_widget,
.cid-tVBX5DQNb3 .mbr-section-btn {
  text-align: center;
}
.cid-tVBX5DQNb3 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tZ6AsF5mA1 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tZ6AsF5mA1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ6AsF5mA1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tZ6AsF5mA1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tZ6AsF5mA1 .row {
  flex-direction: row-reverse;
}
.cid-tZ6AsF5mA1 img {
  width: 100%;
}
.cid-tZ6AL0r5Kw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #c65fe3;
}
.cid-tZ6AL0r5Kw .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-tZ6AL0r5Kw .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tX1TpaqJDS {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tX1TpaqJDS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX1TpaqJDS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tX1TpaqJDS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tX1TpaqJDS .row {
  flex-direction: row-reverse;
}
.cid-tX1TpaqJDS img {
  width: 100%;
}
.cid-tVBX5FrWPF {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #def4ff;
}
.cid-tVBX5FrWPF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVBX5FrWPF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVBX5FrWPF .mbr-section-title {
  color: #102694;
}
.cid-tVBX5GOmuK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tVBX5GOmuK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVBX5GOmuK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tVBX5GOmuK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tVBX5GOmuK .row {
  flex-direction: row-reverse;
}
.cid-tVBX5GOmuK img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tVBX5GOmuK .text-wrapper {
    padding: 2rem;
  }
}
.cid-tX24RWdH79 {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tX24RWdH79 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX24RWdH79 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tX24RWdH79 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tX24RWdH79 .row {
  flex-direction: row-reverse;
}
.cid-tX24RWdH79 img {
  width: 100%;
}
.cid-tVBX5HtQA8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tVBX5HtQA8 .mbr-text {
  text-align: center;
  color: #353535;
}
.cid-tVBX5HtQA8 .mbr-section-subtitle {
  text-align: center;
  color: #102694;
}
.cid-tX28764KAb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tX28764KAb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX28764KAb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tX28764KAb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tX28764KAb .row {
  flex-direction: row-reverse;
}
.cid-tX28764KAb img {
  width: 100%;
}
.cid-tX29aHLovL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tX29aHLovL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX29aHLovL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tX29aHLovL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tX29aHLovL img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tX29aHLovL .text-wrapper {
    padding: 2rem;
  }
}
.cid-tX29bzEto3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tX29bzEto3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX29bzEto3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tX29bzEto3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tX29bzEto3 .row {
  flex-direction: row-reverse;
}
.cid-tX29bzEto3 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tX29bzEto3 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tX29cf9Suf {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tX29cf9Suf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX29cf9Suf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tX29cf9Suf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tX29cf9Suf img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tX29cf9Suf .text-wrapper {
    padding: 2rem;
  }
}
.cid-tX2hv7J0Sr {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tX2hv7J0Sr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX2hv7J0Sr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tX2hv7J0Sr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tX2hv7J0Sr .row {
  flex-direction: row-reverse;
}
.cid-tX2hv7J0Sr img {
  width: 100%;
}
.cid-tZ6DE56E76 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #4479d9;
}
.cid-tZ6DE56E76 .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-tZ6DE56E76 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tYUuBvD55W {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYUuBvD55W .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYUuBvD55W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tYUuBvD55W .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYUuBvD55W .row {
  flex-direction: row-reverse;
}
.cid-tYUuBvD55W img {
  width: 100%;
}
.cid-tX2ltF2p8m {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fbfbfb;
}
.cid-tX2ltF2p8m .text-wrapper {
  margin: 0 150px 80px;
}
@media (max-width: 992px) {
  .cid-tX2ltF2p8m .text-wrapper {
    margin: 0 30px 70px;
  }
}
.cid-tX2ltF2p8m .text-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tX2ltF2p8m .text-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-tX2ltF2p8m .text-wrapper .mbr-section-title {
  margin: 0;
}
.cid-tX2ltF2p8m .image-wrapper {
  margin: 0 150px;
}
.cid-tX2ltF2p8m .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tX2ltF2p8m .image-wrapper {
    margin: 0 30px;
  }
}
.cid-tX2ltF2p8m .mbr-section-subtitle {
  color: #1E1C21;
  text-align: center;
}
.cid-tX2ltF2p8m .mbr-section-title {
  color: #1E1C21;
}
.cid-tVBX5Jul7Z {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f3f3;
}
.cid-tVBX5Jul7Z .mbr-section-subtitle {
  text-align: center;
  color: #ff2e17;
}
.cid-tVBX5Jul7Z .mbr-text {
  color: #102694;
  text-align: center;
}
.cid-tVBX5Jul7Z .mbr-section-title {
  text-align: center;
}
.cid-tVBX5MupgS {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tVBX5MupgS .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tVBX5MupgS form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tVBX5MupgS form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tVBX5MupgS form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tX1wPY6T6T {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-tVBXmFYjSo .navbar-dropdown {
  background-color: #102694 !important;
  padding: 0;
}
.cid-tVBXmFYjSo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #102694 !important;
  background: #102694;
}
.cid-tVBXmFYjSo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVBXmFYjSo .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tVBXmFYjSo .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tVBXmFYjSo .menu_box .navbar.opened,
  .cid-tVBXmFYjSo .menu_box .navbar-collapse {
    background-color: #102694 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tVBXmFYjSo .navbar-dropdown {
  position: relative !important;
}
.cid-tVBXmFYjSo .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tVBXmFYjSo .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tVBXmFYjSo .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tVBXmFYjSo .btn {
  min-height: auto;
  margin-top: 0;
}
@media (min-width: 992px) {
  .cid-tVBXmFYjSo .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #18c28a;
  }
  .cid-tVBXmFYjSo .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tVBXmFYjSo .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tVBXmFYjSo .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tVBXmFYjSo .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tVBXmFYjSo .offcanvas-body .mbr-text,
  .cid-tVBXmFYjSo .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tVBXmFYjSo .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tVBXmFYjSo .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tVBXmFYjSo .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tVBXmFYjSo .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tVBXmFYjSo .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tVBXmFYjSo .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tVBXmFYjSo .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tVBXmFYjSo ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tVBXmFYjSo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tVBXmFYjSo .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tVBXmFYjSo .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tVBXmFYjSo li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    font-size: 18px;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tVBXmFYjSo .lg_brand {
    margin: 0 1rem;
  }
  .cid-tVBXmFYjSo .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-tVBXmFYjSo .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tVBXmFYjSo .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tVBXmFYjSo .nav-item {
    margin: 0 !important;
  }
}
.cid-tVBXmFYjSo .nav-item .nav-link {
  position: relative;
}
.cid-tVBXmFYjSo .nav-item .nav-link:hover::before,
.cid-tVBXmFYjSo .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tVBXmFYjSo .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 5px;
  transition: all 0.3s ease-in-out;
  background-color: #102694;
}
.cid-tVBXmFYjSo .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tVBXmFYjSo .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tVBXmFYjSo .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tVBXmFYjSo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tVBXmFYjSo .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tVBXmFYjSo .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tVBXmFYjSo .offcanvas_box {
    display: none;
  }
}
.cid-tVBXmFYjSo .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tVBXmFYjSo .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
  font-style: italic;
}
.cid-tVBXmFYjSo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tVBXmFYjSo .container {
  display: flex;
  margin: auto;
}
.cid-tVBXmFYjSo .iconfont-wrapper {
  color: #000000;
  font-size: 15px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tVBXmFYjSo .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tVBXmFYjSo .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tVBXmFYjSo .navbar-caption {
  color: #000000;
}
.cid-tVBXmFYjSo .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tVBXmFYjSo .navbar-nav {
    margin: 0;
  }
}
.cid-tVBXmFYjSo .dropdown-menu,
.cid-tVBXmFYjSo .navbar.opened {
  background-color: false !important;
}
.cid-tVBXmFYjSo .nav-item:focus,
.cid-tVBXmFYjSo .nav-link:focus {
  outline: none;
}
.cid-tVBXmFYjSo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVBXmFYjSo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVBXmFYjSo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVBXmFYjSo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVBXmFYjSo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVBXmFYjSo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tVBXmFYjSo .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tVBXmFYjSo .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tVBXmFYjSo .navbar.opened {
  transition: all 0.3s;
}
.cid-tVBXmFYjSo .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tVBXmFYjSo .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 50% !important;
}
.cid-tVBXmFYjSo .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tVBXmFYjSo .navbar.collapsed {
  justify-content: center;
}
.cid-tVBXmFYjSo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVBXmFYjSo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tVBXmFYjSo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVBXmFYjSo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVBXmFYjSo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVBXmFYjSo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tVBXmFYjSo .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tVBXmFYjSo .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tVBXmFYjSo .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tVBXmFYjSo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVBXmFYjSo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVBXmFYjSo .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tVBXmFYjSo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVBXmFYjSo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tVBXmFYjSo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tVBXmFYjSo .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tVBXmFYjSo .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tVBXmFYjSo .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tVBXmFYjSo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tVBXmFYjSo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVBXmFYjSo .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tVBXmFYjSo .navbar.navbar-short {
  min-height: 60px;
}
.cid-tVBXmFYjSo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tVBXmFYjSo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tVBXmFYjSo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tVBXmFYjSo .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tVBXmFYjSo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVBXmFYjSo .dropdown-item.active,
.cid-tVBXmFYjSo .dropdown-item:active {
  background-color: transparent;
}
.cid-tVBXmFYjSo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVBXmFYjSo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVBXmFYjSo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVBXmFYjSo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVBXmFYjSo ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tVBXmFYjSo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tVBXmFYjSo button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #102694;
  background: #102694;
}
.cid-tVBXmFYjSo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tVBXmFYjSo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVBXmFYjSo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVBXmFYjSo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVBXmFYjSo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVBXmFYjSo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVBXmFYjSo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVBXmFYjSo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVBXmFYjSo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVBXmFYjSo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tVBXmFYjSo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tVBXmFYjSo .navbar {
    height: 70px;
  }
  .cid-tVBXmFYjSo .navbar.opened {
    height: auto;
  }
  .cid-tVBXmFYjSo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVBXmFYjSo .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tVBXmFYjSo .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .cid-tVBXmFYjSo .mbr-section-btn-main {
    max-width: 468px;
    min-width: 468px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}
.cid-tVBXmFYjSo .mbr-section-btn-main .btn {
  margin: 12px 10px;
  min-width: 212px;
}
.cid-tVBXmFYjSo .navbar-caption:hover {
  color: #102694;
}
@media (min-width: 992px) {
  .cid-tVBXmFYjSo .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tVBXmFYjSo .text_widget {
  margin-bottom: 32px;
}
.cid-tVBXmFYjSo .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tVBXmFYjSo .text_widget a:hover {
  opacity: .5;
}
.cid-tVBXmFYjSo .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tVBXmFYjSo .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tVBXmFYjSo .mbr-section-subtitle,
.cid-tVBXmFYjSo .text_widget,
.cid-tVBXmFYjSo .mbr-section-btn {
  text-align: center;
}
.cid-tVBXmFYjSo a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tXv8BYAFyb {
  background-image: url("../../../assets/images/mbr-1920x1281.webp");
}
.cid-tXv8BYAFyb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXv8BYAFyb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXv8BYAFyb h1 {
  margin-top: -30%;
}
.cid-tXuIEUDwuL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tXuIEUDwuL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXuIEUDwuL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tXuIEUDwuL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tXuIEUDwuL .row {
  flex-direction: row-reverse;
}
.cid-tXuIEUDwuL img {
  width: 100%;
}
.cid-tYUd4vpWPo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tYUd4vpWPo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYUd4vpWPo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tYUd4vpWPo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYUd4vpWPo img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tYUd4vpWPo .text-wrapper {
    padding: 2rem;
  }
}
.cid-tVBXmHA0Cm {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tVBXmHA0Cm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVBXmHA0Cm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVBXmHA0Cm .mbr-section-title {
  color: #000000;
}
.cid-tVBXmHA0Cm .mbr-section-subtitle {
  text-align: left;
}
.cid-tXuJ52DFJB {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tXuJ52DFJB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXuJ52DFJB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tXuJ52DFJB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tXuJ52DFJB .row {
  flex-direction: row-reverse;
}
.cid-tXuJ52DFJB img {
  width: 100%;
}
.cid-tVBXmIeIIW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tVBXmIeIIW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVBXmIeIIW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVBXmIeIIW .row {
  flex-direction: row-reverse;
}
.cid-tVBXmIeIIW .video-wrapper iframe {
  width: 100%;
}
.cid-tVBXmIeIIW .mbr-section-title,
.cid-tVBXmIeIIW .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tVBXmIeIIW .text-wrapper {
    padding: 2rem;
  }
}
.cid-tXuTVaaRml {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tXuTVaaRml .mbr-text {
  text-align: center;
  color: #102694;
}
.cid-tXuTVaaRml .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tVBXmLXc0T {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tVBXmLXc0T .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVBXmLXc0T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tVBXmLXc0T .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tVBXmLXc0T .row {
  flex-direction: row-reverse;
}
.cid-tVBXmLXc0T img {
  width: 100%;
}
.cid-tZ7GezNrox {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tZ7GezNrox .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ7GezNrox .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ7GezNrox .video-wrapper iframe {
  width: 100%;
}
.cid-tZ7GezNrox .mbr-section-title,
.cid-tZ7GezNrox .mbr-section-subtitle,
.cid-tZ7GezNrox .mbr-text {
  text-align: center;
}
.cid-tVBXmNeww5 {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tVBXmNeww5 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tVBXmNeww5 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tVBXmNeww5 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tVBXmNeww5 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tX1wPY6T6T {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-tYZ0GTMKIG .navbar-dropdown {
  background-color: #102694 !important;
  padding: 0;
}
.cid-tYZ0GTMKIG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #102694 !important;
  background: #102694;
}
.cid-tYZ0GTMKIG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYZ0GTMKIG .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tYZ0GTMKIG .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tYZ0GTMKIG .menu_box .navbar.opened,
  .cid-tYZ0GTMKIG .menu_box .navbar-collapse {
    background-color: #102694 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tYZ0GTMKIG .navbar-dropdown {
  position: relative !important;
}
.cid-tYZ0GTMKIG .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tYZ0GTMKIG .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tYZ0GTMKIG .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tYZ0GTMKIG .btn {
  min-height: auto;
  margin-top: 0;
}
@media (min-width: 992px) {
  .cid-tYZ0GTMKIG .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #18c28a;
  }
  .cid-tYZ0GTMKIG .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tYZ0GTMKIG .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tYZ0GTMKIG .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tYZ0GTMKIG .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tYZ0GTMKIG .offcanvas-body .mbr-text,
  .cid-tYZ0GTMKIG .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tYZ0GTMKIG .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tYZ0GTMKIG .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tYZ0GTMKIG .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tYZ0GTMKIG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tYZ0GTMKIG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tYZ0GTMKIG .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tYZ0GTMKIG .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tYZ0GTMKIG ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tYZ0GTMKIG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tYZ0GTMKIG .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tYZ0GTMKIG .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tYZ0GTMKIG li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    font-size: 18px;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tYZ0GTMKIG .lg_brand {
    margin: 0 1rem;
  }
  .cid-tYZ0GTMKIG .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-tYZ0GTMKIG .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tYZ0GTMKIG .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tYZ0GTMKIG .nav-item {
    margin: 0 !important;
  }
}
.cid-tYZ0GTMKIG .nav-item .nav-link {
  position: relative;
}
.cid-tYZ0GTMKIG .nav-item .nav-link:hover::before,
.cid-tYZ0GTMKIG .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tYZ0GTMKIG .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 5px;
  transition: all 0.3s ease-in-out;
  background-color: #102694;
}
.cid-tYZ0GTMKIG .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tYZ0GTMKIG .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tYZ0GTMKIG .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tYZ0GTMKIG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tYZ0GTMKIG .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tYZ0GTMKIG .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tYZ0GTMKIG .offcanvas_box {
    display: none;
  }
}
.cid-tYZ0GTMKIG .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tYZ0GTMKIG .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
  font-style: italic;
}
.cid-tYZ0GTMKIG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tYZ0GTMKIG .container {
  display: flex;
  margin: auto;
}
.cid-tYZ0GTMKIG .iconfont-wrapper {
  color: #000000;
  font-size: 15px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tYZ0GTMKIG .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tYZ0GTMKIG .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tYZ0GTMKIG .navbar-caption {
  color: #000000;
}
.cid-tYZ0GTMKIG .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tYZ0GTMKIG .navbar-nav {
    margin: 0;
  }
}
.cid-tYZ0GTMKIG .dropdown-menu,
.cid-tYZ0GTMKIG .navbar.opened {
  background-color: false !important;
}
.cid-tYZ0GTMKIG .nav-item:focus,
.cid-tYZ0GTMKIG .nav-link:focus {
  outline: none;
}
.cid-tYZ0GTMKIG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYZ0GTMKIG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYZ0GTMKIG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYZ0GTMKIG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYZ0GTMKIG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYZ0GTMKIG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYZ0GTMKIG .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tYZ0GTMKIG .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tYZ0GTMKIG .navbar.opened {
  transition: all 0.3s;
}
.cid-tYZ0GTMKIG .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tYZ0GTMKIG .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 50% !important;
}
.cid-tYZ0GTMKIG .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tYZ0GTMKIG .navbar.collapsed {
  justify-content: center;
}
.cid-tYZ0GTMKIG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYZ0GTMKIG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tYZ0GTMKIG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYZ0GTMKIG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYZ0GTMKIG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYZ0GTMKIG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tYZ0GTMKIG .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tYZ0GTMKIG .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tYZ0GTMKIG .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tYZ0GTMKIG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYZ0GTMKIG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYZ0GTMKIG .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tYZ0GTMKIG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYZ0GTMKIG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tYZ0GTMKIG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYZ0GTMKIG .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tYZ0GTMKIG .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tYZ0GTMKIG .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tYZ0GTMKIG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tYZ0GTMKIG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYZ0GTMKIG .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tYZ0GTMKIG .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYZ0GTMKIG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYZ0GTMKIG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYZ0GTMKIG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYZ0GTMKIG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tYZ0GTMKIG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYZ0GTMKIG .dropdown-item.active,
.cid-tYZ0GTMKIG .dropdown-item:active {
  background-color: transparent;
}
.cid-tYZ0GTMKIG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYZ0GTMKIG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYZ0GTMKIG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYZ0GTMKIG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYZ0GTMKIG ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tYZ0GTMKIG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYZ0GTMKIG button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #102694;
  background: #102694;
}
.cid-tYZ0GTMKIG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tYZ0GTMKIG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYZ0GTMKIG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYZ0GTMKIG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYZ0GTMKIG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYZ0GTMKIG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYZ0GTMKIG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYZ0GTMKIG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYZ0GTMKIG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYZ0GTMKIG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tYZ0GTMKIG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYZ0GTMKIG .navbar {
    height: 70px;
  }
  .cid-tYZ0GTMKIG .navbar.opened {
    height: auto;
  }
  .cid-tYZ0GTMKIG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYZ0GTMKIG .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tYZ0GTMKIG .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .cid-tYZ0GTMKIG .mbr-section-btn-main {
    max-width: 468px;
    min-width: 468px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}
.cid-tYZ0GTMKIG .mbr-section-btn-main .btn {
  margin: 12px 10px;
  min-width: 212px;
}
.cid-tYZ0GTMKIG .navbar-caption:hover {
  color: #102694;
}
@media (min-width: 992px) {
  .cid-tYZ0GTMKIG .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tYZ0GTMKIG .text_widget {
  margin-bottom: 32px;
}
.cid-tYZ0GTMKIG .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tYZ0GTMKIG .text_widget a:hover {
  opacity: .5;
}
.cid-tYZ0GTMKIG .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tYZ0GTMKIG .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tYZ0GTMKIG .mbr-section-subtitle,
.cid-tYZ0GTMKIG .text_widget,
.cid-tYZ0GTMKIG .mbr-section-btn {
  text-align: center;
}
.cid-tYZ0GTMKIG a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tYZ0GR90OA {
  background-image: url("../../../assets/images/prefeitura-2-2000x1067.webp");
}
.cid-tYZ0GR90OA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYZ0GR90OA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYZ0GR90OA h1 {
  margin-top: -30%;
}
.cid-tYZ0GR90OA .mbr-section-title {
  text-align: center;
}
.cid-tYZ0GRF5bo {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tYZ0GRF5bo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYZ0GRF5bo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tYZ0GRF5bo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYZ0GRF5bo .row {
  flex-direction: row-reverse;
}
.cid-tYZ0GRF5bo img {
  width: 100%;
}
.cid-tYZ0GS90Au {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tYZ0GS90Au .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYZ0GS90Au .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tYZ0GS90Au .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYZ0GS90Au img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tYZ0GS90Au .text-wrapper {
    padding: 2rem;
  }
}
.cid-tYZ0GSJEgb {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tYZ0GSJEgb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYZ0GSJEgb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYZ0GSJEgb .mbr-section-title {
  color: #000000;
}
.cid-tYZ0GSJEgb .mbr-section-subtitle {
  text-align: left;
}
.cid-tYZdRmJijT {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #f5f3f3;
}
.cid-tYZdRmJijT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYZdRmJijT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYZdRmJijT .video-wrapper iframe {
  width: 100%;
}
.cid-tYZdRmJijT .mbr-section-title,
.cid-tYZdRmJijT .mbr-section-subtitle,
.cid-tYZdRmJijT .mbr-text {
  text-align: center;
}
.cid-tYZgq5YJDf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYZgq5YJDf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYZgq5YJDf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYZgq5YJDf .item {
  padding-bottom: 2rem;
}
.cid-tYZgq5YJDf .item-wrapper {
  position: relative;
}
.cid-tYZgq5YJDf .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tYZgq5YJDf .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tYZgq5YJDf .carousel-control,
.cid-tYZgq5YJDf .close {
  background: #1b1b1b;
}
.cid-tYZgq5YJDf .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tYZgq5YJDf .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tYZgq5YJDf .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tYZgq5YJDf .carousel-control-next span {
  margin-left: 5px;
}
.cid-tYZgq5YJDf .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tYZgq5YJDf .close::before {
  content: '\e91a';
}
.cid-tYZgq5YJDf .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tYZgq5YJDf .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tYZgq5YJDf .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tYZgq5YJDf .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tYZgq5YJDf .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tYZgq5YJDf .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tYZgq5YJDf .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tYZgq5YJDf .carousel-indicators li.active,
.cid-tYZgq5YJDf .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tYZgq5YJDf .carousel-indicators li::after,
.cid-tYZgq5YJDf .carousel-indicators li::before {
  content: none;
}
.cid-tYZgq5YJDf .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tYZgq5YJDf .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tYZgq5YJDf .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tYZgq5YJDf .carousel-indicators {
    display: none;
  }
}
.cid-tYZgq5YJDf .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tYZgq5YJDf .carousel-inner > .active {
  display: block;
}
.cid-tYZgq5YJDf .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tYZgq5YJDf .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tYZgq5YJDf .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tYZgq5YJDf .carousel-control,
  .cid-tYZgq5YJDf .carousel-indicators,
  .cid-tYZgq5YJDf .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tYZgq5YJDf .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tYZgq5YJDf .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tYZgq5YJDf .carousel-indicators .active,
.cid-tYZgq5YJDf .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tYZgq5YJDf .carousel-indicators .active {
  background: #fff;
}
.cid-tYZgq5YJDf .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tYZgq5YJDf .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tYZgq5YJDf .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tYZgq5YJDf .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tYZgq5YJDf .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tYZgq5YJDf .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tYZgq5YJDf .carousel {
  width: 100%;
}
.cid-tYZgq5YJDf .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tYZgq5YJDf .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tYZgq5YJDf .modal.fade .modal-dialog,
.cid-tYZgq5YJDf .modal.in .modal-dialog {
  transform: none;
}
.cid-tYZgq5YJDf .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tYZgq5YJDf H6 {
  text-align: center;
}
.cid-tYZ0GVInl4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tYZ0GVInl4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYZ0GVInl4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tYZ0GVInl4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYZ0GVInl4 .row {
  flex-direction: row-reverse;
}
.cid-tYZ0GVInl4 img {
  width: 100%;
}
.cid-tYZ0GWhg4r {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYZ0GWhg4r .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tYZ0GWhg4r form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tYZ0GWhg4r form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tYZ0GWhg4r form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tYZ0GXaOtA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-tYZovsmvMM .navbar-dropdown {
  background-color: #102694 !important;
  padding: 0;
}
.cid-tYZovsmvMM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #102694 !important;
  background: #102694;
}
.cid-tYZovsmvMM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYZovsmvMM .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tYZovsmvMM .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tYZovsmvMM .menu_box .navbar.opened,
  .cid-tYZovsmvMM .menu_box .navbar-collapse {
    background-color: #102694 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tYZovsmvMM .navbar-dropdown {
  position: relative !important;
}
.cid-tYZovsmvMM .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tYZovsmvMM .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tYZovsmvMM .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tYZovsmvMM .btn {
  min-height: auto;
  margin-top: 0;
}
@media (min-width: 992px) {
  .cid-tYZovsmvMM .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #18c28a;
  }
  .cid-tYZovsmvMM .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tYZovsmvMM .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tYZovsmvMM .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tYZovsmvMM .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tYZovsmvMM .offcanvas-body .mbr-text,
  .cid-tYZovsmvMM .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tYZovsmvMM .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tYZovsmvMM .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tYZovsmvMM .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tYZovsmvMM .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tYZovsmvMM .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tYZovsmvMM .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tYZovsmvMM .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tYZovsmvMM ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tYZovsmvMM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tYZovsmvMM .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tYZovsmvMM .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tYZovsmvMM li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    font-size: 18px;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tYZovsmvMM .lg_brand {
    margin: 0 1rem;
  }
  .cid-tYZovsmvMM .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-tYZovsmvMM .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tYZovsmvMM .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tYZovsmvMM .nav-item {
    margin: 0 !important;
  }
}
.cid-tYZovsmvMM .nav-item .nav-link {
  position: relative;
}
.cid-tYZovsmvMM .nav-item .nav-link:hover::before,
.cid-tYZovsmvMM .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tYZovsmvMM .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 5px;
  transition: all 0.3s ease-in-out;
  background-color: #102694;
}
.cid-tYZovsmvMM .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tYZovsmvMM .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tYZovsmvMM .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tYZovsmvMM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tYZovsmvMM .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tYZovsmvMM .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tYZovsmvMM .offcanvas_box {
    display: none;
  }
}
.cid-tYZovsmvMM .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tYZovsmvMM .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
  font-style: italic;
}
.cid-tYZovsmvMM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tYZovsmvMM .container {
  display: flex;
  margin: auto;
}
.cid-tYZovsmvMM .iconfont-wrapper {
  color: #000000;
  font-size: 15px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tYZovsmvMM .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tYZovsmvMM .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tYZovsmvMM .navbar-caption {
  color: #000000;
}
.cid-tYZovsmvMM .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tYZovsmvMM .navbar-nav {
    margin: 0;
  }
}
.cid-tYZovsmvMM .dropdown-menu,
.cid-tYZovsmvMM .navbar.opened {
  background-color: false !important;
}
.cid-tYZovsmvMM .nav-item:focus,
.cid-tYZovsmvMM .nav-link:focus {
  outline: none;
}
.cid-tYZovsmvMM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYZovsmvMM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYZovsmvMM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYZovsmvMM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYZovsmvMM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYZovsmvMM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYZovsmvMM .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tYZovsmvMM .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tYZovsmvMM .navbar.opened {
  transition: all 0.3s;
}
.cid-tYZovsmvMM .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tYZovsmvMM .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 50% !important;
}
.cid-tYZovsmvMM .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tYZovsmvMM .navbar.collapsed {
  justify-content: center;
}
.cid-tYZovsmvMM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYZovsmvMM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tYZovsmvMM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYZovsmvMM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYZovsmvMM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYZovsmvMM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tYZovsmvMM .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tYZovsmvMM .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tYZovsmvMM .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tYZovsmvMM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYZovsmvMM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYZovsmvMM .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tYZovsmvMM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYZovsmvMM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tYZovsmvMM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYZovsmvMM .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tYZovsmvMM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tYZovsmvMM .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tYZovsmvMM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tYZovsmvMM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYZovsmvMM .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tYZovsmvMM .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYZovsmvMM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYZovsmvMM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYZovsmvMM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYZovsmvMM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tYZovsmvMM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYZovsmvMM .dropdown-item.active,
.cid-tYZovsmvMM .dropdown-item:active {
  background-color: transparent;
}
.cid-tYZovsmvMM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYZovsmvMM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYZovsmvMM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYZovsmvMM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYZovsmvMM ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tYZovsmvMM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYZovsmvMM button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #102694;
  background: #102694;
}
.cid-tYZovsmvMM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tYZovsmvMM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYZovsmvMM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYZovsmvMM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYZovsmvMM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYZovsmvMM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYZovsmvMM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYZovsmvMM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYZovsmvMM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYZovsmvMM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tYZovsmvMM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYZovsmvMM .navbar {
    height: 70px;
  }
  .cid-tYZovsmvMM .navbar.opened {
    height: auto;
  }
  .cid-tYZovsmvMM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYZovsmvMM .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tYZovsmvMM .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .cid-tYZovsmvMM .mbr-section-btn-main {
    max-width: 468px;
    min-width: 468px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}
.cid-tYZovsmvMM .mbr-section-btn-main .btn {
  margin: 12px 10px;
  min-width: 212px;
}
.cid-tYZovsmvMM .navbar-caption:hover {
  color: #102694;
}
@media (min-width: 992px) {
  .cid-tYZovsmvMM .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tYZovsmvMM .text_widget {
  margin-bottom: 32px;
}
.cid-tYZovsmvMM .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tYZovsmvMM .text_widget a:hover {
  opacity: .5;
}
.cid-tYZovsmvMM .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tYZovsmvMM .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tYZovsmvMM .mbr-section-subtitle,
.cid-tYZovsmvMM .text_widget,
.cid-tYZovsmvMM .mbr-section-btn {
  text-align: center;
}
.cid-tYZovsmvMM a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tYZwKrkM0x {
  background-color: #ffffff;
}
.cid-tYZwKrkM0x .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYZwKrkM0x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tYZwKrkM0x .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYZwKrkM0x .row {
  flex-direction: row-reverse;
}
.cid-tYZwKrkM0x img {
  width: 100%;
}
.cid-tYZovo67hR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tYZovo67hR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYZovo67hR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tYZovo67hR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYZovo67hR .row {
  flex-direction: row-reverse;
}
.cid-tYZovo67hR img {
  width: 100%;
}
.cid-tYZovoD91J {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tYZovoD91J .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYZovoD91J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tYZovoD91J .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYZovoD91J img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tYZovoD91J .text-wrapper {
    padding: 2rem;
  }
}
.cid-tYZovpcXsF {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tYZovpcXsF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYZovpcXsF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYZovpcXsF .mbr-section-title {
  color: #000000;
}
.cid-tYZovpcXsF .mbr-section-subtitle {
  text-align: center;
}
.cid-tYZovpcXsF .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tYZovrKWC3 {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYZovrKWC3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYZovrKWC3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tYZovrKWC3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYZovrKWC3 .row {
  flex-direction: row-reverse;
}
.cid-tYZovrKWC3 img {
  width: 100%;
}
.cid-tYZovtkShB {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f5f3f3;
}
.cid-tYZovtkShB .mbr-text {
  text-align: center;
  color: #102694;
}
.cid-tYZovtkShB .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tYZovu1s8T {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fbfafa;
}
.cid-tYZovu1s8T .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYZovu1s8T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tYZovu1s8T .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYZovu1s8T .row {
  flex-direction: row-reverse;
}
.cid-tYZovu1s8T img {
  width: 100%;
}
.cid-tYZovuIHGi {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYZovuIHGi .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tYZovuIHGi form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tYZovuIHGi form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tYZovuIHGi form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tYZovvQWR0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-tXtH6LlLvf .navbar-dropdown {
  background-color: #102694 !important;
  padding: 0;
}
.cid-tXtH6LlLvf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #102694 !important;
  background: #102694;
}
.cid-tXtH6LlLvf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXtH6LlLvf .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tXtH6LlLvf .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tXtH6LlLvf .menu_box .navbar.opened,
  .cid-tXtH6LlLvf .menu_box .navbar-collapse {
    background-color: #102694 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tXtH6LlLvf .navbar-dropdown {
  position: relative !important;
}
.cid-tXtH6LlLvf .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tXtH6LlLvf .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tXtH6LlLvf .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tXtH6LlLvf .btn {
  min-height: auto;
  margin-top: 0;
}
@media (min-width: 992px) {
  .cid-tXtH6LlLvf .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #18c28a;
  }
  .cid-tXtH6LlLvf .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tXtH6LlLvf .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tXtH6LlLvf .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tXtH6LlLvf .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tXtH6LlLvf .offcanvas-body .mbr-text,
  .cid-tXtH6LlLvf .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tXtH6LlLvf .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tXtH6LlLvf .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tXtH6LlLvf .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tXtH6LlLvf .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tXtH6LlLvf .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tXtH6LlLvf .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tXtH6LlLvf .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tXtH6LlLvf ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tXtH6LlLvf .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tXtH6LlLvf .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tXtH6LlLvf .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tXtH6LlLvf li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    font-size: 18px;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tXtH6LlLvf .lg_brand {
    margin: 0 1rem;
  }
  .cid-tXtH6LlLvf .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-tXtH6LlLvf .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tXtH6LlLvf .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tXtH6LlLvf .nav-item {
    margin: 0 !important;
  }
}
.cid-tXtH6LlLvf .nav-item .nav-link {
  position: relative;
}
.cid-tXtH6LlLvf .nav-item .nav-link:hover::before,
.cid-tXtH6LlLvf .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tXtH6LlLvf .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 5px;
  transition: all 0.3s ease-in-out;
  background-color: #102694;
}
.cid-tXtH6LlLvf .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tXtH6LlLvf .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tXtH6LlLvf .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tXtH6LlLvf .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tXtH6LlLvf .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tXtH6LlLvf .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tXtH6LlLvf .offcanvas_box {
    display: none;
  }
}
.cid-tXtH6LlLvf .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tXtH6LlLvf .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
  font-style: italic;
}
.cid-tXtH6LlLvf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tXtH6LlLvf .container {
  display: flex;
  margin: auto;
}
.cid-tXtH6LlLvf .iconfont-wrapper {
  color: #000000;
  font-size: 15px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tXtH6LlLvf .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tXtH6LlLvf .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tXtH6LlLvf .navbar-caption {
  color: #000000;
}
.cid-tXtH6LlLvf .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tXtH6LlLvf .navbar-nav {
    margin: 0;
  }
}
.cid-tXtH6LlLvf .dropdown-menu,
.cid-tXtH6LlLvf .navbar.opened {
  background-color: false !important;
}
.cid-tXtH6LlLvf .nav-item:focus,
.cid-tXtH6LlLvf .nav-link:focus {
  outline: none;
}
.cid-tXtH6LlLvf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXtH6LlLvf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXtH6LlLvf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXtH6LlLvf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXtH6LlLvf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXtH6LlLvf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXtH6LlLvf .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tXtH6LlLvf .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tXtH6LlLvf .navbar.opened {
  transition: all 0.3s;
}
.cid-tXtH6LlLvf .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tXtH6LlLvf .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 50% !important;
}
.cid-tXtH6LlLvf .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tXtH6LlLvf .navbar.collapsed {
  justify-content: center;
}
.cid-tXtH6LlLvf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXtH6LlLvf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tXtH6LlLvf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXtH6LlLvf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXtH6LlLvf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXtH6LlLvf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tXtH6LlLvf .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tXtH6LlLvf .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tXtH6LlLvf .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tXtH6LlLvf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXtH6LlLvf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXtH6LlLvf .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tXtH6LlLvf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXtH6LlLvf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tXtH6LlLvf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tXtH6LlLvf .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tXtH6LlLvf .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tXtH6LlLvf .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tXtH6LlLvf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tXtH6LlLvf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXtH6LlLvf .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tXtH6LlLvf .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXtH6LlLvf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXtH6LlLvf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXtH6LlLvf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tXtH6LlLvf .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tXtH6LlLvf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXtH6LlLvf .dropdown-item.active,
.cid-tXtH6LlLvf .dropdown-item:active {
  background-color: transparent;
}
.cid-tXtH6LlLvf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXtH6LlLvf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXtH6LlLvf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXtH6LlLvf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXtH6LlLvf ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tXtH6LlLvf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXtH6LlLvf button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #102694;
  background: #102694;
}
.cid-tXtH6LlLvf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tXtH6LlLvf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXtH6LlLvf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXtH6LlLvf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXtH6LlLvf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXtH6LlLvf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXtH6LlLvf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXtH6LlLvf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXtH6LlLvf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXtH6LlLvf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tXtH6LlLvf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXtH6LlLvf .navbar {
    height: 70px;
  }
  .cid-tXtH6LlLvf .navbar.opened {
    height: auto;
  }
  .cid-tXtH6LlLvf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXtH6LlLvf .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tXtH6LlLvf .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .cid-tXtH6LlLvf .mbr-section-btn-main {
    max-width: 468px;
    min-width: 468px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}
.cid-tXtH6LlLvf .mbr-section-btn-main .btn {
  margin: 12px 10px;
  min-width: 212px;
}
.cid-tXtH6LlLvf .navbar-caption:hover {
  color: #102694;
}
@media (min-width: 992px) {
  .cid-tXtH6LlLvf .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tXtH6LlLvf .text_widget {
  margin-bottom: 32px;
}
.cid-tXtH6LlLvf .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tXtH6LlLvf .text_widget a:hover {
  opacity: .5;
}
.cid-tXtH6LlLvf .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tXtH6LlLvf .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tXtH6LlLvf .mbr-section-subtitle,
.cid-tXtH6LlLvf .text_widget,
.cid-tXtH6LlLvf .mbr-section-btn {
  text-align: center;
}
.cid-tXtH6LlLvf a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tXtH6M8zvE {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tXtH6M8zvE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXtH6M8zvE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tXtH6M8zvE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tXtH6M8zvE .row {
  flex-direction: row-reverse;
}
.cid-tXtH6M8zvE img {
  width: 100%;
}
.cid-tXtLlXLp3R {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tXtLlXLp3R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXtLlXLp3R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tXtLlXLp3R .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tXtLlXLp3R .row {
  flex-direction: row-reverse;
}
.cid-tXtLlXLp3R img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tXtLlXLp3R .text-wrapper {
    padding: 2rem;
  }
}
.cid-tXtTnzzooL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tXtTnzzooL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXtTnzzooL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tXtTnzzooL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tXtTnzzooL .row {
  flex-direction: row-reverse;
}
.cid-tXtTnzzooL img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tXtTnzzooL .text-wrapper {
    padding: 2rem;
  }
}
.cid-tXtTnzzooL .mbr-text {
  text-align: center;
}
.cid-tXtTnzzooL .mbr-section-title {
  text-align: center;
}
.cid-tXtH6MHPu3 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #fff0b0;
}
.cid-tXtH6MHPu3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXtH6MHPu3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXtH6MHPu3 .mbr-section-title {
  color: #353535;
}
.cid-tXtH6NeHgV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tXtH6NeHgV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXtH6NeHgV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tXtH6NeHgV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tXtH6NeHgV .row {
  flex-direction: row-reverse;
}
.cid-tXtH6NeHgV img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tXtH6NeHgV .text-wrapper {
    padding: 2rem;
  }
}
.cid-tXtOGwXxW9 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tXtOGwXxW9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXtOGwXxW9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tXtOGwXxW9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tXtOGwXxW9 .row {
  flex-direction: row-reverse;
}
.cid-tXtOGwXxW9 img {
  width: 100%;
}
.cid-tXtRBy4mXT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tXtRBy4mXT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXtRBy4mXT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXtRBy4mXT .item {
  padding-bottom: 2rem;
}
.cid-tXtRBy4mXT .item-wrapper {
  position: relative;
}
.cid-tXtRBy4mXT .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tXtRBy4mXT .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tXtRBy4mXT .carousel-control,
.cid-tXtRBy4mXT .close {
  background: #1b1b1b;
}
.cid-tXtRBy4mXT .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tXtRBy4mXT .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tXtRBy4mXT .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tXtRBy4mXT .carousel-control-next span {
  margin-left: 5px;
}
.cid-tXtRBy4mXT .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tXtRBy4mXT .close::before {
  content: '\e91a';
}
.cid-tXtRBy4mXT .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tXtRBy4mXT .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tXtRBy4mXT .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXtRBy4mXT .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tXtRBy4mXT .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tXtRBy4mXT .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tXtRBy4mXT .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tXtRBy4mXT .carousel-indicators li.active,
.cid-tXtRBy4mXT .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tXtRBy4mXT .carousel-indicators li::after,
.cid-tXtRBy4mXT .carousel-indicators li::before {
  content: none;
}
.cid-tXtRBy4mXT .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tXtRBy4mXT .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tXtRBy4mXT .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tXtRBy4mXT .carousel-indicators {
    display: none;
  }
}
.cid-tXtRBy4mXT .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tXtRBy4mXT .carousel-inner > .active {
  display: block;
}
.cid-tXtRBy4mXT .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXtRBy4mXT .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tXtRBy4mXT .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tXtRBy4mXT .carousel-control,
  .cid-tXtRBy4mXT .carousel-indicators,
  .cid-tXtRBy4mXT .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tXtRBy4mXT .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tXtRBy4mXT .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tXtRBy4mXT .carousel-indicators .active,
.cid-tXtRBy4mXT .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tXtRBy4mXT .carousel-indicators .active {
  background: #fff;
}
.cid-tXtRBy4mXT .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tXtRBy4mXT .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tXtRBy4mXT .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tXtRBy4mXT .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tXtRBy4mXT .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tXtRBy4mXT .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tXtRBy4mXT .carousel {
  width: 100%;
}
.cid-tXtRBy4mXT .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tXtRBy4mXT .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tXtRBy4mXT .modal.fade .modal-dialog,
.cid-tXtRBy4mXT .modal.in .modal-dialog {
  transform: none;
}
.cid-tXtRBy4mXT .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tXtRBy4mXT H6 {
  text-align: center;
}
.cid-tXtWsoFe5X {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tXtWsoFe5X .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXtWsoFe5X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tXtWsoFe5X .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tXtWsoFe5X .row {
  flex-direction: row-reverse;
}
.cid-tXtWsoFe5X img {
  width: 100%;
}
.cid-tXtXxuFRNi {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tXtXxuFRNi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXtXxuFRNi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tXtXxuFRNi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tXtXxuFRNi .row {
  flex-direction: row-reverse;
}
.cid-tXtXxuFRNi img {
  width: 100%;
}
.cid-tXtH6OZnwE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tXtH6OZnwE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXtH6OZnwE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tXtH6OZnwE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tXtH6OZnwE .row {
  flex-direction: row-reverse;
}
.cid-tXtH6OZnwE img {
  width: 100%;
}
.cid-tXtH6THKxG {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tXtH6THKxG .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tXtH6THKxG form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tXtH6THKxG form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tXtH6THKxG form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tXtH6UBvgo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
