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: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.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.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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: #1358a5 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1358a5 !important;
  border-color: #1358a5 !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: #0a2f57 !important;
  border-color: #0a2f57 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0a2f57 !important;
  border-color: #0a2f57 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d6202d !important;
  border-color: #d6202d !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: #8b151d !important;
  border-color: #8b151d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #8b151d !important;
  border-color: #8b151d !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !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: #1358a5;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0a2f57 !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: #1358a5 !important;
  border-color: #1358a5 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d6202d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #8b151d !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: #d6202d !important;
  border-color: #d6202d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #1358a5 !important;
}
.text-secondary {
  color: #d6202d !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #08274a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #7d131a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !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: #1358a5;
}
.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: #ffffff;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1358a5;
  border-color: #1358a5;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #1358a5;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #4d97eb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #1358a5 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #1358a5;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1358a5;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1358a5;
}
.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: #1358a5;
  border-bottom-color: #1358a5;
}
.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: #1358a5 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #d6202d !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='%231358a5' %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-umAjBGtZkb {
  z-index: 1000;
  width: 100%;
}
.cid-umAjBGtZkb nav.navbar {
  position: fixed;
}
.cid-umAjBGtZkb .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-umAjBGtZkb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-umAjBGtZkb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-umAjBGtZkb .dropdown-item:hover,
.cid-umAjBGtZkb .dropdown-item:focus {
  background: #1358a5 !important;
  color: white !important;
}
.cid-umAjBGtZkb .dropdown-item:hover span {
  color: white;
}
.cid-umAjBGtZkb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-umAjBGtZkb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-umAjBGtZkb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-umAjBGtZkb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-umAjBGtZkb .nav-link {
  position: relative;
}
.cid-umAjBGtZkb .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-umAjBGtZkb .container {
    flex-wrap: nowrap;
  }
}
.cid-umAjBGtZkb .dropdown-menu,
.cid-umAjBGtZkb .navbar.opened {
  background: #ffffff !important;
}
.cid-umAjBGtZkb .nav-item:focus,
.cid-umAjBGtZkb .nav-link:focus {
  outline: none;
}
.cid-umAjBGtZkb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umAjBGtZkb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umAjBGtZkb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umAjBGtZkb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umAjBGtZkb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umAjBGtZkb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umAjBGtZkb .navbar {
  min-height: 114px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  padding: 17px 0 !important;
  box-shadow: none;
  border: none;
}
.cid-umAjBGtZkb .navbar.opened {
  transition: all 0.3s;
}
.cid-umAjBGtZkb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-umAjBGtZkb .navbar .navbar-logo img {
  width: auto;
}
.cid-umAjBGtZkb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-umAjBGtZkb .navbar.collapsed {
  justify-content: center;
}
.cid-umAjBGtZkb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umAjBGtZkb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umAjBGtZkb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-umAjBGtZkb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umAjBGtZkb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umAjBGtZkb .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-umAjBGtZkb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umAjBGtZkb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-umAjBGtZkb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umAjBGtZkb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umAjBGtZkb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umAjBGtZkb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umAjBGtZkb .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-umAjBGtZkb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-umAjBGtZkb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-umAjBGtZkb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-umAjBGtZkb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-umAjBGtZkb .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-umAjBGtZkb .navbar.navbar-short {
  min-height: auto;
}
.cid-umAjBGtZkb .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-umAjBGtZkb .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-umAjBGtZkb .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 20%;
}
.cid-umAjBGtZkb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-umAjBGtZkb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umAjBGtZkb .dropdown-item.active,
.cid-umAjBGtZkb .dropdown-item:active {
  background-color: transparent;
}
.cid-umAjBGtZkb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umAjBGtZkb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umAjBGtZkb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umAjBGtZkb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-umAjBGtZkb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-umAjBGtZkb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-umAjBGtZkb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-umAjBGtZkb button.navbar-toggler {
  position: relative;
  outline: none;
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: all 0.3s;
  align-self: center;
  margin-left: auto;
}
.cid-umAjBGtZkb button.navbar-toggler:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1358a5;
  transition: .2s transform;
}
.cid-umAjBGtZkb button.navbar-toggler .hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 29px;
  height: 2px;
  background-color: #000000;
  transition: .2s all;
}
.cid-umAjBGtZkb button.navbar-toggler .hamburger span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.cid-umAjBGtZkb button.navbar-toggler:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-umAjBGtZkb button.navbar-toggler:hover .hamburger span {
  background-color: #ffffff;
}
.cid-umAjBGtZkb nav.opened .navbar-toggler {
  transform: rotate(45deg);
}
.cid-umAjBGtZkb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-umAjBGtZkb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umAjBGtZkb .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-umAjBGtZkb .navbar {
    height: 70px;
  }
  .cid-umAjBGtZkb .navbar.opened {
    height: auto;
  }
  .cid-umAjBGtZkb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umAjBGtZkb .main-container {
  flex-grow: 1;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.cid-umAjBGtZkb .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .cid-umAjBGtZkb .social-list {
    justify-content: flex-start;
  }
}
.cid-umAjBGtZkb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-umAjBGtZkb .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1358a5;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-umAjBGtZkb .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-umAjBGtZkb .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-umAjBGtZkb .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-umAjBGtZkb .navbar-buttons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: center;
  flex-shrink: 0;
}
.cid-umAjBGtZkb .navbar-buttons .btn {
  margin: 0;
}
.cid-umAjBGtZkb .navbar-collapse {
  width: 80%;
}
.cid-umAjBGtZkb .navbar-collapse .navbar-nav {
  justify-content: center;
  width: 75%;
  margin-right: auto;
}
@media (min-width: 992px) {
  .cid-umAjBGtZkb .navbar-collapse .nav-link:hover {
    color: #1358a5 !important;
  }
}
@media (max-width: 991px) {
  .cid-umAjBGtZkb .navbar {
    padding: 15px 0 !important;
    box-shadow: none;
    border: none;
    min-height: 110px;
  }
  .cid-umAjBGtZkb .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-umAjBGtZkb .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    width: auto;
  }
  .cid-umAjBGtZkb .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 100%;
  }
  .cid-umAjBGtZkb .navbar-collapse .navbar-nav {
    align-items: center;
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-umAjBGtZkb .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: center !important;
  }
  .cid-umAjBGtZkb .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-umAjBGtZkb .navbar-collapse .nav-link {
    justify-content: center !important;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto !important;
    padding: 0 0 10px !important;
    font-size: 40px !important;
    line-height: 1 !important;
    transition: .3s  all;
  }
  .cid-umAjBGtZkb .navbar-collapse .nav-link:hover {
    color: #1358a5 !important;
  }
  .cid-umAjBGtZkb .navbar-buttons {
    justify-content: center;
    margin-top: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-umAjBGtZkb .navbar-collapse .nav-link {
    background: linear-gradient(to right, #1358a5, #1358a5 50%, currentColor 50%, currentColor 100%) !important;
    background-position: right !important;
    background-size: 200% 100% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-umAjBGtZkb .navbar-collapse .nav-link:hover {
    background-position: left !important;
    color: currentColor !important;
  }
}
@media (max-width: 575px) {
  .cid-umAjBGtZkb .navbar-nav {
    padding-bottom: 1rem !important;
  }
}
.cid-uCxtEztlAW {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uCxtEztlAW .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uCxtEztlAW .container {
    padding: 10px 8px;
  }
}
.cid-uCxtEztlAW .row {
  border-radius: 25px;
  background-color: #ffffff;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uCxtEztlAW .row {
    padding: 50px 10px;
    padding: 50px 10px 100px;
  }
}
.cid-uCxtEztlAW .row .card {
  padding: 0;
}
.cid-uCxtEztlAW .item:focus,
.cid-uCxtEztlAW span:focus {
  outline: none;
}
.cid-uCxtEztlAW .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uCxtEztlAW .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uCxtEztlAW .embla__slide .slide-content {
  width: 100%;
}
.cid-uCxtEztlAW .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: auto;
  border-radius: 0 !important;
}
.cid-uCxtEztlAW .embla__button--next,
.cid-uCxtEztlAW .embla__button--prev {
  display: flex;
}
.cid-uCxtEztlAW .embla__button {
  bottom: -4.5rem;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-image: linear-gradient(45deg, #3283fb 0, #73abff 98%);
  color: #ffffff !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uCxtEztlAW .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uCxtEztlAW .embla__button:hover {
  transform: scale(1.15);
}
.cid-uCxtEztlAW .embla__button.embla__button--prev {
  right: 6rem;
  margin-left: 2.5rem;
}
.cid-uCxtEztlAW .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uCxtEztlAW .embla {
  position: relative;
  width: 100%;
}
.cid-uCxtEztlAW .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  border-radius: 25px;
}
.cid-uCxtEztlAW .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uCxtEztlAW .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uCxtEztlAW .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uCxDujRPmp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uCxDujRPmp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCxDujRPmp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCxDujRPmp .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uCxDujRPmp .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uCxDujRPmp .container {
    padding: 0 22px;
  }
}
.cid-uCxDujRPmp .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uCxDujRPmp .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uCxDujRPmp .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uCxDujRPmp .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uCxDujRPmp .mbr-text {
  color: #000000;
}
.cid-uoYKKPJh96 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uoYKKPJh96 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoYKKPJh96 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoYKKPJh96 .card-wrapper {
  background: #1358a5;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uoYKKPJh96 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uoYKKPJh96 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uoYKKPJh96 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uoYKKPJh96 .mbr-text,
.cid-uoYKKPJh96 .mbr-section-btn {
  color: #ffffff;
}
.cid-uoYKKPJh96 .card-title,
.cid-uoYKKPJh96 .card-box {
  text-align: left;
}
.cid-uoYKMFgL6N {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uoYKMFgL6N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoYKMFgL6N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uoYKMFgL6N .container {
    max-width: 1400px;
  }
}
.cid-uoYKMFgL6N .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #1358a5;
  margin-bottom: 2rem;
}
.cid-uoYKMFgL6N .card-wrapper {
  margin-top: 3rem;
}
.cid-uoYKMFgL6N .row {
  justify-content: center;
}
.cid-upjDAAPC60 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upjDAAPC60 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upjDAAPC60 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upjBwNdQTw {
  padding-top: 3rem;
  padding-bottom: 7rem;
  background-color: #fafafa;
}
.cid-upjBwNdQTw .mbr-fallback-image.disabled {
  display: none;
}
.cid-upjBwNdQTw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upjBwNdQTw .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-upjBwNdQTw .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-upjBwNdQTw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-upjBwNdQTw .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #1358a5;
  transition: all 0.3s;
}
.cid-upjBwNdQTw .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #1358a5;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-upjBwNdQTw .social-row .soc-item:hover {
  background-color: #1358a5;
}
.cid-upjBwNdQTw .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-upjBwNdQTw .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-upjBwNdQTw .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-upjBwNdQTw .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-up4rMjAkjz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #fafafa;
}
.cid-up4rMjAkjz .mbr-fallback-image.disabled {
  display: none;
}
.cid-up4rMjAkjz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up4rMjAkjz .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-up4rMjAkjz .team-card:hover {
  transform: translateY(-10px);
}
.cid-up4rMjAkjz .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-up4rMjAkjz .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-up4rMjAkjz .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-up4rMjAkjz .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-up4rMjAkjz .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-up4rMjAkjz .social-row {
  text-align: center;
}
.cid-up4rMjAkjz .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #1358a5;
  transition: all 0.3s;
}
.cid-up4rMjAkjz .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #1358a5;
  font-size: 1.5rem;
}
.cid-up4rMjAkjz .social-row .soc-item:hover {
  background-color: #1358a5;
}
.cid-up4rMjAkjz .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-up5efiD8Hp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #fafafa;
}
.cid-up5efiD8Hp .mbr-fallback-image.disabled {
  display: none;
}
.cid-up5efiD8Hp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up5efiD8Hp .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-up5efiD8Hp .team-card:hover {
  transform: translateY(-10px);
}
.cid-up5efiD8Hp .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-up5efiD8Hp .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-up5efiD8Hp .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-up5efiD8Hp .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-up5efiD8Hp .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-up5efiD8Hp .social-row {
  text-align: center;
}
.cid-up5efiD8Hp .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #1358a5;
  transition: all 0.3s;
}
.cid-up5efiD8Hp .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #1358a5;
  font-size: 1.5rem;
}
.cid-up5efiD8Hp .social-row .soc-item:hover {
  background-color: #1358a5;
}
.cid-up5efiD8Hp .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-up8231Wvma {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #fafafa;
}
.cid-up8231Wvma .mbr-fallback-image.disabled {
  display: none;
}
.cid-up8231Wvma .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up8231Wvma .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-up8231Wvma .team-card:hover {
  transform: translateY(-10px);
}
.cid-up8231Wvma .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-up8231Wvma .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-up8231Wvma .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-up8231Wvma .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-up8231Wvma .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-up8231Wvma .social-row {
  text-align: center;
}
.cid-up8231Wvma .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #1358a5;
  transition: all 0.3s;
}
.cid-up8231Wvma .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #1358a5;
  font-size: 1.5rem;
}
.cid-up8231Wvma .social-row .soc-item:hover {
  background-color: #1358a5;
}
.cid-up8231Wvma .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-up83MP55mq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #fafafa;
}
.cid-up83MP55mq .mbr-fallback-image.disabled {
  display: none;
}
.cid-up83MP55mq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up83MP55mq .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-up83MP55mq .team-card:hover {
  transform: translateY(-10px);
}
.cid-up83MP55mq .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-up83MP55mq .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-up83MP55mq .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-up83MP55mq .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-up83MP55mq .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-up83MP55mq .social-row {
  text-align: center;
}
.cid-up83MP55mq .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #1358a5;
  transition: all 0.3s;
}
.cid-up83MP55mq .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #1358a5;
  font-size: 1.5rem;
}
.cid-up83MP55mq .social-row .soc-item:hover {
  background-color: #1358a5;
}
.cid-up83MP55mq .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-up83MP55mq .card-text,
.cid-up83MP55mq .mbr-section-btn,
.cid-up83MP55mq .social-row {
  text-align: center;
}
.cid-urNv4uBzPg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #fafafa;
}
.cid-urNv4uBzPg .mbr-fallback-image.disabled {
  display: none;
}
.cid-urNv4uBzPg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urNv4uBzPg .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-urNv4uBzPg .team-card:hover {
  transform: translateY(-10px);
}
.cid-urNv4uBzPg .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-urNv4uBzPg .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-urNv4uBzPg .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-urNv4uBzPg .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-urNv4uBzPg .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-urNv4uBzPg .social-row {
  text-align: center;
}
.cid-urNv4uBzPg .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-urNv4uBzPg .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-urNv4uBzPg .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-urNv4uBzPg .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-upe8NoWcmo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-upe8NoWcmo .mbr-fallback-image.disabled {
  display: none;
}
.cid-upe8NoWcmo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upe8NoWcmo .video-wrapper iframe {
  width: 100%;
}
.cid-upe8NoWcmo .mbr-section-title,
.cid-upe8NoWcmo .mbr-section-subtitle,
.cid-upe8NoWcmo .mbr-text {
  text-align: center;
}
.cid-upeu2DEAxb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-upeu2DEAxb .mbr-fallback-image.disabled {
  display: none;
}
.cid-upeu2DEAxb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upeu2DEAxb .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-upeu2DEAxb .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-upeu2DEAxb .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-upeu2DEAxb .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-upeu2DEAxb .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-upeu2DEAxb .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-upeu2DEAxb .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-upeu2DEAxb .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-urov8IWORe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-urov8IWORe .mbr-fallback-image.disabled {
  display: none;
}
.cid-urov8IWORe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urov8IWORe .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-urov8IWORe .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-urov8IWORe .row {
    text-align: center;
  }
  .cid-urov8IWORe .row > div {
    margin: auto;
  }
  .cid-urov8IWORe .social-row {
    justify-content: center;
  }
}
.cid-urov8IWORe .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-urov8IWORe .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-urov8IWORe .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-urov8IWORe .list {
    margin-bottom: 0rem;
  }
}
.cid-urov8IWORe .mbr-text {
  color: #bbbbbb;
}
.cid-urov8IWORe .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-urov8IWORe .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-urov8IWORe div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-umAjBGtZkb {
  z-index: 1000;
  width: 100%;
}
.cid-umAjBGtZkb nav.navbar {
  position: fixed;
}
.cid-umAjBGtZkb .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-umAjBGtZkb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-umAjBGtZkb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-umAjBGtZkb .dropdown-item:hover,
.cid-umAjBGtZkb .dropdown-item:focus {
  background: #1358a5 !important;
  color: white !important;
}
.cid-umAjBGtZkb .dropdown-item:hover span {
  color: white;
}
.cid-umAjBGtZkb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-umAjBGtZkb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-umAjBGtZkb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-umAjBGtZkb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-umAjBGtZkb .nav-link {
  position: relative;
}
.cid-umAjBGtZkb .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-umAjBGtZkb .container {
    flex-wrap: nowrap;
  }
}
.cid-umAjBGtZkb .dropdown-menu,
.cid-umAjBGtZkb .navbar.opened {
  background: #ffffff !important;
}
.cid-umAjBGtZkb .nav-item:focus,
.cid-umAjBGtZkb .nav-link:focus {
  outline: none;
}
.cid-umAjBGtZkb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umAjBGtZkb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umAjBGtZkb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umAjBGtZkb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umAjBGtZkb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umAjBGtZkb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umAjBGtZkb .navbar {
  min-height: 114px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  padding: 17px 0 !important;
  box-shadow: none;
  border: none;
}
.cid-umAjBGtZkb .navbar.opened {
  transition: all 0.3s;
}
.cid-umAjBGtZkb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-umAjBGtZkb .navbar .navbar-logo img {
  width: auto;
}
.cid-umAjBGtZkb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-umAjBGtZkb .navbar.collapsed {
  justify-content: center;
}
.cid-umAjBGtZkb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umAjBGtZkb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umAjBGtZkb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-umAjBGtZkb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umAjBGtZkb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umAjBGtZkb .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-umAjBGtZkb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umAjBGtZkb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-umAjBGtZkb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umAjBGtZkb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umAjBGtZkb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umAjBGtZkb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umAjBGtZkb .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-umAjBGtZkb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-umAjBGtZkb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-umAjBGtZkb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-umAjBGtZkb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-umAjBGtZkb .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-umAjBGtZkb .navbar.navbar-short {
  min-height: auto;
}
.cid-umAjBGtZkb .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-umAjBGtZkb .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-umAjBGtZkb .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 20%;
}
.cid-umAjBGtZkb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-umAjBGtZkb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umAjBGtZkb .dropdown-item.active,
.cid-umAjBGtZkb .dropdown-item:active {
  background-color: transparent;
}
.cid-umAjBGtZkb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umAjBGtZkb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umAjBGtZkb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umAjBGtZkb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-umAjBGtZkb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-umAjBGtZkb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-umAjBGtZkb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-umAjBGtZkb button.navbar-toggler {
  position: relative;
  outline: none;
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: all 0.3s;
  align-self: center;
  margin-left: auto;
}
.cid-umAjBGtZkb button.navbar-toggler:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1358a5;
  transition: .2s transform;
}
.cid-umAjBGtZkb button.navbar-toggler .hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 29px;
  height: 2px;
  background-color: #000000;
  transition: .2s all;
}
.cid-umAjBGtZkb button.navbar-toggler .hamburger span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.cid-umAjBGtZkb button.navbar-toggler:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-umAjBGtZkb button.navbar-toggler:hover .hamburger span {
  background-color: #ffffff;
}
.cid-umAjBGtZkb nav.opened .navbar-toggler {
  transform: rotate(45deg);
}
.cid-umAjBGtZkb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-umAjBGtZkb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umAjBGtZkb .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-umAjBGtZkb .navbar {
    height: 70px;
  }
  .cid-umAjBGtZkb .navbar.opened {
    height: auto;
  }
  .cid-umAjBGtZkb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umAjBGtZkb .main-container {
  flex-grow: 1;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.cid-umAjBGtZkb .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .cid-umAjBGtZkb .social-list {
    justify-content: flex-start;
  }
}
.cid-umAjBGtZkb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-umAjBGtZkb .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1358a5;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-umAjBGtZkb .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-umAjBGtZkb .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-umAjBGtZkb .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-umAjBGtZkb .navbar-buttons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: center;
  flex-shrink: 0;
}
.cid-umAjBGtZkb .navbar-buttons .btn {
  margin: 0;
}
.cid-umAjBGtZkb .navbar-collapse {
  width: 80%;
}
.cid-umAjBGtZkb .navbar-collapse .navbar-nav {
  justify-content: center;
  width: 75%;
  margin-right: auto;
}
@media (min-width: 992px) {
  .cid-umAjBGtZkb .navbar-collapse .nav-link:hover {
    color: #1358a5 !important;
  }
}
@media (max-width: 991px) {
  .cid-umAjBGtZkb .navbar {
    padding: 15px 0 !important;
    box-shadow: none;
    border: none;
    min-height: 110px;
  }
  .cid-umAjBGtZkb .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-umAjBGtZkb .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    width: auto;
  }
  .cid-umAjBGtZkb .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 100%;
  }
  .cid-umAjBGtZkb .navbar-collapse .navbar-nav {
    align-items: center;
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-umAjBGtZkb .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: center !important;
  }
  .cid-umAjBGtZkb .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-umAjBGtZkb .navbar-collapse .nav-link {
    justify-content: center !important;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto !important;
    padding: 0 0 10px !important;
    font-size: 40px !important;
    line-height: 1 !important;
    transition: .3s  all;
  }
  .cid-umAjBGtZkb .navbar-collapse .nav-link:hover {
    color: #1358a5 !important;
  }
  .cid-umAjBGtZkb .navbar-buttons {
    justify-content: center;
    margin-top: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-umAjBGtZkb .navbar-collapse .nav-link {
    background: linear-gradient(to right, #1358a5, #1358a5 50%, currentColor 50%, currentColor 100%) !important;
    background-position: right !important;
    background-size: 200% 100% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-umAjBGtZkb .navbar-collapse .nav-link:hover {
    background-position: left !important;
    color: currentColor !important;
  }
}
@media (max-width: 575px) {
  .cid-umAjBGtZkb .navbar-nav {
    padding-bottom: 1rem !important;
  }
}
.cid-urAW9tsFRA {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/festejandofinal-3-1792x1024.jpg");
}
.cid-urAW9tsFRA .mbr-fallback-image.disabled {
  display: none;
}
.cid-urAW9tsFRA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urAW9tsFRA .mbr-section-title {
  color: #ffffff;
}
.cid-urAW9tsFRA .mbr-text,
.cid-urAW9tsFRA .mbr-section-btn {
  color: #ffffff;
}
.cid-urAWD1Vt0w {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-urAWD1Vt0w .mbr-fallback-image.disabled {
  display: none;
}
.cid-urAWD1Vt0w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urAWD1Vt0w .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-urAWD1Vt0w .icon-box {
  background: #1358a5;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-urAWD1Vt0w .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-urAWD1Vt0w .card {
    margin-bottom: 2rem;
  }
  .cid-urAWD1Vt0w .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-urBVVEUzFS {
  padding-top: 8rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-urBVVEUzFS .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-urBVVEUzFS form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-urBVVEUzFS form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-urBVVEUzFS form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-urBVYCjwvC {
  background-image: url("../../../assets/images/estatuilla-1-987x555.jpg");
}
.cid-urBVYCjwvC .mbr-fallback-image.disabled {
  display: none;
}
.cid-urBVYCjwvC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urBVYCjwvC .mbr-text,
.cid-urBVYCjwvC .mbr-section-btn {
  color: #232323;
}
.cid-urBVYCjwvC .btn {
  width: 100%;
}
.cid-urBVYCjwvC .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uzTxLPnnZo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uzTxLPnnZo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzTxLPnnZo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzTxLPnnZo .video-wrapper iframe {
  width: 100%;
}
.cid-uzTxLPnnZo .mbr-section-title,
.cid-uzTxLPnnZo .mbr-section-subtitle,
.cid-uzTxLPnnZo .mbr-text {
  text-align: center;
}
.cid-utbWKt8i7H {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-utbWKt8i7H .mbr-fallback-image.disabled {
  display: none;
}
.cid-utbWKt8i7H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utbWKt8i7H .video-wrapper iframe {
  width: 100%;
}
.cid-utbWKt8i7H .mbr-section-title,
.cid-utbWKt8i7H .mbr-section-subtitle,
.cid-utbWKt8i7H .mbr-text {
  text-align: center;
}
.cid-utbWLwoEns {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-utbWLwoEns .mbr-fallback-image.disabled {
  display: none;
}
.cid-utbWLwoEns .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utbWLwoEns .video-wrapper iframe {
  width: 100%;
}
.cid-utbWLwoEns .mbr-section-title,
.cid-utbWLwoEns .mbr-section-subtitle,
.cid-utbWLwoEns .mbr-text {
  text-align: center;
}
.cid-urov8IWORe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-urov8IWORe .mbr-fallback-image.disabled {
  display: none;
}
.cid-urov8IWORe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urov8IWORe .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-urov8IWORe .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-urov8IWORe .row {
    text-align: center;
  }
  .cid-urov8IWORe .row > div {
    margin: auto;
  }
  .cid-urov8IWORe .social-row {
    justify-content: center;
  }
}
.cid-urov8IWORe .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-urov8IWORe .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-urov8IWORe .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-urov8IWORe .list {
    margin-bottom: 0rem;
  }
}
.cid-urov8IWORe .mbr-text {
  color: #bbbbbb;
}
.cid-urov8IWORe .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-urov8IWORe .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-urov8IWORe div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-umAjBGtZkb {
  z-index: 1000;
  width: 100%;
}
.cid-umAjBGtZkb nav.navbar {
  position: fixed;
}
.cid-umAjBGtZkb .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-umAjBGtZkb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-umAjBGtZkb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-umAjBGtZkb .dropdown-item:hover,
.cid-umAjBGtZkb .dropdown-item:focus {
  background: #1358a5 !important;
  color: white !important;
}
.cid-umAjBGtZkb .dropdown-item:hover span {
  color: white;
}
.cid-umAjBGtZkb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-umAjBGtZkb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-umAjBGtZkb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-umAjBGtZkb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-umAjBGtZkb .nav-link {
  position: relative;
}
.cid-umAjBGtZkb .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-umAjBGtZkb .container {
    flex-wrap: nowrap;
  }
}
.cid-umAjBGtZkb .dropdown-menu,
.cid-umAjBGtZkb .navbar.opened {
  background: #ffffff !important;
}
.cid-umAjBGtZkb .nav-item:focus,
.cid-umAjBGtZkb .nav-link:focus {
  outline: none;
}
.cid-umAjBGtZkb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umAjBGtZkb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umAjBGtZkb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umAjBGtZkb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umAjBGtZkb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umAjBGtZkb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umAjBGtZkb .navbar {
  min-height: 114px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  padding: 17px 0 !important;
  box-shadow: none;
  border: none;
}
.cid-umAjBGtZkb .navbar.opened {
  transition: all 0.3s;
}
.cid-umAjBGtZkb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-umAjBGtZkb .navbar .navbar-logo img {
  width: auto;
}
.cid-umAjBGtZkb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-umAjBGtZkb .navbar.collapsed {
  justify-content: center;
}
.cid-umAjBGtZkb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umAjBGtZkb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umAjBGtZkb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-umAjBGtZkb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umAjBGtZkb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umAjBGtZkb .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-umAjBGtZkb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umAjBGtZkb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-umAjBGtZkb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umAjBGtZkb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umAjBGtZkb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umAjBGtZkb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umAjBGtZkb .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-umAjBGtZkb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-umAjBGtZkb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-umAjBGtZkb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-umAjBGtZkb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-umAjBGtZkb .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-umAjBGtZkb .navbar.navbar-short {
  min-height: auto;
}
.cid-umAjBGtZkb .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-umAjBGtZkb .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-umAjBGtZkb .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 20%;
}
.cid-umAjBGtZkb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-umAjBGtZkb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umAjBGtZkb .dropdown-item.active,
.cid-umAjBGtZkb .dropdown-item:active {
  background-color: transparent;
}
.cid-umAjBGtZkb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umAjBGtZkb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umAjBGtZkb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umAjBGtZkb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-umAjBGtZkb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-umAjBGtZkb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-umAjBGtZkb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-umAjBGtZkb button.navbar-toggler {
  position: relative;
  outline: none;
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: all 0.3s;
  align-self: center;
  margin-left: auto;
}
.cid-umAjBGtZkb button.navbar-toggler:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1358a5;
  transition: .2s transform;
}
.cid-umAjBGtZkb button.navbar-toggler .hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 29px;
  height: 2px;
  background-color: #000000;
  transition: .2s all;
}
.cid-umAjBGtZkb button.navbar-toggler .hamburger span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.cid-umAjBGtZkb button.navbar-toggler:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-umAjBGtZkb button.navbar-toggler:hover .hamburger span {
  background-color: #ffffff;
}
.cid-umAjBGtZkb nav.opened .navbar-toggler {
  transform: rotate(45deg);
}
.cid-umAjBGtZkb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-umAjBGtZkb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umAjBGtZkb .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-umAjBGtZkb .navbar {
    height: 70px;
  }
  .cid-umAjBGtZkb .navbar.opened {
    height: auto;
  }
  .cid-umAjBGtZkb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umAjBGtZkb .main-container {
  flex-grow: 1;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.cid-umAjBGtZkb .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .cid-umAjBGtZkb .social-list {
    justify-content: flex-start;
  }
}
.cid-umAjBGtZkb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-umAjBGtZkb .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1358a5;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-umAjBGtZkb .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-umAjBGtZkb .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-umAjBGtZkb .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-umAjBGtZkb .navbar-buttons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: center;
  flex-shrink: 0;
}
.cid-umAjBGtZkb .navbar-buttons .btn {
  margin: 0;
}
.cid-umAjBGtZkb .navbar-collapse {
  width: 80%;
}
.cid-umAjBGtZkb .navbar-collapse .navbar-nav {
  justify-content: center;
  width: 75%;
  margin-right: auto;
}
@media (min-width: 992px) {
  .cid-umAjBGtZkb .navbar-collapse .nav-link:hover {
    color: #1358a5 !important;
  }
}
@media (max-width: 991px) {
  .cid-umAjBGtZkb .navbar {
    padding: 15px 0 !important;
    box-shadow: none;
    border: none;
    min-height: 110px;
  }
  .cid-umAjBGtZkb .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-umAjBGtZkb .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    width: auto;
  }
  .cid-umAjBGtZkb .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 100%;
  }
  .cid-umAjBGtZkb .navbar-collapse .navbar-nav {
    align-items: center;
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-umAjBGtZkb .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: center !important;
  }
  .cid-umAjBGtZkb .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-umAjBGtZkb .navbar-collapse .nav-link {
    justify-content: center !important;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto !important;
    padding: 0 0 10px !important;
    font-size: 40px !important;
    line-height: 1 !important;
    transition: .3s  all;
  }
  .cid-umAjBGtZkb .navbar-collapse .nav-link:hover {
    color: #1358a5 !important;
  }
  .cid-umAjBGtZkb .navbar-buttons {
    justify-content: center;
    margin-top: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-umAjBGtZkb .navbar-collapse .nav-link {
    background: linear-gradient(to right, #1358a5, #1358a5 50%, currentColor 50%, currentColor 100%) !important;
    background-position: right !important;
    background-size: 200% 100% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-umAjBGtZkb .navbar-collapse .nav-link:hover {
    background-position: left !important;
    color: currentColor !important;
  }
}
@media (max-width: 575px) {
  .cid-umAjBGtZkb .navbar-nav {
    padding-bottom: 1rem !important;
  }
}
.cid-uLRv1cAvXz {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uLRv1cAvXz img,
.cid-uLRv1cAvXz .item-img {
  width: 100%;
}
.cid-uLRv1cAvXz .item:focus,
.cid-uLRv1cAvXz span:focus {
  outline: none;
}
.cid-uLRv1cAvXz .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uLRv1cAvXz .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uLRv1cAvXz .item {
  padding: 0;
  margin: 0;
}
.cid-uLRv1cAvXz .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uLRv1cAvXz .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLRv1cAvXz .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uLRv1cAvXz .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uLRv1cAvXz .mbr-section-title {
  color: #232323;
}
.cid-uLRv2ejEH6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uLRv2ejEH6 img,
.cid-uLRv2ejEH6 .item-img {
  width: 100%;
}
.cid-uLRv2ejEH6 .item:focus,
.cid-uLRv2ejEH6 span:focus {
  outline: none;
}
.cid-uLRv2ejEH6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uLRv2ejEH6 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uLRv2ejEH6 .item {
  padding: 0;
  margin: 0;
}
.cid-uLRv2ejEH6 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uLRv2ejEH6 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLRv2ejEH6 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uLRv2ejEH6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uLRv2ejEH6 .mbr-section-title {
  color: #232323;
}
.cid-uCOIZLY0IP {
  padding-top: 12rem;
  padding-bottom: 9rem;
  overflow: hidden;
  background-image: url("../../../assets/images/pattern-basev2.jpg-2000x1000.jpg");
}
.cid-uCOIZLY0IP .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #ff6666;
  transform: skewX(-20deg);
}
.cid-uCOIZLY0IP .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #ff6666;
  transform: skewX(-20deg);
}
.cid-uCOIZLY0IP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCOIZLY0IP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCOIZLY0IP .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uCOIZLY0IP .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uCOIZLY0IP .container {
    padding: 0 15px;
  }
}
.cid-uCOIZLY0IP .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uCOIZLY0IP .image-wrapper {
  position: relative;
}
.cid-uCOIZLY0IP .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #e43f3f;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uCOIZLY0IP .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uCOIZLY0IP .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 610px;
  width: 610px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uCOIZLY0IP .image-wrapper img {
    width: 510px;
    height: 510px;
  }
}
@media (max-width: 992px) {
  .cid-uCOIZLY0IP .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uCOIZLY0IP .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uCOIZLY0IP .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uCOIZLY0IP .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #f7f5f6;
}
.cid-uCOIZLY0IP .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uCOIZLY0IP .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uCOIZLY0IP .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uCOIZLY0IP .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uCOIZLY0IP .mbr-text {
  color: #f7f5f6;
}
.cid-uCOIZLY0IP .item-name {
  color: #ffffff;
}
.cid-uCOIZLY0IP .item-role {
  color: #ffffff;
}
.cid-uCOIZLY0IP .mbr-text,
.cid-uCOIZLY0IP .icon-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uCOMu6avIv {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uCOMu6avIv::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #1358a5 -10%, transparent 70%);
}
.cid-uCOMu6avIv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCOMu6avIv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCOMu6avIv .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uCOMu6avIv .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uCOMu6avIv .container {
    padding: 0 16px;
  }
}
.cid-uCOMu6avIv .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uCOMu6avIv .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uCOMu6avIv .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uCOMu6avIv .mbr-section-title {
  color: #1358a5;
}
.cid-uCOMu6avIv .mbr-text {
  color: #000000;
}
.cid-urov8IWORe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-urov8IWORe .mbr-fallback-image.disabled {
  display: none;
}
.cid-urov8IWORe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urov8IWORe .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-urov8IWORe .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-urov8IWORe .row {
    text-align: center;
  }
  .cid-urov8IWORe .row > div {
    margin: auto;
  }
  .cid-urov8IWORe .social-row {
    justify-content: center;
  }
}
.cid-urov8IWORe .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-urov8IWORe .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-urov8IWORe .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-urov8IWORe .list {
    margin-bottom: 0rem;
  }
}
.cid-urov8IWORe .mbr-text {
  color: #bbbbbb;
}
.cid-urov8IWORe .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-urov8IWORe .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-urov8IWORe div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-umAjBGtZkb {
  z-index: 1000;
  width: 100%;
}
.cid-umAjBGtZkb nav.navbar {
  position: fixed;
}
.cid-umAjBGtZkb .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-umAjBGtZkb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-umAjBGtZkb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-umAjBGtZkb .dropdown-item:hover,
.cid-umAjBGtZkb .dropdown-item:focus {
  background: #1358a5 !important;
  color: white !important;
}
.cid-umAjBGtZkb .dropdown-item:hover span {
  color: white;
}
.cid-umAjBGtZkb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-umAjBGtZkb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-umAjBGtZkb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-umAjBGtZkb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-umAjBGtZkb .nav-link {
  position: relative;
}
.cid-umAjBGtZkb .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-umAjBGtZkb .container {
    flex-wrap: nowrap;
  }
}
.cid-umAjBGtZkb .dropdown-menu,
.cid-umAjBGtZkb .navbar.opened {
  background: #ffffff !important;
}
.cid-umAjBGtZkb .nav-item:focus,
.cid-umAjBGtZkb .nav-link:focus {
  outline: none;
}
.cid-umAjBGtZkb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umAjBGtZkb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umAjBGtZkb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umAjBGtZkb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umAjBGtZkb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umAjBGtZkb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umAjBGtZkb .navbar {
  min-height: 114px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  padding: 17px 0 !important;
  box-shadow: none;
  border: none;
}
.cid-umAjBGtZkb .navbar.opened {
  transition: all 0.3s;
}
.cid-umAjBGtZkb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-umAjBGtZkb .navbar .navbar-logo img {
  width: auto;
}
.cid-umAjBGtZkb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-umAjBGtZkb .navbar.collapsed {
  justify-content: center;
}
.cid-umAjBGtZkb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umAjBGtZkb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umAjBGtZkb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-umAjBGtZkb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umAjBGtZkb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umAjBGtZkb .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-umAjBGtZkb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umAjBGtZkb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-umAjBGtZkb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umAjBGtZkb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umAjBGtZkb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umAjBGtZkb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umAjBGtZkb .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-umAjBGtZkb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-umAjBGtZkb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-umAjBGtZkb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-umAjBGtZkb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-umAjBGtZkb .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-umAjBGtZkb .navbar.navbar-short {
  min-height: auto;
}
.cid-umAjBGtZkb .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-umAjBGtZkb .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-umAjBGtZkb .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 20%;
}
.cid-umAjBGtZkb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-umAjBGtZkb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umAjBGtZkb .dropdown-item.active,
.cid-umAjBGtZkb .dropdown-item:active {
  background-color: transparent;
}
.cid-umAjBGtZkb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umAjBGtZkb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umAjBGtZkb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umAjBGtZkb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-umAjBGtZkb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-umAjBGtZkb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-umAjBGtZkb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-umAjBGtZkb button.navbar-toggler {
  position: relative;
  outline: none;
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: all 0.3s;
  align-self: center;
  margin-left: auto;
}
.cid-umAjBGtZkb button.navbar-toggler:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1358a5;
  transition: .2s transform;
}
.cid-umAjBGtZkb button.navbar-toggler .hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 29px;
  height: 2px;
  background-color: #000000;
  transition: .2s all;
}
.cid-umAjBGtZkb button.navbar-toggler .hamburger span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.cid-umAjBGtZkb button.navbar-toggler:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-umAjBGtZkb button.navbar-toggler:hover .hamburger span {
  background-color: #ffffff;
}
.cid-umAjBGtZkb nav.opened .navbar-toggler {
  transform: rotate(45deg);
}
.cid-umAjBGtZkb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-umAjBGtZkb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umAjBGtZkb .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-umAjBGtZkb .navbar {
    height: 70px;
  }
  .cid-umAjBGtZkb .navbar.opened {
    height: auto;
  }
  .cid-umAjBGtZkb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umAjBGtZkb .main-container {
  flex-grow: 1;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.cid-umAjBGtZkb .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .cid-umAjBGtZkb .social-list {
    justify-content: flex-start;
  }
}
.cid-umAjBGtZkb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-umAjBGtZkb .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1358a5;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-umAjBGtZkb .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-umAjBGtZkb .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-umAjBGtZkb .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-umAjBGtZkb .navbar-buttons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: center;
  flex-shrink: 0;
}
.cid-umAjBGtZkb .navbar-buttons .btn {
  margin: 0;
}
.cid-umAjBGtZkb .navbar-collapse {
  width: 80%;
}
.cid-umAjBGtZkb .navbar-collapse .navbar-nav {
  justify-content: center;
  width: 75%;
  margin-right: auto;
}
@media (min-width: 992px) {
  .cid-umAjBGtZkb .navbar-collapse .nav-link:hover {
    color: #1358a5 !important;
  }
}
@media (max-width: 991px) {
  .cid-umAjBGtZkb .navbar {
    padding: 15px 0 !important;
    box-shadow: none;
    border: none;
    min-height: 110px;
  }
  .cid-umAjBGtZkb .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-umAjBGtZkb .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    width: auto;
  }
  .cid-umAjBGtZkb .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 100%;
  }
  .cid-umAjBGtZkb .navbar-collapse .navbar-nav {
    align-items: center;
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-umAjBGtZkb .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: center !important;
  }
  .cid-umAjBGtZkb .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-umAjBGtZkb .navbar-collapse .nav-link {
    justify-content: center !important;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto !important;
    padding: 0 0 10px !important;
    font-size: 40px !important;
    line-height: 1 !important;
    transition: .3s  all;
  }
  .cid-umAjBGtZkb .navbar-collapse .nav-link:hover {
    color: #1358a5 !important;
  }
  .cid-umAjBGtZkb .navbar-buttons {
    justify-content: center;
    margin-top: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-umAjBGtZkb .navbar-collapse .nav-link {
    background: linear-gradient(to right, #1358a5, #1358a5 50%, currentColor 50%, currentColor 100%) !important;
    background-position: right !important;
    background-size: 200% 100% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-umAjBGtZkb .navbar-collapse .nav-link:hover {
    background-position: left !important;
    color: currentColor !important;
  }
}
@media (max-width: 575px) {
  .cid-umAjBGtZkb .navbar-nav {
    padding-bottom: 1rem !important;
  }
}
.cid-uFlafIUtnL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-uFlafIUtnL .item:focus,
.cid-uFlafIUtnL span:focus {
  outline: none;
}
.cid-uFlafIUtnL .row {
  justify-content: center;
}
.cid-uFlafIUtnL .main-content {
  padding: 150px 0;
  margin: 0;
  overflow: hidden;
  background-color: #1358a5;
}
@media (max-width: 992px) {
  .cid-uFlafIUtnL .main-content {
    padding: 30px 0 16px;
  }
}
.cid-uFlafIUtnL .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uFlafIUtnL .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uFlafIUtnL .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uFlafIUtnL .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uFlafIUtnL .title-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-uFlafIUtnL .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uFlafIUtnL .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFlafIUtnL .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uFlafIUtnL .title-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uFlafIUtnL .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFlafIUtnL .item-wrapper {
  position: relative;
}
.cid-uFlafIUtnL .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uFlafIUtnL .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uFlafIUtnL .embla__slide .slide-content {
  width: 100%;
}
.cid-uFlafIUtnL .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff7ee;
}
.cid-uFlafIUtnL .embla__slide .slide-content .item-wrapper .item-img img {
  height: 220px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uFlafIUtnL .embla__button--next,
.cid-uFlafIUtnL .embla__button--prev {
  display: flex;
}
.cid-uFlafIUtnL .embla__button {
  bottom: 0;
  width: 65px;
  height: 65px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #151e11 !important;
  color: #fff7ee !important;
  border: 2px solid #151e11 !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uFlafIUtnL .embla__button {
    display: none;
  }
}
.cid-uFlafIUtnL .embla__button:hover {
  background-color: transparent !important;
}
.cid-uFlafIUtnL .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFlafIUtnL .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uFlafIUtnL .embla__button {
    top: auto;
  }
}
.cid-uFlafIUtnL .embla {
  position: relative;
  width: 100%;
}
.cid-uFlafIUtnL .embla__viewport {
  overflow: visible;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uFlafIUtnL .embla__viewport {
    padding: 0;
  }
}
.cid-uFlafIUtnL .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uFlafIUtnL .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uFlafIUtnL .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uFlafIUtnL .mbr-label,
.cid-uFlafIUtnL .label-wrapper {
  color: #FFBE0D;
  text-align: center;
}
.cid-uFlafIUtnL .mbr-section-title {
  color: #fff7ee;
  text-align: center;
}
.cid-uFlafIUtnL .mbr-text,
.cid-uFlafIUtnL .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-urov8IWORe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-urov8IWORe .mbr-fallback-image.disabled {
  display: none;
}
.cid-urov8IWORe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urov8IWORe .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-urov8IWORe .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-urov8IWORe .row {
    text-align: center;
  }
  .cid-urov8IWORe .row > div {
    margin: auto;
  }
  .cid-urov8IWORe .social-row {
    justify-content: center;
  }
}
.cid-urov8IWORe .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-urov8IWORe .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-urov8IWORe .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-urov8IWORe .list {
    margin-bottom: 0rem;
  }
}
.cid-urov8IWORe .mbr-text {
  color: #bbbbbb;
}
.cid-urov8IWORe .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-urov8IWORe .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-urov8IWORe div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uL7WhCbHeb {
  z-index: 1000;
  width: 100%;
}
.cid-uL7WhCbHeb nav.navbar {
  position: fixed;
}
.cid-uL7WhCbHeb .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-uL7WhCbHeb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uL7WhCbHeb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL7WhCbHeb .dropdown-item:hover,
.cid-uL7WhCbHeb .dropdown-item:focus {
  background: #1358a5 !important;
  color: white !important;
}
.cid-uL7WhCbHeb .dropdown-item:hover span {
  color: white;
}
.cid-uL7WhCbHeb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL7WhCbHeb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL7WhCbHeb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL7WhCbHeb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL7WhCbHeb .nav-link {
  position: relative;
}
.cid-uL7WhCbHeb .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uL7WhCbHeb .container {
    flex-wrap: nowrap;
  }
}
.cid-uL7WhCbHeb .dropdown-menu,
.cid-uL7WhCbHeb .navbar.opened {
  background: #ffffff !important;
}
.cid-uL7WhCbHeb .nav-item:focus,
.cid-uL7WhCbHeb .nav-link:focus {
  outline: none;
}
.cid-uL7WhCbHeb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL7WhCbHeb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL7WhCbHeb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL7WhCbHeb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL7WhCbHeb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL7WhCbHeb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL7WhCbHeb .navbar {
  min-height: 114px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  padding: 17px 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uL7WhCbHeb .navbar.opened {
  transition: all 0.3s;
}
.cid-uL7WhCbHeb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL7WhCbHeb .navbar .navbar-logo img {
  width: auto;
}
.cid-uL7WhCbHeb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL7WhCbHeb .navbar.collapsed {
  justify-content: center;
}
.cid-uL7WhCbHeb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL7WhCbHeb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL7WhCbHeb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uL7WhCbHeb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL7WhCbHeb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL7WhCbHeb .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-uL7WhCbHeb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL7WhCbHeb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uL7WhCbHeb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL7WhCbHeb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL7WhCbHeb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL7WhCbHeb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL7WhCbHeb .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-uL7WhCbHeb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL7WhCbHeb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL7WhCbHeb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL7WhCbHeb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uL7WhCbHeb .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uL7WhCbHeb .navbar.navbar-short {
  min-height: auto;
}
.cid-uL7WhCbHeb .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uL7WhCbHeb .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uL7WhCbHeb .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 20%;
}
.cid-uL7WhCbHeb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uL7WhCbHeb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL7WhCbHeb .dropdown-item.active,
.cid-uL7WhCbHeb .dropdown-item:active {
  background-color: transparent;
}
.cid-uL7WhCbHeb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL7WhCbHeb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL7WhCbHeb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL7WhCbHeb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uL7WhCbHeb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL7WhCbHeb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL7WhCbHeb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL7WhCbHeb button.navbar-toggler {
  position: relative;
  outline: none;
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: all 0.3s;
  align-self: center;
  margin-left: auto;
}
.cid-uL7WhCbHeb button.navbar-toggler:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1358a5;
  transition: .2s transform;
}
.cid-uL7WhCbHeb button.navbar-toggler .hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 29px;
  height: 2px;
  background-color: #000000;
  transition: .2s all;
}
.cid-uL7WhCbHeb button.navbar-toggler .hamburger span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.cid-uL7WhCbHeb button.navbar-toggler:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uL7WhCbHeb button.navbar-toggler:hover .hamburger span {
  background-color: #ffffff;
}
.cid-uL7WhCbHeb nav.opened .navbar-toggler {
  transform: rotate(45deg);
}
.cid-uL7WhCbHeb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL7WhCbHeb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL7WhCbHeb .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-uL7WhCbHeb .navbar {
    height: 70px;
  }
  .cid-uL7WhCbHeb .navbar.opened {
    height: auto;
  }
  .cid-uL7WhCbHeb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL7WhCbHeb .main-container {
  flex-grow: 1;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.cid-uL7WhCbHeb .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .cid-uL7WhCbHeb .social-list {
    justify-content: flex-start;
  }
}
.cid-uL7WhCbHeb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uL7WhCbHeb .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1358a5;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uL7WhCbHeb .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uL7WhCbHeb .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uL7WhCbHeb .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uL7WhCbHeb .navbar-buttons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: center;
  flex-shrink: 0;
}
.cid-uL7WhCbHeb .navbar-buttons .btn {
  margin: 0;
}
.cid-uL7WhCbHeb .navbar-collapse {
  width: 80%;
}
.cid-uL7WhCbHeb .navbar-collapse .navbar-nav {
  justify-content: center;
  width: 75%;
  margin-right: auto;
}
@media (min-width: 992px) {
  .cid-uL7WhCbHeb .navbar-collapse .nav-link:hover {
    color: #1358a5 !important;
  }
}
@media (max-width: 991px) {
  .cid-uL7WhCbHeb .navbar {
    padding: 15px 0 !important;
    box-shadow: none;
    border: none;
    min-height: 110px;
  }
  .cid-uL7WhCbHeb .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uL7WhCbHeb .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    width: auto;
  }
  .cid-uL7WhCbHeb .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 100%;
  }
  .cid-uL7WhCbHeb .navbar-collapse .navbar-nav {
    align-items: center;
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-uL7WhCbHeb .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: center !important;
  }
  .cid-uL7WhCbHeb .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uL7WhCbHeb .navbar-collapse .nav-link {
    justify-content: center !important;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto !important;
    padding: 0 0 10px !important;
    font-size: 40px !important;
    line-height: 1 !important;
    transition: .3s  all;
  }
  .cid-uL7WhCbHeb .navbar-collapse .nav-link:hover {
    color: #1358a5 !important;
  }
  .cid-uL7WhCbHeb .navbar-buttons {
    justify-content: center;
    margin-top: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uL7WhCbHeb .navbar-collapse .nav-link {
    background: linear-gradient(to right, #1358a5, #1358a5 50%, currentColor 50%, currentColor 100%) !important;
    background-position: right !important;
    background-size: 200% 100% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uL7WhCbHeb .navbar-collapse .nav-link:hover {
    background-position: left !important;
    color: currentColor !important;
  }
}
@media (max-width: 575px) {
  .cid-uL7WhCbHeb .navbar-nav {
    padding-bottom: 1rem !important;
  }
}
.cid-uL7WTALIOn {
  padding-top: 10rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-color: #f4f2ef;
}
.cid-uL7WTALIOn .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 0px;
  background-color: #150764;
}
.cid-uL7WTALIOn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL7WTALIOn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL7WTALIOn .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uL7WTALIOn .content-wrap .card {
  justify-content: space-between;
}
.cid-uL7WTALIOn .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uL7WTALIOn .content-wrapper {
    padding: 0;
  }
}
.cid-uL7WTALIOn .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uL7WTALIOn .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #150764;
  box-shadow: 4px 4px 0 0 #150764;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uL7WTALIOn .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uL7WTALIOn .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uL7WTALIOn .mbr-desc,
