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: #023774 !important;
}
.bg-success {
  background-color: #257c0f !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: #023774 !important;
  border-color: #023774 !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: #010f1f !important;
  border-color: #010f1f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #010f1f !important;
  border-color: #010f1f !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: #257c0f !important;
  border-color: #257c0f !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: #0e2f06 !important;
  border-color: #0e2f06 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0e2f06 !important;
  border-color: #0e2f06 !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: #023774;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #010f1f !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: #023774 !important;
  border-color: #023774 !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: #257c0f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0e2f06 !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: #257c0f !important;
  border-color: #257c0f !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: #023774 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #257c0f !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: #000710 !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: #0a2104 !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: #023774;
}
.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-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #023774;
  border-color: #023774;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #023774;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #0472f1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #4ce526;
}
.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: #023774 !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: #023774;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #023774;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #023774;
}
.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: #023774;
  border-bottom-color: #023774;
}
.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: #023774 !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='%23023774' %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-taSxfK8xUV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-taSxfK8xUV nav.navbar {
  position: fixed;
}
.cid-taSxfK8xUV .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taSxfK8xUV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-taSxfK8xUV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-taSxfK8xUV .dropdown-item:hover,
.cid-taSxfK8xUV .dropdown-item:focus {
  background: #023774 !important;
  color: white !important;
}
.cid-taSxfK8xUV .dropdown-item:hover span {
  color: white;
}
.cid-taSxfK8xUV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-taSxfK8xUV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-taSxfK8xUV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-taSxfK8xUV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-taSxfK8xUV .nav-link {
  position: relative;
}
.cid-taSxfK8xUV .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-taSxfK8xUV .container {
    flex-wrap: nowrap;
  }
}
.cid-taSxfK8xUV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-taSxfK8xUV .dropdown-menu,
.cid-taSxfK8xUV .navbar.opened {
  background: #ececec !important;
}
.cid-taSxfK8xUV .nav-item:focus,
.cid-taSxfK8xUV .nav-link:focus {
  outline: none;
}
.cid-taSxfK8xUV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-taSxfK8xUV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-taSxfK8xUV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-taSxfK8xUV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taSxfK8xUV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-taSxfK8xUV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-taSxfK8xUV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ececec;
}
.cid-taSxfK8xUV .navbar.opened {
  transition: all 0.3s;
}
.cid-taSxfK8xUV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-taSxfK8xUV .navbar .navbar-logo img {
  width: auto;
}
.cid-taSxfK8xUV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-taSxfK8xUV .navbar.collapsed {
  justify-content: center;
}
.cid-taSxfK8xUV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-taSxfK8xUV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-taSxfK8xUV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-taSxfK8xUV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-taSxfK8xUV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-taSxfK8xUV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-taSxfK8xUV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-taSxfK8xUV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-taSxfK8xUV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-taSxfK8xUV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-taSxfK8xUV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-taSxfK8xUV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-taSxfK8xUV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-taSxfK8xUV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-taSxfK8xUV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-taSxfK8xUV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-taSxfK8xUV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-taSxfK8xUV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-taSxfK8xUV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-taSxfK8xUV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-taSxfK8xUV .navbar.navbar-short {
  min-height: 60px;
}
.cid-taSxfK8xUV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-taSxfK8xUV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-taSxfK8xUV .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-taSxfK8xUV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-taSxfK8xUV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-taSxfK8xUV .dropdown-item.active,
.cid-taSxfK8xUV .dropdown-item:active {
  background-color: transparent;
}
.cid-taSxfK8xUV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-taSxfK8xUV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-taSxfK8xUV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-taSxfK8xUV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ececec;
}
.cid-taSxfK8xUV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-taSxfK8xUV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-taSxfK8xUV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-taSxfK8xUV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-taSxfK8xUV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-taSxfK8xUV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-taSxfK8xUV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-taSxfK8xUV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taSxfK8xUV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taSxfK8xUV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-taSxfK8xUV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taSxfK8xUV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-taSxfK8xUV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-taSxfK8xUV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taSxfK8xUV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-taSxfK8xUV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-taSxfK8xUV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-taSxfK8xUV .navbar {
    height: 70px;
  }
  .cid-taSxfK8xUV .navbar.opened {
    height: auto;
  }
  .cid-taSxfK8xUV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-taSxk5z6HV {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #0074b9;
}
.cid-taSxk5z6HV .mbr-fallback-image.disabled {
  display: none;
}
.cid-taSxk5z6HV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-taSxk5z6HV .mbr-section-title {
  color: #ffffff;
}
.cid-taSxp2y1C9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/whatsapp-image-2022-06-30-at-11.51.36-am.jpeg");
}
.cid-taSxp2y1C9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-taSxp2y1C9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-te8wLJtgNk {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #0074b9;
}
.cid-te8wLJtgNk .mbr-fallback-image.disabled {
  display: none;
}
.cid-te8wLJtgNk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-te8wLJtgNk .mbr-section-title {
  color: #ffffff;
}
.cid-te8wLJtgNk .mbr-text,
.cid-te8wLJtgNk .mbr-section-btn {
  color: #fafafa;
}
.cid-tI2wuVreoG {
  background-image: url("../../../assets/images/colage2-1-1800x745.jpeg");
}
.cid-tI2wuVreoG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tI2wuVreoG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-te8zD34mPa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/papahablando-1407x721.jpg");
}
.cid-te8zD34mPa .mbr-fallback-image.disabled {
  display: none;
}
.cid-te8zD34mPa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-te8zD34mPa .mbr-text,
.cid-te8zD34mPa .mbr-section-btn {
  color: #232323;
}
.cid-te8zD34mPa .card-title,
.cid-te8zD34mPa .card-box {
  color: #ffffff;
}
.cid-te8zD34mPa .mbr-text,
.cid-te8zD34mPa .link-wrap {
  color: #ffffff;
}
.cid-taSxxCGIDL {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #0074b9;
}
.cid-taSxxCGIDL .mbr-fallback-image.disabled {
  display: none;
}
.cid-taSxxCGIDL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-taSxxCGIDL .mbr-section-title {
  color: #ffffff;
}
.cid-taSxxCGIDL .mbr-text,
.cid-taSxxCGIDL .mbr-section-btn {
  color: #fafafa;
}
.cid-taUpMCUEus {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/whatsapp-image-2022-06-30-at-3.43.58-pm.jpeg");
}
.cid-taUpMCUEus .mbr-fallback-image.disabled {
  display: none;
}
.cid-taUpMCUEus .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-taUpMCUEus .mbr-text {
  color: #c1c1c1;
}
.cid-taUpMCUEus H3 {
  text-align: center;
  color: #fafafa;
}
.cid-taSxzXCLN1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0074b9;
}
.cid-taSxzXCLN1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-taSxzXCLN1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-taSxzXCLN1 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-taSxzXCLN1 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-taSxzXCLN1 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-taSxzXCLN1 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-taSxzXCLN1 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-taSxzXCLN1 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-taSxzXCLN1 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-taSxzXCLN1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tY2MQxXGJn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tY2MQxXGJn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tY2MQxXGJn .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-tY2MQxXGJn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tY2MQxXGJn .row {
  flex-direction: row-reverse;
}
.cid-tY2MQxXGJn img {
  width: 100%;
}
.cid-tYVZXKQboS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tYVZXKQboS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYVZXKQboS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYVZXKQboS .card-wrapper {
  background: #0074b9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tYVZXKQboS .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tYVZXKQboS .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYVZXKQboS .card-wrapper {
    padding: 4rem;
  }
}
.cid-tYVZXKQboS .mbr-text,
.cid-tYVZXKQboS .mbr-section-btn {
  color: #ffffff;
}
.cid-tYVZXKQboS .card-title,
.cid-tYVZXKQboS .card-box {
  text-align: center;
}
.cid-tBfbF8aLDp {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tBfbF8aLDp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBfbF8aLDp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBfbF8aLDp .video-wrapper iframe {
  width: 100%;
}
.cid-tBfbF8aLDp .mbr-section-title,
.cid-tBfbF8aLDp .mbr-section-subtitle,
.cid-tBfbF8aLDp .mbr-text {
  text-align: center;
}
.cid-tnV58FgqTn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tnV58FgqTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tnV58FgqTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tnV58FgqTn .video-wrapper iframe {
  width: 100%;
}
.cid-tnV58FgqTn .mbr-section-title,
.cid-tnV58FgqTn .mbr-section-subtitle,
.cid-tnV58FgqTn .mbr-text {
  text-align: center;
}
.cid-utVoQJhWsq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-utVoQJhWsq .mbr-fallback-image.disabled {
  display: none;
}
.cid-utVoQJhWsq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utVoQJhWsq .video-wrapper iframe {
  width: 100%;
}
.cid-utVoQJhWsq .mbr-section-title,
.cid-utVoQJhWsq .mbr-section-subtitle,
.cid-utVoQJhWsq .mbr-text {
  text-align: center;
}
.cid-utVpBIk1To {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-utVpBIk1To .mbr-fallback-image.disabled {
  display: none;
}
.cid-utVpBIk1To .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utVpBIk1To .video-wrapper iframe {
  width: 100%;
}
.cid-utVpBIk1To .mbr-section-title,
.cid-utVpBIk1To .mbr-section-subtitle,
.cid-utVpBIk1To .mbr-text {
  text-align: center;
}
.cid-utVqeYmzCk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-utVqeYmzCk .mbr-fallback-image.disabled {
  display: none;
}
.cid-utVqeYmzCk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utVqeYmzCk .video-wrapper iframe {
  width: 100%;
}
.cid-utVqeYmzCk .mbr-section-title,
.cid-utVqeYmzCk .mbr-section-subtitle,
.cid-utVqeYmzCk .mbr-text {
  text-align: center;
}
.cid-tWnD65e1Za {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tWnD65e1Za .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWnD65e1Za .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWnD65e1Za .video-wrapper iframe {
  width: 100%;
}
.cid-tWnD65e1Za .mbr-section-title,
.cid-tWnD65e1Za .mbr-section-subtitle,
.cid-tWnD65e1Za .mbr-text {
  text-align: center;
}
.cid-tlhU2KOeCr {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tlhU2KOeCr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlhU2KOeCr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlhU2KOeCr .video-wrapper iframe {
  width: 100%;
}
.cid-tlhU2KOeCr .mbr-section-title,
.cid-tlhU2KOeCr .mbr-section-subtitle,
.cid-tlhU2KOeCr .mbr-text {
  text-align: center;
}
.cid-tSYYBeA8h8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fafafa;
}
.cid-tSYYBeA8h8 .mbr-section-subtitle {
  color: #767676;
}
.cid-tSYYBeA8h8 .formoid {
  margin: auto;
}
.cid-tSYYBeA8h8 .form-control {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.cid-tSYYBeA8h8 .input-group-btn .btn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 0 !important;
}
.cid-tSYYBeA8h8 input[type="email"] {
  border-radius: 100px !important;
}
.cid-tSYYBeA8h8 a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-tSYYBeA8h8 a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
@media (max-width: 768px) {
  .cid-tSYYBeA8h8 .mbr-form .row {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tSYYBeA8h8 .form-group,
  .cid-tSYYBeA8h8 .input-group-btn,
  .cid-tSYYBeA8h8 .input-group-btn .btn {
    max-width: 300px;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .cid-tSYYBeA8h8 .mbr-form .row > * {
    padding: 0 0.5rem;
  }
}
.cid-taUr6oEyV1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-taUr6oEyV1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-taUr6oEyV1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-taUr6oEyV1 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-taUr6oEyV1 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-taUr6oEyV1 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-taUr6oEyV1 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-taUr6oEyV1 .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-taUr6oEyV1 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-taUr6oEyV1 .carousel-control,
.cid-taUr6oEyV1 .close {
  background: #1b1b1b;
}
.cid-taUr6oEyV1 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-taUr6oEyV1 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-taUr6oEyV1 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-taUr6oEyV1 .carousel-control-next span {
  margin-left: 5px;
}
.cid-taUr6oEyV1 .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-taUr6oEyV1 .close::before {
  content: '\e91a';
}
.cid-taUr6oEyV1 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-taUr6oEyV1 .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-taUr6oEyV1 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-taUr6oEyV1 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-taUr6oEyV1 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-taUr6oEyV1 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-taUr6oEyV1 .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-taUr6oEyV1 .carousel-indicators li.active,
.cid-taUr6oEyV1 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-taUr6oEyV1 .carousel-indicators li::after,
.cid-taUr6oEyV1 .carousel-indicators li::before {
  content: none;
}
.cid-taUr6oEyV1 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-taUr6oEyV1 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-taUr6oEyV1 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-taUr6oEyV1 .carousel-indicators {
    display: none;
  }
}
.cid-taUr6oEyV1 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-taUr6oEyV1 .carousel-inner > .active {
  display: block;
}
.cid-taUr6oEyV1 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-taUr6oEyV1 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-taUr6oEyV1 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-taUr6oEyV1 .carousel-control,
  .cid-taUr6oEyV1 .carousel-indicators,
  .cid-taUr6oEyV1 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-taUr6oEyV1 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-taUr6oEyV1 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-taUr6oEyV1 .carousel-indicators .active,
.cid-taUr6oEyV1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-taUr6oEyV1 .carousel-indicators .active {
  background: #fff;
}
.cid-taUr6oEyV1 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-taUr6oEyV1 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-taUr6oEyV1 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-taUr6oEyV1 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-taUr6oEyV1 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-taUr6oEyV1 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-taUr6oEyV1 .carousel {
  width: 100%;
}
.cid-taUr6oEyV1 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-taUr6oEyV1 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-taUr6oEyV1 .modal.fade .modal-dialog,
.cid-taUr6oEyV1 .modal.in .modal-dialog {
  transform: none;
}
.cid-taUr6oEyV1 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-taUr6oEyV1 H6 {
  text-align: center;
}
.cid-te8YHcwTbV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-te8YHcwTbV img,
.cid-te8YHcwTbV .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-te8YHcwTbV .item:focus,
.cid-te8YHcwTbV span:focus {
  outline: none;
}
.cid-te8YHcwTbV .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-te8YHcwTbV .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-te8YHcwTbV .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-te8YHcwTbV .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-te8YHcwTbV .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-te8YHcwTbV .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-te8YHcwTbV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-te8YHcwTbV .mbr-section-title {
  color: #232323;
}
.cid-te8YHcwTbV .mbr-text,
.cid-te8YHcwTbV .mbr-section-btn {
  text-align: left;
}
.cid-te8YHcwTbV .item-title {
  text-align: left;
}
.cid-te8YHcwTbV .item-subtitle {
  text-align: center;
}
.cid-taUudsHSbd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-taUudsHSbd .mbr-fallback-image.disabled {
  display: none;
}
.cid-taUudsHSbd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-taUudsHSbd .card-wrapper {
  background: #0074b9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-taUudsHSbd .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-taUudsHSbd .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-taUudsHSbd .card-wrapper {
    padding: 4rem;
  }
}
.cid-taUudsHSbd .mbr-text,
.cid-taUudsHSbd .mbr-section-btn {
  color: #ffffff;
}
.cid-taUudsHSbd .card-title,
.cid-taUudsHSbd .card-box {
  text-align: center;
}
.cid-taWgY5gnhN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-taWgY5gnhN .mbr-fallback-image.disabled {
  display: none;
}
.cid-taWgY5gnhN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-taWgY5gnhN .item {
  padding-bottom: 2rem;
}
.cid-taWgY5gnhN .item-wrapper {
  position: relative;
}
.cid-taWgY5gnhN .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-taWgY5gnhN .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-taWgY5gnhN .carousel-control,
.cid-taWgY5gnhN .close {
  background: #1b1b1b;
}
.cid-taWgY5gnhN .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-taWgY5gnhN .carousel-control-prev span {
  margin-right: 5px;
}
.cid-taWgY5gnhN .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-taWgY5gnhN .carousel-control-next span {
  margin-left: 5px;
}
.cid-taWgY5gnhN .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-taWgY5gnhN .close::before {
  content: '\e91a';
}
.cid-taWgY5gnhN .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-taWgY5gnhN .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-taWgY5gnhN .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-taWgY5gnhN .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-taWgY5gnhN .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-taWgY5gnhN .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-taWgY5gnhN .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-taWgY5gnhN .carousel-indicators li.active,
.cid-taWgY5gnhN .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-taWgY5gnhN .carousel-indicators li::after,
.cid-taWgY5gnhN .carousel-indicators li::before {
  content: none;
}
.cid-taWgY5gnhN .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-taWgY5gnhN .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-taWgY5gnhN .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-taWgY5gnhN .carousel-indicators {
    display: none;
  }
}
.cid-taWgY5gnhN .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-taWgY5gnhN .carousel-inner > .active {
  display: block;
}
.cid-taWgY5gnhN .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-taWgY5gnhN .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-taWgY5gnhN .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-taWgY5gnhN .carousel-control,
  .cid-taWgY5gnhN .carousel-indicators,
  .cid-taWgY5gnhN .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-taWgY5gnhN .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-taWgY5gnhN .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-taWgY5gnhN .carousel-indicators .active,
.cid-taWgY5gnhN .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-taWgY5gnhN .carousel-indicators .active {
  background: #fff;
}
.cid-taWgY5gnhN .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-taWgY5gnhN .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-taWgY5gnhN .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-taWgY5gnhN .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-taWgY5gnhN .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-taWgY5gnhN .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-taWgY5gnhN .carousel {
  width: 100%;
}
.cid-taWgY5gnhN .modal-backdrop.in {
  opacity: 0.8;
}
.cid-taWgY5gnhN .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-taWgY5gnhN .modal.fade .modal-dialog,
.cid-taWgY5gnhN .modal.in .modal-dialog {
  transform: none;
}
.cid-taWgY5gnhN .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-taWgY5gnhN H6 {
  text-align: center;
}
.cid-tbjuVfvszx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #9fdbf8;
}
.cid-tbjuVfvszx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbjuVfvszx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbjuVfvszx .mbr-section-title {
  color: #0074b9;
}
.cid-taUujyUZEz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0074b9;
}
.cid-taUujyUZEz .mbr-fallback-image.disabled {
  display: none;
}
.cid-taUujyUZEz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-taUujyUZEz .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-taUujyUZEz .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-taUujyUZEz .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-taUujyUZEz .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-taUujyUZEz .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #023774;
}
.cid-taUujyUZEz .mbr-section-title {
  color: #f3f2f2;
}
.cid-taUuef1QNA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/whatsapp-image-2022-06-30-at-3.43.58-pm.jpeg");
}
.cid-taUuef1QNA .mbr-fallback-image.disabled {
  display: none;
}
.cid-taUuef1QNA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-taUuef1QNA ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-taUuef1QNA li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-taUuef1QNA ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #023774;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-taUuef1QNA .list {
  color: #fafafa;
}
.cid-taUuef1QNA H3 {
  color: #fafafa;
}
.cid-tyok9Jhkov {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tyok9Jhkov .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyok9Jhkov .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyok9Jhkov .video-wrapper iframe {
  width: 100%;
}
.cid-tyok9Jhkov .mbr-section-title,
.cid-tyok9Jhkov .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tyok9Jhkov .text-wrapper {
    padding: 2rem;
  }
}
.cid-te8yTB9Ggc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-te8yTB9Ggc .mbr-fallback-image.disabled {
  display: none;
}
.cid-te8yTB9Ggc .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-te8yTB9Ggc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-te8yTB9Ggc img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-te8yTB9Ggc .text-wrapper {
    padding: 2rem;
  }
}
.cid-tbt1sZ6O3F {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tbt19a7q23 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tbt19a7q23 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbt19a7q23 .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-tbt19a7q23 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tbt19a7q23 .row {
  flex-direction: row-reverse;
}
.cid-tbt19a7q23 img {
  width: 100%;
}
.cid-tbHrY1DiM3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tbHrY1DiM3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbHrY1DiM3 .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-tbHrY1DiM3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tbHrY1DiM3 .row {
  flex-direction: row-reverse;
}
.cid-tbHrY1DiM3 img {
  width: 100%;
}
.cid-tbHkPzyg9p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9fdbf8;
}
.cid-to8qcSwxGD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-to8qcSwxGD .mbr-fallback-image.disabled {
  display: none;
}
.cid-to8qcSwxGD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-to8qcSwxGD ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-to8qcSwxGD li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-to8qcSwxGD ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #023774;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-txWSeXQSkX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-taUukUMUoZ {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #232323;
  overflow: hidden;
}
.cid-to8oR6EobM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-to8oR6EobM nav.navbar {
  position: fixed;
}
.cid-to8oR6EobM .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-to8oR6EobM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-to8oR6EobM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-to8oR6EobM .dropdown-item:hover,
.cid-to8oR6EobM .dropdown-item:focus {
  background: #023774 !important;
  color: white !important;
}
.cid-to8oR6EobM .dropdown-item:hover span {
  color: white;
}
.cid-to8oR6EobM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-to8oR6EobM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-to8oR6EobM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-to8oR6EobM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-to8oR6EobM .nav-link {
  position: relative;
}
.cid-to8oR6EobM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-to8oR6EobM .container {
    flex-wrap: nowrap;
  }
}
.cid-to8oR6EobM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-to8oR6EobM .dropdown-menu,
.cid-to8oR6EobM .navbar.opened {
  background: #ececec !important;
}
.cid-to8oR6EobM .nav-item:focus,
.cid-to8oR6EobM .nav-link:focus {
  outline: none;
}
.cid-to8oR6EobM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-to8oR6EobM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-to8oR6EobM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-to8oR6EobM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-to8oR6EobM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-to8oR6EobM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-to8oR6EobM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ececec;
}
.cid-to8oR6EobM .navbar.opened {
  transition: all 0.3s;
}
.cid-to8oR6EobM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-to8oR6EobM .navbar .navbar-logo img {
  width: auto;
}
.cid-to8oR6EobM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-to8oR6EobM .navbar.collapsed {
  justify-content: center;
}
.cid-to8oR6EobM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-to8oR6EobM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-to8oR6EobM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-to8oR6EobM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-to8oR6EobM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-to8oR6EobM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-to8oR6EobM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-to8oR6EobM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-to8oR6EobM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-to8oR6EobM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-to8oR6EobM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-to8oR6EobM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-to8oR6EobM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-to8oR6EobM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-to8oR6EobM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-to8oR6EobM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-to8oR6EobM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-to8oR6EobM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-to8oR6EobM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-to8oR6EobM .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-to8oR6EobM .navbar.navbar-short {
  min-height: 60px;
}
.cid-to8oR6EobM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-to8oR6EobM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-to8oR6EobM .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-to8oR6EobM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-to8oR6EobM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-to8oR6EobM .dropdown-item.active,
.cid-to8oR6EobM .dropdown-item:active {
  background-color: transparent;
}
.cid-to8oR6EobM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-to8oR6EobM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-to8oR6EobM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-to8oR6EobM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ececec;
}
.cid-to8oR6EobM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-to8oR6EobM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-to8oR6EobM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-to8oR6EobM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-to8oR6EobM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-to8oR6EobM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-to8oR6EobM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-to8oR6EobM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-to8oR6EobM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-to8oR6EobM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-to8oR6EobM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-to8oR6EobM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-to8oR6EobM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-to8oR6EobM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-to8oR6EobM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-to8oR6EobM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-to8oR6EobM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-to8oR6EobM .navbar {
    height: 70px;
  }
  .cid-to8oR6EobM .navbar.opened {
    height: auto;
  }
  .cid-to8oR6EobM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-to8oR7oXlf {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #0074b9;
}
.cid-to8oR7oXlf .mbr-fallback-image.disabled {
  display: none;
}
.cid-to8oR7oXlf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-to8oR7oXlf .mbr-section-title {
  color: #ffffff;
}
.cid-to8oR7LjJx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/whatsapp-image-2022-06-30-at-11.51.36-am.jpeg");
}
.cid-to8oR7LjJx .mbr-fallback-image.disabled {
  display: none;
}
.cid-to8oR7LjJx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-to8oR8rLgt {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #0074b9;
}
.cid-to8oR8rLgt .mbr-fallback-image.disabled {
  display: none;
}
.cid-to8oR8rLgt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-to8oR8rLgt .mbr-section-title {
  color: #ffffff;
}
.cid-to8oR8rLgt .mbr-text,
.cid-to8oR8rLgt .mbr-section-btn {
  color: #fafafa;
}
.cid-to8oRewKaw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-to8oRewKaw .mbr-fallback-image.disabled {
  display: none;
}
.cid-to8oRewKaw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-to8oRewKaw .card-wrapper {
  background: #0074b9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-to8oRewKaw .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-to8oRewKaw .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-to8oRewKaw .card-wrapper {
    padding: 4rem;
  }
}
.cid-to8oRewKaw .mbr-text,
.cid-to8oRewKaw .mbr-section-btn {
  color: #ffffff;
}
.cid-to8oRewKaw .card-title,
.cid-to8oRewKaw .card-box {
  text-align: center;
}
.cid-tWoeerm7tf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tWoeerm7tf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWoeerm7tf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWoeerm7tf .video-wrapper iframe {
  width: 100%;
}
.cid-tWoeerm7tf .mbr-section-title,
.cid-tWoeerm7tf .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tWoeerm7tf .text-wrapper {
    padding: 2rem;
  }
}
.cid-tWoeSMUpzp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0074b9;
}
.cid-tWoeSMUpzp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWoeSMUpzp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWoeSMUpzp .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tWoeSMUpzp .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tWoeSMUpzp .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tWoeSMUpzp .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tWoeSMUpzp .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #023774;
}
.cid-tWoeSMUpzp .mbr-section-title {
  color: #f3f2f2;
}
.cid-to8oRaOcMp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-to8oRaOcMp .mbr-fallback-image.disabled {
  display: none;
}
.cid-to8oRaOcMp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-to8oRaOcMp .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-to8oRaOcMp .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-to8oRaOcMp .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-to8oRaOcMp .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-to8oRaOcMp .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-to8oRaOcMp .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-to8oRaOcMp .carousel-control,
.cid-to8oRaOcMp .close {
  background: #1b1b1b;
}
.cid-to8oRaOcMp .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-to8oRaOcMp .carousel-control-prev span {
  margin-right: 5px;
}
.cid-to8oRaOcMp .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-to8oRaOcMp .carousel-control-next span {
  margin-left: 5px;
}
.cid-to8oRaOcMp .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-to8oRaOcMp .close::before {
  content: '\e91a';
}
.cid-to8oRaOcMp .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-to8oRaOcMp .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-to8oRaOcMp .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-to8oRaOcMp .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-to8oRaOcMp .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-to8oRaOcMp .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-to8oRaOcMp .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-to8oRaOcMp .carousel-indicators li.active,
.cid-to8oRaOcMp .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-to8oRaOcMp .carousel-indicators li::after,
.cid-to8oRaOcMp .carousel-indicators li::before {
  content: none;
}
.cid-to8oRaOcMp .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-to8oRaOcMp .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-to8oRaOcMp .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-to8oRaOcMp .carousel-indicators {
    display: none;
  }
}
.cid-to8oRaOcMp .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-to8oRaOcMp .carousel-inner > .active {
  display: block;
}
.cid-to8oRaOcMp .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-to8oRaOcMp .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-to8oRaOcMp .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-to8oRaOcMp .carousel-control,
  .cid-to8oRaOcMp .carousel-indicators,
  .cid-to8oRaOcMp .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-to8oRaOcMp .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-to8oRaOcMp .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-to8oRaOcMp .carousel-indicators .active,
