.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.image-wrapper,
.btn-wrap,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Instrument Sans;
}
.display-1 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((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: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    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: #000000 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0046c7 !important;
  border-color: #0046c7 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #0058fa !important;
  border-color: #0058fa !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0058fa !important;
  border-color: #0058fa !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #0046c7;
  color: #0046c7;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #002870 !important;
  background-color: transparent !important;
  border-color: #002870 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0046c7 !important;
  border-color: #0046c7 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.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;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #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;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #0046c7 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #002261 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.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: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.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: #b3b3b3;
}
.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 a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #000000;
}
/* 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: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.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: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #0046c7 !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='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tQnTqHRpKY {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tQnTqHRpKY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tQnTqHRpKY .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-tQnTqHRpKY .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tQnTqHRpKY .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-tQnTqHRpKY .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tQnTqHRpKY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tQnTqHRpKY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tQnTqHRpKY .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tQnTqHRpKY .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tQnTqHRpKY .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tQnTqHRpKY .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tQnTqHRpKY .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tQnTqHRpKY .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tQnTqHRpKY .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tQnTqHRpKY .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-tQnTqHRpKY .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tQnTqHRpKY .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tQnTqHRpKY .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tQnTqHRpKY .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tQnTqHRpKY .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tQnTqHRpKY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tQnTqHRpKY .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tQnTqHRpKY .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tQnTqHRpKY .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tQnTqHRpKY .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-tQnTqHRpKY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tQnTqHRpKY .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  backdrop-filter: blur(10px);
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-tQnTqHRpKY .nav-item:focus,
.cid-tQnTqHRpKY .nav-link:focus {
  outline: none;
}
.cid-tQnTqHRpKY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tQnTqHRpKY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tQnTqHRpKY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tQnTqHRpKY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tQnTqHRpKY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tQnTqHRpKY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tQnTqHRpKY .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-tQnTqHRpKY .navbar.opened {
  transition: all 0.3s;
}
.cid-tQnTqHRpKY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tQnTqHRpKY .navbar .navbar-logo img {
  width: auto;
}
.cid-tQnTqHRpKY .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tQnTqHRpKY .navbar.collapsed {
  justify-content: center;
}
.cid-tQnTqHRpKY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tQnTqHRpKY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tQnTqHRpKY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.6rem);
  }
}
.cid-tQnTqHRpKY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tQnTqHRpKY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tQnTqHRpKY .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-tQnTqHRpKY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tQnTqHRpKY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tQnTqHRpKY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tQnTqHRpKY .navbar {
    min-height: 72px;
  }
  .cid-tQnTqHRpKY .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tQnTqHRpKY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tQnTqHRpKY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tQnTqHRpKY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tQnTqHRpKY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tQnTqHRpKY .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-tQnTqHRpKY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tQnTqHRpKY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tQnTqHRpKY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tQnTqHRpKY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tQnTqHRpKY .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tQnTqHRpKY .dropdown-item.active,
.cid-tQnTqHRpKY .dropdown-item:active {
  background-color: transparent;
}
.cid-tQnTqHRpKY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tQnTqHRpKY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tQnTqHRpKY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tQnTqHRpKY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tQnTqHRpKY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tQnTqHRpKY .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tQnTqHRpKY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tQnTqHRpKY .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tQnTqHRpKY .navbar-buttons {
    text-align: left;
  }
}
.cid-tQnTqHRpKY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tQnTqHRpKY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tQnTqHRpKY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tQnTqHRpKY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQnTqHRpKY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQnTqHRpKY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tQnTqHRpKY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQnTqHRpKY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tQnTqHRpKY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tQnTqHRpKY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQnTqHRpKY .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tQnTqHRpKY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tQnTqHRpKY .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-tQnTqHRpKY .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tQnTqHRpKY .navbar {
    height: 70px;
  }
  .cid-tQnTqHRpKY .navbar.opened {
    height: auto;
  }
  .cid-tQnTqHRpKY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQnTqHRpKY .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tQnTqHRpKY .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tQnTqHRpKY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tQnTqHRpKY .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: .3s all;
  transform: rotate(-90deg);
}
.cid-tQnTqHRpKY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tQnTqHRpKY .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tQnTqHRpKY .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tQnTqHRpKY .navbar-brand {
    margin-right: auto;
  }
  .cid-tQnTqHRpKY .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-tQnTqHRpKY .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tQnTqHRpKY .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tQnTqHRpKY .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-tQnTqHRpKY .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tQnTqHRpKY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tQnTqHRpKY .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-tQnTqHRpKY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tQnTqHRpKY .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-tQnTqHRpKY .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tQnTqHRpKY .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tQnTrtVsoh {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tQnTrtVsoh .margin-sm-top {
    margin-top: 4rem;
  }
}
.cid-tQnTrtVsoh .item-img {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tQnTrtVsoh .col-lg-9 {
    margin-bottom: 2rem;
  }
}
.cid-tQnTrtVsoh .item-round {
  background: #000000;
  border-radius: 50%;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 2rem;
  padding: 2rem;
}
@media (max-width: 1800px) {
  .cid-tQnTrtVsoh .item-round h5 {
    font-size: 2rem !important;
  }
  .cid-tQnTrtVsoh .item-round p {
    font-size: 1.5rem !important;
  }
}
.cid-tQnTrtVsoh p {
  line-height: 1.2;
}
.cid-tQnTrtVsoh .item-content2 {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: auto;
}
@media (max-width: 767px) {
  .cid-tQnTrtVsoh .item-content2 {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tQnTrtVsoh .link-icon-wrapper2 {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-tQnTrtVsoh .link-icon-wrapper2 .icon-wrap2 {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tQnTrtVsoh .link-icon-wrapper2 .icon-wrap2 span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tQnTrtVsoh .link-icon-wrapper2 .svg3 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tQnTrtVsoh .link-icon-wrapper2 .svg3 path {
  fill: #ffffff;
}
.cid-tQnTrtVsoh .link-icon-wrapper2 .svg4 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tQnTrtVsoh .link-icon-wrapper2 .svg4 path {
  fill: #ffffff;
}
.cid-tQnTrtVsoh .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tQnTrtVsoh .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-tQnTrtVsoh .image-wrapper {
    min-height: 400px;
  }
}
.cid-tQnTrtVsoh .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tQnTrtVsoh .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tQnTrtVsoh .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 2rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-tQnTrtVsoh .link-icon-wrapper {
    padding: 1rem;
  }
}
.cid-tQnTrtVsoh .link-icon-wrapper .icon-wrap {
  background: #ffffff;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tQnTrtVsoh .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-tQnTrtVsoh .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-tQnTrtVsoh .link-icon-wrapper .icon-wrap span {
  color: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tQnTrtVsoh .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-tQnTrtVsoh .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tQnTrtVsoh .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-tQnTrtVsoh .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tQnTrtVsoh img,
.cid-tQnTrtVsoh .item-img {
  width: 100%;
  height: 100%;
}
.cid-tQnTrtVsoh .item-title2 {
  color: #000000;
}
.cid-tQnTrtVsoh .mbr-text,
.cid-tQnTrtVsoh .item .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tQnTrtVsoh .item2 {
  max-height: 300px;
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-tQnTrtVsoh .item2 img {
  height: 300px;
}
.cid-tQnTrtVsoh .item2:hover {
  cursor: pointer;
}
.cid-tQnTrtVsoh .item2:hover .link-icon-wrapper2 span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tQnTrtVsoh .item-title3 {
  color: #ffffff;
}
.cid-tQnUL9E36g {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #88b5dc;
}
.cid-tQnUL9E36g .item-img {
  position: relative;
}
.cid-tQnUL9E36g .item-img img {
  transition: all 0.2s;
}
.cid-tQnUL9E36g .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-tQnUL9E36g .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-tQnUL9E36g .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tQnUL9E36g .item:hover img {
  transform: scale(1.05);
}
.cid-tQnUL9E36g .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tQnUL9E36g .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-tQnUL9E36g .item-wrapper {
  position: relative;
  background: #88b5dc;
  border: 3px solid #88b5dc;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tQnUL9E36g .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tQnUL9E36g .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tQnUL9E36g .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #88b5dc;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-tQnUL9E36g .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tQnUL9E36g .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tQnUL9E36g .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tQnUL9E36g .link-icon-wrapper .svg1 path {
  fill: #88b5dc;
}
.cid-tQnUL9E36g .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tQnUL9E36g .link-icon-wrapper .svg2 path {
  fill: #88b5dc;
}
.cid-tQnUL9E36g .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tQnUL9E36g .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tQnUL9E36g img,
.cid-tQnUL9E36g .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tQnUL9E36g .item:focus,
.cid-tQnUL9E36g span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tQnUL9E36g .item {
    margin-bottom: 1rem;
  }
}
.cid-tQnUL9E36g .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tQnUL9E36g .item-title {
  text-align: left;
  color: #000000;
}
.cid-tQnUL9E36g .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tQnUL9E36g .mbr-section-subtitle,
.cid-tQnUL9E36g .subtitle-wrap,
.cid-tQnUL9E36g .mbr-section-btn {
  text-align: left;
}
.cid-tQnUL9E36g .mbr-text,
.cid-tQnUL9E36g .item .mbr-section-btn {
  color: #ffffff;
}
.cid-tQnUJOYI12 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tQnUJOYI12 .col-title {
    margin-bottom: 20px;
  }
}
.cid-tQnUJOYI12 .mbr-section-title {
  color: #000000;
}
.cid-tQnUJOYI12 .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-tQnUJOYI12 .mbr-text {
  color: #000000;
}
.cid-uKTGYJNPth {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0047ff;
  background-image: linear-gradient(135deg, #393193 10%, #0047ff 80%, #ffffff 130%);
}
.cid-uKTGYJNPth .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKTGYJNPth .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKTGYJNPth .row {
  justify-content: center;
}
.cid-uKTGYJNPth .content-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
.cid-uKTGYJNPth .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 130px;
  height: 130px;
  object-fit: cover;
}
.cid-uKTGYJNPth .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uKTGYJNPth .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKTGYJNPth .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uKTGYJNPth .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-uKTGYJNPth .content-wrapper .mbr-section-btn .mbr-section-title {
  margin-top: 22px;
}
.cid-uKTGYJNPth .mbr-section-title {
  color: #ffffff;
}
.cid-uKTGYJNPth .mbr-text,
.cid-uKTGYJNPth .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uKTGYJNPth .mbr-section-title,
.cid-uKTGYJNPth .mbr-section-btn,
.cid-uKTGYJNPth .logo-wrapper {
  text-align: center;
}
.cid-uKTDjiCxYf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #88b5dc;
}
.cid-uKTDjiCxYf .item-img {
  position: relative;
}
.cid-uKTDjiCxYf .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-uKTDjiCxYf .card-text {
    padding-left: 4rem;
  }
}
.cid-uKTDjiCxYf h5 {
  line-height: 1.2;
}
.cid-uKTDjiCxYf .card {
  margin-bottom: 2rem;
}
.cid-uKTDjiCxYf .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uKTDjiCxYf .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uKTDjiCxYf .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #393193;
}
@media (max-width: 992px) {
  .cid-uKTDjiCxYf .image-wrapper {
    min-height: 200px;
  }
}
.cid-uKTDjiCxYf .item-wrapper {
  position: relative;
  background: #88b5dc;
  border: 3px solid #88b5dc;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uKTDjiCxYf .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uKTDjiCxYf .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uKTDjiCxYf .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #88b5dc;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uKTDjiCxYf .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uKTDjiCxYf .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uKTDjiCxYf .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uKTDjiCxYf .link-icon-wrapper .svg1 path {
  fill: #88b5dc;
}
.cid-uKTDjiCxYf .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uKTDjiCxYf .link-icon-wrapper .svg2 path {
  fill: #88b5dc;
}
.cid-uKTDjiCxYf .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uKTDjiCxYf .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uKTDjiCxYf img,
.cid-uKTDjiCxYf .item-img {
  width: 100%;
}
.cid-uKTDjiCxYf .item:focus,
.cid-uKTDjiCxYf span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uKTDjiCxYf .item {
    margin-bottom: 1rem;
  }
}
.cid-uKTDjiCxYf .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uKTDjiCxYf .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uKTDjiCxYf .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uKTDjiCxYf .mbr-section-subtitle,
.cid-uKTDjiCxYf .subtitle-wrap,
.cid-uKTDjiCxYf .mbr-section-btn {
  text-align: left;
}
.cid-uKTDjiCxYf .mbr-text,
.cid-uKTDjiCxYf .item .mbr-section-btn {
  color: #ffffff;
}
.cid-uKTDjiCxYf .mbr-text {
  color: #000000;
}
.cid-uKTDkcjcvc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKTDkcjcvc .item-img {
  position: relative;
}
.cid-uKTDkcjcvc .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-uKTDkcjcvc .card-text {
    padding-left: 4rem;
  }
}
.cid-uKTDkcjcvc h5 {
  line-height: 1.2;
}
.cid-uKTDkcjcvc .card {
  margin-bottom: 2rem;
}
.cid-uKTDkcjcvc .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uKTDkcjcvc .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uKTDkcjcvc .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #0078c7;
}
@media (max-width: 992px) {
  .cid-uKTDkcjcvc .image-wrapper {
    min-height: 200px;
  }
}
.cid-uKTDkcjcvc .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uKTDkcjcvc .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uKTDkcjcvc .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uKTDkcjcvc .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uKTDkcjcvc .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uKTDkcjcvc .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uKTDkcjcvc .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uKTDkcjcvc .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uKTDkcjcvc .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uKTDkcjcvc .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uKTDkcjcvc .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uKTDkcjcvc .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uKTDkcjcvc img,
.cid-uKTDkcjcvc .item-img {
  width: 100%;
}
.cid-uKTDkcjcvc .item:focus,
.cid-uKTDkcjcvc span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uKTDkcjcvc .item {
    margin-bottom: 1rem;
  }
}
.cid-uKTDkcjcvc .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uKTDkcjcvc .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uKTDkcjcvc .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uKTDkcjcvc .mbr-section-subtitle,
.cid-uKTDkcjcvc .subtitle-wrap,
.cid-uKTDkcjcvc .mbr-section-btn {
  text-align: left;
}
.cid-uKTDkcjcvc .mbr-text,
.cid-uKTDkcjcvc .item .mbr-section-btn {
  color: #ffffff;
}
.cid-uKTDkcjcvc .mbr-text {
  color: #000000;
}
.cid-uKTDjMls9C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0090c7;
}
.cid-uKTDjMls9C .item-img {
  position: relative;
}
.cid-uKTDjMls9C .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-uKTDjMls9C .card-text {
    padding-left: 4rem;
  }
}
.cid-uKTDjMls9C h5 {
  line-height: 1.2;
}
.cid-uKTDjMls9C .card {
  margin-bottom: 2rem;
}
.cid-uKTDjMls9C .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uKTDjMls9C .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uKTDjMls9C .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #0046c7;
}
@media (max-width: 992px) {
  .cid-uKTDjMls9C .image-wrapper {
    min-height: 200px;
  }
}
.cid-uKTDjMls9C .item-wrapper {
  position: relative;
  background: #0090c7;
  border: 3px solid #0090c7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uKTDjMls9C .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uKTDjMls9C .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uKTDjMls9C .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #0090c7;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uKTDjMls9C .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uKTDjMls9C .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uKTDjMls9C .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uKTDjMls9C .link-icon-wrapper .svg1 path {
  fill: #0090c7;
}
.cid-uKTDjMls9C .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uKTDjMls9C .link-icon-wrapper .svg2 path {
  fill: #0090c7;
}
.cid-uKTDjMls9C .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uKTDjMls9C .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uKTDjMls9C img,
.cid-uKTDjMls9C .item-img {
  width: 100%;
}
.cid-uKTDjMls9C .item:focus,
.cid-uKTDjMls9C span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uKTDjMls9C .item {
    margin-bottom: 1rem;
  }
}
.cid-uKTDjMls9C .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uKTDjMls9C .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uKTDjMls9C .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uKTDjMls9C .mbr-section-subtitle,
.cid-uKTDjMls9C .subtitle-wrap,
.cid-uKTDjMls9C .mbr-section-btn {
  text-align: left;
}
.cid-uKTDjMls9C .mbr-text,
.cid-uKTDjMls9C .item .mbr-section-btn {
  color: #ffffff;
}
.cid-uKTDjMls9C .mbr-text {
  color: #000000;
}
.cid-tQnVxSaP4U {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tQnVxSaP4U .item-img {
  position: relative;
}
.cid-tQnVxSaP4U .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-tQnVxSaP4U .card-text {
    padding-left: 4rem;
  }
}
.cid-tQnVxSaP4U h5 {
  line-height: 1.2;
}
.cid-tQnVxSaP4U .card {
  margin-bottom: 2rem;
}
.cid-tQnVxSaP4U .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tQnVxSaP4U .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tQnVxSaP4U .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #88b5dc;
}
@media (max-width: 992px) {
  .cid-tQnVxSaP4U .image-wrapper {
    min-height: 200px;
  }
}
.cid-tQnVxSaP4U .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tQnVxSaP4U .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tQnVxSaP4U .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tQnVxSaP4U .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-tQnVxSaP4U .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tQnVxSaP4U .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tQnVxSaP4U .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tQnVxSaP4U .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tQnVxSaP4U .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tQnVxSaP4U .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tQnVxSaP4U .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tQnVxSaP4U .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tQnVxSaP4U img,
.cid-tQnVxSaP4U .item-img {
  width: 100%;
}
.cid-tQnVxSaP4U .item:focus,
.cid-tQnVxSaP4U span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tQnVxSaP4U .item {
    margin-bottom: 1rem;
  }
}
.cid-tQnVxSaP4U .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tQnVxSaP4U .item-title {
  text-align: left;
  color: #000000;
}
.cid-tQnVxSaP4U .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tQnVxSaP4U .mbr-section-subtitle,
.cid-tQnVxSaP4U .subtitle-wrap,
.cid-tQnVxSaP4U .mbr-section-btn {
  text-align: left;
}
.cid-tQnVxSaP4U .mbr-text,
.cid-tQnVxSaP4U .item .mbr-section-btn {
  color: #ffffff;
}
.cid-tQnVxSaP4U .mbr-text {
  color: #000000;
}
.cid-uFVu8Not5v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0090c7;
}
.cid-uFVu8Not5v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVu8Not5v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVu8Not5v .row {
  justify-content: center;
}
.cid-uFVu8Not5v .card {
  justify-content: center;
}
.cid-uFVu8Not5v .content-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uFVu8Not5v .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFVu8Not5v .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFVu8Not5v .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFVu8Not5v .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFVu8Not5v .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFVu8Not5v .form-wrap::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#0078c7, transparent);
  filter: blur(100px);
}
.cid-uFVu8Not5v .form-wrapper {
  position: relative;
  z-index: 1;
  padding: 48px;
  background-color: #0078c7;
}
@media (max-width: 1440px) {
  .cid-uFVu8Not5v .form-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uFVu8Not5v .form-wrapper {
    padding: 30px 20px;
  }
}
.cid-uFVu8Not5v .form-wrapper .dragArea.row {
  margin: 0;
}
.cid-uFVu8Not5v .form-wrapper .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uFVu8Not5v .form-wrapper .dragArea.row .form-group .form-control-label {
  margin-bottom: 0;
}
.cid-uFVu8Not5v .form-wrapper .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 20px 0 40px;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #000000 !important;
  border-radius: 0 !important;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFVu8Not5v .form-wrapper .dragArea.row .form-group .form-control {
    padding: 20px 0 30px;
    margin-bottom: 30px;
  }
}
.cid-uFVu8Not5v .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-uFVu8Not5v .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uFVu8Not5v .form-wrapper .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #000000 !important;
}
.cid-uFVu8Not5v .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uFVu8Not5v .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uFVu8Not5v .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
.cid-uFVu8Not5v .form-wrapper .dragArea.row .mbr-section-btn .btn {
  min-width: auto;
  width: 100%;
  margin-left: 0;
}
.cid-uFVu8Not5v .mbr-section-title {
  color: #ffffff;
}
.cid-uFVu8Not5v .mbr-text,
.cid-uFVu8Not5v .text-wrapper {
  color: #ffffff;
}
.cid-uFVu8Not5v label {
  color: #000000;
}
.cid-tQnUU5FSPc {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tQnUU5FSPc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQnUU5FSPc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQnUU5FSPc p a:hover {
  text-decoration: underline;
}
.cid-tQnUU5FSPc h2 {
  line-height: 1.3;
}
.cid-tQnUU5FSPc img {
  object-fit: cover;
}
.cid-tQnUU5FSPc .mbr-link {
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .cid-tQnUU5FSPc .mbr-link {
    margin-right: 0rem;
    margin-top: 1rem;
  }
}
.cid-tQnUU5FSPc .row {
  margin: 0;
  justify-content: flex-end;
}
.cid-tQnUU5FSPc .icon-wrap {
  display: inline-flex;
}
@media (max-width: 767px) {
  .cid-tQnUU5FSPc .icon-wrap {
    margin-top: 1rem;
  }
}
.cid-tQnUU5FSPc .card-box {
  width: 100%;
  flex-direction: row;
}
.cid-tQnUU5FSPc .icon {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding-top: 1px;
  margin: 0 0.5rem;
}
.cid-tQnUU5FSPc .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-tQnUU5FSPc .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tQnUU5FSPc .card-wrapper {
    padding: 2rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tQnUU5FSPc .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tQnUU5FSPc .wrap {
  background: #2a2c2d;
}
.cid-tQnUU5FSPc .link-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tQnUU5FSPc .link-wrapper {
    flex-direction: column;
  }
}
.cid-tQnUU5FSPc .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-tQnUU5FSPc .mbr-text,
.cid-tQnUU5FSPc .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-tQnUU5FSPc .mbr-link,
.cid-tQnUU5FSPc .link-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-tQnUU5FSPc .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tQnUU5FSPc .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uEiOfES7Gh.popup-builder {
  background-color: #ffffff;
}
.cid-uEiOfES7Gh.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uEiOfES7Gh.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uEiOfES7Gh .modal-content,
.cid-uEiOfES7Gh .modal-dialog {
  height: auto;
}
.cid-uEiOfES7Gh .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uEiOfES7Gh .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uEiOfES7Gh .form-wrapper .mbr-form .form-group,
  .cid-uEiOfES7Gh .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uEiOfES7Gh .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uEiOfES7Gh .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uEiOfES7Gh .mbr-text {
  text-align: center;
}
.cid-uEiOfES7Gh .pt-0 {
  padding-top: 0 !important;
}
.cid-uEiOfES7Gh .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uEiOfES7Gh .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uEiOfES7Gh .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uEiOfES7Gh .modal-open {
  overflow: hidden;
}
.cid-uEiOfES7Gh .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uEiOfES7Gh .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uEiOfES7Gh .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uEiOfES7Gh .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uEiOfES7Gh .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uEiOfES7Gh .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uEiOfES7Gh .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uEiOfES7Gh .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uEiOfES7Gh .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uEiOfES7Gh .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uEiOfES7Gh .modal-backdrop.fade {
  opacity: 0;
}
.cid-uEiOfES7Gh .modal-backdrop.show {
  opacity: .5;
}
.cid-uEiOfES7Gh .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uEiOfES7Gh .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uEiOfES7Gh .modal-header {
    padding: 1rem;
  }
}
.cid-uEiOfES7Gh .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uEiOfES7Gh .modal-header .close svg {
  fill: #353535;
}
.cid-uEiOfES7Gh .modal-header .close:hover {
  opacity: 1;
}
.cid-uEiOfES7Gh .modal-header .close:focus {
  outline: none;
}
.cid-uEiOfES7Gh .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uEiOfES7Gh .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uEiOfES7Gh .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uEiOfES7Gh .modal-body {
    padding: 1rem;
  }
}
.cid-uEiOfES7Gh .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uEiOfES7Gh .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uEiOfES7Gh .modal-footer {
    padding: 1rem;
  }
}
.cid-uEiOfES7Gh .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uEiOfES7Gh .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uEiOfES7Gh .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uEiOfES7Gh .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uEiOfES7Gh .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uEiOfES7Gh .modal-lg,
  .cid-uEiOfES7Gh .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uEiOfES7Gh .modal-xl {
    max-width: 1140px;
  }
}
.cid-uEiOfES7Gh .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uEiOfES7Gh .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uEiOfES7Gh .form-group {
  margin-bottom: 1rem;
}
.cid-uEiOfES7Gh .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uEiOfES7Gh .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uEiOfES7Gh .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uEiOfES7Gh .mbr-section-btn {
  margin: 0;
}
.cid-uEiOfES7Gh .mbr-section-btn .btn {
  margin: 0;
}
.cid-uDKUMHd78f {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uDKUMHd78f .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDKUMHd78f .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uDKUMHd78f .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uDKUMHd78f .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-uDKUMHd78f .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uDKUMHd78f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDKUMHd78f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDKUMHd78f .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uDKUMHd78f .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uDKUMHd78f .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uDKUMHd78f .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uDKUMHd78f .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uDKUMHd78f .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uDKUMHd78f .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uDKUMHd78f .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uDKUMHd78f .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uDKUMHd78f .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uDKUMHd78f .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uDKUMHd78f .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uDKUMHd78f .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uDKUMHd78f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uDKUMHd78f .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uDKUMHd78f .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDKUMHd78f .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uDKUMHd78f .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uDKUMHd78f .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDKUMHd78f .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  backdrop-filter: blur(10px);
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-uDKUMHd78f .nav-item:focus,
.cid-uDKUMHd78f .nav-link:focus {
  outline: none;
}
.cid-uDKUMHd78f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDKUMHd78f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDKUMHd78f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDKUMHd78f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDKUMHd78f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDKUMHd78f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDKUMHd78f .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-uDKUMHd78f .navbar.opened {
  transition: all 0.3s;
}
.cid-uDKUMHd78f .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDKUMHd78f .navbar .navbar-logo img {
  width: auto;
}
.cid-uDKUMHd78f .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uDKUMHd78f .navbar.collapsed {
  justify-content: center;
}
.cid-uDKUMHd78f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDKUMHd78f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDKUMHd78f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.6rem);
  }
}
.cid-uDKUMHd78f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDKUMHd78f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDKUMHd78f .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-uDKUMHd78f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDKUMHd78f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDKUMHd78f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDKUMHd78f .navbar {
    min-height: 72px;
  }
  .cid-uDKUMHd78f .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uDKUMHd78f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDKUMHd78f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDKUMHd78f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDKUMHd78f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDKUMHd78f .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-uDKUMHd78f .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDKUMHd78f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uDKUMHd78f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDKUMHd78f .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDKUMHd78f .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uDKUMHd78f .dropdown-item.active,
.cid-uDKUMHd78f .dropdown-item:active {
  background-color: transparent;
}
.cid-uDKUMHd78f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDKUMHd78f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDKUMHd78f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDKUMHd78f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDKUMHd78f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uDKUMHd78f .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uDKUMHd78f ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDKUMHd78f .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uDKUMHd78f .navbar-buttons {
    text-align: left;
  }
}
.cid-uDKUMHd78f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDKUMHd78f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uDKUMHd78f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDKUMHd78f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDKUMHd78f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDKUMHd78f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDKUMHd78f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDKUMHd78f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDKUMHd78f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDKUMHd78f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDKUMHd78f .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uDKUMHd78f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDKUMHd78f .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-uDKUMHd78f .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDKUMHd78f .navbar {
    height: 70px;
  }
  .cid-uDKUMHd78f .navbar.opened {
    height: auto;
  }
  .cid-uDKUMHd78f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDKUMHd78f .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uDKUMHd78f .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uDKUMHd78f .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uDKUMHd78f .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uDKUMHd78f .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uDKUMHd78f .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uDKUMHd78f .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uDKUMHd78f .navbar-brand {
    margin-right: auto;
  }
  .cid-uDKUMHd78f .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-uDKUMHd78f .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uDKUMHd78f .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uDKUMHd78f .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-uDKUMHd78f .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uDKUMHd78f .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uDKUMHd78f .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uDKUMHd78f .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uDKUMHd78f .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-uDKUMHd78f .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uDKUMHd78f .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uEkp90uRD4 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uEkp90uRD4 .item-img {
  position: relative;
}
.cid-uEkp90uRD4 .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uEkp90uRD4 .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uEkp90uRD4 .image-wrapper {
    min-height: 400px;
  }
}
.cid-uEkp90uRD4 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uEkp90uRD4 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uEkp90uRD4 .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-uEkp90uRD4 .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 2rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-uEkp90uRD4 .link-icon-wrapper {
    padding: 1rem;
  }
}
.cid-uEkp90uRD4 .link-icon-wrapper .icon-wrap {
  background: #ffffff;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uEkp90uRD4 .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-uEkp90uRD4 .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-uEkp90uRD4 .link-icon-wrapper .icon-wrap span {
  color: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uEkp90uRD4 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-uEkp90uRD4 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uEkp90uRD4 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-uEkp90uRD4 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uEkp90uRD4 img,
.cid-uEkp90uRD4 .item-img {
  width: 100%;
}
.cid-uDKUMIEQO5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uDKUMIEQO5 .col-title {
    margin-bottom: 20px;
  }
}
.cid-uDKUMIEQO5 .mbr-section-title {
  color: #000000;
}
.cid-uDKUMIEQO5 .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-uDKUMIEQO5 .mbr-text {
  color: #000000;
}
.cid-uFVvndL58B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0090c7;
}
.cid-uFVvndL58B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVvndL58B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVvndL58B .row {
  justify-content: center;
}
.cid-uFVvndL58B .card {
  justify-content: center;
}
.cid-uFVvndL58B .content-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uFVvndL58B .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFVvndL58B .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFVvndL58B .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFVvndL58B .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFVvndL58B .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFVvndL58B .form-wrap::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#0078c7, transparent);
  filter: blur(100px);
}
.cid-uFVvndL58B .form-wrapper {
  position: relative;
  z-index: 1;
  padding: 48px;
  background-color: #0078c7;
}
@media (max-width: 1440px) {
  .cid-uFVvndL58B .form-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uFVvndL58B .form-wrapper {
    padding: 30px 20px;
  }
}
.cid-uFVvndL58B .form-wrapper .dragArea.row {
  margin: 0;
}
.cid-uFVvndL58B .form-wrapper .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uFVvndL58B .form-wrapper .dragArea.row .form-group .form-control-label {
  margin-bottom: 0;
}
.cid-uFVvndL58B .form-wrapper .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 20px 0 40px;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #000000 !important;
  border-radius: 0 !important;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFVvndL58B .form-wrapper .dragArea.row .form-group .form-control {
    padding: 20px 0 30px;
    margin-bottom: 30px;
  }
}
.cid-uFVvndL58B .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-uFVvndL58B .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uFVvndL58B .form-wrapper .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #000000 !important;
}
.cid-uFVvndL58B .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uFVvndL58B .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uFVvndL58B .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
.cid-uFVvndL58B .form-wrapper .dragArea.row .mbr-section-btn .btn {
  min-width: auto;
  width: 100%;
  margin-left: 0;
}
.cid-uFVvndL58B .mbr-section-title {
  color: #ffffff;
}
.cid-uFVvndL58B .mbr-text,
.cid-uFVvndL58B .text-wrapper {
  color: #ffffff;
}
.cid-uFVvndL58B label {
  color: #000000;
}
.cid-uDKUMOoZbS {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uDKUMOoZbS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDKUMOoZbS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDKUMOoZbS p a:hover {
  text-decoration: underline;
}
.cid-uDKUMOoZbS h2 {
  line-height: 1.3;
}
.cid-uDKUMOoZbS img {
  object-fit: cover;
}
.cid-uDKUMOoZbS .mbr-link {
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .cid-uDKUMOoZbS .mbr-link {
    margin-right: 0rem;
    margin-top: 1rem;
  }
}
.cid-uDKUMOoZbS .row {
  margin: 0;
  justify-content: flex-end;
}
.cid-uDKUMOoZbS .icon-wrap {
  display: inline-flex;
}
@media (max-width: 767px) {
  .cid-uDKUMOoZbS .icon-wrap {
    margin-top: 1rem;
  }
}
.cid-uDKUMOoZbS .card-box {
  width: 100%;
  flex-direction: row;
}
.cid-uDKUMOoZbS .icon {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding-top: 1px;
  margin: 0 0.5rem;
}
.cid-uDKUMOoZbS .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uDKUMOoZbS .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uDKUMOoZbS .card-wrapper {
    padding: 2rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uDKUMOoZbS .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uDKUMOoZbS .wrap {
  background: #2a2c2d;
}
.cid-uDKUMOoZbS .link-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uDKUMOoZbS .link-wrapper {
    flex-direction: column;
  }
}
.cid-uDKUMOoZbS .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uDKUMOoZbS .mbr-text,
.cid-uDKUMOoZbS .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-uDKUMOoZbS .mbr-link,
.cid-uDKUMOoZbS .link-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uDKUMOoZbS .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uDKUMOoZbS .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uDKVSlcDMm {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uDKVSlcDMm .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDKVSlcDMm .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uDKVSlcDMm .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uDKVSlcDMm .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-uDKVSlcDMm .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uDKVSlcDMm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDKVSlcDMm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDKVSlcDMm .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uDKVSlcDMm .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uDKVSlcDMm .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uDKVSlcDMm .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uDKVSlcDMm .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uDKVSlcDMm .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uDKVSlcDMm .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uDKVSlcDMm .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uDKVSlcDMm .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uDKVSlcDMm .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uDKVSlcDMm .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uDKVSlcDMm .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uDKVSlcDMm .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uDKVSlcDMm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uDKVSlcDMm .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uDKVSlcDMm .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDKVSlcDMm .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uDKVSlcDMm .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uDKVSlcDMm .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDKVSlcDMm .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  backdrop-filter: blur(10px);
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-uDKVSlcDMm .nav-item:focus,
.cid-uDKVSlcDMm .nav-link:focus {
  outline: none;
}
.cid-uDKVSlcDMm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDKVSlcDMm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDKVSlcDMm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDKVSlcDMm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDKVSlcDMm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDKVSlcDMm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDKVSlcDMm .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-uDKVSlcDMm .navbar.opened {
  transition: all 0.3s;
}
.cid-uDKVSlcDMm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDKVSlcDMm .navbar .navbar-logo img {
  width: auto;
}
.cid-uDKVSlcDMm .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uDKVSlcDMm .navbar.collapsed {
  justify-content: center;
}
.cid-uDKVSlcDMm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDKVSlcDMm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDKVSlcDMm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.6rem);
  }
}
.cid-uDKVSlcDMm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDKVSlcDMm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDKVSlcDMm .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-uDKVSlcDMm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDKVSlcDMm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDKVSlcDMm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDKVSlcDMm .navbar {
    min-height: 72px;
  }
  .cid-uDKVSlcDMm .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uDKVSlcDMm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDKVSlcDMm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDKVSlcDMm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDKVSlcDMm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDKVSlcDMm .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-uDKVSlcDMm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDKVSlcDMm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uDKVSlcDMm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDKVSlcDMm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDKVSlcDMm .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uDKVSlcDMm .dropdown-item.active,
.cid-uDKVSlcDMm .dropdown-item:active {
  background-color: transparent;
}
.cid-uDKVSlcDMm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDKVSlcDMm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDKVSlcDMm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDKVSlcDMm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDKVSlcDMm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uDKVSlcDMm .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uDKVSlcDMm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDKVSlcDMm .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uDKVSlcDMm .navbar-buttons {
    text-align: left;
  }
}
.cid-uDKVSlcDMm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDKVSlcDMm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uDKVSlcDMm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDKVSlcDMm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDKVSlcDMm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDKVSlcDMm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDKVSlcDMm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDKVSlcDMm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDKVSlcDMm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDKVSlcDMm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDKVSlcDMm .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uDKVSlcDMm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDKVSlcDMm .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-uDKVSlcDMm .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDKVSlcDMm .navbar {
    height: 70px;
  }
  .cid-uDKVSlcDMm .navbar.opened {
    height: auto;
  }
  .cid-uDKVSlcDMm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDKVSlcDMm .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uDKVSlcDMm .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uDKVSlcDMm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uDKVSlcDMm .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uDKVSlcDMm .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uDKVSlcDMm .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uDKVSlcDMm .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uDKVSlcDMm .navbar-brand {
    margin-right: auto;
  }
  .cid-uDKVSlcDMm .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-uDKVSlcDMm .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uDKVSlcDMm .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uDKVSlcDMm .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-uDKVSlcDMm .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uDKVSlcDMm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uDKVSlcDMm .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uDKVSlcDMm .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uDKVSlcDMm .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-uDKVSlcDMm .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uDKVSlcDMm .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uEkpwu1uan {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uEkpwu1uan .item-img {
  position: relative;
}
.cid-uEkpwu1uan .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uEkpwu1uan .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uEkpwu1uan .image-wrapper {
    min-height: 400px;
  }
}
.cid-uEkpwu1uan .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uEkpwu1uan .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uEkpwu1uan .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-uEkpwu1uan .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 2rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-uEkpwu1uan .link-icon-wrapper {
    padding: 1rem;
  }
}
.cid-uEkpwu1uan .link-icon-wrapper .icon-wrap {
  background: #ffffff;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uEkpwu1uan .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-uEkpwu1uan .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-uEkpwu1uan .link-icon-wrapper .icon-wrap span {
  color: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uEkpwu1uan .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-uEkpwu1uan .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uEkpwu1uan .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-uEkpwu1uan .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uEkpwu1uan img,
.cid-uEkpwu1uan .item-img {
  width: 100%;
}
.cid-uDKVSlIdaZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uDKVSlIdaZ .col-title {
    margin-bottom: 20px;
  }
}
.cid-uDKVSlIdaZ .mbr-section-title {
  color: #000000;
}
.cid-uDKVSlIdaZ .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-uDKVSlIdaZ .mbr-text {
  color: #000000;
}
.cid-uFVvANsGpk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0090c7;
}
.cid-uFVvANsGpk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVvANsGpk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVvANsGpk .row {
  justify-content: center;
}
.cid-uFVvANsGpk .card {
  justify-content: center;
}
.cid-uFVvANsGpk .content-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uFVvANsGpk .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFVvANsGpk .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFVvANsGpk .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFVvANsGpk .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFVvANsGpk .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFVvANsGpk .form-wrap::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#0078c7, transparent);
  filter: blur(100px);
}
.cid-uFVvANsGpk .form-wrapper {
  position: relative;
  z-index: 1;
  padding: 48px;
  background-color: #0078c7;
}
@media (max-width: 1440px) {
  .cid-uFVvANsGpk .form-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uFVvANsGpk .form-wrapper {
    padding: 30px 20px;
  }
}
.cid-uFVvANsGpk .form-wrapper .dragArea.row {
  margin: 0;
}
.cid-uFVvANsGpk .form-wrapper .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uFVvANsGpk .form-wrapper .dragArea.row .form-group .form-control-label {
  margin-bottom: 0;
}
.cid-uFVvANsGpk .form-wrapper .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 20px 0 40px;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #000000 !important;
  border-radius: 0 !important;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFVvANsGpk .form-wrapper .dragArea.row .form-group .form-control {
    padding: 20px 0 30px;
    margin-bottom: 30px;
  }
}
.cid-uFVvANsGpk .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-uFVvANsGpk .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uFVvANsGpk .form-wrapper .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #000000 !important;
}
.cid-uFVvANsGpk .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uFVvANsGpk .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uFVvANsGpk .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
.cid-uFVvANsGpk .form-wrapper .dragArea.row .mbr-section-btn .btn {
  min-width: auto;
  width: 100%;
  margin-left: 0;
}
.cid-uFVvANsGpk .mbr-section-title {
  color: #ffffff;
}
.cid-uFVvANsGpk .mbr-text,
.cid-uFVvANsGpk .text-wrapper {
  color: #ffffff;
}
.cid-uFVvANsGpk label {
  color: #000000;
}
.cid-uDKVSmK9CP {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uDKVSmK9CP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDKVSmK9CP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDKVSmK9CP p a:hover {
  text-decoration: underline;
}
.cid-uDKVSmK9CP h2 {
  line-height: 1.3;
}
.cid-uDKVSmK9CP img {
  object-fit: cover;
}
.cid-uDKVSmK9CP .mbr-link {
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .cid-uDKVSmK9CP .mbr-link {
    margin-right: 0rem;
    margin-top: 1rem;
  }
}
.cid-uDKVSmK9CP .row {
  margin: 0;
  justify-content: flex-end;
}
.cid-uDKVSmK9CP .icon-wrap {
  display: inline-flex;
}
@media (max-width: 767px) {
  .cid-uDKVSmK9CP .icon-wrap {
    margin-top: 1rem;
  }
}
.cid-uDKVSmK9CP .card-box {
  width: 100%;
  flex-direction: row;
}
.cid-uDKVSmK9CP .icon {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding-top: 1px;
  margin: 0 0.5rem;
}
.cid-uDKVSmK9CP .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uDKVSmK9CP .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uDKVSmK9CP .card-wrapper {
    padding: 2rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uDKVSmK9CP .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uDKVSmK9CP .wrap {
  background: #2a2c2d;
}
.cid-uDKVSmK9CP .link-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uDKVSmK9CP .link-wrapper {
    flex-direction: column;
  }
}
.cid-uDKVSmK9CP .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uDKVSmK9CP .mbr-text,
.cid-uDKVSmK9CP .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-uDKVSmK9CP .mbr-link,
.cid-uDKVSmK9CP .link-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uDKVSmK9CP .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uDKVSmK9CP .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uDKZglfRnQ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uDKZglfRnQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDKZglfRnQ .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uDKZglfRnQ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uDKZglfRnQ .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-uDKZglfRnQ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uDKZglfRnQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDKZglfRnQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDKZglfRnQ .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uDKZglfRnQ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uDKZglfRnQ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uDKZglfRnQ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uDKZglfRnQ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uDKZglfRnQ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uDKZglfRnQ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uDKZglfRnQ .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uDKZglfRnQ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uDKZglfRnQ .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uDKZglfRnQ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uDKZglfRnQ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uDKZglfRnQ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uDKZglfRnQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uDKZglfRnQ .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uDKZglfRnQ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDKZglfRnQ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uDKZglfRnQ .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uDKZglfRnQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDKZglfRnQ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  backdrop-filter: blur(10px);
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-uDKZglfRnQ .nav-item:focus,
.cid-uDKZglfRnQ .nav-link:focus {
  outline: none;
}
.cid-uDKZglfRnQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDKZglfRnQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDKZglfRnQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDKZglfRnQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDKZglfRnQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDKZglfRnQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDKZglfRnQ .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-uDKZglfRnQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uDKZglfRnQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDKZglfRnQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uDKZglfRnQ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uDKZglfRnQ .navbar.collapsed {
  justify-content: center;
}
.cid-uDKZglfRnQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDKZglfRnQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDKZglfRnQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.6rem);
  }
}
.cid-uDKZglfRnQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDKZglfRnQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDKZglfRnQ .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-uDKZglfRnQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDKZglfRnQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDKZglfRnQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDKZglfRnQ .navbar {
    min-height: 72px;
  }
  .cid-uDKZglfRnQ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uDKZglfRnQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDKZglfRnQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDKZglfRnQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDKZglfRnQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDKZglfRnQ .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-uDKZglfRnQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDKZglfRnQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uDKZglfRnQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDKZglfRnQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDKZglfRnQ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uDKZglfRnQ .dropdown-item.active,
.cid-uDKZglfRnQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uDKZglfRnQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDKZglfRnQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDKZglfRnQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDKZglfRnQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDKZglfRnQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uDKZglfRnQ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uDKZglfRnQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDKZglfRnQ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uDKZglfRnQ .navbar-buttons {
    text-align: left;
  }
}
.cid-uDKZglfRnQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDKZglfRnQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uDKZglfRnQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDKZglfRnQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDKZglfRnQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDKZglfRnQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDKZglfRnQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDKZglfRnQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDKZglfRnQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDKZglfRnQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDKZglfRnQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uDKZglfRnQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDKZglfRnQ .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-uDKZglfRnQ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDKZglfRnQ .navbar {
    height: 70px;
  }
  .cid-uDKZglfRnQ .navbar.opened {
    height: auto;
  }
  .cid-uDKZglfRnQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDKZglfRnQ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uDKZglfRnQ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uDKZglfRnQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uDKZglfRnQ .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uDKZglfRnQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uDKZglfRnQ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uDKZglfRnQ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uDKZglfRnQ .navbar-brand {
    margin-right: auto;
  }
  .cid-uDKZglfRnQ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-uDKZglfRnQ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uDKZglfRnQ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uDKZglfRnQ .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-uDKZglfRnQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uDKZglfRnQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uDKZglfRnQ .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uDKZglfRnQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uDKZglfRnQ .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-uDKZglfRnQ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uDKZglfRnQ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uEkpNfK84a {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uEkpNfK84a .item-img {
  position: relative;
}
.cid-uEkpNfK84a .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uEkpNfK84a .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uEkpNfK84a .image-wrapper {
    min-height: 400px;
  }
}
.cid-uEkpNfK84a .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uEkpNfK84a .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uEkpNfK84a .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-uEkpNfK84a .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 2rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-uEkpNfK84a .link-icon-wrapper {
    padding: 1rem;
  }
}
.cid-uEkpNfK84a .link-icon-wrapper .icon-wrap {
  background: #ffffff;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uEkpNfK84a .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-uEkpNfK84a .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-uEkpNfK84a .link-icon-wrapper .icon-wrap span {
  color: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uEkpNfK84a .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-uEkpNfK84a .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uEkpNfK84a .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-uEkpNfK84a .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uEkpNfK84a img,
.cid-uEkpNfK84a .item-img {
  width: 100%;
}
.cid-uDKZglZchS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uDKZglZchS .col-title {
    margin-bottom: 20px;
  }
}
.cid-uDKZglZchS .mbr-section-title {
  color: #000000;
}
.cid-uDKZglZchS .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-uDKZglZchS .mbr-text {
  color: #000000;
}
.cid-uFVvHF64Td {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0090c7;
}
.cid-uFVvHF64Td .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVvHF64Td .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVvHF64Td .row {
  justify-content: center;
}
.cid-uFVvHF64Td .card {
  justify-content: center;
}
.cid-uFVvHF64Td .content-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uFVvHF64Td .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFVvHF64Td .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFVvHF64Td .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFVvHF64Td .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFVvHF64Td .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFVvHF64Td .form-wrap::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#0078c7, transparent);
  filter: blur(100px);
}
.cid-uFVvHF64Td .form-wrapper {
  position: relative;
  z-index: 1;
  padding: 48px;
  background-color: #0078c7;
}
@media (max-width: 1440px) {
  .cid-uFVvHF64Td .form-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uFVvHF64Td .form-wrapper {
    padding: 30px 20px;
  }
}
.cid-uFVvHF64Td .form-wrapper .dragArea.row {
  margin: 0;
}
.cid-uFVvHF64Td .form-wrapper .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uFVvHF64Td .form-wrapper .dragArea.row .form-group .form-control-label {
  margin-bottom: 0;
}
.cid-uFVvHF64Td .form-wrapper .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 20px 0 40px;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #000000 !important;
  border-radius: 0 !important;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFVvHF64Td .form-wrapper .dragArea.row .form-group .form-control {
    padding: 20px 0 30px;
    margin-bottom: 30px;
  }
}
.cid-uFVvHF64Td .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-uFVvHF64Td .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uFVvHF64Td .form-wrapper .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #000000 !important;
}
.cid-uFVvHF64Td .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uFVvHF64Td .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uFVvHF64Td .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
.cid-uFVvHF64Td .form-wrapper .dragArea.row .mbr-section-btn .btn {
  min-width: auto;
  width: 100%;
  margin-left: 0;
}
.cid-uFVvHF64Td .mbr-section-title {
  color: #ffffff;
}
.cid-uFVvHF64Td .mbr-text,
.cid-uFVvHF64Td .text-wrapper {
  color: #ffffff;
}
.cid-uFVvHF64Td label {
  color: #000000;
}
.cid-uDKZgmV0He {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uDKZgmV0He .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDKZgmV0He .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDKZgmV0He p a:hover {
  text-decoration: underline;
}
.cid-uDKZgmV0He h2 {
  line-height: 1.3;
}
.cid-uDKZgmV0He img {
  object-fit: cover;
}
.cid-uDKZgmV0He .mbr-link {
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .cid-uDKZgmV0He .mbr-link {
    margin-right: 0rem;
    margin-top: 1rem;
  }
}
.cid-uDKZgmV0He .row {
  margin: 0;
  justify-content: flex-end;
}
.cid-uDKZgmV0He .icon-wrap {
  display: inline-flex;
}
@media (max-width: 767px) {
  .cid-uDKZgmV0He .icon-wrap {
    margin-top: 1rem;
  }
}
.cid-uDKZgmV0He .card-box {
  width: 100%;
  flex-direction: row;
}
.cid-uDKZgmV0He .icon {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding-top: 1px;
  margin: 0 0.5rem;
}
.cid-uDKZgmV0He .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uDKZgmV0He .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uDKZgmV0He .card-wrapper {
    padding: 2rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uDKZgmV0He .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uDKZgmV0He .wrap {
  background: #2a2c2d;
}
.cid-uDKZgmV0He .link-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uDKZgmV0He .link-wrapper {
    flex-direction: column;
  }
}
.cid-uDKZgmV0He .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uDKZgmV0He .mbr-text,
.cid-uDKZgmV0He .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-uDKZgmV0He .mbr-link,
.cid-uDKZgmV0He .link-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uDKZgmV0He .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uDKZgmV0He .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uDKYFLd0ho {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uDKYFLd0ho .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDKYFLd0ho .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uDKYFLd0ho .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uDKYFLd0ho .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-uDKYFLd0ho .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uDKYFLd0ho .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDKYFLd0ho .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDKYFLd0ho .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uDKYFLd0ho .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uDKYFLd0ho .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uDKYFLd0ho .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uDKYFLd0ho .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uDKYFLd0ho .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uDKYFLd0ho .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uDKYFLd0ho .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uDKYFLd0ho .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uDKYFLd0ho .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uDKYFLd0ho .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uDKYFLd0ho .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uDKYFLd0ho .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uDKYFLd0ho .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uDKYFLd0ho .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uDKYFLd0ho .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDKYFLd0ho .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uDKYFLd0ho .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uDKYFLd0ho .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDKYFLd0ho .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  backdrop-filter: blur(10px);
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-uDKYFLd0ho .nav-item:focus,
.cid-uDKYFLd0ho .nav-link:focus {
  outline: none;
}
.cid-uDKYFLd0ho .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDKYFLd0ho .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDKYFLd0ho .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDKYFLd0ho .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDKYFLd0ho .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDKYFLd0ho .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDKYFLd0ho .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-uDKYFLd0ho .navbar.opened {
  transition: all 0.3s;
}
.cid-uDKYFLd0ho .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDKYFLd0ho .navbar .navbar-logo img {
  width: auto;
}
.cid-uDKYFLd0ho .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uDKYFLd0ho .navbar.collapsed {
  justify-content: center;
}
.cid-uDKYFLd0ho .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDKYFLd0ho .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDKYFLd0ho .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.6rem);
  }
}
.cid-uDKYFLd0ho .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDKYFLd0ho .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDKYFLd0ho .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-uDKYFLd0ho .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDKYFLd0ho .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDKYFLd0ho .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDKYFLd0ho .navbar {
    min-height: 72px;
  }
  .cid-uDKYFLd0ho .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uDKYFLd0ho .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDKYFLd0ho .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDKYFLd0ho .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDKYFLd0ho .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDKYFLd0ho .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-uDKYFLd0ho .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDKYFLd0ho .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uDKYFLd0ho .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDKYFLd0ho .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDKYFLd0ho .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uDKYFLd0ho .dropdown-item.active,
.cid-uDKYFLd0ho .dropdown-item:active {
  background-color: transparent;
}
.cid-uDKYFLd0ho .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDKYFLd0ho .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDKYFLd0ho .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDKYFLd0ho .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDKYFLd0ho .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uDKYFLd0ho .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uDKYFLd0ho ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDKYFLd0ho .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uDKYFLd0ho .navbar-buttons {
    text-align: left;
  }
}
.cid-uDKYFLd0ho button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDKYFLd0ho button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uDKYFLd0ho button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDKYFLd0ho button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDKYFLd0ho button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDKYFLd0ho button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDKYFLd0ho nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDKYFLd0ho nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDKYFLd0ho nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDKYFLd0ho nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDKYFLd0ho .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uDKYFLd0ho a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDKYFLd0ho .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-uDKYFLd0ho .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDKYFLd0ho .navbar {
    height: 70px;
  }
  .cid-uDKYFLd0ho .navbar.opened {
    height: auto;
  }
  .cid-uDKYFLd0ho .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDKYFLd0ho .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uDKYFLd0ho .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uDKYFLd0ho .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uDKYFLd0ho .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uDKYFLd0ho .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uDKYFLd0ho .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uDKYFLd0ho .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uDKYFLd0ho .navbar-brand {
    margin-right: auto;
  }
  .cid-uDKYFLd0ho .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-uDKYFLd0ho .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uDKYFLd0ho .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uDKYFLd0ho .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-uDKYFLd0ho .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uDKYFLd0ho .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uDKYFLd0ho .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uDKYFLd0ho .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uDKYFLd0ho .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-uDKYFLd0ho .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uDKYFLd0ho .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uEkqhuRYQu {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uEkqhuRYQu .item-img {
  position: relative;
}
.cid-uEkqhuRYQu .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uEkqhuRYQu .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uEkqhuRYQu .image-wrapper {
    min-height: 400px;
  }
}
.cid-uEkqhuRYQu .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uEkqhuRYQu .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uEkqhuRYQu .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-uEkqhuRYQu .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 2rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-uEkqhuRYQu .link-icon-wrapper {
    padding: 1rem;
  }
}
.cid-uEkqhuRYQu .link-icon-wrapper .icon-wrap {
  background: #ffffff;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uEkqhuRYQu .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-uEkqhuRYQu .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-uEkqhuRYQu .link-icon-wrapper .icon-wrap span {
  color: #000000;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uEkqhuRYQu .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-uEkqhuRYQu .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uEkqhuRYQu .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-uEkqhuRYQu .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uEkqhuRYQu img,
.cid-uEkqhuRYQu .item-img {
  width: 100%;
}
.cid-uDKYFM9VhB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uDKYFM9VhB .col-title {
    margin-bottom: 20px;
  }
}
.cid-uDKYFM9VhB .mbr-section-title {
  color: #000000;
}
.cid-uDKYFM9VhB .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-uDKYFM9VhB .mbr-text {
  color: #000000;
}
.cid-uFVvEctY6v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0090c7;
}
.cid-uFVvEctY6v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVvEctY6v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVvEctY6v .row {
  justify-content: center;
}
.cid-uFVvEctY6v .card {
  justify-content: center;
}
.cid-uFVvEctY6v .content-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uFVvEctY6v .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFVvEctY6v .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFVvEctY6v .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFVvEctY6v .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFVvEctY6v .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFVvEctY6v .form-wrap::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#0078c7, transparent);
  filter: blur(100px);
}
.cid-uFVvEctY6v .form-wrapper {
  position: relative;
  z-index: 1;
  padding: 48px;
  background-color: #0078c7;
}
@media (max-width: 1440px) {
  .cid-uFVvEctY6v .form-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uFVvEctY6v .form-wrapper {
    padding: 30px 20px;
  }
}
.cid-uFVvEctY6v .form-wrapper .dragArea.row {
  margin: 0;
}
.cid-uFVvEctY6v .form-wrapper .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uFVvEctY6v .form-wrapper .dragArea.row .form-group .form-control-label {
  margin-bottom: 0;
}
.cid-uFVvEctY6v .form-wrapper .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 20px 0 40px;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #000000 !important;
  border-radius: 0 !important;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFVvEctY6v .form-wrapper .dragArea.row .form-group .form-control {
    padding: 20px 0 30px;
    margin-bottom: 30px;
  }
}
.cid-uFVvEctY6v .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-uFVvEctY6v .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uFVvEctY6v .form-wrapper .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #000000 !important;
}
.cid-uFVvEctY6v .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uFVvEctY6v .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uFVvEctY6v .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
.cid-uFVvEctY6v .form-wrapper .dragArea.row .mbr-section-btn .btn {
  min-width: auto;
  width: 100%;
  margin-left: 0;
}
.cid-uFVvEctY6v .mbr-section-title {
  color: #ffffff;
}
.cid-uFVvEctY6v .mbr-text,
.cid-uFVvEctY6v .text-wrapper {
  color: #ffffff;
}
.cid-uFVvEctY6v label {
  color: #000000;
}
.cid-uDKYFNEI5O {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uDKYFNEI5O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDKYFNEI5O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDKYFNEI5O p a:hover {
  text-decoration: underline;
}
.cid-uDKYFNEI5O h2 {
  line-height: 1.3;
}
.cid-uDKYFNEI5O img {
  object-fit: cover;
}
.cid-uDKYFNEI5O .mbr-link {
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .cid-uDKYFNEI5O .mbr-link {
    margin-right: 0rem;
    margin-top: 1rem;
  }
}
.cid-uDKYFNEI5O .row {
  margin: 0;
  justify-content: flex-end;
}
.cid-uDKYFNEI5O .icon-wrap {
  display: inline-flex;
}
@media (max-width: 767px) {
  .cid-uDKYFNEI5O .icon-wrap {
    margin-top: 1rem;
  }
}
.cid-uDKYFNEI5O .card-box {
  width: 100%;
  flex-direction: row;
}
.cid-uDKYFNEI5O .icon {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding-top: 1px;
  margin: 0 0.5rem;
}
.cid-uDKYFNEI5O .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uDKYFNEI5O .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uDKYFNEI5O .card-wrapper {
    padding: 2rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uDKYFNEI5O .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uDKYFNEI5O .wrap {
  background: #2a2c2d;
}
.cid-uDKYFNEI5O .link-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uDKYFNEI5O .link-wrapper {
    flex-direction: column;
  }
}
.cid-uDKYFNEI5O .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uDKYFNEI5O .mbr-text,
.cid-uDKYFNEI5O .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-uDKYFNEI5O .mbr-link,
.cid-uDKYFNEI5O .link-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uDKYFNEI5O .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uDKYFNEI5O .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uDL2m3jxJ0 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uDL2m3jxJ0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDL2m3jxJ0 .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uDL2m3jxJ0 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uDL2m3jxJ0 .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-uDL2m3jxJ0 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uDL2m3jxJ0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDL2m3jxJ0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDL2m3jxJ0 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uDL2m3jxJ0 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uDL2m3jxJ0 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uDL2m3jxJ0 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uDL2m3jxJ0 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uDL2m3jxJ0 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uDL2m3jxJ0 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uDL2m3jxJ0 .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uDL2m3jxJ0 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uDL2m3jxJ0 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uDL2m3jxJ0 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uDL2m3jxJ0 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uDL2m3jxJ0 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uDL2m3jxJ0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uDL2m3jxJ0 .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uDL2m3jxJ0 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDL2m3jxJ0 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uDL2m3jxJ0 .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uDL2m3jxJ0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDL2m3jxJ0 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  backdrop-filter: blur(10px);
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-uDL2m3jxJ0 .nav-item:focus,
.cid-uDL2m3jxJ0 .nav-link:focus {
  outline: none;
}
.cid-uDL2m3jxJ0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDL2m3jxJ0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDL2m3jxJ0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDL2m3jxJ0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDL2m3jxJ0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDL2m3jxJ0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDL2m3jxJ0 .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-uDL2m3jxJ0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uDL2m3jxJ0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDL2m3jxJ0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uDL2m3jxJ0 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uDL2m3jxJ0 .navbar.collapsed {
  justify-content: center;
}
.cid-uDL2m3jxJ0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDL2m3jxJ0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDL2m3jxJ0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.6rem);
  }
}
.cid-uDL2m3jxJ0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDL2m3jxJ0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDL2m3jxJ0 .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-uDL2m3jxJ0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDL2m3jxJ0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDL2m3jxJ0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDL2m3jxJ0 .navbar {
    min-height: 72px;
  }
  .cid-uDL2m3jxJ0 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uDL2m3jxJ0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDL2m3jxJ0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDL2m3jxJ0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDL2m3jxJ0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDL2m3jxJ0 .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-uDL2m3jxJ0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDL2m3jxJ0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uDL2m3jxJ0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDL2m3jxJ0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDL2m3jxJ0 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uDL2m3jxJ0 .dropdown-item.active,
.cid-uDL2m3jxJ0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uDL2m3jxJ0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDL2m3jxJ0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDL2m3jxJ0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDL2m3jxJ0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDL2m3jxJ0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uDL2m3jxJ0 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uDL2m3jxJ0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDL2m3jxJ0 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uDL2m3jxJ0 .navbar-buttons {
    text-align: left;
  }
}
.cid-uDL2m3jxJ0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDL2m3jxJ0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uDL2m3jxJ0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDL2m3jxJ0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDL2m3jxJ0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDL2m3jxJ0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDL2m3jxJ0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDL2m3jxJ0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDL2m3jxJ0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDL2m3jxJ0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDL2m3jxJ0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uDL2m3jxJ0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDL2m3jxJ0 .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-uDL2m3jxJ0 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDL2m3jxJ0 .navbar {
    height: 70px;
  }
  .cid-uDL2m3jxJ0 .navbar.opened {
    height: auto;
  }
  .cid-uDL2m3jxJ0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDL2m3jxJ0 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uDL2m3jxJ0 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uDL2m3jxJ0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uDL2m3jxJ0 .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uDL2m3jxJ0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uDL2m3jxJ0 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uDL2m3jxJ0 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uDL2m3jxJ0 .navbar-brand {
    margin-right: auto;
  }
  .cid-uDL2m3jxJ0 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-uDL2m3jxJ0 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uDL2m3jxJ0 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uDL2m3jxJ0 .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-uDL2m3jxJ0 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uDL2m3jxJ0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uDL2m3jxJ0 .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uDL2m3jxJ0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uDL2m3jxJ0 .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-uDL2m3jxJ0 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uDL2m3jxJ0 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uDL2m46PBe {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uDL2m46PBe .col-title {
    margin-bottom: 20px;
  }
}
.cid-uDL2m46PBe .mbr-section-title {
  color: #000000;
}
.cid-uDL2m46PBe .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-uDL2m46PBe .mbr-text {
  color: #000000;
}
.cid-uFVwsk1flC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0090c7;
}
.cid-uFVwsk1flC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVwsk1flC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVwsk1flC .row {
  justify-content: center;
}
.cid-uFVwsk1flC .card {
  justify-content: center;
}
.cid-uFVwsk1flC .content-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uFVwsk1flC .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFVwsk1flC .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFVwsk1flC .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFVwsk1flC .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFVwsk1flC .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFVwsk1flC .form-wrap::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#0078c7, transparent);
  filter: blur(100px);
}
.cid-uFVwsk1flC .form-wrapper {
  position: relative;
  z-index: 1;
  padding: 48px;
  background-color: #0078c7;
}
@media (max-width: 1440px) {
  .cid-uFVwsk1flC .form-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uFVwsk1flC .form-wrapper {
    padding: 30px 20px;
  }
}
.cid-uFVwsk1flC .form-wrapper .dragArea.row {
  margin: 0;
}
.cid-uFVwsk1flC .form-wrapper .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uFVwsk1flC .form-wrapper .dragArea.row .form-group .form-control-label {
  margin-bottom: 0;
}
.cid-uFVwsk1flC .form-wrapper .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 20px 0 40px;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #000000 !important;
  border-radius: 0 !important;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFVwsk1flC .form-wrapper .dragArea.row .form-group .form-control {
    padding: 20px 0 30px;
    margin-bottom: 30px;
  }
}
.cid-uFVwsk1flC .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-uFVwsk1flC .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uFVwsk1flC .form-wrapper .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #000000 !important;
}
.cid-uFVwsk1flC .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uFVwsk1flC .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uFVwsk1flC .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
.cid-uFVwsk1flC .form-wrapper .dragArea.row .mbr-section-btn .btn {
  min-width: auto;
  width: 100%;
  margin-left: 0;
}
.cid-uFVwsk1flC .mbr-section-title {
  color: #ffffff;
}
.cid-uFVwsk1flC .mbr-text,
.cid-uFVwsk1flC .text-wrapper {
  color: #ffffff;
}
.cid-uFVwsk1flC label {
  color: #000000;
}
.cid-uDL2m5bq9H {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uDL2m5bq9H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDL2m5bq9H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDL2m5bq9H p a:hover {
  text-decoration: underline;
}
.cid-uDL2m5bq9H h2 {
  line-height: 1.3;
}
.cid-uDL2m5bq9H img {
  object-fit: cover;
}
.cid-uDL2m5bq9H .mbr-link {
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .cid-uDL2m5bq9H .mbr-link {
    margin-right: 0rem;
    margin-top: 1rem;
  }
}
.cid-uDL2m5bq9H .row {
  margin: 0;
  justify-content: flex-end;
}
.cid-uDL2m5bq9H .icon-wrap {
  display: inline-flex;
}
@media (max-width: 767px) {
  .cid-uDL2m5bq9H .icon-wrap {
    margin-top: 1rem;
  }
}
.cid-uDL2m5bq9H .card-box {
  width: 100%;
  flex-direction: row;
}
.cid-uDL2m5bq9H .icon {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding-top: 1px;
  margin: 0 0.5rem;
}
.cid-uDL2m5bq9H .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uDL2m5bq9H .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uDL2m5bq9H .card-wrapper {
    padding: 2rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uDL2m5bq9H .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uDL2m5bq9H .wrap {
  background: #2a2c2d;
}
.cid-uDL2m5bq9H .link-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uDL2m5bq9H .link-wrapper {
    flex-direction: column;
  }
}
.cid-uDL2m5bq9H .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uDL2m5bq9H .mbr-text,
.cid-uDL2m5bq9H .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-uDL2m5bq9H .mbr-link,
.cid-uDL2m5bq9H .link-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uDL2m5bq9H .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uDL2m5bq9H .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uDL5YIrc87 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uDL5YIrc87 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDL5YIrc87 .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uDL5YIrc87 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uDL5YIrc87 .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-uDL5YIrc87 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uDL5YIrc87 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDL5YIrc87 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDL5YIrc87 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uDL5YIrc87 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uDL5YIrc87 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uDL5YIrc87 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uDL5YIrc87 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uDL5YIrc87 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uDL5YIrc87 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uDL5YIrc87 .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uDL5YIrc87 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uDL5YIrc87 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uDL5YIrc87 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uDL5YIrc87 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uDL5YIrc87 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uDL5YIrc87 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uDL5YIrc87 .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uDL5YIrc87 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDL5YIrc87 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uDL5YIrc87 .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uDL5YIrc87 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDL5YIrc87 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  backdrop-filter: blur(10px);
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-uDL5YIrc87 .nav-item:focus,
.cid-uDL5YIrc87 .nav-link:focus {
  outline: none;
}
.cid-uDL5YIrc87 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDL5YIrc87 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDL5YIrc87 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDL5YIrc87 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDL5YIrc87 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDL5YIrc87 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDL5YIrc87 .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-uDL5YIrc87 .navbar.opened {
  transition: all 0.3s;
}
.cid-uDL5YIrc87 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDL5YIrc87 .navbar .navbar-logo img {
  width: auto;
}
.cid-uDL5YIrc87 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uDL5YIrc87 .navbar.collapsed {
  justify-content: center;
}
.cid-uDL5YIrc87 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDL5YIrc87 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDL5YIrc87 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.6rem);
  }
}
.cid-uDL5YIrc87 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDL5YIrc87 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDL5YIrc87 .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-uDL5YIrc87 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDL5YIrc87 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDL5YIrc87 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDL5YIrc87 .navbar {
    min-height: 72px;
  }
  .cid-uDL5YIrc87 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uDL5YIrc87 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDL5YIrc87 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDL5YIrc87 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDL5YIrc87 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDL5YIrc87 .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-uDL5YIrc87 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDL5YIrc87 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uDL5YIrc87 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDL5YIrc87 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDL5YIrc87 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uDL5YIrc87 .dropdown-item.active,
.cid-uDL5YIrc87 .dropdown-item:active {
  background-color: transparent;
}
.cid-uDL5YIrc87 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDL5YIrc87 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDL5YIrc87 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDL5YIrc87 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDL5YIrc87 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uDL5YIrc87 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uDL5YIrc87 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDL5YIrc87 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uDL5YIrc87 .navbar-buttons {
    text-align: left;
  }
}
.cid-uDL5YIrc87 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDL5YIrc87 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uDL5YIrc87 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDL5YIrc87 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDL5YIrc87 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDL5YIrc87 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDL5YIrc87 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDL5YIrc87 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDL5YIrc87 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDL5YIrc87 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDL5YIrc87 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uDL5YIrc87 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDL5YIrc87 .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-uDL5YIrc87 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDL5YIrc87 .navbar {
    height: 70px;
  }
  .cid-uDL5YIrc87 .navbar.opened {
    height: auto;
  }
  .cid-uDL5YIrc87 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDL5YIrc87 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uDL5YIrc87 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uDL5YIrc87 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uDL5YIrc87 .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uDL5YIrc87 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uDL5YIrc87 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uDL5YIrc87 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uDL5YIrc87 .navbar-brand {
    margin-right: auto;
  }
  .cid-uDL5YIrc87 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-uDL5YIrc87 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uDL5YIrc87 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uDL5YIrc87 .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-uDL5YIrc87 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uDL5YIrc87 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uDL5YIrc87 .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uDL5YIrc87 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uDL5YIrc87 .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-uDL5YIrc87 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uDL5YIrc87 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uDL5YJniBL {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uDL5YJniBL .col-title {
    margin-bottom: 20px;
  }
}
.cid-uDL5YJniBL .mbr-section-title {
  color: #000000;
}
.cid-uDL5YJniBL .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-uDL5YJniBL .mbr-text {
  color: #000000;
}
.cid-uFVww6ZMP5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0090c7;
}
.cid-uFVww6ZMP5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVww6ZMP5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVww6ZMP5 .row {
  justify-content: center;
}
.cid-uFVww6ZMP5 .card {
  justify-content: center;
}
.cid-uFVww6ZMP5 .content-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uFVww6ZMP5 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFVww6ZMP5 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFVww6ZMP5 .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFVww6ZMP5 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFVww6ZMP5 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFVww6ZMP5 .form-wrap::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#0078c7, transparent);
  filter: blur(100px);
}
.cid-uFVww6ZMP5 .form-wrapper {
  position: relative;
  z-index: 1;
  padding: 48px;
  background-color: #0078c7;
}
@media (max-width: 1440px) {
  .cid-uFVww6ZMP5 .form-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uFVww6ZMP5 .form-wrapper {
    padding: 30px 20px;
  }
}
.cid-uFVww6ZMP5 .form-wrapper .dragArea.row {
  margin: 0;
}
.cid-uFVww6ZMP5 .form-wrapper .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uFVww6ZMP5 .form-wrapper .dragArea.row .form-group .form-control-label {
  margin-bottom: 0;
}
.cid-uFVww6ZMP5 .form-wrapper .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 20px 0 40px;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #000000 !important;
  border-radius: 0 !important;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFVww6ZMP5 .form-wrapper .dragArea.row .form-group .form-control {
    padding: 20px 0 30px;
    margin-bottom: 30px;
  }
}
.cid-uFVww6ZMP5 .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-uFVww6ZMP5 .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uFVww6ZMP5 .form-wrapper .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #000000 !important;
}
.cid-uFVww6ZMP5 .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uFVww6ZMP5 .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uFVww6ZMP5 .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
.cid-uFVww6ZMP5 .form-wrapper .dragArea.row .mbr-section-btn .btn {
  min-width: auto;
  width: 100%;
  margin-left: 0;
}
.cid-uFVww6ZMP5 .mbr-section-title {
  color: #ffffff;
}
.cid-uFVww6ZMP5 .mbr-text,
.cid-uFVww6ZMP5 .text-wrapper {
  color: #ffffff;
}
.cid-uFVww6ZMP5 label {
  color: #000000;
}
.cid-uDL5YKDum1 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uDL5YKDum1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDL5YKDum1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDL5YKDum1 p a:hover {
  text-decoration: underline;
}
.cid-uDL5YKDum1 h2 {
  line-height: 1.3;
}
.cid-uDL5YKDum1 img {
  object-fit: cover;
}
.cid-uDL5YKDum1 .mbr-link {
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .cid-uDL5YKDum1 .mbr-link {
    margin-right: 0rem;
    margin-top: 1rem;
  }
}
.cid-uDL5YKDum1 .row {
  margin: 0;
  justify-content: flex-end;
}
.cid-uDL5YKDum1 .icon-wrap {
  display: inline-flex;
}
@media (max-width: 767px) {
  .cid-uDL5YKDum1 .icon-wrap {
    margin-top: 1rem;
  }
}
.cid-uDL5YKDum1 .card-box {
  width: 100%;
  flex-direction: row;
}
.cid-uDL5YKDum1 .icon {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding-top: 1px;
  margin: 0 0.5rem;
}
.cid-uDL5YKDum1 .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uDL5YKDum1 .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uDL5YKDum1 .card-wrapper {
    padding: 2rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uDL5YKDum1 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uDL5YKDum1 .wrap {
  background: #2a2c2d;
}
.cid-uDL5YKDum1 .link-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uDL5YKDum1 .link-wrapper {
    flex-direction: column;
  }
}
.cid-uDL5YKDum1 .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uDL5YKDum1 .mbr-text,
.cid-uDL5YKDum1 .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-uDL5YKDum1 .mbr-link,
.cid-uDL5YKDum1 .link-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uDL5YKDum1 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uDL5YKDum1 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uDL611VHM4 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uDL611VHM4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDL611VHM4 .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uDL611VHM4 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uDL611VHM4 .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-uDL611VHM4 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uDL611VHM4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDL611VHM4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDL611VHM4 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uDL611VHM4 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uDL611VHM4 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uDL611VHM4 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uDL611VHM4 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uDL611VHM4 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uDL611VHM4 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uDL611VHM4 .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uDL611VHM4 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uDL611VHM4 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uDL611VHM4 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uDL611VHM4 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uDL611VHM4 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uDL611VHM4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uDL611VHM4 .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uDL611VHM4 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDL611VHM4 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uDL611VHM4 .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uDL611VHM4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDL611VHM4 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  backdrop-filter: blur(10px);
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-uDL611VHM4 .nav-item:focus,
.cid-uDL611VHM4 .nav-link:focus {
  outline: none;
}
.cid-uDL611VHM4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDL611VHM4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDL611VHM4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDL611VHM4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDL611VHM4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDL611VHM4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDL611VHM4 .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-uDL611VHM4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uDL611VHM4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDL611VHM4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uDL611VHM4 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uDL611VHM4 .navbar.collapsed {
  justify-content: center;
}
.cid-uDL611VHM4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDL611VHM4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDL611VHM4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.6rem);
  }
}
.cid-uDL611VHM4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDL611VHM4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDL611VHM4 .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-uDL611VHM4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDL611VHM4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDL611VHM4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDL611VHM4 .navbar {
    min-height: 72px;
  }
  .cid-uDL611VHM4 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uDL611VHM4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDL611VHM4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDL611VHM4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDL611VHM4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDL611VHM4 .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-uDL611VHM4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDL611VHM4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uDL611VHM4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDL611VHM4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDL611VHM4 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uDL611VHM4 .dropdown-item.active,
.cid-uDL611VHM4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uDL611VHM4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDL611VHM4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDL611VHM4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDL611VHM4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDL611VHM4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uDL611VHM4 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uDL611VHM4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDL611VHM4 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uDL611VHM4 .navbar-buttons {
    text-align: left;
  }
}
.cid-uDL611VHM4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDL611VHM4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uDL611VHM4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDL611VHM4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDL611VHM4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDL611VHM4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDL611VHM4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDL611VHM4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDL611VHM4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDL611VHM4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDL611VHM4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uDL611VHM4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDL611VHM4 .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-uDL611VHM4 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDL611VHM4 .navbar {
    height: 70px;
  }
  .cid-uDL611VHM4 .navbar.opened {
    height: auto;
  }
  .cid-uDL611VHM4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDL611VHM4 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uDL611VHM4 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uDL611VHM4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uDL611VHM4 .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uDL611VHM4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uDL611VHM4 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uDL611VHM4 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uDL611VHM4 .navbar-brand {
    margin-right: auto;
  }
  .cid-uDL611VHM4 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-uDL611VHM4 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uDL611VHM4 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uDL611VHM4 .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-uDL611VHM4 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uDL611VHM4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uDL611VHM4 .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uDL611VHM4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uDL611VHM4 .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-uDL611VHM4 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uDL611VHM4 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uDL612FYYM {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uDL612FYYM .col-title {
    margin-bottom: 20px;
  }
}
.cid-uDL612FYYM .mbr-section-title {
  color: #000000;
}
.cid-uDL612FYYM .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-uDL612FYYM .mbr-text {
  color: #000000;
}
.cid-uFVwypGezt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0090c7;
}
.cid-uFVwypGezt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVwypGezt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVwypGezt .row {
  justify-content: center;
}
.cid-uFVwypGezt .card {
  justify-content: center;
}
.cid-uFVwypGezt .content-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uFVwypGezt .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFVwypGezt .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFVwypGezt .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFVwypGezt .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFVwypGezt .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFVwypGezt .form-wrap::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#0078c7, transparent);
  filter: blur(100px);
}
.cid-uFVwypGezt .form-wrapper {
  position: relative;
  z-index: 1;
  padding: 48px;
  background-color: #0078c7;
}
@media (max-width: 1440px) {
  .cid-uFVwypGezt .form-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uFVwypGezt .form-wrapper {
    padding: 30px 20px;
  }
}
.cid-uFVwypGezt .form-wrapper .dragArea.row {
  margin: 0;
}
.cid-uFVwypGezt .form-wrapper .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uFVwypGezt .form-wrapper .dragArea.row .form-group .form-control-label {
  margin-bottom: 0;
}
.cid-uFVwypGezt .form-wrapper .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 20px 0 40px;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #000000 !important;
  border-radius: 0 !important;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFVwypGezt .form-wrapper .dragArea.row .form-group .form-control {
    padding: 20px 0 30px;
    margin-bottom: 30px;
  }
}
.cid-uFVwypGezt .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-uFVwypGezt .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uFVwypGezt .form-wrapper .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #000000 !important;
}
.cid-uFVwypGezt .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uFVwypGezt .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uFVwypGezt .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
.cid-uFVwypGezt .form-wrapper .dragArea.row .mbr-section-btn .btn {
  min-width: auto;
  width: 100%;
  margin-left: 0;
}
.cid-uFVwypGezt .mbr-section-title {
  color: #ffffff;
}
.cid-uFVwypGezt .mbr-text,
.cid-uFVwypGezt .text-wrapper {
  color: #ffffff;
}
.cid-uFVwypGezt label {
  color: #000000;
}
.cid-uDL613D4eQ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uDL613D4eQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDL613D4eQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDL613D4eQ p a:hover {
  text-decoration: underline;
}
.cid-uDL613D4eQ h2 {
  line-height: 1.3;
}
.cid-uDL613D4eQ img {
  object-fit: cover;
}
.cid-uDL613D4eQ .mbr-link {
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .cid-uDL613D4eQ .mbr-link {
    margin-right: 0rem;
    margin-top: 1rem;
  }
}
.cid-uDL613D4eQ .row {
  margin: 0;
  justify-content: flex-end;
}
.cid-uDL613D4eQ .icon-wrap {
  display: inline-flex;
}
@media (max-width: 767px) {
  .cid-uDL613D4eQ .icon-wrap {
    margin-top: 1rem;
  }
}
.cid-uDL613D4eQ .card-box {
  width: 100%;
  flex-direction: row;
}
.cid-uDL613D4eQ .icon {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding-top: 1px;
  margin: 0 0.5rem;
}
.cid-uDL613D4eQ .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uDL613D4eQ .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uDL613D4eQ .card-wrapper {
    padding: 2rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uDL613D4eQ .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uDL613D4eQ .wrap {
  background: #2a2c2d;
}
.cid-uDL613D4eQ .link-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uDL613D4eQ .link-wrapper {
    flex-direction: column;
  }
}
.cid-uDL613D4eQ .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uDL613D4eQ .mbr-text,
.cid-uDL613D4eQ .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-uDL613D4eQ .mbr-link,
.cid-uDL613D4eQ .link-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uDL613D4eQ .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uDL613D4eQ .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uDL8ihDvh6 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uDL8ihDvh6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDL8ihDvh6 .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uDL8ihDvh6 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uDL8ihDvh6 .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-uDL8ihDvh6 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uDL8ihDvh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDL8ihDvh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDL8ihDvh6 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uDL8ihDvh6 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uDL8ihDvh6 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uDL8ihDvh6 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uDL8ihDvh6 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uDL8ihDvh6 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uDL8ihDvh6 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uDL8ihDvh6 .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uDL8ihDvh6 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uDL8ihDvh6 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uDL8ihDvh6 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uDL8ihDvh6 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uDL8ihDvh6 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uDL8ihDvh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uDL8ihDvh6 .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uDL8ihDvh6 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDL8ihDvh6 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uDL8ihDvh6 .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uDL8ihDvh6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDL8ihDvh6 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  backdrop-filter: blur(10px);
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-uDL8ihDvh6 .nav-item:focus,
.cid-uDL8ihDvh6 .nav-link:focus {
  outline: none;
}
.cid-uDL8ihDvh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDL8ihDvh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDL8ihDvh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDL8ihDvh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDL8ihDvh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDL8ihDvh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDL8ihDvh6 .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-uDL8ihDvh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uDL8ihDvh6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDL8ihDvh6 .navbar .navbar-logo img {
  width: auto;
}
.cid-uDL8ihDvh6 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uDL8ihDvh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uDL8ihDvh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDL8ihDvh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDL8ihDvh6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.6rem);
  }
}
.cid-uDL8ihDvh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDL8ihDvh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDL8ihDvh6 .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-uDL8ihDvh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDL8ihDvh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDL8ihDvh6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDL8ihDvh6 .navbar {
    min-height: 72px;
  }
  .cid-uDL8ihDvh6 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uDL8ihDvh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDL8ihDvh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDL8ihDvh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDL8ihDvh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDL8ihDvh6 .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-uDL8ihDvh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDL8ihDvh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uDL8ihDvh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDL8ihDvh6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDL8ihDvh6 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uDL8ihDvh6 .dropdown-item.active,
.cid-uDL8ihDvh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uDL8ihDvh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDL8ihDvh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDL8ihDvh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDL8ihDvh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDL8ihDvh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uDL8ihDvh6 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uDL8ihDvh6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDL8ihDvh6 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uDL8ihDvh6 .navbar-buttons {
    text-align: left;
  }
}
.cid-uDL8ihDvh6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDL8ihDvh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uDL8ihDvh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDL8ihDvh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDL8ihDvh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDL8ihDvh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDL8ihDvh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDL8ihDvh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDL8ihDvh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDL8ihDvh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDL8ihDvh6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uDL8ihDvh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDL8ihDvh6 .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-uDL8ihDvh6 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDL8ihDvh6 .navbar {
    height: 70px;
  }
  .cid-uDL8ihDvh6 .navbar.opened {
    height: auto;
  }
  .cid-uDL8ihDvh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDL8ihDvh6 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uDL8ihDvh6 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uDL8ihDvh6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uDL8ihDvh6 .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uDL8ihDvh6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uDL8ihDvh6 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uDL8ihDvh6 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uDL8ihDvh6 .navbar-brand {
    margin-right: auto;
  }
  .cid-uDL8ihDvh6 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-uDL8ihDvh6 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uDL8ihDvh6 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uDL8ihDvh6 .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-uDL8ihDvh6 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uDL8ihDvh6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uDL8ihDvh6 .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uDL8ihDvh6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uDL8ihDvh6 .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-uDL8ihDvh6 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uDL8ihDvh6 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uDL8iipDb1 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uDL8iipDb1 .col-title {
    margin-bottom: 20px;
  }
}
.cid-uDL8iipDb1 .mbr-section-title {
  color: #000000;
}
.cid-uDL8iipDb1 .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-uDL8iipDb1 .mbr-text {
  color: #000000;
}
.cid-uFVwBLtdAD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0090c7;
}
.cid-uFVwBLtdAD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVwBLtdAD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVwBLtdAD .row {
  justify-content: center;
}
.cid-uFVwBLtdAD .card {
  justify-content: center;
}
.cid-uFVwBLtdAD .content-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uFVwBLtdAD .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFVwBLtdAD .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFVwBLtdAD .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFVwBLtdAD .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFVwBLtdAD .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFVwBLtdAD .form-wrap::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#0078c7, transparent);
  filter: blur(100px);
}
.cid-uFVwBLtdAD .form-wrapper {
  position: relative;
  z-index: 1;
  padding: 48px;
  background-color: #0078c7;
}
@media (max-width: 1440px) {
  .cid-uFVwBLtdAD .form-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uFVwBLtdAD .form-wrapper {
    padding: 30px 20px;
  }
}
.cid-uFVwBLtdAD .form-wrapper .dragArea.row {
  margin: 0;
}
.cid-uFVwBLtdAD .form-wrapper .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uFVwBLtdAD .form-wrapper .dragArea.row .form-group .form-control-label {
  margin-bottom: 0;
}
.cid-uFVwBLtdAD .form-wrapper .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 20px 0 40px;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #000000 !important;
  border-radius: 0 !important;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFVwBLtdAD .form-wrapper .dragArea.row .form-group .form-control {
    padding: 20px 0 30px;
    margin-bottom: 30px;
  }
}
.cid-uFVwBLtdAD .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-uFVwBLtdAD .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uFVwBLtdAD .form-wrapper .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #000000 !important;
}
.cid-uFVwBLtdAD .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uFVwBLtdAD .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uFVwBLtdAD .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
.cid-uFVwBLtdAD .form-wrapper .dragArea.row .mbr-section-btn .btn {
  min-width: auto;
  width: 100%;
  margin-left: 0;
}
.cid-uFVwBLtdAD .mbr-section-title {
  color: #ffffff;
}
.cid-uFVwBLtdAD .mbr-text,
.cid-uFVwBLtdAD .text-wrapper {
  color: #ffffff;
}
.cid-uFVwBLtdAD label {
  color: #000000;
}
.cid-uDL8ijowfs {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uDL8ijowfs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDL8ijowfs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDL8ijowfs p a:hover {
  text-decoration: underline;
}
.cid-uDL8ijowfs h2 {
  line-height: 1.3;
}
.cid-uDL8ijowfs img {
  object-fit: cover;
}
.cid-uDL8ijowfs .mbr-link {
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .cid-uDL8ijowfs .mbr-link {
    margin-right: 0rem;
    margin-top: 1rem;
  }
}
.cid-uDL8ijowfs .row {
  margin: 0;
  justify-content: flex-end;
}
.cid-uDL8ijowfs .icon-wrap {
  display: inline-flex;
}
@media (max-width: 767px) {
  .cid-uDL8ijowfs .icon-wrap {
    margin-top: 1rem;
  }
}
.cid-uDL8ijowfs .card-box {
  width: 100%;
  flex-direction: row;
}
.cid-uDL8ijowfs .icon {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding-top: 1px;
  margin: 0 0.5rem;
}
.cid-uDL8ijowfs .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uDL8ijowfs .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uDL8ijowfs .card-wrapper {
    padding: 2rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uDL8ijowfs .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uDL8ijowfs .wrap {
  background: #2a2c2d;
}
.cid-uDL8ijowfs .link-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uDL8ijowfs .link-wrapper {
    flex-direction: column;
  }
}
.cid-uDL8ijowfs .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uDL8ijowfs .mbr-text,
.cid-uDL8ijowfs .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-uDL8ijowfs .mbr-link,
.cid-uDL8ijowfs .link-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uDL8ijowfs .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uDL8ijowfs .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uDLeVQRA8X {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uDLeVQRA8X .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDLeVQRA8X .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uDLeVQRA8X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uDLeVQRA8X .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-uDLeVQRA8X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uDLeVQRA8X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDLeVQRA8X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDLeVQRA8X .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uDLeVQRA8X .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uDLeVQRA8X .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uDLeVQRA8X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uDLeVQRA8X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uDLeVQRA8X .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uDLeVQRA8X .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uDLeVQRA8X .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uDLeVQRA8X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uDLeVQRA8X .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uDLeVQRA8X .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uDLeVQRA8X .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uDLeVQRA8X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uDLeVQRA8X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uDLeVQRA8X .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uDLeVQRA8X .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDLeVQRA8X .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uDLeVQRA8X .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uDLeVQRA8X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDLeVQRA8X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  backdrop-filter: blur(10px);
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-uDLeVQRA8X .nav-item:focus,
.cid-uDLeVQRA8X .nav-link:focus {
  outline: none;
}
.cid-uDLeVQRA8X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDLeVQRA8X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDLeVQRA8X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDLeVQRA8X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDLeVQRA8X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDLeVQRA8X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDLeVQRA8X .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-uDLeVQRA8X .navbar.opened {
  transition: all 0.3s;
}
.cid-uDLeVQRA8X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDLeVQRA8X .navbar .navbar-logo img {
  width: auto;
}
.cid-uDLeVQRA8X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uDLeVQRA8X .navbar.collapsed {
  justify-content: center;
}
.cid-uDLeVQRA8X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDLeVQRA8X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDLeVQRA8X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.6rem);
  }
}
.cid-uDLeVQRA8X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDLeVQRA8X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDLeVQRA8X .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-uDLeVQRA8X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDLeVQRA8X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDLeVQRA8X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uDLeVQRA8X .navbar {
    min-height: 72px;
  }
  .cid-uDLeVQRA8X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uDLeVQRA8X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDLeVQRA8X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDLeVQRA8X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDLeVQRA8X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDLeVQRA8X .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-uDLeVQRA8X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDLeVQRA8X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uDLeVQRA8X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDLeVQRA8X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDLeVQRA8X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uDLeVQRA8X .dropdown-item.active,
.cid-uDLeVQRA8X .dropdown-item:active {
  background-color: transparent;
}
.cid-uDLeVQRA8X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDLeVQRA8X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDLeVQRA8X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDLeVQRA8X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDLeVQRA8X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uDLeVQRA8X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uDLeVQRA8X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDLeVQRA8X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uDLeVQRA8X .navbar-buttons {
    text-align: left;
  }
}
.cid-uDLeVQRA8X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDLeVQRA8X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uDLeVQRA8X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDLeVQRA8X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDLeVQRA8X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDLeVQRA8X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDLeVQRA8X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDLeVQRA8X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDLeVQRA8X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDLeVQRA8X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDLeVQRA8X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uDLeVQRA8X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDLeVQRA8X .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-uDLeVQRA8X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDLeVQRA8X .navbar {
    height: 70px;
  }
  .cid-uDLeVQRA8X .navbar.opened {
    height: auto;
  }
  .cid-uDLeVQRA8X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDLeVQRA8X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uDLeVQRA8X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uDLeVQRA8X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uDLeVQRA8X .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uDLeVQRA8X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uDLeVQRA8X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uDLeVQRA8X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uDLeVQRA8X .navbar-brand {
    margin-right: auto;
  }
  .cid-uDLeVQRA8X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-uDLeVQRA8X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uDLeVQRA8X .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uDLeVQRA8X .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-uDLeVQRA8X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uDLeVQRA8X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uDLeVQRA8X .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uDLeVQRA8X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uDLeVQRA8X .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-uDLeVQRA8X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uDLeVQRA8X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uDLeVRbDKQ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uDLeVRbDKQ .col-title {
    margin-bottom: 20px;
  }
}
.cid-uDLeVRbDKQ .mbr-section-title {
  color: #000000;
}
.cid-uDLeVRbDKQ .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-uDLeVRbDKQ .mbr-text {
  color: #000000;
}
.cid-uKUnS0GRGE {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #88b5dc;
}
.cid-uKUnS0GRGE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKUnS0GRGE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKUnS0GRGE .first {
  border-top: 2px solid #000000;
}
.cid-uKUnS0GRGE .panel-body {
  padding: 2rem 6rem;
}
@media (max-width: 767px) {
  .cid-uKUnS0GRGE .panel-body {
    padding: 2rem 0rem;
  }
}
.cid-uKUnS0GRGE .card-header {
  border-bottom: 2px solid #000000;
  border-radius: 0;
  padding-right: 2rem;
  padding-left: 2rem;
  padding-bottom: 2rem;
  padding-top: 2rem;
  position: relative;
}
.cid-uKUnS0GRGE .card-header:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #000000;
  transition: all 0.3s;
}
.cid-uKUnS0GRGE .card-header a,
.cid-uKUnS0GRGE .card-header h6,
.cid-uKUnS0GRGE .card-header span {
  transition: all 0.3s;
  position: relative;
  z-index: 2;
}
.cid-uKUnS0GRGE .card-header:hover a,
.cid-uKUnS0GRGE .card-header:hover h6,
.cid-uKUnS0GRGE .card-header:hover span {
  color: #ffffff !important;
}
.cid-uKUnS0GRGE .card-header:hover:before {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uKUnS0GRGE .card-header {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-uKUnS0GRGE .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #000000;
  margin-left: 1rem;
  z-index: 1;
}
.cid-uKUnS0GRGE .panel-group {
  border: none;
}
.cid-uKUnS0GRGE .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uKUnS0GRGE .panel-title-edit {
  color: #17003b;
}
.cid-uKUnS0GRGE .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uKUnS0GRGE H3 {
  color: #17003b;
}
.cid-uKUnS0GRGE .panel-text {
  color: #17003b;
}
.cid-uKUnT6XvE5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #88b5dc;
}
.cid-uKUnT6XvE5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKUnT6XvE5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKUnT6XvE5 .first {
  border-top: 2px solid #000000;
}
.cid-uKUnT6XvE5 .panel-body {
  padding: 2rem 6rem;
}
@media (max-width: 767px) {
  .cid-uKUnT6XvE5 .panel-body {
    padding: 2rem 0rem;
  }
}
.cid-uKUnT6XvE5 .card-header {
  border-bottom: 2px solid #000000;
  border-radius: 0;
  padding-right: 2rem;
  padding-left: 2rem;
  padding-bottom: 2rem;
  padding-top: 2rem;
  position: relative;
}
.cid-uKUnT6XvE5 .card-header:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #000000;
  transition: all 0.3s;
}
.cid-uKUnT6XvE5 .card-header a,
.cid-uKUnT6XvE5 .card-header h6,
.cid-uKUnT6XvE5 .card-header span {
  transition: all 0.3s;
  position: relative;
  z-index: 2;
}
.cid-uKUnT6XvE5 .card-header:hover a,
.cid-uKUnT6XvE5 .card-header:hover h6,
.cid-uKUnT6XvE5 .card-header:hover span {
  color: #ffffff !important;
}
.cid-uKUnT6XvE5 .card-header:hover:before {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uKUnT6XvE5 .card-header {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-uKUnT6XvE5 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #000000;
  margin-left: 1rem;
  z-index: 1;
}
.cid-uKUnT6XvE5 .panel-group {
  border: none;
}
.cid-uKUnT6XvE5 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uKUnT6XvE5 .panel-title-edit {
  color: #17003b;
}
.cid-uKUnT6XvE5 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uKUnT6XvE5 H3 {
  color: #17003b;
}
.cid-uKUnT6XvE5 .panel-text {
  color: #17003b;
}
.cid-uKUo7m96Zz {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #88b5dc;
}
.cid-uKUo7m96Zz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKUo7m96Zz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKUo7m96Zz .first {
  border-top: 2px solid #000000;
}
.cid-uKUo7m96Zz .panel-body {
  padding: 2rem 6rem;
}
@media (max-width: 767px) {
  .cid-uKUo7m96Zz .panel-body {
    padding: 2rem 0rem;
  }
}
.cid-uKUo7m96Zz .card-header {
  border-bottom: 2px solid #000000;
  border-radius: 0;
  padding-right: 2rem;
  padding-left: 2rem;
  padding-bottom: 2rem;
  padding-top: 2rem;
  position: relative;
}
.cid-uKUo7m96Zz .card-header:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #000000;
  transition: all 0.3s;
}
.cid-uKUo7m96Zz .card-header a,
.cid-uKUo7m96Zz .card-header h6,
.cid-uKUo7m96Zz .card-header span {
  transition: all 0.3s;
  position: relative;
  z-index: 2;
}
.cid-uKUo7m96Zz .card-header:hover a,
.cid-uKUo7m96Zz .card-header:hover h6,
.cid-uKUo7m96Zz .card-header:hover span {
  color: #ffffff !important;
}
.cid-uKUo7m96Zz .card-header:hover:before {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uKUo7m96Zz .card-header {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-uKUo7m96Zz .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #000000;
  margin-left: 1rem;
  z-index: 1;
}
.cid-uKUo7m96Zz .panel-group {
  border: none;
}
.cid-uKUo7m96Zz .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uKUo7m96Zz .panel-title-edit {
  color: #17003b;
}
.cid-uKUo7m96Zz .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uKUo7m96Zz H3 {
  color: #17003b;
}
.cid-uKUo7m96Zz .panel-text {
  color: #17003b;
}
.cid-uFVwGoSfAv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0090c7;
}
.cid-uFVwGoSfAv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVwGoSfAv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVwGoSfAv .row {
  justify-content: center;
}
.cid-uFVwGoSfAv .card {
  justify-content: center;
}
.cid-uFVwGoSfAv .content-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uFVwGoSfAv .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFVwGoSfAv .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFVwGoSfAv .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFVwGoSfAv .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFVwGoSfAv .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFVwGoSfAv .form-wrap::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#0078c7, transparent);
  filter: blur(100px);
}
.cid-uFVwGoSfAv .form-wrapper {
  position: relative;
  z-index: 1;
  padding: 48px;
  background-color: #0078c7;
}
@media (max-width: 1440px) {
  .cid-uFVwGoSfAv .form-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uFVwGoSfAv .form-wrapper {
    padding: 30px 20px;
  }
}
.cid-uFVwGoSfAv .form-wrapper .dragArea.row {
  margin: 0;
}
.cid-uFVwGoSfAv .form-wrapper .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uFVwGoSfAv .form-wrapper .dragArea.row .form-group .form-control-label {
  margin-bottom: 0;
}
.cid-uFVwGoSfAv .form-wrapper .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 20px 0 40px;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #000000 !important;
  border-radius: 0 !important;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFVwGoSfAv .form-wrapper .dragArea.row .form-group .form-control {
    padding: 20px 0 30px;
    margin-bottom: 30px;
  }
}
.cid-uFVwGoSfAv .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-uFVwGoSfAv .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uFVwGoSfAv .form-wrapper .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #000000 !important;
}
.cid-uFVwGoSfAv .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uFVwGoSfAv .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uFVwGoSfAv .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
.cid-uFVwGoSfAv .form-wrapper .dragArea.row .mbr-section-btn .btn {
  min-width: auto;
  width: 100%;
  margin-left: 0;
}
.cid-uFVwGoSfAv .mbr-section-title {
  color: #ffffff;
}
.cid-uFVwGoSfAv .mbr-text,
.cid-uFVwGoSfAv .text-wrapper {
  color: #ffffff;
}
.cid-uFVwGoSfAv label {
  color: #000000;
}
.cid-uDLeVROTxO {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uDLeVROTxO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDLeVROTxO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDLeVROTxO p a:hover {
  text-decoration: underline;
}
.cid-uDLeVROTxO h2 {
  line-height: 1.3;
}
.cid-uDLeVROTxO img {
  object-fit: cover;
}
.cid-uDLeVROTxO .mbr-link {
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .cid-uDLeVROTxO .mbr-link {
    margin-right: 0rem;
    margin-top: 1rem;
  }
}
.cid-uDLeVROTxO .row {
  margin: 0;
  justify-content: flex-end;
}
.cid-uDLeVROTxO .icon-wrap {
  display: inline-flex;
}
@media (max-width: 767px) {
  .cid-uDLeVROTxO .icon-wrap {
    margin-top: 1rem;
  }
}
.cid-uDLeVROTxO .card-box {
  width: 100%;
  flex-direction: row;
}
.cid-uDLeVROTxO .icon {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding-top: 1px;
  margin: 0 0.5rem;
}
.cid-uDLeVROTxO .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uDLeVROTxO .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uDLeVROTxO .card-wrapper {
    padding: 2rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uDLeVROTxO .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uDLeVROTxO .wrap {
  background: #2a2c2d;
}
.cid-uDLeVROTxO .link-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uDLeVROTxO .link-wrapper {
    flex-direction: column;
  }
}
.cid-uDLeVROTxO .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uDLeVROTxO .mbr-text,
.cid-uDLeVROTxO .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-uDLeVROTxO .mbr-link,
.cid-uDLeVROTxO .link-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uDLeVROTxO .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uDLeVROTxO .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uEe8Xp2icP {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uEe8Xp2icP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEe8Xp2icP .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uEe8Xp2icP .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uEe8Xp2icP .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-uEe8Xp2icP .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uEe8Xp2icP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEe8Xp2icP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEe8Xp2icP .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uEe8Xp2icP .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uEe8Xp2icP .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uEe8Xp2icP .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uEe8Xp2icP .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uEe8Xp2icP .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uEe8Xp2icP .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uEe8Xp2icP .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uEe8Xp2icP .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uEe8Xp2icP .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uEe8Xp2icP .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uEe8Xp2icP .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uEe8Xp2icP .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uEe8Xp2icP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uEe8Xp2icP .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uEe8Xp2icP .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uEe8Xp2icP .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uEe8Xp2icP .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uEe8Xp2icP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uEe8Xp2icP .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  backdrop-filter: blur(10px);
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-uEe8Xp2icP .nav-item:focus,
.cid-uEe8Xp2icP .nav-link:focus {
  outline: none;
}
.cid-uEe8Xp2icP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEe8Xp2icP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEe8Xp2icP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEe8Xp2icP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEe8Xp2icP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEe8Xp2icP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEe8Xp2icP .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-uEe8Xp2icP .navbar.opened {
  transition: all 0.3s;
}
.cid-uEe8Xp2icP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEe8Xp2icP .navbar .navbar-logo img {
  width: auto;
}
.cid-uEe8Xp2icP .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uEe8Xp2icP .navbar.collapsed {
  justify-content: center;
}
.cid-uEe8Xp2icP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEe8Xp2icP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEe8Xp2icP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.6rem);
  }
}
.cid-uEe8Xp2icP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEe8Xp2icP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEe8Xp2icP .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-uEe8Xp2icP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEe8Xp2icP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uEe8Xp2icP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uEe8Xp2icP .navbar {
    min-height: 72px;
  }
  .cid-uEe8Xp2icP .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uEe8Xp2icP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEe8Xp2icP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEe8Xp2icP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEe8Xp2icP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEe8Xp2icP .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-uEe8Xp2icP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEe8Xp2icP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uEe8Xp2icP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uEe8Xp2icP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uEe8Xp2icP .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uEe8Xp2icP .dropdown-item.active,
.cid-uEe8Xp2icP .dropdown-item:active {
  background-color: transparent;
}
.cid-uEe8Xp2icP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEe8Xp2icP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEe8Xp2icP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEe8Xp2icP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uEe8Xp2icP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uEe8Xp2icP .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uEe8Xp2icP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEe8Xp2icP .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uEe8Xp2icP .navbar-buttons {
    text-align: left;
  }
}
.cid-uEe8Xp2icP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uEe8Xp2icP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uEe8Xp2icP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEe8Xp2icP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEe8Xp2icP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEe8Xp2icP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEe8Xp2icP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEe8Xp2icP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uEe8Xp2icP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uEe8Xp2icP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEe8Xp2icP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uEe8Xp2icP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEe8Xp2icP .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-uEe8Xp2icP .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEe8Xp2icP .navbar {
    height: 70px;
  }
  .cid-uEe8Xp2icP .navbar.opened {
    height: auto;
  }
  .cid-uEe8Xp2icP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEe8Xp2icP .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uEe8Xp2icP .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uEe8Xp2icP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uEe8Xp2icP .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: .3s all;
  transform: rotate(-90deg);
}
.cid-uEe8Xp2icP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uEe8Xp2icP .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uEe8Xp2icP .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uEe8Xp2icP .navbar-brand {
    margin-right: auto;
  }
  .cid-uEe8Xp2icP .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-uEe8Xp2icP .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uEe8Xp2icP .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uEe8Xp2icP .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-uEe8Xp2icP .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uEe8Xp2icP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uEe8Xp2icP .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-uEe8Xp2icP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uEe8Xp2icP .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-uEe8Xp2icP .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uEe8Xp2icP .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uEe8XppLwb {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uEe8XppLwb .col-title {
    margin-bottom: 20px;
  }
}
.cid-uEe8XppLwb .mbr-section-title {
  color: #000000;
}
.cid-uEe8XppLwb .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-uEe8XppLwb .mbr-text {
  color: #000000;
}
.cid-uEe8XpBatH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #393193;
}
.cid-uEe8XpBatH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEe8XpBatH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEe8XpBatH .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uEe8XpBatH .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEe8XpBatH .items-wrapper {
  margin: 0 -5px;
}
.cid-uEe8XpBatH .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uEe8XpBatH .item {
    margin-bottom: 16px;
  }
  .cid-uEe8XpBatH .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uEe8XpBatH .item .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px;
  border: 1px solid #ffffff;
}
@media (max-width: 1200px) {
  .cid-uEe8XpBatH .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uEe8XpBatH .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  opacity: .3;
  background-color: #ffffff;
  pointer-events: none;
}
.cid-uEe8XpBatH .item .item-wrapper .card-box {
  position: relative;
}
.cid-uEe8XpBatH .item .item-wrapper .card-box .card-title {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 20px;
}
.cid-uEe8XpBatH .item .item-wrapper .card-box .card-price {
  padding-bottom: 16px;
  border-bottom: 1px dashed #ffffff;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uEe8XpBatH .item .item-wrapper .card-box .card-price {
    margin-bottom: 24px;
  }
}
.cid-uEe8XpBatH .item .item-wrapper .card-box .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uEe8XpBatH .item .item-wrapper .card-box .list .item-wrap {
  padding-bottom: 8px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 16px;
}
.cid-uEe8XpBatH .item .item-wrapper .card-box .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uEe8XpBatH .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uEe8XpBatH .item .item-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uEe8XpBatH .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  padding: 32px 40px;
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uEe8XpBatH .item .item-wrapper .mbr-section-btn .btn {
    padding: 22px 40px;
  }
}
.cid-uEe8XpBatH .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uEe8XpBatH .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uEe8XpBatH .card-price {
  color: #ffffff;
  text-align: center;
}
.cid-uEe8XpBatH .list {
  color: #ffffff;
}
.cid-uFVwM1uTIe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0090c7;
}
.cid-uFVwM1uTIe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVwM1uTIe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVwM1uTIe .row {
  justify-content: center;
}
.cid-uFVwM1uTIe .card {
  justify-content: center;
}
.cid-uFVwM1uTIe .content-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uFVwM1uTIe .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFVwM1uTIe .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFVwM1uTIe .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFVwM1uTIe .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFVwM1uTIe .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFVwM1uTIe .form-wrap::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#0078c7, transparent);
  filter: blur(100px);
}
.cid-uFVwM1uTIe .form-wrapper {
  position: relative;
  z-index: 1;
  padding: 48px;
  background-color: #0078c7;
}
@media (max-width: 1440px) {
  .cid-uFVwM1uTIe .form-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uFVwM1uTIe .form-wrapper {
    padding: 30px 20px;
  }
}
.cid-uFVwM1uTIe .form-wrapper .dragArea.row {
  margin: 0;
}
.cid-uFVwM1uTIe .form-wrapper .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uFVwM1uTIe .form-wrapper .dragArea.row .form-group .form-control-label {
  margin-bottom: 0;
}
.cid-uFVwM1uTIe .form-wrapper .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 20px 0 40px;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #000000 !important;
  border-radius: 0 !important;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFVwM1uTIe .form-wrapper .dragArea.row .form-group .form-control {
    padding: 20px 0 30px;
    margin-bottom: 30px;
  }
}
.cid-uFVwM1uTIe .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-uFVwM1uTIe .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uFVwM1uTIe .form-wrapper .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #000000 !important;
}
.cid-uFVwM1uTIe .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uFVwM1uTIe .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uFVwM1uTIe .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
.cid-uFVwM1uTIe .form-wrapper .dragArea.row .mbr-section-btn .btn {
  min-width: auto;
  width: 100%;
  margin-left: 0;
}
.cid-uFVwM1uTIe .mbr-section-title {
  color: #ffffff;
}
.cid-uFVwM1uTIe .mbr-text,
.cid-uFVwM1uTIe .text-wrapper {
  color: #ffffff;
}
.cid-uFVwM1uTIe label {
  color: #000000;
}
.cid-uEe8XqkC5T {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uEe8XqkC5T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEe8XqkC5T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEe8XqkC5T p a:hover {
  text-decoration: underline;
}
.cid-uEe8XqkC5T h2 {
  line-height: 1.3;
}
.cid-uEe8XqkC5T img {
  object-fit: cover;
}
.cid-uEe8XqkC5T .mbr-link {
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .cid-uEe8XqkC5T .mbr-link {
    margin-right: 0rem;
    margin-top: 1rem;
  }
}
.cid-uEe8XqkC5T .row {
  margin: 0;
  justify-content: flex-end;
}
.cid-uEe8XqkC5T .icon-wrap {
  display: inline-flex;
}
@media (max-width: 767px) {
  .cid-uEe8XqkC5T .icon-wrap {
    margin-top: 1rem;
  }
}
.cid-uEe8XqkC5T .card-box {
  width: 100%;
  flex-direction: row;
}
.cid-uEe8XqkC5T .icon {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding-top: 1px;
  margin: 0 0.5rem;
}
.cid-uEe8XqkC5T .card-wrapper {
  display: flex;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uEe8XqkC5T .card-wrapper {
    padding: 1rem 0rem;
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uEe8XqkC5T .card-wrapper {
    padding: 2rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uEe8XqkC5T .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uEe8XqkC5T .wrap {
  background: #2a2c2d;
}
.cid-uEe8XqkC5T .link-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uEe8XqkC5T .link-wrapper {
    flex-direction: column;
  }
}
.cid-uEe8XqkC5T .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uEe8XqkC5T .mbr-text,
.cid-uEe8XqkC5T .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-uEe8XqkC5T .mbr-link,
.cid-uEe8XqkC5T .link-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uEe8XqkC5T .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uEe8XqkC5T .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uM6HwkLEVK.popup-builder {
  background-color: #ffffff;
}
.cid-uM6HwkLEVK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uM6HwkLEVK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uM6HwkLEVK .modal-content,
.cid-uM6HwkLEVK .modal-dialog {
  height: auto;
}
.cid-uM6HwkLEVK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uM6HwkLEVK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uM6HwkLEVK .form-wrapper .mbr-form .form-group,
  .cid-uM6HwkLEVK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uM6HwkLEVK .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uM6HwkLEVK .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uM6HwkLEVK .mbr-text {
  text-align: center;
}
.cid-uM6HwkLEVK .pt-0 {
  padding-top: 0 !important;
}
.cid-uM6HwkLEVK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uM6HwkLEVK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uM6HwkLEVK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uM6HwkLEVK .modal-open {
  overflow: hidden;
}
.cid-uM6HwkLEVK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uM6HwkLEVK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uM6HwkLEVK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uM6HwkLEVK .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uM6HwkLEVK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uM6HwkLEVK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uM6HwkLEVK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uM6HwkLEVK .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uM6HwkLEVK .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uM6HwkLEVK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uM6HwkLEVK .modal-backdrop.fade {
  opacity: 0;
}
.cid-uM6HwkLEVK .modal-backdrop.show {
  opacity: .5;
}
.cid-uM6HwkLEVK .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uM6HwkLEVK .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uM6HwkLEVK .modal-header {
    padding: 1rem;
  }
}
.cid-uM6HwkLEVK .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uM6HwkLEVK .modal-header .close svg {
  fill: #353535;
}
.cid-uM6HwkLEVK .modal-header .close:hover {
  opacity: 1;
}
.cid-uM6HwkLEVK .modal-header .close:focus {
  outline: none;
}
.cid-uM6HwkLEVK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uM6HwkLEVK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uM6HwkLEVK .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uM6HwkLEVK .modal-body {
    padding: 1rem;
  }
}
.cid-uM6HwkLEVK .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uM6HwkLEVK .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uM6HwkLEVK .modal-footer {
    padding: 1rem;
  }
}
.cid-uM6HwkLEVK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uM6HwkLEVK .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uM6HwkLEVK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uM6HwkLEVK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uM6HwkLEVK .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uM6HwkLEVK .modal-lg,
  .cid-uM6HwkLEVK .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uM6HwkLEVK .modal-xl {
    max-width: 1140px;
  }
}
.cid-uM6HwkLEVK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uM6HwkLEVK .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uM6HwkLEVK .form-group {
  margin-bottom: 1rem;
}
.cid-uM6HwkLEVK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uM6HwkLEVK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uM6HwkLEVK .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uM6HwkLEVK .mbr-section-btn {
  margin: 0;
}
.cid-uM6HwkLEVK .mbr-section-btn .btn {
  margin: 0;
}
