body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Lobster', display;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Lobster', display;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Lobster', display;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Lobster', display;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Lobster', display;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #e43f3f !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e43f3f !important;
  border-color: #e43f3f !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: #b31919 !important;
  border-color: #b31919 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e43f3f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b31919 !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: #e43f3f !important;
  border-color: #e43f3f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #e43f3f !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #a61717 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #e43f3f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e43f3f;
  border-color: #e43f3f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e43f3f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdf2f2;
}
.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: 'Lobster', display;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #e43f3f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Lobster', display;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #e43f3f;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e43f3f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e43f3f;
}
.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: #e43f3f;
  border-bottom-color: #e43f3f;
}
.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: #e43f3f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23e43f3f' %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-ulqOV341IS {
  z-index: 1000;
  width: 100%;
}
.cid-ulqOV341IS nav.navbar {
  position: fixed;
}
.cid-ulqOV341IS .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-ulqOV341IS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ulqOV341IS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ulqOV341IS .dropdown-item:hover,
.cid-ulqOV341IS .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-ulqOV341IS .dropdown-item:hover span {
  color: white;
}
.cid-ulqOV341IS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ulqOV341IS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ulqOV341IS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ulqOV341IS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ulqOV341IS .nav-link {
  position: relative;
}
.cid-ulqOV341IS .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ulqOV341IS .container {
    flex-wrap: nowrap;
  }
}
.cid-ulqOV341IS .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.cid-ulqOV341IS .iconfont-wrapper .mbr-iconfont {
  transition: 0.4s all;
}
.cid-ulqOV341IS .iconfont-wrapper:hover .mbr-iconfont {
  color: #e43f3f;
}
.cid-ulqOV341IS .navbar-nav .nav-item {
  margin-right: 3.6vw;
}
.cid-ulqOV341IS .navbar-nav .nav-item:hover {
  color: #e43f3f !important;
}
.cid-ulqOV341IS .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.cid-ulqOV341IS .navbar-nav .nav-link:hover {
  color: #e43f3f !important;
}
.cid-ulqOV341IS .dropdown-menu,
.cid-ulqOV341IS .navbar.opened {
  background: #173d33 !important;
}
.cid-ulqOV341IS .nav-item:focus,
.cid-ulqOV341IS .nav-link:focus {
  outline: none;
}
.cid-ulqOV341IS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ulqOV341IS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulqOV341IS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ulqOV341IS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulqOV341IS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulqOV341IS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulqOV341IS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, #173d33 0%, rgba(23, 61, 51, 0.7) 41.67%, rgba(23, 61, 51, 0) 100%);
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.cid-ulqOV341IS .navbar.opened {
  transition: all 0.3s;
}
.cid-ulqOV341IS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ulqOV341IS .navbar .navbar-logo img {
  width: auto;
}
.cid-ulqOV341IS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ulqOV341IS .navbar.collapsed {
  justify-content: center;
}
.cid-ulqOV341IS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulqOV341IS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulqOV341IS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-ulqOV341IS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulqOV341IS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulqOV341IS .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-ulqOV341IS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulqOV341IS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ulqOV341IS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ulqOV341IS .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .cid-ulqOV341IS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulqOV341IS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulqOV341IS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulqOV341IS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulqOV341IS .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-ulqOV341IS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ulqOV341IS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ulqOV341IS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ulqOV341IS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ulqOV341IS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ulqOV341IS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ulqOV341IS .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ulqOV341IS .navbar.navbar-short {
  min-height: 60px;
}
.cid-ulqOV341IS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ulqOV341IS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-ulqOV341IS .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.cid-ulqOV341IS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ulqOV341IS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulqOV341IS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulqOV341IS .dropdown-item.active,
.cid-ulqOV341IS .dropdown-item:active {
  background-color: transparent;
}
.cid-ulqOV341IS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ulqOV341IS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulqOV341IS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulqOV341IS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #173d33;
}
.cid-ulqOV341IS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ulqOV341IS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulqOV341IS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ulqOV341IS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ulqOV341IS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ulqOV341IS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ulqOV341IS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ulqOV341IS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulqOV341IS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulqOV341IS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ulqOV341IS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulqOV341IS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ulqOV341IS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ulqOV341IS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulqOV341IS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ulqOV341IS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ulqOV341IS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ulqOV341IS .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ulqOV341IS .navbar {
    height: 70px;
  }
  .cid-ulqOV341IS .navbar.opened {
    height: auto;
  }
  .cid-ulqOV341IS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .cid-ulqOV341IS .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-ulqOV341IS .mbr-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .cid-ulqOV341IS .mbr-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .cid-ulqOV341IS .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-ulqOV341IS .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.cid-ulqOV341IS .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-ulqOV341IS .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-ulqOV341IS .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.cid-ulqOV341IS .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-ulqOV341IS .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-ulqPeRz01c {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ulqPeRz01c .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulqPeRz01c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulqPeRz01c .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-ulqPeRz01c .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-ulqPeRz01c .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-ulqPeRz01c .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ulqPeRz01c .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #fafafa 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-ulqPeRz01c .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-ulqPeRz01c .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-ulqPeRz01c .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #9fdbf8;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-ulqPeRz01c .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ulqPeRz01c .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-ulqPeRz01c .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-ulqPeRz01c .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-ulqPeRz01c .mbr-section-title {
  color: #404349;
}
.cid-ulqPeRz01c .mbr-text {
  color: #404349;
}
.cid-ulqPeRz01c .mbr-desc {
  color: #b19a7c;
}
.cid-ulqPeRz01c .mbr-section-title,
.cid-ulqPeRz01c .mbr-section-btn {
  color: #000000;
}
.cid-ulqRhiHEA6 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #173d33;
}
.cid-ulqRhiHEA6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulqRhiHEA6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulqRhiHEA6 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-ulqRhiHEA6 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ulqRhiHEA6 .container {
    padding: 0 30px;
  }
}
.cid-ulqRhiHEA6 .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-ulqRhiHEA6 .item {
    margin-bottom: 30px;
  }
}
.cid-ulqRhiHEA6 .item:nth-child(2n) .item-wrapper {
  margin-right: 0;
  margin-left: 16px;
}
@media (max-width: 992px) {
  .cid-ulqRhiHEA6 .item:nth-child(2n) .item-wrapper {
    margin: 0;
  }
}
.cid-ulqRhiHEA6 .item .item-wrapper:hover .item-img img {
  transform: scale(1.04);
}
@media (max-width: 992px) {
  .cid-ulqRhiHEA6 .item .item-wrapper {
    margin: 0;
  }
}
.cid-ulqRhiHEA6 .item .item-wrapper .item-img {
  overflow: hidden;
  border-radius: 2em;
  margin-bottom: 30px;
}
.cid-ulqRhiHEA6 .item .item-wrapper .item-img img {
  height: 550px;
  object-fit: cover;
  border-radius: 2em;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ulqRhiHEA6 .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-ulqRhiHEA6 .item .item-wrapper .item-content .mbr-section-title {
  margin-bottom: 20px;
}
.cid-ulqRhiHEA6 .item .item-wrapper .item-content .desc-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ulqRhiHEA6 .item .item-wrapper .item-content .desc-wrap {
    display: block;
  }
}
.cid-ulqRhiHEA6 .item .item-wrapper .item-content .desc-wrap .mbr-desc {
  padding: 8px 20px;
  margin-bottom: 0;
  background-color: #fe5115;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-ulqRhiHEA6 .item .item-wrapper .item-content .desc-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-ulqRhiHEA6 .item .item-wrapper .item-content .desc-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-ulqRhiHEA6 .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-ulqRhiHEA6 .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-ulqRhiHEA6 .mbr-section-title {
  color: #2b2b2b;
}
.cid-ulqRhiHEA6 .mbr-desc {
  color: #ffffff;
}
.cid-ulqRhiHEA6 .mbr-date {
  color: #4e4e4e;
}
.cid-ulqRhiHEA6 .mbr-text {
  color: #4e4e4e;
}
.cid-ulqRhiHEA6 .mbr-text,
.cid-ulqRhiHEA6 .mbr-section-btn {
  color: #ffffff;
}
.cid-ulqRhiHEA6 .mbr-section-title,
.cid-ulqRhiHEA6 .mbr-section-btn {
  color: #ffffff;
}
.cid-ulqS5nIfOY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-ulqS5nIfOY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulqS5nIfOY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulqS5nIfOY .row {
  align-items: stretch;
  column-gap: 7vw;
  row-gap: 30px;
}
.cid-ulqS5nIfOY .col-img {
  width: 57%;
}
@media (max-width: 1199px) {
  .cid-ulqS5nIfOY .col-img {
    width: 100%;
  }
}
.cid-ulqS5nIfOY .image-wrapper {
  position: relative;
  border-radius: 60px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-ulqS5nIfOY .image-wrapper {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-ulqS5nIfOY .image-wrapper {
    border-radius: 12px;
  }
}
.cid-ulqS5nIfOY .image-wrapper img {
  width: 100%;
  aspect-ratio: 1.163;
  object-fit: cover;
}
.cid-ulqS5nIfOY .image-wrapper:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 30px solid rgba(0, 0, 0, 0.35);
  border-radius: 60px;
  pointer-events: none;
}
@media (max-width: 1399px) {
  .cid-ulqS5nIfOY .image-wrapper:after {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-ulqS5nIfOY .image-wrapper:after {
    border-width: 20px;
    border-radius: 12px;
  }
}
.cid-ulqS5nIfOY .col-text {
  display: flex;
  align-items: center;
  width: 1%;
  flex-grow: 1;
}
.cid-ulqS5nIfOY .card-title {
  color: #000000;
}
.cid-ulqS5nIfOY .mbr-text {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-ulqS5nIfOY .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-ulqS5nIfOY .mbr-text {
    margin-top: 12px;
  }
}
.cid-ulqS5nIfOY .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-ulqS5nIfOY .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-ulqS5nIfOY .mbr-text,
.cid-ulqS5nIfOY .mbr-section-btn {
  color: #000000;
}
.cid-umRrtRiGAW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #f4f2ef;
}
.cid-umRrtRiGAW .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-umRrtRiGAW .mbr-fallback-image.disabled {
  display: none;
}
.cid-umRrtRiGAW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umRrtRiGAW .content-wrap {
  margin: 0;
}
.cid-umRrtRiGAW .content-wrap .card {
  padding: 0;
}
.cid-umRrtRiGAW .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  overflow: hidden;
  background-color: #173d33;
  padding: 40px 32px;
  border-right: 1px solid #150764;
  border-right: none;
  border-left: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-umRrtRiGAW .image-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-umRrtRiGAW .image-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-umRrtRiGAW .image-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