.cid-to8oRaOcMp .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-to8oRaOcMp .carousel-indicators .active {
  background: #fff;
}
.cid-to8oRaOcMp .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-to8oRaOcMp .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-to8oRaOcMp .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-to8oRaOcMp .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-to8oRaOcMp .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-to8oRaOcMp .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-to8oRaOcMp .carousel {
  width: 100%;
}
.cid-to8oRaOcMp .modal-backdrop.in {
  opacity: 0.8;
}
.cid-to8oRaOcMp .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-to8oRaOcMp .modal.fade .modal-dialog,
.cid-to8oRaOcMp .modal.in .modal-dialog {
  transform: none;
}
.cid-to8oRaOcMp .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-to8oRaOcMp H6 {
  text-align: center;
}
.cid-to8oRdCuZo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-to8oRdCuZo img,
.cid-to8oRdCuZo .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-to8oRdCuZo .item:focus,
.cid-to8oRdCuZo span:focus {
  outline: none;
}
.cid-to8oRdCuZo .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-to8oRdCuZo .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-to8oRdCuZo .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-to8oRdCuZo .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-to8oRdCuZo .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-to8oRdCuZo .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-to8oRdCuZo .mbr-section-btn {
  margin-top: auto !important;
}
.cid-to8oRdCuZo .mbr-section-title {
  color: #232323;
}
.cid-to8oRdCuZo .mbr-text,
.cid-to8oRdCuZo .mbr-section-btn {
  text-align: left;
}
.cid-to8oRdCuZo .item-title {
  text-align: left;
}
.cid-to8oRdCuZo .item-subtitle {
  text-align: center;
}
.cid-to8oReVJqz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-to8oReVJqz .mbr-fallback-image.disabled {
  display: none;
}
.cid-to8oReVJqz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-to8oReVJqz .item {
  padding-bottom: 2rem;
}
.cid-to8oReVJqz .item-wrapper {
  position: relative;
}
.cid-to8oReVJqz .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-to8oReVJqz .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-to8oReVJqz .carousel-control,
.cid-to8oReVJqz .close {
  background: #1b1b1b;
}
.cid-to8oReVJqz .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-to8oReVJqz .carousel-control-prev span {
  margin-right: 5px;
}
.cid-to8oReVJqz .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-to8oReVJqz .carousel-control-next span {
  margin-left: 5px;
}
.cid-to8oReVJqz .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-to8oReVJqz .close::before {
  content: '\e91a';
}
.cid-to8oReVJqz .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-to8oReVJqz .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-to8oReVJqz .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-to8oReVJqz .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-to8oReVJqz .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-to8oReVJqz .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-to8oReVJqz .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-to8oReVJqz .carousel-indicators li.active,
.cid-to8oReVJqz .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-to8oReVJqz .carousel-indicators li::after,
.cid-to8oReVJqz .carousel-indicators li::before {
  content: none;
}
.cid-to8oReVJqz .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-to8oReVJqz .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-to8oReVJqz .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-to8oReVJqz .carousel-indicators {
    display: none;
  }
}
.cid-to8oReVJqz .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-to8oReVJqz .carousel-inner > .active {
  display: block;
}
.cid-to8oReVJqz .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-to8oReVJqz .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-to8oReVJqz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-to8oReVJqz .carousel-control,
  .cid-to8oReVJqz .carousel-indicators,
  .cid-to8oReVJqz .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-to8oReVJqz .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-to8oReVJqz .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-to8oReVJqz .carousel-indicators .active,