.cid-uL7WTALIOn .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uL7WhRtZgt {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background: #fafafa;
}
.cid-uL7WhRtZgt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL7WhRtZgt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL7WhRtZgt .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uL7WhRtZgt .plan-body {
  padding-bottom: 2rem;
}
.cid-uL7WhRtZgt .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uL7WhRtZgt .price {
  color: #1358a5;
}
.cid-uL7WhRtZgt .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-uL7WhRtZgt .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uL7WhRtZgt .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-uL7WhRtZgt .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-uL7WhRtZgt .plan {
    margin-bottom: 2rem;
  }
}
.cid-uL7WhSBzgr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #fafafa;
}
.cid-uL7WhSBzgr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL7WhSBzgr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL7WhSBzgr .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uL7WhSBzgr .plan-body {
  padding-bottom: 2rem;
}
.cid-uL7WhSBzgr .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uL7WhSBzgr .price {
  color: #1358a5;
}
.cid-uL7WhSBzgr .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-uL7WhSBzgr .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uL7WhSBzgr .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-uL7WhSBzgr .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-uL7WhSBzgr .plan {
    margin-bottom: 2rem;
  }
}
.cid-uL7WhTJQUo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #fafafa;
}
.cid-uL7WhTJQUo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL7WhTJQUo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL7WhTJQUo .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uL7WhTJQUo .plan-body {
  padding-bottom: 2rem;
}
.cid-uL7WhTJQUo .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uL7WhTJQUo .price {
  color: #1358a5;
}
.cid-uL7WhTJQUo .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-uL7WhTJQUo .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uL7WhTJQUo .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-uL7WhTJQUo .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-uL7WhTJQUo .plan {
    margin-bottom: 2rem;
  }
}
.cid-uL7WhUUH1y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uL7WhUUH1y blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uL7WhVXE4G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uL7WhVXE4G blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uL7WhWYfpL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uL7WhWYfpL blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uL7WhXYg4u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uL7WhXYg4u blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uL7WhZ3poj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uL7WhZ3poj blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uL7Wi07j1w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uL7Wi07j1w blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uL7Wi1fGfp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uL7Wi1fGfp blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uL7Wi2mHuM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uL7Wi2mHuM blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uL7Wi3r0uN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uL7Wi3r0uN blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uL7Wi4xrnp {
  padding-top: 5rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #f4f2ef;
}
.cid-uL7Wi4xrnp .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 0px;
  background-color: #150764;
}
.cid-uL7Wi4xrnp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL7Wi4xrnp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL7Wi4xrnp .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uL7Wi4xrnp .content-wrap .card {
  justify-content: space-between;
}
.cid-uL7Wi4xrnp .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uL7Wi4xrnp .content-wrapper {
    padding: 0;
  }
}
.cid-uL7Wi4xrnp .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uL7Wi4xrnp .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #150764;
  box-shadow: 4px 4px 0 0 #150764;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uL7Wi4xrnp .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uL7Wi4xrnp .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uL7Wi4xrnp .mbr-desc,
.cid-uL7Wi4xrnp .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
#custom-html-4y #header02-3 .content-wrapper img {
  all: unset !important;
  /* Borra cualquier estilo heredado */
  position: relative !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  max-height: 100vh !important;
  object-fit: contain !important;
  margin: 20px !important;
  border: none !important;
}
.cid-uL7Wi5WQ5S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uL7Wi5WQ5S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL7Wi5WQ5S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL7Wi5WQ5S .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uL7Wi5WQ5S .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uL7Wi5WQ5S .row {
    text-align: center;
  }
  .cid-uL7Wi5WQ5S .row > div {
    margin: auto;
  }
  .cid-uL7Wi5WQ5S .social-row {
    justify-content: center;
  }
}
.cid-uL7Wi5WQ5S .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uL7Wi5WQ5S .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uL7Wi5WQ5S .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL7Wi5WQ5S .list {
    margin-bottom: 0rem;
  }
}
.cid-uL7Wi5WQ5S .mbr-text {
  color: #bbbbbb;
}
.cid-uL7Wi5WQ5S .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uL7Wi5WQ5S .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uL7Wi5WQ5S div > *:last-child {
    margin-top: 0 !important;
  }
}
