.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Prompt;
}
.display-1 {
  font-family: 'Playfair Display', serif;
  font-size: 5rem;
  line-height: 1.05;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((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.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))));
  }
  .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: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff9063 !important;
}
.bg-success {
  background-color: #87ceeb !important;
}
.bg-info {
  background-color: #f7fff7 !important;
}
.bg-warning {
  background-color: #ffb2ef !important;
}
.bg-danger {
  background-color: #ff9063 !important;
}
.btn-primary {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff9063 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ffb496 !important;
  border-color: #ffb496 !important;
}
.btn-secondary {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffe66d !important;
  border-color: #000000 !important;
  color: #6d5a00 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #6d5a00 !important;
  background-color: #ffefa0 !important;
  border-color: #ffefa0 !important;
}
.btn-info {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-info,
.btn-info:active {
  background-color: #f7fff7 !important;
  border-color: #000000 !important;
  color: #00f700 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #00f700 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-success,
.btn-success:active {
  background-color: #87ceeb !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #b3e0f2 !important;
  border-color: #b3e0f2 !important;
}
.btn-warning {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffb2ef !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffe5fa !important;
  border-color: #ffe5fa !important;
}
.btn-danger {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9063 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ffb496 !important;
  border-color: #ffb496 !important;
}
.btn-white {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #000000 !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ff9063;
  color: #ff9063;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ff520c !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #ff520c !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9063 !important;
  border-color: #ff9063 !important;
}
.btn-secondary-outline {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffe66d;
  color: #ffe66d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffd716 !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #ffd716 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #6d5a00 !important;
  background-color: #ffe66d !important;
  border-color: #ffe66d !important;
}
.btn-info-outline {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f7fff7;
  color: #f7fff7;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a0ffa0 !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #a0ffa0 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #00f700 !important;
  background-color: #f7fff7 !important;
  border-color: #f7fff7 !important;
}
.btn-success-outline {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #87ceeb;
  color: #87ceeb;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3db0df !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #3db0df !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #87ceeb !important;
  border-color: #87ceeb !important;
}
.btn-warning-outline {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffb2ef;
  color: #ffb2ef;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff5bdd !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #ff5bdd !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffb2ef !important;
  border-color: #ffb2ef !important;
}
.btn-danger-outline {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9063;
  color: #ff9063;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff520c !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #ff520c !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9063 !important;
  border-color: #ff9063 !important;
}
.btn-black-outline {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  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;
  box-shadow: none;
  border-color: #000000 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline {
  border-color: #000000 !important;
  box-shadow: 4px 4px 0 0 #000000;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  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;
  box-shadow: none;
  border-color: #cfcfcf !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ff9063 !important;
}
.text-secondary {
  color: #ffe66d !important;
}
.text-success {
  color: #87ceeb !important;
}
.text-info {
  color: #f7fff7 !important;
}
.text-warning {
  color: #ffb2ef !important;
}
.text-danger {
  color: #ff9063 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #fc4900 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ffd507 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #30aadc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #91ff91 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ff4cda !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fc4900 !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: #ff9063;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f7fff7;
}
.alert-warning {
  background-color: #ffb2ef;
}
.alert-danger {
  background-color: #ff9063;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff9063;
  border-color: #ff9063;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff9063;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.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: 'Playfair Display', serif;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #ff9063 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #ff9063;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff9063;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff9063;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff9063;
  border-bottom-color: #ff9063;
}
.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: #000000 !important;
  background-color: #ff9063 !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: #ffe66d !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='%23ff9063' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 12px 28px;
  border-radius: 5rem !important;
  border-width: 3px !important;
  font-weight: 400 !important;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  transform: translate(0.2rem, 0.2rem);
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 12px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.content-wrapper,
.image-wrap,
.google-map,
.item-wrapper {
  border-radius: 1rem !important;
}
.item-wrap {
  border-radius: 20px;
}
.form-control {
  border-radius: 20rem !important;
}
.cid-uJtsqsFQej {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uJtsqsFQej .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;
}
@media (max-width: 767px) {
  .cid-uJtsqsFQej .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uJtsqsFQej .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJtsqsFQej .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uJtsqsFQej .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJtsqsFQej .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJtsqsFQej .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uJtsqsFQej .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uJtsqsFQej .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uJtsqsFQej .navbar-nav .nav-item .nav-link:hover {
  background-color: #000000;
}
.cid-uJtsqsFQej .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uJtsqsFQej .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uJtsqsFQej .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uJtsqsFQej .navbar-nav .dropdown-item:hover {
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-uJtsqsFQej .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uJtsqsFQej .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uJtsqsFQej .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uJtsqsFQej .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uJtsqsFQej .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uJtsqsFQej .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uJtsqsFQej .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uJtsqsFQej .container {
  display: flex;
  height: 80px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(8, 50, 60, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #08323c;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uJtsqsFQej .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJtsqsFQej .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uJtsqsFQej .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJtsqsFQej .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #08323c;
  background: rgba(8, 50, 60, 0.8) !important;
}
.cid-uJtsqsFQej .nav-item:focus,
.cid-uJtsqsFQej .nav-link:focus {
  outline: none;
}
.cid-uJtsqsFQej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJtsqsFQej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJtsqsFQej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJtsqsFQej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJtsqsFQej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJtsqsFQej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJtsqsFQej .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uJtsqsFQej .navbar.opened {
  transition: all 0.3s;
}
.cid-uJtsqsFQej .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJtsqsFQej .navbar .navbar-logo img {
  width: auto;
}
.cid-uJtsqsFQej .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uJtsqsFQej .navbar.collapsed {
  justify-content: center;
}
.cid-uJtsqsFQej .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJtsqsFQej .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJtsqsFQej .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uJtsqsFQej .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJtsqsFQej .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJtsqsFQej .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-uJtsqsFQej .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJtsqsFQej .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJtsqsFQej .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uJtsqsFQej .navbar {
    min-height: 72px;
  }
  .cid-uJtsqsFQej .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uJtsqsFQej .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJtsqsFQej .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJtsqsFQej .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJtsqsFQej .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJtsqsFQej .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-uJtsqsFQej .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJtsqsFQej .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uJtsqsFQej .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJtsqsFQej .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJtsqsFQej .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uJtsqsFQej .dropdown-item.active,
.cid-uJtsqsFQej .dropdown-item:active {
  background-color: transparent;
}
.cid-uJtsqsFQej .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJtsqsFQej .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJtsqsFQej .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJtsqsFQej .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #08323c;
}
.cid-uJtsqsFQej .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uJtsqsFQej .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uJtsqsFQej ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJtsqsFQej .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uJtsqsFQej .navbar-buttons {
    text-align: left;
  }
}
.cid-uJtsqsFQej button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJtsqsFQej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uJtsqsFQej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJtsqsFQej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJtsqsFQej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJtsqsFQej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJtsqsFQej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJtsqsFQej nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJtsqsFQej nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJtsqsFQej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJtsqsFQej .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJtsqsFQej a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJtsqsFQej .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: 992px) {
  .cid-uJtsqsFQej .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJtsqsFQej .navbar {
    height: 70px;
  }
  .cid-uJtsqsFQej .navbar.opened {
    height: auto;
  }
  .cid-uJtsqsFQej .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJtsqsFQej .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uJtsqsFQej .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uJtsqsFQej .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uJtsqsFQej .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uJtsqsFQej .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uJtsqsFQej .navbar-buttons .btn {
  padding: 10px 30px;
}
.cid-uJtsqsFQej .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uJtsqsFQej .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uJtsqsFQej .navbar-brand {
    margin-right: auto;
  }
  .cid-uJtsqsFQej .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #08323c;
    opacity: 1;
    border-color: rgba(8, 50, 60, 0.8) !important;
    background: rgba(8, 50, 60, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uJtsqsFQej .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uJtsqsFQej .navbar-nav .dropdown-item:hover {
    background-color: #000000;
  }
  .cid-uJtsqsFQej .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uJtsqsFQej .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uJtsqsFQej .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uJtsqsFQej .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uJtsqsFQej .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uJtsqsFQej .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uJtsqsFQej .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uJtsqsFQej .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uJtyVj5iWR {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/gg.jpg-1080x721.jpeg");
}
.cid-uJtyVj5iWR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJtyVj5iWR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJtyVj5iWR .row {
  margin: 0 -8px;
}
.cid-uJtyVj5iWR .row .card {
  padding: 0 8px;
}
.cid-uJtyVj5iWR .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uJtyVj5iWR .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uJtyVj5iWR .card-wrapper {
    padding: 24px;
  }
}
.cid-uJtyVj5iWR .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uJtyVj5iWR .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .6;
}
.cid-uJtyVj5iWR .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uJtyVj5iWR .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uJtyVj5iWR .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uJtyVj5iWR .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJtyVj5iWR .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uJtyVj5iWR .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uJtyVj5iWR .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJtyVj5iWR .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uJtyVj5iWR .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uJtyVj5iWR .mbr-text,
.cid-uJtyVj5iWR .text-wrapper {
  color: #63635d;
  text-align: center;
}
.cid-uJnd10Z1Ic {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08323c;
}
.cid-uJnd10Z1Ic .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJnd10Z1Ic .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJnd10Z1Ic .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uJnd10Z1Ic .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJnd10Z1Ic .container {
    padding: 0 12px;
  }
}
.cid-uJnd10Z1Ic .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uJnd10Z1Ic .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJnd10Z1Ic .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uJnd10Z1Ic .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uJnd10Z1Ic .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uJnd10Z1Ic .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uJnd10Z1Ic .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uJnd10Z1Ic .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uJnd10Z1Ic .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uJnd10Z1Ic .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uJnd10Z1Ic .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uJnd10Z1Ic .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uJnd10Z1Ic .mbr-section-subtitle {
  color: #222222;
}
.cid-uJnd10Z1Ic .mbr-text {
  color: #222222;
}
.cid-uJnd10Z1Ic .list {
  color: #222222;
}
.cid-uJndcH9P17 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJndcH9P17 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJndcH9P17 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJndcH9P17 .google-map iframe {
  height: 500px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-uJndcH9P17 .google-map iframe {
    height: 350px;
  }
}
.cid-uJtAjKAr1L {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #08323c;
  position: relative;
  overflow: hidden;
}
.cid-uJtAjKAr1L .container {
  max-width: 1400px;
}
.cid-uJtAjKAr1L .card-img2 span {
  padding-top: 6px;
}
.cid-uJtAjKAr1L .soc-item a {
  padding-top: 5px;
}
.cid-uJtAjKAr1L .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uJtAjKAr1L .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-uJtAjKAr1L .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-uJtAjKAr1L .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uJtAjKAr1L svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uJtAjKAr1L #e2_shape {
  fill: #ffffff !important;
}
.cid-uJtAjKAr1L .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uJtAjKAr1L .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uJtAjKAr1L .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uJtAjKAr1L .card-img {
  width: auto;
}
.cid-uJtAjKAr1L .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uJtAjKAr1L .soc-item span {
  font-size: 1.4rem;
}
.cid-uJtAjKAr1L .soc-item:hover span {
  color: #ff9063 !important;
}
.cid-uJtAjKAr1L .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uJtAjKAr1L .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uJtAjKAr1L .media-wrap {
  margin-bottom: 1rem;
}
.cid-uJtAjKAr1L .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uJtAjKAr1L img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uJtAjKAr1L .item {
    justify-content: center;
  }
  .cid-uJtAjKAr1L .quote::after {
    left: 60px;
  }
}
.cid-uJtAjKAr1L .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uJtAjKAr1L .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uJtAjKAr1L .text1 {
  color: #ffffff;
}
.cid-uJtAjKAr1L .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-uJtAjKAr1L H5 {
  color: #ffffff;
  text-align: left;
}
.cid-uJtAjKAr1L .theme {
  color: #ffffff;
}
.cid-uJtAjKAr1L .copyright > p {
  color: #ff3366;
}
.cid-uJtAjKAr1L .text2 {
  color: #ffffff;
}
.cid-uJn0gmxANk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #08323c;
}
.cid-uJn0gmxANk .mbr-text {
  color: #ffffff;
}
.cid-uJtsqsFQej {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uJtsqsFQej .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;
}
@media (max-width: 767px) {
  .cid-uJtsqsFQej .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uJtsqsFQej .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJtsqsFQej .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uJtsqsFQej .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJtsqsFQej .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJtsqsFQej .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uJtsqsFQej .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uJtsqsFQej .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uJtsqsFQej .navbar-nav .nav-item .nav-link:hover {
  background-color: #000000;
}
.cid-uJtsqsFQej .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uJtsqsFQej .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uJtsqsFQej .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uJtsqsFQej .navbar-nav .dropdown-item:hover {
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-uJtsqsFQej .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uJtsqsFQej .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uJtsqsFQej .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uJtsqsFQej .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uJtsqsFQej .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uJtsqsFQej .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uJtsqsFQej .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uJtsqsFQej .container {
  display: flex;
  height: 80px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(8, 50, 60, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #08323c;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uJtsqsFQej .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJtsqsFQej .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uJtsqsFQej .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJtsqsFQej .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #08323c;
  background: rgba(8, 50, 60, 0.8) !important;
}
.cid-uJtsqsFQej .nav-item:focus,
.cid-uJtsqsFQej .nav-link:focus {
  outline: none;
}
.cid-uJtsqsFQej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJtsqsFQej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJtsqsFQej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJtsqsFQej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJtsqsFQej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJtsqsFQej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJtsqsFQej .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uJtsqsFQej .navbar.opened {
  transition: all 0.3s;
}
.cid-uJtsqsFQej .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJtsqsFQej .navbar .navbar-logo img {
  width: auto;
}
.cid-uJtsqsFQej .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uJtsqsFQej .navbar.collapsed {
  justify-content: center;
}
.cid-uJtsqsFQej .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJtsqsFQej .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJtsqsFQej .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uJtsqsFQej .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJtsqsFQej .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJtsqsFQej .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-uJtsqsFQej .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJtsqsFQej .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJtsqsFQej .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uJtsqsFQej .navbar {
    min-height: 72px;
  }
  .cid-uJtsqsFQej .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uJtsqsFQej .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJtsqsFQej .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJtsqsFQej .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJtsqsFQej .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJtsqsFQej .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-uJtsqsFQej .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJtsqsFQej .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uJtsqsFQej .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJtsqsFQej .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJtsqsFQej .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uJtsqsFQej .dropdown-item.active,
.cid-uJtsqsFQej .dropdown-item:active {
  background-color: transparent;
}
.cid-uJtsqsFQej .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJtsqsFQej .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJtsqsFQej .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJtsqsFQej .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #08323c;
}
.cid-uJtsqsFQej .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uJtsqsFQej .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uJtsqsFQej ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJtsqsFQej .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uJtsqsFQej .navbar-buttons {
    text-align: left;
  }
}
.cid-uJtsqsFQej button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJtsqsFQej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uJtsqsFQej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJtsqsFQej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJtsqsFQej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJtsqsFQej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJtsqsFQej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJtsqsFQej nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJtsqsFQej nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJtsqsFQej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJtsqsFQej .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJtsqsFQej a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJtsqsFQej .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: 992px) {
  .cid-uJtsqsFQej .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJtsqsFQej .navbar {
    height: 70px;
  }
  .cid-uJtsqsFQej .navbar.opened {
    height: auto;
  }
  .cid-uJtsqsFQej .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJtsqsFQej .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uJtsqsFQej .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uJtsqsFQej .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uJtsqsFQej .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uJtsqsFQej .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uJtsqsFQej .navbar-buttons .btn {
  padding: 10px 30px;
}
.cid-uJtsqsFQej .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uJtsqsFQej .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uJtsqsFQej .navbar-brand {
    margin-right: auto;
  }
  .cid-uJtsqsFQej .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #08323c;
    opacity: 1;
    border-color: rgba(8, 50, 60, 0.8) !important;
    background: rgba(8, 50, 60, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uJtsqsFQej .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uJtsqsFQej .navbar-nav .dropdown-item:hover {
    background-color: #000000;
  }
  .cid-uJtsqsFQej .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uJtsqsFQej .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uJtsqsFQej .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uJtsqsFQej .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uJtsqsFQej .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uJtsqsFQej .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uJtsqsFQej .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uJtsqsFQej .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uJtzwP5mdX {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/windscreen-replacement-2.jpg-1248x702.jpg");
}
.cid-uJtzwP5mdX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJtzwP5mdX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJtzwP5mdX .row {
  margin: 0 -8px;
}
.cid-uJtzwP5mdX .row .card {
  padding: 0 8px;
}
.cid-uJtzwP5mdX .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uJtzwP5mdX .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uJtzwP5mdX .card-wrapper {
    padding: 24px;
  }
}
.cid-uJtzwP5mdX .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uJtzwP5mdX .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .6;
}
.cid-uJtzwP5mdX .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uJtzwP5mdX .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uJtzwP5mdX .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uJtzwP5mdX .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJtzwP5mdX .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uJtzwP5mdX .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uJtzwP5mdX .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJtzwP5mdX .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uJtzwP5mdX .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uJtzwP5mdX .mbr-text,
.cid-uJtzwP5mdX .text-wrapper {
  color: #63635d;
  text-align: center;
}
.cid-uJndLQGJsq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08323c;
}
.cid-uJndLQGJsq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJndLQGJsq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJndLQGJsq .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uJndLQGJsq .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJndLQGJsq .container {
    padding: 0 12px;
  }
}
.cid-uJndLQGJsq .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uJndLQGJsq .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJndLQGJsq .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uJndLQGJsq .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uJndLQGJsq .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uJndLQGJsq .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uJndLQGJsq .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uJndLQGJsq .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uJndLQGJsq .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uJndLQGJsq .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uJndLQGJsq .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uJndLQGJsq .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uJndLQGJsq .mbr-section-subtitle {
  color: #222222;
}
.cid-uJndLQGJsq .mbr-text {
  color: #222222;
}
.cid-uJndLQGJsq .list {
  color: #222222;
}
.cid-uJndLReSpM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJndLReSpM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJndLReSpM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJndLReSpM .google-map iframe {
  height: 500px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-uJndLReSpM .google-map iframe {
    height: 350px;
  }
}
.cid-uJtApKXF84 {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #08323c;
  position: relative;
  overflow: hidden;
}
.cid-uJtApKXF84 .container {
  max-width: 1400px;
}
.cid-uJtApKXF84 .card-img2 span {
  padding-top: 6px;
}
.cid-uJtApKXF84 .soc-item a {
  padding-top: 5px;
}
.cid-uJtApKXF84 .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uJtApKXF84 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-uJtApKXF84 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-uJtApKXF84 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uJtApKXF84 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uJtApKXF84 #e2_shape {
  fill: #050f0f !important;
}
.cid-uJtApKXF84 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uJtApKXF84 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uJtApKXF84 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #353535;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uJtApKXF84 .card-img {
  width: auto;
}
.cid-uJtApKXF84 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uJtApKXF84 .soc-item span {
  font-size: 1.4rem;
}
.cid-uJtApKXF84 .soc-item:hover span {
  color: #ff9063 !important;
}
.cid-uJtApKXF84 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uJtApKXF84 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uJtApKXF84 .media-wrap {
  margin-bottom: 1rem;
}
.cid-uJtApKXF84 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uJtApKXF84 img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uJtApKXF84 .item {
    justify-content: center;
  }
  .cid-uJtApKXF84 .quote::after {
    left: 60px;
  }
}
.cid-uJtApKXF84 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uJtApKXF84 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uJtApKXF84 .text1 {
  color: #ffffff;
}
.cid-uJtApKXF84 .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-uJtApKXF84 H5 {
  color: #ffffff;
  text-align: left;
}
.cid-uJtApKXF84 .theme {
  color: #ffffff;
}
.cid-uJtApKXF84 .copyright > p {
  color: #ff3366;
}
.cid-uJtApKXF84 .text2 {
  color: #ffffff;
}
.cid-uJndLSYPw2 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1b1818;
}
.cid-uJndLSYPw2 .mbr-text {
  color: #ffffff;
}
.cid-uJuaCxHg6a {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uJuaCxHg6a .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;
}
@media (max-width: 767px) {
  .cid-uJuaCxHg6a .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uJuaCxHg6a .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJuaCxHg6a .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uJuaCxHg6a .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJuaCxHg6a .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJuaCxHg6a .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uJuaCxHg6a .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uJuaCxHg6a .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uJuaCxHg6a .navbar-nav .nav-item .nav-link:hover {
  background-color: #000000;
}
.cid-uJuaCxHg6a .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uJuaCxHg6a .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uJuaCxHg6a .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uJuaCxHg6a .navbar-nav .dropdown-item:hover {
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-uJuaCxHg6a .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uJuaCxHg6a .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uJuaCxHg6a .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uJuaCxHg6a .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uJuaCxHg6a .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uJuaCxHg6a .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uJuaCxHg6a .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uJuaCxHg6a .container {
  display: flex;
  height: 80px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(8, 50, 60, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #08323c;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uJuaCxHg6a .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJuaCxHg6a .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uJuaCxHg6a .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJuaCxHg6a .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #08323c;
  background: rgba(8, 50, 60, 0.8) !important;
}
.cid-uJuaCxHg6a .nav-item:focus,
.cid-uJuaCxHg6a .nav-link:focus {
  outline: none;
}
.cid-uJuaCxHg6a .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJuaCxHg6a .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJuaCxHg6a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJuaCxHg6a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJuaCxHg6a .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJuaCxHg6a .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJuaCxHg6a .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uJuaCxHg6a .navbar.opened {
  transition: all 0.3s;
}
.cid-uJuaCxHg6a .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJuaCxHg6a .navbar .navbar-logo img {
  width: auto;
}
.cid-uJuaCxHg6a .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uJuaCxHg6a .navbar.collapsed {
  justify-content: center;
}
.cid-uJuaCxHg6a .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJuaCxHg6a .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJuaCxHg6a .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uJuaCxHg6a .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJuaCxHg6a .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJuaCxHg6a .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-uJuaCxHg6a .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJuaCxHg6a .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJuaCxHg6a .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uJuaCxHg6a .navbar {
    min-height: 72px;
  }
  .cid-uJuaCxHg6a .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uJuaCxHg6a .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJuaCxHg6a .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJuaCxHg6a .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJuaCxHg6a .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJuaCxHg6a .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-uJuaCxHg6a .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJuaCxHg6a .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uJuaCxHg6a .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJuaCxHg6a .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJuaCxHg6a .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uJuaCxHg6a .dropdown-item.active,
.cid-uJuaCxHg6a .dropdown-item:active {
  background-color: transparent;
}
.cid-uJuaCxHg6a .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJuaCxHg6a .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJuaCxHg6a .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJuaCxHg6a .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #08323c;
}
.cid-uJuaCxHg6a .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uJuaCxHg6a .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uJuaCxHg6a ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJuaCxHg6a .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uJuaCxHg6a .navbar-buttons {
    text-align: left;
  }
}
.cid-uJuaCxHg6a button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJuaCxHg6a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uJuaCxHg6a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJuaCxHg6a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJuaCxHg6a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJuaCxHg6a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJuaCxHg6a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJuaCxHg6a nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJuaCxHg6a nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJuaCxHg6a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJuaCxHg6a .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJuaCxHg6a a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJuaCxHg6a .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: 992px) {
  .cid-uJuaCxHg6a .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJuaCxHg6a .navbar {
    height: 70px;
  }
  .cid-uJuaCxHg6a .navbar.opened {
    height: auto;
  }
  .cid-uJuaCxHg6a .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJuaCxHg6a .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uJuaCxHg6a .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uJuaCxHg6a .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uJuaCxHg6a .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uJuaCxHg6a .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uJuaCxHg6a .navbar-buttons .btn {
  padding: 10px 30px;
}
.cid-uJuaCxHg6a .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uJuaCxHg6a .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uJuaCxHg6a .navbar-brand {
    margin-right: auto;
  }
  .cid-uJuaCxHg6a .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #08323c;
    opacity: 1;
    border-color: rgba(8, 50, 60, 0.8) !important;
    background: rgba(8, 50, 60, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uJuaCxHg6a .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uJuaCxHg6a .navbar-nav .dropdown-item:hover {
    background-color: #000000;
  }
  .cid-uJuaCxHg6a .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uJuaCxHg6a .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uJuaCxHg6a .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uJuaCxHg6a .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uJuaCxHg6a .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uJuaCxHg6a .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uJuaCxHg6a .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uJuaCxHg6a .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uJuaCySKfc {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJuaCySKfc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJuaCySKfc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJuaCySKfc .row {
  margin: 0 -8px;
}
.cid-uJuaCySKfc .row .card {
  padding: 0 8px;
}
.cid-uJuaCySKfc .card-wrapper {
  padding: 75px 64px;
  background-color: #234445;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uJuaCySKfc .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uJuaCySKfc .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-uJuaCySKfc .card-wrapper .card-wrap {
  width: 100%;
}
.cid-uJuaCySKfc .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uJuaCySKfc .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJuaCySKfc .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uJuaCySKfc .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJuaCySKfc .card-wrapper .card-wrap .logo-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJuaCySKfc .card-wrapper .card-wrap .logo-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uJuaCySKfc .card-wrapper .card-wrap .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
  padding: 10px;
  background-color: #ffffff;
}
.cid-uJuaCySKfc .card-wrapper .card-wrap .logo-wrapper .logo-wrap img {
  width: 45px;
  height: 45px;
  min-width: 45px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uJuaCySKfc .card-wrapper .card-wrap .logo-wrapper .logo-wrap .mbr-desc {
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-uJuaCySKfc .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJuaCySKfc .image-wrapper {
  height: 100%;
}
.cid-uJuaCySKfc .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uJuaCySKfc .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uJuaCySKfc .mbr-text,
.cid-uJuaCySKfc .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uJuaCySKfc .logo-wrapper,
.cid-uJuaCySKfc .mbr-desc {
  text-align: center;
}
.cid-uJuaCySKfc .mbr-desc {
  color: #63635d;
}
.cid-uJuaCySKfc .mbr-section-title,
.cid-uJuaCySKfc .mbr-section-btn {
  color: #ffffff;
}
.cid-uJuaCAcFAC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #234445;
}
.cid-uJuaCAcFAC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJuaCAcFAC .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-uJuaCAcFAC .container {
    padding: 0 15px;
  }
}
.cid-uJuaCAcFAC .row {
  justify-content: center;
}
.cid-uJuaCAcFAC .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uJuaCAcFAC .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uJuaCAcFAC .subtitle-wrapper {
  padding-right: 28px;
  padding-right: 0;
  padding-left: 28px;
}
@media (max-width: 992px) {
  .cid-uJuaCAcFAC .subtitle-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uJuaCAcFAC .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uJuaCAcFAC .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJuaCAcFAC .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uJuaCAcFAC .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uJuaCAcFAC .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uJuaCAcFAC .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uJuaCAcFAC .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uJuaCAcFAC .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff4fd;
  color: #ffffff;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-uJuaCAcFAC .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uJuaCAcFAC .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uJuaCAcFAC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJuaCAcFAC .list {
  color: #ffffff;
}
.cid-uJuaCBg5wr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #234445;
  position: relative;
}
.cid-uJuaCBg5wr::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#ffffff 50%, transparent);
  pointer-events: none;
  z-index: 1;
}
.cid-uJuaCBg5wr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJuaCBg5wr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJuaCBg5wr .row {
  justify-content: center;
}
.cid-uJuaCBg5wr .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJuaCBg5wr .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(0deg, #a78aff, #ffffff 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uJuaCBg5wr .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uJuaCBg5wr .mbr-section-title {
  color: #ffffff;
}
.cid-uJuaCBg5wr .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uJuaCBg5wr .mbr-section-title,
.cid-uJuaCBg5wr .mbr-section-btn {
  text-align: center;
}
.cid-uJuaCCkpCV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #234445;
}
.cid-uJuaCCkpCV .info-border {
  border-bottom: 2px solid #ffffff;
}
.cid-uJuaCCkpCV .info-border {
  padding: 0 0 200px;
}
.cid-uJuaCCkpCV .info-img {
  margin: 80px 44px 0 0;
  position: relative;
}
.cid-uJuaCCkpCV .info-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 80px;
}
.cid-uJuaCCkpCV .btn {
  width: 360px;
  height: 76px;
}
@media (max-width: 991px) {
  .cid-uJuaCCkpCV .info-img {
    margin-right: 0;
  }
  .cid-uJuaCCkpCV .info-wrapper {
    margin-top: 30px;
  }
  .cid-uJuaCCkpCV .info-border {
    padding-bottom: 100px;
  }
  .cid-uJuaCCkpCV .btn {
    width: 260px;
    height: 66px;
  }
}
@media (max-width: 768px) {
  .cid-uJuaCCkpCV .info-img {
    margin-top: 60px;
  }
}
@media (max-width: 425px) {
  .cid-uJuaCCkpCV .info-img {
    margin-top: 30px;
  }
  .cid-uJuaCCkpCV .info-border {
    padding-bottom: 50px;
  }
  .cid-uJuaCCkpCV .info-wrapper {
    margin-top: 20px;
  }
  .cid-uJuaCCkpCV .btn {
    width: 200px;
    height: 56px;
  }
}
@media (max-width: 320px) {
  .cid-uJuaCCkpCV .info-img {
    margin-top: 0;
  }
  .cid-uJuaCCkpCV .btn {
    width: 181px;
    height: 50px;
  }
}
.cid-uJuaCCkpCV .mbr-section-title {
  color: #ffffff;
}
.cid-uJuaCCkpCV .mbr-text,
.cid-uJuaCCkpCV .mbr-section-btn {
  color: #ffffff;
}
.cid-uJuaCDvzug {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff3f3;
}
.cid-uJuaCDvzug .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJuaCDvzug .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJuaCDvzug .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uJuaCDvzug .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uJuaCDvzug .container {
    padding: 0 25px;
  }
}
.cid-uJuaCDvzug .row {
  justify-content: center;
}
.cid-uJuaCDvzug .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uJuaCDvzug .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uJuaCDvzug .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJuaCDvzug .mbr-section-btn {
  margin-bottom: 70px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uJuaCDvzug .mbr-section-btn {
    margin-bottom: 20px;
    text-align: right;
  }
}
.cid-uJuaCDvzug .content-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uJuaCDvzug .content-wrapper {
    display: block;
  }
}
.cid-uJuaCDvzug .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uJuaCDvzug .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uJuaCDvzug .content-wrapper .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uJuaCDvzug .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uJuaCDvzug .content-wrapper .cont-wrapper {
  padding: 50px 60px;
  background-color: #000000;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uJuaCDvzug .content-wrapper .cont-wrapper {
    padding: 30px;
    width: 100%;
  }
}
.cid-uJuaCDvzug .content-wrapper .cont-wrapper .desc-wrap .mbr-desc {
  display: inline-flex;
  padding: 2px 4px 0;
  background-color: #a0ffc2;
  margin-bottom: 8px;
}
.cid-uJuaCDvzug .content-wrapper .cont-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uJuaCDvzug .content-wrapper .cont-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJuaCDvzug .content-wrapper .cont-wrapper .social-wrap {
  margin-top: 16px;
}
.cid-uJuaCDvzug .content-wrapper .cont-wrapper .social-wrap .social-row {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uJuaCDvzug .content-wrapper .cont-wrapper .social-wrap .social-row .soc-item {
  margin-right: 10px;
}
.cid-uJuaCDvzug .content-wrapper .cont-wrapper .social-wrap .social-row .soc-item a:hover .mbr-iconfont {
  background-color: #a0ffc2;
}
.cid-uJuaCDvzug .content-wrapper .cont-wrapper .social-wrap .social-row .soc-item a .mbr-iconfont {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  color: #2f2e30;
}
.cid-uJuaCDvzug .mbr-card-title {
  color: #2f2e30;
}
.cid-uJuaCDvzug .mbr-desc {
  color: #2f2e30;
}
.cid-uJuaCDvzug .mbr-text {
  color: #2f2e30;
}
.cid-uJuaCEW9bj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #234445;
}
.cid-uJuaCEW9bj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJuaCEW9bj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJuaCEW9bj .container-small,
.cid-uJuaCEW9bj .container-fluid {
  padding: 0 !important;
}
.cid-uJuaCEW9bj .container-small {
  max-width: 1440px;
}
.cid-uJuaCEW9bj .text-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 20px;
  min-height: 480px;
  margin: 0 auto;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uJuaCEW9bj .text-box {
    min-height: 400px;
    padding: 50px 20px;
  }
}
@media (max-width: 767px) {
  .cid-uJuaCEW9bj .text-box {
    padding: 50px 10px;
  }
}
.cid-uJuaCEW9bj .mbr-section-title {
  color: #000000;
}
.cid-uJuaCEW9bj .mbr-section-subtitle {
  margin-top: 20px;
  color: #131313;
}
.cid-uJuaCEW9bj .mbr-text {
  margin-top: 44px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-uJuaCEW9bj .mbr-text {
    margin-top: 20px;
  }
}
.cid-uJuaCEW9bj .mbr-text a {
  text-decoration: underline;
}
.cid-uJuaCEW9bj .mbr-section-btn {
  margin-top: 34px;
}
.cid-uJuaCEW9bj .mbr-section-subtitle,
.cid-uJuaCEW9bj .mbr-section-btn {
  color: #050f0f;
}
.cid-uJuaCGK1yG {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uJuaCGK1yG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJuaCGK1yG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJuaCGK1yG .content-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  padding: 80px 60px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .cid-uJuaCGK1yG .content-wrapper {
    gap: 16px;
  }
}
@media (max-width: 1199px) {
  .cid-uJuaCGK1yG .content-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uJuaCGK1yG .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uJuaCGK1yG .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uJuaCGK1yG .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-uJuaCGK1yG .content-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-uJuaCGK1yG .content-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uJuaCGK1yG .content-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background-color: #234445;
}
.cid-uJuaCGK1yG .content-wrapper .item .item-wrapper:hover,
.cid-uJuaCGK1yG .content-wrapper .item .item-wrapper:focus {
  transform: translate(0.2rem, 0.2rem);
  box-shadow: none;
}
.cid-uJuaCGK1yG .content-wrapper .item .item-wrapper .item-content .item-img {
  border-bottom: 3px solid #050f0f;
}
.cid-uJuaCGK1yG .content-wrapper .item .item-wrapper .item-content .item-img img {
  height: 390px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uJuaCGK1yG .content-wrapper .item .item-wrapper .item-content .item-img img {
    height: 350px;
  }
}
.cid-uJuaCGK1yG .content-wrapper .item .item-wrapper .item-content .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: .8;
}
.cid-uJuaCGK1yG .content-wrapper .item .item-wrapper .item-content .text-wrapper {
  padding: 32px;
}
@media (max-width: 1440px) {
  .cid-uJuaCGK1yG .content-wrapper .item .item-wrapper .item-content .text-wrapper {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJuaCGK1yG .content-wrapper .item .item-wrapper .item-content .text-wrapper {
    padding: 32px 16px;
  }
}
.cid-uJuaCGK1yG .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uJuaCGK1yG .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-title {
    margin-bottom: 24px;
  }
}
.cid-uJuaCGK1yG .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uJuaCGK1yG .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    margin-bottom: 0;
  }
}
.cid-uJuaCGK1yG .content-wrapper .item .item-wrapper .tags-wrapper {
  padding: 0 32px 24px 32px;
}
@media (max-width: 1440px) {
  .cid-uJuaCGK1yG .content-wrapper .item .item-wrapper .tags-wrapper {
    padding: 0 24px 24px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJuaCGK1yG .content-wrapper .item .item-wrapper .tags-wrapper {
    padding: 0 16px 24px 16px;
  }
}
.cid-uJuaCGK1yG .content-wrapper .item .item-wrapper .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uJuaCGK1yG .content-wrapper .item .item-wrapper .tags-wrapper .list .item-wrap {
  display: inline-flex;
  padding: 11px 20px;
  margin: 0 8px 8px 0;
  background-color: #ffffff;
}
.cid-uJuaCGK1yG .content-wrapper .item .item-wrapper .tags-wrapper .list .item-wrap:nth-child(2n) {
  background-color: #bafca2;
}
.cid-uJuaCGK1yG .content-wrapper .item .item-wrapper .tags-wrapper .list .item-wrap:nth-child(3n) {
  background-color: #ffd300;
}
.cid-uJuaCGK1yG .item-title {
  color: #ffffff;
}
.cid-uJuaCGK1yG .item-text {
  color: #050f0f;
}
.cid-uJuaCGK1yG .list {
  color: #050f0f;
}
.cid-uJuaCIMOyM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #234445;
}
.cid-uJuaCIMOyM .mbr-section-title {
  color: #fff;
  line-height: 1.1;
}
.cid-uJuaCIMOyM .content-text {
  margin-bottom: 50px;
}
.cid-uJuaCIMOyM .content-card {
  border-radius: 10px;
  background-color: #234445;
  padding: 6.24rem 8.76rem;
  border: 1px solid #ffffff;
  margin: 0.1px;
}
@media (max-width: 768px) {
  .cid-uJuaCIMOyM .content-card {
    padding: 2.5rem 1rem;
  }
}
@media (max-width: 992px) {
  .cid-uJuaCIMOyM .content-card {
    text-align: center;
  }
}
.cid-uJuaCIMOyM .container-link {
  border-radius: 100%;
  width: 18.5rem;
  height: 18.5rem;
  color: #181818;
  background-color: #ffffff;
  text-transform: uppercase;
  transition: background-color 200ms cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  font-weight: 500;
}
@media (max-width: 992px) {
  .cid-uJuaCIMOyM .container-link {
    margin: 0 auto;
  }
}
@media (max-width: 460px) {
  .cid-uJuaCIMOyM .container-link {
    width: 15rem;
    height: 15rem;
  }
}
.cid-uJuaCIMOyM .container-link:hover {
  background-image: none !important;
  transform: scale(1.1);
}
.cid-uJuaCIMOyM .social {
  color: #fff;
  text-transform: uppercase;
  display: flex;
  gap: 30px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uJuaCIMOyM .social {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-uJuaCIMOyM .social {
    flex-direction: column;
  }
}
.cid-uJuaCIMOyM .social-links {
  text-decoration: underline;
  font-weight: 500;
  line-height: 1.72;
}
.cid-uJuaCIMOyM .socicon {
  margin-right: 10px;
  font-size: 20px;
  color: #ffffff;
}
.cid-uJuaCIMOyM .subtitle {
  margin-bottom: 2.9rem;
  line-height: 1.4;
  color: #fff;
  font-weight: 300;
}
.cid-uJuaCIMOyM .mobi-mbri-download {
  position: relative;
  top: 2.5rem;
  font-size: 23px;
}
.cid-uJuaCIMOyM .mbr-iconfont {
  color: #181818;
}
.cid-uJuaCKCGmB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #08323c;
  background-color: #ffffff;
}
.cid-uJuaCKCGmB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJuaCKCGmB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJuaCKCGmB .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uJuaCKCGmB .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uJuaCKCGmB .content-wrapper {
    padding: 0;
  }
}
.cid-uJuaCKCGmB .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJuaCKCGmB .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uJuaCKCGmB .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uJuaCKCGmB .items-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uJuaCKCGmB .items-wrapper {
    display: block;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uJuaCKCGmB .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uJuaCKCGmB .items-wrapper .item .item-wrapper {
  padding: 108px;
  height: 100%;
  min-height: 570px;
  border: 2px solid #08323c;
  box-shadow: -10px 10px 0 #08323c;
}
@media (max-width: 1440px) {
  .cid-uJuaCKCGmB .items-wrapper .item .item-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uJuaCKCGmB .items-wrapper .item .item-wrapper {
    padding: 20px;
    min-height: auto;
  }
}
@media (max-width: 992px) {
  .cid-uJuaCKCGmB .items-wrapper .item .item-wrapper {
    box-shadow: -5px 5px 0 #08323c;
  }
}
.cid-uJuaCKCGmB .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJuaCKCGmB .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 32px;
  }
}
.cid-uJuaCKCGmB .items-wrapper .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
  border: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-uJuaCKCGmB .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uJuaCKCGmB .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJuaCKCGmB .items-wrapper .item .item-wrapper .card-box .item-title {
    margin-bottom: 32px;
  }
}
.cid-uJuaCKCGmB .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 32px;
}
.cid-uJuaCKCGmB .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uJuaCKCGmB .item-title {
  color: #ffffff;
}
.cid-uJuaCKCGmB .item-text {
  color: #ffffff;
}
.cid-uJuaCKCGmB .item-title,
.cid-uJuaCKCGmB .mbr-section-btn {
  color: #050f0f;
}
.cid-uJuaCLYCxd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uJuaCLYCxd .first-card {
  background-color: #ffffff;
}
.cid-uJuaCLYCxd .card-box {
  padding: 1.5rem 1rem 0 1rem;
}
.cid-uJuaCLYCxd .second-card-title {
  text-align: center;
  color: #ffffff;
}
.cid-uJuaCLYCxd .second-card-subtitle {
  text-align: center;
}
.cid-uJuaCLYCxd .second-card {
  background-color: #234445;
}
.cid-uJuaCLYCxd .second-card-wrap {
  margin: auto 0;
  padding: 3rem 1.5rem;
}
@media (min-width: 992px) {
  .cid-uJuaCLYCxd [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uJuaCLYCxd .card-wrapper {
    padding-bottom: 3rem;
    text-align: center;
  }
}
.cid-uJuaCLYCxd .first-card-title {
  text-align: left;
  color: #000000;
}
.cid-uJuaCLYCxd .first-card-text,
.cid-uJuaCLYCxd .card-btn {
  text-align: center;
}
.cid-uJuaCLYCxd .mbr-text,
.cid-uJuaCLYCxd .card-btn {
  text-align: left;
}
.cid-uJuaCLYCxd .second-card-subtitle,
.cid-uJuaCLYCxd .second-btn {
  text-align: center;
}
.cid-uJuaCLYCxd .card {
  border-radius: 0 !important;
}
.cid-uJuaCLYCxd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJuaCLYCxd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJuaCNlG1i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #234445;
}
.cid-uJuaCNlG1i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJuaCNlG1i .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-uJuaCNlG1i .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJuaCNlG1i .container {
    padding: 0 12px;
  }
}
.cid-uJuaCNlG1i .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uJuaCNlG1i .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJuaCNlG1i .tabs-wrap {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uJuaCNlG1i .tabs-wrap {
    margin-bottom: 24px;
  }
}
.cid-uJuaCNlG1i .tabs-wrap .nav.nav-tabs {
  display: block;
  border: none;
  width: 100%;
}
.cid-uJuaCNlG1i .tabs-wrap .nav.nav-tabs .nav-item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uJuaCNlG1i .tabs-wrap .nav.nav-tabs .nav-item {
    margin-bottom: 16px;
  }
}
.cid-uJuaCNlG1i .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  background-color: transparent;
  border: none;
  padding: 6px 12px;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uJuaCNlG1i .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
    border-radius: 12px;
  }
}
.cid-uJuaCNlG1i .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #c14a1a;
}
.cid-uJuaCNlG1i .tab-content {
  padding: 60px;
  border-radius: 50px;
  border: 3px solid #ffffff;
  box-shadow: 4px 4px #ffffff;
}
@media (max-width: 992px) {
  .cid-uJuaCNlG1i .tab-content {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uJuaCNlG1i .tab-content .tab-pane img {
  height: 500px;
  object-fit: cover;
  border-radius: 50px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uJuaCNlG1i .tab-content .tab-pane img {
    height: 300px;
    border-radius: 24px;
  }
}
.cid-uJuaCNlG1i .tab-content .tab-pane .mbr-desc {
  margin-bottom: 16px;
}
.cid-uJuaCNlG1i .mbr-section-title {
  color: #222222;
}
.cid-uJuaCNlG1i .mbr-desc {
  color: #222222;
}
.cid-uJuaCNlG1i .mbr-desc,
.cid-uJuaCNlG1i .mbr-section-btn {
  text-align: center;
}
.cid-uJuaCNlG1i .mbr-section-title,
.cid-uJuaCNlG1i .nav-item {
  color: #ffffff;
  text-align: center;
}
.cid-uJuaCP5tuT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJuaCP5tuT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJuaCP5tuT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJuaCP5tuT .video-wrapper iframe {
  width: 100%;
}
.cid-uJuaCP5tuT .app-video-wrapper::before {
  font-size: 100px;
  line-height: 100px;
  border: 10px solid #f7fff7;
  border-radius: 50%;
  padding: 28px 28px 28px 30px;
  top: 45%;
  left: 45%;
}
@media (max-width: 768px) {
  .cid-uJuaCP5tuT .app-video-wrapper::before {
    font-size: 70px;
    line-height: 70px;
    border: none;
    padding: 0;
    top: 50%;
    left: 50%;
  }
}
.cid-uJuaCP5tuT .video-block {
  position: relative;
  z-index: 1;
}
.cid-uJuaCP5tuT .video-block .video-wrapper iframe {
  z-index: 1;
  position: relative;
}
.cid-uJuaCP5tuT .video-block .image-absolute {
  position: absolute;
  top: -12rem;
  left: -4rem;
  width: 300px;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uJuaCP5tuT .video-block .image-absolute {
    display: none;
  }
}
.cid-uJuaCQOs5v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08323c;
}
.cid-uJuaCQOs5v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJuaCQOs5v .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-uJuaCQOs5v .container {
    padding: 0 16px;
  }
}
.cid-uJuaCQOs5v .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uJuaCQOs5v .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uJuaCQOs5v .list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-uJuaCQOs5v .list-wrapper .text-wrap .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uJuaCQOs5v .list-wrapper .text-wrap .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uJuaCQOs5v .list-wrapper .text-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uJuaCQOs5v .list-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uJuaCQOs5v .list-wrapper .list-wrap {
    margin-bottom: 40px;
  }
}
.cid-uJuaCQOs5v .list-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uJuaCQOs5v .list-wrapper .list-wrap .mbr-list-title {
    margin-bottom: 20px;
  }
}
.cid-uJuaCQOs5v .list-wrapper .list-wrap .list {
  margin: 0;
  list-style: none;
  padding-left: 32px;
}
.cid-uJuaCQOs5v .list-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 30px;
  list-style: none;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-uJuaCQOs5v .list-wrapper .list-wrap .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-uJuaCQOs5v .list-wrapper .list-wrap .list .item-wrap:before {
  position: absolute;
  left: -32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: transparent;
  border: 3px solid #ffffff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 24px;
  content: "✓";
}
.cid-uJuaCQOs5v .image-wrapper {
  position: relative;
  padding: 40px 100px 0;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uJuaCQOs5v .image-wrapper {
    padding: 0;
  }
}
.cid-uJuaCQOs5v .image-wrapper .image_1 {
  height: 520px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uJuaCQOs5v .image-wrapper .image_1 {
    height: 280px;
  }
}
.cid-uJuaCQOs5v .image-wrapper .image_2 {
  position: absolute;
  top: 0;
  left: 5rem;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uJuaCQOs5v .image-wrapper .image_2 {
    display: none;
  }
}
.cid-uJuaCQOs5v .image-wrapper .container-wrap {
  position: absolute;
  top: 1rem;
  left: 40px;
  height: 80%;
  width: 75%;
  border: 2px dashed #ffffff;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uJuaCQOs5v .image-wrapper .container-wrap {
    display: none;
  }
}
.cid-uJuaCQOs5v .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uJuaCQOs5v .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJuaCQOs5v .mbr-text {
  color: #ffffff;
}
.cid-uJuaCQOs5v .mbr-list-title {
  color: #08323C;
}
.cid-uJuaCQOs5v .list {
  color: #ffffff;
}
.cid-uJuaCSZW2O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJuaCSZW2O .wrap {
  overflow: hidden;
  background-color: #08323c;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-uJuaCSZW2O .wrap {
    height: auto;
  }
}
.cid-uJuaCSZW2O .wrap:hover .mbr-section-title a {
  color: #ffe66d !important;
}
.cid-uJuaCSZW2O .text-wrapper {
  padding: 70px 0;
  padding: 70px 40px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-uJuaCSZW2O .text-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uJuaCSZW2O .text-wrapper {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uJuaCSZW2O .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uJuaCSZW2O .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uJuaCSZW2O .row {
  flex-direction: row-reverse;
}
.cid-uJuaCSZW2O .text-wrapper {
  padding: 70px 40px;
  padding-right: 0;
}
@media (max-width: 991px) {
  .cid-uJuaCSZW2O .text-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uJuaCSZW2O .text-wrapper {
    padding: 20px;
  }
}
.cid-uJuaCSZW2O .mbr-section-subtitle,
.cid-uJuaCSZW2O .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uJuaCSZW2O .image {
  width: 100%;
}
.cid-uJuaCSZW2O .image img {
  width: 101%;
  border-radius: 4px;
  object-fit: cover;
}
.cid-uJuaCSZW2O .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uJuaCSZW2O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJuaCSZW2O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJuaCUuqzP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-image: url("../../../assets/images/backgraund-trend.jpg");
}
.cid-uJuaCUuqzP .mbr-overlay {
  background: #08323c;
  background: linear-gradient(to right, #08323c, #08323c);
}
.cid-uJuaCUuqzP .container {
  z-index: 1;
}
.cid-uJuaCUuqzP .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-uJuaCUuqzP .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uJuaCUuqzP .mbr-section-btn {
  margin-top: 35px;
}
.cid-uJuaCUuqzP .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uJuaCUuqzP .mbr-section-btn .btn-white:hover {
  background-color: #ff9063 !important;
  border-color: #ff9063 !important;
  color: #ffffff !important;
}
.cid-uJuaCUuqzP .mbr-section-title,
.cid-uJuaCUuqzP .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uJuaCUuqzP .animation__background .circle {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 100px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-uJuaCUuqzP .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-uJuaCUuqzP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJuaCUuqzP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJuwrNdJKi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJuwrNdJKi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJuwrNdJKi .mbr-fallback-image {
  display: block;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJuwrNdJKi .content-wrapper {
  display: flex;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uJuwrNdJKi .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uJuwrNdJKi .content-wrapper .content-wrap {
  width: 60%;
}
@media (max-width: 1199px) {
  .cid-uJuwrNdJKi .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 50%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uJuwrNdJKi .content-wrapper .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uJuwrNdJKi .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uJuwrNdJKi .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uJuwrNdJKi .content-wrapper .content-wrap .text-wrapper .mbr-section-title .mbr-iconfont {
  color: #bff747;
}
@media (max-width: 992px) {
  .cid-uJuwrNdJKi .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJuwrNdJKi .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uJuwrNdJKi .content-wrapper .panel-group {
  width: 40%;
}
@media (max-width: 1199px) {
  .cid-uJuwrNdJKi .content-wrapper .panel-group {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uJuwrNdJKi .content-wrapper .panel-group {
    margin-bottom: 24px;
    width: 100%;
    padding: 0;
  }
}
.cid-uJuwrNdJKi .content-wrapper .panel-group .card {
  position: relative;
  padding: 1.2rem;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #000000;
  background-color: #08323c;
  backgraund-color: show.bs.collapse #000000;
}
@media (max-width: 992px) {
  .cid-uJuwrNdJKi .content-wrapper .panel-group .card {
    padding: 16px;
    width: 100%;
  }
}
.cid-uJuwrNdJKi .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uJuwrNdJKi .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uJuwrNdJKi .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uJuwrNdJKi .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uJuwrNdJKi .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uJuwrNdJKi .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #fdfd96;
}
.cid-uJuwrNdJKi .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uJuwrNdJKi .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uJuwrNdJKi .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uJuwrNdJKi .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uJuwrNdJKi .mbr-section-title,
.cid-uJuwrNdJKi .mbr-text,
.cid-uJuwrNdJKi .panel-title-edit,
.cid-uJuwrNdJKi .panel-text {
  color: #000000;
}
.cid-uJuwrNdJKi .panel-title-edit,
.cid-uJuwrNdJKi .icon-wrapper {
  color: #ffffff;
}
.cid-uJuwrNdJKi .panel-text {
  color: #ffffff;
}
.cid-uJuaCWwRDb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJuaCWwRDb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJuaCWwRDb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJuaCWwRDb .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uJuaCWwRDb .content-wrapper {
    padding: 0;
  }
}
.cid-uJuaCWwRDb .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uJuaCWwRDb .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJuaCWwRDb .content-wrapper .google-map {
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
}
.cid-uJuaCWwRDb .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uJuaCWwRDb .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uJuaCWwRDb .mbr-section-title {
  color: #050f0f;
}
.cid-uJuaCWwRDb .mbr-section-title,
.cid-uJuaCWwRDb .mbr-section-btn {
  text-align: center;
}
.cid-uJuaCY9IhU {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #08323c;
  position: relative;
  overflow: hidden;
}
.cid-uJuaCY9IhU .container {
  max-width: 1400px;
}
.cid-uJuaCY9IhU .card-img2 span {
  padding-top: 6px;
}
.cid-uJuaCY9IhU .soc-item a {
  padding-top: 5px;
}
.cid-uJuaCY9IhU .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uJuaCY9IhU .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-uJuaCY9IhU .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-uJuaCY9IhU .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uJuaCY9IhU svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uJuaCY9IhU #e2_shape {
  fill: #ff9063 !important;
}
.cid-uJuaCY9IhU .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uJuaCY9IhU .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uJuaCY9IhU .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uJuaCY9IhU .card-img {
  width: auto;
}
.cid-uJuaCY9IhU .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uJuaCY9IhU .soc-item span {
  font-size: 1.4rem;
}
.cid-uJuaCY9IhU .soc-item:hover span {
  color: #ff9063 !important;
}
.cid-uJuaCY9IhU .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uJuaCY9IhU .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uJuaCY9IhU .media-wrap {
  margin-bottom: 1rem;
}
.cid-uJuaCY9IhU .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uJuaCY9IhU img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uJuaCY9IhU .item {
    justify-content: center;
  }
  .cid-uJuaCY9IhU .quote::after {
    left: 60px;
  }
}
.cid-uJuaCY9IhU .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uJuaCY9IhU .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uJuaCY9IhU .text1 {
  color: #ffffff;
}
.cid-uJuaCY9IhU .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-uJuaCY9IhU H5 {
  color: #ffffff;
  text-align: left;
}
.cid-uJuaCY9IhU .theme {
  color: #ffffff;
}
.cid-uJuaCY9IhU .copyright > p {
  color: #ff3366;
}
.cid-uJuaCY9IhU .text2 {
  color: #ffffff;
}
.cid-uJuaCZXKqp {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #08323c;
}
.cid-uJuaCZXKqp .mbr-text {
  color: #ffffff;
}
.cid-uJuhTFirvJ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uJuhTFirvJ .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;
}
@media (max-width: 767px) {
  .cid-uJuhTFirvJ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uJuhTFirvJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJuhTFirvJ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uJuhTFirvJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJuhTFirvJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJuhTFirvJ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uJuhTFirvJ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uJuhTFirvJ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uJuhTFirvJ .navbar-nav .nav-item .nav-link:hover {
  background-color: #000000;
}
.cid-uJuhTFirvJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uJuhTFirvJ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uJuhTFirvJ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uJuhTFirvJ .navbar-nav .dropdown-item:hover {
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-uJuhTFirvJ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uJuhTFirvJ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uJuhTFirvJ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uJuhTFirvJ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uJuhTFirvJ .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uJuhTFirvJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uJuhTFirvJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uJuhTFirvJ .container {
  display: flex;
  height: 80px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(8, 50, 60, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #08323c;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uJuhTFirvJ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJuhTFirvJ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uJuhTFirvJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJuhTFirvJ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #08323c;
  background: rgba(8, 50, 60, 0.8) !important;
}
.cid-uJuhTFirvJ .nav-item:focus,
.cid-uJuhTFirvJ .nav-link:focus {
  outline: none;
}
.cid-uJuhTFirvJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJuhTFirvJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJuhTFirvJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJuhTFirvJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJuhTFirvJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJuhTFirvJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJuhTFirvJ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uJuhTFirvJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uJuhTFirvJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJuhTFirvJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uJuhTFirvJ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uJuhTFirvJ .navbar.collapsed {
  justify-content: center;
}
.cid-uJuhTFirvJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJuhTFirvJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJuhTFirvJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uJuhTFirvJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJuhTFirvJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJuhTFirvJ .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-uJuhTFirvJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJuhTFirvJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJuhTFirvJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uJuhTFirvJ .navbar {
    min-height: 72px;
  }
  .cid-uJuhTFirvJ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uJuhTFirvJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJuhTFirvJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJuhTFirvJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJuhTFirvJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJuhTFirvJ .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-uJuhTFirvJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJuhTFirvJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uJuhTFirvJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJuhTFirvJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJuhTFirvJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uJuhTFirvJ .dropdown-item.active,
.cid-uJuhTFirvJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uJuhTFirvJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJuhTFirvJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJuhTFirvJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJuhTFirvJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #08323c;
}
.cid-uJuhTFirvJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uJuhTFirvJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uJuhTFirvJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJuhTFirvJ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uJuhTFirvJ .navbar-buttons {
    text-align: left;
  }
}
.cid-uJuhTFirvJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJuhTFirvJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uJuhTFirvJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJuhTFirvJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJuhTFirvJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJuhTFirvJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJuhTFirvJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJuhTFirvJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJuhTFirvJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJuhTFirvJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJuhTFirvJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJuhTFirvJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJuhTFirvJ .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: 992px) {
  .cid-uJuhTFirvJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJuhTFirvJ .navbar {
    height: 70px;
  }
  .cid-uJuhTFirvJ .navbar.opened {
    height: auto;
  }
  .cid-uJuhTFirvJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJuhTFirvJ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uJuhTFirvJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uJuhTFirvJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uJuhTFirvJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uJuhTFirvJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uJuhTFirvJ .navbar-buttons .btn {
  padding: 10px 30px;
}
.cid-uJuhTFirvJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uJuhTFirvJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uJuhTFirvJ .navbar-brand {
    margin-right: auto;
  }
  .cid-uJuhTFirvJ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #08323c;
    opacity: 1;
    border-color: rgba(8, 50, 60, 0.8) !important;
    background: rgba(8, 50, 60, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uJuhTFirvJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uJuhTFirvJ .navbar-nav .dropdown-item:hover {
    background-color: #000000;
  }
  .cid-uJuhTFirvJ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uJuhTFirvJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uJuhTFirvJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uJuhTFirvJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uJuhTFirvJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uJuhTFirvJ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uJuhTFirvJ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uJuhTFirvJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uJuhTGhf1M {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJuhTGhf1M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJuhTGhf1M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJuhTGhf1M .row {
  margin: 0 -8px;
}
.cid-uJuhTGhf1M .row .card {
  padding: 0 8px;
}
.cid-uJuhTGhf1M .card-wrapper {
  padding: 75px 64px;
  background-color: #234445;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uJuhTGhf1M .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uJuhTGhf1M .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-uJuhTGhf1M .card-wrapper .card-wrap {
  width: 100%;
}
.cid-uJuhTGhf1M .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uJuhTGhf1M .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJuhTGhf1M .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uJuhTGhf1M .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJuhTGhf1M .card-wrapper .card-wrap .logo-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJuhTGhf1M .card-wrapper .card-wrap .logo-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uJuhTGhf1M .card-wrapper .card-wrap .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
  padding: 10px;
  background-color: #ffffff;
}
.cid-uJuhTGhf1M .card-wrapper .card-wrap .logo-wrapper .logo-wrap img {
  width: 45px;
  height: 45px;
  min-width: 45px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uJuhTGhf1M .card-wrapper .card-wrap .logo-wrapper .logo-wrap .mbr-desc {
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-uJuhTGhf1M .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJuhTGhf1M .image-wrapper {
  height: 100%;
}
.cid-uJuhTGhf1M .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uJuhTGhf1M .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uJuhTGhf1M .mbr-text,
.cid-uJuhTGhf1M .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uJuhTGhf1M .logo-wrapper,
.cid-uJuhTGhf1M .mbr-desc {
  text-align: center;
}
.cid-uJuhTGhf1M .mbr-desc {
  color: #63635d;
}
.cid-uJuhTGhf1M .mbr-section-title,
.cid-uJuhTGhf1M .mbr-section-btn {
  color: #ffffff;
}
.cid-uJuhTH43Rk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #234445;
}
.cid-uJuhTH43Rk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJuhTH43Rk .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-uJuhTH43Rk .container {
    padding: 0 15px;
  }
}
.cid-uJuhTH43Rk .row {
  justify-content: center;
}
.cid-uJuhTH43Rk .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uJuhTH43Rk .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uJuhTH43Rk .subtitle-wrapper {
  padding-right: 28px;
  padding-right: 0;
  padding-left: 28px;
}
@media (max-width: 992px) {
  .cid-uJuhTH43Rk .subtitle-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uJuhTH43Rk .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uJuhTH43Rk .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJuhTH43Rk .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uJuhTH43Rk .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uJuhTH43Rk .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uJuhTH43Rk .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uJuhTH43Rk .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uJuhTH43Rk .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff4fd;
  color: #ffffff;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-uJuhTH43Rk .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uJuhTH43Rk .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uJuhTH43Rk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJuhTH43Rk .list {
  color: #ffffff;
}
.cid-uJuhTHLUNq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #234445;
  position: relative;
}
.cid-uJuhTHLUNq::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#ffffff 50%, transparent);
  pointer-events: none;
  z-index: 1;
}
.cid-uJuhTHLUNq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJuhTHLUNq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJuhTHLUNq .row {
  justify-content: center;
}
.cid-uJuhTHLUNq .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJuhTHLUNq .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(0deg, #a78aff, #ffffff 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uJuhTHLUNq .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uJuhTHLUNq .mbr-section-title {
  color: #ffffff;
}
.cid-uJuhTHLUNq .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uJuhTHLUNq .mbr-section-title,
.cid-uJuhTHLUNq .mbr-section-btn {
  text-align: center;
}
.cid-uJuhTImvi7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #234445;
}
.cid-uJuhTImvi7 .info-border {
  border-bottom: 2px solid #ffffff;
}
.cid-uJuhTImvi7 .info-border {
  padding: 0 0 200px;
}
.cid-uJuhTImvi7 .info-img {
  margin: 80px 44px 0 0;
  position: relative;
}
.cid-uJuhTImvi7 .info-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 80px;
}
.cid-uJuhTImvi7 .btn {
  width: 360px;
  height: 76px;
}
@media (max-width: 991px) {
  .cid-uJuhTImvi7 .info-img {
    margin-right: 0;
  }
  .cid-uJuhTImvi7 .info-wrapper {
    margin-top: 30px;
  }
  .cid-uJuhTImvi7 .info-border {
    padding-bottom: 100px;
  }
  .cid-uJuhTImvi7 .btn {
    width: 260px;
    height: 66px;
  }
}
@media (max-width: 768px) {
  .cid-uJuhTImvi7 .info-img {
    margin-top: 60px;
  }
}
@media (max-width: 425px) {
  .cid-uJuhTImvi7 .info-img {
    margin-top: 30px;
  }
  .cid-uJuhTImvi7 .info-border {
    padding-bottom: 50px;
  }
  .cid-uJuhTImvi7 .info-wrapper {
    margin-top: 20px;
  }
  .cid-uJuhTImvi7 .btn {
    width: 200px;
    height: 56px;
  }
}
@media (max-width: 320px) {
  .cid-uJuhTImvi7 .info-img {
    margin-top: 0;
  }
  .cid-uJuhTImvi7 .btn {
    width: 181px;
    height: 50px;
  }
}
.cid-uJuhTImvi7 .mbr-section-title {
  color: #ffffff;
}
.cid-uJuhTImvi7 .mbr-text,
.cid-uJuhTImvi7 .mbr-section-btn {
  color: #ffffff;
}
.cid-uJuhTIUqee {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff3f3;
}
.cid-uJuhTIUqee .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJuhTIUqee .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJuhTIUqee .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uJuhTIUqee .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uJuhTIUqee .container {
    padding: 0 25px;
  }
}
.cid-uJuhTIUqee .row {
  justify-content: center;
}
.cid-uJuhTIUqee .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uJuhTIUqee .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uJuhTIUqee .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJuhTIUqee .mbr-section-btn {
  margin-bottom: 70px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uJuhTIUqee .mbr-section-btn {
    margin-bottom: 20px;
    text-align: right;
  }
}
.cid-uJuhTIUqee .content-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uJuhTIUqee .content-wrapper {
    display: block;
  }
}
.cid-uJuhTIUqee .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uJuhTIUqee .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uJuhTIUqee .content-wrapper .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uJuhTIUqee .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uJuhTIUqee .content-wrapper .cont-wrapper {
  padding: 50px 60px;
  background-color: #000000;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uJuhTIUqee .content-wrapper .cont-wrapper {
    padding: 30px;
    width: 100%;
  }
}
.cid-uJuhTIUqee .content-wrapper .cont-wrapper .desc-wrap .mbr-desc {
  display: inline-flex;
  padding: 2px 4px 0;
  background-color: #a0ffc2;
  margin-bottom: 8px;
}
.cid-uJuhTIUqee .content-wrapper .cont-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uJuhTIUqee .content-wrapper .cont-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJuhTIUqee .content-wrapper .cont-wrapper .social-wrap {
  margin-top: 16px;
}
.cid-uJuhTIUqee .content-wrapper .cont-wrapper .social-wrap .social-row {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uJuhTIUqee .content-wrapper .cont-wrapper .social-wrap .social-row .soc-item {
  margin-right: 10px;
}
.cid-uJuhTIUqee .content-wrapper .cont-wrapper .social-wrap .social-row .soc-item a:hover .mbr-iconfont {
  background-color: #a0ffc2;
}
.cid-uJuhTIUqee .content-wrapper .cont-wrapper .social-wrap .social-row .soc-item a .mbr-iconfont {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  color: #2f2e30;
}
.cid-uJuhTIUqee .mbr-card-title {
  color: #2f2e30;
}
.cid-uJuhTIUqee .mbr-desc {
  color: #2f2e30;
}
.cid-uJuhTIUqee .mbr-text {
  color: #2f2e30;
}
.cid-uJuhTK7srs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #234445;
}
.cid-uJuhTK7srs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJuhTK7srs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJuhTK7srs .container-small,
.cid-uJuhTK7srs .container-fluid {
  padding: 0 !important;
}
.cid-uJuhTK7srs .container-small {
  max-width: 1440px;
}
.cid-uJuhTK7srs .text-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 20px;
  min-height: 480px;
  margin: 0 auto;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uJuhTK7srs .text-box {
    min-height: 400px;
    padding: 50px 20px;
  }
}
@media (max-width: 767px) {
  .cid-uJuhTK7srs .text-box {
    padding: 50px 10px;
  }
}
.cid-uJuhTK7srs .mbr-section-title {
  color: #000000;
}
.cid-uJuhTK7srs .mbr-section-subtitle {
  margin-top: 20px;
  color: #131313;
}
.cid-uJuhTK7srs .mbr-text {
  margin-top: 44px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-uJuhTK7srs .mbr-text {
    margin-top: 20px;
  }
}
.cid-uJuhTK7srs .mbr-text a {
  text-decoration: underline;
}
.cid-uJuhTK7srs .mbr-section-btn {
  margin-top: 34px;
}
.cid-uJuhTK7srs .mbr-section-subtitle,
.cid-uJuhTK7srs .mbr-section-btn {
  color: #050f0f;
}
.cid-uJuhTKY5N6 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uJuhTKY5N6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJuhTKY5N6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJuhTKY5N6 .content-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  padding: 80px 60px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .cid-uJuhTKY5N6 .content-wrapper {
    gap: 16px;
  }
}
@media (max-width: 1199px) {
  .cid-uJuhTKY5N6 .content-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uJuhTKY5N6 .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uJuhTKY5N6 .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uJuhTKY5N6 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-uJuhTKY5N6 .content-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-uJuhTKY5N6 .content-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uJuhTKY5N6 .content-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background-color: #234445;
}
.cid-uJuhTKY5N6 .content-wrapper .item .item-wrapper:hover,
.cid-uJuhTKY5N6 .content-wrapper .item .item-wrapper:focus {
  transform: translate(0.2rem, 0.2rem);
  box-shadow: none;
}
.cid-uJuhTKY5N6 .content-wrapper .item .item-wrapper .item-content .item-img {
  border-bottom: 3px solid #050f0f;
}
.cid-uJuhTKY5N6 .content-wrapper .item .item-wrapper .item-content .item-img img {
  height: 390px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uJuhTKY5N6 .content-wrapper .item .item-wrapper .item-content .item-img img {
    height: 350px;
  }
}
.cid-uJuhTKY5N6 .content-wrapper .item .item-wrapper .item-content .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: .8;
}
.cid-uJuhTKY5N6 .content-wrapper .item .item-wrapper .item-content .text-wrapper {
  padding: 32px;
}
@media (max-width: 1440px) {
  .cid-uJuhTKY5N6 .content-wrapper .item .item-wrapper .item-content .text-wrapper {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJuhTKY5N6 .content-wrapper .item .item-wrapper .item-content .text-wrapper {
    padding: 32px 16px;
  }
}
.cid-uJuhTKY5N6 .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uJuhTKY5N6 .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-title {
    margin-bottom: 24px;
  }
}
.cid-uJuhTKY5N6 .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uJuhTKY5N6 .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    margin-bottom: 0;
  }
}
.cid-uJuhTKY5N6 .content-wrapper .item .item-wrapper .tags-wrapper {
  padding: 0 32px 24px 32px;
}
@media (max-width: 1440px) {
  .cid-uJuhTKY5N6 .content-wrapper .item .item-wrapper .tags-wrapper {
    padding: 0 24px 24px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJuhTKY5N6 .content-wrapper .item .item-wrapper .tags-wrapper {
    padding: 0 16px 24px 16px;
  }
}
.cid-uJuhTKY5N6 .content-wrapper .item .item-wrapper .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uJuhTKY5N6 .content-wrapper .item .item-wrapper .tags-wrapper .list .item-wrap {
  display: inline-flex;
  padding: 11px 20px;
  margin: 0 8px 8px 0;
  background-color: #ffffff;
}
.cid-uJuhTKY5N6 .content-wrapper .item .item-wrapper .tags-wrapper .list .item-wrap:nth-child(2n) {
  background-color: #bafca2;
}
.cid-uJuhTKY5N6 .content-wrapper .item .item-wrapper .tags-wrapper .list .item-wrap:nth-child(3n) {
  background-color: #ffd300;
}
.cid-uJuhTKY5N6 .item-title {
  color: #ffffff;
}
.cid-uJuhTKY5N6 .item-text {
  color: #050f0f;
}
.cid-uJuhTKY5N6 .list {
  color: #050f0f;
}
.cid-uJuhTM9vYn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #234445;
}
.cid-uJuhTM9vYn .mbr-section-title {
  color: #fff;
  line-height: 1.1;
}
.cid-uJuhTM9vYn .content-text {
  margin-bottom: 50px;
}
.cid-uJuhTM9vYn .content-card {
  border-radius: 10px;
  background-color: #234445;
  padding: 6.24rem 8.76rem;
  border: 1px solid #ffffff;
  margin: 0.1px;
}
@media (max-width: 768px) {
  .cid-uJuhTM9vYn .content-card {
    padding: 2.5rem 1rem;
  }
}
@media (max-width: 992px) {
  .cid-uJuhTM9vYn .content-card {
    text-align: center;
  }
}
.cid-uJuhTM9vYn .container-link {
  border-radius: 100%;
  width: 18.5rem;
  height: 18.5rem;
  color: #181818;
  background-color: #ffffff;
  text-transform: uppercase;
  transition: background-color 200ms cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  font-weight: 500;
}
@media (max-width: 992px) {
  .cid-uJuhTM9vYn .container-link {
    margin: 0 auto;
  }
}
@media (max-width: 460px) {
  .cid-uJuhTM9vYn .container-link {
    width: 15rem;
    height: 15rem;
  }
}
.cid-uJuhTM9vYn .container-link:hover {
  background-image: none !important;
  transform: scale(1.1);
}
.cid-uJuhTM9vYn .social {
  color: #fff;
  text-transform: uppercase;
  display: flex;
  gap: 30px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uJuhTM9vYn .social {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-uJuhTM9vYn .social {
    flex-direction: column;
  }
}
.cid-uJuhTM9vYn .social-links {
  text-decoration: underline;
  font-weight: 500;
  line-height: 1.72;
}
.cid-uJuhTM9vYn .socicon {
  margin-right: 10px;
  font-size: 20px;
  color: #ffffff;
}
.cid-uJuhTM9vYn .subtitle {
  margin-bottom: 2.9rem;
  line-height: 1.4;
  color: #fff;
  font-weight: 300;
}
.cid-uJuhTM9vYn .mobi-mbri-download {
  position: relative;
  top: 2.5rem;
  font-size: 23px;
}
.cid-uJuhTM9vYn .mbr-iconfont {
  color: #181818;
}
.cid-uJuhTN3CKi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #08323c;
  background-color: #ffffff;
}
.cid-uJuhTN3CKi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJuhTN3CKi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJuhTN3CKi .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uJuhTN3CKi .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uJuhTN3CKi .content-wrapper {
    padding: 0;
  }
}
.cid-uJuhTN3CKi .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJuhTN3CKi .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uJuhTN3CKi .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uJuhTN3CKi .items-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uJuhTN3CKi .items-wrapper {
    display: block;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uJuhTN3CKi .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uJuhTN3CKi .items-wrapper .item .item-wrapper {
  padding: 108px;
  height: 100%;
  min-height: 570px;
  border: 2px solid #08323c;
  box-shadow: -10px 10px 0 #08323c;
}
@media (max-width: 1440px) {
  .cid-uJuhTN3CKi .items-wrapper .item .item-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uJuhTN3CKi .items-wrapper .item .item-wrapper {
    padding: 20px;
    min-height: auto;
  }
}
@media (max-width: 992px) {
  .cid-uJuhTN3CKi .items-wrapper .item .item-wrapper {
    box-shadow: -5px 5px 0 #08323c;
  }
}
.cid-uJuhTN3CKi .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJuhTN3CKi .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 32px;
  }
}
.cid-uJuhTN3CKi .items-wrapper .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
  border: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-uJuhTN3CKi .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uJuhTN3CKi .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJuhTN3CKi .items-wrapper .item .item-wrapper .card-box .item-title {
    margin-bottom: 32px;
  }
}
.cid-uJuhTN3CKi .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 32px;
}
.cid-uJuhTN3CKi .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uJuhTN3CKi .item-title {
  color: #ffffff;
}
.cid-uJuhTN3CKi .item-text {
  color: #ffffff;
}
.cid-uJuhTN3CKi .item-title,
.cid-uJuhTN3CKi .mbr-section-btn {
  color: #050f0f;
}
.cid-uJuhTOccEi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uJuhTOccEi .first-card {
  background-color: #ffffff;
}
.cid-uJuhTOccEi .card-box {
  padding: 1.5rem 1rem 0 1rem;
}
.cid-uJuhTOccEi .second-card-title {
  text-align: center;
  color: #ffffff;
}
.cid-uJuhTOccEi .second-card-subtitle {
  text-align: center;
}
.cid-uJuhTOccEi .second-card {
  background-color: #234445;
}
.cid-uJuhTOccEi .second-card-wrap {
  margin: auto 0;
  padding: 3rem 1.5rem;
}
@media (min-width: 992px) {
  .cid-uJuhTOccEi [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uJuhTOccEi .card-wrapper {
    padding-bottom: 3rem;
    text-align: center;
  }
}
.cid-uJuhTOccEi .first-card-title {
  text-align: left;
  color: #000000;
}
.cid-uJuhTOccEi .first-card-text,
.cid-uJuhTOccEi .card-btn {
  text-align: center;
}
.cid-uJuhTOccEi .mbr-text,
.cid-uJuhTOccEi .card-btn {
  text-align: left;
}
.cid-uJuhTOccEi .second-card-subtitle,
.cid-uJuhTOccEi .second-btn {
  text-align: center;
}
.cid-uJuhTOccEi .card {
  border-radius: 0 !important;
}
.cid-uJuhTOccEi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJuhTOccEi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJuhTP7g6S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #234445;
}
.cid-uJuhTP7g6S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJuhTP7g6S .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-uJuhTP7g6S .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJuhTP7g6S .container {
    padding: 0 12px;
  }
}
.cid-uJuhTP7g6S .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uJuhTP7g6S .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJuhTP7g6S .tabs-wrap {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uJuhTP7g6S .tabs-wrap {
    margin-bottom: 24px;
  }
}
.cid-uJuhTP7g6S .tabs-wrap .nav.nav-tabs {
  display: block;
  border: none;
  width: 100%;
}
.cid-uJuhTP7g6S .tabs-wrap .nav.nav-tabs .nav-item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uJuhTP7g6S .tabs-wrap .nav.nav-tabs .nav-item {
    margin-bottom: 16px;
  }
}
.cid-uJuhTP7g6S .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  background-color: transparent;
  border: none;
  padding: 6px 12px;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uJuhTP7g6S .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
    border-radius: 12px;
  }
}
.cid-uJuhTP7g6S .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #c14a1a;
}
.cid-uJuhTP7g6S .tab-content {
  padding: 60px;
  border-radius: 50px;
  border: 3px solid #ffffff;
  box-shadow: 4px 4px #ffffff;
}
@media (max-width: 992px) {
  .cid-uJuhTP7g6S .tab-content {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uJuhTP7g6S .tab-content .tab-pane img {
  height: 500px;
  object-fit: cover;
  border-radius: 50px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uJuhTP7g6S .tab-content .tab-pane img {
    height: 300px;
    border-radius: 24px;
  }
}
.cid-uJuhTP7g6S .tab-content .tab-pane .mbr-desc {
  margin-bottom: 16px;
}
.cid-uJuhTP7g6S .mbr-section-title {
  color: #222222;
}
.cid-uJuhTP7g6S .mbr-desc {
  color: #222222;
}
.cid-uJuhTP7g6S .mbr-desc,
.cid-uJuhTP7g6S .mbr-section-btn {
  text-align: center;
}
.cid-uJuhTP7g6S .mbr-section-title,
.cid-uJuhTP7g6S .nav-item {
  color: #ffffff;
  text-align: center;
}
.cid-uJuhTQ9fR5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJuhTQ9fR5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJuhTQ9fR5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJuhTQ9fR5 .video-wrapper iframe {
  width: 100%;
}
.cid-uJuhTQ9fR5 .app-video-wrapper::before {
  font-size: 100px;
  line-height: 100px;
  border: 10px solid #f7fff7;
  border-radius: 50%;
  padding: 28px 28px 28px 30px;
  top: 45%;
  left: 45%;
}
@media (max-width: 768px) {
  .cid-uJuhTQ9fR5 .app-video-wrapper::before {
    font-size: 70px;
    line-height: 70px;
    border: none;
    padding: 0;
    top: 50%;
    left: 50%;
  }
}
.cid-uJuhTQ9fR5 .video-block {
  position: relative;
  z-index: 1;
}
.cid-uJuhTQ9fR5 .video-block .video-wrapper iframe {
  z-index: 1;
  position: relative;
}
.cid-uJuhTQ9fR5 .video-block .image-absolute {
  position: absolute;
  top: -12rem;
  left: -4rem;
  width: 300px;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uJuhTQ9fR5 .video-block .image-absolute {
    display: none;
  }
}
.cid-uJuhTR5UFs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08323c;
}
.cid-uJuhTR5UFs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJuhTR5UFs .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-uJuhTR5UFs .container {
    padding: 0 16px;
  }
}
.cid-uJuhTR5UFs .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uJuhTR5UFs .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uJuhTR5UFs .list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-uJuhTR5UFs .list-wrapper .text-wrap .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uJuhTR5UFs .list-wrapper .text-wrap .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uJuhTR5UFs .list-wrapper .text-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uJuhTR5UFs .list-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uJuhTR5UFs .list-wrapper .list-wrap {
    margin-bottom: 40px;
  }
}
.cid-uJuhTR5UFs .list-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uJuhTR5UFs .list-wrapper .list-wrap .mbr-list-title {
    margin-bottom: 20px;
  }
}
.cid-uJuhTR5UFs .list-wrapper .list-wrap .list {
  margin: 0;
  list-style: none;
  padding-left: 32px;
}
.cid-uJuhTR5UFs .list-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 30px;
  list-style: none;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-uJuhTR5UFs .list-wrapper .list-wrap .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-uJuhTR5UFs .list-wrapper .list-wrap .list .item-wrap:before {
  position: absolute;
  left: -32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: transparent;
  border: 3px solid #ffffff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 24px;
  content: "✓";
}
.cid-uJuhTR5UFs .image-wrapper {
  position: relative;
  padding: 40px 100px 0;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uJuhTR5UFs .image-wrapper {
    padding: 0;
  }
}
.cid-uJuhTR5UFs .image-wrapper .image_1 {
  height: 520px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uJuhTR5UFs .image-wrapper .image_1 {
    height: 280px;
  }
}
.cid-uJuhTR5UFs .image-wrapper .image_2 {
  position: absolute;
  top: 0;
  left: 5rem;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uJuhTR5UFs .image-wrapper .image_2 {
    display: none;
  }
}
.cid-uJuhTR5UFs .image-wrapper .container-wrap {
  position: absolute;
  top: 1rem;
  left: 40px;
  height: 80%;
  width: 75%;
  border: 2px dashed #ffffff;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uJuhTR5UFs .image-wrapper .container-wrap {
    display: none;
  }
}
.cid-uJuhTR5UFs .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uJuhTR5UFs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJuhTR5UFs .mbr-text {
  color: #ffffff;
}
.cid-uJuhTR5UFs .mbr-list-title {
  color: #08323C;
}
.cid-uJuhTR5UFs .list {
  color: #ffffff;
}
.cid-uJuhTS2EoQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJuhTS2EoQ .wrap {
  overflow: hidden;
  background-color: #08323c;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-uJuhTS2EoQ .wrap {
    height: auto;
  }
}
.cid-uJuhTS2EoQ .wrap:hover .mbr-section-title a {
  color: #ffe66d !important;
}
.cid-uJuhTS2EoQ .text-wrapper {
  padding: 70px 0;
  padding: 70px 40px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-uJuhTS2EoQ .text-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uJuhTS2EoQ .text-wrapper {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uJuhTS2EoQ .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uJuhTS2EoQ .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uJuhTS2EoQ .row {
  flex-direction: row-reverse;
}
.cid-uJuhTS2EoQ .text-wrapper {
  padding: 70px 40px;
  padding-right: 0;
}
@media (max-width: 991px) {
  .cid-uJuhTS2EoQ .text-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uJuhTS2EoQ .text-wrapper {
    padding: 20px;
  }
}
.cid-uJuhTS2EoQ .mbr-section-subtitle,
.cid-uJuhTS2EoQ .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uJuhTS2EoQ .image {
  width: 100%;
}
.cid-uJuhTS2EoQ .image img {
  width: 101%;
  border-radius: 4px;
  object-fit: cover;
}
.cid-uJuhTS2EoQ .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uJuhTS2EoQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJuhTS2EoQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJuhTT2lHW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-image: url("../../../assets/images/backgraund-trend.jpg");
}
.cid-uJuhTT2lHW .mbr-overlay {
  background: #08323c;
  background: linear-gradient(to right, #08323c, #08323c);
}
.cid-uJuhTT2lHW .container {
  z-index: 1;
}
.cid-uJuhTT2lHW .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-uJuhTT2lHW .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uJuhTT2lHW .mbr-section-btn {
  margin-top: 35px;
}
.cid-uJuhTT2lHW .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uJuhTT2lHW .mbr-section-btn .btn-white:hover {
  background-color: #ff9063 !important;
  border-color: #ff9063 !important;
  color: #ffffff !important;
}
.cid-uJuhTT2lHW .mbr-section-title,
.cid-uJuhTT2lHW .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uJuhTT2lHW .animation__background .circle {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 100px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-uJuhTT2lHW .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-uJuhTT2lHW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJuhTT2lHW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJuxBrsp7y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJuxBrsp7y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJuxBrsp7y .mbr-fallback-image {
  display: block;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJuxBrsp7y .content-wrapper {
  display: flex;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uJuxBrsp7y .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uJuxBrsp7y .content-wrapper .content-wrap {
  width: 60%;
}
@media (max-width: 1199px) {
  .cid-uJuxBrsp7y .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 50%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uJuxBrsp7y .content-wrapper .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uJuxBrsp7y .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uJuxBrsp7y .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uJuxBrsp7y .content-wrapper .content-wrap .text-wrapper .mbr-section-title .mbr-iconfont {
  color: #bff747;
}
@media (max-width: 992px) {
  .cid-uJuxBrsp7y .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJuxBrsp7y .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uJuxBrsp7y .content-wrapper .panel-group {
  width: 40%;
}
@media (max-width: 1199px) {
  .cid-uJuxBrsp7y .content-wrapper .panel-group {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uJuxBrsp7y .content-wrapper .panel-group {
    margin-bottom: 24px;
    width: 100%;
    padding: 0;
  }
}
.cid-uJuxBrsp7y .content-wrapper .panel-group .card {
  position: relative;
  padding: 1.2rem;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #000000;
  background-color: #08323c;
  backgraund-color: show.bs.collapse #000000;
}
@media (max-width: 992px) {
  .cid-uJuxBrsp7y .content-wrapper .panel-group .card {
    padding: 16px;
    width: 100%;
  }
}
.cid-uJuxBrsp7y .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uJuxBrsp7y .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uJuxBrsp7y .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uJuxBrsp7y .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uJuxBrsp7y .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uJuxBrsp7y .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #fdfd96;
}
.cid-uJuxBrsp7y .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uJuxBrsp7y .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uJuxBrsp7y .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uJuxBrsp7y .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uJuxBrsp7y .mbr-section-title,
.cid-uJuxBrsp7y .mbr-text,
.cid-uJuxBrsp7y .panel-title-edit,
.cid-uJuxBrsp7y .panel-text {
  color: #000000;
}
.cid-uJuxBrsp7y .panel-title-edit,
.cid-uJuxBrsp7y .icon-wrapper {
  color: #ffffff;
}
.cid-uJuxBrsp7y .panel-text {
  color: #ffffff;
}
.cid-uJuhTTWoFc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJuhTTWoFc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJuhTTWoFc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJuhTTWoFc .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uJuhTTWoFc .content-wrapper {
    padding: 0;
  }
}
.cid-uJuhTTWoFc .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uJuhTTWoFc .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJuhTTWoFc .content-wrapper .google-map {
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
}
.cid-uJuhTTWoFc .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uJuhTTWoFc .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uJuhTTWoFc .mbr-section-title {
  color: #050f0f;
}
.cid-uJuhTTWoFc .mbr-section-title,
.cid-uJuhTTWoFc .mbr-section-btn {
  text-align: center;
}
.cid-uJuhTUOmxv {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #08323c;
  position: relative;
  overflow: hidden;
}
.cid-uJuhTUOmxv .container {
  max-width: 1400px;
}
.cid-uJuhTUOmxv .card-img2 span {
  padding-top: 6px;
}
.cid-uJuhTUOmxv .soc-item a {
  padding-top: 5px;
}
.cid-uJuhTUOmxv .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uJuhTUOmxv .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-uJuhTUOmxv .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-uJuhTUOmxv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uJuhTUOmxv svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uJuhTUOmxv #e2_shape {
  fill: #e56d3d !important;
}
.cid-uJuhTUOmxv .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uJuhTUOmxv .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uJuhTUOmxv .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uJuhTUOmxv .card-img {
  width: auto;
}
.cid-uJuhTUOmxv .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uJuhTUOmxv .soc-item span {
  font-size: 1.4rem;
}
.cid-uJuhTUOmxv .soc-item:hover span {
  color: #ff9063 !important;
}
.cid-uJuhTUOmxv .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uJuhTUOmxv .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uJuhTUOmxv .media-wrap {
  margin-bottom: 1rem;
}
.cid-uJuhTUOmxv .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uJuhTUOmxv img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uJuhTUOmxv .item {
    justify-content: center;
  }
  .cid-uJuhTUOmxv .quote::after {
    left: 60px;
  }
}
.cid-uJuhTUOmxv .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uJuhTUOmxv .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uJuhTUOmxv .text1 {
  color: #ffffff;
}
.cid-uJuhTUOmxv .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-uJuhTUOmxv H5 {
  color: #ffffff;
  text-align: left;
}
.cid-uJuhTUOmxv .theme {
  color: #ffffff;
}
.cid-uJuhTUOmxv .copyright > p {
  color: #ff3366;
}
.cid-uJuhTUOmxv .text2 {
  color: #ffffff;
}
.cid-uJuhTVKfe6 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #08323c;
}
.cid-uJuhTVKfe6 .mbr-text {
  color: #ffffff;
}
.cid-uJuntpet86 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uJuntpet86 .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;
}
@media (max-width: 767px) {
  .cid-uJuntpet86 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uJuntpet86 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJuntpet86 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uJuntpet86 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJuntpet86 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJuntpet86 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uJuntpet86 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uJuntpet86 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uJuntpet86 .navbar-nav .nav-item .nav-link:hover {
  background-color: #000000;
}
.cid-uJuntpet86 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uJuntpet86 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uJuntpet86 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uJuntpet86 .navbar-nav .dropdown-item:hover {
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-uJuntpet86 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uJuntpet86 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uJuntpet86 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uJuntpet86 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uJuntpet86 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uJuntpet86 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uJuntpet86 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uJuntpet86 .container {
  display: flex;
  height: 80px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(8, 50, 60, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #08323c;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uJuntpet86 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJuntpet86 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uJuntpet86 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJuntpet86 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #08323c;
  background: rgba(8, 50, 60, 0.8) !important;
}
.cid-uJuntpet86 .nav-item:focus,
.cid-uJuntpet86 .nav-link:focus {
  outline: none;
}
.cid-uJuntpet86 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJuntpet86 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJuntpet86 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJuntpet86 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJuntpet86 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJuntpet86 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJuntpet86 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uJuntpet86 .navbar.opened {
  transition: all 0.3s;
}
.cid-uJuntpet86 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJuntpet86 .navbar .navbar-logo img {
  width: auto;
}
.cid-uJuntpet86 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uJuntpet86 .navbar.collapsed {
  justify-content: center;
}
.cid-uJuntpet86 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJuntpet86 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJuntpet86 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uJuntpet86 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJuntpet86 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJuntpet86 .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-uJuntpet86 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJuntpet86 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJuntpet86 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uJuntpet86 .navbar {
    min-height: 72px;
  }
  .cid-uJuntpet86 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uJuntpet86 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJuntpet86 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJuntpet86 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJuntpet86 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJuntpet86 .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-uJuntpet86 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJuntpet86 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uJuntpet86 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJuntpet86 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJuntpet86 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uJuntpet86 .dropdown-item.active,
.cid-uJuntpet86 .dropdown-item:active {
  background-color: transparent;
}
.cid-uJuntpet86 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJuntpet86 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJuntpet86 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJuntpet86 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #08323c;
}
.cid-uJuntpet86 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uJuntpet86 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uJuntpet86 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJuntpet86 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uJuntpet86 .navbar-buttons {
    text-align: left;
  }
}
.cid-uJuntpet86 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJuntpet86 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uJuntpet86 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJuntpet86 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJuntpet86 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJuntpet86 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJuntpet86 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJuntpet86 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJuntpet86 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJuntpet86 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJuntpet86 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJuntpet86 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJuntpet86 .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: 992px) {
  .cid-uJuntpet86 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJuntpet86 .navbar {
    height: 70px;
  }
  .cid-uJuntpet86 .navbar.opened {
    height: auto;
  }
  .cid-uJuntpet86 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJuntpet86 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uJuntpet86 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uJuntpet86 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uJuntpet86 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uJuntpet86 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uJuntpet86 .navbar-buttons .btn {
  padding: 10px 30px;
}
.cid-uJuntpet86 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uJuntpet86 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uJuntpet86 .navbar-brand {
    margin-right: auto;
  }
  .cid-uJuntpet86 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #08323c;
    opacity: 1;
    border-color: rgba(8, 50, 60, 0.8) !important;
    background: rgba(8, 50, 60, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uJuntpet86 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uJuntpet86 .navbar-nav .dropdown-item:hover {
    background-color: #000000;
  }
  .cid-uJuntpet86 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uJuntpet86 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uJuntpet86 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uJuntpet86 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uJuntpet86 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uJuntpet86 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uJuntpet86 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uJuntpet86 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uJuntq0Hhw {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJuntq0Hhw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJuntq0Hhw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJuntq0Hhw .row {
  margin: 0 -8px;
}
.cid-uJuntq0Hhw .row .card {
  padding: 0 8px;
}
.cid-uJuntq0Hhw .card-wrapper {
  padding: 75px 64px;
  background-color: #234445;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uJuntq0Hhw .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uJuntq0Hhw .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-uJuntq0Hhw .card-wrapper .card-wrap {
  width: 100%;
}
.cid-uJuntq0Hhw .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uJuntq0Hhw .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJuntq0Hhw .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uJuntq0Hhw .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJuntq0Hhw .card-wrapper .card-wrap .logo-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJuntq0Hhw .card-wrapper .card-wrap .logo-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uJuntq0Hhw .card-wrapper .card-wrap .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
  padding: 10px;
  background-color: #ffffff;
}
.cid-uJuntq0Hhw .card-wrapper .card-wrap .logo-wrapper .logo-wrap img {
  width: 45px;
  height: 45px;
  min-width: 45px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uJuntq0Hhw .card-wrapper .card-wrap .logo-wrapper .logo-wrap .mbr-desc {
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-uJuntq0Hhw .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJuntq0Hhw .image-wrapper {
  height: 100%;
}
.cid-uJuntq0Hhw .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uJuntq0Hhw .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uJuntq0Hhw .mbr-text,
.cid-uJuntq0Hhw .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uJuntq0Hhw .logo-wrapper,
.cid-uJuntq0Hhw .mbr-desc {
  text-align: center;
}
.cid-uJuntq0Hhw .mbr-desc {
  color: #63635d;
}
.cid-uJuntq0Hhw .mbr-section-title,
.cid-uJuntq0Hhw .mbr-section-btn {
  color: #ffffff;
}
.cid-uJuntqFaSq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #234445;
}
.cid-uJuntqFaSq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJuntqFaSq .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-uJuntqFaSq .container {
    padding: 0 15px;
  }
}
.cid-uJuntqFaSq .row {
  justify-content: center;
}
.cid-uJuntqFaSq .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uJuntqFaSq .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uJuntqFaSq .subtitle-wrapper {
  padding-right: 28px;
  padding-right: 0;
  padding-left: 28px;
}
@media (max-width: 992px) {
  .cid-uJuntqFaSq .subtitle-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uJuntqFaSq .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uJuntqFaSq .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJuntqFaSq .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uJuntqFaSq .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uJuntqFaSq .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uJuntqFaSq .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uJuntqFaSq .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uJuntqFaSq .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff4fd;
  color: #ffffff;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-uJuntqFaSq .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uJuntqFaSq .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uJuntqFaSq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJuntqFaSq .list {
  color: #ffffff;
}
.cid-uJuntrl4xj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #234445;
  position: relative;
}
.cid-uJuntrl4xj::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#ffffff 50%, transparent);
  pointer-events: none;
  z-index: 1;
}
.cid-uJuntrl4xj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJuntrl4xj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJuntrl4xj .row {
  justify-content: center;
}
.cid-uJuntrl4xj .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJuntrl4xj .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(0deg, #a78aff, #ffffff 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uJuntrl4xj .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uJuntrl4xj .mbr-section-title {
  color: #ffffff;
}
.cid-uJuntrl4xj .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uJuntrl4xj .mbr-section-title,
.cid-uJuntrl4xj .mbr-section-btn {
  text-align: center;
}
.cid-uJuntrXwuv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #234445;
}
.cid-uJuntrXwuv .info-border {
  border-bottom: 2px solid #ffffff;
}
.cid-uJuntrXwuv .info-border {
  padding: 0 0 200px;
}
.cid-uJuntrXwuv .info-img {
  margin: 80px 44px 0 0;
  position: relative;
}
.cid-uJuntrXwuv .info-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 80px;
}
.cid-uJuntrXwuv .btn {
  width: 360px;
  height: 76px;
}
@media (max-width: 991px) {
  .cid-uJuntrXwuv .info-img {
    margin-right: 0;
  }
  .cid-uJuntrXwuv .info-wrapper {
    margin-top: 30px;
  }
  .cid-uJuntrXwuv .info-border {
    padding-bottom: 100px;
  }
  .cid-uJuntrXwuv .btn {
    width: 260px;
    height: 66px;
  }
}
@media (max-width: 768px) {
  .cid-uJuntrXwuv .info-img {
    margin-top: 60px;
  }
}
@media (max-width: 425px) {
  .cid-uJuntrXwuv .info-img {
    margin-top: 30px;
  }
  .cid-uJuntrXwuv .info-border {
    padding-bottom: 50px;
  }
  .cid-uJuntrXwuv .info-wrapper {
    margin-top: 20px;
  }
  .cid-uJuntrXwuv .btn {
    width: 200px;
    height: 56px;
  }
}
@media (max-width: 320px) {
  .cid-uJuntrXwuv .info-img {
    margin-top: 0;
  }
  .cid-uJuntrXwuv .btn {
    width: 181px;
    height: 50px;
  }
}
.cid-uJuntrXwuv .mbr-section-title {
  color: #ffffff;
}
.cid-uJuntrXwuv .mbr-text,
.cid-uJuntrXwuv .mbr-section-btn {
  color: #ffffff;
}
.cid-uJuntsyNP6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff3f3;
}
.cid-uJuntsyNP6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJuntsyNP6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJuntsyNP6 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uJuntsyNP6 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uJuntsyNP6 .container {
    padding: 0 25px;
  }
}
.cid-uJuntsyNP6 .row {
  justify-content: center;
}
.cid-uJuntsyNP6 .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uJuntsyNP6 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uJuntsyNP6 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJuntsyNP6 .mbr-section-btn {
  margin-bottom: 70px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uJuntsyNP6 .mbr-section-btn {
    margin-bottom: 20px;
    text-align: right;
  }
}
.cid-uJuntsyNP6 .content-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uJuntsyNP6 .content-wrapper {
    display: block;
  }
}
.cid-uJuntsyNP6 .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uJuntsyNP6 .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uJuntsyNP6 .content-wrapper .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uJuntsyNP6 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uJuntsyNP6 .content-wrapper .cont-wrapper {
  padding: 50px 60px;
  background-color: #000000;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uJuntsyNP6 .content-wrapper .cont-wrapper {
    padding: 30px;
    width: 100%;
  }
}
.cid-uJuntsyNP6 .content-wrapper .cont-wrapper .desc-wrap .mbr-desc {
  display: inline-flex;
  padding: 2px 4px 0;
  background-color: #a0ffc2;
  margin-bottom: 8px;
}
.cid-uJuntsyNP6 .content-wrapper .cont-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uJuntsyNP6 .content-wrapper .cont-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJuntsyNP6 .content-wrapper .cont-wrapper .social-wrap {
  margin-top: 16px;
}
.cid-uJuntsyNP6 .content-wrapper .cont-wrapper .social-wrap .social-row {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uJuntsyNP6 .content-wrapper .cont-wrapper .social-wrap .social-row .soc-item {
  margin-right: 10px;
}
.cid-uJuntsyNP6 .content-wrapper .cont-wrapper .social-wrap .social-row .soc-item a:hover .mbr-iconfont {
  background-color: #a0ffc2;
}
.cid-uJuntsyNP6 .content-wrapper .cont-wrapper .social-wrap .social-row .soc-item a .mbr-iconfont {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  color: #2f2e30;
}
.cid-uJuntsyNP6 .mbr-card-title {
  color: #2f2e30;
}
.cid-uJuntsyNP6 .mbr-desc {
  color: #2f2e30;
}
.cid-uJuntsyNP6 .mbr-text {
  color: #2f2e30;
}
.cid-uJunttssnp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #234445;
}
.cid-uJunttssnp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJunttssnp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJunttssnp .container-small,
.cid-uJunttssnp .container-fluid {
  padding: 0 !important;
}
.cid-uJunttssnp .container-small {
  max-width: 1440px;
}
.cid-uJunttssnp .text-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 20px;
  min-height: 480px;
  margin: 0 auto;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uJunttssnp .text-box {
    min-height: 400px;
    padding: 50px 20px;
  }
}
@media (max-width: 767px) {
  .cid-uJunttssnp .text-box {
    padding: 50px 10px;
  }
}
.cid-uJunttssnp .mbr-section-title {
  color: #000000;
}
.cid-uJunttssnp .mbr-section-subtitle {
  margin-top: 20px;
  color: #131313;
}
.cid-uJunttssnp .mbr-text {
  margin-top: 44px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-uJunttssnp .mbr-text {
    margin-top: 20px;
  }
}
.cid-uJunttssnp .mbr-text a {
  text-decoration: underline;
}
.cid-uJunttssnp .mbr-section-btn {
  margin-top: 34px;
}
.cid-uJunttssnp .mbr-section-subtitle,
.cid-uJunttssnp .mbr-section-btn {
  color: #050f0f;
}
.cid-uJuntu3Uvk {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uJuntu3Uvk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJuntu3Uvk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJuntu3Uvk .content-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  padding: 80px 60px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .cid-uJuntu3Uvk .content-wrapper {
    gap: 16px;
  }
}
@media (max-width: 1199px) {
  .cid-uJuntu3Uvk .content-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uJuntu3Uvk .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uJuntu3Uvk .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uJuntu3Uvk .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-uJuntu3Uvk .content-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-uJuntu3Uvk .content-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uJuntu3Uvk .content-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background-color: #234445;
}
.cid-uJuntu3Uvk .content-wrapper .item .item-wrapper:hover,
.cid-uJuntu3Uvk .content-wrapper .item .item-wrapper:focus {
  transform: translate(0.2rem, 0.2rem);
  box-shadow: none;
}
.cid-uJuntu3Uvk .content-wrapper .item .item-wrapper .item-content .item-img {
  border-bottom: 3px solid #050f0f;
}
.cid-uJuntu3Uvk .content-wrapper .item .item-wrapper .item-content .item-img img {
  height: 390px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uJuntu3Uvk .content-wrapper .item .item-wrapper .item-content .item-img img {
    height: 350px;
  }
}
.cid-uJuntu3Uvk .content-wrapper .item .item-wrapper .item-content .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: .8;
}
.cid-uJuntu3Uvk .content-wrapper .item .item-wrapper .item-content .text-wrapper {
  padding: 32px;
}
@media (max-width: 1440px) {
  .cid-uJuntu3Uvk .content-wrapper .item .item-wrapper .item-content .text-wrapper {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJuntu3Uvk .content-wrapper .item .item-wrapper .item-content .text-wrapper {
    padding: 32px 16px;
  }
}
.cid-uJuntu3Uvk .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uJuntu3Uvk .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-title {
    margin-bottom: 24px;
  }
}
.cid-uJuntu3Uvk .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uJuntu3Uvk .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    margin-bottom: 0;
  }
}
.cid-uJuntu3Uvk .content-wrapper .item .item-wrapper .tags-wrapper {
  padding: 0 32px 24px 32px;
}
@media (max-width: 1440px) {
  .cid-uJuntu3Uvk .content-wrapper .item .item-wrapper .tags-wrapper {
    padding: 0 24px 24px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJuntu3Uvk .content-wrapper .item .item-wrapper .tags-wrapper {
    padding: 0 16px 24px 16px;
  }
}
.cid-uJuntu3Uvk .content-wrapper .item .item-wrapper .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uJuntu3Uvk .content-wrapper .item .item-wrapper .tags-wrapper .list .item-wrap {
  display: inline-flex;
  padding: 11px 20px;
  margin: 0 8px 8px 0;
  background-color: #ffffff;
}
.cid-uJuntu3Uvk .content-wrapper .item .item-wrapper .tags-wrapper .list .item-wrap:nth-child(2n) {
  background-color: #bafca2;
}
.cid-uJuntu3Uvk .content-wrapper .item .item-wrapper .tags-wrapper .list .item-wrap:nth-child(3n) {
  background-color: #ffd300;
}
.cid-uJuntu3Uvk .item-title {
  color: #ffffff;
}
.cid-uJuntu3Uvk .item-text {
  color: #050f0f;
}
.cid-uJuntu3Uvk .list {
  color: #050f0f;
}
.cid-uJuntuY0Hp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #234445;
}
.cid-uJuntuY0Hp .mbr-section-title {
  color: #fff;
  line-height: 1.1;
}
.cid-uJuntuY0Hp .content-text {
  margin-bottom: 50px;
}
.cid-uJuntuY0Hp .content-card {
  border-radius: 10px;
  background-color: #234445;
  padding: 6.24rem 8.76rem;
  border: 1px solid #ffffff;
  margin: 0.1px;
}
@media (max-width: 768px) {
  .cid-uJuntuY0Hp .content-card {
    padding: 2.5rem 1rem;
  }
}
@media (max-width: 992px) {
  .cid-uJuntuY0Hp .content-card {
    text-align: center;
  }
}
.cid-uJuntuY0Hp .container-link {
  border-radius: 100%;
  width: 18.5rem;
  height: 18.5rem;
  color: #181818;
  background-color: #ffffff;
  text-transform: uppercase;
  transition: background-color 200ms cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  font-weight: 500;
}
@media (max-width: 992px) {
  .cid-uJuntuY0Hp .container-link {
    margin: 0 auto;
  }
}
@media (max-width: 460px) {
  .cid-uJuntuY0Hp .container-link {
    width: 15rem;
    height: 15rem;
  }
}
.cid-uJuntuY0Hp .container-link:hover {
  background-image: none !important;
  transform: scale(1.1);
}
.cid-uJuntuY0Hp .social {
  color: #fff;
  text-transform: uppercase;
  display: flex;
  gap: 30px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uJuntuY0Hp .social {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-uJuntuY0Hp .social {
    flex-direction: column;
  }
}
.cid-uJuntuY0Hp .social-links {
  text-decoration: underline;
  font-weight: 500;
  line-height: 1.72;
}
.cid-uJuntuY0Hp .socicon {
  margin-right: 10px;
  font-size: 20px;
  color: #ffffff;
}
.cid-uJuntuY0Hp .subtitle {
  margin-bottom: 2.9rem;
  line-height: 1.4;
  color: #fff;
  font-weight: 300;
}
.cid-uJuntuY0Hp .mobi-mbri-download {
  position: relative;
  top: 2.5rem;
  font-size: 23px;
}
.cid-uJuntuY0Hp .mbr-iconfont {
  color: #181818;
}
.cid-uJuntvJCtk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #08323c;
  background-color: #ffffff;
}
.cid-uJuntvJCtk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJuntvJCtk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJuntvJCtk .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uJuntvJCtk .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uJuntvJCtk .content-wrapper {
    padding: 0;
  }
}
.cid-uJuntvJCtk .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJuntvJCtk .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uJuntvJCtk .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uJuntvJCtk .items-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uJuntvJCtk .items-wrapper {
    display: block;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uJuntvJCtk .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uJuntvJCtk .items-wrapper .item .item-wrapper {
  padding: 108px;
  height: 100%;
  min-height: 570px;
  border: 2px solid #08323c;
  box-shadow: -10px 10px 0 #08323c;
}
@media (max-width: 1440px) {
  .cid-uJuntvJCtk .items-wrapper .item .item-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uJuntvJCtk .items-wrapper .item .item-wrapper {
    padding: 20px;
    min-height: auto;
  }
}
@media (max-width: 992px) {
  .cid-uJuntvJCtk .items-wrapper .item .item-wrapper {
    box-shadow: -5px 5px 0 #08323c;
  }
}
.cid-uJuntvJCtk .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJuntvJCtk .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 32px;
  }
}
.cid-uJuntvJCtk .items-wrapper .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
  border: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-uJuntvJCtk .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uJuntvJCtk .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJuntvJCtk .items-wrapper .item .item-wrapper .card-box .item-title {
    margin-bottom: 32px;
  }
}
.cid-uJuntvJCtk .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 32px;
}
.cid-uJuntvJCtk .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uJuntvJCtk .item-title {
  color: #ffffff;
}
.cid-uJuntvJCtk .item-text {
  color: #ffffff;
}
.cid-uJuntvJCtk .item-title,
.cid-uJuntvJCtk .mbr-section-btn {
  color: #050f0f;
}
.cid-uJuntwELkN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uJuntwELkN .first-card {
  background-color: #ffffff;
}
.cid-uJuntwELkN .card-box {
  padding: 1.5rem 1rem 0 1rem;
}
.cid-uJuntwELkN .second-card-title {
  text-align: center;
  color: #ffffff;
}
.cid-uJuntwELkN .second-card-subtitle {
  text-align: center;
}
.cid-uJuntwELkN .second-card {
  background-color: #234445;
}
.cid-uJuntwELkN .second-card-wrap {
  margin: auto 0;
  padding: 3rem 1.5rem;
}
@media (min-width: 992px) {
  .cid-uJuntwELkN [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uJuntwELkN .card-wrapper {
    padding-bottom: 3rem;
    text-align: center;
  }
}
.cid-uJuntwELkN .first-card-title {
  text-align: left;
  color: #000000;
}
.cid-uJuntwELkN .first-card-text,
.cid-uJuntwELkN .card-btn {
  text-align: center;
}
.cid-uJuntwELkN .mbr-text,
.cid-uJuntwELkN .card-btn {
  text-align: left;
}
.cid-uJuntwELkN .second-card-subtitle,
.cid-uJuntwELkN .second-btn {
  text-align: center;
}
.cid-uJuntwELkN .card {
  border-radius: 0 !important;
}
.cid-uJuntwELkN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJuntwELkN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJuntxtu9I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #234445;
}
.cid-uJuntxtu9I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJuntxtu9I .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-uJuntxtu9I .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJuntxtu9I .container {
    padding: 0 12px;
  }
}
.cid-uJuntxtu9I .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uJuntxtu9I .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJuntxtu9I .tabs-wrap {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uJuntxtu9I .tabs-wrap {
    margin-bottom: 24px;
  }
}
.cid-uJuntxtu9I .tabs-wrap .nav.nav-tabs {
  display: block;
  border: none;
  width: 100%;
}
.cid-uJuntxtu9I .tabs-wrap .nav.nav-tabs .nav-item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uJuntxtu9I .tabs-wrap .nav.nav-tabs .nav-item {
    margin-bottom: 16px;
  }
}
.cid-uJuntxtu9I .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  background-color: transparent;
  border: none;
  padding: 6px 12px;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uJuntxtu9I .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
    border-radius: 12px;
  }
}
.cid-uJuntxtu9I .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #c14a1a;
}
.cid-uJuntxtu9I .tab-content {
  padding: 60px;
  border-radius: 50px;
  border: 3px solid #ffffff;
  box-shadow: 4px 4px #ffffff;
}
@media (max-width: 992px) {
  .cid-uJuntxtu9I .tab-content {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uJuntxtu9I .tab-content .tab-pane img {
  height: 500px;
  object-fit: cover;
  border-radius: 50px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uJuntxtu9I .tab-content .tab-pane img {
    height: 300px;
    border-radius: 24px;
  }
}
.cid-uJuntxtu9I .tab-content .tab-pane .mbr-desc {
  margin-bottom: 16px;
}
.cid-uJuntxtu9I .mbr-section-title {
  color: #222222;
}
.cid-uJuntxtu9I .mbr-desc {
  color: #222222;
}
.cid-uJuntxtu9I .mbr-desc,
.cid-uJuntxtu9I .mbr-section-btn {
  text-align: center;
}
.cid-uJuntxtu9I .mbr-section-title,
.cid-uJuntxtu9I .nav-item {
  color: #ffffff;
  text-align: center;
}
.cid-uJuntyCtb8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJuntyCtb8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJuntyCtb8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJuntyCtb8 .video-wrapper iframe {
  width: 100%;
}
.cid-uJuntyCtb8 .app-video-wrapper::before {
  font-size: 100px;
  line-height: 100px;
  border: 10px solid #f7fff7;
  border-radius: 50%;
  padding: 28px 28px 28px 30px;
  top: 45%;
  left: 45%;
}
@media (max-width: 768px) {
  .cid-uJuntyCtb8 .app-video-wrapper::before {
    font-size: 70px;
    line-height: 70px;
    border: none;
    padding: 0;
    top: 50%;
    left: 50%;
  }
}
.cid-uJuntyCtb8 .video-block {
  position: relative;
  z-index: 1;
}
.cid-uJuntyCtb8 .video-block .video-wrapper iframe {
  z-index: 1;
  position: relative;
}
.cid-uJuntyCtb8 .video-block .image-absolute {
  position: absolute;
  top: -12rem;
  left: -4rem;
  width: 300px;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uJuntyCtb8 .video-block .image-absolute {
    display: none;
  }
}
.cid-uJuntzg2v4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08323c;
}
.cid-uJuntzg2v4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJuntzg2v4 .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-uJuntzg2v4 .container {
    padding: 0 16px;
  }
}
.cid-uJuntzg2v4 .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uJuntzg2v4 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uJuntzg2v4 .list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-uJuntzg2v4 .list-wrapper .text-wrap .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uJuntzg2v4 .list-wrapper .text-wrap .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uJuntzg2v4 .list-wrapper .text-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uJuntzg2v4 .list-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uJuntzg2v4 .list-wrapper .list-wrap {
    margin-bottom: 40px;
  }
}
.cid-uJuntzg2v4 .list-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uJuntzg2v4 .list-wrapper .list-wrap .mbr-list-title {
    margin-bottom: 20px;
  }
}
.cid-uJuntzg2v4 .list-wrapper .list-wrap .list {
  margin: 0;
  list-style: none;
  padding-left: 32px;
}
.cid-uJuntzg2v4 .list-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 30px;
  list-style: none;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-uJuntzg2v4 .list-wrapper .list-wrap .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-uJuntzg2v4 .list-wrapper .list-wrap .list .item-wrap:before {
  position: absolute;
  left: -32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: transparent;
  border: 3px solid #ffffff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 24px;
  content: "✓";
}
.cid-uJuntzg2v4 .image-wrapper {
  position: relative;
  padding: 40px 100px 0;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uJuntzg2v4 .image-wrapper {
    padding: 0;
  }
}
.cid-uJuntzg2v4 .image-wrapper .image_1 {
  height: 520px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uJuntzg2v4 .image-wrapper .image_1 {
    height: 280px;
  }
}
.cid-uJuntzg2v4 .image-wrapper .image_2 {
  position: absolute;
  top: 0;
  left: 5rem;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uJuntzg2v4 .image-wrapper .image_2 {
    display: none;
  }
}
.cid-uJuntzg2v4 .image-wrapper .container-wrap {
  position: absolute;
  top: 1rem;
  left: 40px;
  height: 80%;
  width: 75%;
  border: 2px dashed #ffffff;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uJuntzg2v4 .image-wrapper .container-wrap {
    display: none;
  }
}
.cid-uJuntzg2v4 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uJuntzg2v4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJuntzg2v4 .mbr-text {
  color: #ffffff;
}
.cid-uJuntzg2v4 .mbr-list-title {
  color: #08323C;
}
.cid-uJuntzg2v4 .list {
  color: #ffffff;
}
.cid-uJuntActdc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJuntActdc .wrap {
  overflow: hidden;
  background-color: #08323c;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-uJuntActdc .wrap {
    height: auto;
  }
}
.cid-uJuntActdc .wrap:hover .mbr-section-title a {
  color: #ffe66d !important;
}
.cid-uJuntActdc .text-wrapper {
  padding: 70px 0;
  padding: 70px 40px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-uJuntActdc .text-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uJuntActdc .text-wrapper {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uJuntActdc .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uJuntActdc .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uJuntActdc .row {
  flex-direction: row-reverse;
}
.cid-uJuntActdc .text-wrapper {
  padding: 70px 40px;
  padding-right: 0;
}
@media (max-width: 991px) {
  .cid-uJuntActdc .text-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uJuntActdc .text-wrapper {
    padding: 20px;
  }
}
.cid-uJuntActdc .mbr-section-subtitle,
.cid-uJuntActdc .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uJuntActdc .image {
  width: 100%;
}
.cid-uJuntActdc .image img {
  width: 101%;
  border-radius: 4px;
  object-fit: cover;
}
.cid-uJuntActdc .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uJuntActdc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJuntActdc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJuntAVlh0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-image: url("../../../assets/images/backgraund-trend.jpg");
}
.cid-uJuntAVlh0 .mbr-overlay {
  background: #08323c;
  background: linear-gradient(to right, #08323c, #08323c);
}
.cid-uJuntAVlh0 .container {
  z-index: 1;
}
.cid-uJuntAVlh0 .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-uJuntAVlh0 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uJuntAVlh0 .mbr-section-btn {
  margin-top: 35px;
}
.cid-uJuntAVlh0 .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uJuntAVlh0 .mbr-section-btn .btn-white:hover {
  background-color: #ff9063 !important;
  border-color: #ff9063 !important;
  color: #ffffff !important;
}
.cid-uJuntAVlh0 .mbr-section-title,
.cid-uJuntAVlh0 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uJuntAVlh0 .animation__background .circle {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 100px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-uJuntAVlh0 .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-uJuntAVlh0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJuntAVlh0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJuyllXSNQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJuyllXSNQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJuyllXSNQ .mbr-fallback-image {
  display: block;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJuyllXSNQ .content-wrapper {
  display: flex;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uJuyllXSNQ .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uJuyllXSNQ .content-wrapper .content-wrap {
  width: 60%;
}
@media (max-width: 1199px) {
  .cid-uJuyllXSNQ .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 50%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uJuyllXSNQ .content-wrapper .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uJuyllXSNQ .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uJuyllXSNQ .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uJuyllXSNQ .content-wrapper .content-wrap .text-wrapper .mbr-section-title .mbr-iconfont {
  color: #bff747;
}
@media (max-width: 992px) {
  .cid-uJuyllXSNQ .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJuyllXSNQ .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uJuyllXSNQ .content-wrapper .panel-group {
  width: 40%;
}
@media (max-width: 1199px) {
  .cid-uJuyllXSNQ .content-wrapper .panel-group {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uJuyllXSNQ .content-wrapper .panel-group {
    margin-bottom: 24px;
    width: 100%;
    padding: 0;
  }
}
.cid-uJuyllXSNQ .content-wrapper .panel-group .card {
  position: relative;
  padding: 1.2rem;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #000000;
  background-color: #08323c;
  backgraund-color: show.bs.collapse #000000;
}
@media (max-width: 992px) {
  .cid-uJuyllXSNQ .content-wrapper .panel-group .card {
    padding: 16px;
    width: 100%;
  }
}
.cid-uJuyllXSNQ .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uJuyllXSNQ .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uJuyllXSNQ .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uJuyllXSNQ .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uJuyllXSNQ .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uJuyllXSNQ .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #fdfd96;
}
.cid-uJuyllXSNQ .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uJuyllXSNQ .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uJuyllXSNQ .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uJuyllXSNQ .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uJuyllXSNQ .mbr-section-title,
.cid-uJuyllXSNQ .mbr-text,
.cid-uJuyllXSNQ .panel-title-edit,
.cid-uJuyllXSNQ .panel-text {
  color: #000000;
}
.cid-uJuyllXSNQ .panel-title-edit,
.cid-uJuyllXSNQ .icon-wrapper {
  color: #ffffff;
}
.cid-uJuyllXSNQ .panel-text {
  color: #ffffff;
}
.cid-uJuntBIbH0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJuntBIbH0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJuntBIbH0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJuntBIbH0 .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uJuntBIbH0 .content-wrapper {
    padding: 0;
  }
}
.cid-uJuntBIbH0 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uJuntBIbH0 .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJuntBIbH0 .content-wrapper .google-map {
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
}
.cid-uJuntBIbH0 .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uJuntBIbH0 .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uJuntBIbH0 .mbr-section-title {
  color: #050f0f;
}
.cid-uJuntBIbH0 .mbr-section-title,
.cid-uJuntBIbH0 .mbr-section-btn {
  text-align: center;
}
.cid-uJuntCxyy9 {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #08323c;
  position: relative;
  overflow: hidden;
}
.cid-uJuntCxyy9 .container {
  max-width: 1400px;
}
.cid-uJuntCxyy9 .card-img2 span {
  padding-top: 6px;
}
.cid-uJuntCxyy9 .soc-item a {
  padding-top: 5px;
}
.cid-uJuntCxyy9 .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uJuntCxyy9 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-uJuntCxyy9 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-uJuntCxyy9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uJuntCxyy9 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uJuntCxyy9 #e2_shape {
  fill: #ff9063 !important;
}
.cid-uJuntCxyy9 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uJuntCxyy9 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uJuntCxyy9 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uJuntCxyy9 .card-img {
  width: auto;
}
.cid-uJuntCxyy9 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uJuntCxyy9 .soc-item span {
  font-size: 1.4rem;
}
.cid-uJuntCxyy9 .soc-item:hover span {
  color: #ff9063 !important;
}
.cid-uJuntCxyy9 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uJuntCxyy9 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uJuntCxyy9 .media-wrap {
  margin-bottom: 1rem;
}
.cid-uJuntCxyy9 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uJuntCxyy9 img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uJuntCxyy9 .item {
    justify-content: center;
  }
  .cid-uJuntCxyy9 .quote::after {
    left: 60px;
  }
}
.cid-uJuntCxyy9 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uJuntCxyy9 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uJuntCxyy9 .text1 {
  color: #ffffff;
}
.cid-uJuntCxyy9 .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-uJuntCxyy9 H5 {
  color: #ffffff;
  text-align: left;
}
.cid-uJuntCxyy9 .theme {
  color: #ffffff;
}
.cid-uJuntCxyy9 .copyright > p {
  color: #ff3366;
}
.cid-uJuntCxyy9 .text2 {
  color: #ffffff;
}
.cid-uJuntDvXZV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #08323c;
}
.cid-uJuntDvXZV .mbr-text {
  color: #ffffff;
}
.cid-uJtsqsFQej {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uJtsqsFQej .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;
}
@media (max-width: 767px) {
  .cid-uJtsqsFQej .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uJtsqsFQej .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJtsqsFQej .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uJtsqsFQej .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJtsqsFQej .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJtsqsFQej .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uJtsqsFQej .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uJtsqsFQej .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uJtsqsFQej .navbar-nav .nav-item .nav-link:hover {
  background-color: #000000;
}
.cid-uJtsqsFQej .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uJtsqsFQej .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uJtsqsFQej .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uJtsqsFQej .navbar-nav .dropdown-item:hover {
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-uJtsqsFQej .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uJtsqsFQej .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uJtsqsFQej .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uJtsqsFQej .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uJtsqsFQej .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uJtsqsFQej .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uJtsqsFQej .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uJtsqsFQej .container {
  display: flex;
  height: 80px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(8, 50, 60, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #08323c;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uJtsqsFQej .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJtsqsFQej .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uJtsqsFQej .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJtsqsFQej .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #08323c;
  background: rgba(8, 50, 60, 0.8) !important;
}
.cid-uJtsqsFQej .nav-item:focus,
.cid-uJtsqsFQej .nav-link:focus {
  outline: none;
}
.cid-uJtsqsFQej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJtsqsFQej .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJtsqsFQej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJtsqsFQej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJtsqsFQej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJtsqsFQej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJtsqsFQej .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uJtsqsFQej .navbar.opened {
  transition: all 0.3s;
}
.cid-uJtsqsFQej .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJtsqsFQej .navbar .navbar-logo img {
  width: auto;
}
.cid-uJtsqsFQej .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uJtsqsFQej .navbar.collapsed {
  justify-content: center;
}
.cid-uJtsqsFQej .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJtsqsFQej .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJtsqsFQej .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uJtsqsFQej .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJtsqsFQej .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJtsqsFQej .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-uJtsqsFQej .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJtsqsFQej .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJtsqsFQej .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uJtsqsFQej .navbar {
    min-height: 72px;
  }
  .cid-uJtsqsFQej .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uJtsqsFQej .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJtsqsFQej .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJtsqsFQej .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJtsqsFQej .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJtsqsFQej .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-uJtsqsFQej .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJtsqsFQej .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uJtsqsFQej .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJtsqsFQej .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJtsqsFQej .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uJtsqsFQej .dropdown-item.active,
.cid-uJtsqsFQej .dropdown-item:active {
  background-color: transparent;
}
.cid-uJtsqsFQej .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJtsqsFQej .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJtsqsFQej .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJtsqsFQej .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #08323c;
}
.cid-uJtsqsFQej .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uJtsqsFQej .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uJtsqsFQej ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJtsqsFQej .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uJtsqsFQej .navbar-buttons {
    text-align: left;
  }
}
.cid-uJtsqsFQej button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJtsqsFQej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uJtsqsFQej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJtsqsFQej button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJtsqsFQej button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJtsqsFQej button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJtsqsFQej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJtsqsFQej nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJtsqsFQej nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJtsqsFQej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJtsqsFQej .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJtsqsFQej a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJtsqsFQej .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: 992px) {
  .cid-uJtsqsFQej .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJtsqsFQej .navbar {
    height: 70px;
  }
  .cid-uJtsqsFQej .navbar.opened {
    height: auto;
  }
  .cid-uJtsqsFQej .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJtsqsFQej .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uJtsqsFQej .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uJtsqsFQej .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uJtsqsFQej .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uJtsqsFQej .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uJtsqsFQej .navbar-buttons .btn {
  padding: 10px 30px;
}
.cid-uJtsqsFQej .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uJtsqsFQej .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uJtsqsFQej .navbar-brand {
    margin-right: auto;
  }
  .cid-uJtsqsFQej .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #08323c;
    opacity: 1;
    border-color: rgba(8, 50, 60, 0.8) !important;
    background: rgba(8, 50, 60, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uJtsqsFQej .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uJtsqsFQej .navbar-nav .dropdown-item:hover {
    background-color: #000000;
  }
  .cid-uJtsqsFQej .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uJtsqsFQej .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uJtsqsFQej .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uJtsqsFQej .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uJtsqsFQej .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uJtsqsFQej .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uJtsqsFQej .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uJtsqsFQej .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uJtjBLqX8H {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJtjBLqX8H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJtjBLqX8H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJtjBLqX8H .row {
  margin: 0 -8px;
}
.cid-uJtjBLqX8H .row .card {
  padding: 0 8px;
}
.cid-uJtjBLqX8H .card-wrapper {
  padding: 75px 64px;
  background-color: #234445;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uJtjBLqX8H .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uJtjBLqX8H .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-uJtjBLqX8H .card-wrapper .card-wrap {
  width: 100%;
}
.cid-uJtjBLqX8H .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uJtjBLqX8H .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJtjBLqX8H .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uJtjBLqX8H .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJtjBLqX8H .card-wrapper .card-wrap .logo-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJtjBLqX8H .card-wrapper .card-wrap .logo-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uJtjBLqX8H .card-wrapper .card-wrap .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
  padding: 10px;
  background-color: #ffffff;
}
.cid-uJtjBLqX8H .card-wrapper .card-wrap .logo-wrapper .logo-wrap img {
  width: 45px;
  height: 45px;
  min-width: 45px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uJtjBLqX8H .card-wrapper .card-wrap .logo-wrapper .logo-wrap .mbr-desc {
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-uJtjBLqX8H .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJtjBLqX8H .image-wrapper {
  height: 100%;
}
.cid-uJtjBLqX8H .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uJtjBLqX8H .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uJtjBLqX8H .mbr-text,
.cid-uJtjBLqX8H .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uJtjBLqX8H .logo-wrapper,
.cid-uJtjBLqX8H .mbr-desc {
  text-align: center;
}
.cid-uJtjBLqX8H .mbr-desc {
  color: #63635d;
}
.cid-uJtjBLqX8H .mbr-section-title,
.cid-uJtjBLqX8H .mbr-section-btn {
  color: #ffffff;
}
.cid-uJrmmDO7dd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #234445;
}
.cid-uJrmmDO7dd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJrmmDO7dd .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-uJrmmDO7dd .container {
    padding: 0 15px;
  }
}
.cid-uJrmmDO7dd .row {
  justify-content: center;
}
.cid-uJrmmDO7dd .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uJrmmDO7dd .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uJrmmDO7dd .subtitle-wrapper {
  padding-right: 28px;
  padding-right: 0;
  padding-left: 28px;
}
@media (max-width: 992px) {
  .cid-uJrmmDO7dd .subtitle-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uJrmmDO7dd .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uJrmmDO7dd .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJrmmDO7dd .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uJrmmDO7dd .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uJrmmDO7dd .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uJrmmDO7dd .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uJrmmDO7dd .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uJrmmDO7dd .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff4fd;
  color: #ffffff;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-uJrmmDO7dd .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uJrmmDO7dd .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uJrmmDO7dd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJrmmDO7dd .list {
  color: #ffffff;
}
.cid-uJtkQj5QQi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #234445;
  position: relative;
}
.cid-uJtkQj5QQi::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#ffffff 50%, transparent);
  pointer-events: none;
  z-index: 1;
}
.cid-uJtkQj5QQi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJtkQj5QQi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJtkQj5QQi .row {
  justify-content: center;
}
.cid-uJtkQj5QQi .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJtkQj5QQi .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(0deg, #a78aff, #ffffff 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uJtkQj5QQi .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uJtkQj5QQi .mbr-section-title {
  color: #ffffff;
}
.cid-uJtkQj5QQi .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uJtkQj5QQi .mbr-section-title,
.cid-uJtkQj5QQi .mbr-section-btn {
  text-align: center;
}
.cid-uJtlnJsbk4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #234445;
}
.cid-uJtlnJsbk4 .info-border {
  border-bottom: 2px solid #ffffff;
}
.cid-uJtlnJsbk4 .info-border {
  padding: 0 0 200px;
}
.cid-uJtlnJsbk4 .info-img {
  margin: 80px 44px 0 0;
  position: relative;
}
.cid-uJtlnJsbk4 .info-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 80px;
}
.cid-uJtlnJsbk4 .btn {
  width: 360px;
  height: 76px;
}
@media (max-width: 991px) {
  .cid-uJtlnJsbk4 .info-img {
    margin-right: 0;
  }
  .cid-uJtlnJsbk4 .info-wrapper {
    margin-top: 30px;
  }
  .cid-uJtlnJsbk4 .info-border {
    padding-bottom: 100px;
  }
  .cid-uJtlnJsbk4 .btn {
    width: 260px;
    height: 66px;
  }
}
@media (max-width: 768px) {
  .cid-uJtlnJsbk4 .info-img {
    margin-top: 60px;
  }
}
@media (max-width: 425px) {
  .cid-uJtlnJsbk4 .info-img {
    margin-top: 30px;
  }
  .cid-uJtlnJsbk4 .info-border {
    padding-bottom: 50px;
  }
  .cid-uJtlnJsbk4 .info-wrapper {
    margin-top: 20px;
  }
  .cid-uJtlnJsbk4 .btn {
    width: 200px;
    height: 56px;
  }
}
@media (max-width: 320px) {
  .cid-uJtlnJsbk4 .info-img {
    margin-top: 0;
  }
  .cid-uJtlnJsbk4 .btn {
    width: 181px;
    height: 50px;
  }
}
.cid-uJtlnJsbk4 .mbr-section-title {
  color: #ffffff;
}
.cid-uJtlnJsbk4 .mbr-text,
.cid-uJtlnJsbk4 .mbr-section-btn {
  color: #ffffff;
}
.cid-uJrn4S3wrf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff3f3;
}
.cid-uJrn4S3wrf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJrn4S3wrf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJrn4S3wrf .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uJrn4S3wrf .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uJrn4S3wrf .container {
    padding: 0 25px;
  }
}
.cid-uJrn4S3wrf .row {
  justify-content: center;
}
.cid-uJrn4S3wrf .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uJrn4S3wrf .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uJrn4S3wrf .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJrn4S3wrf .mbr-section-btn {
  margin-bottom: 70px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uJrn4S3wrf .mbr-section-btn {
    margin-bottom: 20px;
    text-align: right;
  }
}
.cid-uJrn4S3wrf .content-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uJrn4S3wrf .content-wrapper {
    display: block;
  }
}
.cid-uJrn4S3wrf .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uJrn4S3wrf .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uJrn4S3wrf .content-wrapper .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uJrn4S3wrf .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uJrn4S3wrf .content-wrapper .cont-wrapper {
  padding: 50px 60px;
  background-color: #000000;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uJrn4S3wrf .content-wrapper .cont-wrapper {
    padding: 30px;
    width: 100%;
  }
}
.cid-uJrn4S3wrf .content-wrapper .cont-wrapper .desc-wrap .mbr-desc {
  display: inline-flex;
  padding: 2px 4px 0;
  background-color: #a0ffc2;
  margin-bottom: 8px;
}
.cid-uJrn4S3wrf .content-wrapper .cont-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uJrn4S3wrf .content-wrapper .cont-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJrn4S3wrf .content-wrapper .cont-wrapper .social-wrap {
  margin-top: 16px;
}
.cid-uJrn4S3wrf .content-wrapper .cont-wrapper .social-wrap .social-row {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uJrn4S3wrf .content-wrapper .cont-wrapper .social-wrap .social-row .soc-item {
  margin-right: 10px;
}
.cid-uJrn4S3wrf .content-wrapper .cont-wrapper .social-wrap .social-row .soc-item a:hover .mbr-iconfont {
  background-color: #a0ffc2;
}
.cid-uJrn4S3wrf .content-wrapper .cont-wrapper .social-wrap .social-row .soc-item a .mbr-iconfont {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  color: #2f2e30;
}
.cid-uJrn4S3wrf .mbr-card-title {
  color: #2f2e30;
}
.cid-uJrn4S3wrf .mbr-desc {
  color: #2f2e30;
}
.cid-uJrn4S3wrf .mbr-text {
  color: #2f2e30;
}
.cid-uJrB007oDV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #234445;
}
.cid-uJrB007oDV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJrB007oDV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJrB007oDV .container-small,
.cid-uJrB007oDV .container-fluid {
  padding: 0 !important;
}
.cid-uJrB007oDV .container-small {
  max-width: 1440px;
}
.cid-uJrB007oDV .text-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 20px;
  min-height: 480px;
  margin: 0 auto;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uJrB007oDV .text-box {
    min-height: 400px;
    padding: 50px 20px;
  }
}
@media (max-width: 767px) {
  .cid-uJrB007oDV .text-box {
    padding: 50px 10px;
  }
}
.cid-uJrB007oDV .mbr-section-title {
  color: #000000;
}
.cid-uJrB007oDV .mbr-section-subtitle {
  margin-top: 20px;
  color: #131313;
}
.cid-uJrB007oDV .mbr-text {
  margin-top: 44px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-uJrB007oDV .mbr-text {
    margin-top: 20px;
  }
}
.cid-uJrB007oDV .mbr-text a {
  text-decoration: underline;
}
.cid-uJrB007oDV .mbr-section-btn {
  margin-top: 34px;
}
.cid-uJrB007oDV .mbr-section-subtitle,
.cid-uJrB007oDV .mbr-section-btn {
  color: #050f0f;
}
.cid-uhtTBl4oBj {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uhtTBl4oBj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhtTBl4oBj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhtTBl4oBj .content-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  padding: 80px 60px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .cid-uhtTBl4oBj .content-wrapper {
    gap: 16px;
  }
}
@media (max-width: 1199px) {
  .cid-uhtTBl4oBj .content-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uhtTBl4oBj .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uhtTBl4oBj .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uhtTBl4oBj .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-uhtTBl4oBj .content-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-uhtTBl4oBj .content-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uhtTBl4oBj .content-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background-color: #234445;
}
.cid-uhtTBl4oBj .content-wrapper .item .item-wrapper:hover,
.cid-uhtTBl4oBj .content-wrapper .item .item-wrapper:focus {
  transform: translate(0.2rem, 0.2rem);
  box-shadow: none;
}
.cid-uhtTBl4oBj .content-wrapper .item .item-wrapper .item-content .item-img {
  border-bottom: 3px solid #050f0f;
}
.cid-uhtTBl4oBj .content-wrapper .item .item-wrapper .item-content .item-img img {
  height: 390px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uhtTBl4oBj .content-wrapper .item .item-wrapper .item-content .item-img img {
    height: 350px;
  }
}
.cid-uhtTBl4oBj .content-wrapper .item .item-wrapper .item-content .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: .8;
}
.cid-uhtTBl4oBj .content-wrapper .item .item-wrapper .item-content .text-wrapper {
  padding: 32px;
}
@media (max-width: 1440px) {
  .cid-uhtTBl4oBj .content-wrapper .item .item-wrapper .item-content .text-wrapper {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uhtTBl4oBj .content-wrapper .item .item-wrapper .item-content .text-wrapper {
    padding: 32px 16px;
  }
}
.cid-uhtTBl4oBj .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uhtTBl4oBj .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-title {
    margin-bottom: 24px;
  }
}
.cid-uhtTBl4oBj .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uhtTBl4oBj .content-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    margin-bottom: 0;
  }
}
.cid-uhtTBl4oBj .content-wrapper .item .item-wrapper .tags-wrapper {
  padding: 0 32px 24px 32px;
}
@media (max-width: 1440px) {
  .cid-uhtTBl4oBj .content-wrapper .item .item-wrapper .tags-wrapper {
    padding: 0 24px 24px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uhtTBl4oBj .content-wrapper .item .item-wrapper .tags-wrapper {
    padding: 0 16px 24px 16px;
  }
}
.cid-uhtTBl4oBj .content-wrapper .item .item-wrapper .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uhtTBl4oBj .content-wrapper .item .item-wrapper .tags-wrapper .list .item-wrap {
  display: inline-flex;
  padding: 11px 20px;
  margin: 0 8px 8px 0;
  background-color: #ffffff;
}
.cid-uhtTBl4oBj .content-wrapper .item .item-wrapper .tags-wrapper .list .item-wrap:nth-child(2n) {
  background-color: #bafca2;
}
.cid-uhtTBl4oBj .content-wrapper .item .item-wrapper .tags-wrapper .list .item-wrap:nth-child(3n) {
  background-color: #ffd300;
}
.cid-uhtTBl4oBj .item-title {
  color: #ffffff;
}
.cid-uhtTBl4oBj .item-text {
  color: #050f0f;
}
.cid-uhtTBl4oBj .list {
  color: #050f0f;
}
.cid-uJtmkA8JtC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #234445;
}
.cid-uJtmkA8JtC .mbr-section-title {
  color: #fff;
  line-height: 1.1;
}
.cid-uJtmkA8JtC .content-text {
  margin-bottom: 50px;
}
.cid-uJtmkA8JtC .content-card {
  border-radius: 10px;
  background-color: #234445;
  padding: 6.24rem 8.76rem;
  border: 1px solid #ffffff;
  margin: 0.1px;
}
@media (max-width: 768px) {
  .cid-uJtmkA8JtC .content-card {
    padding: 2.5rem 1rem;
  }
}
@media (max-width: 992px) {
  .cid-uJtmkA8JtC .content-card {
    text-align: center;
  }
}
.cid-uJtmkA8JtC .container-link {
  border-radius: 100%;
  width: 18.5rem;
  height: 18.5rem;
  color: #181818;
  background-color: #ffffff;
  text-transform: uppercase;
  transition: background-color 200ms cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  font-weight: 500;
}
@media (max-width: 992px) {
  .cid-uJtmkA8JtC .container-link {
    margin: 0 auto;
  }
}
@media (max-width: 460px) {
  .cid-uJtmkA8JtC .container-link {
    width: 15rem;
    height: 15rem;
  }
}
.cid-uJtmkA8JtC .container-link:hover {
  background-image: none !important;
  transform: scale(1.1);
}
.cid-uJtmkA8JtC .social {
  color: #fff;
  text-transform: uppercase;
  display: flex;
  gap: 30px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uJtmkA8JtC .social {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-uJtmkA8JtC .social {
    flex-direction: column;
  }
}
.cid-uJtmkA8JtC .social-links {
  text-decoration: underline;
  font-weight: 500;
  line-height: 1.72;
}
.cid-uJtmkA8JtC .socicon {
  margin-right: 10px;
  font-size: 20px;
  color: #ffffff;
}
.cid-uJtmkA8JtC .subtitle {
  margin-bottom: 2.9rem;
  line-height: 1.4;
  color: #fff;
  font-weight: 300;
}
.cid-uJtmkA8JtC .mobi-mbri-download {
  position: relative;
  top: 2.5rem;
  font-size: 23px;
}
.cid-uJtmkA8JtC .mbr-iconfont {
  color: #181818;
}
.cid-uJoijmcLtc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #08323c;
  background-color: #ffffff;
}
.cid-uJoijmcLtc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoijmcLtc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoijmcLtc .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uJoijmcLtc .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uJoijmcLtc .content-wrapper {
    padding: 0;
  }
}
.cid-uJoijmcLtc .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJoijmcLtc .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uJoijmcLtc .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uJoijmcLtc .items-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uJoijmcLtc .items-wrapper {
    display: block;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uJoijmcLtc .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uJoijmcLtc .items-wrapper .item .item-wrapper {
  padding: 108px;
  height: 100%;
  min-height: 570px;
  border: 2px solid #08323c;
  box-shadow: -10px 10px 0 #08323c;
}
@media (max-width: 1440px) {
  .cid-uJoijmcLtc .items-wrapper .item .item-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uJoijmcLtc .items-wrapper .item .item-wrapper {
    padding: 20px;
    min-height: auto;
  }
}
@media (max-width: 992px) {
  .cid-uJoijmcLtc .items-wrapper .item .item-wrapper {
    box-shadow: -5px 5px 0 #08323c;
  }
}
.cid-uJoijmcLtc .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJoijmcLtc .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 32px;
  }
}
.cid-uJoijmcLtc .items-wrapper .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
  border: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-uJoijmcLtc .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uJoijmcLtc .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJoijmcLtc .items-wrapper .item .item-wrapper .card-box .item-title {
    margin-bottom: 32px;
  }
}
.cid-uJoijmcLtc .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 32px;
}
.cid-uJoijmcLtc .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uJoijmcLtc .item-title {
  color: #ffffff;
}
.cid-uJoijmcLtc .item-text {
  color: #ffffff;
}
.cid-uJoijmcLtc .item-title,
.cid-uJoijmcLtc .mbr-section-btn {
  color: #050f0f;
}
.cid-uJtpkSzTaI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uJtpkSzTaI .first-card {
  background-color: #ffffff;
}
.cid-uJtpkSzTaI .card-box {
  padding: 1.5rem 1rem 0 1rem;
}
.cid-uJtpkSzTaI .second-card-title {
  text-align: center;
  color: #ffffff;
}
.cid-uJtpkSzTaI .second-card-subtitle {
  text-align: center;
}
.cid-uJtpkSzTaI .second-card {
  background-color: #234445;
}
.cid-uJtpkSzTaI .second-card-wrap {
  margin: auto 0;
  padding: 3rem 1.5rem;
}
@media (min-width: 992px) {
  .cid-uJtpkSzTaI [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uJtpkSzTaI .card-wrapper {
    padding-bottom: 3rem;
    text-align: center;
  }
}
.cid-uJtpkSzTaI .first-card-title {
  text-align: left;
  color: #000000;
}
.cid-uJtpkSzTaI .first-card-text,
.cid-uJtpkSzTaI .card-btn {
  text-align: center;
}
.cid-uJtpkSzTaI .mbr-text,
.cid-uJtpkSzTaI .card-btn {
  text-align: left;
}
.cid-uJtpkSzTaI .second-card-subtitle,
.cid-uJtpkSzTaI .second-btn {
  text-align: center;
}
.cid-uJtpkSzTaI .card {
  border-radius: 0 !important;
}
.cid-uJtpkSzTaI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJtpkSzTaI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJrCTBmUWA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #234445;
}
.cid-uJrCTBmUWA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJrCTBmUWA .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-uJrCTBmUWA .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJrCTBmUWA .container {
    padding: 0 12px;
  }
}
.cid-uJrCTBmUWA .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uJrCTBmUWA .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJrCTBmUWA .tabs-wrap {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uJrCTBmUWA .tabs-wrap {
    margin-bottom: 24px;
  }
}
.cid-uJrCTBmUWA .tabs-wrap .nav.nav-tabs {
  display: block;
  border: none;
  width: 100%;
}
.cid-uJrCTBmUWA .tabs-wrap .nav.nav-tabs .nav-item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uJrCTBmUWA .tabs-wrap .nav.nav-tabs .nav-item {
    margin-bottom: 16px;
  }
}
.cid-uJrCTBmUWA .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  background-color: transparent;
  border: none;
  padding: 6px 12px;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uJrCTBmUWA .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
    border-radius: 12px;
  }
}
.cid-uJrCTBmUWA .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #c14a1a;
}
.cid-uJrCTBmUWA .tab-content {
  padding: 60px;
  border-radius: 50px;
  border: 3px solid #ffffff;
  box-shadow: 4px 4px #ffffff;
}
@media (max-width: 992px) {
  .cid-uJrCTBmUWA .tab-content {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uJrCTBmUWA .tab-content .tab-pane img {
  height: 500px;
  object-fit: cover;
  border-radius: 50px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uJrCTBmUWA .tab-content .tab-pane img {
    height: 300px;
    border-radius: 24px;
  }
}
.cid-uJrCTBmUWA .tab-content .tab-pane .mbr-desc {
  margin-bottom: 16px;
}
.cid-uJrCTBmUWA .mbr-section-title {
  color: #222222;
}
.cid-uJrCTBmUWA .mbr-desc {
  color: #222222;
}
.cid-uJrCTBmUWA .mbr-desc,
.cid-uJrCTBmUWA .mbr-section-btn {
  text-align: center;
}
.cid-uJrCTBmUWA .mbr-section-title,
.cid-uJrCTBmUWA .nav-item {
  color: #ffffff;
  text-align: center;
}
.cid-uJrFEO40me {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJrFEO40me .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJrFEO40me .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJrFEO40me .video-wrapper iframe {
  width: 100%;
}
.cid-uJrFEO40me .app-video-wrapper::before {
  font-size: 100px;
  line-height: 100px;
  border: 10px solid #f7fff7;
  border-radius: 50%;
  padding: 28px 28px 28px 30px;
  top: 45%;
  left: 45%;
}
@media (max-width: 768px) {
  .cid-uJrFEO40me .app-video-wrapper::before {
    font-size: 70px;
    line-height: 70px;
    border: none;
    padding: 0;
    top: 50%;
    left: 50%;
  }
}
.cid-uJrFEO40me .video-block {
  position: relative;
  z-index: 1;
}
.cid-uJrFEO40me .video-block .video-wrapper iframe {
  z-index: 1;
  position: relative;
}
.cid-uJrFEO40me .video-block .image-absolute {
  position: absolute;
  top: -12rem;
  left: -4rem;
  width: 300px;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uJrFEO40me .video-block .image-absolute {
    display: none;
  }
}
.cid-uJrEpvl1iY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08323c;
}
.cid-uJrEpvl1iY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJrEpvl1iY .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-uJrEpvl1iY .container {
    padding: 0 16px;
  }
}
.cid-uJrEpvl1iY .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uJrEpvl1iY .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uJrEpvl1iY .list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-uJrEpvl1iY .list-wrapper .text-wrap .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uJrEpvl1iY .list-wrapper .text-wrap .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uJrEpvl1iY .list-wrapper .text-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uJrEpvl1iY .list-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uJrEpvl1iY .list-wrapper .list-wrap {
    margin-bottom: 40px;
  }
}
.cid-uJrEpvl1iY .list-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uJrEpvl1iY .list-wrapper .list-wrap .mbr-list-title {
    margin-bottom: 20px;
  }
}
.cid-uJrEpvl1iY .list-wrapper .list-wrap .list {
  margin: 0;
  list-style: none;
  padding-left: 32px;
}
.cid-uJrEpvl1iY .list-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 30px;
  list-style: none;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-uJrEpvl1iY .list-wrapper .list-wrap .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-uJrEpvl1iY .list-wrapper .list-wrap .list .item-wrap:before {
  position: absolute;
  left: -32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: transparent;
  border: 3px solid #ffffff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 24px;
  content: "✓";
}
.cid-uJrEpvl1iY .image-wrapper {
  position: relative;
  padding: 40px 100px 0;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uJrEpvl1iY .image-wrapper {
    padding: 0;
  }
}
.cid-uJrEpvl1iY .image-wrapper .image_1 {
  height: 520px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uJrEpvl1iY .image-wrapper .image_1 {
    height: 280px;
  }
}
.cid-uJrEpvl1iY .image-wrapper .image_2 {
  position: absolute;
  top: 0;
  left: 5rem;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uJrEpvl1iY .image-wrapper .image_2 {
    display: none;
  }
}
.cid-uJrEpvl1iY .image-wrapper .container-wrap {
  position: absolute;
  top: 1rem;
  left: 40px;
  height: 80%;
  width: 75%;
  border: 2px dashed #ffffff;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uJrEpvl1iY .image-wrapper .container-wrap {
    display: none;
  }
}
.cid-uJrEpvl1iY .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uJrEpvl1iY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJrEpvl1iY .mbr-text {
  color: #ffffff;
}
.cid-uJrEpvl1iY .mbr-list-title {
  color: #08323C;
}
.cid-uJrEpvl1iY .list {
  color: #ffffff;
}
.cid-uJtr441FAw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJtr441FAw .wrap {
  overflow: hidden;
  background-color: #08323c;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-uJtr441FAw .wrap {
    height: auto;
  }
}
.cid-uJtr441FAw .wrap:hover .mbr-section-title a {
  color: #ffe66d !important;
}
.cid-uJtr441FAw .text-wrapper {
  padding: 70px 0;
  padding: 70px 40px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-uJtr441FAw .text-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uJtr441FAw .text-wrapper {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uJtr441FAw .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-uJtr441FAw .text-wrapper {
    padding: 20px 0;
  }
}
.cid-uJtr441FAw .row {
  flex-direction: row-reverse;
}
.cid-uJtr441FAw .text-wrapper {
  padding: 70px 40px;
  padding-right: 0;
}
@media (max-width: 991px) {
  .cid-uJtr441FAw .text-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uJtr441FAw .text-wrapper {
    padding: 20px;
  }
}
.cid-uJtr441FAw .mbr-section-subtitle,
.cid-uJtr441FAw .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uJtr441FAw .image {
  width: 100%;
}
.cid-uJtr441FAw .image img {
  width: 101%;
  border-radius: 4px;
  object-fit: cover;
}
.cid-uJtr441FAw .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uJtr441FAw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJtr441FAw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJtryUuD9j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-image: url("../../../assets/images/backgraund-trend.jpg");
}
.cid-uJtryUuD9j .mbr-overlay {
  background: #08323c;
  background: linear-gradient(to right, #08323c, #08323c);
}
.cid-uJtryUuD9j .container {
  z-index: 1;
}
.cid-uJtryUuD9j .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-uJtryUuD9j .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uJtryUuD9j .mbr-section-btn {
  margin-top: 35px;
}
.cid-uJtryUuD9j .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uJtryUuD9j .mbr-section-btn .btn-white:hover {
  background-color: #ff9063 !important;
  border-color: #ff9063 !important;
  color: #ffffff !important;
}
.cid-uJtryUuD9j .mbr-section-title,
.cid-uJtryUuD9j .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uJtryUuD9j .animation__background .circle {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 100px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-uJtryUuD9j .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-uJtryUuD9j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJtryUuD9j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhtTGmhKql {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhtTGmhKql .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhtTGmhKql .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhtTGmhKql .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uhtTGmhKql .content-wrapper {
    padding: 0;
  }
}
.cid-uhtTGmhKql .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uhtTGmhKql .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uhtTGmhKql .content-wrapper .google-map {
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
}
.cid-uhtTGmhKql .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uhtTGmhKql .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uhtTGmhKql .mbr-section-title {
  color: #050f0f;
}
.cid-uhtTGmhKql .mbr-section-title,
.cid-uhtTGmhKql .mbr-section-btn {
  text-align: center;
}
.cid-uJttpf66HW {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #08323c;
  position: relative;
  overflow: hidden;
}
.cid-uJttpf66HW .container {
  max-width: 1400px;
}
.cid-uJttpf66HW .card-img2 span {
  padding-top: 6px;
}
.cid-uJttpf66HW .soc-item a {
  padding-top: 5px;
}
.cid-uJttpf66HW .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uJttpf66HW .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-uJttpf66HW .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-uJttpf66HW .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uJttpf66HW svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uJttpf66HW #e2_shape {
  fill: #ff9063 !important;
}
.cid-uJttpf66HW .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uJttpf66HW .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uJttpf66HW .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uJttpf66HW .card-img {
  width: auto;
}
.cid-uJttpf66HW .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uJttpf66HW .soc-item span {
  font-size: 1.4rem;
}
.cid-uJttpf66HW .soc-item:hover span {
  color: #ff9063 !important;
}
.cid-uJttpf66HW .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uJttpf66HW .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uJttpf66HW .media-wrap {
  margin-bottom: 1rem;
}
.cid-uJttpf66HW .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uJttpf66HW img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uJttpf66HW .item {
    justify-content: center;
  }
  .cid-uJttpf66HW .quote::after {
    left: 60px;
  }
}
.cid-uJttpf66HW .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uJttpf66HW .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uJttpf66HW .text1 {
  color: #ffffff;
}
.cid-uJttpf66HW .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-uJttpf66HW H5 {
  color: #ffffff;
  text-align: left;
}
.cid-uJttpf66HW .theme {
  color: #ffffff;
}
.cid-uJttpf66HW .copyright > p {
  color: #ff3366;
}
.cid-uJttpf66HW .text2 {
  color: #ffffff;
}
.cid-uJmX7UoeWP {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #08323c;
}
.cid-uJmX7UoeWP .mbr-text {
  color: #ffffff;
}
