.btn {
  font-weight: 600;
}
body {
  font-family: 'DM Sans', sans-serif;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4.0625rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.078125rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.875rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.59375rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.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: 3.25rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.84375rem;
    font-size: calc( 2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.3rem;
    font-size: calc( 1.65625rem + (2.875 - 1.65625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.65625rem + (2.875 - 1.65625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((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.825rem 3.75rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #ff4433 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #4c4c4c !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #4c4c4c !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #4c4c4c !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #b2b2b2 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #b2b2b2 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #b2b2b2 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #fab901 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #fab901 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fab901 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #49923a !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #49923a !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #49923a !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #e248a3 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #e248a3 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #e248a3 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #ff4433 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ff4433 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ff4433 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #fafafa !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #fafafa !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #fafafa !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-black,
.btn-black:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #232323 !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #232323 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #232323 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4c4c4c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #212121 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #4c4c4c !important;
  background-color: #4c4c4c !important;
  border-color: #4c4c4c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b2b2b2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #878787 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #b2b2b2 !important;
  background-color: #b2b2b2 !important;
  border-color: #b2b2b2 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fab901;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #a47901 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #fab901 !important;
  background-color: #fab901 !important;
  border-color: #fab901 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #49923a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #2a5421 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #49923a !important;
  background-color: #49923a !important;
  border-color: #49923a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e248a3;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #b61d78 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #e248a3 !important;
  background-color: #e248a3 !important;
  border-color: #e248a3 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff4433;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #db1200 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ff4433 !important;
  background-color: #ff4433 !important;
  border-color: #ff4433 !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 {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #232323 !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #fafafa !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #4c4c4c !important;
}
.text-secondary {
  color: #b2b2b2 !important;
}
.text-success {
  color: #49923a !important;
}
.text-info {
  color: #fab901 !important;
}
.text-warning {
  color: #e248a3 !important;
}
.text-danger {
  color: #ff4433 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #191919 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ffffff !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #9dd392 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #946e01 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a91b6f !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cc1100 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  /*  background-position: 0px 1.2em; */
}
.nav-tabs .nav-link.active {
  color: #4c4c4c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fab901;
}
.alert-warning {
  background-color: #e248a3;
}
.alert-danger {
  background-color: #ff4433;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4c4c4c;
  border-color: #4c4c4c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4c4c4c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #bfbfbf;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #8ccc7f;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fff1c8;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fef8fc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #4c4c4c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #4c4c4c;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4c4c4c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4c4c4c;
}
.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: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.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: #4c4c4c !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: #b2b2b2 !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='%234c4c4c' %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.2s;
  font-weight: 500;
  box-shadow: none !important;
}
.btn {
  margin: 0;
  font-weight: 500;
}
p {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}
.text-secondary:hover {
  color: #dedede !important;
}
/*.btn-secondary:hover {
    color: #dedede !important;
}*/
.container {
  max-width: 1300px;
}
a.btn-primary:hover {
  color: #a0a5a5 !important;
}
.link {
  font-weight: 500;
}
.nav-item {
  transition-duration: .3s !important;
}
.nav-item:hover {
  transition-duration: .3s !important;
}
.navbar-toggler {
  border: transparent !important;
}
.navbar-toggler:focus {
  box-shadow: none;
}
body {
  line-height: 1.44em;
}
.mbr-section-title {
  letter-spacing: -1px;
  line-height: 1.07em;
  font-weight: 700;
}
.title {
  font-weight: 700;
}
.subtitle {
  font-weight: 500;
}
.mbr-section-subtitle {
  font-weight: 500;
}
.btn .mbr-iconfont {
  padding-right: 6px;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-sHKWYLKmZ1 {
  z-index: 1000;
  width: 100%;
}
.cid-sHKWYLKmZ1 nav.navbar {
  position: fixed;
}
.cid-sHKWYLKmZ1 .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-sHKWYLKmZ1 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sHKWYLKmZ1 .dropdown-item:hover,
.cid-sHKWYLKmZ1 .dropdown-item:focus {
  color: #4c4c4c !important;
}
.cid-sHKWYLKmZ1 .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 2em 0.667em 1em !important;
}
.cid-sHKWYLKmZ1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sHKWYLKmZ1 .nav-link {
  position: relative;
  padding: 0;
}
.cid-sHKWYLKmZ1 .container {
  display: flex;
  margin: auto;
}
.cid-sHKWYLKmZ1 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sHKWYLKmZ1 .dropdown-menu,
.cid-sHKWYLKmZ1 .navbar.opened {
  background: #1a7a90 !important;
}
.cid-sHKWYLKmZ1 .nav-item:focus,
.cid-sHKWYLKmZ1 .nav-link:focus {
  outline: none;
}
.cid-sHKWYLKmZ1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sHKWYLKmZ1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sHKWYLKmZ1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sHKWYLKmZ1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHKWYLKmZ1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sHKWYLKmZ1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sHKWYLKmZ1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 122, 144, 0.6);
}
.cid-sHKWYLKmZ1 .navbar.opened {
  transition: all 0.3s;
}
.cid-sHKWYLKmZ1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sHKWYLKmZ1 .navbar .navbar-logo img {
  width: auto;
}
.cid-sHKWYLKmZ1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sHKWYLKmZ1 .navbar.collapsed {
  justify-content: center;
}
.cid-sHKWYLKmZ1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sHKWYLKmZ1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHKWYLKmZ1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-sHKWYLKmZ1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHKWYLKmZ1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sHKWYLKmZ1 .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-sHKWYLKmZ1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHKWYLKmZ1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sHKWYLKmZ1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sHKWYLKmZ1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHKWYLKmZ1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHKWYLKmZ1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHKWYLKmZ1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sHKWYLKmZ1 .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-sHKWYLKmZ1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sHKWYLKmZ1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHKWYLKmZ1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sHKWYLKmZ1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sHKWYLKmZ1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sHKWYLKmZ1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sHKWYLKmZ1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sHKWYLKmZ1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sHKWYLKmZ1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sHKWYLKmZ1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHKWYLKmZ1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHKWYLKmZ1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHKWYLKmZ1 .dropdown-item.active,
.cid-sHKWYLKmZ1 .dropdown-item:active {
  background-color: transparent;
}
.cid-sHKWYLKmZ1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sHKWYLKmZ1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHKWYLKmZ1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sHKWYLKmZ1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a7a90;
}
.cid-sHKWYLKmZ1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHKWYLKmZ1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHKWYLKmZ1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sHKWYLKmZ1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sHKWYLKmZ1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sHKWYLKmZ1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sHKWYLKmZ1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sHKWYLKmZ1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHKWYLKmZ1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHKWYLKmZ1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sHKWYLKmZ1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHKWYLKmZ1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sHKWYLKmZ1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sHKWYLKmZ1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHKWYLKmZ1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sHKWYLKmZ1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sHKWYLKmZ1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHKWYLKmZ1 .navbar {
    height: 70px;
  }
  .cid-sHKWYLKmZ1 .navbar.opened {
    height: auto;
  }
  .cid-sHKWYLKmZ1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHKWYLKmZ1 .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-sHKWYLKmZ1 .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-sHKWYLKmZ1 a {
  display: inline;
  font-weight: bold;
}
.cid-sHKWYLKmZ1 img {
  display: inline;
  padding-right: 10px;
}
.cid-sHKWYLKmZ1 .dropdown-toggle:after {
  display: none;
}
.cid-sHKWYLKmZ1 .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sHKWYLKmZ1 .dropdown-item:hover {
  color: #e248a3 !important;
}
@media (max-width: 990px) {
  .cid-sHKWYLKmZ1 .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sHKWYLKmZ1 .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-sHKWYLKmZ1 .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-sHKWYLKmZ1 ul {
  counter-reset: counter;
  margin: auto;
}
.cid-sHKWYLKmZ1 .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #dde8eb;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-sHKWYLKmZ1 .nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.cid-sHKWYLKmZ1 .nav-item:hover .nav-link::before {
  color: currentColor;
}
.cid-sHKWYLKmZ1 ul li {
  height: 100px;
  display: flex;
}
.cid-sHKWYLKmZ1 a.text-white:hover {
  color: #ffffff !important;
}
.cid-sHKWYLKmZ1 a.text-primary:hover {
  color: #4c4c4c !important;
}
.cid-sHKWYLKmZ1 a.text-secondary:hover {
  color: #b2b2b2 !important;
}
.cid-sHKWYLKmZ1 a.text-success:hover {
  color: #49923a !important;
}
.cid-sHKWYLKmZ1 a.text-info:hover {
  color: #fab901 !important;
}
.cid-sHKWYLKmZ1 a.text-warning:hover {
  color: #e248a3 !important;
}
.cid-sHKWYLKmZ1 a.text-danger:hover {
  color: #cc1100 !important;
}
.cid-sHKWYLKmZ1 a.text-black:hover {
  color: #000000 !important;
}
@media (max-width: 970px) {
  .cid-sHKWYLKmZ1 ul li {
    height: 50px;
    display: list-item;
  }
}
.cid-sHKWYLKmZ1 .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-sHKWYLKmZ1 .navbar-collapse.collapsing .nav-item {
  height: 50px;
}
.cid-sHKWYLKmZ1 .navbar-collapse.collapsing .nav-link {
  margin: 0.667em 1em !important;
}
.cid-sHKWYLKmZ1 .navbar-collapse.collapse.show .nav-item {
  height: 50px;
}
.cid-sHKWYLKmZ1 .navbar-collapse.collapse.show .nav-link {
  margin: 0.667em 1em !important;
}
.cid-sHAkNheXKn {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background3-1500x583.webp");
}
@media (min-width: 992px) {
  .cid-sHAkNheXKn .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-sHAkNheXKn .text-wrapper {
    padding: 2rem 0;
  }
}
.cid-sHAkNheXKn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sHAkNheXKn {
    margin-bottom: 2rem;
  }
}
.cid-sHAkNheXKn .text-block {
  color: #565A69;
  margin-bottom: 50px;
}
.cid-sHAkNheXKn .row.justify-content-between {
  margin-bottom: 3px;
  margin: 0;
}
.cid-sHAkNheXKn .mbr-section-btn {
  padding-top: 53px;
  margin: 0px;
}
.cid-sHAkNheXKn .desc {
  margin-top: 22px;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-sHAkNheXKn .btn-primary {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-sHAkNheXKn .btn-primary:hover {
  color: #000000 !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.cid-sHAkNheXKn .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 2px;
  text-transform: uppercase;
  text-align: left;
}
.cid-sHAkNheXKn .desc1 {
  font-weight: 700;
  color: #ffffff;
}
.cid-sHAkNheXKn .desc2 {
  font-weight: 700;
  margin-top: 20px;
  color: #ffffff;
}
.cid-sHAkNheXKn .mbr-section-button {
  margin-top: 25px;
}
.cid-sHAkNheXKn .desc1,
.cid-sHAkNheXKn .mbr-section-btn {
  text-align: left;
}
.cid-uZA9lcn5Hh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZA9lcn5Hh img {
  border-radius: 0px;
}
.cid-uZA9lcn5Hh .mbr-section-title {
  color: #1a7a90;
  text-align: left;
  padding-bottom: 17px;
  font-weight: 700;
}
.cid-uZA9lcn5Hh .mbr-text {
  padding-bottom: 30px;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-uZA9lcn5Hh p:last-child {
  margin-bottom: 0;
}
.cid-uZA9lcn5Hh .row {
  justify-content: center;
}
.cid-sHKWGHdNbH {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background3.webp");
}
.cid-sHKWGHdNbH .title-block {
  justify-content: space-between;
}
.cid-sHKWGHdNbH .mbr-section-subtitle {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #ffffff;
}
.cid-sHKWGHdNbH .mbr-section-title {
  margin-bottom: 60px;
  font-weight: 700;
}
.cid-sHKWGHdNbH .card-wrapper {
  width: auto;
  max-width: 100%;
  border-radius: 30px;
  padding: 60px 40px 30px;
  margin: 0 30px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.15) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 20px 40px 0 rgba(216, 227, 235, 0.15);
}
.cid-sHKWGHdNbH .card-title {
  font-weight: 700;
  padding: 43px 0 0;
  color: #1d1d1f;
  text-align: left;
}
.cid-sHKWGHdNbH .title {
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center;
  color: #ffffff;
}
.cid-sHKWGHdNbH .subtitle {
  font-weight: 700;
  margin-top: 30px;
  text-align: center;
  color: #1d1d1f;
}
.cid-sHKWGHdNbH .text {
  margin-top: 10px;
  font-weight: 500;
  text-align: left;
  color: #4c4c4c;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-sHKWGHdNbH .col-12:nth-child(3) {
    padding-top: 35px;
  }
  .cid-sHKWGHdNbH .card-wrapper {
    margin: 20px;
    padding: 60px 30px 40px;
  }
}
@media (min-width: 970px) and (max-width: 1100px) {
  .cid-sHKWGHdNbH .card-wrapper {
    margin: 10px;
  }
}
@media (max-width: 574px) {
  .cid-sHKWGHdNbH .col-12 {
    padding-top: 35px;
  }
  .cid-sHKWGHdNbH .col-12:first-child {
    padding-top: 0px;
  }
  .cid-sHKWGHdNbH .card-wrapper {
    margin: 10px;
    padding: 60px 30px 40px;
  }
}
.cid-sHKWGHdNbH H3 {
  color: #ffffff;
}
.cid-sHAkWQQ0XK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sHAkWQQ0XK .item-wrapper {
  width: 100%;
}
.cid-sHAkWQQ0XK .mbr-section-title {
  margin: 0 0 26px;
  color: #1a7a90;
  font-weight: 700;
  width: 100%;
}
.cid-sHAkWQQ0XK .mbr-text {
  padding: 0;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-sHAkWQQ0XK .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-sHAkWQQ0XK .link {
  margin-top: 29px;
}
.cid-sHAkWQQ0XK .col-auto {
  display: inline-block;
}
.cid-sHAkWQQ0XK .mbr-section-subtitle {
  color: #1d1d1f;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.cid-sHAkWQQ0XK .justify-content-center {
  align-items: center;
  background: transparent;
  padding: 0px;
  margin: 0;
}
.cid-sHAkWQQ0XK .container-fluid {
  padding: 0;
}
.cid-sHAkWQQ0XK .left {
  max-width: 490px;
  padding: 20px 0;
  padding-right: 45px;
  margin: auto;
}
.cid-sHAkWQQ0XK .right-side {
  padding-left: 0;
}
.cid-sHAkWQQ0XK .row.justify-content-center {
  flex-direction: row-reverse;
}
.cid-sHAkWQQ0XK .left {
  padding-right: 0;
  padding-left: 45px;
}
.cid-sHAkWQQ0XK .right-side {
  padding-right: 0px;
}
@media (max-width: 990px) {
  .cid-sHAkWQQ0XK .left {
    padding-right: 0px;
  }
}
@media (max-width: 770px) {
  .cid-sHAkWQQ0XK .right-side {
    padding: 0px;
  }
}
.cid-sHAkWQQ0XK a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sHAkWQQ0XK rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sHAkWQQ0XK .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sHAkWQQ0XK svg {
  margin-left: 15px;
}
.cid-sHAkWQQ0XK path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sHAkWQQ0XK .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sHAkWQQ0XK .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sHAlaYsSIi {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sHAlaYsSIi .mbr-section-title {
  width: 100%;
  text-align: left;
  padding-right: 280px;
  margin-bottom: 62px;
  font-weight: 700;
  color: #1a7a90;
}
.cid-sHAlaYsSIi .mbr-section-subtitle {
  width: 100%;
  text-align: left;
  padding-right: 280px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #4c4c4c;
}
.cid-sHAlaYsSIi img {
  border-radius: 50%;
  height: 128px;
  width: 128px;
  margin: 0;
}
.cid-sHAlaYsSIi .small {
  font-weight: 700;
  margin-top: 19px;
  margin-bottom: 40px;
}
.cid-sHAlaYsSIi .user_name {
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  color: #1a7a90;
}
.cid-sHAlaYsSIi .user_desc {
  font-weight: 700;
  text-align: left;
}
.cid-sHAlaYsSIi .mbri-left:before {
  content: "\f053";
}
.cid-sHAlaYsSIi .mbri-right:before {
  content: "\f054";
}
.cid-sHAlaYsSIi .carousel-control-next,
.cid-sHAlaYsSIi .carousel-control-prev {
  color: #4c4c4c;
}
.cid-sHAlaYsSIi .title-block {
  justify-content: space-between;
}
.cid-sHAlaYsSIi .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sHAlaYsSIi .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sHAlaYsSIi .carousel-item .wrap-img {
  text-align: center;
}
.cid-sHAlaYsSIi .carousel-item .wrap-img img {
  width: auto;
  max-width: 100%;
}
.cid-sHAlaYsSIi .carousel-controls {
  width: 100%;
}
.cid-sHAlaYsSIi .carousel-controls .carousel-control {
  width: 45px;
  height: 45px;
}
.cid-sHAlaYsSIi .carousel-controls .carousel-control.carousel-control-prev {
  right: 3.9rem;
}
.cid-sHAlaYsSIi .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-sHAlaYsSIi .cloneditem-1,
.cid-sHAlaYsSIi .cloneditem-2,
.cid-sHAlaYsSIi .cloneditem-3,
.cid-sHAlaYsSIi .cloneditem-4 {
  display: none;
}
.cid-sHAlaYsSIi .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
}
.cid-sHAlaYsSIi .container {
  margin-bottom: 2.7rem;
}
.cid-sHAlaYsSIi .controls-wrapper {
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sHAlaYsSIi .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-sHAlaYsSIi .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-sHAlaYsSIi .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-sHAlaYsSIi .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-sHAlaYsSIi .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-sHAlaYsSIi .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-sHAlaYsSIi .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sHAlaYsSIi .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sHAlaYsSIi .carousel-inner.slides2 .cloneditem-1,
  .cid-sHAlaYsSIi .carousel-inner.slides2 .cloneditem-2,
  .cid-sHAlaYsSIi .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-sHAlaYsSIi .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-sHAlaYsSIi .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-sHAlaYsSIi .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-sHAlaYsSIi .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-sHAlaYsSIi .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-sHAlaYsSIi .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sHAlaYsSIi .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sHAlaYsSIi .carousel-inner.slides3 .cloneditem-1,
  .cid-sHAlaYsSIi .carousel-inner.slides3 .cloneditem-2,
  .cid-sHAlaYsSIi .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-sHAlaYsSIi .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-sHAlaYsSIi .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-sHAlaYsSIi .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-sHAlaYsSIi .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-sHAlaYsSIi .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-sHAlaYsSIi .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sHAlaYsSIi .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sHAlaYsSIi .carousel-inner.slides4 .cloneditem-1,
  .cid-sHAlaYsSIi .carousel-inner.slides4 .cloneditem-2,
  .cid-sHAlaYsSIi .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-sHAlaYsSIi .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-sHAlaYsSIi .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-sHAlaYsSIi .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-sHAlaYsSIi .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-sHAlaYsSIi .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-sHAlaYsSIi .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sHAlaYsSIi .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sHAlaYsSIi .carousel-inner.slides5 .cloneditem-1,
  .cid-sHAlaYsSIi .carousel-inner.slides5 .cloneditem-2,
  .cid-sHAlaYsSIi .carousel-inner.slides5 .cloneditem-3,
  .cid-sHAlaYsSIi .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-sHAlaYsSIi .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-sHAlaYsSIi .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-sHAlaYsSIi .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-sHAlaYsSIi .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-sHAlaYsSIi .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-sHAlaYsSIi .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sHAlaYsSIi .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sHAlaYsSIi .carousel-inner.slides6 .cloneditem-1,
  .cid-sHAlaYsSIi .carousel-inner.slides6 .cloneditem-2,
  .cid-sHAlaYsSIi .carousel-inner.slides6 .cloneditem-3,
  .cid-sHAlaYsSIi .carousel-inner.slides6 .cloneditem-4,
  .cid-sHAlaYsSIi .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-sHAlaYsSIi .card-box {
  z-index: 1;
  position: absolute;
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-sHAlaYsSIi .wrap-img:hover .card-box {
  background-color: transparent;
}
.cid-sHAlaYsSIi .wrap-img:hover .soc-item-1 {
  opacity: 0;
}
.cid-sHAlaYsSIi .wrap-img:hover .soc-item-2 {
  opacity: 1;
}
.cid-sHAlaYsSIi .soc-item {
  margin-bottom: 0.3rem;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 100;
  bottom: 0;
}
.cid-sHAlaYsSIi .soc-item span {
  font-size: 1rem;
}
.cid-sHAlaYsSIi .soc-item-1 {
  transition: 0.3s;
}
.cid-sHAlaYsSIi .soc-item-2 {
  opacity: 0;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transition: 0.3s;
}
.cid-sHAlaYsSIi .soc-item-2 span {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sHAlaYsSIi .col-lg-2 {
    padding: 0rem;
  }
  .cid-sHAlaYsSIi .title-block {
    margin: 0;
  }
  .cid-sHAlaYsSIi .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    width: 50%;
  }
  .cid-sHAlaYsSIi .carousel-controls {
    position: absolute;
    top: -6rem;
    left: 7.5rem;
  }
  .cid-sHAlaYsSIi .container {
    margin-bottom: 7rem;
  }
}
@media (min-width: 770px) and (max-width: 1200px) {
  .cid-sHAlaYsSIi .carousel-controls {
    position: absolute;
    top: 1rem;
    right: 10%;
  }
}
@media (min-width: 1200px) {
  .cid-sHAlaYsSIi .carousel-controls {
    position: absolute;
    top: 1rem;
    right: 20px;
  }
}
.cid-sHAlaYsSIi .wrapper {
  padding: 0rem;
}
@media (min-width: 767px) {
  .cid-sHAlaYsSIi .row {
    padding: 0 1rem;
  }
}
.cid-sHAlaYsSIi .icon-left {
  margin-right: 0.1rem;
}
.cid-sHAlaYsSIi .icon-right {
  margin-left: 0.1rem;
}
.cid-sHAlaYsSIi .card-wrapper {
  padding: 30px 15px;
  margin: 0 15px;
  width: auto;
  max-width: 100%;
  border: 1px solid #dbdbdb;
}
.cid-sHAlaYsSIi .card-title {
  font-weight: 700;
  padding: 10px 20px 10px;
  color: #4c4c4c;
  text-align: left;
  text-transform: uppercase;
}
.cid-sHAlaYsSIi H3 {
  color: #1d1d1f;
}
.cid-sHAlaYsSIi .svg-right {
  color: #a6a6a6;
}
.cid-sHAlaYsSIi .svg-left {
  transform: matrix(-1, 0, 0, 1, 0, 0);
  color: #a6a6a6;
  position: absolute;
  right: 30px;
  top: 9px;
}
.cid-sHAlaYsSIi rect {
  transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
  transform: translateX(9px);
  stroke-width: .1;
  transform-origin: right;
  fill: #4c4c4c;
}
.cid-sHAlaYsSIi polygon {
  fill: #4c4c4c;
  transform-origin: right;
  transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
  clip-path: inset(0 0 0 0);
  visibility: visible;
  color: #a6a6a6;
}
.cid-sHAlaYsSIi .swiper-left:hover .swiper-left {
  font-family: "dm sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23.04px;
  text-align: center;
  vertical-align: baseline;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: ease-out;
}
.cid-sHAlaYsSIi .swiper-left:hover .svg-left {
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.cid-sHAlaYsSIi .swiper-left:hover rect {
  fill: #4c4c4c;
  stroke-width: 0.1px;
  transform: matrix(1, 0, 0, 1, 32, 0);
  transform-origin: 53.02px 13.5px;
}
.cid-sHAlaYsSIi .swiper-left:hover polygon {
  transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
  transform: translateX(0);
  clip-path: inset(50% 0 50% 0);
}
.cid-sHAlaYsSIi .swiper-right:hover .swiper-right {
  font-family: "dm sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23.04px;
  text-align: center;
  vertical-align: baseline;
  color: #1d1d1f;
  border-bottom-color: #1d1d1f;
  border-left-color: #1d1d1f;
  border-right-color: #1d1d1f;
  border-top-color: #1d1d1f;
  outline-color: #1d1d1f;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: ease-out;
}
.cid-sHAlaYsSIi .swiper-right:hover rect {
  fill: #4c4c4c;
  stroke-width: 0.1px;
  transform: matrix(1, 0, 0, 1, 32, 0);
  transform-origin: 53.02px 13.5px;
}
.cid-sHAlaYsSIi .swiper-right:hover polygon {
  transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
  transform: translateX(0);
  clip-path: inset(50% 0 50% 0);
  fill: #4c4c4c;
}
.cid-sHAlaYsSIi .carousel.slide {
  margin-left: -15px;
  margin-right: -15px;
}
.cid-sHAlaYsSIi .user_text {
  text-align: left;
}
.cid-sHAlaYsSIi .description {
  padding-right: 143px;
}
.cid-sHAlaYsSIi .carousel-control-prev {
  left: auto;
}
@media (max-width: 770px) {
  .cid-sHAlaYsSIi .carousel-controls {
    position: initial;
  }
  .cid-sHAlaYsSIi .padd {
    padding-left: 15px;
  }
  .cid-sHAlaYsSIi .description {
    padding-right: 15px;
  }
  .cid-sHAlaYsSIi .mbr-section-title {
    padding-right: 0px;
    margin-bottom: 10px;
  }
  .cid-sHAlaYsSIi .mbr-section-subtitle {
    padding-right: 0px;
  }
  .cid-sHAlaYsSIi .carousel-control-prev {
    left: 3em;
  }
  .cid-sHAlaYsSIi .carousel-control-next {
    right: 1em;
  }
  .cid-sHAlaYsSIi .carousel-inner {
    margin-top: 60px;
  }
}
.cid-sHKWCbxN18 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dde8eb;
}
@media (min-width: 992px) {
  .cid-sHKWCbxN18 .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-sHKWCbxN18 .text-wrapper {
    padding: 2rem 0;
  }
}
.cid-sHKWCbxN18 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sHKWCbxN18 .mbr-section-title {
  font-weight: 700;
}
.cid-sHKWCbxN18 .mbr-section-subtitle {
  font-weight: 500;
  margin: 14px 0 4px;
  color: #4c4c4c;
}
.cid-sHKWCbxN18 .pile {
  padding: 45px 40px 47px;
  margin-bottom: 30px;
  background-color: #ffffff;
  box-shadow: 0 20px 40px 0 rgba(216, 227, 235, 0.65);
}
.cid-sHKWCbxN18 .pile1 {
  border-left: 4px solid #f7b560;
}
.cid-sHKWCbxN18 .pile2 {
  border-left: 4px solid #5dabb0;
}
.cid-sHKWCbxN18 .pile3 {
  border-left: 4px solid #f8d8cf;
}
.cid-sHKWCbxN18 .pile:last-child {
  margin-bottom: 0;
}
.cid-uZAI65c0fb {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZAI65c0fb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZAI65c0fb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uZAI65c0fb .container {
    padding: 0 16px;
  }
}
.cid-uZAI65c0fb .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uZAI65c0fb .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uZAI65c0fb .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uZAI65c0fb .title-wrapper {
  margin-bottom: 80px;
}
.cid-uZAI65c0fb .title-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uZAI65c0fb .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZAI65c0fb .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uZAI65c0fb .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uZAI65c0fb .item .item-wrapper:hover .item-img img,
.cid-uZAI65c0fb .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uZAI65c0fb .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uZAI65c0fb .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uZAI65c0fb .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uZAI65c0fb .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uZAI65c0fb .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-uZAI65c0fb .mbr-section-title {
  color: #1a7a90;
  text-align: center;
}
.cid-uZAI65c0fb .mbr-desc {
  color: #6f6f6f;
  text-align: center;
}
.cid-uZAI65c0fb .item-name {
  color: #000000;
}
.cid-uZAI65c0fb .item-role {
  color: #6f6f6f;
  text-align: justify;
}
.cid-uZAI65c0fb .item-name,
.cid-uZAI65c0fb .mbr-section-btn {
  text-align: justify;
  color: #1a7a90;
}
.cid-sHAldB9YqP {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sHAldB9YqP .mbr-section-title,
.cid-sHAldB9YqP .mbr-section-subtitle {
  width: 100%;
}
.cid-sHAldB9YqP img {
  filter: grayscale(1) contrast(2) invert(0.73);
  padding: 40px 0;
  transition: 0.2s ease-in-out;
}
.cid-sHAldB9YqP img:hover {
  filter: grayscale(0);
  transition: 0.2s ease-in-out;
}
.cid-sHAldB9YqP .mbr-section-subtitle {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #4c4c4c;
}
.cid-sHAldB9YqP .mbr-section-title {
  margin-bottom: 62px;
  font-weight: 700;
}
.cid-sHAldB9YqP .card-box {
  z-index: 1;
  position: absolute;
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-sHAldB9YqP .wrap-img:hover .card-box {
  background-color: transparent;
}
@media (max-width: 767px) {
  .cid-sHAldB9YqP .title-block {
    margin: 0;
  }
}
.cid-sHAldB9YqP .wrapper {
  padding: 0rem;
}
.cid-sHAldB9YqP .icon-left {
  margin-right: 0.1rem;
}
.cid-sHAldB9YqP .icon-right {
  margin-left: 0.1rem;
}
.cid-sHAldB9YqP .card-wrapper {
  padding: 30px 15px;
  width: auto;
  max-width: 100%;
  border: 1px solid #dbdbdb;
}
.cid-sHAldB9YqP .card-title {
  font-weight: 700;
  padding: 10px 20px 10px;
  color: #4c4c4c;
  text-align: left;
  text-transform: uppercase;
}
.cid-sHAldB9YqP H3 {
  color: #1d1d1f;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-sHAldB9YqP .col-12:nth-child(4) {
    padding-top: 35px;
  }
  .cid-sHAldB9YqP .col-12:nth-child(5) {
    padding-top: 35px;
  }
  .cid-sHAldB9YqP .col-12:nth-child(6) {
    padding-top: 35px;
  }
}
@media (max-width: 574px) {
  .cid-sHAldB9YqP .col-12 {
    padding-top: 35px;
  }
  .cid-sHAldB9YqP .col-12:first-child {
    padding-top: 0px;
  }
}
.cid-v0aAazGPJ3 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
.cid-v0aAazGPJ3 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-v0aAazGPJ3 .first-column .mbr-text {
  margin: 0;
}
.cid-v0aAazGPJ3 .form-group {
  max-width: 100%;
}
.cid-v0aAazGPJ3 .form-group,
.cid-v0aAazGPJ3 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-v0aAazGPJ3 .form-control {
  font-size: 22px;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  color: #ffffff;
  background-color: transparent;
  font-weight: 700;
  line-height: 45px;
  border-bottom: 1px solid #dbdbdb !important;
  box-shadow: none;
}
.cid-v0aAazGPJ3 .col + .mbr-section-btn .btn,
.cid-v0aAazGPJ3 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-v0aAazGPJ3 .dragArea > *:nth-last-child(2).col,
.cid-v0aAazGPJ3 .dragArea > *:nth-last-child(2).col-auto,
.cid-v0aAazGPJ3 .col + .mbr-section-btn,
.cid-v0aAazGPJ3 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cid-v0aAazGPJ3 img {
  width: auto;
  display: inline-block;
}
.cid-v0aAazGPJ3 .title {
  display: inline;
  font-weight: 500;
  color: #ffffff;
}
.cid-v0aAazGPJ3 .margin {
  margin: 0px;
  align-items: center;
}
.cid-v0aAazGPJ3 .counter {
  color: #fff;
  display: inline-flex;
  margin-bottom: 20px;
  align-items: center;
  box-sizing: border-box;
  text-align: left;
  text-size-adjust: 100%;
  text-transform: none;
  width: 100%;
}
.cid-v0aAazGPJ3 .bottom {
  margin-bottom: 0px;
}
.cid-v0aAazGPJ3 .number {
  background-color: #333335;
  padding: 20px;
  margin-right: 15px;
  border-radius: 50%;
}
.cid-v0aAazGPJ3 .mbr-text {
  font-weight: 700;
  padding-bottom: 42px;
}
.cid-v0aAazGPJ3 .desc {
  font-weight: 700;
  padding-top: 10px;
  margin-bottom: 20px;
}
.cid-v0aAazGPJ3 .desc2 {
  font-weight: 700;
  padding-top: 10px;
  margin-bottom: 20px;
}
.cid-v0aAazGPJ3 .description2 {
  font-weight: 500;
}
.cid-v0aAazGPJ3 .description4 {
  margin-bottom: 20px;
  font-weight: 500;
  color: #b2b2b2;
}
.cid-v0aAazGPJ3 .link {
  margin-top: 23px;
}
.cid-v0aAazGPJ3 .mbr-form {
  padding: 0;
}
.cid-v0aAazGPJ3 a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-v0aAazGPJ3 rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-v0aAazGPJ3 .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-v0aAazGPJ3 svg {
  margin-left: 15px;
  color: currentColor;
}
.cid-v0aAazGPJ3 path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-v0aAazGPJ3 .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-v0aAazGPJ3 .link:hover g {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-v0aAazGPJ3 .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-v0aAazGPJ3 .form-control:hover {
  border: none !important;
  border-bottom: 1px solid #dbdbdb !important;
  box-shadow: none;
}
.cid-v0aAazGPJ3 .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #dbdbdb !important;
  box-shadow: none;
}
.cid-v0aAazGPJ3 .form {
  margin-right: 0;
  margin-left: 0;
}
.cid-v0aAazGPJ3 input[type=email]::placeholder {
  color: #ffffff;
}
.cid-v0aAazGPJ3 input[type=text]::placeholder {
  color: #ffffff;
}
.cid-v0aAazGPJ3 input[type=date]::placeholder {
  color: #ffffff;
}
.cid-v0aAazGPJ3 input[type=time]::placeholder {
  color: #ffffff;
}
.cid-v0aAazGPJ3 input[type=radio]::placeholder {
  color: #ffffff;
}
.cid-v0aAazGPJ3 input[type=checkbox]::placeholder {
  color: #ffffff;
}
.cid-v0aAazGPJ3 input[type=number]::placeholder {
  color: #ffffff;
}
.cid-v0aAazGPJ3 input[type=url]::placeholder {
  color: #ffffff;
}
.cid-v0aAazGPJ3 input[type=password]::placeholder {
  color: #ffffff;
}
.cid-v0aAazGPJ3 input[type=nameFirst]::placeholder {
  color: #ffffff;
}
.cid-v0aAazGPJ3 input[type=nameLast]::placeholder {
  color: #ffffff;
}
.cid-v0aAazGPJ3 textarea::placeholder {
  color: #ffffff;
}
.cid-v0aAazGPJ3 select::placeholder {
  color: #ffffff;
}
.cid-v0aAazGPJ3 input.form-control {
  padding: .6rem 0;
}
.cid-v0aAazGPJ3 textarea.form-control {
  padding: .6rem 0;
}
.cid-v0aAazGPJ3 select.form-control {
  padding: .6rem 0;
}
.cid-v0aAazGPJ3 .form-control-label,
.cid-v0aAazGPJ3 .form-check {
  width: 100%;
  padding: .6rem 0;
}
.cid-v0aAazGPJ3 .form-control-label {
  display: flex;
  flex-direction: column;
}
.cid-v0aAazGPJ3 select option {
  color: #000000;
}
.cid-v0aAazGPJ3 .link,
.cid-v0aAazGPJ3 .form-group {
  padding: 0 !important;
}
.cid-v0aAazGPJ3 .col-lg-12.col-md-12.col-sm-12.form-group {
  padding: .6rem 0 !important;
  display: flex;
  flex-direction: column;
}
.cid-v0aAazGPJ3 .form-check {
  padding-top: 0;
  padding-bottom: 0;
}
.cid-v0aAazGPJ3 .col-lg-12.col-md-12.col-sm-12 {
  padding: .6rem 0 !important;
}
.cid-v0aAazGPJ3 .text-secondary:hover {
  color: #ffffff !important;
}
@media (max-width: 990px) {
  .cid-v0aAazGPJ3 .first-column {
    margin-bottom: 30px;
  }
  .cid-v0aAazGPJ3 .second-column {
    margin-bottom: 30px;
  }
}
.cid-v0aAazGPJ3 button {
  padding: 0;
}
.cid-v0aAazGPJ3 .b {
  font-weight: 500;
}
.cid-v0aAazGPJ3 .link a {
  background-image: none !important;
}
.cid-uZAKPyzH7P {
  z-index: 1000;
  width: 100%;
}
.cid-uZAKPyzH7P nav.navbar {
  position: fixed;
}
.cid-uZAKPyzH7P .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-uZAKPyzH7P .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uZAKPyzH7P .dropdown-item:hover,
.cid-uZAKPyzH7P .dropdown-item:focus {
  color: #4c4c4c !important;
}
.cid-uZAKPyzH7P .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 2em 0.667em 1em !important;
}
.cid-uZAKPyzH7P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZAKPyzH7P .nav-link {
  position: relative;
  padding: 0;
}
.cid-uZAKPyzH7P .container {
  display: flex;
  margin: auto;
}
.cid-uZAKPyzH7P .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZAKPyzH7P .dropdown-menu,
.cid-uZAKPyzH7P .navbar.opened {
  background: #1a7a90 !important;
}
.cid-uZAKPyzH7P .nav-item:focus,
.cid-uZAKPyzH7P .nav-link:focus {
  outline: none;
}
.cid-uZAKPyzH7P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZAKPyzH7P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZAKPyzH7P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZAKPyzH7P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZAKPyzH7P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZAKPyzH7P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZAKPyzH7P .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 122, 144, 0.6);
}
.cid-uZAKPyzH7P .navbar.opened {
  transition: all 0.3s;
}
.cid-uZAKPyzH7P .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZAKPyzH7P .navbar .navbar-logo img {
  width: auto;
}
.cid-uZAKPyzH7P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZAKPyzH7P .navbar.collapsed {
  justify-content: center;
}
.cid-uZAKPyzH7P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZAKPyzH7P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZAKPyzH7P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-uZAKPyzH7P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZAKPyzH7P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZAKPyzH7P .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-uZAKPyzH7P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZAKPyzH7P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZAKPyzH7P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZAKPyzH7P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZAKPyzH7P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZAKPyzH7P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZAKPyzH7P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZAKPyzH7P .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-uZAKPyzH7P .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZAKPyzH7P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZAKPyzH7P .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZAKPyzH7P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZAKPyzH7P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZAKPyzH7P .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZAKPyzH7P .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZAKPyzH7P .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZAKPyzH7P .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZAKPyzH7P .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZAKPyzH7P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZAKPyzH7P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZAKPyzH7P .dropdown-item.active,
.cid-uZAKPyzH7P .dropdown-item:active {
  background-color: transparent;
}
.cid-uZAKPyzH7P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZAKPyzH7P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZAKPyzH7P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZAKPyzH7P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a7a90;
}
.cid-uZAKPyzH7P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZAKPyzH7P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZAKPyzH7P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZAKPyzH7P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZAKPyzH7P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZAKPyzH7P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZAKPyzH7P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZAKPyzH7P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZAKPyzH7P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZAKPyzH7P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZAKPyzH7P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZAKPyzH7P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZAKPyzH7P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZAKPyzH7P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZAKPyzH7P .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZAKPyzH7P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZAKPyzH7P .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZAKPyzH7P .navbar {
    height: 70px;
  }
  .cid-uZAKPyzH7P .navbar.opened {
    height: auto;
  }
  .cid-uZAKPyzH7P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZAKPyzH7P .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-uZAKPyzH7P .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-uZAKPyzH7P a {
  display: inline;
  font-weight: bold;
}
.cid-uZAKPyzH7P img {
  display: inline;
  padding-right: 10px;
}
.cid-uZAKPyzH7P .dropdown-toggle:after {
  display: none;
}
.cid-uZAKPyzH7P .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uZAKPyzH7P .dropdown-item:hover {
  color: #e248a3 !important;
}
@media (max-width: 990px) {
  .cid-uZAKPyzH7P .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uZAKPyzH7P .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-uZAKPyzH7P .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-uZAKPyzH7P ul {
  counter-reset: counter;
  margin: auto;
}
.cid-uZAKPyzH7P .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #dde8eb;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-uZAKPyzH7P .nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.cid-uZAKPyzH7P .nav-item:hover .nav-link::before {
  color: currentColor;
}
.cid-uZAKPyzH7P ul li {
  height: 100px;
  display: flex;
}
.cid-uZAKPyzH7P a.text-white:hover {
  color: #ffffff !important;
}
.cid-uZAKPyzH7P a.text-primary:hover {
  color: #4c4c4c !important;
}
.cid-uZAKPyzH7P a.text-secondary:hover {
  color: #b2b2b2 !important;
}
.cid-uZAKPyzH7P a.text-success:hover {
  color: #49923a !important;
}
.cid-uZAKPyzH7P a.text-info:hover {
  color: #fab901 !important;
}
.cid-uZAKPyzH7P a.text-warning:hover {
  color: #e248a3 !important;
}
.cid-uZAKPyzH7P a.text-danger:hover {
  color: #cc1100 !important;
}
.cid-uZAKPyzH7P a.text-black:hover {
  color: #000000 !important;
}
@media (max-width: 970px) {
  .cid-uZAKPyzH7P ul li {
    height: 50px;
    display: list-item;
  }
}
.cid-uZAKPyzH7P .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-uZAKPyzH7P .navbar-collapse.collapsing .nav-item {
  height: 50px;
}
.cid-uZAKPyzH7P .navbar-collapse.collapsing .nav-link {
  margin: 0.667em 1em !important;
}
.cid-uZAKPyzH7P .navbar-collapse.collapse.show .nav-item {
  height: 50px;
}
.cid-uZAKPyzH7P .navbar-collapse.collapse.show .nav-link {
  margin: 0.667em 1em !important;
}
.cid-v0az9L1qg0 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background3-1500x583.webp");
}
@media (min-width: 992px) {
  .cid-v0az9L1qg0 .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-v0az9L1qg0 .text-wrapper {
    padding: 2rem 0;
  }
}
.cid-v0az9L1qg0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v0az9L1qg0 {
    margin-bottom: 2rem;
  }
}
.cid-v0az9L1qg0 .text-block {
  color: #565A69;
  margin-bottom: 50px;
}
.cid-v0az9L1qg0 .row.justify-content-between {
  margin-bottom: 3px;
  margin: 0;
}
.cid-v0az9L1qg0 .mbr-section-btn {
  padding-top: 53px;
  margin: 0px;
}
.cid-v0az9L1qg0 .desc {
  margin-top: 22px;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-v0az9L1qg0 .btn-primary {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-v0az9L1qg0 .btn-primary:hover {
  color: #000000 !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.cid-v0az9L1qg0 .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 2px;
  text-transform: uppercase;
  text-align: left;
}
.cid-v0az9L1qg0 .desc1 {
  font-weight: 700;
  color: #ffffff;
}
.cid-v0az9L1qg0 .desc2 {
  font-weight: 700;
  margin-top: 20px;
  color: #ffffff;
}
.cid-v0az9L1qg0 .mbr-section-button {
  margin-top: 25px;
}
.cid-v0az9L1qg0 .desc1,
.cid-v0az9L1qg0 .mbr-section-btn {
  text-align: left;
}
.cid-uZAKPzIlrg {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZAKPzIlrg img {
  border-radius: 0px;
}
.cid-uZAKPzIlrg .mbr-section-title {
  color: #1a7a90;
  text-align: left;
  padding-bottom: 17px;
  font-weight: 700;
}
.cid-uZAKPzIlrg .mbr-text {
  padding-bottom: 30px;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-uZAKPzIlrg p:last-child {
  margin-bottom: 0;
}
.cid-uZAKPzIlrg .row {
  justify-content: center;
}
.cid-uZAL8yie4p {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZAL8yie4p .date {
  margin: 67px 0 14px;
  color: #1d1d1f;
  font-weight: 700;
}
.cid-uZAL8yie4p .mbr-section-title {
  color: #1a7a90;
  margin-bottom: 62px;
  font-weight: 700;
}
.cid-uZAL8yie4p .link {
  margin-top: 22px;
}
.cid-uZAL8yie4p .card-heading {
  line-height: 1.2;
  margin: 0px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .cid-uZAL8yie4p .header {
    margin-bottom: 20px;
  }
  .cid-uZAL8yie4p .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
  .cid-uZAL8yie4p .button {
    text-align: left;
  }
}
@media (min-width: 600px) and (max-width: 1000px) {
  .cid-uZAL8yie4p .link {
    margin-bottom: 40px;
  }
}
.cid-uZAL8yie4p .mbr-section-btn {
  position: absolute;
  right: 0;
}
.cid-uZAL8yie4p .mbr-section-subtitle {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #4c4c4c;
}
.cid-uZAL8yie4p .part {
  align-items: start;
}
.cid-uZAL8yie4p H3 {
  text-align: center;
}
.cid-uZAL8yie4p a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-uZAL8yie4p rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-uZAL8yie4p .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-uZAL8yie4p svg {
  margin-left: 15px;
}
.cid-uZAL8yie4p path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-uZAL8yie4p .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-uZAL8yie4p .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-uZAL8yie4p .card-heading,
.cid-uZAL8yie4p .link {
  color: #4c4c4c;
}
@media (max-width: 770px) {
  .cid-uZAL8yie4p .top {
    padding-top: 60px;
  }
}
@media (max-width: 575px) {
  .cid-uZAL8yie4p .top1 {
    padding-top: 60px;
  }
}
.cid-uZAKPD6Vuz {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uZAKPD6Vuz .mbr-section-title,
.cid-uZAKPD6Vuz .mbr-section-subtitle {
  width: 100%;
}
.cid-uZAKPD6Vuz img {
  filter: grayscale(1) contrast(2) invert(0.73);
  padding: 40px 0;
  transition: 0.2s ease-in-out;
}
.cid-uZAKPD6Vuz img:hover {
  filter: grayscale(0);
  transition: 0.2s ease-in-out;
}
.cid-uZAKPD6Vuz .mbr-section-subtitle {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #4c4c4c;
}
.cid-uZAKPD6Vuz .mbr-section-title {
  margin-bottom: 62px;
  font-weight: 700;
  color: #1a7a90;
}
.cid-uZAKPD6Vuz .card-box {
  z-index: 1;
  position: absolute;
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-uZAKPD6Vuz .wrap-img:hover .card-box {
  background-color: transparent;
}
@media (max-width: 767px) {
  .cid-uZAKPD6Vuz .title-block {
    margin: 0;
  }
}
.cid-uZAKPD6Vuz .wrapper {
  padding: 0rem;
}
.cid-uZAKPD6Vuz .icon-left {
  margin-right: 0.1rem;
}
.cid-uZAKPD6Vuz .icon-right {
  margin-left: 0.1rem;
}
.cid-uZAKPD6Vuz .card-wrapper {
  padding: 30px 15px;
  width: auto;
  max-width: 100%;
  border: 1px solid #dbdbdb;
}
.cid-uZAKPD6Vuz .card-title {
  font-weight: 700;
  padding: 10px 20px 10px;
  color: #4c4c4c;
  text-align: left;
  text-transform: uppercase;
}
.cid-uZAKPD6Vuz H3 {
  color: #1d1d1f;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-uZAKPD6Vuz .col-12:nth-child(4) {
    padding-top: 35px;
  }
  .cid-uZAKPD6Vuz .col-12:nth-child(5) {
    padding-top: 35px;
  }
  .cid-uZAKPD6Vuz .col-12:nth-child(6) {
    padding-top: 35px;
  }
}
@media (max-width: 574px) {
  .cid-uZAKPD6Vuz .col-12 {
    padding-top: 35px;
  }
  .cid-uZAKPD6Vuz .col-12:first-child {
    padding-top: 0px;
  }
}
.cid-v0aAazGPJ3 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
.cid-v0aAazGPJ3 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-v0aAazGPJ3 .first-column .mbr-text {
  margin: 0;
}
.cid-v0aAazGPJ3 .form-group {
  max-width: 100%;
}
.cid-v0aAazGPJ3 .form-group,
.cid-v0aAazGPJ3 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-v0aAazGPJ3 .form-control {
  font-size: 22px;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  color: #ffffff;
  background-color: transparent;
  font-weight: 700;
  line-height: 45px;
  border-bottom: 1px solid #dbdbdb !important;
  box-shadow: none;
}
.cid-v0aAazGPJ3 .col + .mbr-section-btn .btn,
.cid-v0aAazGPJ3 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-v0aAazGPJ3 .dragArea > *:nth-last-child(2).col,
.cid-v0aAazGPJ3 .dragArea > *:nth-last-child(2).col-auto,
.cid-v0aAazGPJ3 .col + .mbr-section-btn,
.cid-v0aAazGPJ3 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cid-v0aAazGPJ3 img {
  width: auto;
  display: inline-block;
}
.cid-v0aAazGPJ3 .title {
  display: inline;
  font-weight: 500;
  color: #ffffff;
}
.cid-v0aAazGPJ3 .margin {
  margin: 0px;
  align-items: center;
}
.cid-v0aAazGPJ3 .counter {
  color: #fff;
  display: inline-flex;
  margin-bottom: 20px;
  align-items: center;
  box-sizing: border-box;
  text-align: left;
  text-size-adjust: 100%;
  text-transform: none;
  width: 100%;
}
.cid-v0aAazGPJ3 .bottom {
  margin-bottom: 0px;
}
.cid-v0aAazGPJ3 .number {
  background-color: #333335;
  padding: 20px;
  margin-right: 15px;
  border-radius: 50%;
}
.cid-v0aAazGPJ3 .mbr-text {
  font-weight: 700;
  padding-bottom: 42px;
}
.cid-v0aAazGPJ3 .desc {
  font-weight: 700;
  padding-top: 10px;
  margin-bottom: 20px;
}
.cid-v0aAazGPJ3 .desc2 {
  font-weight: 700;
  padding-top: 10px;
  margin-bottom: 20px;
}
.cid-v0aAazGPJ3 .description2 {
  font-weight: 500;
}
.cid-v0aAazGPJ3 .description4 {
  margin-bottom: 20px;
  font-weight: 500;
  color: #b2b2b2;
}
.cid-v0aAazGPJ3 .link {
  margin-top: 23px;
}
.cid-v0aAazGPJ3 .mbr-form {
  padding: 0;
}
.cid-v0aAazGPJ3 a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-v0aAazGPJ3 rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-v0aAazGPJ3 .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-v0aAazGPJ3 svg {
  margin-left: 15px;
  color: currentColor;
}
.cid-v0aAazGPJ3 path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-v0aAazGPJ3 .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-v0aAazGPJ3 .link:hover g {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-v0aAazGPJ3 .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-v0aAazGPJ3 .form-control:hover {
  border: none !important;
  border-bottom: 1px solid #dbdbdb !important;
  box-shadow: none;
}
.cid-v0aAazGPJ3 .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #dbdbdb !important;
  box-shadow: none;
}
.cid-v0aAazGPJ3 .form {
  margin-right: 0;
  margin-left: 0;
}
.cid-v0aAazGPJ3 input[type=email]::placeholder {
  color: #ffffff;
}
.cid-v0aAazGPJ3 input[type=text]::placeholder {
  color: #ffffff;
}
.cid-v0aAazGPJ3 input[type=date]::placeholder {
  color: #ffffff;
}
.cid-v0aAazGPJ3 input[type=time]::placeholder {
  color: #ffffff;
}
.cid-v0aAazGPJ3 input[type=radio]::placeholder {
  color: #ffffff;
}
.cid-v0aAazGPJ3 input[type=checkbox]::placeholder {
  color: #ffffff;
}
.cid-v0aAazGPJ3 input[type=number]::placeholder {
  color: #ffffff;
}
.cid-v0aAazGPJ3 input[type=url]::placeholder {
  color: #ffffff;
}
.cid-v0aAazGPJ3 input[type=password]::placeholder {
  color: #ffffff;
}
.cid-v0aAazGPJ3 input[type=nameFirst]::placeholder {
  color: #ffffff;
}
.cid-v0aAazGPJ3 input[type=nameLast]::placeholder {
  color: #ffffff;
}
.cid-v0aAazGPJ3 textarea::placeholder {
  color: #ffffff;
}
.cid-v0aAazGPJ3 select::placeholder {
  color: #ffffff;
}
.cid-v0aAazGPJ3 input.form-control {
  padding: .6rem 0;
}
.cid-v0aAazGPJ3 textarea.form-control {
  padding: .6rem 0;
}
.cid-v0aAazGPJ3 select.form-control {
  padding: .6rem 0;
}
.cid-v0aAazGPJ3 .form-control-label,
.cid-v0aAazGPJ3 .form-check {
  width: 100%;
  padding: .6rem 0;
}
.cid-v0aAazGPJ3 .form-control-label {
  display: flex;
  flex-direction: column;
}
.cid-v0aAazGPJ3 select option {
  color: #000000;
}
.cid-v0aAazGPJ3 .link,
.cid-v0aAazGPJ3 .form-group {
  padding: 0 !important;
}
.cid-v0aAazGPJ3 .col-lg-12.col-md-12.col-sm-12.form-group {
  padding: .6rem 0 !important;
  display: flex;
  flex-direction: column;
}
.cid-v0aAazGPJ3 .form-check {
  padding-top: 0;
  padding-bottom: 0;
}
.cid-v0aAazGPJ3 .col-lg-12.col-md-12.col-sm-12 {
  padding: .6rem 0 !important;
}
.cid-v0aAazGPJ3 .text-secondary:hover {
  color: #ffffff !important;
}
@media (max-width: 990px) {
  .cid-v0aAazGPJ3 .first-column {
    margin-bottom: 30px;
  }
  .cid-v0aAazGPJ3 .second-column {
    margin-bottom: 30px;
  }
}
.cid-v0aAazGPJ3 button {
  padding: 0;
}
.cid-v0aAazGPJ3 .b {
  font-weight: 500;
}
.cid-v0aAazGPJ3 .link a {
  background-image: none !important;
}
.cid-uZAMRdlivC {
  z-index: 1000;
  width: 100%;
}
.cid-uZAMRdlivC nav.navbar {
  position: fixed;
}
.cid-uZAMRdlivC .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-uZAMRdlivC .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uZAMRdlivC .dropdown-item:hover,
.cid-uZAMRdlivC .dropdown-item:focus {
  color: #4c4c4c !important;
}
.cid-uZAMRdlivC .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 2em 0.667em 1em !important;
}
.cid-uZAMRdlivC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZAMRdlivC .nav-link {
  position: relative;
  padding: 0;
}
.cid-uZAMRdlivC .container {
  display: flex;
  margin: auto;
}
.cid-uZAMRdlivC .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZAMRdlivC .dropdown-menu,
.cid-uZAMRdlivC .navbar.opened {
  background: #1a7a90 !important;
}
.cid-uZAMRdlivC .nav-item:focus,
.cid-uZAMRdlivC .nav-link:focus {
  outline: none;
}
.cid-uZAMRdlivC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZAMRdlivC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZAMRdlivC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZAMRdlivC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZAMRdlivC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZAMRdlivC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZAMRdlivC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 122, 144, 0.6);
}
.cid-uZAMRdlivC .navbar.opened {
  transition: all 0.3s;
}
.cid-uZAMRdlivC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZAMRdlivC .navbar .navbar-logo img {
  width: auto;
}
.cid-uZAMRdlivC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZAMRdlivC .navbar.collapsed {
  justify-content: center;
}
.cid-uZAMRdlivC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZAMRdlivC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZAMRdlivC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-uZAMRdlivC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZAMRdlivC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZAMRdlivC .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-uZAMRdlivC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZAMRdlivC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZAMRdlivC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZAMRdlivC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZAMRdlivC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZAMRdlivC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZAMRdlivC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZAMRdlivC .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-uZAMRdlivC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZAMRdlivC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZAMRdlivC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZAMRdlivC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZAMRdlivC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZAMRdlivC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZAMRdlivC .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZAMRdlivC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZAMRdlivC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZAMRdlivC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZAMRdlivC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZAMRdlivC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZAMRdlivC .dropdown-item.active,
.cid-uZAMRdlivC .dropdown-item:active {
  background-color: transparent;
}
.cid-uZAMRdlivC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZAMRdlivC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZAMRdlivC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZAMRdlivC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a7a90;
}
.cid-uZAMRdlivC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZAMRdlivC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZAMRdlivC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZAMRdlivC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZAMRdlivC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZAMRdlivC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZAMRdlivC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZAMRdlivC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZAMRdlivC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZAMRdlivC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZAMRdlivC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZAMRdlivC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZAMRdlivC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZAMRdlivC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZAMRdlivC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZAMRdlivC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZAMRdlivC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZAMRdlivC .navbar {
    height: 70px;
  }
  .cid-uZAMRdlivC .navbar.opened {
    height: auto;
  }
  .cid-uZAMRdlivC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZAMRdlivC .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-uZAMRdlivC .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-uZAMRdlivC a {
  display: inline;
  font-weight: bold;
}
.cid-uZAMRdlivC img {
  display: inline;
  padding-right: 10px;
}
.cid-uZAMRdlivC .dropdown-toggle:after {
  display: none;
}
.cid-uZAMRdlivC .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uZAMRdlivC .dropdown-item:hover {
  color: #e248a3 !important;
}
@media (max-width: 990px) {
  .cid-uZAMRdlivC .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uZAMRdlivC .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-uZAMRdlivC .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-uZAMRdlivC ul {
  counter-reset: counter;
  margin: auto;
}
.cid-uZAMRdlivC .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #dde8eb;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-uZAMRdlivC .nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.cid-uZAMRdlivC .nav-item:hover .nav-link::before {
  color: currentColor;
}
.cid-uZAMRdlivC ul li {
  height: 100px;
  display: flex;
}
.cid-uZAMRdlivC a.text-white:hover {
  color: #ffffff !important;
}
.cid-uZAMRdlivC a.text-primary:hover {
  color: #4c4c4c !important;
}
.cid-uZAMRdlivC a.text-secondary:hover {
  color: #b2b2b2 !important;
}
.cid-uZAMRdlivC a.text-success:hover {
  color: #49923a !important;
}
.cid-uZAMRdlivC a.text-info:hover {
  color: #fab901 !important;
}
.cid-uZAMRdlivC a.text-warning:hover {
  color: #e248a3 !important;
}
.cid-uZAMRdlivC a.text-danger:hover {
  color: #cc1100 !important;
}
.cid-uZAMRdlivC a.text-black:hover {
  color: #000000 !important;
}
@media (max-width: 970px) {
  .cid-uZAMRdlivC ul li {
    height: 50px;
    display: list-item;
  }
}
.cid-uZAMRdlivC .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-uZAMRdlivC .navbar-collapse.collapsing .nav-item {
  height: 50px;
}
.cid-uZAMRdlivC .navbar-collapse.collapsing .nav-link {
  margin: 0.667em 1em !important;
}
.cid-uZAMRdlivC .navbar-collapse.collapse.show .nav-item {
  height: 50px;
}
.cid-uZAMRdlivC .navbar-collapse.collapse.show .nav-link {
  margin: 0.667em 1em !important;
}
.cid-v0aAEZJ2Dp {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background3-1500x583.webp");
}
@media (min-width: 992px) {
  .cid-v0aAEZJ2Dp .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-v0aAEZJ2Dp .text-wrapper {
    padding: 2rem 0;
  }
}
.cid-v0aAEZJ2Dp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v0aAEZJ2Dp {
    margin-bottom: 2rem;
  }
}
.cid-v0aAEZJ2Dp .text-block {
  color: #565A69;
  margin-bottom: 50px;
}
.cid-v0aAEZJ2Dp .row.justify-content-between {
  margin-bottom: 3px;
  margin: 0;
}
.cid-v0aAEZJ2Dp .mbr-section-btn {
  padding-top: 53px;
  margin: 0px;
}
.cid-v0aAEZJ2Dp .desc {
  margin-top: 22px;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-v0aAEZJ2Dp .btn-primary {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-v0aAEZJ2Dp .btn-primary:hover {
  color: #000000 !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.cid-v0aAEZJ2Dp .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 2px;
  text-transform: uppercase;
  text-align: left;
}
.cid-v0aAEZJ2Dp .desc1 {
  font-weight: 700;
  color: #ffffff;
}
.cid-v0aAEZJ2Dp .desc2 {
  font-weight: 700;
  margin-top: 20px;
  color: #ffffff;
}
.cid-v0aAEZJ2Dp .mbr-section-button {
  margin-top: 25px;
}
.cid-v0aAEZJ2Dp .desc1,
.cid-v0aAEZJ2Dp .mbr-section-btn {
  text-align: left;
}
.cid-uZAMRfblPw {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZAMRfblPw img {
  border-radius: 0px;
}
.cid-uZAMRfblPw .mbr-section-title {
  color: #1a7a90;
  text-align: left;
  padding-bottom: 17px;
  font-weight: 700;
}
.cid-uZAMRfblPw .mbr-text {
  padding-bottom: 30px;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-uZAMRfblPw p:last-child {
  margin-bottom: 0;
}
.cid-uZAMRfblPw .row {
  justify-content: center;
}
.cid-uZAOgk1Che {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZAOgk1Che .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZAOgk1Che .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZAOgk1Che .content-wrap {
  padding: 60px;
  background-color: #ffffff;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uZAOgk1Che .content-wrap {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uZAOgk1Che .content-wrap .cont-wrap {
  width: 50%;
  padding-right: 60px;
}
@media (max-width: 992px) {
  .cid-uZAOgk1Che .content-wrap .cont-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uZAOgk1Che .content-wrap .cont-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uZAOgk1Che .content-wrap .cont-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uZAOgk1Che .content-wrap .cont-wrap .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uZAOgk1Che .content-wrap .cont-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZAOgk1Che .content-wrap .cont-wrap .title-wrapper .mbr-section-title span {
  color: #ed463f;
}
.cid-uZAOgk1Che .content-wrap .cont-wrap .form-wrapper {
  padding-right: 130px;
}
@media (max-width: 1200px) {
  .cid-uZAOgk1Che .content-wrap .cont-wrap .form-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uZAOgk1Che .content-wrap .cont-wrap .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uZAOgk1Che .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uZAOgk1Che .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uZAOgk1Che .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uZAOgk1Che .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uZAOgk1Che .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 22px 20px;
  border: none !important;
  box-shadow: none;
  background-color: #f8f8f8;
  line-height: 1 !important;
}
@media (max-width: 992px) {
  .cid-uZAOgk1Che .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-uZAOgk1Che .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uZAOgk1Che .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uZAOgk1Che .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #404349;
  font-size: 18px;
  opacity: .6;
}
.cid-uZAOgk1Che .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uZAOgk1Che .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uZAOgk1Che .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #404349;
  border-color: #404349;
}
.cid-uZAOgk1Che .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uZAOgk1Che .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
}
.cid-uZAOgk1Che .content-wrap .map-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding: 10px;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uZAOgk1Che .content-wrap .map-wrapper {
    width: 100%;
    padding-top: 250px;
  }
}
.cid-uZAOgk1Che .content-wrap .map-wrapper .google-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uZAOgk1Che .content-wrap .map-wrapper .google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uZAOgk1Che .content-wrap .map-wrapper .contacts-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  background-color: #f8e7d2;
  padding: 30px;
}
@media (max-width: 1200px) {
  .cid-uZAOgk1Che .content-wrap .map-wrapper .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uZAOgk1Che .content-wrap .map-wrapper .contacts-wrapper {
    padding: 20px 10px 10px;
  }
}
.cid-uZAOgk1Che .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap {
  width: 55%;
  padding-right: 20px;
}
@media (max-width: 1200px) {
  .cid-uZAOgk1Che .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uZAOgk1Che .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uZAOgk1Che .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uZAOgk1Che .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-uZAOgk1Che .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list .item-wrap:focus {
  color: #925bb0;
}
.cid-uZAOgk1Che .content-wrap .map-wrapper .contacts-wrapper .social-wrapper {
  width: 45%;
}
@media (max-width: 1200px) {
  .cid-uZAOgk1Che .content-wrap .map-wrapper .contacts-wrapper .social-wrapper {
    width: 100%;
  }
}
.cid-uZAOgk1Che .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .soc-desc {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uZAOgk1Che .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uZAOgk1Che .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uZAOgk1Che .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uZAOgk1Che .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uZAOgk1Che .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #522c67;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uZAOgk1Che .mbr-section-title {
  color: #404349;
}
.cid-uZAOgk1Che .mbr-desc {
  color: #b19a7c;
}
.cid-uZAOgk1Che .mbr-text {
  color: #404349;
}
.cid-uZAOgk1Che .list {
  color: #404349;
}
.cid-uZAOgk1Che .soc-desc {
  color: #404349;
}
.cid-uZAOgk1Che label {
  color: #404349;
}
.cid-uZAOgk1Che .mbr-section-title,
.cid-uZAOgk1Che .title-wrap {
  color: #1a7a90;
}
.cid-uZANoKhpYw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uZANoKhpYw {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .cid-uZANoKhpYw .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uZANoKhpYw .row-custom {
  background-color: #1a7a90;
  border-radius: 10px;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uZANoKhpYw .row-custom {
    padding: 25px 0;
  }
}
@media (min-width: 992px) {
  .cid-uZANoKhpYw .row-custom {
    min-height: 395px;
    max-width: 1168px;
    margin: 0 auto;
  }
}
.cid-uZANoKhpYw .mbr-section-title {
  color: #ffffff;
}
.cid-uZANoKhpYw .title-decoration {
  position: relative;
}
.cid-uZANoKhpYw .title-decoration:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #FFDD0F;
}
.cid-uZANoKhpYw .mbr-text {
  color: #ffffff;
}
.cid-uZANoKhpYw a.btn {
  height: 100%;
  margin: 0;
}
.cid-uZANoKhpYw .justify-content-center {
  align-items: center;
}
@media (min-width: 768px) {
  .cid-uZANoKhpYw .mbr-form {
    padding-left: 60px;
  }
}
@media (min-width: 992px) {
  .cid-uZANoKhpYw .mbr-form {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.cid-uZANoKhpYw .mbr-form .mbr-form {
  padding: 0 !important;
}
.cid-uZANoKhpYw .from-wrap {
  display: flex;
}
.cid-uZANoKhpYw .form-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 1;
  padding: 0 !important;
  max-width: 500px;
  background-color: #ffffff;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .cid-uZANoKhpYw .form-container {
    flex-wrap: wrap;
    background-color: transparent;
  }
}
.cid-uZANoKhpYw .form-container input {
  min-height: 60px;
  height: 100%;
  box-shadow: none;
  border: none;
}
@media (max-width: 767px) {
  .cid-uZANoKhpYw .form-container input {
    height: 48px;
    min-height: 48px;
  }
}
.cid-uZANoKhpYw .form-container input:hover {
  border: 1px solid transparent !important;
}
.cid-uZANoKhpYw .form-container .mbr-section-btn {
  display: flex;
  padding: 6px 6px 6px 0;
}
@media (max-width: 767px) {
  .cid-uZANoKhpYw .form-container .mbr-section-btn {
    width: 100%;
    padding: 10px 0 0 0;
  }
}
.cid-uZANoKhpYw .form-container .mbr-section-btn .btn {
  min-height: 48px;
  padding: 0 34px;
  max-width: 150px;
}
@media (max-width: 767px) {
  .cid-uZANoKhpYw .form-container .mbr-section-btn .btn {
    width: 500px;
    max-width: 500px;
    flex-shrink: 1;
  }
}
.cid-uZANoKhpYw .form-email {
  flex-grow: 1;
  margin: 0;
}
.cid-uZANoKhpYw .dragArea {
  margin-bottom: 16px;
}
.cid-uZANoKhpYw .info-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-uZANoKhpYw .item {
  display: flex;
  align-items: center;
  margin: 0 0 12px 0;
}
.cid-uZANoKhpYw .item:first-child {
  padding-right: 30px;
}
.cid-uZANoKhpYw .icon-box {
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZANoKhpYw .mbr-iconfont {
  color: #FFFFFF;
  font-size: 24px;
}
.cid-uZANoKhpYw .img-col {
  padding: 0;
  min-height: 395px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .cid-uZANoKhpYw .img-col {
    display: none;
  }
}
.cid-uZAMRfBkBt {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uZAMRfBkBt .mbr-section-title,
.cid-uZAMRfBkBt .mbr-section-subtitle {
  width: 100%;
}
.cid-uZAMRfBkBt img {
  filter: grayscale(1) contrast(2) invert(0.73);
  padding: 40px 0;
  transition: 0.2s ease-in-out;
}
.cid-uZAMRfBkBt img:hover {
  filter: grayscale(0);
  transition: 0.2s ease-in-out;
}
.cid-uZAMRfBkBt .mbr-section-subtitle {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #4c4c4c;
}
.cid-uZAMRfBkBt .mbr-section-title {
  margin-bottom: 62px;
  font-weight: 700;
  color: #1a7a90;
}
.cid-uZAMRfBkBt .card-box {
  z-index: 1;
  position: absolute;
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-uZAMRfBkBt .wrap-img:hover .card-box {
  background-color: transparent;
}
@media (max-width: 767px) {
  .cid-uZAMRfBkBt .title-block {
    margin: 0;
  }
}
.cid-uZAMRfBkBt .wrapper {
  padding: 0rem;
}
.cid-uZAMRfBkBt .icon-left {
  margin-right: 0.1rem;
}
.cid-uZAMRfBkBt .icon-right {
  margin-left: 0.1rem;
}
.cid-uZAMRfBkBt .card-wrapper {
  padding: 30px 15px;
  width: auto;
  max-width: 100%;
  border: 1px solid #dbdbdb;
}
.cid-uZAMRfBkBt .card-title {
  font-weight: 700;
  padding: 10px 20px 10px;
  color: #4c4c4c;
  text-align: left;
  text-transform: uppercase;
}
.cid-uZAMRfBkBt H3 {
  color: #1d1d1f;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-uZAMRfBkBt .col-12:nth-child(4) {
    padding-top: 35px;
  }
  .cid-uZAMRfBkBt .col-12:nth-child(5) {
    padding-top: 35px;
  }
  .cid-uZAMRfBkBt .col-12:nth-child(6) {
    padding-top: 35px;
  }
}
@media (max-width: 574px) {
  .cid-uZAMRfBkBt .col-12 {
    padding-top: 35px;
  }
  .cid-uZAMRfBkBt .col-12:first-child {
    padding-top: 0px;
  }
}
.cid-v0aAazGPJ3 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
.cid-v0aAazGPJ3 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-v0aAazGPJ3 .first-column .mbr-text {
  margin: 0;
}
.cid-v0aAazGPJ3 .form-group {
  max-width: 100%;
}
.cid-v0aAazGPJ3 .form-group,
.cid-v0aAazGPJ3 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-v0aAazGPJ3 .form-control {
  font-size: 22px;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  color: #ffffff;
  background-color: transparent;
  font-weight: 700;
  line-height: 45px;
  border-bottom: 1px solid #dbdbdb !important;
  box-shadow: none;
}
.cid-v0aAazGPJ3 .col + .mbr-section-btn .btn,
.cid-v0aAazGPJ3 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-v0aAazGPJ3 .dragArea > *:nth-last-child(2).col,
.cid-v0aAazGPJ3 .dragArea > *:nth-last-child(2).col-auto,
.cid-v0aAazGPJ3 .col + .mbr-section-btn,
.cid-v0aAazGPJ3 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cid-v0aAazGPJ3 img {
  width: auto;
  display: inline-block;
}
.cid-v0aAazGPJ3 .title {
  display: inline;
  font-weight: 500;
  color: #ffffff;
}
.cid-v0aAazGPJ3 .margin {
  margin: 0px;
  align-items: center;
}
.cid-v0aAazGPJ3 .counter {
  color: #fff;
  display: inline-flex;
  margin-bottom: 20px;
  align-items: center;
  box-sizing: border-box;
  text-align: left;
  text-size-adjust: 100%;
  text-transform: none;
  width: 100%;
}
.cid-v0aAazGPJ3 .bottom {
  margin-bottom: 0px;
}
.cid-v0aAazGPJ3 .number {
  background-color: #333335;
  padding: 20px;
  margin-right: 15px;
  border-radius: 50%;
}
.cid-v0aAazGPJ3 .mbr-text {
  font-weight: 700;
  padding-bottom: 42px;
}
.cid-v0aAazGPJ3 .desc {
  font-weight: 700;
  padding-top: 10px;
  margin-bottom: 20px;
}
.cid-v0aAazGPJ3 .desc2 {
  font-weight: 700;
  padding-top: 10px;
  margin-bottom: 20px;
}
.cid-v0aAazGPJ3 .description2 {
  font-weight: 500;
}
.cid-v0aAazGPJ3 .description4 {
  margin-bottom: 20px;
  font-weight: 500;
  color: #b2b2b2;
}
.cid-v0aAazGPJ3 .link {
  margin-top: 23px;
}
.cid-v0aAazGPJ3 .mbr-form {
  padding: 0;
}
.cid-v0aAazGPJ3 a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-v0aAazGPJ3 rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-v0aAazGPJ3 .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-v0aAazGPJ3 svg {
  margin-left: 15px;
  color: currentColor;
}
.cid-v0aAazGPJ3 path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-v0aAazGPJ3 .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-v0aAazGPJ3 .link:hover g {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-v0aAazGPJ3 .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-v0aAazGPJ3 .form-control:hover {
  border: none !important;
  border-bottom: 1px solid #dbdbdb !important;
  box-shadow: none;
}
.cid-v0aAazGPJ3 .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #dbdbdb !important;
  box-shadow: none;
}
.cid-v0aAazGPJ3 .form {
  margin-right: 0;
  margin-left: 0;
}
.cid-v0aAazGPJ3 input[type=email]::placeholder {
  color: #ffffff;
}
.cid-v0aAazGPJ3 input[type=text]::placeholder {
  color: #ffffff;
}
.cid-v0aAazGPJ3 input[type=date]::placeholder {
  color: #ffffff;
}
.cid-v0aAazGPJ3 input[type=time]::placeholder {
  color: #ffffff;
}
.cid-v0aAazGPJ3 input[type=radio]::placeholder {
  color: #ffffff;
}
.cid-v0aAazGPJ3 input[type=checkbox]::placeholder {
  color: #ffffff;
}
.cid-v0aAazGPJ3 input[type=number]::placeholder {
  color: #ffffff;
}
.cid-v0aAazGPJ3 input[type=url]::placeholder {
  color: #ffffff;
}
.cid-v0aAazGPJ3 input[type=password]::placeholder {
  color: #ffffff;
}
.cid-v0aAazGPJ3 input[type=nameFirst]::placeholder {
  color: #ffffff;
}
.cid-v0aAazGPJ3 input[type=nameLast]::placeholder {
  color: #ffffff;
}
.cid-v0aAazGPJ3 textarea::placeholder {
  color: #ffffff;
}
.cid-v0aAazGPJ3 select::placeholder {
  color: #ffffff;
}
.cid-v0aAazGPJ3 input.form-control {
  padding: .6rem 0;
}
.cid-v0aAazGPJ3 textarea.form-control {
  padding: .6rem 0;
}
.cid-v0aAazGPJ3 select.form-control {
  padding: .6rem 0;
}
.cid-v0aAazGPJ3 .form-control-label,
.cid-v0aAazGPJ3 .form-check {
  width: 100%;
  padding: .6rem 0;
}
.cid-v0aAazGPJ3 .form-control-label {
  display: flex;
  flex-direction: column;
}
.cid-v0aAazGPJ3 select option {
  color: #000000;
}
.cid-v0aAazGPJ3 .link,
.cid-v0aAazGPJ3 .form-group {
  padding: 0 !important;
}
.cid-v0aAazGPJ3 .col-lg-12.col-md-12.col-sm-12.form-group {
  padding: .6rem 0 !important;
  display: flex;
  flex-direction: column;
}
.cid-v0aAazGPJ3 .form-check {
  padding-top: 0;
  padding-bottom: 0;
}
.cid-v0aAazGPJ3 .col-lg-12.col-md-12.col-sm-12 {
  padding: .6rem 0 !important;
}
.cid-v0aAazGPJ3 .text-secondary:hover {
  color: #ffffff !important;
}
@media (max-width: 990px) {
  .cid-v0aAazGPJ3 .first-column {
    margin-bottom: 30px;
  }
  .cid-v0aAazGPJ3 .second-column {
    margin-bottom: 30px;
  }
}
.cid-v0aAazGPJ3 button {
  padding: 0;
}
.cid-v0aAazGPJ3 .b {
  font-weight: 500;
}
.cid-v0aAazGPJ3 .link a {
  background-image: none !important;
}
.cid-uZARG3qnnp {
  z-index: 1000;
  width: 100%;
}
.cid-uZARG3qnnp nav.navbar {
  position: fixed;
}
.cid-uZARG3qnnp .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-uZARG3qnnp .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uZARG3qnnp .dropdown-item:hover,
.cid-uZARG3qnnp .dropdown-item:focus {
  color: #4c4c4c !important;
}
.cid-uZARG3qnnp .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 2em 0.667em 1em !important;
}
.cid-uZARG3qnnp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZARG3qnnp .nav-link {
  position: relative;
  padding: 0;
}
.cid-uZARG3qnnp .container {
  display: flex;
  margin: auto;
}
.cid-uZARG3qnnp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZARG3qnnp .dropdown-menu,
.cid-uZARG3qnnp .navbar.opened {
  background: #1a7a90 !important;
}
.cid-uZARG3qnnp .nav-item:focus,
.cid-uZARG3qnnp .nav-link:focus {
  outline: none;
}
.cid-uZARG3qnnp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZARG3qnnp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZARG3qnnp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZARG3qnnp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZARG3qnnp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZARG3qnnp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZARG3qnnp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 122, 144, 0.6);
}
.cid-uZARG3qnnp .navbar.opened {
  transition: all 0.3s;
}
.cid-uZARG3qnnp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZARG3qnnp .navbar .navbar-logo img {
  width: auto;
}
.cid-uZARG3qnnp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZARG3qnnp .navbar.collapsed {
  justify-content: center;
}
.cid-uZARG3qnnp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZARG3qnnp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZARG3qnnp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-uZARG3qnnp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZARG3qnnp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZARG3qnnp .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-uZARG3qnnp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZARG3qnnp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZARG3qnnp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZARG3qnnp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZARG3qnnp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZARG3qnnp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZARG3qnnp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZARG3qnnp .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-uZARG3qnnp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZARG3qnnp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZARG3qnnp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZARG3qnnp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZARG3qnnp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZARG3qnnp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZARG3qnnp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZARG3qnnp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZARG3qnnp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZARG3qnnp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZARG3qnnp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZARG3qnnp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZARG3qnnp .dropdown-item.active,
.cid-uZARG3qnnp .dropdown-item:active {
  background-color: transparent;
}
.cid-uZARG3qnnp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZARG3qnnp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZARG3qnnp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZARG3qnnp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a7a90;
}
.cid-uZARG3qnnp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZARG3qnnp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZARG3qnnp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZARG3qnnp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZARG3qnnp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZARG3qnnp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZARG3qnnp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZARG3qnnp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZARG3qnnp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZARG3qnnp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZARG3qnnp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZARG3qnnp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZARG3qnnp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZARG3qnnp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZARG3qnnp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZARG3qnnp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZARG3qnnp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZARG3qnnp .navbar {
    height: 70px;
  }
  .cid-uZARG3qnnp .navbar.opened {
    height: auto;
  }
  .cid-uZARG3qnnp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZARG3qnnp .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-uZARG3qnnp .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-uZARG3qnnp a {
  display: inline;
  font-weight: bold;
}
.cid-uZARG3qnnp img {
  display: inline;
  padding-right: 10px;
}
.cid-uZARG3qnnp .dropdown-toggle:after {
  display: none;
}
.cid-uZARG3qnnp .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uZARG3qnnp .dropdown-item:hover {
  color: #e248a3 !important;
}
@media (max-width: 990px) {
  .cid-uZARG3qnnp .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uZARG3qnnp .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-uZARG3qnnp .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-uZARG3qnnp ul {
  counter-reset: counter;
  margin: auto;
}
.cid-uZARG3qnnp .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #dde8eb;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-uZARG3qnnp .nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.cid-uZARG3qnnp .nav-item:hover .nav-link::before {
  color: currentColor;
}
.cid-uZARG3qnnp ul li {
  height: 100px;
  display: flex;
}
.cid-uZARG3qnnp a.text-white:hover {
  color: #ffffff !important;
}
.cid-uZARG3qnnp a.text-primary:hover {
  color: #4c4c4c !important;
}
.cid-uZARG3qnnp a.text-secondary:hover {
  color: #b2b2b2 !important;
}
.cid-uZARG3qnnp a.text-success:hover {
  color: #49923a !important;
}
.cid-uZARG3qnnp a.text-info:hover {
  color: #fab901 !important;
}
.cid-uZARG3qnnp a.text-warning:hover {
  color: #e248a3 !important;
}
.cid-uZARG3qnnp a.text-danger:hover {
  color: #cc1100 !important;
}
.cid-uZARG3qnnp a.text-black:hover {
  color: #000000 !important;
}
@media (max-width: 970px) {
  .cid-uZARG3qnnp ul li {
    height: 50px;
    display: list-item;
  }
}
.cid-uZARG3qnnp .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-uZARG3qnnp .navbar-collapse.collapsing .nav-item {
  height: 50px;
}
.cid-uZARG3qnnp .navbar-collapse.collapsing .nav-link {
  margin: 0.667em 1em !important;
}
.cid-uZARG3qnnp .navbar-collapse.collapse.show .nav-item {
  height: 50px;
}
.cid-uZARG3qnnp .navbar-collapse.collapse.show .nav-link {
  margin: 0.667em 1em !important;
}
.cid-uZAU9OoRsh {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZAU9OoRsh img {
  border-radius: 0px;
}
.cid-uZAU9OoRsh .mbr-section-title {
  color: #1a7a90;
  text-align: center;
  padding-bottom: 17px;
  font-weight: 700;
}
.cid-uZAU9OoRsh .mbr-text {
  padding-bottom: 30px;
  color: #4c4c4c;
  font-weight: 500;
  text-align: center;
}
.cid-uZAU9OoRsh p:last-child {
  margin-bottom: 0;
}
.cid-uZAU9OoRsh .row {
  justify-content: center;
}
.cid-uZAShcLpG2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZAShcLpG2 .link a {
  background-image: none !important;
}
.cid-uZAShcLpG2 .item-wrapper {
  margin-bottom: 56px;
}
.cid-uZAShcLpG2 .date {
  margin-bottom: 6px;
}
.cid-uZAShcLpG2 .card-heading {
  font-weight: 700;
  margin-bottom: 25px;
  color: #338ba0;
}
.cid-uZAShcLpG2 .p {
  margin-bottom: 29px;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-uZAShcLpG2 a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-uZAShcLpG2 rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-uZAShcLpG2 .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-uZAShcLpG2 svg {
  margin-left: 15px;
}
.cid-uZAShcLpG2 path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-uZAShcLpG2 .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-uZAShcLpG2 .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-uZAShcLpG2 .row {
  justify-content: center;
}
.cid-uZARG53yL5 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uZARG53yL5 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .cid-uZARG53yL5 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uZARG53yL5 .row-custom {
  background-color: #1a7a90;
  border-radius: 10px;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-uZARG53yL5 .row-custom {
    padding: 25px 0;
  }
}
@media (min-width: 992px) {
  .cid-uZARG53yL5 .row-custom {
    min-height: 395px;
    max-width: 1168px;
    margin: 0 auto;
  }
}
.cid-uZARG53yL5 .mbr-section-title {
  color: #ffffff;
}
.cid-uZARG53yL5 .title-decoration {
  position: relative;
}
.cid-uZARG53yL5 .title-decoration:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #FFDD0F;
}
.cid-uZARG53yL5 .mbr-text {
  color: #ffffff;
}
.cid-uZARG53yL5 a.btn {
  height: 100%;
  margin: 0;
}
.cid-uZARG53yL5 .justify-content-center {
  align-items: center;
}
@media (min-width: 768px) {
  .cid-uZARG53yL5 .mbr-form {
    padding-left: 60px;
  }
}
@media (min-width: 992px) {
  .cid-uZARG53yL5 .mbr-form {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.cid-uZARG53yL5 .mbr-form .mbr-form {
  padding: 0 !important;
}
.cid-uZARG53yL5 .from-wrap {
  display: flex;
}
.cid-uZARG53yL5 .form-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 1;
  padding: 0 !important;
  max-width: 500px;
  background-color: #ffffff;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .cid-uZARG53yL5 .form-container {
    flex-wrap: wrap;
    background-color: transparent;
  }
}
.cid-uZARG53yL5 .form-container input {
  min-height: 60px;
  height: 100%;
  box-shadow: none;
  border: none;
}
@media (max-width: 767px) {
  .cid-uZARG53yL5 .form-container input {
    height: 48px;
    min-height: 48px;
  }
}
.cid-uZARG53yL5 .form-container input:hover {
  border: 1px solid transparent !important;
}
.cid-uZARG53yL5 .form-container .mbr-section-btn {
  display: flex;
  padding: 6px 6px 6px 0;
}
@media (max-width: 767px) {
  .cid-uZARG53yL5 .form-container .mbr-section-btn {
    width: 100%;
    padding: 10px 0 0 0;
  }
}
.cid-uZARG53yL5 .form-container .mbr-section-btn .btn {
  min-height: 48px;
  padding: 0 34px;
  max-width: 150px;
}
@media (max-width: 767px) {
  .cid-uZARG53yL5 .form-container .mbr-section-btn .btn {
    width: 500px;
    max-width: 500px;
    flex-shrink: 1;
  }
}
.cid-uZARG53yL5 .form-email {
  flex-grow: 1;
  margin: 0;
}
.cid-uZARG53yL5 .dragArea {
  margin-bottom: 16px;
}
.cid-uZARG53yL5 .info-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-uZARG53yL5 .item {
  display: flex;
  align-items: center;
  margin: 0 0 12px 0;
}
.cid-uZARG53yL5 .item:first-child {
  padding-right: 30px;
}
.cid-uZARG53yL5 .icon-box {
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZARG53yL5 .mbr-iconfont {
  color: #FFFFFF;
  font-size: 24px;
}
.cid-uZARG53yL5 .img-col {
  padding: 0;
  min-height: 395px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .cid-uZARG53yL5 .img-col {
    display: none;
  }
}
.cid-uZARG5sdbE {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uZARG5sdbE .mbr-section-title,
.cid-uZARG5sdbE .mbr-section-subtitle {
  width: 100%;
}
.cid-uZARG5sdbE img {
  filter: grayscale(1) contrast(2) invert(0.73);
  padding: 40px 0;
  transition: 0.2s ease-in-out;
}
.cid-uZARG5sdbE img:hover {
  filter: grayscale(0);
  transition: 0.2s ease-in-out;
}
.cid-uZARG5sdbE .mbr-section-subtitle {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #4c4c4c;
}
.cid-uZARG5sdbE .mbr-section-title {
  margin-bottom: 62px;
  font-weight: 700;
  color: #1a7a90;
}
.cid-uZARG5sdbE .card-box {
  z-index: 1;
  position: absolute;
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-uZARG5sdbE .wrap-img:hover .card-box {
  background-color: transparent;
}
@media (max-width: 767px) {
  .cid-uZARG5sdbE .title-block {
    margin: 0;
  }
}
.cid-uZARG5sdbE .wrapper {
  padding: 0rem;
}
.cid-uZARG5sdbE .icon-left {
  margin-right: 0.1rem;
}
.cid-uZARG5sdbE .icon-right {
  margin-left: 0.1rem;
}
.cid-uZARG5sdbE .card-wrapper {
  padding: 30px 15px;
  width: auto;
  max-width: 100%;
  border: 1px solid #dbdbdb;
}
.cid-uZARG5sdbE .card-title {
  font-weight: 700;
  padding: 10px 20px 10px;
  color: #4c4c4c;
  text-align: left;
  text-transform: uppercase;
}
.cid-uZARG5sdbE H3 {
  color: #1d1d1f;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-uZARG5sdbE .col-12:nth-child(4) {
    padding-top: 35px;
  }
  .cid-uZARG5sdbE .col-12:nth-child(5) {
    padding-top: 35px;
  }
  .cid-uZARG5sdbE .col-12:nth-child(6) {
    padding-top: 35px;
  }
}
@media (max-width: 574px) {
  .cid-uZARG5sdbE .col-12 {
    padding-top: 35px;
  }
  .cid-uZARG5sdbE .col-12:first-child {
    padding-top: 0px;
  }
}
.cid-v0aAazGPJ3 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
.cid-v0aAazGPJ3 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-v0aAazGPJ3 .first-column .mbr-text {
  margin: 0;
}
.cid-v0aAazGPJ3 .form-group {
  max-width: 100%;
}
.cid-v0aAazGPJ3 .form-group,
.cid-v0aAazGPJ3 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-v0aAazGPJ3 .form-control {
  font-size: 22px;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  color: #ffffff;
  background-color: transparent;
  font-weight: 700;
  line-height: 45px;
  border-bottom: 1px solid #dbdbdb !important;
  box-shadow: none;
}
.cid-v0aAazGPJ3 .col + .mbr-section-btn .btn,
.cid-v0aAazGPJ3 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-v0aAazGPJ3 .dragArea > *:nth-last-child(2).col,
.cid-v0aAazGPJ3 .dragArea > *:nth-last-child(2).col-auto,
.cid-v0aAazGPJ3 .col + .mbr-section-btn,
.cid-v0aAazGPJ3 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cid-v0aAazGPJ3 img {
  width: auto;
  display: inline-block;
}
.cid-v0aAazGPJ3 .title {
  display: inline;
  font-weight: 500;
  color: #ffffff;
}
.cid-v0aAazGPJ3 .margin {
  margin: 0px;
  align-items: center;
}
.cid-v0aAazGPJ3 .counter {
  color: #fff;
  display: inline-flex;
  margin-bottom: 20px;
  align-items: center;
  box-sizing: border-box;
  text-align: left;
  text-size-adjust: 100%;
  text-transform: none;
  width: 100%;
}
.cid-v0aAazGPJ3 .bottom {
  margin-bottom: 0px;
}
.cid-v0aAazGPJ3 .number {
  background-color: #333335;
  padding: 20px;
  margin-right: 15px;
  border-radius: 50%;
}
.cid-v0aAazGPJ3 .mbr-text {
  font-weight: 700;
  padding-bottom: 42px;
}
.cid-v0aAazGPJ3 .desc {
  font-weight: 700;
  padding-top: 10px;
  margin-bottom: 20px;
}
.cid-v0aAazGPJ3 .desc2 {
  font-weight: 700;
  padding-top: 10px;
  margin-bottom: 20px;
}
.cid-v0aAazGPJ3 .description2 {
  font-weight: 500;
}
.cid-v0aAazGPJ3 .description4 {
  margin-bottom: 20px;
  font-weight: 500;
  color: #b2b2b2;
}
.cid-v0aAazGPJ3 .link {
  margin-top: 23px;
}
.cid-v0aAazGPJ3 .mbr-form {
  padding: 0;
}
.cid-v0aAazGPJ3 a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-v0aAazGPJ3 rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-v0aAazGPJ3 .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-v0aAazGPJ3 svg {
  margin-left: 15px;
  color: currentColor;
}
.cid-v0aAazGPJ3 path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-v0aAazGPJ3 .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-v0aAazGPJ3 .link:hover g {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-v0aAazGPJ3 .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-v0aAazGPJ3 .form-control:hover {
  border: none !important;
  border-bottom: 1px solid #dbdbdb !important;
  box-shadow: none;
}
.cid-v0aAazGPJ3 .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #dbdbdb !important;
  box-shadow: none;
}
.cid-v0aAazGPJ3 .form {
  margin-right: 0;
  margin-left: 0;
}
.cid-v0aAazGPJ3 input[type=email]::placeholder {
  color: #ffffff;
}
.cid-v0aAazGPJ3 input[type=text]::placeholder {
  color: #ffffff;
}
.cid-v0aAazGPJ3 input[type=date]::placeholder {
  color: #ffffff;
}
.cid-v0aAazGPJ3 input[type=time]::placeholder {
  color: #ffffff;
}
.cid-v0aAazGPJ3 input[type=radio]::placeholder {
  color: #ffffff;
}
.cid-v0aAazGPJ3 input[type=checkbox]::placeholder {
  color: #ffffff;
}
.cid-v0aAazGPJ3 input[type=number]::placeholder {
  color: #ffffff;
}
.cid-v0aAazGPJ3 input[type=url]::placeholder {
  color: #ffffff;
}
.cid-v0aAazGPJ3 input[type=password]::placeholder {
  color: #ffffff;
}
.cid-v0aAazGPJ3 input[type=nameFirst]::placeholder {
  color: #ffffff;
}
.cid-v0aAazGPJ3 input[type=nameLast]::placeholder {
  color: #ffffff;
}
.cid-v0aAazGPJ3 textarea::placeholder {
  color: #ffffff;
}
.cid-v0aAazGPJ3 select::placeholder {
  color: #ffffff;
}
.cid-v0aAazGPJ3 input.form-control {
  padding: .6rem 0;
}
.cid-v0aAazGPJ3 textarea.form-control {
  padding: .6rem 0;
}
.cid-v0aAazGPJ3 select.form-control {
  padding: .6rem 0;
}
.cid-v0aAazGPJ3 .form-control-label,
.cid-v0aAazGPJ3 .form-check {
  width: 100%;
  padding: .6rem 0;
}
.cid-v0aAazGPJ3 .form-control-label {
  display: flex;
  flex-direction: column;
}
.cid-v0aAazGPJ3 select option {
  color: #000000;
}
.cid-v0aAazGPJ3 .link,
.cid-v0aAazGPJ3 .form-group {
  padding: 0 !important;
}
.cid-v0aAazGPJ3 .col-lg-12.col-md-12.col-sm-12.form-group {
  padding: .6rem 0 !important;
  display: flex;
  flex-direction: column;
}
.cid-v0aAazGPJ3 .form-check {
  padding-top: 0;
  padding-bottom: 0;
}
.cid-v0aAazGPJ3 .col-lg-12.col-md-12.col-sm-12 {
  padding: .6rem 0 !important;
}
.cid-v0aAazGPJ3 .text-secondary:hover {
  color: #ffffff !important;
}
@media (max-width: 990px) {
  .cid-v0aAazGPJ3 .first-column {
    margin-bottom: 30px;
  }
  .cid-v0aAazGPJ3 .second-column {
    margin-bottom: 30px;
  }
}
.cid-v0aAazGPJ3 button {
  padding: 0;
}
.cid-v0aAazGPJ3 .b {
  font-weight: 500;
}
.cid-v0aAazGPJ3 .link a {
  background-image: none !important;
}
.cid-uZAM5yUnsr {
  z-index: 1000;
  width: 100%;
}
.cid-uZAM5yUnsr nav.navbar {
  position: fixed;
}
.cid-uZAM5yUnsr .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-uZAM5yUnsr .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uZAM5yUnsr .dropdown-item:hover,
.cid-uZAM5yUnsr .dropdown-item:focus {
  color: #4c4c4c !important;
}
.cid-uZAM5yUnsr .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 2em 0.667em 1em !important;
}
.cid-uZAM5yUnsr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZAM5yUnsr .nav-link {
  position: relative;
  padding: 0;
}
.cid-uZAM5yUnsr .container {
  display: flex;
  margin: auto;
}
.cid-uZAM5yUnsr .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZAM5yUnsr .dropdown-menu,
.cid-uZAM5yUnsr .navbar.opened {
  background: #1a7a90 !important;
}
.cid-uZAM5yUnsr .nav-item:focus,
.cid-uZAM5yUnsr .nav-link:focus {
  outline: none;
}
.cid-uZAM5yUnsr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZAM5yUnsr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZAM5yUnsr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZAM5yUnsr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZAM5yUnsr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZAM5yUnsr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZAM5yUnsr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 122, 144, 0.6);
}
.cid-uZAM5yUnsr .navbar.opened {
  transition: all 0.3s;
}
.cid-uZAM5yUnsr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZAM5yUnsr .navbar .navbar-logo img {
  width: auto;
}
.cid-uZAM5yUnsr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZAM5yUnsr .navbar.collapsed {
  justify-content: center;
}
.cid-uZAM5yUnsr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZAM5yUnsr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZAM5yUnsr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-uZAM5yUnsr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZAM5yUnsr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZAM5yUnsr .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-uZAM5yUnsr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZAM5yUnsr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZAM5yUnsr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZAM5yUnsr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZAM5yUnsr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZAM5yUnsr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZAM5yUnsr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZAM5yUnsr .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-uZAM5yUnsr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZAM5yUnsr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZAM5yUnsr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZAM5yUnsr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZAM5yUnsr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZAM5yUnsr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZAM5yUnsr .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZAM5yUnsr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZAM5yUnsr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZAM5yUnsr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZAM5yUnsr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZAM5yUnsr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZAM5yUnsr .dropdown-item.active,
.cid-uZAM5yUnsr .dropdown-item:active {
  background-color: transparent;
}
.cid-uZAM5yUnsr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZAM5yUnsr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZAM5yUnsr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZAM5yUnsr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a7a90;
}
.cid-uZAM5yUnsr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZAM5yUnsr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZAM5yUnsr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZAM5yUnsr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZAM5yUnsr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZAM5yUnsr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZAM5yUnsr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZAM5yUnsr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZAM5yUnsr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZAM5yUnsr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZAM5yUnsr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZAM5yUnsr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZAM5yUnsr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZAM5yUnsr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZAM5yUnsr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZAM5yUnsr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZAM5yUnsr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZAM5yUnsr .navbar {
    height: 70px;
  }
  .cid-uZAM5yUnsr .navbar.opened {
    height: auto;
  }
  .cid-uZAM5yUnsr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZAM5yUnsr .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-uZAM5yUnsr .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-uZAM5yUnsr a {
  display: inline;
  font-weight: bold;
}
.cid-uZAM5yUnsr img {
  display: inline;
  padding-right: 10px;
}
.cid-uZAM5yUnsr .dropdown-toggle:after {
  display: none;
}
.cid-uZAM5yUnsr .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uZAM5yUnsr .dropdown-item:hover {
  color: #e248a3 !important;
}
@media (max-width: 990px) {
  .cid-uZAM5yUnsr .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uZAM5yUnsr .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-uZAM5yUnsr .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-uZAM5yUnsr ul {
  counter-reset: counter;
  margin: auto;
}
.cid-uZAM5yUnsr .nav-link::before {
  position: relative;
  display: block;
  top: -15px;
  left: 13px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero) ".";
  color: #dde8eb;
  -webkit-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out;
}
.cid-uZAM5yUnsr .nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.cid-uZAM5yUnsr .nav-item:hover .nav-link::before {
  color: currentColor;
}
.cid-uZAM5yUnsr ul li {
  height: 100px;
  display: flex;
}
.cid-uZAM5yUnsr a.text-white:hover {
  color: #ffffff !important;
}
.cid-uZAM5yUnsr a.text-primary:hover {
  color: #4c4c4c !important;
}
.cid-uZAM5yUnsr a.text-secondary:hover {
  color: #b2b2b2 !important;
}
.cid-uZAM5yUnsr a.text-success:hover {
  color: #49923a !important;
}
.cid-uZAM5yUnsr a.text-info:hover {
  color: #fab901 !important;
}
.cid-uZAM5yUnsr a.text-warning:hover {
  color: #e248a3 !important;
}
.cid-uZAM5yUnsr a.text-danger:hover {
  color: #cc1100 !important;
}
.cid-uZAM5yUnsr a.text-black:hover {
  color: #000000 !important;
}
@media (max-width: 970px) {
  .cid-uZAM5yUnsr ul li {
    height: 50px;
    display: list-item;
  }
}
.cid-uZAM5yUnsr .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-uZAM5yUnsr .navbar-collapse.collapsing .nav-item {
  height: 50px;
}
.cid-uZAM5yUnsr .navbar-collapse.collapsing .nav-link {
  margin: 0.667em 1em !important;
}
.cid-uZAM5yUnsr .navbar-collapse.collapse.show .nav-item {
  height: 50px;
}
.cid-uZAM5yUnsr .navbar-collapse.collapse.show .nav-link {
  margin: 0.667em 1em !important;
}
.cid-v0aAf2Wcz3 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background3-1500x583.webp");
}
@media (min-width: 992px) {
  .cid-v0aAf2Wcz3 .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-v0aAf2Wcz3 .text-wrapper {
    padding: 2rem 0;
  }
}
.cid-v0aAf2Wcz3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v0aAf2Wcz3 {
    margin-bottom: 2rem;
  }
}
.cid-v0aAf2Wcz3 .text-block {
  color: #565A69;
  margin-bottom: 50px;
}
.cid-v0aAf2Wcz3 .row.justify-content-between {
  margin-bottom: 3px;
  margin: 0;
}
.cid-v0aAf2Wcz3 .mbr-section-btn {
  padding-top: 53px;
  margin: 0px;
}
.cid-v0aAf2Wcz3 .desc {
  margin-top: 22px;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-v0aAf2Wcz3 .btn-primary {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-v0aAf2Wcz3 .btn-primary:hover {
  color: #000000 !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.cid-v0aAf2Wcz3 .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 2px;
  text-transform: uppercase;
  text-align: left;
}
.cid-v0aAf2Wcz3 .desc1 {
  font-weight: 700;
  color: #ffffff;
}
.cid-v0aAf2Wcz3 .desc2 {
  font-weight: 700;
  margin-top: 20px;
  color: #ffffff;
}
.cid-v0aAf2Wcz3 .mbr-section-button {
  margin-top: 25px;
}
.cid-v0aAf2Wcz3 .desc1,
.cid-v0aAf2Wcz3 .mbr-section-btn {
  text-align: left;
}
.cid-uZAM5zRoPs {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZAM5zRoPs img {
  border-radius: 0px;
}
.cid-uZAM5zRoPs .mbr-section-title {
  color: #1a7a90;
  text-align: left;
  padding-bottom: 17px;
  font-weight: 700;
}
.cid-uZAM5zRoPs .mbr-text {
  padding-bottom: 30px;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-uZAM5zRoPs p:last-child {
  margin-bottom: 0;
}
.cid-uZAM5zRoPs .row {
  justify-content: center;
}
.cid-uZAMDNBa9V {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZAMDNBa9V img {
  border-radius: 0px;
}
.cid-uZAMDNBa9V .mbr-section-title {
  color: #1a7a90;
  text-align: left;
  padding-bottom: 17px;
  font-weight: 700;
}
.cid-uZAMDNBa9V .mbr-text {
  padding-bottom: 30px;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-uZAMDNBa9V p:last-child {
  margin-bottom: 0;
}
.cid-uZAMDNBa9V .row {
  justify-content: center;
}
.cid-uZAMIDPOFq {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZAMIDPOFq img {
  border-radius: 0px;
}
.cid-uZAMIDPOFq .mbr-section-title {
  color: #1a7a90;
  text-align: left;
  padding-bottom: 17px;
  font-weight: 700;
}
.cid-uZAMIDPOFq .mbr-text {
  padding-bottom: 30px;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-uZAMIDPOFq p:last-child {
  margin-bottom: 0;
}
.cid-uZAMIDPOFq .row {
  justify-content: center;
}
.cid-uZAM5AJ8i2 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uZAM5AJ8i2 .mbr-section-title,
.cid-uZAM5AJ8i2 .mbr-section-subtitle {
  width: 100%;
}
.cid-uZAM5AJ8i2 img {
  filter: grayscale(1) contrast(2) invert(0.73);
  padding: 40px 0;
  transition: 0.2s ease-in-out;
}
.cid-uZAM5AJ8i2 img:hover {
  filter: grayscale(0);
  transition: 0.2s ease-in-out;
}
.cid-uZAM5AJ8i2 .mbr-section-subtitle {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #4c4c4c;
}
.cid-uZAM5AJ8i2 .mbr-section-title {
  margin-bottom: 62px;
  font-weight: 700;
  color: #1a7a90;
}
.cid-uZAM5AJ8i2 .card-box {
  z-index: 1;
  position: absolute;
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-uZAM5AJ8i2 .wrap-img:hover .card-box {
  background-color: transparent;
}
@media (max-width: 767px) {
  .cid-uZAM5AJ8i2 .title-block {
    margin: 0;
  }
}
.cid-uZAM5AJ8i2 .wrapper {
  padding: 0rem;
}
.cid-uZAM5AJ8i2 .icon-left {
  margin-right: 0.1rem;
}
.cid-uZAM5AJ8i2 .icon-right {
  margin-left: 0.1rem;
}
.cid-uZAM5AJ8i2 .card-wrapper {
  padding: 30px 15px;
  width: auto;
  max-width: 100%;
  border: 1px solid #dbdbdb;
}
.cid-uZAM5AJ8i2 .card-title {
  font-weight: 700;
  padding: 10px 20px 10px;
  color: #4c4c4c;
  text-align: left;
  text-transform: uppercase;
}
.cid-uZAM5AJ8i2 H3 {
  color: #1d1d1f;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-uZAM5AJ8i2 .col-12:nth-child(4) {
    padding-top: 35px;
  }
  .cid-uZAM5AJ8i2 .col-12:nth-child(5) {
    padding-top: 35px;
  }
  .cid-uZAM5AJ8i2 .col-12:nth-child(6) {
    padding-top: 35px;
  }
}
@media (max-width: 574px) {
  .cid-uZAM5AJ8i2 .col-12 {
    padding-top: 35px;
  }
  .cid-uZAM5AJ8i2 .col-12:first-child {
    padding-top: 0px;
  }
}
.cid-v0aAazGPJ3 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
.cid-v0aAazGPJ3 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-v0aAazGPJ3 .first-column .mbr-text {
  margin: 0;
}
.cid-v0aAazGPJ3 .form-group {
  max-width: 100%;
}
.cid-v0aAazGPJ3 .form-group,
.cid-v0aAazGPJ3 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-v0aAazGPJ3 .form-control {
  font-size: 22px;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  color: #ffffff;
  background-color: transparent;
  font-weight: 700;
  line-height: 45px;
  border-bottom: 1px solid #dbdbdb !important;
  box-shadow: none;
}
.cid-v0aAazGPJ3 .col + .mbr-section-btn .btn,
.cid-v0aAazGPJ3 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-v0aAazGPJ3 .dragArea > *:nth-last-child(2).col,
.cid-v0aAazGPJ3 .dragArea > *:nth-last-child(2).col-auto,
.cid-v0aAazGPJ3 .col + .mbr-section-btn,
.cid-v0aAazGPJ3 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cid-v0aAazGPJ3 img {
  width: auto;
  display: inline-block;
}
.cid-v0aAazGPJ3 .title {
  display: inline;
  font-weight: 500;
  color: #ffffff;
}
.cid-v0aAazGPJ3 .margin {
  margin: 0px;
  align-items: center;
}
.cid-v0aAazGPJ3 .counter {
  color: #fff;
  display: inline-flex;
  margin-bottom: 20px;
  align-items: center;
  box-sizing: border-box;
  text-align: left;
  text-size-adjust: 100%;
  text-transform: none;
  width: 100%;
}
.cid-v0aAazGPJ3 .bottom {
  margin-bottom: 0px;
}
.cid-v0aAazGPJ3 .number {
  background-color: #333335;
  padding: 20px;
  margin-right: 15px;
  border-radius: 50%;
}
.cid-v0aAazGPJ3 .mbr-text {
  font-weight: 700;
  padding-bottom: 42px;
}
.cid-v0aAazGPJ3 .desc {
  font-weight: 700;
  padding-top: 10px;
  margin-bottom: 20px;
}
.cid-v0aAazGPJ3 .desc2 {
  font-weight: 700;
  padding-top: 10px;
  margin-bottom: 20px;
}
.cid-v0aAazGPJ3 .description2 {
  font-weight: 500;
}
.cid-v0aAazGPJ3 .description4 {
  margin-bottom: 20px;
  font-weight: 500;
  color: #b2b2b2;
}
.cid-v0aAazGPJ3 .link {
  margin-top: 23px;
}
.cid-v0aAazGPJ3 .mbr-form {
  padding: 0;
}
.cid-v0aAazGPJ3 a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-v0aAazGPJ3 rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-v0aAazGPJ3 .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-v0aAazGPJ3 svg {
  margin-left: 15px;
  color: currentColor;
}
.cid-v0aAazGPJ3 path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-v0aAazGPJ3 .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-v0aAazGPJ3 .link:hover g {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-v0aAazGPJ3 .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-v0aAazGPJ3 .form-control:hover {
  border: none !important;
  border-bottom: 1px solid #dbdbdb !important;
  box-shadow: none;
}
.cid-v0aAazGPJ3 .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #dbdbdb !important;
  box-shadow: none;
}
.cid-v0aAazGPJ3 .form {
  margin-right: 0;
  margin-left: 0;
}
.cid-v0aAazGPJ3 input[type=email]::placeholder {
  color: #ffffff;
}
.cid-v0aAazGPJ3 input[type=text]::placeholder {
  color: #ffffff;
}
.cid-v0aAazGPJ3 input[type=date]::placeholder {
  color: #ffffff;
}
.cid-v0aAazGPJ3 input[type=time]::placeholder {
  color: #ffffff;
}
.cid-v0aAazGPJ3 input[type=radio]::placeholder {
  color: #ffffff;
}
.cid-v0aAazGPJ3 input[type=checkbox]::placeholder {
  color: #ffffff;
}
.cid-v0aAazGPJ3 input[type=number]::placeholder {
  color: #ffffff;
}
.cid-v0aAazGPJ3 input[type=url]::placeholder {
  color: #ffffff;
}
.cid-v0aAazGPJ3 input[type=password]::placeholder {
  color: #ffffff;
}
.cid-v0aAazGPJ3 input[type=nameFirst]::placeholder {
  color: #ffffff;
}
.cid-v0aAazGPJ3 input[type=nameLast]::placeholder {
  color: #ffffff;
}
.cid-v0aAazGPJ3 textarea::placeholder {
  color: #ffffff;
}
.cid-v0aAazGPJ3 select::placeholder {
  color: #ffffff;
}
.cid-v0aAazGPJ3 input.form-control {
  padding: .6rem 0;
}
.cid-v0aAazGPJ3 textarea.form-control {
  padding: .6rem 0;
}
.cid-v0aAazGPJ3 select.form-control {
  padding: .6rem 0;
}
.cid-v0aAazGPJ3 .form-control-label,
.cid-v0aAazGPJ3 .form-check {
  width: 100%;
  padding: .6rem 0;
}
.cid-v0aAazGPJ3 .form-control-label {
  display: flex;
  flex-direction: column;
}
.cid-v0aAazGPJ3 select option {
  color: #000000;
}
.cid-v0aAazGPJ3 .link,
.cid-v0aAazGPJ3 .form-group {
  padding: 0 !important;
}
.cid-v0aAazGPJ3 .col-lg-12.col-md-12.col-sm-12.form-group {
  padding: .6rem 0 !important;
  display: flex;
  flex-direction: column;
}
.cid-v0aAazGPJ3 .form-check {
  padding-top: 0;
  padding-bottom: 0;
}
.cid-v0aAazGPJ3 .col-lg-12.col-md-12.col-sm-12 {
  padding: .6rem 0 !important;
}
.cid-v0aAazGPJ3 .text-secondary:hover {
  color: #ffffff !important;
}
@media (max-width: 990px) {
  .cid-v0aAazGPJ3 .first-column {
    margin-bottom: 30px;
  }
  .cid-v0aAazGPJ3 .second-column {
    margin-bottom: 30px;
  }
}
.cid-v0aAazGPJ3 button {
  padding: 0;
}
.cid-v0aAazGPJ3 .b {
  font-weight: 500;
}
.cid-v0aAazGPJ3 .link a {
  background-image: none !important;
}