@media (max-width: 992px) {
  .cid-umRrtRiGAW .image-wrapper {
    border-left: none;
    border-bottom: 1px solid #150764;
  }
}
.cid-umRrtRiGAW .image-wrapper img {
  height: 620px;
  width: 620px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1640px) {
  .cid-umRrtRiGAW .image-wrapper img {
    height: 550px;
    width: 550px;
  }
}
@media (max-width: 1200px) {
  .cid-umRrtRiGAW .image-wrapper img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 768px) {
  .cid-umRrtRiGAW .image-wrapper img {
    height: 250px;
    width: 250px;
  }
}
.cid-umRrtRiGAW .content-wrapper {
  padding: 40px 72px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 1640px) {
  .cid-umRrtRiGAW .content-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-umRrtRiGAW .content-wrapper {
    padding: 40px 0;
  }
}
.cid-umRrtRiGAW .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-umRrtRiGAW .content-wrapper .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-umRrtRiGAW .content-wrapper .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-umRrtRiGAW .mbr-section-title {
  color: #150764;
}
.cid-umRrtRiGAW .mbr-text {
  color: #150764;
}
.cid-umRrtRiGAW .mbr-section-title,
.cid-umRrtRiGAW .mbr-section-btn {
  color: #232323;
}
.cid-umRrtRiGAW .mbr-text,
.cid-umRrtRiGAW .text-wrap {
  color: #000000;
}
.cid-uphpdP7YrB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uphpdP7YrB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uphpdP7YrB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uphpdP7YrB .card-wrapper {
  background: #173d33;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uphpdP7YrB .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uphpdP7YrB .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uphpdP7YrB .card-wrapper {
    padding: 4rem;
  }
}
.cid-uphpdP7YrB .mbr-text,
.cid-uphpdP7YrB .mbr-section-btn {
  color: #ffffff;
}
.cid-uphpdP7YrB .card-title,
.cid-uphpdP7YrB .card-box {
  text-align: left;
}
.cid-uphpqVDxU3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uphpqVDxU3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uphpqVDxU3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uphpqVDxU3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uphpqVDxU3 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uphpqVDxU3 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uphpEaplf5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
}
.cid-uphpEaplf5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uphpEaplf5 .mbr-text {
  color: #ffffff;
}
.cid-uzf9HktFGt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
}
.cid-uzf9HktFGt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzf9HktFGt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uzf9HktFGt .container {
    padding: 0 30px;
  }
}
.cid-uzf9HktFGt .row {
  justify-content: center;
}
.cid-uzf9HktFGt .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uzf9HktFGt .video-block .video-wrapper iframe {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzf9HktFGt .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-uzf9HktFGt .video-block .video-wrapper .app-video-wrapper::before {
  color: #fafafa;
  text-shadow: none;
}
.cid-uzf9HktFGt .video-block .video-wrapper .app-video-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzf9HktFGt .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uzf9HktFGt .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzf9TIOCFC {
  display: flex;
  padding-top: 105px;
  padding-bottom: 105px;
  background: linear-gradient(to bottom, #fafafa, #173d33);
}
.cid-uzf9TIOCFC .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uzf9TIOCFC .mbr-text,
.cid-uzf9TIOCFC .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uzf9TIOCFC .mbr-section-title,
.cid-uzf9TIOCFC .line {
  color: #232323;
  text-align: center;
}
.cid-uzf9TIOCFC .google-map {
  height: 40rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-uzf9TIOCFC .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uzf9TIOCFC .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uzf9TIOCFC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uzf9TIOCFC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uzf9TIOCFC h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uzf9TIOCFC h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uzf9TIOCFC .mbr-section-subtitle,
.cid-uzf9TIOCFC .align {
  text-align: center;
  color: #e43f3f;
}
.cid-ulqYEAzbLQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uzfduOaABa {
  z-index: 1000;
  width: 100%;
}
.cid-uzfduOaABa nav.navbar {
  position: fixed;
}
.cid-uzfduOaABa .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-uzfduOaABa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzfduOaABa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzfduOaABa .dropdown-item:hover,
.cid-uzfduOaABa .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-uzfduOaABa .dropdown-item:hover span {
  color: white;
}
.cid-uzfduOaABa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzfduOaABa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzfduOaABa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzfduOaABa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzfduOaABa .nav-link {
  position: relative;
}
.cid-uzfduOaABa .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uzfduOaABa .container {
    flex-wrap: nowrap;
  }
}
.cid-uzfduOaABa .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.cid-uzfduOaABa .iconfont-wrapper .mbr-iconfont {
  transition: 0.4s all;
}
.cid-uzfduOaABa .iconfont-wrapper:hover .mbr-iconfont {
  color: #e43f3f;
}
.cid-uzfduOaABa .navbar-nav .nav-item {
  margin-right: 3.6vw;
}
.cid-uzfduOaABa .navbar-nav .nav-item:hover {
  color: #e43f3f !important;
}
.cid-uzfduOaABa .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.cid-uzfduOaABa .navbar-nav .nav-link:hover {
  color: #e43f3f !important;
}
.cid-uzfduOaABa .dropdown-menu,
.cid-uzfduOaABa .navbar.opened {
  background: #173d33 !important;
}
.cid-uzfduOaABa .nav-item:focus,
.cid-uzfduOaABa .nav-link:focus {
  outline: none;
}
.cid-uzfduOaABa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzfduOaABa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzfduOaABa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzfduOaABa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzfduOaABa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzfduOaABa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzfduOaABa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, #173d33 0%, rgba(23, 61, 51, 0.7) 41.67%, rgba(23, 61, 51, 0) 100%);
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.cid-uzfduOaABa .navbar.opened {
  transition: all 0.3s;
}
.cid-uzfduOaABa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzfduOaABa .navbar .navbar-logo img {
  width: auto;
}
.cid-uzfduOaABa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzfduOaABa .navbar.collapsed {
  justify-content: center;
}
.cid-uzfduOaABa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzfduOaABa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzfduOaABa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uzfduOaABa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzfduOaABa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzfduOaABa .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-uzfduOaABa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzfduOaABa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzfduOaABa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzfduOaABa .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .cid-uzfduOaABa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzfduOaABa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzfduOaABa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzfduOaABa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzfduOaABa .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-uzfduOaABa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzfduOaABa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzfduOaABa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzfduOaABa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzfduOaABa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzfduOaABa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uzfduOaABa .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uzfduOaABa .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzfduOaABa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzfduOaABa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uzfduOaABa .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.cid-uzfduOaABa .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzfduOaABa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzfduOaABa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzfduOaABa .dropdown-item.active,
.cid-uzfduOaABa .dropdown-item:active {
  background-color: transparent;
}
.cid-uzfduOaABa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzfduOaABa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzfduOaABa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzfduOaABa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #173d33;
}
.cid-uzfduOaABa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzfduOaABa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzfduOaABa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzfduOaABa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzfduOaABa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzfduOaABa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uzfduOaABa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzfduOaABa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzfduOaABa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzfduOaABa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzfduOaABa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzfduOaABa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzfduOaABa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzfduOaABa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzfduOaABa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzfduOaABa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzfduOaABa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uzfduOaABa .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzfduOaABa .navbar {
    height: 70px;
  }
  .cid-uzfduOaABa .navbar.opened {
    height: auto;
  }
  .cid-uzfduOaABa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .cid-uzfduOaABa .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-uzfduOaABa .mbr-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .cid-uzfduOaABa .mbr-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .cid-uzfduOaABa .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uzfduOaABa .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.cid-uzfduOaABa .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uzfduOaABa .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uzfduOaABa .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.cid-uzfduOaABa .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uzfduOaABa .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uzfduODm9V {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uzfduODm9V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzfduODm9V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzfduODm9V .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uzfduODm9V .container {
    padding: 10px 8px;
  }
}
.cid-uzfduODm9V .row {
  border-radius: 25px;
  background-color: #173d33;
  padding: 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uzfduODm9V .row {
    padding: 40px 10px;
  }
}
.cid-uzfduODm9V .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uzfduODm9V .content-wrapper {
  padding-right: 50px;
  padding-right: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uzfduODm9V .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uzfduODm9V .content-wrapper {
    padding: 0;
  }
}
.cid-uzfduODm9V .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uzfduODm9V .content-wrapper .mbr-section-title span {
  opacity: .8;
}
.cid-uzfduODm9V .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uzfduODm9V .content-wrapper .cards-wrap {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uzfduODm9V .content-wrapper .cards-wrap {
    margin: 32px 0 32px;
  }
}
.cid-uzfduODm9V .content-wrapper .cards-wrap .card-wrap {
  display: inline-flex;
  width: 250px;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(12px);
  margin-bottom: 16px;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-uzfduODm9V .content-wrapper .cards-wrap .card-wrap {
    width: 200px;
  }
}
@media (max-width: 1280px) {
  .cid-uzfduODm9V .content-wrapper .cards-wrap .card-wrap {
    width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uzfduODm9V .content-wrapper .cards-wrap .card-wrap {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-uzfduODm9V .content-wrapper .cards-wrap .card-wrap {
    border-radius: 17px;
  }
}
.cid-uzfduODm9V .content-wrapper .cards-wrap .card-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #73abff;
  opacity: .8;
}
.cid-uzfduODm9V .content-wrapper .cards-wrap .card-wrap .item-wrapper {
  position: relative;
  width: 100%;
}
.cid-uzfduODm9V .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-img {
  display: flex;
  justify-content: flex-end;
}
.cid-uzfduODm9V .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-img img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  border-radius: 100% !important;
  margin: -4px -4px 0 0;
  object-fit: cover;
}
.cid-uzfduODm9V .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-content {
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-uzfduODm9V .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-content {
    padding: 15px;
  }
}
.cid-uzfduODm9V .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uzfduODm9V .image-wrapper .icon-wrapper {
  display: flex;
  justify-content: space-between;
}
.cid-uzfduODm9V .image-wrapper .icon-wrapper .mbr-iconfont {
  width: 100px;
  height: 100px;
  font-size: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  color: #ffffff;
  background-color: #73abff;
  transform: rotate(-5deg);
  margin-top: 100px;
}
.cid-uzfduODm9V .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(2) {
  background-color: #e354e3;
  margin-top: 0;
}
.cid-uzfduODm9V .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(3) {
  background-color: #f85f32;
  transform: rotate(5deg);
}
@media (max-width: 768px) {
  .cid-uzfduODm9V .image-wrapper .icon-wrapper .mbr-iconfont {
    width: 50px;
    height: 50px;
    margin-top: 30px;
    font-size: 25px;
  }
}
.cid-uzfduODm9V .image-wrapper .image-wrap {
  display: flex;
  justify-content: center;
  margin-top: -8rem;
}
.cid-uzfduODm9V .image-wrapper .image-wrap img {
  height: 650px;
  width: 650px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1199px) {
  .cid-uzfduODm9V .image-wrapper .image-wrap img {
    height: 450px;
    width: 450px;
    min-width: 450px;
  }
}
.cid-uzfduODm9V .image-wrapper .cards-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: -8rem;
}
@media (max-width: 992px) {
  .cid-uzfduODm9V .image-wrapper .cards-wrapper {
    flex-direction: column;
  }
}
.cid-uzfduODm9V .image-wrapper .cards-wrapper .card-wrapper {
  display: inline-flex;
  max-width: 250px;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  padding: 30px;
  backdrop-filter: blur(12px);
  height: fit-content;
}
@media (max-width: 1500px) {
  .cid-uzfduODm9V .image-wrapper .cards-wrapper .card-wrapper {
    max-width: 200px;
  }
}
@media (max-width: 1280px) {
  .cid-uzfduODm9V .image-wrapper .cards-wrapper .card-wrapper {
    max-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uzfduODm9V .image-wrapper .cards-wrapper .card-wrapper {
    display: block;
    max-width: 100%;
    width: 100%;
    margin-bottom: 16px;
  }
  .cid-uzfduODm9V .image-wrapper .cards-wrapper .card-wrapper:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-uzfduODm9V .image-wrapper .cards-wrapper .card-wrapper {
    padding: 15px;
    border-radius: 17px;
  }
}
.cid-uzfduODm9V .image-wrapper .cards-wrapper .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #73abff;
  opacity: .8;
}
.cid-uzfduODm9V .image-wrapper .cards-wrapper .card-wrapper:nth-child(2n) {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uzfduODm9V .image-wrapper .cards-wrapper .card-wrapper:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-uzfduODm9V .image-wrapper .cards-wrapper .card-wrapper .item-wrapper {
  position: relative;
  width: 100%;
}
.cid-uzfduODm9V .image-wrapper .cards-wrapper .card-wrapper .item-wrapper .card-box .dot-wrapper {
  margin-bottom: 40px;
}
.cid-uzfduODm9V .image-wrapper .cards-wrapper .card-wrapper .item-wrapper .card-box .dot-wrapper .dot-wrap {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffffff;
}
.cid-uzfduODm9V .image-wrapper .cards-wrapper .card-wrapper .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uzfduODm9V .mbr-section-title {
  color: #ffffff;
}
.cid-uzfduODm9V .mbr-text {
  color: #ffffff;
}
.cid-uzfduODm9V .card-text {
  color: #ffffff;
}
.cid-uzfduP7sLV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzfduP7sLV blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uzfduPCZUa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
}
.cid-uzfduPCZUa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzfduPCZUa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uzfduPCZUa .container {
    padding: 0 30px;
  }
}
.cid-uzfduPCZUa .row {
  justify-content: center;
}
.cid-uzfduPCZUa .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uzfduPCZUa .video-block .video-wrapper iframe {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzfduPCZUa .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-uzfduPCZUa .video-block .video-wrapper .app-video-wrapper::before {
  color: #fafafa;
  text-shadow: none;
}
.cid-uzfduPCZUa .video-block .video-wrapper .app-video-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzfduPCZUa .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uzfduPCZUa .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzfduQ1c89 {
  display: flex;
  padding-top: 105px;
  padding-bottom: 105px;
  background: linear-gradient(to bottom, #fafafa, #173d33);
}
.cid-uzfduQ1c89 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uzfduQ1c89 .mbr-text,
.cid-uzfduQ1c89 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uzfduQ1c89 .mbr-section-title,
.cid-uzfduQ1c89 .line {
  color: #232323;
  text-align: center;
}
.cid-uzfduQ1c89 .google-map {
  height: 40rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-uzfduQ1c89 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uzfduQ1c89 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uzfduQ1c89 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uzfduQ1c89 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uzfduQ1c89 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uzfduQ1c89 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uzfduQ1c89 .mbr-section-subtitle,
.cid-uzfduQ1c89 .align {
  text-align: center;
  color: #e43f3f;
}
.cid-uzfduQsEOn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uAIg4f1zzQ {
  z-index: 1000;
  width: 100%;
}
.cid-uAIg4f1zzQ nav.navbar {
  position: fixed;
}
.cid-uAIg4f1zzQ .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-uAIg4f1zzQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uAIg4f1zzQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uAIg4f1zzQ .dropdown-item:hover,
.cid-uAIg4f1zzQ .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-uAIg4f1zzQ .dropdown-item:hover span {
  color: white;
}
.cid-uAIg4f1zzQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uAIg4f1zzQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uAIg4f1zzQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uAIg4f1zzQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uAIg4f1zzQ .nav-link {
  position: relative;
}
.cid-uAIg4f1zzQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uAIg4f1zzQ .container {
    flex-wrap: nowrap;
  }
}
.cid-uAIg4f1zzQ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.cid-uAIg4f1zzQ .iconfont-wrapper .mbr-iconfont {
  transition: 0.4s all;
}
.cid-uAIg4f1zzQ .iconfont-wrapper:hover .mbr-iconfont {
  color: #e43f3f;
}
.cid-uAIg4f1zzQ .navbar-nav .nav-item {
  margin-right: 3.6vw;
}
.cid-uAIg4f1zzQ .navbar-nav .nav-item:hover {
  color: #e43f3f !important;
}
.cid-uAIg4f1zzQ .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.cid-uAIg4f1zzQ .navbar-nav .nav-link:hover {
  color: #e43f3f !important;
}
.cid-uAIg4f1zzQ .dropdown-menu,
.cid-uAIg4f1zzQ .navbar.opened {
  background: #173d33 !important;
}
.cid-uAIg4f1zzQ .nav-item:focus,
.cid-uAIg4f1zzQ .nav-link:focus {
  outline: none;
}
.cid-uAIg4f1zzQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAIg4f1zzQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAIg4f1zzQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAIg4f1zzQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAIg4f1zzQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAIg4f1zzQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAIg4f1zzQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, #173d33 0%, rgba(23, 61, 51, 0.7) 41.67%, rgba(23, 61, 51, 0) 100%);
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.cid-uAIg4f1zzQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uAIg4f1zzQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAIg4f1zzQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uAIg4f1zzQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAIg4f1zzQ .navbar.collapsed {
  justify-content: center;
}
.cid-uAIg4f1zzQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAIg4f1zzQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAIg4f1zzQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uAIg4f1zzQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAIg4f1zzQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAIg4f1zzQ .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-uAIg4f1zzQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAIg4f1zzQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uAIg4f1zzQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uAIg4f1zzQ .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .cid-uAIg4f1zzQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAIg4f1zzQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAIg4f1zzQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAIg4f1zzQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAIg4f1zzQ .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-uAIg4f1zzQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAIg4f1zzQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAIg4f1zzQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAIg4f1zzQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uAIg4f1zzQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAIg4f1zzQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uAIg4f1zzQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uAIg4f1zzQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAIg4f1zzQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAIg4f1zzQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uAIg4f1zzQ .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.cid-uAIg4f1zzQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAIg4f1zzQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAIg4f1zzQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAIg4f1zzQ .dropdown-item.active,
.cid-uAIg4f1zzQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uAIg4f1zzQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAIg4f1zzQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAIg4f1zzQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAIg4f1zzQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #173d33;
}
.cid-uAIg4f1zzQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAIg4f1zzQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAIg4f1zzQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAIg4f1zzQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAIg4f1zzQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAIg4f1zzQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uAIg4f1zzQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAIg4f1zzQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAIg4f1zzQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAIg4f1zzQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAIg4f1zzQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAIg4f1zzQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAIg4f1zzQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAIg4f1zzQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAIg4f1zzQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uAIg4f1zzQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAIg4f1zzQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uAIg4f1zzQ .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAIg4f1zzQ .navbar {
    height: 70px;
  }
  .cid-uAIg4f1zzQ .navbar.opened {
    height: auto;
  }
  .cid-uAIg4f1zzQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .cid-uAIg4f1zzQ .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-uAIg4f1zzQ .mbr-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .cid-uAIg4f1zzQ .mbr-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .cid-uAIg4f1zzQ .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uAIg4f1zzQ .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.cid-uAIg4f1zzQ .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uAIg4f1zzQ .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uAIg4f1zzQ .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.cid-uAIg4f1zzQ .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uAIg4f1zzQ .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uAIg4fslLq {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uAIg4fslLq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAIg4fslLq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAIg4fslLq .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uAIg4fslLq .container {
    padding: 10px 8px;
  }
}
.cid-uAIg4fslLq .row {
  border-radius: 25px;
  background-color: #173d33;
  padding: 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uAIg4fslLq .row {
    padding: 40px 10px;
  }
}
.cid-uAIg4fslLq .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uAIg4fslLq .content-wrapper {
  padding-right: 50px;
  padding-right: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uAIg4fslLq .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uAIg4fslLq .content-wrapper {
    padding: 0;
  }
}
.cid-uAIg4fslLq .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uAIg4fslLq .content-wrapper .mbr-section-title span {
  opacity: .8;
}
.cid-uAIg4fslLq .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uAIg4fslLq .content-wrapper .cards-wrap {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uAIg4fslLq .content-wrapper .cards-wrap {
    margin: 32px 0 32px;
  }
}
.cid-uAIg4fslLq .content-wrapper .cards-wrap .card-wrap {
  display: inline-flex;
  width: 250px;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(12px);
  margin-bottom: 16px;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-uAIg4fslLq .content-wrapper .cards-wrap .card-wrap {
    width: 200px;
  }
}
@media (max-width: 1280px) {
  .cid-uAIg4fslLq .content-wrapper .cards-wrap .card-wrap {
    width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uAIg4fslLq .content-wrapper .cards-wrap .card-wrap {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-uAIg4fslLq .content-wrapper .cards-wrap .card-wrap {
    border-radius: 17px;
  }
}
.cid-uAIg4fslLq .content-wrapper .cards-wrap .card-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #73abff;
  opacity: .8;
}
.cid-uAIg4fslLq .content-wrapper .cards-wrap .card-wrap .item-wrapper {
  position: relative;
  width: 100%;
}
.cid-uAIg4fslLq .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-img {
  display: flex;
  justify-content: flex-end;
}
.cid-uAIg4fslLq .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-img img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  border-radius: 100% !important;
  margin: -4px -4px 0 0;
  object-fit: cover;
}
.cid-uAIg4fslLq .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-content {
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-uAIg4fslLq .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-content {
    padding: 15px;
  }
}
.cid-uAIg4fslLq .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uAIg4fslLq .image-wrapper .icon-wrapper {
  display: flex;
  justify-content: space-between;
}
.cid-uAIg4fslLq .image-wrapper .icon-wrapper .mbr-iconfont {
  width: 100px;
  height: 100px;
  font-size: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  color: #ffffff;
  background-color: #73abff;
  transform: rotate(-5deg);
  margin-top: 100px;
}
.cid-uAIg4fslLq .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(2) {
  background-color: #e354e3;
  margin-top: 0;
}
.cid-uAIg4fslLq .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(3) {
  background-color: #f85f32;
  transform: rotate(5deg);
}
@media (max-width: 768px) {
  .cid-uAIg4fslLq .image-wrapper .icon-wrapper .mbr-iconfont {
    width: 50px;
    height: 50px;
    margin-top: 30px;
    font-size: 25px;
  }
}
.cid-uAIg4fslLq .image-wrapper .image-wrap {
  display: flex;
  justify-content: center;
  margin-top: -8rem;
}
.cid-uAIg4fslLq .image-wrapper .image-wrap img {
  height: 650px;
  width: 650px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1199px) {
  .cid-uAIg4fslLq .image-wrapper .image-wrap img {
    height: 450px;
    width: 450px;
    min-width: 450px;
  }
}
.cid-uAIg4fslLq .image-wrapper .cards-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: -8rem;
}
@media (max-width: 992px) {
  .cid-uAIg4fslLq .image-wrapper .cards-wrapper {
    flex-direction: column;
  }
}
.cid-uAIg4fslLq .image-wrapper .cards-wrapper .card-wrapper {
  display: inline-flex;
  max-width: 250px;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  padding: 30px;
  backdrop-filter: blur(12px);
  height: fit-content;
}
@media (max-width: 1500px) {
  .cid-uAIg4fslLq .image-wrapper .cards-wrapper .card-wrapper {
    max-width: 200px;
  }
}
@media (max-width: 1280px) {
  .cid-uAIg4fslLq .image-wrapper .cards-wrapper .card-wrapper {
    max-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uAIg4fslLq .image-wrapper .cards-wrapper .card-wrapper {
    display: block;
    max-width: 100%;
    width: 100%;
    margin-bottom: 16px;
  }
  .cid-uAIg4fslLq .image-wrapper .cards-wrapper .card-wrapper:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-uAIg4fslLq .image-wrapper .cards-wrapper .card-wrapper {
    padding: 15px;
    border-radius: 17px;
  }
}
.cid-uAIg4fslLq .image-wrapper .cards-wrapper .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #73abff;
  opacity: .8;
}
.cid-uAIg4fslLq .image-wrapper .cards-wrapper .card-wrapper:nth-child(2n) {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uAIg4fslLq .image-wrapper .cards-wrapper .card-wrapper:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-uAIg4fslLq .image-wrapper .cards-wrapper .card-wrapper .item-wrapper {
  position: relative;
  width: 100%;
}
.cid-uAIg4fslLq .image-wrapper .cards-wrapper .card-wrapper .item-wrapper .card-box .dot-wrapper {
  margin-bottom: 40px;
}
.cid-uAIg4fslLq .image-wrapper .cards-wrapper .card-wrapper .item-wrapper .card-box .dot-wrapper .dot-wrap {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffffff;
}
.cid-uAIg4fslLq .image-wrapper .cards-wrapper .card-wrapper .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uAIg4fslLq .mbr-section-title {
  color: #ffffff;
}
.cid-uAIg4fslLq .mbr-text {
  color: #ffffff;
}
.cid-uAIg4fslLq .card-text {
  color: #ffffff;
}
.cid-uAIg4g18g0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAIg4g18g0 blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uAIg4gr6ev {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
}
.cid-uAIg4gr6ev .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAIg4gr6ev .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uAIg4gr6ev .container {
    padding: 0 30px;
  }
}
.cid-uAIg4gr6ev .row {
  justify-content: center;
}
.cid-uAIg4gr6ev .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uAIg4gr6ev .video-block .video-wrapper iframe {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAIg4gr6ev .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-uAIg4gr6ev .video-block .video-wrapper .app-video-wrapper::before {
  color: #fafafa;
  text-shadow: none;
}
.cid-uAIg4gr6ev .video-block .video-wrapper .app-video-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAIg4gr6ev .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uAIg4gr6ev .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uAIg4gZh8f {
  display: flex;
  padding-top: 105px;
  padding-bottom: 105px;
  background: linear-gradient(to bottom, #fafafa, #173d33);
}
.cid-uAIg4gZh8f .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uAIg4gZh8f .mbr-text,
.cid-uAIg4gZh8f .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uAIg4gZh8f .mbr-section-title,
.cid-uAIg4gZh8f .line {
  color: #232323;
  text-align: center;
}
.cid-uAIg4gZh8f .google-map {
  height: 40rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-uAIg4gZh8f .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uAIg4gZh8f .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uAIg4gZh8f .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uAIg4gZh8f .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uAIg4gZh8f h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uAIg4gZh8f h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uAIg4gZh8f .mbr-section-subtitle,
.cid-uAIg4gZh8f .align {
  text-align: center;
  color: #e43f3f;
}
.cid-uAIg4hXBvk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uAIg4EB7iL {
  z-index: 1000;
  width: 100%;
}
.cid-uAIg4EB7iL nav.navbar {
  position: fixed;
}
.cid-uAIg4EB7iL .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-uAIg4EB7iL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uAIg4EB7iL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uAIg4EB7iL .dropdown-item:hover,
.cid-uAIg4EB7iL .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-uAIg4EB7iL .dropdown-item:hover span {
  color: white;
}
.cid-uAIg4EB7iL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uAIg4EB7iL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uAIg4EB7iL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uAIg4EB7iL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uAIg4EB7iL .nav-link {
  position: relative;
}
.cid-uAIg4EB7iL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uAIg4EB7iL .container {
    flex-wrap: nowrap;
  }
}
.cid-uAIg4EB7iL .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: 0.4s all;
}
.cid-uAIg4EB7iL .iconfont-wrapper .mbr-iconfont {
  transition: 0.4s all;
}
.cid-uAIg4EB7iL .iconfont-wrapper:hover .mbr-iconfont {
  color: #e43f3f;
}
.cid-uAIg4EB7iL .navbar-nav .nav-item {
  margin-right: 3.6vw;
}
.cid-uAIg4EB7iL .navbar-nav .nav-item:hover {
  color: #e43f3f !important;
}
.cid-uAIg4EB7iL .navbar-nav .nav-link {
  margin: 0 !important;
  padding: 20px !important;
}
.cid-uAIg4EB7iL .navbar-nav .nav-link:hover {
  color: #e43f3f !important;
}
.cid-uAIg4EB7iL .dropdown-menu,
.cid-uAIg4EB7iL .navbar.opened {
  background: #173d33 !important;
}
.cid-uAIg4EB7iL .nav-item:focus,
.cid-uAIg4EB7iL .nav-link:focus {
  outline: none;
}
.cid-uAIg4EB7iL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAIg4EB7iL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAIg4EB7iL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAIg4EB7iL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAIg4EB7iL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAIg4EB7iL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAIg4EB7iL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, #173d33 0%, rgba(23, 61, 51, 0.7) 41.67%, rgba(23, 61, 51, 0) 100%);
  border: none !important;
  box-shadow: none;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.cid-uAIg4EB7iL .navbar.opened {
  transition: all 0.3s;
}
.cid-uAIg4EB7iL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAIg4EB7iL .navbar .navbar-logo img {
  width: auto;
}
.cid-uAIg4EB7iL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAIg4EB7iL .navbar.collapsed {
  justify-content: center;
}
.cid-uAIg4EB7iL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAIg4EB7iL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAIg4EB7iL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uAIg4EB7iL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAIg4EB7iL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAIg4EB7iL .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-uAIg4EB7iL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAIg4EB7iL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uAIg4EB7iL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uAIg4EB7iL .navbar {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .cid-uAIg4EB7iL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAIg4EB7iL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAIg4EB7iL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAIg4EB7iL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAIg4EB7iL .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-uAIg4EB7iL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAIg4EB7iL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAIg4EB7iL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAIg4EB7iL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uAIg4EB7iL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAIg4EB7iL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uAIg4EB7iL .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uAIg4EB7iL .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAIg4EB7iL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAIg4EB7iL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uAIg4EB7iL .navbar {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
.cid-uAIg4EB7iL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAIg4EB7iL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAIg4EB7iL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAIg4EB7iL .dropdown-item.active,
.cid-uAIg4EB7iL .dropdown-item:active {
  background-color: transparent;
}
.cid-uAIg4EB7iL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAIg4EB7iL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAIg4EB7iL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAIg4EB7iL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #173d33;
}
.cid-uAIg4EB7iL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAIg4EB7iL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAIg4EB7iL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAIg4EB7iL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAIg4EB7iL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAIg4EB7iL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uAIg4EB7iL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAIg4EB7iL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAIg4EB7iL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAIg4EB7iL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAIg4EB7iL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAIg4EB7iL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAIg4EB7iL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAIg4EB7iL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAIg4EB7iL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uAIg4EB7iL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAIg4EB7iL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uAIg4EB7iL .icons-menu {
    padding: 1rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAIg4EB7iL .navbar {
    height: 70px;
  }
  .cid-uAIg4EB7iL .navbar.opened {
    height: auto;
  }
  .cid-uAIg4EB7iL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 575px) {
  .cid-uAIg4EB7iL .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-uAIg4EB7iL .mbr-section-btn .btn {
  min-width: 80px;
  min-height: 62px;
  padding: 20px 35px;
}
@media (max-width: 575px) {
  .cid-uAIg4EB7iL .mbr-section-btn .btn {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .cid-uAIg4EB7iL .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uAIg4EB7iL .custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #FFFFFF !important;
}
.cid-uAIg4EB7iL .custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uAIg4EB7iL .custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uAIg4EB7iL .custom-section-btn .btn-black-outline {
  color: #0E0E0E !important;
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: 1px solid #0E0E0E !important;
}
.cid-uAIg4EB7iL .custom-section-btn .btn-black-outline:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, #e43f3f 50%, #e43f3f 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
  border: 1px solid transparent !important;
}
.cid-uAIg4EB7iL .custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.cid-uAIg4EVecF {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uAIg4EVecF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAIg4EVecF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAIg4EVecF .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uAIg4EVecF .container {
    padding: 10px 8px;
  }
}
.cid-uAIg4EVecF .row {
  border-radius: 25px;
  background-color: #173d33;
  padding: 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uAIg4EVecF .row {
    padding: 40px 10px;
  }
}
.cid-uAIg4EVecF .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uAIg4EVecF .content-wrapper {
  padding-right: 50px;
  padding-right: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uAIg4EVecF .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uAIg4EVecF .content-wrapper {
    padding: 0;
  }
}
.cid-uAIg4EVecF .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uAIg4EVecF .content-wrapper .mbr-section-title span {
  opacity: .8;
}
.cid-uAIg4EVecF .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uAIg4EVecF .content-wrapper .cards-wrap {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uAIg4EVecF .content-wrapper .cards-wrap {
    margin: 32px 0 32px;
  }
}
.cid-uAIg4EVecF .content-wrapper .cards-wrap .card-wrap {
  display: inline-flex;
  width: 250px;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(12px);
  margin-bottom: 16px;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-uAIg4EVecF .content-wrapper .cards-wrap .card-wrap {
    width: 200px;
  }
}
@media (max-width: 1280px) {
  .cid-uAIg4EVecF .content-wrapper .cards-wrap .card-wrap {
    width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uAIg4EVecF .content-wrapper .cards-wrap .card-wrap {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-uAIg4EVecF .content-wrapper .cards-wrap .card-wrap {
    border-radius: 17px;
  }
}
.cid-uAIg4EVecF .content-wrapper .cards-wrap .card-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #73abff;
  opacity: .8;
}
.cid-uAIg4EVecF .content-wrapper .cards-wrap .card-wrap .item-wrapper {
  position: relative;
  width: 100%;
}
.cid-uAIg4EVecF .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-img {
  display: flex;
  justify-content: flex-end;
}
.cid-uAIg4EVecF .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-img img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  border-radius: 100% !important;
  margin: -4px -4px 0 0;
  object-fit: cover;
}
.cid-uAIg4EVecF .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-content {
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-uAIg4EVecF .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-content {
    padding: 15px;
  }
}
.cid-uAIg4EVecF .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uAIg4EVecF .image-wrapper .icon-wrapper {
  display: flex;
  justify-content: space-between;
}
.cid-uAIg4EVecF .image-wrapper .icon-wrapper .mbr-iconfont {
  width: 100px;
  height: 100px;
  font-size: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  color: #ffffff;
  background-color: #73abff;
  transform: rotate(-5deg);
  margin-top: 100px;
}
.cid-uAIg4EVecF .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(2) {
  background-color: #e354e3;
  margin-top: 0;
}
.cid-uAIg4EVecF .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(3) {
  background-color: #f85f32;
  transform: rotate(5deg);
}
@media (max-width: 768px) {
  .cid-uAIg4EVecF .image-wrapper .icon-wrapper .mbr-iconfont {
    width: 50px;
    height: 50px;
    margin-top: 30px;
    font-size: 25px;
  }
}
.cid-uAIg4EVecF .image-wrapper .image-wrap {
  display: flex;
  justify-content: center;
  margin-top: -8rem;
}
.cid-uAIg4EVecF .image-wrapper .image-wrap img {
  height: 650px;
  width: 650px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1199px) {
  .cid-uAIg4EVecF .image-wrapper .image-wrap img {
    height: 450px;
    width: 450px;
    min-width: 450px;
  }
}
.cid-uAIg4EVecF .image-wrapper .cards-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: -8rem;
}
@media (max-width: 992px) {
  .cid-uAIg4EVecF .image-wrapper .cards-wrapper {
    flex-direction: column;
  }
}
.cid-uAIg4EVecF .image-wrapper .cards-wrapper .card-wrapper {
  display: inline-flex;
  max-width: 250px;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  padding: 30px;
  backdrop-filter: blur(12px);
  height: fit-content;
}
@media (max-width: 1500px) {
  .cid-uAIg4EVecF .image-wrapper .cards-wrapper .card-wrapper {
    max-width: 200px;
  }
}
@media (max-width: 1280px) {
  .cid-uAIg4EVecF .image-wrapper .cards-wrapper .card-wrapper {
    max-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uAIg4EVecF .image-wrapper .cards-wrapper .card-wrapper {
    display: block;
    max-width: 100%;
    width: 100%;
    margin-bottom: 16px;
  }
  .cid-uAIg4EVecF .image-wrapper .cards-wrapper .card-wrapper:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-uAIg4EVecF .image-wrapper .cards-wrapper .card-wrapper {
    padding: 15px;
    border-radius: 17px;
  }
}
.cid-uAIg4EVecF .image-wrapper .cards-wrapper .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #73abff;
  opacity: .8;
}
.cid-uAIg4EVecF .image-wrapper .cards-wrapper .card-wrapper:nth-child(2n) {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uAIg4EVecF .image-wrapper .cards-wrapper .card-wrapper:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-uAIg4EVecF .image-wrapper .cards-wrapper .card-wrapper .item-wrapper {
  position: relative;
  width: 100%;
}
.cid-uAIg4EVecF .image-wrapper .cards-wrapper .card-wrapper .item-wrapper .card-box .dot-wrapper {
  margin-bottom: 40px;
}
.cid-uAIg4EVecF .image-wrapper .cards-wrapper .card-wrapper .item-wrapper .card-box .dot-wrapper .dot-wrap {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffffff;
}
.cid-uAIg4EVecF .image-wrapper .cards-wrapper .card-wrapper .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uAIg4EVecF .mbr-section-title {
  color: #ffffff;
}
.cid-uAIg4EVecF .mbr-text {
  color: #ffffff;
}
.cid-uAIg4EVecF .card-text {
  color: #ffffff;
}
.cid-uAIg4Fi33S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAIg4Fi33S blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uAIg4FzKya {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #173d33;
}
.cid-uAIg4FzKya .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAIg4FzKya .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uAIg4FzKya .container {
    padding: 0 30px;
  }
}
.cid-uAIg4FzKya .row {
  justify-content: center;
}
.cid-uAIg4FzKya .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uAIg4FzKya .video-block .video-wrapper iframe {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAIg4FzKya .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-uAIg4FzKya .video-block .video-wrapper .app-video-wrapper::before {
  color: #fafafa;
  text-shadow: none;
}
.cid-uAIg4FzKya .video-block .video-wrapper .app-video-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAIg4FzKya .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uAIg4FzKya .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uAIg4FWCJ7 {
  display: flex;
  padding-top: 105px;
  padding-bottom: 105px;
  background: linear-gradient(to bottom, #fafafa, #173d33);
}
.cid-uAIg4FWCJ7 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uAIg4FWCJ7 .mbr-text,
.cid-uAIg4FWCJ7 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uAIg4FWCJ7 .mbr-section-title,
.cid-uAIg4FWCJ7 .line {
  color: #232323;
  text-align: center;
}
.cid-uAIg4FWCJ7 .google-map {
  height: 40rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-uAIg4FWCJ7 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uAIg4FWCJ7 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uAIg4FWCJ7 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uAIg4FWCJ7 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uAIg4FWCJ7 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uAIg4FWCJ7 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uAIg4FWCJ7 .mbr-section-subtitle,
.cid-uAIg4FWCJ7 .align {
  text-align: center;
  color: #e43f3f;
}
.cid-uAIg4GnMKL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
