body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 10.625rem;
  line-height: 0.9;
  letter-spacing: -0.015em;
}
.display-1 > .mbr-iconfont {
  font-size: 13.28125rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.25rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.0625rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.375rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.71875rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- 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: 8.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 7.4375rem;
    font-size: calc( 4.3687499999999995rem + (10.625 - 4.3687499999999995) * ((80vw - 20rem) / (48 - 20)));
    line-height: 1;
  }
  .display-2 {
    font-size: 2.6rem;
    font-size: calc( 1.7874999999999999rem + (3.25 - 1.7874999999999999) * ((98vw - 20rem) / (48 - 20)));
    line-height: 1;
  }
  .display-4 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #146da5 !important;
}
.bg-success {
  background-color: #ea4c89 !important;
}
.bg-info {
  background-color: #707cff !important;
}
.bg-warning {
  background-color: #f46f30 !important;
}
.bg-danger {
  background-color: #1a1d44 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #146da5 !important;
  border-color: #146da5 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0b3a58 !important;
  border-color: #0b3a58 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0b3a58 !important;
  border-color: #0b3a58 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1da1f2 !important;
  border-color: #1da1f2 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0a70ae !important;
  border-color: #0a70ae !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0a70ae !important;
  border-color: #0a70ae !important;
}
.btn-info,
.btn-info:active {
  background-color: #707cff !important;
  border-color: #707cff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #192dff !important;
  border-color: #192dff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #192dff !important;
  border-color: #192dff !important;
}
.btn-success,
.btn-success:active {
  background-color: #ea4c89 !important;
  border-color: #ea4c89 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #c8175c !important;
  border-color: #c8175c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #c8175c !important;
  border-color: #c8175c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f46f30 !important;
  border-color: #f46f30 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #c3460a !important;
  border-color: #c3460a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #c3460a !important;
  border-color: #c3460a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #1a1d44 !important;
  border-color: #1a1d44 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #020205 !important;
  border-color: #020205 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #020205 !important;
  border-color: #020205 !important;
}
.btn-white,
.btn-white:active {
  background-color: #e2e2e2 !important;
  border-color: #e2e2e2 !important;
  color: #626262 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #b7b7b7 !important;
  border-color: #b7b7b7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #626262 !important;
  background-color: #b7b7b7 !important;
  border-color: #b7b7b7 !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #146da5;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0b3a58 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #146da5 !important;
  border-color: #146da5 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1da1f2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0a70ae !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1da1f2 !important;
  border-color: #1da1f2 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #707cff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #192dff !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #707cff !important;
  border-color: #707cff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ea4c89;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c8175c !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ea4c89 !important;
  border-color: #ea4c89 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f46f30;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c3460a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f46f30 !important;
  border-color: #f46f30 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1a1d44;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #020205 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #1a1d44 !important;
  border-color: #1a1d44 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e2e2e2;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #b7b7b7 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #626262 !important;
  background-color: #e2e2e2 !important;
  border-color: #e2e2e2 !important;
}
.text-primary {
  color: #146da5 !important;
}
.text-secondary {
  color: #1da1f2 !important;
}
.text-success {
  color: #ea4c89 !important;
}
.text-info {
  color: #707cff !important;
}
.text-warning {
  color: #f46f30 !important;
}
.text-danger {
  color: #1a1d44 !important;
}
.text-white {
  color: #e2e2e2 !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #09314a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #0967a0 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ba1655 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0a1fff !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #b4400a !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #afafaf !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #146da5;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #707cff;
}
.alert-warning {
  background-color: #f46f30;
}
.alert-danger {
  background-color: #1a1d44;
}
.mbr-gallery-filter li.active .btn {
  background-color: #146da5;
  border-color: #146da5;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #146da5;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #4faeea;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fef6f2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #787ecb;
}
/* Scroll to top button*/
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.375rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.71875rem;
}
.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: #146da5 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.375rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.71875rem;
}
blockquote {
  border-color: #146da5;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #146da5;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #146da5;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #146da5;
  border-bottom-color: #146da5;
}
.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: #146da5 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #1da1f2 !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='%23146da5' %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-duration: .3s;
  transition: 0.3s;
}
a:hover {
  background-image: none !important;
}
a:hover:before {
  width: 100%;
}
.mbr-fonts-style a {
  position: relative;
}
.mbr-fonts-style a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: currentColor;
  transition: 0.3s;
}
.mbr-fonts-style a:hover:before {
  width: 100%;
}
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 1320px) {
  .container {
    max-width: 100%;
    padding: 0 4%;
  }
}
.container-fluid {
  max-width: 100%;
  width: 100%;
  padding: 0 4%;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.mbr-section-btn .btn {
  min-width: 100px;
  min-height: 54px;
  padding: 15px 25px;
  border-radius: 7px !important;
  border: none;
  box-shadow: none;
  font-weight: 500;
  transition: .2s all !important;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    min-width: auto !important;
  }
}
.mbr-section-btn .btn-white:hover {
  background-color: #146da5 !important;
  color: #FFFFFF !important;
}
@keyframes btn-move {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  49% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: auto;
  }
}
@keyframes btn-move-out {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  49% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: auto;
  }
}
.cid-topuFulM4O {
  z-index: 1000;
  width: 100%;
}
.cid-topuFulM4O nav.navbar {
  position: fixed;
}
.cid-topuFulM4O .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-topuFulM4O .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-topuFulM4O .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-topuFulM4O .dropdown-item:hover,
.cid-topuFulM4O .dropdown-item:focus {
  background: #146da5 !important;
  color: white !important;
}
.cid-topuFulM4O .dropdown-item:hover span {
  color: white;
}
.cid-topuFulM4O .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-topuFulM4O .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-topuFulM4O .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-topuFulM4O .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-topuFulM4O .nav-link {
  position: relative;
}
.cid-topuFulM4O .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-topuFulM4O .container {
    flex-wrap: nowrap;
  }
}
.cid-topuFulM4O .dropdown-menu,
.cid-topuFulM4O .navbar.opened {
  background: #ffffff !important;
}
.cid-topuFulM4O .nav-item:focus,
.cid-topuFulM4O .nav-link:focus {
  outline: none;
}
.cid-topuFulM4O .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-topuFulM4O .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-topuFulM4O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-topuFulM4O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-topuFulM4O .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-topuFulM4O .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-topuFulM4O .navbar {
  min-height: 114px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
  padding: 17px 0 !important;
  box-shadow: none;
  border: none;
}
.cid-topuFulM4O .navbar.opened {
  transition: all 0.3s;
}
.cid-topuFulM4O .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-topuFulM4O .navbar .navbar-logo img {
  width: auto;
}
.cid-topuFulM4O .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-topuFulM4O .navbar.collapsed {
  justify-content: center;
}
.cid-topuFulM4O .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-topuFulM4O .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-topuFulM4O .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-topuFulM4O .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-topuFulM4O .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-topuFulM4O .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-topuFulM4O .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-topuFulM4O .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-topuFulM4O .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-topuFulM4O .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-topuFulM4O .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-topuFulM4O .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-topuFulM4O .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-topuFulM4O .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-topuFulM4O .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-topuFulM4O .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-topuFulM4O .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-topuFulM4O .navbar.navbar-short {
  min-height: auto;
}
.cid-topuFulM4O .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-topuFulM4O .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-topuFulM4O .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 20%;
}
.cid-topuFulM4O .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-topuFulM4O .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-topuFulM4O .dropdown-item.active,
.cid-topuFulM4O .dropdown-item:active {
  background-color: transparent;
}
.cid-topuFulM4O .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-topuFulM4O .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-topuFulM4O .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-topuFulM4O .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-topuFulM4O .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-topuFulM4O .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-topuFulM4O ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-topuFulM4O button.navbar-toggler {
  position: relative;
  outline: none;
  width: 80px;
  height: 80px;
  cursor: pointer;
  transition: all 0.3s;
  align-self: center;
  margin-left: auto;
}
.cid-topuFulM4O button.navbar-toggler:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1f31ff;
  transition: .2s transform;
}
.cid-topuFulM4O button.navbar-toggler .hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 29px;
  height: 2px;
  background-color: #1f31ff;
  transition: .2s all;
}
.cid-topuFulM4O button.navbar-toggler .hamburger span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.cid-topuFulM4O button.navbar-toggler:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-topuFulM4O button.navbar-toggler:hover .hamburger span {
  background-color: #ffffff;
}
.cid-topuFulM4O nav.opened .navbar-toggler {
  transform: rotate(45deg);
}
.cid-topuFulM4O .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-topuFulM4O a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-topuFulM4O .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-topuFulM4O .navbar {
    height: 70px;
  }
  .cid-topuFulM4O .navbar.opened {
    height: auto;
  }
  .cid-topuFulM4O .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-topuFulM4O .main-container {
  flex-grow: 1;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.cid-topuFulM4O .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .cid-topuFulM4O .social-list {
    justify-content: flex-start;
  }
}
.cid-topuFulM4O .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-topuFulM4O .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #146da5;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-topuFulM4O .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #146da5;
  padding: 10px;
}
.cid-topuFulM4O .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-topuFulM4O .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-topuFulM4O .navbar-buttons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: center;
  flex-shrink: 0;
}
.cid-topuFulM4O .navbar-buttons .btn {
  margin: 0;
}
.cid-topuFulM4O .navbar-collapse {
  width: 80%;
}
.cid-topuFulM4O .navbar-collapse .navbar-nav {
  justify-content: center;
  width: 75%;
  margin-right: auto;
}
@media (min-width: 992px) {
  .cid-topuFulM4O .navbar-collapse .nav-link:hover {
    color: #146da5 !important;
  }
}
@media (max-width: 991px) {
  .cid-topuFulM4O .navbar {
    padding: 15px 0 !important;
    box-shadow: none;
    border: none;
    min-height: 110px;
  }
  .cid-topuFulM4O .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-topuFulM4O .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    width: auto;
  }
  .cid-topuFulM4O .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
    width: 100%;
  }
  .cid-topuFulM4O .navbar-collapse .navbar-nav {
    align-items: center;
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-topuFulM4O .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: center !important;
  }
  .cid-topuFulM4O .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-topuFulM4O .navbar-collapse .nav-link {
    justify-content: center !important;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto !important;
    padding: 0 0 10px !important;
    font-size: 40px !important;
    line-height: 1 !important;
    background: linear-gradient(to right, #146da5, #146da5 50%, currentColor 50%, currentColor 100%) !important;
    background-position: right !important;
    background-size: 200% 100% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    transition: .3s  all;
  }
  .cid-topuFulM4O .navbar-collapse .nav-link:hover {
    background-position: left !important;
    color: currentColor !important;
  }
  .cid-topuFulM4O .navbar-buttons {
    justify-content: center;
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .cid-topuFulM4O .navbar-nav {
    padding-bottom: 1rem !important;
  }
}
.cid-topuEVL4zV {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #1a1d44;
}
.cid-topuEVL4zV .mbr-fallback-image.disabled {
  display: none;
}
.cid-topuEVL4zV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-topuEVL4zV .main-wrap {
  display: grid;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-topuEVL4zV .main-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 40px;
  }
}
.cid-topuEVL4zV .card-col {
  display: flex;
  height: 100%;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-topuEVL4zV .card-col {
    padding: 20px 0 0;
  }
}
.cid-topuEVL4zV .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 70%;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .cid-topuEVL4zV .card-wrapper {
    max-width: 100%;
  }
}
.cid-topuEVL4zV .card-title {
  margin-bottom: 10px;
  color: #73c3f5;
}
.cid-topuEVL4zV .mbr-text {
  margin-bottom: 10px;
  color: #8f8f8f;
}
.cid-topuEVL4zV .items-wrap {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}
.cid-topuEVL4zV .item {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  width: 100%;
  padding: 20px 0 10px;
}
.cid-topuEVL4zV .item-title {
  color: #65bef6;
  margin-bottom: 0;
  margin-right: 10px;
}
.cid-topuEVL4zV .item-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-topuEVL4zV .mbr-section-btn {
  margin-top: 20px;
}
.cid-topuEVL4zV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-topuEVL4zV .mbr-text,
.cid-topuEVL4zV .mbr-section-btn {
  color: #ffffff;
}
.cid-tD9Qm2oWMT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tD9Qm2oWMT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD9Qm2oWMT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD9Qm2oWMT .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-tD9Qm2oWMT .container-fluid {
    padding: 0 12px;
  }
}
.cid-tD9Qm2oWMT .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tD9Qm2oWMT .container {
    padding: 0 20px;
  }
}
.cid-tD9Qm2oWMT .row {
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  margin-top: -2px;
}
.cid-tD9Qm2oWMT .card {
  padding: 0;
  border-radius: 0;
}
.cid-tD9Qm2oWMT .card:first-child {
  border-right: 2px solid #d7d7d7;
}
.cid-tD9Qm2oWMT .card:first-child .title-wrapper {
  padding: 64px;
  border-bottom: 2px solid #d7d7d7;
}
@media (max-width: 992px) {
  .cid-tD9Qm2oWMT .card:first-child .title-wrapper {
    padding: 50px 20px;
  }
}
.cid-tD9Qm2oWMT .card:first-child .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tD9Qm2oWMT .card:first-child .image-wrap {
  height: 350px;
}
@media (max-width: 992px) {
  .cid-tD9Qm2oWMT .card:first-child .image-wrap {
    height: 250px;
  }
}
.cid-tD9Qm2oWMT .card:first-child .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 100%;
}
.cid-tD9Qm2oWMT .card:last-child {
  padding: 64px 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tD9Qm2oWMT .card:last-child {
    padding: 50px 20px;
  }
}
.cid-tD9Qm2oWMT .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tD9Qm2oWMT .mbr-section-title {
  color: #1d1d1d;
  text-align: center;
}
.cid-tD9Qm2oWMT .mbr-text {
  color: #146da5;
}
.cid-tD9Qm2oWMT .mbr-section-title,
.cid-tD9Qm2oWMT .mbr-section-btn {
  color: #1a1d44;
}
.cid-topybGt0lg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-topybGt0lg .mbr-fallback-image.disabled {
  display: none;
}
.cid-topybGt0lg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-topybGt0lg .section-head {
  margin-bottom: 50px;
}
.cid-topybGt0lg .mbr-section-title {
  color: #1a1d44;
}
.cid-topybGt0lg .mbr-section-subtitle {
  color: #146da5;
  margin-top: 1rem;
  text-align: center;
}
.cid-topybGt0lg .card {
  padding: 0;
}
.cid-topybGt0lg .card-header {
  padding: 0;
  margin-bottom: 0;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #73c3f5;
}
.cid-topybGt0lg .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 25px 0;
}
.cid-topybGt0lg .panel-title-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  margin-right: 14px;
  color: #146da5;
}
.cid-topybGt0lg .panel-title-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #146da5;
  transition: .3s all;
}
.cid-topybGt0lg .panel-title-icon span:nth-child(1) {
  width: 100%;
  height: 2px;
}
.cid-topybGt0lg .panel-title-icon span:nth-child(2) {
  width: 2px;
  height: 100%;
}
.cid-topybGt0lg .panel-title[aria-expanded="true"] .panel-title-icon span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cid-topybGt0lg .sign {
  display: none !important;
}
.cid-topybGt0lg .panel-title-edit {
  color: #1a1d44;
}
.cid-topybGt0lg .panel-body {
  padding: 15px 0;
}
.cid-topybGt0lg .panel-text {
  color: #146da5;
  margin-bottom: 10px;
}
.cid-topybGt0lg .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tD9SPp63U2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tD9SPp63U2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD9SPp63U2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD9SPp63U2 .section-head {
  margin-bottom: 50px;
}
.cid-tD9SPp63U2 .mbr-section-title {
  color: #1a1d44;
}
.cid-tD9SPp63U2 .mbr-section-subtitle {
  color: #146da5;
  margin-top: 1rem;
  text-align: center;
}
.cid-tD9SPp63U2 .card {
  padding: 0;
}
.cid-tD9SPp63U2 .card-header {
  padding: 0;
  margin-bottom: 0;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #73c3f5;
}
.cid-tD9SPp63U2 .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 25px 0;
}
.cid-tD9SPp63U2 .panel-title-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  margin-right: 14px;
  color: #146da5;
}
.cid-tD9SPp63U2 .panel-title-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #146da5;
  transition: .3s all;
}
.cid-tD9SPp63U2 .panel-title-icon span:nth-child(1) {
  width: 100%;
  height: 2px;
}
.cid-tD9SPp63U2 .panel-title-icon span:nth-child(2) {
  width: 2px;
  height: 100%;
}
.cid-tD9SPp63U2 .panel-title[aria-expanded="true"] .panel-title-icon span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cid-tD9SPp63U2 .sign {
  display: none !important;
}
.cid-tD9SPp63U2 .panel-title-edit {
  color: #1a1d44;
}
.cid-tD9SPp63U2 .panel-body {
  padding: 15px 0;
}
.cid-tD9SPp63U2 .panel-text {
  color: #146da5;
  margin-bottom: 10px;
}
.cid-tD9SPp63U2 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tD9Xenzx7y {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tD9Xenzx7y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD9Xenzx7y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD9Xenzx7y .section-head {
  margin-bottom: 50px;
}
.cid-tD9Xenzx7y .mbr-section-title {
  color: #1a1d44;
}
.cid-tD9Xenzx7y .mbr-section-subtitle {
  color: #146da5;
  margin-top: 1rem;
  text-align: center;
}
.cid-tD9Xenzx7y .card {
  padding: 0;
}
.cid-tD9Xenzx7y .card-header {
  padding: 0;
  margin-bottom: 0;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #73c3f5;
}
.cid-tD9Xenzx7y .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 25px 0;
}
.cid-tD9Xenzx7y .panel-title-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  margin-right: 14px;
  color: #146da5;
}
.cid-tD9Xenzx7y .panel-title-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #146da5;
  transition: .3s all;
}
.cid-tD9Xenzx7y .panel-title-icon span:nth-child(1) {
  width: 100%;
  height: 2px;
}
.cid-tD9Xenzx7y .panel-title-icon span:nth-child(2) {
  width: 2px;
  height: 100%;
}
.cid-tD9Xenzx7y .panel-title[aria-expanded="true"] .panel-title-icon span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cid-tD9Xenzx7y .sign {
  display: none !important;
}
.cid-tD9Xenzx7y .panel-title-edit {
  color: #1a1d44;
}
.cid-tD9Xenzx7y .panel-body {
  padding: 15px 0;
}
.cid-tD9Xenzx7y .panel-text {
  color: #146da5;
  margin-bottom: 10px;
}
.cid-tD9Xenzx7y .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tAHd0R0yM7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tAHd0R0yM7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAHd0R0yM7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAHd0R0yM7 .main-wrap {
  display: grid;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: flex-start;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media (max-width: 991px) {
  .cid-tAHd0R0yM7 .main-wrap {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-tAHd0R0yM7 .card-col {
  height: 100%;
  padding: 0;
}
.cid-tAHd0R0yM7 .card-wrapper {
  position: sticky;
  top: 120px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tAHd0R0yM7 .card-wrapper {
    position: relative;
    top: 0;
  }
}
.cid-tAHd0R0yM7 .card-title {
  padding-bottom: 16px;
  color: #000000;
}
.cid-tAHd0R0yM7 .mbr-text {
  margin-top: 0;
  margin-bottom: 10px;
  color: #747474;
}
.cid-tAHd0R0yM7 .mbr-section-btn {
  margin-top: 20px;
}
.cid-tAHd0R0yM7 .images-wrap {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tAHd0R0yM7 .images-wrap {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .cid-tAHd0R0yM7 .images-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.cid-tAHd0R0yM7 .image-wrapper {
  max-width: 100%;
  width: 100%;
}
.cid-tAHd0R0yM7 .image-wrapper img {
  aspect-ratio: 0.9380863;
  width: 100%;
  object-fit: cover;
}
.cid-topzRMeTGG {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/1627431065387-1-698x698.webp");
}
.cid-topzRMeTGG .mbr-overlay {
  background-color: #1a1d44;
  opacity: 0.9;
}
.cid-topzRMeTGG .mbr-section-head {
  margin-bottom: 60px;
}
.cid-topzRMeTGG .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
  text-align: left;
}
.cid-topzRMeTGG .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 1rem;
  text-align: left;
}
.cid-topzRMeTGG .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-topzRMeTGG form {
  width: 100%;
}
.cid-topzRMeTGG form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-topzRMeTGG form p {
  color: #747474;
}
.cid-topzRMeTGG form .mbr-section-btn .btn {
  width: 100%;
}
.cid-topzRMeTGG form .mbr-section-btn .btn:hover {
  transform: translate(0, 0);
}
.cid-topzRMeTGG form .form-group {
  margin-top: 0 !important;
  margin-bottom: 16px !important;
}
.cid-topzRMeTGG form .form-control {
  height: 48px;
  border: 1px solid #e1e1e1 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 3px !important;
  margin-bottom: 0;
  padding: 8px 12px;
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  transition: .3s;
}
.cid-topzRMeTGG form .form-control::-webkit-input-placeholder {
  color: #747474;
}
.cid-topzRMeTGG form .form-control::-moz-placeholder {
  color: #747474;
}
.cid-topzRMeTGG form .form-control:-moz-placeholder {
  color: #747474;
}
.cid-topzRMeTGG form .form-control:-ms-input-placeholder {
  color: #747474;
}
.cid-topzRMeTGG form select {
  color: #747474 !important;
}
.cid-topzRMeTGG form textarea {
  height: 135px !important;
  min-height: 135px !important;
  padding: 12px;
  resize: none;
}
.cid-topzRMeTGG form textarea::-webkit-input-placeholder {
  color: #747474 !important;
}
.cid-topzRMeTGG form textarea::-moz-placeholder {
  color: #747474 !important;
}
.cid-topzRMeTGG form textarea:-moz-placeholder {
  color: #747474 !important;
}
.cid-topzRMeTGG form textarea:-ms-input-placeholder {
  color: #747474 !important;
}
.cid-topzRMeTGG form input,
.cid-topzRMeTGG form textarea {
  transition: .4s all;
}
.cid-topzRMeTGG form input:active,
.cid-topzRMeTGG form textarea:active,
.cid-topzRMeTGG form input:focus,
.cid-topzRMeTGG form textarea:focus {
  background-color: transparent !important;
  border-color: #a1c4e4 !important;
  outline: none !important;
}
.cid-topzRMeTGG form input:active::-webkit-input-placeholder,
.cid-topzRMeTGG form textarea:active::-webkit-input-placeholder,
.cid-topzRMeTGG form input:focus::-webkit-input-placeholder,
.cid-topzRMeTGG form textarea:focus::-webkit-input-placeholder {
  color: #747474 !important;
}
.cid-topzRMeTGG form input:active::-moz-placeholder,
.cid-topzRMeTGG form textarea:active::-moz-placeholder,
.cid-topzRMeTGG form input:focus::-moz-placeholder,
.cid-topzRMeTGG form textarea:focus::-moz-placeholder {
  color: #747474 !important;
}
.cid-topzRMeTGG form input:active:-moz-placeholder,
.cid-topzRMeTGG form textarea:active:-moz-placeholder,
.cid-topzRMeTGG form input:focus:-moz-placeholder,
.cid-topzRMeTGG form textarea:focus:-moz-placeholder {
  color: #747474 !important;
}
.cid-topzRMeTGG form input:active:-ms-input-placeholder,
.cid-topzRMeTGG form textarea:active:-ms-input-placeholder,
.cid-topzRMeTGG form input:focus:-ms-input-placeholder,
.cid-topzRMeTGG form textarea:focus:-ms-input-placeholder {
  color: #747474 !important;
}
.cid-topzRMeTGG form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-topzRMeTGG form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-topzRMeTGG form label {
  width: 100%;
  color: #000000;
  margin-bottom: 5px;
}
.cid-topzRMeTGG form .form-check label {
  color: #000000;
}
.cid-topzRMeTGG form .form-check-input {
  border-color: #e1e1e1 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-topzRMeTGG form .form-check-input:focus,
.cid-topzRMeTGG form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #a1c4e4 !important;
}
.cid-topzRMeTGG form .form-check-input:checked {
  border-color: #000000 !important;
  background-color: #000000 !important;
}
.cid-tDapATDv9f {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1a1d44;
}
.cid-tDapATDv9f .media-container-row {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-toptNM02bt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-toptNM02bt .mbr-text {
  color: #747474;
}
.cid-toptNM02bt .media-container-row .mbr-text {
  color: #146da5;
}