.cid-to8oReVJqz .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-to8oReVJqz .carousel-indicators .active {
  background: #fff;
}
.cid-to8oReVJqz .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-to8oReVJqz .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-to8oReVJqz .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-to8oReVJqz .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-to8oReVJqz .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-to8oReVJqz .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-to8oReVJqz .carousel {
  width: 100%;
}
.cid-to8oReVJqz .modal-backdrop.in {
  opacity: 0.8;
}
.cid-to8oReVJqz .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-to8oReVJqz .modal.fade .modal-dialog,
.cid-to8oReVJqz .modal.in .modal-dialog {
  transform: none;
}
.cid-to8oReVJqz .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-to8oReVJqz H6 {
  text-align: center;
}
.cid-to8oRfX3PR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #9fdbf8;
}
.cid-to8oRfX3PR .mbr-fallback-image.disabled {
  display: none;
}
.cid-to8oRfX3PR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-to8oRfX3PR .mbr-section-title {
  color: #0074b9;
}
.cid-to8oRnmOZS {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #232323;
  overflow: hidden;
}
.cid-tsETZ0tuuU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tsETZ0tuuU nav.navbar {
  position: fixed;
}
.cid-tsETZ0tuuU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsETZ0tuuU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tsETZ0tuuU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tsETZ0tuuU .dropdown-item:hover,
.cid-tsETZ0tuuU .dropdown-item:focus {
  background: #023774 !important;
  color: white !important;
}
.cid-tsETZ0tuuU .dropdown-item:hover span {
  color: white;
}
.cid-tsETZ0tuuU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tsETZ0tuuU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tsETZ0tuuU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tsETZ0tuuU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tsETZ0tuuU .nav-link {
  position: relative;
}
.cid-tsETZ0tuuU .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tsETZ0tuuU .container {
    flex-wrap: nowrap;
  }
}
.cid-tsETZ0tuuU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tsETZ0tuuU .dropdown-menu,
.cid-tsETZ0tuuU .navbar.opened {
  background: #ececec !important;
}
.cid-tsETZ0tuuU .nav-item:focus,
.cid-tsETZ0tuuU .nav-link:focus {
  outline: none;
}
.cid-tsETZ0tuuU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tsETZ0tuuU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsETZ0tuuU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tsETZ0tuuU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsETZ0tuuU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsETZ0tuuU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tsETZ0tuuU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ececec;
}
.cid-tsETZ0tuuU .navbar.opened {
  transition: all 0.3s;
}
.cid-tsETZ0tuuU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tsETZ0tuuU .navbar .navbar-logo img {
  width: auto;
}
.cid-tsETZ0tuuU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tsETZ0tuuU .navbar.collapsed {
  justify-content: center;
}
.cid-tsETZ0tuuU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tsETZ0tuuU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tsETZ0tuuU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsETZ0tuuU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tsETZ0tuuU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tsETZ0tuuU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tsETZ0tuuU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tsETZ0tuuU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tsETZ0tuuU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsETZ0tuuU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsETZ0tuuU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsETZ0tuuU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tsETZ0tuuU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tsETZ0tuuU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tsETZ0tuuU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tsETZ0tuuU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tsETZ0tuuU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tsETZ0tuuU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tsETZ0tuuU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tsETZ0tuuU .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tsETZ0tuuU .navbar.navbar-short {
  min-height: 60px;
}
.cid-tsETZ0tuuU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tsETZ0tuuU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tsETZ0tuuU .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-tsETZ0tuuU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tsETZ0tuuU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tsETZ0tuuU .dropdown-item.active,
.cid-tsETZ0tuuU .dropdown-item:active {
  background-color: transparent;
}
.cid-tsETZ0tuuU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tsETZ0tuuU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tsETZ0tuuU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tsETZ0tuuU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ececec;
}
.cid-tsETZ0tuuU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tsETZ0tuuU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsETZ0tuuU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tsETZ0tuuU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tsETZ0tuuU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tsETZ0tuuU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tsETZ0tuuU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tsETZ0tuuU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsETZ0tuuU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsETZ0tuuU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tsETZ0tuuU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsETZ0tuuU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tsETZ0tuuU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tsETZ0tuuU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsETZ0tuuU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tsETZ0tuuU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tsETZ0tuuU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tsETZ0tuuU .navbar {
    height: 70px;
  }
  .cid-tsETZ0tuuU .navbar.opened {
    height: auto;
  }
  .cid-tsETZ0tuuU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tsETZ0WmN8 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #023774;
}
.cid-tsETZ0WmN8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsETZ0WmN8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsETZ0WmN8 .mbr-section-title {
  color: #ffffff;
}
.cid-tsETZ0WmN8 .mbr-text,
.cid-tsETZ0WmN8 .mbr-section-btn {
  color: #ececec;
}
.cid-tsETZ1lrNL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/whatsapp-image-2022-06-30-at-11.51.36-am.jpeg");
}
.cid-tsETZ1lrNL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsETZ1lrNL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsETZ1K4xf {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #023774;
}
.cid-tsETZ1K4xf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsETZ1K4xf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsETZ1K4xf .mbr-section-title {
  color: #ffffff;
}
.cid-tsETZ1K4xf .mbr-text,
.cid-tsETZ1K4xf .mbr-section-btn {
  color: #fafafa;
}
.cid-tFdos6oxgt {
  background-image: url("../../../assets/images/colage2-1-1800x745.jpg");
}
.cid-tFdos6oxgt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFdos6oxgt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsETZ262XT {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/piramides-1866x824.jpg");
}
.cid-tsETZ262XT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsETZ262XT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsETZ262XT .mbr-text,
.cid-tsETZ262XT .mbr-section-btn {
  color: #232323;
}
.cid-tsETZ262XT .card-title,
.cid-tsETZ262XT .card-box {
  color: #ffffff;
}
.cid-tsETZ262XT .mbr-text,
.cid-tsETZ262XT .link-wrap {
  color: #ffffff;
}
.cid-tsETZ2uYXk {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-tsETZ2uYXk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsETZ2uYXk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsETZ2uYXk .mbr-section-title {
  color: #ffffff;
}
.cid-tsETZ2uYXk .mbr-text,
.cid-tsETZ2uYXk .mbr-section-btn {
  color: #023774;
}
.cid-tsETZ2WBUr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #023774;
}
.cid-tsETZ2WBUr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsETZ2WBUr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsETZ2WBUr .mbr-text {
  color: #c1c1c1;
}
.cid-tsETZ2WBUr H3 {
  text-align: center;
  color: #fafafa;
}
.cid-tsETZ2WBUr .mbr-text,
.cid-tsETZ2WBUr .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-tsETZ3laBo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0074b9;
}
.cid-tsETZ3laBo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsETZ3laBo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsETZ3laBo .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tsETZ3laBo .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tsETZ3laBo .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tsETZ3laBo .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tsETZ3laBo .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsETZ3laBo .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tsETZ3laBo .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tsETZ3laBo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsETZ6sfB2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tsETZ6sfB2 img,
.cid-tsETZ6sfB2 .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tsETZ6sfB2 .item:focus,
.cid-tsETZ6sfB2 span:focus {
  outline: none;
}
.cid-tsETZ6sfB2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tsETZ6sfB2 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tsETZ6sfB2 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tsETZ6sfB2 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsETZ6sfB2 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tsETZ6sfB2 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tsETZ6sfB2 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tsETZ6sfB2 .mbr-section-title {
  color: #232323;
}
.cid-tsETZ6sfB2 .mbr-text,
.cid-tsETZ6sfB2 .mbr-section-btn {
  text-align: left;
}
.cid-tsETZ6sfB2 .item-title {
  text-align: left;
}
.cid-tsETZ6sfB2 .item-subtitle {
  text-align: center;
}
.cid-tFdpGujkgn {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tFdpGujkgn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFdpGujkgn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFdpGujkgn .video-wrapper iframe {
  width: 100%;
}
.cid-tFdpGujkgn .mbr-section-title,
.cid-tFdpGujkgn .mbr-section-subtitle,
.cid-tFdpGujkgn .mbr-text {
  text-align: center;
}
.cid-tFdpHvaOp2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tFdpHvaOp2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFdpHvaOp2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFdpHvaOp2 .video-wrapper iframe {
  width: 100%;
}
.cid-tFdpHvaOp2 .mbr-section-title,
.cid-tFdpHvaOp2 .mbr-section-subtitle,
.cid-tFdpHvaOp2 .mbr-text {
  text-align: center;
}
.cid-tFdpI8Crzm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tFdpI8Crzm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFdpI8Crzm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFdpI8Crzm .video-wrapper iframe {
  width: 100%;
}
.cid-tFdpI8Crzm .mbr-section-title,
.cid-tFdpI8Crzm .mbr-section-subtitle,
.cid-tFdpI8Crzm .mbr-text {
  text-align: center;
}
.cid-tFdpINRFmp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tFdpINRFmp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFdpINRFmp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFdpINRFmp .row {
  flex-direction: row-reverse;
}
.cid-tFdpINRFmp .video-wrapper iframe {
  width: 100%;
}
.cid-tFdpINRFmp .mbr-section-title,
.cid-tFdpINRFmp .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tFdpINRFmp .text-wrapper {
    padding: 2rem;
  }
}
.cid-tFdpK5m6ld {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tFdpK5m6ld .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFdpK5m6ld .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFdpK5m6ld .video-wrapper iframe {
  width: 100%;
}
.cid-tFdpK5m6ld .mbr-section-title,
.cid-tFdpK5m6ld .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tFdpK5m6ld .text-wrapper {
    padding: 2rem;
  }
}
.cid-tFdpL8pDEN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tFdpL8pDEN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFdpL8pDEN .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-tFdpL8pDEN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tFdpL8pDEN .row {
  flex-direction: row-reverse;
}
.cid-tFdpL8pDEN img {
  width: 100%;
}
.cid-tFdpLQyZSl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tFdpLQyZSl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFdpLQyZSl .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-tFdpLQyZSl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tFdpLQyZSl .row {
  flex-direction: row-reverse;
}
.cid-tFdpLQyZSl img {
  width: 100%;
}
.cid-tCo7MV0Q9u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/foto-4-721x1600.jpeg");
}
.cid-tCo7MV0Q9u .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCo7MV0Q9u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCo7MV0Q9u ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tCo7MV0Q9u li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tCo7MV0Q9u ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #023774;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tCo7MV0Q9u .list {
  color: #fafafa;
}
.cid-tCo7MV0Q9u H3 {
  color: #fafafa;
}
.cid-tsETZ7rKu6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tsETZ7rKu6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsETZ7rKu6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsETZ7rKu6 .card-wrapper {
  background: #023774;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tsETZ7rKu6 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tsETZ7rKu6 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsETZ7rKu6 .card-wrapper {
    padding: 4rem;
  }
}
.cid-tsETZ7rKu6 .mbr-text,
.cid-tsETZ7rKu6 .mbr-section-btn {
  color: #ffffff;
}
.cid-tsETZ7rKu6 .card-title,
.cid-tsETZ7rKu6 .card-box {
  text-align: center;
}
.cid-tsETZaJyAY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #023774;
}
.cid-tsETZaJyAY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsETZaJyAY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsETZaJyAY .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tsETZaJyAY .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tsETZaJyAY .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsETZaJyAY .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tsETZaJyAY .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #023774;
}
.cid-tsETZaJyAY .mbr-section-title {
  color: #f3f2f2;
}
.cid-tsETZaJyAY .mbr-section-subtitle {
  color: #fafafa;
}
.cid-tsETZbooCS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/21686245-128435391232443-3774320577465204027-n-480x480.jpeg");
}
.cid-tsETZbooCS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsETZbooCS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsETZbooCS .mbr-section-title {
  color: #ffffff;
}
.cid-tsETZe3EfI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/screenshot-8-916x867.jpg");
}
.cid-tsETZe3EfI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsETZe3EfI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsETZe3EfI ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tsETZe3EfI li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tsETZe3EfI ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #023774;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tsETZe3EfI .list {
  color: #fafafa;
}
.cid-tsETZe3EfI H3 {
  color: #fafafa;
  text-align: center;
}
.cid-uHrlu4ftrk {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fff0b0;
}
.cid-uHrlu4ftrk .mbr-section-subtitle {
  color: #767676;
}
.cid-uHrlu4ftrk .formoid {
  margin: auto;
}
.cid-uHrlu4ftrk .form-control {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.cid-uHrlu4ftrk .input-group-btn .btn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 0 !important;
}
.cid-uHrlu4ftrk input[type="email"] {
  border-radius: 100px !important;
}
.cid-uHrlu4ftrk a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-uHrlu4ftrk a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
@media (max-width: 768px) {
  .cid-uHrlu4ftrk .mbr-form .row {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uHrlu4ftrk .form-group,
  .cid-uHrlu4ftrk .input-group-btn,
  .cid-uHrlu4ftrk .input-group-btn .btn {
    max-width: 300px;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .cid-uHrlu4ftrk .mbr-form .row > * {
    padding: 0 0.5rem;
  }
}
.cid-tsETZheOa2 {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #232323;
  overflow: hidden;
}
.cid-u2tqI6Tc6l {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u2tqI6Tc6l nav.navbar {
  position: fixed;
}
.cid-u2tqI6Tc6l .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2tqI6Tc6l .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u2tqI6Tc6l .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u2tqI6Tc6l .dropdown-item:hover,
.cid-u2tqI6Tc6l .dropdown-item:focus {
  background: #023774 !important;
  color: white !important;
}
.cid-u2tqI6Tc6l .dropdown-item:hover span {
  color: white;
}
.cid-u2tqI6Tc6l .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u2tqI6Tc6l .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u2tqI6Tc6l .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u2tqI6Tc6l .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u2tqI6Tc6l .nav-link {
  position: relative;
}
.cid-u2tqI6Tc6l .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u2tqI6Tc6l .container {
    flex-wrap: nowrap;
  }
}
.cid-u2tqI6Tc6l .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u2tqI6Tc6l .dropdown-menu,
.cid-u2tqI6Tc6l .navbar.opened {
  background: #ececec !important;
}
.cid-u2tqI6Tc6l .nav-item:focus,
.cid-u2tqI6Tc6l .nav-link:focus {
  outline: none;
}
.cid-u2tqI6Tc6l .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2tqI6Tc6l .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2tqI6Tc6l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2tqI6Tc6l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2tqI6Tc6l .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2tqI6Tc6l .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2tqI6Tc6l .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ececec;
}
.cid-u2tqI6Tc6l .navbar.opened {
  transition: all 0.3s;
}
.cid-u2tqI6Tc6l .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u2tqI6Tc6l .navbar .navbar-logo img {
  width: auto;
}
.cid-u2tqI6Tc6l .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2tqI6Tc6l .navbar.collapsed {
  justify-content: center;
}
.cid-u2tqI6Tc6l .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2tqI6Tc6l .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u2tqI6Tc6l .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2tqI6Tc6l .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2tqI6Tc6l .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u2tqI6Tc6l .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2tqI6Tc6l .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u2tqI6Tc6l .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u2tqI6Tc6l .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2tqI6Tc6l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2tqI6Tc6l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2tqI6Tc6l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2tqI6Tc6l .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u2tqI6Tc6l .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2tqI6Tc6l .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u2tqI6Tc6l .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u2tqI6Tc6l .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u2tqI6Tc6l .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2tqI6Tc6l .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u2tqI6Tc6l .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u2tqI6Tc6l .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2tqI6Tc6l .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2tqI6Tc6l .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2tqI6Tc6l .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-u2tqI6Tc6l .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u2tqI6Tc6l .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2tqI6Tc6l .dropdown-item.active,
.cid-u2tqI6Tc6l .dropdown-item:active {
  background-color: transparent;
}
.cid-u2tqI6Tc6l .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2tqI6Tc6l .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2tqI6Tc6l .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2tqI6Tc6l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ececec;
}
.cid-u2tqI6Tc6l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2tqI6Tc6l .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2tqI6Tc6l ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2tqI6Tc6l .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2tqI6Tc6l button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u2tqI6Tc6l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u2tqI6Tc6l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2tqI6Tc6l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2tqI6Tc6l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2tqI6Tc6l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2tqI6Tc6l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2tqI6Tc6l nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2tqI6Tc6l nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2tqI6Tc6l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2tqI6Tc6l .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u2tqI6Tc6l a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u2tqI6Tc6l .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2tqI6Tc6l .navbar {
    height: 70px;
  }
  .cid-u2tqI6Tc6l .navbar.opened {
    height: auto;
  }
  .cid-u2tqI6Tc6l .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2tqI7mZgM {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #023774;
}
.cid-u2tqI7mZgM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2tqI7mZgM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2tqI7mZgM .mbr-section-title {
  color: #ffffff;
}
.cid-u2tqI7mZgM .mbr-text,
.cid-u2tqI7mZgM .mbr-section-btn {
  color: #ececec;
}
.cid-u2ts5t7lC8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u2ts5t7lC8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2ts5t7lC8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2ts5t7lC8 .video-wrapper iframe {
  width: 100%;
}
.cid-u2ts5t7lC8 .mbr-section-title,
.cid-u2ts5t7lC8 .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u2ts5t7lC8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-u2tqI8khj0 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #023774;
}
.cid-u2tqI8khj0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2tqI8khj0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2tqI8khj0 .mbr-section-title {
  color: #ffffff;
}
.cid-u2tqI8khj0 .mbr-text,
.cid-u2tqI8khj0 .mbr-section-btn {
  color: #fafafa;
}
.cid-u2tqI8PWOq {
  background-image: url("../../../assets/images/colage2-1-1800x745.jpg");
}
.cid-u2tqI8PWOq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2tqI8PWOq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2tqI9tiVY {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/piramides-1866x824.jpg");
}
.cid-u2tqI9tiVY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2tqI9tiVY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2tqI9tiVY .mbr-text,
.cid-u2tqI9tiVY .mbr-section-btn {
  color: #232323;
}
.cid-u2tqI9tiVY .card-title,
.cid-u2tqI9tiVY .card-box {
  color: #ffffff;
}
.cid-u2tqI9tiVY .mbr-text,
.cid-u2tqI9tiVY .link-wrap {
  color: #ffffff;
}
.cid-u2tqI9VZQm {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-u2tqI9VZQm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2tqI9VZQm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2tqI9VZQm .mbr-section-title {
  color: #ffffff;
}
.cid-u2tqI9VZQm .mbr-text,
.cid-u2tqI9VZQm .mbr-section-btn {
  color: #023774;
}
.cid-u2tqIamJJF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #023774;
}
.cid-u2tqIamJJF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2tqIamJJF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2tqIamJJF .mbr-text {
  color: #c1c1c1;
}
.cid-u2tqIamJJF H3 {
  text-align: center;
  color: #fafafa;
}
.cid-u2tqIamJJF .mbr-text,
.cid-u2tqIamJJF .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-u2tqIaM04g {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0074b9;
}
.cid-u2tqIaM04g .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2tqIaM04g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2tqIaM04g .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-u2tqIaM04g .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-u2tqIaM04g .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u2tqIaM04g .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u2tqIaM04g .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u2tqIaM04g .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-u2tqIaM04g .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-u2tqIaM04g .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u2tqIbuAYe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u2tqIbuAYe img,
.cid-u2tqIbuAYe .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-u2tqIbuAYe .item:focus,
.cid-u2tqIbuAYe span:focus {
  outline: none;
}
.cid-u2tqIbuAYe .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u2tqIbuAYe .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u2tqIbuAYe .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u2tqIbuAYe .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u2tqIbuAYe .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u2tqIbuAYe .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u2tqIbuAYe .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u2tqIbuAYe .mbr-section-title {
  color: #232323;
}
.cid-u2tqIbuAYe .mbr-text,
.cid-u2tqIbuAYe .mbr-section-btn {
  text-align: left;
}
.cid-u2tqIbuAYe .item-title {
  text-align: left;
}
.cid-u2tqIbuAYe .item-subtitle {
  text-align: center;
}
.cid-u2tqIcD3C5 {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u2tqIcD3C5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2tqIcD3C5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2tqIcD3C5 .video-wrapper iframe {
  width: 100%;
}
.cid-u2tqIcD3C5 .mbr-section-title,
.cid-u2tqIcD3C5 .mbr-section-subtitle,
.cid-u2tqIcD3C5 .mbr-text {
  text-align: center;
}
.cid-u2tqIdaBb7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u2tqIdaBb7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2tqIdaBb7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2tqIdaBb7 .video-wrapper iframe {
  width: 100%;
}
.cid-u2tqIdaBb7 .mbr-section-title,
.cid-u2tqIdaBb7 .mbr-section-subtitle,
.cid-u2tqIdaBb7 .mbr-text {
  text-align: center;
}
.cid-u2tqIdTZo2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u2tqIdTZo2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2tqIdTZo2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2tqIdTZo2 .video-wrapper iframe {
  width: 100%;
}
.cid-u2tqIdTZo2 .mbr-section-title,
.cid-u2tqIdTZo2 .mbr-section-subtitle,
.cid-u2tqIdTZo2 .mbr-text {
  text-align: center;
}
.cid-u2tqIf2Tnv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u2tqIf2Tnv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2tqIf2Tnv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2tqIf2Tnv .row {
  flex-direction: row-reverse;
}
.cid-u2tqIf2Tnv .video-wrapper iframe {
  width: 100%;
}
.cid-u2tqIf2Tnv .mbr-section-title,
.cid-u2tqIf2Tnv .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u2tqIf2Tnv .text-wrapper {
    padding: 2rem;
  }
}
.cid-u2tqIg71Ey {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u2tqIg71Ey .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2tqIg71Ey .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2tqIg71Ey .video-wrapper iframe {
  width: 100%;
}
.cid-u2tqIg71Ey .mbr-section-title,
.cid-u2tqIg71Ey .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u2tqIg71Ey .text-wrapper {
    padding: 2rem;
  }
}
.cid-u2tqIieIc3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/foto-4-721x1600.jpeg");
}
.cid-u2tqIieIc3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2tqIieIc3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2tqIieIc3 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-u2tqIieIc3 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-u2tqIieIc3 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #023774;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-u2tqIieIc3 .list {
  color: #fafafa;
}
.cid-u2tqIieIc3 H3 {
  color: #fafafa;
}
.cid-u2tqIiTh3F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u2tqIiTh3F .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2tqIiTh3F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2tqIiTh3F .card-wrapper {
  background: #023774;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-u2tqIiTh3F .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u2tqIiTh3F .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u2tqIiTh3F .card-wrapper {
    padding: 4rem;
  }
}
.cid-u2tqIiTh3F .mbr-text,
.cid-u2tqIiTh3F .mbr-section-btn {
  color: #ffffff;
}
.cid-u2tqIiTh3F .card-title,
.cid-u2tqIiTh3F .card-box {
  text-align: center;
}
.cid-u2tqIjChWO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #023774;
}
.cid-u2tqIjChWO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2tqIjChWO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2tqIjChWO .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-u2tqIjChWO .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-u2tqIjChWO .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u2tqIjChWO .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-u2tqIjChWO .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #023774;
}
.cid-u2tqIjChWO .mbr-section-title {
  color: #f3f2f2;
}
.cid-u2tqIjChWO .mbr-section-subtitle {
  color: #fafafa;
}
.cid-u2tqIkFMA6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/21686245-128435391232443-3774320577465204027-n-480x480.jpeg");
}
.cid-u2tqIkFMA6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2tqIkFMA6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2tqIkFMA6 .mbr-section-title {
  color: #ffffff;
}
.cid-u2tqIl6Do5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/screenshot-8-916x867.jpg");
}
.cid-u2tqIl6Do5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2tqIl6Do5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2tqIl6Do5 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-u2tqIl6Do5 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-u2tqIl6Do5 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #023774;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-u2tqIl6Do5 .list {
  color: #fafafa;
}
.cid-u2tqIl6Do5 H3 {
  color: #fafafa;
  text-align: center;
}
.cid-u2tqIlxoeF {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #232323;
  overflow: hidden;
}
