.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 5.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.875rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.71875rem;
}
/* ---- 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: 4.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.85rem;
    font-size: calc( 2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.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))));
  }
  .display-5 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #18212d !important;
}
.bg-success {
  background-color: #fbfaf9 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #72ddeb !important;
}
.bg-danger {
  background-color: #19c8a5 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #18212d !important;
  border-color: #18212d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #2a394e !important;
  border-color: #2a394e !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2a394e !important;
  border-color: #2a394e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #6b818c !important;
  border-color: #6b818c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #879aa3 !important;
  border-color: #879aa3 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #879aa3 !important;
  border-color: #879aa3 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #fbfaf9 !important;
  border-color: #fbfaf9 !important;
  color: #937a62 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #937a62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #72ddeb !important;
  border-color: #72ddeb !important;
  color: #0c4a52 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #9fe8f1 !important;
  border-color: #9fe8f1 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #0c4a52 !important;
  background-color: #9fe8f1 !important;
  border-color: #9fe8f1 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #19c8a5 !important;
  border-color: #19c8a5 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #2fe5c1 !important;
  border-color: #2fe5c1 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #2fe5c1 !important;
  border-color: #2fe5c1 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #18212d;
  color: #18212d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #18212d !important;
  border-color: #18212d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #6b818c;
  color: #6b818c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #45545b !important;
  background-color: transparent !important;
  border-color: #45545b !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #6b818c !important;
  border-color: #6b818c !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #fbfaf9;
  color: #fbfaf9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d8cfc5 !important;
  background-color: transparent !important;
  border-color: #d8cfc5 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #937a62 !important;
  background-color: #fbfaf9 !important;
  border-color: #fbfaf9 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #72ddeb;
  color: #72ddeb;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #26cbe0 !important;
  background-color: transparent !important;
  border-color: #26cbe0 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #0c4a52 !important;
  background-color: #72ddeb !important;
  border-color: #72ddeb !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #19c8a5;
  color: #19c8a5;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #0f7b65 !important;
  background-color: transparent !important;
  border-color: #0f7b65 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #19c8a5 !important;
  border-color: #19c8a5 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #18212d !important;
}
.text-secondary {
  color: #6b818c !important;
}
.text-success {
  color: #fbfaf9 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #72ddeb !important;
}
.text-danger {
  color: #19c8a5 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3f4c52 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #d2c7bc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #1fc3d8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #0e6d5a !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: #18212d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #72ddeb;
}
.alert-danger {
  background-color: #19c8a5;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #18212d;
  border-color: #18212d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #18212d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c8d3e2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #73eed5;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.71875rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #18212d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.71875rem;
}
blockquote {
  border-color: #18212d;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #18212d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #18212d;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #18212d;
  border-bottom-color: #18212d;
}
.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: #18212d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #6b818c !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='%2318212d' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 10px 16px;
  border-radius: 500px !important;
  border: none !important;
  font-weight: 400;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary {
  color: #ffffff !important;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  color: #18212d !important;
}
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success {
  color: #18212d !important;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  position: relative;
  padding: 0 2px 0;
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before,
.mbr-section-btn .btn-secondary-outline::before,
.mbr-section-btn-main .btn-secondary-outline::before,
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before,
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before,
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before,
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before,
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before,
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-primary-outline:hover::before,
.mbr-section-btn-main .btn-primary-outline:hover::before,
.mbr-section-btn .btn-secondary-outline:hover::before,
.mbr-section-btn-main .btn-secondary-outline:hover::before,
.mbr-section-btn .btn-success-outline:hover::before,
.mbr-section-btn-main .btn-success-outline:hover::before,
.mbr-section-btn .btn-info-outline:hover::before,
.mbr-section-btn-main .btn-info-outline:hover::before,
.mbr-section-btn .btn-warning-outline:hover::before,
.mbr-section-btn-main .btn-warning-outline:hover::before,
.mbr-section-btn .btn-danger-outline:hover::before,
.mbr-section-btn-main .btn-danger-outline:hover::before,
.mbr-section-btn .btn-black-outline:hover::before,
.mbr-section-btn-main .btn-black-outline:hover::before,
.mbr-section-btn .btn-white-outline:hover::before,
.mbr-section-btn-main .btn-white-outline:hover::before,
.mbr-section-btn .btn-primary-outline:focus::before,
.mbr-section-btn-main .btn-primary-outline:focus::before,
.mbr-section-btn .btn-secondary-outline:focus::before,
.mbr-section-btn-main .btn-secondary-outline:focus::before,
.mbr-section-btn .btn-success-outline:focus::before,
.mbr-section-btn-main .btn-success-outline:focus::before,
.mbr-section-btn .btn-info-outline:focus::before,
.mbr-section-btn-main .btn-info-outline:focus::before,
.mbr-section-btn .btn-warning-outline:focus::before,
.mbr-section-btn-main .btn-warning-outline:focus::before,
.mbr-section-btn .btn-danger-outline:focus::before,
.mbr-section-btn-main .btn-danger-outline:focus::before,
.mbr-section-btn .btn-black-outline:focus::before,
.mbr-section-btn-main .btn-black-outline:focus::before,
.mbr-section-btn .btn-white-outline:focus::before,
.mbr-section-btn-main .btn-white-outline:focus::before {
  width: 0;
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before {
  background-color: #18212d;
}
.mbr-section-btn .btn-secondary-outline::before,
.mbr-section-btn-main .btn-secondary-outline::before {
  background-color: #6b818c;
}
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before {
  background-color: #fbfaf9;
}
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before {
  background-color: #ffffff;
}
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before {
  background-color: #72ddeb;
}
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before {
  background-color: #19c8a5;
}
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before {
  background-color: #000000;
}
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  background-color: #ffffff;
}
img {
  border-radius: 2rem !important;
}
.cid-uhEY6AeFsK {
  background-image: url("../../../assets/images/motion2.webp");
}
.cid-uhEY6AeFsK .mbr-section-subtitle {
  margin-bottom: 1.5rem;
}
.cid-uhEY6AeFsK .linkBtn {
  margin-top: 2.5rem;
}
.cid-uhEY6AeFsK b,
.cid-uhEY6AeFsK strong {
  font-weight: 500;
  color: #6b818c;
}
@media (max-width: 767px) {
  .cid-uhEY6AeFsK .mbr-section-subtitle {
    margin-bottom: 0.75rem;
  }
  .cid-uhEY6AeFsK .linkBtn {
    margin-top: 1.5rem;
    text-align: left;
  }
}
.cid-uhEY6AeFsK .mbr-section-title,
.cid-uhEY6AeFsK .linkBtn {
  color: #19c8a5;
  text-align: left;
}
.cid-uhEY6AeFsK H4 {
  color: #0e1724;
  text-align: left;
}
.cid-uhzc9jaNDh {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhzc9jaNDh .iconfont-wrapper {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.cid-uhzc9jaNDh .card-box {
  z-index: 2;
  position: relative;
}
.cid-uhzc9jaNDh .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
  background: #19c8a5;
  width: 80px;
  padding: 10px;
  text-align: center;
  border-radius: 6px;
}
.cid-uhzc9jaNDh .mbr-iconfont-big {
  font-size: 16rem;
  color: #19c8a5;
  position: absolute;
  bottom: -5rem;
  right: -4rem;
  z-index: -1;
  transition: all 0.6s;
  opacity: 0.1;
}
.cid-uhzc9jaNDh .card-title,
.cid-uhzc9jaNDh .card-text {
  transition: all 0.3s;
}
.cid-uhzc9jaNDh .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 4rem 3rem;
  border-radius: 6px;
  background: #fbfaf9;
  transition: all 0.3s;
}
.cid-uhzc9jaNDh .card-wrapper:hover {
  background: #19c8a5;
}
.cid-uhzc9jaNDh .card-wrapper:hover .mbr-iconfont-big {
  color: #e4fcf7;
  transform: rotate(-20deg);
}
.cid-uhzc9jaNDh .card-wrapper:hover .card-title,
.cid-uhzc9jaNDh .card-wrapper:hover .card-text {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uhzc9jaNDh .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uhzc9jaNDh .card-title,
.cid-uhzc9jaNDh .iconfont-wrapper {
  color: #19c8a5;
}
.cid-uhzc9jaNDh .card-text {
  color: #6b818c;
}
.cid-uhzc9jaNDh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhzc9jaNDh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhzc9jaNDh .mbr-section-title {
  color: #19c8a5;
}
.cid-uhzc9jaNDh .mbr-section-subtitle {
  color: #6b818c;
}
.cid-uhyP5pGbI6 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uhyP5pGbI6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhyP5pGbI6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhyP5pGbI6 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uhyP5pGbI6 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uhyP5pGbI6 .container {
    padding: 0 26px;
  }
}
.cid-uhyP5pGbI6 .row {
  justify-content: center;
}
.cid-uhyP5pGbI6 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
}
@media (max-width: 992px) {
  .cid-uhyP5pGbI6 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uhyP5pGbI6 .items-wrapper .item {
    margin-bottom: 40px;
  }
}
.cid-uhyP5pGbI6 .items-wrapper .item:focus .item-wrapper .item-img img,
.cid-uhyP5pGbI6 .items-wrapper .item:hover .item-wrapper .item-img img {
  transform: scale(1);
}
.cid-uhyP5pGbI6 .items-wrapper .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uhyP5pGbI6 .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uhyP5pGbI6 .items-wrapper .item .item-wrapper .item-content {
  width: 50%;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-uhyP5pGbI6 .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
}
.cid-uhyP5pGbI6 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 5px;
}
.cid-uhyP5pGbI6 .items-wrapper .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #19c8a5;
}
.cid-uhyP5pGbI6 .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uhyP5pGbI6 .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uhyP5pGbI6 .items-wrapper .item .item-wrapper .item-img img {
  height: 340px;
  object-fit: cover;
  transform: scale(1.15);
  transition: all 0.3s ease-in-out;
}
.cid-uhyP5pGbI6 .mbr-section-btn {
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhyP5pGbI6 .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-uhyP5pGbI6 .item-title {
  color: #000000;
}
.cid-uhyP5pGbI6 .item-desc {
  color: #4c6976;
}
.cid-uhyP5pGbI6 .item-title,
.cid-uhyP5pGbI6 .mbr-section-btn {
  color: #19c8a5;
}
.cid-uhEwFxkruP {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhEwFxkruP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhEwFxkruP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhEwFxkruP .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uhEwFxkruP .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uhEwFxkruP .container {
    padding: 0 26px;
  }
}
.cid-uhEwFxkruP .row {
  justify-content: center;
}
.cid-uhEwFxkruP .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
}
@media (max-width: 992px) {
  .cid-uhEwFxkruP .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uhEwFxkruP .items-wrapper .item {
    margin-bottom: 40px;
  }
}
.cid-uhEwFxkruP .items-wrapper .item:focus .item-wrapper .item-img img,
.cid-uhEwFxkruP .items-wrapper .item:hover .item-wrapper .item-img img {
  transform: scale(1);
}
.cid-uhEwFxkruP .items-wrapper .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uhEwFxkruP .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uhEwFxkruP .items-wrapper .item .item-wrapper .item-content {
  width: 50%;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-uhEwFxkruP .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
}
.cid-uhEwFxkruP .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 5px;
}
.cid-uhEwFxkruP .items-wrapper .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #19c8a5;
}
.cid-uhEwFxkruP .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uhEwFxkruP .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uhEwFxkruP .items-wrapper .item .item-wrapper .item-img img {
  height: 340px;
  object-fit: cover;
  transform: scale(1.15);
  transition: all 0.3s ease-in-out;
}
.cid-uhEwFxkruP .mbr-section-btn {
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhEwFxkruP .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-uhEwFxkruP .item-title {
  color: #000000;
}
.cid-uhEwFxkruP .item-desc {
  color: #4c6976;
}
.cid-uhEwFxkruP .item-title,
.cid-uhEwFxkruP .mbr-section-btn {
  color: #19c8a5;
}
.cid-uhPQYzHutC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfaf9;
}
.cid-uhPQYzHutC .mbr-section-head {
  padding: 0 1rem;
}
.cid-uhPQYzHutC img,
.cid-uhPQYzHutC .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uhPQYzHutC .item:focus,
.cid-uhPQYzHutC span:focus {
  outline: none;
}
.cid-uhPQYzHutC .item-wrapper {
  position: relative;
}
.cid-uhPQYzHutC .slide-content {
  position: relative;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uhPQYzHutC .slide-content:hover .item-content {
  background: #19c8a5;
}
.cid-uhPQYzHutC .slide-content:hover .mbr-text {
  color: #ffffff;
}
.cid-uhPQYzHutC .slide-content:hover .item-content span {
  color: #ffffff;
}
.cid-uhPQYzHutC .item-content {
  background: #ffffff;
  padding: 50px 40px 58px;
  transition: all .4s ease;
}
@media (max-width: 992px) {
  .cid-uhPQYzHutC .item-content {
    padding: 35px 25px;
  }
}
@media (max-width: 425px) {
  .cid-uhPQYzHutC .item-content {
    padding: 30px 25px 32px;
  }
}
.cid-uhPQYzHutC .item-content span {
  font-size: 35px;
  margin: 0 auto;
  color: #19c8a5;
  transition: all .4s ease;
}
.cid-uhPQYzHutC .item-content .mbr-text {
  margin: 18px 0 0 0;
}
.cid-uhPQYzHutC .item-person {
  margin-top: 40px;
}
.cid-uhPQYzHutC .item-person img {
  height: 78px;
  width: 78px;
  object-fit: cover;
  margin: 0 auto 28px;
  border-radius: 50%;
}
.cid-uhPQYzHutC .item-person .item-title {
  margin: 0;
}
.cid-uhPQYzHutC .item-person .item-subtitle {
  margin: 6px 0 0 0;
}
.cid-uhPQYzHutC .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uhPQYzHutC .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uhPQYzHutC .embla__button--next,
.cid-uhPQYzHutC .embla__button--prev {
  display: flex;
}
.cid-uhPQYzHutC .embla__button {
  bottom: -10%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #19c8a5;
  border: 2px solid #19c8a5;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uhPQYzHutC .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uhPQYzHutC .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-uhPQYzHutC .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uhPQYzHutC .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uhPQYzHutC .embla__button {
    top: auto;
  }
}
.cid-uhPQYzHutC .embla {
  position: relative;
  width: 100%;
}
.cid-uhPQYzHutC .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uhPQYzHutC .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uhPQYzHutC .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uhPQYzHutC .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uhPQYzHutC .mbr-section-title {
  margin-bottom: 45px;
  color: #20232a;
  text-align: center;
}
.cid-uhPQYzHutC .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #6b818c;
  text-align: center;
}
.cid-uhPQYzHutC .mbr-text {
  color: #6b818c;
  text-align: center;
}
.cid-uhPQYzHutC .item-title {
  color: #6b818c;
  text-align: center;
}
.cid-uhPQYzHutC .item-subtitle {
  color: #adaeb1;
  text-align: center;
}
.cid-uhPQYzHutC .mbr-section-title,
.cid-uhPQYzHutC .mbr-section-btn {
  color: #19c8a5;
}
.cid-uhQhQW8xLK {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background-4-1920x890.webp");
}
.cid-uhQhQW8xLK .mbr-text {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .cid-uhQhQW8xLK .align-center {
    text-align: center;
  }
}
.cid-uhQhQW8xLK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhQhQW8xLK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhQhQW8xLK H3 {
  color: #19c8a5;
}
.cid-uhQhQW8xLK H1 {
  color: #4c6976;
}
.cid-uhQhQW8xLK .mbr-text,
.cid-uhQhQW8xLK .mbr-section-btn {
  color: #4c6976;
}
.cid-uhXBAkMGub {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (max-width: 992px) {
  .cid-uhXBAkMGub .container,
  .cid-uhXBAkMGub .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-uhXBAkMGub .container .navbar-collapse,
  .cid-uhXBAkMGub .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-uhXBAkMGub {
    flex-wrap: wrap;
  }
  .cid-uhXBAkMGub .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-uhXBAkMGub .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uhXBAkMGub .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uhXBAkMGub .btn {
  padding: 0.8rem 2rem;
}
.cid-uhXBAkMGub .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-uhXBAkMGub .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #6b818c;
}
.cid-uhXBAkMGub .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uhXBAkMGub nav.navbar {
  position: fixed;
}
.cid-uhXBAkMGub .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-uhXBAkMGub .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uhXBAkMGub .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uhXBAkMGub .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uhXBAkMGub .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uhXBAkMGub .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uhXBAkMGub .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhXBAkMGub .iconfont-wrapper {
  color: #6b818c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhXBAkMGub .dropdown-menu,
.cid-uhXBAkMGub .navbar.opened {
  background: #ffffff !important;
}
.cid-uhXBAkMGub .nav-item:focus,
.cid-uhXBAkMGub .nav-link:focus {
  outline: none;
}
.cid-uhXBAkMGub .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhXBAkMGub .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhXBAkMGub .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhXBAkMGub .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhXBAkMGub .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhXBAkMGub .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhXBAkMGub .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uhXBAkMGub .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uhXBAkMGub .navbar.opened {
  transition: all 0.3s;
}
.cid-uhXBAkMGub .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhXBAkMGub .navbar .navbar-logo img {
  width: auto;
}
.cid-uhXBAkMGub .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uhXBAkMGub .navbar.collapsed {
  justify-content: center;
}
.cid-uhXBAkMGub .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhXBAkMGub .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhXBAkMGub .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uhXBAkMGub .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhXBAkMGub .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhXBAkMGub .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-uhXBAkMGub .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhXBAkMGub .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhXBAkMGub .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhXBAkMGub .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhXBAkMGub .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhXBAkMGub .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhXBAkMGub .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhXBAkMGub .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-uhXBAkMGub .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhXBAkMGub .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhXBAkMGub .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhXBAkMGub .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhXBAkMGub .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhXBAkMGub .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhXBAkMGub .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhXBAkMGub .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhXBAkMGub .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhXBAkMGub .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-uhXBAkMGub .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhXBAkMGub .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhXBAkMGub .dropdown-item.active,
.cid-uhXBAkMGub .dropdown-item:active {
  background-color: transparent;
}
.cid-uhXBAkMGub .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhXBAkMGub .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhXBAkMGub .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhXBAkMGub .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uhXBAkMGub .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhXBAkMGub .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhXBAkMGub ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhXBAkMGub .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhXBAkMGub button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhXBAkMGub button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #272523;
}
.cid-uhXBAkMGub button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhXBAkMGub button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhXBAkMGub button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhXBAkMGub button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhXBAkMGub nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhXBAkMGub nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhXBAkMGub nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhXBAkMGub nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhXBAkMGub .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uhXBAkMGub a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhXBAkMGub .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhXBAkMGub .navbar {
    height: 70px;
  }
  .cid-uhXBAkMGub .navbar.opened {
    height: auto;
  }
  .cid-uhXBAkMGub .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhXD6EyWE7 {
  background-color: #ffffff;
}
.cid-uhXD6EyWE7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhXD6EyWE7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhXD6EyWE7 .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-uhXD6EyWE7 .row {
  align-items: center;
}
.cid-uhXD6EyWE7 .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uhXD6EyWE7 .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-uhXD6EyWE7 .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-uhXD6EyWE7 .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-uhXD6EyWE7 .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-uhXD6EyWE7 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uhXD6EyWE7 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uhXD6EyWE7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-uhXD6EyWE7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhXD6EyWE7 .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #6b818c;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uhXD6EyWE7 .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-uhXD6EyWE7 .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-uhXD6EyWE7 .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-uhXD6EyWE7 .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-uhXD6EyWE7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-uhXD6EyWE7 .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhXD6EyWE7 .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #19c8a5 !important;
}
.cid-uhXD6EyWE7 .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-uhXD6EyWE7 .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-uhXD6EyWE7 .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-uhXD6EyWE7 .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #19c8a5;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uhXD6EyWE7 .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uhXD6EyWE7 .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-uhXD6EyWE7 .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-uhXD6EyWE7 .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-uhXD6EyWE7 .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-uhXD6EyWE7 .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-uhXD6EyWE7 .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uhXD6EyWE7 .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-uhXD6EyWE7 .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-uhXD6EyWE7 .contact-text {
  width: 100%;
  color: #19c8a5;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-uhXD6EyWE7 .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-uhXD6EyWE7 .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uhXD6EyWE7 .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uhXD6EyWE7 .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-uhXD6EyWE7 .contact-container {
    width: 100%;
  }
}
.cid-uhXD6EyWE7 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #19c8a5;
}
.cid-uhXD6EyWE7 .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-uhXD6EyWE7 .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-uhXD6EyWE7 .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-uhXD6EyWE7 .contact-item-text {
  color: #6b818c;
  flex-grow: 1;
}
.cid-uhXD6EyWE7 .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #19c8a5;
}
.cid-uhXD6EyWE7 .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-uhXD6EyWE7 .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-uhXD6EyWE7 .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-uhXD6EyWE7 .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-uhXD6EyWE7 .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-uhVxPtax9V {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uhVxPtax9V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhVxPtax9V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhVxPtax9V .mbr-desc {
  margin-bottom: 15px;
}
.cid-uhVxPtax9V .tabs-wrapper {
  background-color: #19c8a5;
  border-radius: 6rem 6rem  0 0;
  padding: 35px 60px 225px;
  text-align: center;
}
@media (max-width: 1200px) {
  .cid-uhVxPtax9V .tabs-wrapper {
    padding: 35px 30px 225px;
  }
}
@media (max-width: 992px) {
  .cid-uhVxPtax9V .tabs-wrapper {
    padding: 35px 16px 225px;
    border-radius: 2rem 2rem 0 0;
  }
}
.cid-uhVxPtax9V .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uhVxPtax9V .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 10px 20px;
  border: none;
  border-radius: 0;
  display: block;
  margin: 0;
}
.cid-uhVxPtax9V .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  color: #ffffff;
  padding: 0;
  border: none;
  margin-bottom: 0;
}
.cid-uhVxPtax9V .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
}
.cid-uhVxPtax9V .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
}
.cid-uhVxPtax9V .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  width: 100%;
}
.cid-uhVxPtax9V .tab-content {
  background-color: #ffffff;
  border-radius: 6rem;
  margin-top: -190px;
  padding: 110px 60px;
}
@media (max-width: 1200px) {
  .cid-uhVxPtax9V .tab-content {
    padding: 70px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uhVxPtax9V .tab-content {
    padding: 16px;
    border-radius: 2rem;
  }
}
.cid-uhVxPtax9V .tab-content .tab-pane .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uhVxPtax9V .tab-content .tab-pane .content-wrap {
    display: block;
    margin-bottom: 15px;
  }
}
.cid-uhVxPtax9V .tab-content .tab-pane .content-wrap .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uhVxPtax9V .tab-content .tab-pane .content-wrap .image-wrapper {
    width: 100%;
    margin-bottom: 35px;
  }
}
.cid-uhVxPtax9V .tab-content .tab-pane .content-wrap .image-wrapper img {
  height: 350px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uhVxPtax9V .tab-content .tab-pane .content-wrap .image-wrapper img {
    border-radius: 1rem;
  }
}
.cid-uhVxPtax9V .tab-content .tab-pane .content-wrap .text-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uhVxPtax9V .tab-content .tab-pane .content-wrap .text-wrapper {
    width: 100%;
  }
}
.cid-uhVxPtax9V .tab-content .tab-pane .content-wrap .text-wrapper .item-title {
  margin-bottom: 20px;
}
.cid-uhVxPtax9V .tab-content .tab-pane .content-wrap .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uhVxPtax9V .card {
  justify-content: center;
}
.cid-uhVxPtax9V .item-title {
  color: #000000;
}
.cid-uhVxPtax9V .item-text {
  color: #000000;
}
.cid-uhVxPtax9V .item-title,
.cid-uhVxPtax9V .tabs-wrapper {
  color: #19c8a5;
}
.cid-uhVYzzCbEl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fbfaf9;
}
.cid-uhVYzzCbEl .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uhVYzzCbEl .mbr-section-title {
  color: #000000;
  margin-bottom: 20.4px;
}
.cid-uhVYzzCbEl .animation-box {
  position: relative;
  width: 78px;
  height: 86px;
}
@keyframes zoom-1 {
  0%,
  10% {
    transform: scale(0) rotate(0);
  }
  30%,
  32% {
    transform: scale(0.6) rotate(10deg);
  }
  100%,
  85% {
    transform: scale(0) rotate(60deg);
  }
}
@keyframes zoom-2 {
  0%,
  15% {
    transform: scale(0) rotate(0);
  }
  50%,
  54% {
    transform: scale(0.4) rotate(0);
  }
  100%,
  82% {
    transform: scale(0) rotate(80deg);
  }
}
.cid-uhVYzzCbEl .star {
  color: #19c8a5;
  fill: currentColor;
  overflow: hidden;
}
.cid-uhVYzzCbEl .star:nth-of-type(2) {
  position: absolute;
  top: -35px;
  left: 50px;
  transform: scale(0);
  animation: zoom-1 3.1s infinite;
}
.cid-uhVYzzCbEl .star:nth-of-type(3) {
  position: absolute;
  top: -45px;
  left: -50px;
  animation: zoom-2 3.1s infinite;
}
.cid-uhXBAkMGub {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (max-width: 992px) {
  .cid-uhXBAkMGub .container,
  .cid-uhXBAkMGub .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-uhXBAkMGub .container .navbar-collapse,
  .cid-uhXBAkMGub .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-uhXBAkMGub {
    flex-wrap: wrap;
  }
  .cid-uhXBAkMGub .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-uhXBAkMGub .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uhXBAkMGub .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uhXBAkMGub .btn {
  padding: 0.8rem 2rem;
}
.cid-uhXBAkMGub .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-uhXBAkMGub .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #6b818c;
}
.cid-uhXBAkMGub .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uhXBAkMGub nav.navbar {
  position: fixed;
}
.cid-uhXBAkMGub .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-uhXBAkMGub .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uhXBAkMGub .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uhXBAkMGub .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uhXBAkMGub .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uhXBAkMGub .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uhXBAkMGub .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhXBAkMGub .iconfont-wrapper {
  color: #6b818c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhXBAkMGub .dropdown-menu,
.cid-uhXBAkMGub .navbar.opened {
  background: #ffffff !important;
}
.cid-uhXBAkMGub .nav-item:focus,
.cid-uhXBAkMGub .nav-link:focus {
  outline: none;
}
.cid-uhXBAkMGub .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhXBAkMGub .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhXBAkMGub .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhXBAkMGub .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhXBAkMGub .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhXBAkMGub .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhXBAkMGub .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uhXBAkMGub .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uhXBAkMGub .navbar.opened {
  transition: all 0.3s;
}
.cid-uhXBAkMGub .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhXBAkMGub .navbar .navbar-logo img {
  width: auto;
}
.cid-uhXBAkMGub .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uhXBAkMGub .navbar.collapsed {
  justify-content: center;
}
.cid-uhXBAkMGub .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhXBAkMGub .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhXBAkMGub .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uhXBAkMGub .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhXBAkMGub .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhXBAkMGub .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-uhXBAkMGub .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhXBAkMGub .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhXBAkMGub .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhXBAkMGub .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhXBAkMGub .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhXBAkMGub .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhXBAkMGub .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhXBAkMGub .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-uhXBAkMGub .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhXBAkMGub .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhXBAkMGub .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhXBAkMGub .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhXBAkMGub .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhXBAkMGub .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhXBAkMGub .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhXBAkMGub .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhXBAkMGub .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhXBAkMGub .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-uhXBAkMGub .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhXBAkMGub .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhXBAkMGub .dropdown-item.active,
.cid-uhXBAkMGub .dropdown-item:active {
  background-color: transparent;
}
.cid-uhXBAkMGub .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhXBAkMGub .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhXBAkMGub .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhXBAkMGub .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uhXBAkMGub .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhXBAkMGub .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhXBAkMGub ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhXBAkMGub .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhXBAkMGub button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhXBAkMGub button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #272523;
}
.cid-uhXBAkMGub button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhXBAkMGub button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhXBAkMGub button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhXBAkMGub button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhXBAkMGub nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhXBAkMGub nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhXBAkMGub nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhXBAkMGub nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhXBAkMGub .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uhXBAkMGub a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhXBAkMGub .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhXBAkMGub .navbar {
    height: 70px;
  }
  .cid-uhXBAkMGub .navbar.opened {
    height: auto;
  }
  .cid-uhXBAkMGub .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhXD6EyWE7 {
  background-color: #ffffff;
}
.cid-uhXD6EyWE7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhXD6EyWE7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhXD6EyWE7 .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-uhXD6EyWE7 .row {
  align-items: center;
}
.cid-uhXD6EyWE7 .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uhXD6EyWE7 .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-uhXD6EyWE7 .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-uhXD6EyWE7 .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-uhXD6EyWE7 .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-uhXD6EyWE7 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uhXD6EyWE7 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uhXD6EyWE7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-uhXD6EyWE7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhXD6EyWE7 .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #6b818c;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uhXD6EyWE7 .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-uhXD6EyWE7 .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-uhXD6EyWE7 .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-uhXD6EyWE7 .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-uhXD6EyWE7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-uhXD6EyWE7 .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhXD6EyWE7 .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #19c8a5 !important;
}
.cid-uhXD6EyWE7 .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-uhXD6EyWE7 .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-uhXD6EyWE7 .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-uhXD6EyWE7 .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #19c8a5;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uhXD6EyWE7 .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uhXD6EyWE7 .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-uhXD6EyWE7 .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-uhXD6EyWE7 .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-uhXD6EyWE7 .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-uhXD6EyWE7 .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-uhXD6EyWE7 .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uhXD6EyWE7 .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-uhXD6EyWE7 .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-uhXD6EyWE7 .contact-text {
  width: 100%;
  color: #19c8a5;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-uhXD6EyWE7 .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-uhXD6EyWE7 .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uhXD6EyWE7 .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uhXD6EyWE7 .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-uhXD6EyWE7 .contact-container {
    width: 100%;
  }
}
.cid-uhXD6EyWE7 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #19c8a5;
}
.cid-uhXD6EyWE7 .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-uhXD6EyWE7 .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-uhXD6EyWE7 .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-uhXD6EyWE7 .contact-item-text {
  color: #6b818c;
  flex-grow: 1;
}
.cid-uhXD6EyWE7 .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #19c8a5;
}
.cid-uhXD6EyWE7 .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-uhXD6EyWE7 .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-uhXD6EyWE7 .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-uhXD6EyWE7 .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-uhXD6EyWE7 .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-uhXBAkMGub {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (max-width: 992px) {
  .cid-uhXBAkMGub .container,
  .cid-uhXBAkMGub .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-uhXBAkMGub .container .navbar-collapse,
  .cid-uhXBAkMGub .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-uhXBAkMGub {
    flex-wrap: wrap;
  }
  .cid-uhXBAkMGub .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-uhXBAkMGub .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uhXBAkMGub .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uhXBAkMGub .btn {
  padding: 0.8rem 2rem;
}
.cid-uhXBAkMGub .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-uhXBAkMGub .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #6b818c;
}
.cid-uhXBAkMGub .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uhXBAkMGub nav.navbar {
  position: fixed;
}
.cid-uhXBAkMGub .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-uhXBAkMGub .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uhXBAkMGub .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uhXBAkMGub .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uhXBAkMGub .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uhXBAkMGub .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uhXBAkMGub .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhXBAkMGub .iconfont-wrapper {
  color: #6b818c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhXBAkMGub .dropdown-menu,
.cid-uhXBAkMGub .navbar.opened {
  background: #ffffff !important;
}
.cid-uhXBAkMGub .nav-item:focus,
.cid-uhXBAkMGub .nav-link:focus {
  outline: none;
}
.cid-uhXBAkMGub .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhXBAkMGub .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhXBAkMGub .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhXBAkMGub .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhXBAkMGub .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhXBAkMGub .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhXBAkMGub .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uhXBAkMGub .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uhXBAkMGub .navbar.opened {
  transition: all 0.3s;
}
.cid-uhXBAkMGub .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhXBAkMGub .navbar .navbar-logo img {
  width: auto;
}
.cid-uhXBAkMGub .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uhXBAkMGub .navbar.collapsed {
  justify-content: center;
}
.cid-uhXBAkMGub .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhXBAkMGub .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhXBAkMGub .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uhXBAkMGub .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhXBAkMGub .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhXBAkMGub .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-uhXBAkMGub .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhXBAkMGub .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhXBAkMGub .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhXBAkMGub .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhXBAkMGub .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhXBAkMGub .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhXBAkMGub .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhXBAkMGub .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-uhXBAkMGub .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhXBAkMGub .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhXBAkMGub .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhXBAkMGub .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhXBAkMGub .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhXBAkMGub .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhXBAkMGub .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhXBAkMGub .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhXBAkMGub .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhXBAkMGub .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-uhXBAkMGub .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhXBAkMGub .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhXBAkMGub .dropdown-item.active,
.cid-uhXBAkMGub .dropdown-item:active {
  background-color: transparent;
}
.cid-uhXBAkMGub .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhXBAkMGub .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhXBAkMGub .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhXBAkMGub .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uhXBAkMGub .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhXBAkMGub .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhXBAkMGub ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhXBAkMGub .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhXBAkMGub button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhXBAkMGub button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #272523;
}
.cid-uhXBAkMGub button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhXBAkMGub button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhXBAkMGub button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhXBAkMGub button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhXBAkMGub nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhXBAkMGub nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhXBAkMGub nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhXBAkMGub nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhXBAkMGub .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uhXBAkMGub a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhXBAkMGub .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhXBAkMGub .navbar {
    height: 70px;
  }
  .cid-uhXBAkMGub .navbar.opened {
    height: auto;
  }
  .cid-uhXBAkMGub .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhWcBX3sSk {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uhWcBX3sSk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhWcBX3sSk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhWcBX3sSk .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uhWcBX3sSk .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uhWcBX3sSk .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uhWcBX3sSk .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uhWcBX3sSk .container {
    padding: 0 24px;
  }
}
.cid-uhWcBX3sSk .image-wrapper {
  position: sticky;
  top: 32px;
  display: flex;
  align-items: flex-end;
  height: 90vh;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uhWcBX3sSk .image-wrapper {
    padding: 24px;
    margin-bottom: 32px;
    height: 400px;
  }
}
.cid-uhWcBX3sSk .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uhWcBX3sSk .image-wrapper .recall-wrapper {
  padding: 40px;
  border-radius: 1rem;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  max-width: 37.5rem;
}
.cid-uhWcBX3sSk .image-wrapper .recall-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  border: 1px solid #ffffff;
  pointer-events: none;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uhWcBX3sSk .image-wrapper .recall-wrapper {
    padding: 24px;
    max-width: 100%;
  }
}
.cid-uhWcBX3sSk .image-wrapper .recall-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 25px;
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-uhWcBX3sSk .image-wrapper .recall-wrapper .mbr-recall {
  margin-bottom: 16px;
}
.cid-uhWcBX3sSk .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uhWcBX3sSk .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uhWcBX3sSk .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uhWcBX3sSk .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uhWcBX3sSk .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap .person {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #19c8a5;
  object-fit: cover;
}
.cid-uhWcBX3sSk .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uhWcBX3sSk .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uhWcBX3sSk .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uhWcBX3sSk .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uhWcBX3sSk .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .mbr-name {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uhWcBX3sSk .content-wrapper {
  padding: 96px 128px;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
}
@media (max-width: 1440px) {
  .cid-uhWcBX3sSk .content-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uhWcBX3sSk .content-wrapper {
    padding: 24px;
  }
}
.cid-uhWcBX3sSk .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uhWcBX3sSk .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #19c8a5;
}
.cid-uhWcBX3sSk .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uhWcBX3sSk .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uhWcBX3sSk .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uhWcBX3sSk .item {
  margin-bottom: 16px;
}
.cid-uhWcBX3sSk .item:last-child {
  margin-bottom: 0;
}
.cid-uhWcBX3sSk .item .item-wrapper .card-box {
  padding: 48px;
  background-color: #ffffff;
  border: 1px solid #edeceb;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uhWcBX3sSk .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uhWcBX3sSk .item .item-wrapper .card-box .desc-wrap .item-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #19c8a5;
}
.cid-uhWcBX3sSk .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uhWcBX3sSk .item .item-wrapper .card-box .item-text {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-uhWcBX3sSk .item .item-wrapper .card-box .mbr-section-btn .btn {
  flex-direction: row-reverse;
}
.cid-uhWcBX3sSk .item .item-wrapper .card-box .mbr-section-btn .btn .mbr-iconfont {
  margin: 0 8px 0 0;
}
.cid-uhWcBX3sSk .mbr-section-title {
  color: #6b818c;
}
.cid-uhWcBX3sSk .mbr-desc {
  color: #18212d;
}
.cid-uhWcBX3sSk .mbr-text {
  color: #18212d;
}
.cid-uhWcBX3sSk .mbr-recall {
  color: #ffffff;
}
.cid-uhWcBX3sSk .mbr-name {
  color: #ffffff;
}
.cid-uhWcBX3sSk .mbr-rating {
  color: #EFCC4E;
}
.cid-uhWcBX3sSk .item-title {
  color: #18212d;
}
.cid-uhWcBX3sSk .item-text {
  color: #18212d;
}
.cid-uhWcBX3sSk .item-desc {
  color: #18212d;
}
.cid-uhWcBX3sSk .mbr-desc,
.cid-uhWcBX3sSk .desc-wrapper {
  color: #19c8a5;
}
.cid-uhWcBX3sSk .mbr-text,
.cid-uhWcBX3sSk .text-wrapper {
  color: #909fa6;
}
.cid-uhWcBX3sSk .item-title,
.cid-uhWcBX3sSk .mbr-section-btn {
  color: #19c8a5;
}
.cid-uhWcBX3sSk .item-text,
.cid-uhWcBX3sSk .mbr-section-btn {
  color: #4c6976;
}
.cid-uhW3ZXSTCK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fbfaf9;
}
.cid-uhW3ZXSTCK .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uhW3ZXSTCK .mbr-section-title {
  color: #000000;
  margin-bottom: 20.4px;
}
.cid-uhW3ZXSTCK .animation-box {
  position: relative;
  width: 78px;
  height: 86px;
}
@keyframes zoom-1 {
  0%,
  10% {
    transform: scale(0) rotate(0);
  }
  30%,
  32% {
    transform: scale(0.6) rotate(10deg);
  }
  100%,
  85% {
    transform: scale(0) rotate(60deg);
  }
}
@keyframes zoom-2 {
  0%,
  15% {
    transform: scale(0) rotate(0);
  }
  50%,
  54% {
    transform: scale(0.4) rotate(0);
  }
  100%,
  82% {
    transform: scale(0) rotate(80deg);
  }
}
.cid-uhW3ZXSTCK .star {
  color: #19c8a5;
  fill: currentColor;
  overflow: hidden;
}
.cid-uhW3ZXSTCK .star:nth-of-type(2) {
  position: absolute;
  top: -35px;
  left: 50px;
  transform: scale(0);
  animation: zoom-1 3.1s infinite;
}
.cid-uhW3ZXSTCK .star:nth-of-type(3) {
  position: absolute;
  top: -45px;
  left: -50px;
  animation: zoom-2 3.1s infinite;
}
.cid-uhXD6EyWE7 {
  background-color: #ffffff;
}
.cid-uhXD6EyWE7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhXD6EyWE7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhXD6EyWE7 .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-uhXD6EyWE7 .row {
  align-items: center;
}
.cid-uhXD6EyWE7 .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uhXD6EyWE7 .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-uhXD6EyWE7 .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-uhXD6EyWE7 .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-uhXD6EyWE7 .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-uhXD6EyWE7 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uhXD6EyWE7 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uhXD6EyWE7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-uhXD6EyWE7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhXD6EyWE7 .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #6b818c;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uhXD6EyWE7 .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-uhXD6EyWE7 .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-uhXD6EyWE7 .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-uhXD6EyWE7 .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-uhXD6EyWE7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-uhXD6EyWE7 .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhXD6EyWE7 .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #19c8a5 !important;
}
.cid-uhXD6EyWE7 .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-uhXD6EyWE7 .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-uhXD6EyWE7 .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-uhXD6EyWE7 .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #19c8a5;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uhXD6EyWE7 .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uhXD6EyWE7 .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-uhXD6EyWE7 .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-uhXD6EyWE7 .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-uhXD6EyWE7 .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-uhXD6EyWE7 .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-uhXD6EyWE7 .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uhXD6EyWE7 .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-uhXD6EyWE7 .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-uhXD6EyWE7 .contact-text {
  width: 100%;
  color: #19c8a5;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-uhXD6EyWE7 .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-uhXD6EyWE7 .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uhXD6EyWE7 .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uhXD6EyWE7 .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-uhXD6EyWE7 .contact-container {
    width: 100%;
  }
}
.cid-uhXD6EyWE7 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #19c8a5;
}
.cid-uhXD6EyWE7 .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-uhXD6EyWE7 .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-uhXD6EyWE7 .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-uhXD6EyWE7 .contact-item-text {
  color: #6b818c;
  flex-grow: 1;
}
.cid-uhXD6EyWE7 .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #19c8a5;
}
.cid-uhXD6EyWE7 .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-uhXD6EyWE7 .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-uhXD6EyWE7 .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-uhXD6EyWE7 .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-uhXD6EyWE7 .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-uhWRsSR9jM {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-uhWRsSR9jM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhWRsSR9jM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhWRsSR9jM .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-uhWRsSR9jM .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uhWRsSR9jM .container {
    padding: 0 16px;
  }
}
.cid-uhWRsSR9jM .row {
  justify-content: center;
}
.cid-uhWRsSR9jM .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uhWRsSR9jM .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uhWRsSR9jM .content-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uhWRsSR9jM .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uhWRsSR9jM .content-wrapper .mbr-section-btn .btn {
  width: 144px;
  height: 144px;
  border-radius: 100% !important;
}
.cid-uhWRsSR9jM .content-wrapper .mbr-section-btn .btn-primary:hover,
.cid-uhWRsSR9jM .content-wrapper .mbr-section-btn .btn-secondary:hover,
.cid-uhWRsSR9jM .content-wrapper .mbr-section-btn .btn-success:hover,
.cid-uhWRsSR9jM .content-wrapper .mbr-section-btn .btn-info:hover,
.cid-uhWRsSR9jM .content-wrapper .mbr-section-btn .btn-warning:hover,
.cid-uhWRsSR9jM .content-wrapper .mbr-section-btn .btn-danger:hover,
.cid-uhWRsSR9jM .content-wrapper .mbr-section-btn .btn-black:hover,
.cid-uhWRsSR9jM .content-wrapper .mbr-section-btn .btn-white:hover,
.cid-uhWRsSR9jM .content-wrapper .mbr-section-btn .btn-primary:focus,
.cid-uhWRsSR9jM .content-wrapper .mbr-section-btn .btn-secondary:focus,
.cid-uhWRsSR9jM .content-wrapper .mbr-section-btn .btn-success:focus,
.cid-uhWRsSR9jM .content-wrapper .mbr-section-btn .btn-info:focus,
.cid-uhWRsSR9jM .content-wrapper .mbr-section-btn .btn-warning:focus,
.cid-uhWRsSR9jM .content-wrapper .mbr-section-btn .btn-danger:focus,
.cid-uhWRsSR9jM .content-wrapper .mbr-section-btn .btn-black:focus,
.cid-uhWRsSR9jM .content-wrapper .mbr-section-btn .btn-white:focus {
  box-shadow: inset 0 -145px 0 0 #6b818c !important;
  color: #ffffff !important;
  border-color: #6b818c !important;
}
.cid-uhWRsSR9jM .content-wrapper .mbr-section-btn .btn-primary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #18212d !important;
  color: #ffffff !important;
}
.cid-uhWRsSR9jM .content-wrapper .mbr-section-btn .btn-secondary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #6b818c !important;
  color: #ffffff !important;
}
.cid-uhWRsSR9jM .content-wrapper .mbr-section-btn .btn-success-outline:hover {
  box-shadow: inset 0 -145px 0 0 #fbfaf9 !important;
  color: #ffffff !important;
}
.cid-uhWRsSR9jM .content-wrapper .mbr-section-btn .btn-info-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffffff !important;
  color: #6b818c !important;
  border-color: #ffffff !important;
}
.cid-uhWRsSR9jM .content-wrapper .mbr-section-btn .btn-warning-outline:hover {
  box-shadow: inset 0 -145px 0 0 #72ddeb !important;
  color: #ffffff !important;
}
.cid-uhWRsSR9jM .content-wrapper .mbr-section-btn .btn-danger-outline:hover {
  box-shadow: inset 0 -145px 0 0 #19c8a5 !important;
  color: #ffffff !important;
}
.cid-uhWRsSR9jM .content-wrapper .mbr-section-btn .btn-black-outline:hover {
  box-shadow: inset 0 -145px 0 0 #000000 !important;
  color: #ffffff !important;
}
.cid-uhWRsSR9jM .content-wrapper .mbr-section-btn .btn-white-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffffff !important;
  color: #000000 !important;
}
.cid-uhWRsSR9jM .mbr-desc {
  color: #706cff;
}
.cid-uhWRsSR9jM .mbr-section-title {
  color: #000000;
}
.cid-uhWRsSR9jM .mbr-text {
  color: #4c6976;
}
.cid-uhWRsSR9jM .mbr-section-btn {
  text-align: center;
}
.cid-uhWRsSR9jM .mbr-section-title,
.cid-uhWRsSR9jM .mbr-section-btn {
  color: #19c8a5;
}
.cid-uhWBmkdWGN {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uhWBmkdWGN .container {
    padding: 0 25px;
  }
}
.cid-uhWBmkdWGN .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uhWBmkdWGN .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uhWBmkdWGN .panel-group {
  border-bottom: 2px solid #e1e1e1;
}
.cid-uhWBmkdWGN .panel-group .card {
  border-top: 2px solid #e1e1e1;
  border-radius: 0 !important;
  padding: 0;
}
.cid-uhWBmkdWGN .panel-group .card .card-header {
  padding: 16px 0;
  border: none;
  background-color: transparent;
}
.cid-uhWBmkdWGN .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uhWBmkdWGN .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #f0f0f0;
  box-shadow: inset 52px 0 0 0 #19c8a5;
}
.cid-uhWBmkdWGN .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  color: #f0f0f0;
  box-shadow: inset 52px 0 0 0 #19c8a5;
}
.cid-uhWBmkdWGN .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uhWBmkdWGN .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  font-size: 20px;
  color: #19c8a5;
  background-color: #f0f0f0;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uhWBmkdWGN .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 25px;
}
.cid-uhWBmkdWGN .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uhWBmkdWGN .mbr-section-title {
  color: #19c8a5;
}
.cid-uhWBmkdWGN .panel-title-edit {
  color: #19c8a5;
}
.cid-uhWBmkdWGN .panel-text {
  color: #4c6976;
}
.cid-uhWCoCeWaS {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uhWCoCeWaS .container {
    padding: 0 25px;
  }
}
.cid-uhWCoCeWaS .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uhWCoCeWaS .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uhWCoCeWaS .panel-group {
  border-bottom: 2px solid #e1e1e1;
}
.cid-uhWCoCeWaS .panel-group .card {
  border-top: 2px solid #e1e1e1;
  border-radius: 0 !important;
  padding: 0;
}
.cid-uhWCoCeWaS .panel-group .card .card-header {
  padding: 16px 0;
  border: none;
  background-color: transparent;
}
.cid-uhWCoCeWaS .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uhWCoCeWaS .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #f0f0f0;
  box-shadow: inset 52px 0 0 0 #19c8a5;
}
.cid-uhWCoCeWaS .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  color: #f0f0f0;
  box-shadow: inset 52px 0 0 0 #19c8a5;
}
.cid-uhWCoCeWaS .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uhWCoCeWaS .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  font-size: 20px;
  color: #19c8a5;
  background-color: #f0f0f0;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uhWCoCeWaS .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 25px;
}
.cid-uhWCoCeWaS .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uhWCoCeWaS .mbr-section-title {
  color: #19c8a5;
}
.cid-uhWCoCeWaS .panel-title-edit {
  color: #19c8a5;
}
.cid-uhWCoCeWaS .panel-text {
  color: #4c6976;
}
.cid-uhWAEFqQSb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fbfaf9;
}
.cid-uhWAEFqQSb .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uhWAEFqQSb .mbr-section-title {
  color: #000000;
  margin-bottom: 20.4px;
}
.cid-uhWAEFqQSb .animation-box {
  position: relative;
  width: 78px;
  height: 86px;
}
@keyframes zoom-1 {
  0%,
  10% {
    transform: scale(0) rotate(0);
  }
  30%,
  32% {
    transform: scale(0.6) rotate(10deg);
  }
  100%,
  85% {
    transform: scale(0) rotate(60deg);
  }
}
@keyframes zoom-2 {
  0%,
  15% {
    transform: scale(0) rotate(0);
  }
  50%,
  54% {
    transform: scale(0.4) rotate(0);
  }
  100%,
  82% {
    transform: scale(0) rotate(80deg);
  }
}
.cid-uhWAEFqQSb .star {
  color: #19c8a5;
  fill: currentColor;
  overflow: hidden;
}
.cid-uhWAEFqQSb .star:nth-of-type(2) {
  position: absolute;
  top: -35px;
  left: 50px;
  transform: scale(0);
  animation: zoom-1 3.1s infinite;
}
.cid-uhWAEFqQSb .star:nth-of-type(3) {
  position: absolute;
  top: -45px;
  left: -50px;
  animation: zoom-2 3.1s infinite;
}
.cid-uhXBAkMGub {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (max-width: 992px) {
  .cid-uhXBAkMGub .container,
  .cid-uhXBAkMGub .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-uhXBAkMGub .container .navbar-collapse,
  .cid-uhXBAkMGub .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-uhXBAkMGub {
    flex-wrap: wrap;
  }
  .cid-uhXBAkMGub .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-uhXBAkMGub .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uhXBAkMGub .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uhXBAkMGub .btn {
  padding: 0.8rem 2rem;
}
.cid-uhXBAkMGub .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-uhXBAkMGub .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #6b818c;
}
.cid-uhXBAkMGub .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uhXBAkMGub nav.navbar {
  position: fixed;
}
.cid-uhXBAkMGub .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-uhXBAkMGub .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uhXBAkMGub .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uhXBAkMGub .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uhXBAkMGub .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uhXBAkMGub .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uhXBAkMGub .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhXBAkMGub .iconfont-wrapper {
  color: #6b818c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhXBAkMGub .dropdown-menu,
.cid-uhXBAkMGub .navbar.opened {
  background: #ffffff !important;
}
.cid-uhXBAkMGub .nav-item:focus,
.cid-uhXBAkMGub .nav-link:focus {
  outline: none;
}
.cid-uhXBAkMGub .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhXBAkMGub .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhXBAkMGub .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhXBAkMGub .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhXBAkMGub .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhXBAkMGub .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhXBAkMGub .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uhXBAkMGub .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uhXBAkMGub .navbar.opened {
  transition: all 0.3s;
}
.cid-uhXBAkMGub .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhXBAkMGub .navbar .navbar-logo img {
  width: auto;
}
.cid-uhXBAkMGub .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uhXBAkMGub .navbar.collapsed {
  justify-content: center;
}
.cid-uhXBAkMGub .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhXBAkMGub .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhXBAkMGub .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uhXBAkMGub .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhXBAkMGub .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhXBAkMGub .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-uhXBAkMGub .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhXBAkMGub .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhXBAkMGub .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhXBAkMGub .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhXBAkMGub .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhXBAkMGub .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhXBAkMGub .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhXBAkMGub .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-uhXBAkMGub .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhXBAkMGub .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhXBAkMGub .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhXBAkMGub .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhXBAkMGub .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhXBAkMGub .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhXBAkMGub .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhXBAkMGub .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhXBAkMGub .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhXBAkMGub .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-uhXBAkMGub .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhXBAkMGub .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhXBAkMGub .dropdown-item.active,
.cid-uhXBAkMGub .dropdown-item:active {
  background-color: transparent;
}
.cid-uhXBAkMGub .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhXBAkMGub .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhXBAkMGub .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhXBAkMGub .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uhXBAkMGub .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhXBAkMGub .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhXBAkMGub ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhXBAkMGub .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhXBAkMGub button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhXBAkMGub button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #272523;
}
.cid-uhXBAkMGub button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhXBAkMGub button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhXBAkMGub button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhXBAkMGub button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhXBAkMGub nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhXBAkMGub nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhXBAkMGub nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhXBAkMGub nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhXBAkMGub .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uhXBAkMGub a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhXBAkMGub .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhXBAkMGub .navbar {
    height: 70px;
  }
  .cid-uhXBAkMGub .navbar.opened {
    height: auto;
  }
  .cid-uhXBAkMGub .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhXD6EyWE7 {
  background-color: #ffffff;
}
.cid-uhXD6EyWE7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhXD6EyWE7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhXD6EyWE7 .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-uhXD6EyWE7 .row {
  align-items: center;
}
.cid-uhXD6EyWE7 .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uhXD6EyWE7 .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-uhXD6EyWE7 .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-uhXD6EyWE7 .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-uhXD6EyWE7 .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-uhXD6EyWE7 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uhXD6EyWE7 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uhXD6EyWE7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-uhXD6EyWE7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhXD6EyWE7 .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #6b818c;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uhXD6EyWE7 .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-uhXD6EyWE7 .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-uhXD6EyWE7 .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-uhXD6EyWE7 .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-uhXD6EyWE7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-uhXD6EyWE7 .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhXD6EyWE7 .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #19c8a5 !important;
}
.cid-uhXD6EyWE7 .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-uhXD6EyWE7 .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-uhXD6EyWE7 .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-uhXD6EyWE7 .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #19c8a5;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uhXD6EyWE7 .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uhXD6EyWE7 .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-uhXD6EyWE7 .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-uhXD6EyWE7 .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-uhXD6EyWE7 .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-uhXD6EyWE7 .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-uhXD6EyWE7 .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uhXD6EyWE7 .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-uhXD6EyWE7 .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-uhXD6EyWE7 .contact-text {
  width: 100%;
  color: #19c8a5;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-uhXD6EyWE7 .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-uhXD6EyWE7 .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uhXD6EyWE7 .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uhXD6EyWE7 .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-uhXD6EyWE7 .contact-container {
    width: 100%;
  }
}
.cid-uhXD6EyWE7 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #19c8a5;
}
.cid-uhXD6EyWE7 .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-uhXD6EyWE7 .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-uhXD6EyWE7 .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-uhXD6EyWE7 .contact-item-text {
  color: #6b818c;
  flex-grow: 1;
}
.cid-uhXD6EyWE7 .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #19c8a5;
}
.cid-uhXD6EyWE7 .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-uhXD6EyWE7 .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-uhXD6EyWE7 .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-uhXD6EyWE7 .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-uhXD6EyWE7 .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-uhWSaFsBnv {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-uhWSaFsBnv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhWSaFsBnv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhWSaFsBnv .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-uhWSaFsBnv .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uhWSaFsBnv .container {
    padding: 0 16px;
  }
}
.cid-uhWSaFsBnv .row {
  justify-content: center;
}
.cid-uhWSaFsBnv .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uhWSaFsBnv .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uhWSaFsBnv .content-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uhWSaFsBnv .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uhWSaFsBnv .content-wrapper .mbr-section-btn .btn {
  width: 144px;
  height: 144px;
  border-radius: 100% !important;
}
.cid-uhWSaFsBnv .content-wrapper .mbr-section-btn .btn-primary:hover,
.cid-uhWSaFsBnv .content-wrapper .mbr-section-btn .btn-secondary:hover,
.cid-uhWSaFsBnv .content-wrapper .mbr-section-btn .btn-success:hover,
.cid-uhWSaFsBnv .content-wrapper .mbr-section-btn .btn-info:hover,
.cid-uhWSaFsBnv .content-wrapper .mbr-section-btn .btn-warning:hover,
.cid-uhWSaFsBnv .content-wrapper .mbr-section-btn .btn-danger:hover,
.cid-uhWSaFsBnv .content-wrapper .mbr-section-btn .btn-black:hover,
.cid-uhWSaFsBnv .content-wrapper .mbr-section-btn .btn-white:hover,
.cid-uhWSaFsBnv .content-wrapper .mbr-section-btn .btn-primary:focus,
.cid-uhWSaFsBnv .content-wrapper .mbr-section-btn .btn-secondary:focus,
.cid-uhWSaFsBnv .content-wrapper .mbr-section-btn .btn-success:focus,
.cid-uhWSaFsBnv .content-wrapper .mbr-section-btn .btn-info:focus,
.cid-uhWSaFsBnv .content-wrapper .mbr-section-btn .btn-warning:focus,
.cid-uhWSaFsBnv .content-wrapper .mbr-section-btn .btn-danger:focus,
.cid-uhWSaFsBnv .content-wrapper .mbr-section-btn .btn-black:focus,
.cid-uhWSaFsBnv .content-wrapper .mbr-section-btn .btn-white:focus {
  box-shadow: inset 0 -145px 0 0 #6b818c !important;
  color: #ffffff !important;
  border-color: #6b818c !important;
}
.cid-uhWSaFsBnv .content-wrapper .mbr-section-btn .btn-primary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #18212d !important;
  color: #ffffff !important;
}
.cid-uhWSaFsBnv .content-wrapper .mbr-section-btn .btn-secondary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #6b818c !important;
  color: #ffffff !important;
}
.cid-uhWSaFsBnv .content-wrapper .mbr-section-btn .btn-success-outline:hover {
  box-shadow: inset 0 -145px 0 0 #fbfaf9 !important;
  color: #ffffff !important;
}
.cid-uhWSaFsBnv .content-wrapper .mbr-section-btn .btn-info-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffffff !important;
  color: #6b818c !important;
  border-color: #ffffff !important;
}
.cid-uhWSaFsBnv .content-wrapper .mbr-section-btn .btn-warning-outline:hover {
  box-shadow: inset 0 -145px 0 0 #72ddeb !important;
  color: #ffffff !important;
}
.cid-uhWSaFsBnv .content-wrapper .mbr-section-btn .btn-danger-outline:hover {
  box-shadow: inset 0 -145px 0 0 #19c8a5 !important;
  color: #ffffff !important;
}
.cid-uhWSaFsBnv .content-wrapper .mbr-section-btn .btn-black-outline:hover {
  box-shadow: inset 0 -145px 0 0 #000000 !important;
  color: #ffffff !important;
}
.cid-uhWSaFsBnv .content-wrapper .mbr-section-btn .btn-white-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffffff !important;
  color: #000000 !important;
}
.cid-uhWSaFsBnv .mbr-desc {
  color: #706cff;
}
.cid-uhWSaFsBnv .mbr-section-title {
  color: #000000;
}
.cid-uhWSaFsBnv .mbr-text {
  color: #4c6976;
  text-align: center;
}
.cid-uhWSaFsBnv .mbr-section-btn {
  text-align: center;
}
.cid-uhWSaFsBnv .mbr-section-title,
.cid-uhWSaFsBnv .mbr-section-btn {
  color: #19c8a5;
  text-align: center;
}
.cid-uhWWxfO6rt {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhWWxfO6rt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhWWxfO6rt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhWWxfO6rt .mbr-section-head {
  width: 100%;
  margin-bottom: 36px;
}
.cid-uhWWxfO6rt .mbr-section-title {
  color: #19c8a5;
}
.cid-uhWWxfO6rt .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-uhWWxfO6rt .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-uhWWxfO6rt .tabl-item-row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-uhWWxfO6rt .tabl-item-row:nth-child(2n) {
  background: rgba(25, 200, 165, 0.06);
}
.cid-uhWWxfO6rt .tabl-item-column {
  width: 33.33333333%;
  flex-grow: 1;
  padding: 14px;
}
@media (max-width: 767px) {
  .cid-uhWWxfO6rt .tabl-item-column {
    padding: 10px;
  }
}
.cid-uhWWxfO6rt .card-title {
  color: #4c6976;
}
.cid-uhWWxfO6rt .card-text {
  color: #6b818c;
  text-align: left;
}
.cid-uhWY2fJXxB {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhWY2fJXxB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhWY2fJXxB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhWY2fJXxB .mbr-section-head {
  width: 100%;
  margin-bottom: 36px;
}
.cid-uhWY2fJXxB .mbr-section-title {
  color: #19c8a5;
}
.cid-uhWY2fJXxB .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-uhWY2fJXxB .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-uhWY2fJXxB .tabl-item-row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-uhWY2fJXxB .tabl-item-row:nth-child(2n) {
  background: rgba(25, 200, 165, 0.06);
}
.cid-uhWY2fJXxB .tabl-item-column {
  width: 33.33333333%;
  flex-grow: 1;
  padding: 14px;
}
@media (max-width: 767px) {
  .cid-uhWY2fJXxB .tabl-item-column {
    padding: 10px;
  }
}
.cid-uhWY2fJXxB .card-title {
  color: #4c6976;
}
.cid-uhWY2fJXxB .card-text {
  color: #6b818c;
  text-align: left;
}
.cid-uhWYXEvMFr {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhWYXEvMFr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhWYXEvMFr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhWYXEvMFr .mbr-section-head {
  width: 100%;
  margin-bottom: 36px;
}
.cid-uhWYXEvMFr .mbr-section-title {
  color: #19c8a5;
}
.cid-uhWYXEvMFr .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-uhWYXEvMFr .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-uhWYXEvMFr .tabl-item-row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-uhWYXEvMFr .tabl-item-row:nth-child(2n) {
  background: rgba(25, 200, 165, 0.06);
}
.cid-uhWYXEvMFr .tabl-item-column {
  width: 33.33333333%;
  flex-grow: 1;
  padding: 14px;
}
@media (max-width: 767px) {
  .cid-uhWYXEvMFr .tabl-item-column {
    padding: 10px;
  }
}
.cid-uhWYXEvMFr .card-title {
  color: #4c6976;
}
.cid-uhWYXEvMFr .card-text {
  color: #6b818c;
  text-align: left;
}
.cid-uhWSaIu3Ug {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fbfaf9;
}
.cid-uhWSaIu3Ug .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uhWSaIu3Ug .mbr-section-title {
  color: #000000;
  margin-bottom: 20.4px;
}
.cid-uhWSaIu3Ug .animation-box {
  position: relative;
  width: 78px;
  height: 86px;
}
@keyframes zoom-1 {
  0%,
  10% {
    transform: scale(0) rotate(0);
  }
  30%,
  32% {
    transform: scale(0.6) rotate(10deg);
  }
  100%,
  85% {
    transform: scale(0) rotate(60deg);
  }
}
@keyframes zoom-2 {
  0%,
  15% {
    transform: scale(0) rotate(0);
  }
  50%,
  54% {
    transform: scale(0.4) rotate(0);
  }
  100%,
  82% {
    transform: scale(0) rotate(80deg);
  }
}
.cid-uhWSaIu3Ug .star {
  color: #19c8a5;
  fill: currentColor;
  overflow: hidden;
}
.cid-uhWSaIu3Ug .star:nth-of-type(2) {
  position: absolute;
  top: -35px;
  left: 50px;
  transform: scale(0);
  animation: zoom-1 3.1s infinite;
}
.cid-uhWSaIu3Ug .star:nth-of-type(3) {
  position: absolute;
  top: -45px;
  left: -50px;
  animation: zoom-2 3.1s infinite;
}
.cid-uhXBAkMGub {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (max-width: 992px) {
  .cid-uhXBAkMGub .container,
  .cid-uhXBAkMGub .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-uhXBAkMGub .container .navbar-collapse,
  .cid-uhXBAkMGub .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-uhXBAkMGub {
    flex-wrap: wrap;
  }
  .cid-uhXBAkMGub .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-uhXBAkMGub .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uhXBAkMGub .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uhXBAkMGub .btn {
  padding: 0.8rem 2rem;
}
.cid-uhXBAkMGub .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-uhXBAkMGub .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #6b818c;
}
.cid-uhXBAkMGub .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uhXBAkMGub nav.navbar {
  position: fixed;
}
.cid-uhXBAkMGub .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-uhXBAkMGub .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uhXBAkMGub .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uhXBAkMGub .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uhXBAkMGub .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uhXBAkMGub .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uhXBAkMGub .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhXBAkMGub .iconfont-wrapper {
  color: #6b818c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhXBAkMGub .dropdown-menu,
.cid-uhXBAkMGub .navbar.opened {
  background: #ffffff !important;
}
.cid-uhXBAkMGub .nav-item:focus,
.cid-uhXBAkMGub .nav-link:focus {
  outline: none;
}
.cid-uhXBAkMGub .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhXBAkMGub .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhXBAkMGub .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhXBAkMGub .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhXBAkMGub .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhXBAkMGub .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhXBAkMGub .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uhXBAkMGub .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uhXBAkMGub .navbar.opened {
  transition: all 0.3s;
}
.cid-uhXBAkMGub .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhXBAkMGub .navbar .navbar-logo img {
  width: auto;
}
.cid-uhXBAkMGub .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uhXBAkMGub .navbar.collapsed {
  justify-content: center;
}
.cid-uhXBAkMGub .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhXBAkMGub .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhXBAkMGub .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uhXBAkMGub .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhXBAkMGub .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhXBAkMGub .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-uhXBAkMGub .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhXBAkMGub .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhXBAkMGub .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhXBAkMGub .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhXBAkMGub .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhXBAkMGub .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhXBAkMGub .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhXBAkMGub .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-uhXBAkMGub .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhXBAkMGub .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhXBAkMGub .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhXBAkMGub .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhXBAkMGub .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhXBAkMGub .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhXBAkMGub .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhXBAkMGub .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhXBAkMGub .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhXBAkMGub .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-uhXBAkMGub .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhXBAkMGub .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhXBAkMGub .dropdown-item.active,
.cid-uhXBAkMGub .dropdown-item:active {
  background-color: transparent;
}
.cid-uhXBAkMGub .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhXBAkMGub .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhXBAkMGub .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhXBAkMGub .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uhXBAkMGub .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhXBAkMGub .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhXBAkMGub ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhXBAkMGub .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhXBAkMGub button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhXBAkMGub button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #272523;
}
.cid-uhXBAkMGub button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhXBAkMGub button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhXBAkMGub button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhXBAkMGub button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhXBAkMGub nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhXBAkMGub nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhXBAkMGub nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhXBAkMGub nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhXBAkMGub .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uhXBAkMGub a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhXBAkMGub .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhXBAkMGub .navbar {
    height: 70px;
  }
  .cid-uhXBAkMGub .navbar.opened {
    height: auto;
  }
  .cid-uhXBAkMGub .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhXD6EyWE7 {
  background-color: #ffffff;
}
.cid-uhXD6EyWE7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhXD6EyWE7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhXD6EyWE7 .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-uhXD6EyWE7 .row {
  align-items: center;
}
.cid-uhXD6EyWE7 .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uhXD6EyWE7 .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-uhXD6EyWE7 .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-uhXD6EyWE7 .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-uhXD6EyWE7 .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-uhXD6EyWE7 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uhXD6EyWE7 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uhXD6EyWE7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-uhXD6EyWE7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhXD6EyWE7 .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #6b818c;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uhXD6EyWE7 .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-uhXD6EyWE7 .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-uhXD6EyWE7 .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-uhXD6EyWE7 .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-uhXD6EyWE7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-uhXD6EyWE7 .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhXD6EyWE7 .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #19c8a5 !important;
}
.cid-uhXD6EyWE7 .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-uhXD6EyWE7 .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-uhXD6EyWE7 .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-uhXD6EyWE7 .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #19c8a5;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uhXD6EyWE7 .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uhXD6EyWE7 .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-uhXD6EyWE7 .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-uhXD6EyWE7 .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-uhXD6EyWE7 .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-uhXD6EyWE7 .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-uhXD6EyWE7 .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uhXD6EyWE7 .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-uhXD6EyWE7 .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-uhXD6EyWE7 .contact-text {
  width: 100%;
  color: #19c8a5;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-uhXD6EyWE7 .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-uhXD6EyWE7 .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uhXD6EyWE7 .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uhXD6EyWE7 .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-uhXD6EyWE7 .contact-container {
    width: 100%;
  }
}
.cid-uhXD6EyWE7 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #19c8a5;
}
.cid-uhXD6EyWE7 .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-uhXD6EyWE7 .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-uhXD6EyWE7 .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-uhXD6EyWE7 .contact-item-text {
  color: #6b818c;
  flex-grow: 1;
}
.cid-uhXD6EyWE7 .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #19c8a5;
}
.cid-uhXD6EyWE7 .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-uhXD6EyWE7 .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-uhXD6EyWE7 .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-uhXD6EyWE7 .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-uhXD6EyWE7 .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-uhXc1IZpos {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-uhXc1IZpos .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhXc1IZpos .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhXc1IZpos .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-uhXc1IZpos .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uhXc1IZpos .container {
    padding: 0 16px;
  }
}
.cid-uhXc1IZpos .row {
  justify-content: center;
}
.cid-uhXc1IZpos .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uhXc1IZpos .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uhXc1IZpos .content-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uhXc1IZpos .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uhXc1IZpos .content-wrapper .mbr-section-btn .btn {
  width: 144px;
  height: 144px;
  border-radius: 100% !important;
}
.cid-uhXc1IZpos .content-wrapper .mbr-section-btn .btn-primary:hover,
.cid-uhXc1IZpos .content-wrapper .mbr-section-btn .btn-secondary:hover,
.cid-uhXc1IZpos .content-wrapper .mbr-section-btn .btn-success:hover,
.cid-uhXc1IZpos .content-wrapper .mbr-section-btn .btn-info:hover,
.cid-uhXc1IZpos .content-wrapper .mbr-section-btn .btn-warning:hover,
.cid-uhXc1IZpos .content-wrapper .mbr-section-btn .btn-danger:hover,
.cid-uhXc1IZpos .content-wrapper .mbr-section-btn .btn-black:hover,
.cid-uhXc1IZpos .content-wrapper .mbr-section-btn .btn-white:hover,
.cid-uhXc1IZpos .content-wrapper .mbr-section-btn .btn-primary:focus,
.cid-uhXc1IZpos .content-wrapper .mbr-section-btn .btn-secondary:focus,
.cid-uhXc1IZpos .content-wrapper .mbr-section-btn .btn-success:focus,
.cid-uhXc1IZpos .content-wrapper .mbr-section-btn .btn-info:focus,
.cid-uhXc1IZpos .content-wrapper .mbr-section-btn .btn-warning:focus,
.cid-uhXc1IZpos .content-wrapper .mbr-section-btn .btn-danger:focus,
.cid-uhXc1IZpos .content-wrapper .mbr-section-btn .btn-black:focus,
.cid-uhXc1IZpos .content-wrapper .mbr-section-btn .btn-white:focus {
  box-shadow: inset 0 -145px 0 0 #6b818c !important;
  color: #ffffff !important;
  border-color: #6b818c !important;
}
.cid-uhXc1IZpos .content-wrapper .mbr-section-btn .btn-primary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #18212d !important;
  color: #ffffff !important;
}
.cid-uhXc1IZpos .content-wrapper .mbr-section-btn .btn-secondary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #6b818c !important;
  color: #ffffff !important;
}
.cid-uhXc1IZpos .content-wrapper .mbr-section-btn .btn-success-outline:hover {
  box-shadow: inset 0 -145px 0 0 #fbfaf9 !important;
  color: #ffffff !important;
}
.cid-uhXc1IZpos .content-wrapper .mbr-section-btn .btn-info-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffffff !important;
  color: #6b818c !important;
  border-color: #ffffff !important;
}
.cid-uhXc1IZpos .content-wrapper .mbr-section-btn .btn-warning-outline:hover {
  box-shadow: inset 0 -145px 0 0 #72ddeb !important;
  color: #ffffff !important;
}
.cid-uhXc1IZpos .content-wrapper .mbr-section-btn .btn-danger-outline:hover {
  box-shadow: inset 0 -145px 0 0 #19c8a5 !important;
  color: #ffffff !important;
}
.cid-uhXc1IZpos .content-wrapper .mbr-section-btn .btn-black-outline:hover {
  box-shadow: inset 0 -145px 0 0 #000000 !important;
  color: #ffffff !important;
}
.cid-uhXc1IZpos .content-wrapper .mbr-section-btn .btn-white-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffffff !important;
  color: #000000 !important;
}
.cid-uhXc1IZpos .mbr-desc {
  color: #706cff;
}
.cid-uhXc1IZpos .mbr-section-title {
  color: #000000;
}
.cid-uhXc1IZpos .mbr-text {
  color: #4c6976;
}
.cid-uhXc1IZpos .mbr-section-btn {
  text-align: center;
}
.cid-uhXc1IZpos .mbr-section-title,
.cid-uhXc1IZpos .mbr-section-btn {
  color: #19c8a5;
}
.cid-uhXnduwnut {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhXnduwnut .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhXnduwnut .container {
  max-width: 1300px;
}
.cid-uhXnduwnut .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhXnduwnut .text-wrapper {
  max-width: 700px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uhXnduwnut .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uhXnduwnut .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uhXnduwnut .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhXnduwnut .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uhXnduwnut .image-wrapper {
    padding: 1.5rem;
  }
}
.cid-uhXnduwnut .mbr-section-title {
  color: #19c8a5;
}
.cid-uhXnduwnut .mbr-text,
.cid-uhXnduwnut .mbr-section-btn {
  color: #555555;
}
.cid-uhXnduwnut .mbr-section-subtitle {
  color: #4c6976;
}
.cid-unpOOEV5Xp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-unpOOEV5Xp .mbr-fallback-image.disabled {
  display: none;
}
.cid-unpOOEV5Xp .container {
  max-width: 1300px;
}
.cid-unpOOEV5Xp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unpOOEV5Xp .text-wrapper {
  max-width: 700px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-unpOOEV5Xp .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-unpOOEV5Xp .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-unpOOEV5Xp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-unpOOEV5Xp .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-unpOOEV5Xp .image-wrapper {
    padding: 1.5rem;
  }
}
.cid-unpOOEV5Xp .mbr-section-title {
  color: #19c8a5;
}
.cid-unpOOEV5Xp .mbr-text,
.cid-unpOOEV5Xp .mbr-section-btn {
  color: #555555;
}
.cid-unpOOEV5Xp .mbr-section-subtitle {
  color: #4c6976;
}
.cid-uhX0bDBbov {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fbfaf9;
}
.cid-uhX0bDBbov .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uhX0bDBbov .mbr-section-title {
  color: #000000;
  margin-bottom: 20.4px;
}
.cid-uhX0bDBbov .animation-box {
  position: relative;
  width: 78px;
  height: 86px;
}
@keyframes zoom-1 {
  0%,
  10% {
    transform: scale(0) rotate(0);
  }
  30%,
  32% {
    transform: scale(0.6) rotate(10deg);
  }
  100%,
  85% {
    transform: scale(0) rotate(60deg);
  }
}
@keyframes zoom-2 {
  0%,
  15% {
    transform: scale(0) rotate(0);
  }
  50%,
  54% {
    transform: scale(0.4) rotate(0);
  }
  100%,
  82% {
    transform: scale(0) rotate(80deg);
  }
}
.cid-uhX0bDBbov .star {
  color: #19c8a5;
  fill: currentColor;
  overflow: hidden;
}
.cid-uhX0bDBbov .star:nth-of-type(2) {
  position: absolute;
  top: -35px;
  left: 50px;
  transform: scale(0);
  animation: zoom-1 3.1s infinite;
}
.cid-uhX0bDBbov .star:nth-of-type(3) {
  position: absolute;
  top: -45px;
  left: -50px;
  animation: zoom-2 3.1s infinite;
}
.cid-uhXBAkMGub {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (max-width: 992px) {
  .cid-uhXBAkMGub .container,
  .cid-uhXBAkMGub .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-uhXBAkMGub .container .navbar-collapse,
  .cid-uhXBAkMGub .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-uhXBAkMGub {
    flex-wrap: wrap;
  }
  .cid-uhXBAkMGub .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-uhXBAkMGub .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uhXBAkMGub .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uhXBAkMGub .btn {
  padding: 0.8rem 2rem;
}
.cid-uhXBAkMGub .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-uhXBAkMGub .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #6b818c;
}
.cid-uhXBAkMGub .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uhXBAkMGub nav.navbar {
  position: fixed;
}
.cid-uhXBAkMGub .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-uhXBAkMGub .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uhXBAkMGub .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uhXBAkMGub .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uhXBAkMGub .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uhXBAkMGub .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uhXBAkMGub .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhXBAkMGub .iconfont-wrapper {
  color: #6b818c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhXBAkMGub .dropdown-menu,
.cid-uhXBAkMGub .navbar.opened {
  background: #ffffff !important;
}
.cid-uhXBAkMGub .nav-item:focus,
.cid-uhXBAkMGub .nav-link:focus {
  outline: none;
}
.cid-uhXBAkMGub .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhXBAkMGub .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhXBAkMGub .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhXBAkMGub .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhXBAkMGub .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhXBAkMGub .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhXBAkMGub .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uhXBAkMGub .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uhXBAkMGub .navbar.opened {
  transition: all 0.3s;
}
.cid-uhXBAkMGub .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhXBAkMGub .navbar .navbar-logo img {
  width: auto;
}
.cid-uhXBAkMGub .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uhXBAkMGub .navbar.collapsed {
  justify-content: center;
}
.cid-uhXBAkMGub .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhXBAkMGub .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhXBAkMGub .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uhXBAkMGub .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhXBAkMGub .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhXBAkMGub .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-uhXBAkMGub .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhXBAkMGub .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhXBAkMGub .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhXBAkMGub .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhXBAkMGub .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhXBAkMGub .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhXBAkMGub .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhXBAkMGub .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-uhXBAkMGub .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhXBAkMGub .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhXBAkMGub .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhXBAkMGub .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhXBAkMGub .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhXBAkMGub .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhXBAkMGub .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhXBAkMGub .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhXBAkMGub .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhXBAkMGub .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-uhXBAkMGub .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhXBAkMGub .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhXBAkMGub .dropdown-item.active,
.cid-uhXBAkMGub .dropdown-item:active {
  background-color: transparent;
}
.cid-uhXBAkMGub .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhXBAkMGub .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhXBAkMGub .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhXBAkMGub .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uhXBAkMGub .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhXBAkMGub .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhXBAkMGub ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhXBAkMGub .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhXBAkMGub button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhXBAkMGub button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #272523;
}
.cid-uhXBAkMGub button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhXBAkMGub button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhXBAkMGub button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhXBAkMGub button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhXBAkMGub nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhXBAkMGub nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhXBAkMGub nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhXBAkMGub nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhXBAkMGub .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uhXBAkMGub a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhXBAkMGub .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhXBAkMGub .navbar {
    height: 70px;
  }
  .cid-uhXBAkMGub .navbar.opened {
    height: auto;
  }
  .cid-uhXBAkMGub .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhXD6EyWE7 {
  background-color: #ffffff;
}
.cid-uhXD6EyWE7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhXD6EyWE7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhXD6EyWE7 .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-uhXD6EyWE7 .row {
  align-items: center;
}
.cid-uhXD6EyWE7 .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uhXD6EyWE7 .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-uhXD6EyWE7 .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-uhXD6EyWE7 .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-uhXD6EyWE7 .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-uhXD6EyWE7 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uhXD6EyWE7 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uhXD6EyWE7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-uhXD6EyWE7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhXD6EyWE7 .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #6b818c;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uhXD6EyWE7 .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-uhXD6EyWE7 .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-uhXD6EyWE7 .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-uhXD6EyWE7 .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-uhXD6EyWE7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-uhXD6EyWE7 .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhXD6EyWE7 .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #19c8a5 !important;
}
.cid-uhXD6EyWE7 .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-uhXD6EyWE7 .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-uhXD6EyWE7 .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-uhXD6EyWE7 .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #19c8a5;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uhXD6EyWE7 .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uhXD6EyWE7 .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-uhXD6EyWE7 .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-uhXD6EyWE7 .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-uhXD6EyWE7 .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-uhXD6EyWE7 .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-uhXD6EyWE7 .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uhXD6EyWE7 .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-uhXD6EyWE7 .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-uhXD6EyWE7 .contact-text {
  width: 100%;
  color: #19c8a5;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-uhXD6EyWE7 .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-uhXD6EyWE7 .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uhXD6EyWE7 .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uhXD6EyWE7 .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-uhXD6EyWE7 .contact-container {
    width: 100%;
  }
}
.cid-uhXD6EyWE7 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #19c8a5;
}
.cid-uhXD6EyWE7 .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-uhXD6EyWE7 .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-uhXD6EyWE7 .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-uhXD6EyWE7 .contact-item-text {
  color: #6b818c;
  flex-grow: 1;
}
.cid-uhXD6EyWE7 .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #19c8a5;
}
.cid-uhXD6EyWE7 .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-uhXD6EyWE7 .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-uhXD6EyWE7 .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-uhXD6EyWE7 .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-uhXD6EyWE7 .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-uhXtOq8qN2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhXtOq8qN2 .card-wrapper {
  background: #fbfaf9;
  padding: 10% 25%;
  margin: auto;
}
.cid-uhXtOq8qN2 .sign {
  width: 200px;
  padding-top: 16px;
  display: inline;
}
.cid-uhXtOq8qN2 .row {
  justify-content: center;
  align-items: center;
}
.cid-uhXtOq8qN2 .mbr-section-title {
  padding: 0;
  padding-bottom: 12px;
  margin: 0;
  color: #0c5b47;
}
.cid-uhXtOq8qN2 .mbr-text,
.cid-uhXtOq8qN2 .right-side {
  color: #1b745e;
}
.cid-uhXtOq8qN2 .container {
  max-width: 1100px;
}
.cid-uhXtOq8qN2 .padd {
  padding-right: 50px;
}
@media (max-width: 1024px) {
  .cid-uhXtOq8qN2 .card-wrapper {
    padding: 10% 10%;
  }
}
.cid-uhXtOq8qN2 .picture {
  border-radius: 50%;
}
.cid-uhXtOq8qN2 .pic {
  padding-bottom: 32px;
}
.cid-uhXtOq8qN2 .desc {
  padding-bottom: 20px;
  color: #4c6976;
}
.cid-uhXtOq8qN2 .btn {
  margin-top: 25px;
}
.cid-uhXtOq8qN2 .row {
  flex-direction: row-reverse;
}
.cid-uhXtOq8qN2 .padd {
  padding-right: 0px;
  padding-left: 50px;
}
@media (max-width: 960px) {
  .cid-uhXtOq8qN2 .card-wrapper {
    max-width: 420px;
  }
  .cid-uhXtOq8qN2 .left-side {
    padding-top: 50px;
  }
  .cid-uhXtOq8qN2 .padd {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.cid-uhXtOq8qN2 input,
.cid-uhXtOq8qN2 textarea {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none!important;
  box-shadow: none;
  border-bottom: 1px solid #0c5b47!important;
}
.cid-uhXtOq8qN2 .form-control {
  font-style: italic;
  color: #1b745e !important;
  font-family: crimson text,serif;
}
.cid-uhXtOq8qN2 .f {
  font-size: 42px;
  color: #19c8a5;
}
.cid-uhXtOq8qN2 .art {
  color: #4c6976;
}
.cid-uhXtOq8qN2 .text,
.cid-uhXtOq8qN2 .si {
  color: #4c6976;
}
.cid-uhXp0w9rG9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fbfaf9;
}
.cid-uhXp0w9rG9 .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uhXp0w9rG9 .mbr-section-title {
  color: #000000;
  margin-bottom: 20.4px;
}
.cid-uhXp0w9rG9 .animation-box {
  position: relative;
  width: 78px;
  height: 86px;
}
@keyframes zoom-1 {
  0%,
  10% {
    transform: scale(0) rotate(0);
  }
  30%,
  32% {
    transform: scale(0.6) rotate(10deg);
  }
  100%,
  85% {
    transform: scale(0) rotate(60deg);
  }
}
@keyframes zoom-2 {
  0%,
  15% {
    transform: scale(0) rotate(0);
  }
  50%,
  54% {
    transform: scale(0.4) rotate(0);
  }
  100%,
  82% {
    transform: scale(0) rotate(80deg);
  }
}
.cid-uhXp0w9rG9 .star {
  color: #19c8a5;
  fill: currentColor;
  overflow: hidden;
}
.cid-uhXp0w9rG9 .star:nth-of-type(2) {
  position: absolute;
  top: -35px;
  left: 50px;
  transform: scale(0);
  animation: zoom-1 3.1s infinite;
}
.cid-uhXp0w9rG9 .star:nth-of-type(3) {
  position: absolute;
  top: -45px;
  left: -50px;
  animation: zoom-2 3.1s infinite;
}
.cid-uhXBAkMGub {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (max-width: 992px) {
  .cid-uhXBAkMGub .container,
  .cid-uhXBAkMGub .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-uhXBAkMGub .container .navbar-collapse,
  .cid-uhXBAkMGub .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-uhXBAkMGub {
    flex-wrap: wrap;
  }
  .cid-uhXBAkMGub .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-uhXBAkMGub .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uhXBAkMGub .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uhXBAkMGub .btn {
  padding: 0.8rem 2rem;
}
.cid-uhXBAkMGub .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-uhXBAkMGub .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #6b818c;
}
.cid-uhXBAkMGub .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uhXBAkMGub nav.navbar {
  position: fixed;
}
.cid-uhXBAkMGub .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-uhXBAkMGub .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uhXBAkMGub .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uhXBAkMGub .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uhXBAkMGub .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uhXBAkMGub .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uhXBAkMGub .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhXBAkMGub .iconfont-wrapper {
  color: #6b818c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhXBAkMGub .dropdown-menu,
.cid-uhXBAkMGub .navbar.opened {
  background: #ffffff !important;
}
.cid-uhXBAkMGub .nav-item:focus,
.cid-uhXBAkMGub .nav-link:focus {
  outline: none;
}
.cid-uhXBAkMGub .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhXBAkMGub .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhXBAkMGub .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhXBAkMGub .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhXBAkMGub .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhXBAkMGub .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhXBAkMGub .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uhXBAkMGub .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uhXBAkMGub .navbar.opened {
  transition: all 0.3s;
}
.cid-uhXBAkMGub .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhXBAkMGub .navbar .navbar-logo img {
  width: auto;
}
.cid-uhXBAkMGub .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uhXBAkMGub .navbar.collapsed {
  justify-content: center;
}
.cid-uhXBAkMGub .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhXBAkMGub .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhXBAkMGub .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uhXBAkMGub .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhXBAkMGub .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhXBAkMGub .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-uhXBAkMGub .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhXBAkMGub .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhXBAkMGub .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhXBAkMGub .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhXBAkMGub .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhXBAkMGub .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhXBAkMGub .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhXBAkMGub .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-uhXBAkMGub .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhXBAkMGub .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhXBAkMGub .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhXBAkMGub .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhXBAkMGub .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhXBAkMGub .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhXBAkMGub .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhXBAkMGub .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhXBAkMGub .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhXBAkMGub .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-uhXBAkMGub .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhXBAkMGub .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhXBAkMGub .dropdown-item.active,
.cid-uhXBAkMGub .dropdown-item:active {
  background-color: transparent;
}
.cid-uhXBAkMGub .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhXBAkMGub .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhXBAkMGub .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhXBAkMGub .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uhXBAkMGub .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhXBAkMGub .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhXBAkMGub ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhXBAkMGub .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhXBAkMGub button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhXBAkMGub button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #272523;
}
.cid-uhXBAkMGub button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhXBAkMGub button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhXBAkMGub button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhXBAkMGub button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhXBAkMGub nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhXBAkMGub nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhXBAkMGub nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhXBAkMGub nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhXBAkMGub .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uhXBAkMGub a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhXBAkMGub .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhXBAkMGub .navbar {
    height: 70px;
  }
  .cid-uhXBAkMGub .navbar.opened {
    height: auto;
  }
  .cid-uhXBAkMGub .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhXD6EyWE7 {
  background-color: #ffffff;
}
.cid-uhXD6EyWE7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhXD6EyWE7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhXD6EyWE7 .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-uhXD6EyWE7 .row {
  align-items: center;
}
.cid-uhXD6EyWE7 .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uhXD6EyWE7 .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-uhXD6EyWE7 .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-uhXD6EyWE7 .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-uhXD6EyWE7 .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-uhXD6EyWE7 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uhXD6EyWE7 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uhXD6EyWE7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-uhXD6EyWE7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhXD6EyWE7 .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #6b818c;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uhXD6EyWE7 .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-uhXD6EyWE7 .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-uhXD6EyWE7 .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-uhXD6EyWE7 .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-uhXD6EyWE7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-uhXD6EyWE7 .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhXD6EyWE7 .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #19c8a5 !important;
}
.cid-uhXD6EyWE7 .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-uhXD6EyWE7 .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-uhXD6EyWE7 .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-uhXD6EyWE7 .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #19c8a5;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uhXD6EyWE7 .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uhXD6EyWE7 .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-uhXD6EyWE7 .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-uhXD6EyWE7 .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-uhXD6EyWE7 .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-uhXD6EyWE7 .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-uhXD6EyWE7 .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uhXD6EyWE7 .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-uhXD6EyWE7 .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-uhXD6EyWE7 .contact-text {
  width: 100%;
  color: #19c8a5;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-uhXD6EyWE7 .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-uhXD6EyWE7 .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uhXD6EyWE7 .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uhXD6EyWE7 .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-uhXD6EyWE7 .contact-container {
    width: 100%;
  }
}
.cid-uhXD6EyWE7 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #19c8a5;
}
.cid-uhXD6EyWE7 .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-uhXD6EyWE7 .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-uhXD6EyWE7 .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-uhXD6EyWE7 .contact-item-text {
  color: #6b818c;
  flex-grow: 1;
}
.cid-uhXD6EyWE7 .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #19c8a5;
}
.cid-uhXD6EyWE7 .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-uhXD6EyWE7 .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-uhXD6EyWE7 .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-uhXD6EyWE7 .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-uhXD6EyWE7 .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-uhXzXhu9sH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uhXzXhu9sH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhXzXhu9sH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhXzXhu9sH .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uhXzXhu9sH .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uhXzXhu9sH .container {
    padding: 0 24px;
  }
}
.cid-uhXzXhu9sH .row {
  justify-content: center;
}
.cid-uhXzXhu9sH .content-wrapper {
  border-radius: 40px;
  background-color: #fbfaf9;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uhXzXhu9sH .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uhXzXhu9sH .content-wrapper {
    padding: 32px;
  }
}
.cid-uhXzXhu9sH .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uhXzXhu9sH .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-uhXzXhu9sH .mbr-section-title {
  color: #19c8a5;
}
.cid-uhXzXhu9sH .mbr-text {
  color: #262642;
}
.cid-uhXBAkMGub {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (max-width: 992px) {
  .cid-uhXBAkMGub .container,
  .cid-uhXBAkMGub .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-uhXBAkMGub .container .navbar-collapse,
  .cid-uhXBAkMGub .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-uhXBAkMGub {
    flex-wrap: wrap;
  }
  .cid-uhXBAkMGub .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-uhXBAkMGub .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uhXBAkMGub .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uhXBAkMGub .btn {
  padding: 0.8rem 2rem;
}
.cid-uhXBAkMGub .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-uhXBAkMGub .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #6b818c;
}
.cid-uhXBAkMGub .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uhXBAkMGub nav.navbar {
  position: fixed;
}
.cid-uhXBAkMGub .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-uhXBAkMGub .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uhXBAkMGub .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uhXBAkMGub .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uhXBAkMGub .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uhXBAkMGub .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uhXBAkMGub .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhXBAkMGub .iconfont-wrapper {
  color: #6b818c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhXBAkMGub .dropdown-menu,
.cid-uhXBAkMGub .navbar.opened {
  background: #ffffff !important;
}
.cid-uhXBAkMGub .nav-item:focus,
.cid-uhXBAkMGub .nav-link:focus {
  outline: none;
}
.cid-uhXBAkMGub .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhXBAkMGub .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhXBAkMGub .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhXBAkMGub .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhXBAkMGub .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhXBAkMGub .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhXBAkMGub .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-uhXBAkMGub .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uhXBAkMGub .navbar.opened {
  transition: all 0.3s;
}
.cid-uhXBAkMGub .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhXBAkMGub .navbar .navbar-logo img {
  width: auto;
}
.cid-uhXBAkMGub .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uhXBAkMGub .navbar.collapsed {
  justify-content: center;
}
.cid-uhXBAkMGub .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhXBAkMGub .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhXBAkMGub .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uhXBAkMGub .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhXBAkMGub .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhXBAkMGub .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-uhXBAkMGub .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhXBAkMGub .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhXBAkMGub .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhXBAkMGub .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhXBAkMGub .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhXBAkMGub .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhXBAkMGub .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhXBAkMGub .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-uhXBAkMGub .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhXBAkMGub .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhXBAkMGub .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhXBAkMGub .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhXBAkMGub .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhXBAkMGub .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhXBAkMGub .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhXBAkMGub .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhXBAkMGub .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhXBAkMGub .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-uhXBAkMGub .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhXBAkMGub .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhXBAkMGub .dropdown-item.active,
.cid-uhXBAkMGub .dropdown-item:active {
  background-color: transparent;
}
.cid-uhXBAkMGub .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhXBAkMGub .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhXBAkMGub .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhXBAkMGub .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uhXBAkMGub .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhXBAkMGub .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhXBAkMGub ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhXBAkMGub .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhXBAkMGub button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhXBAkMGub button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #272523;
}
.cid-uhXBAkMGub button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhXBAkMGub button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhXBAkMGub button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhXBAkMGub button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhXBAkMGub nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhXBAkMGub nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhXBAkMGub nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhXBAkMGub nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhXBAkMGub .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uhXBAkMGub a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhXBAkMGub .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhXBAkMGub .navbar {
    height: 70px;
  }
  .cid-uhXBAkMGub .navbar.opened {
    height: auto;
  }
  .cid-uhXBAkMGub .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhXD6EyWE7 {
  background-color: #ffffff;
}
.cid-uhXD6EyWE7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhXD6EyWE7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhXD6EyWE7 .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-uhXD6EyWE7 .row {
  align-items: center;
}
.cid-uhXD6EyWE7 .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uhXD6EyWE7 .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-uhXD6EyWE7 .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-uhXD6EyWE7 .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-uhXD6EyWE7 .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-uhXD6EyWE7 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uhXD6EyWE7 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uhXD6EyWE7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-uhXD6EyWE7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhXD6EyWE7 .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #6b818c;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uhXD6EyWE7 .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-uhXD6EyWE7 .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-uhXD6EyWE7 .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-uhXD6EyWE7 .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-uhXD6EyWE7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-uhXD6EyWE7 .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhXD6EyWE7 .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #19c8a5 !important;
}
.cid-uhXD6EyWE7 .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-uhXD6EyWE7 .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-uhXD6EyWE7 .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-uhXD6EyWE7 .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #19c8a5;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uhXD6EyWE7 .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-uhXD6EyWE7 .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-uhXD6EyWE7 .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-uhXD6EyWE7 .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-uhXD6EyWE7 .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-uhXD6EyWE7 .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-uhXD6EyWE7 .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uhXD6EyWE7 .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-uhXD6EyWE7 .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-uhXD6EyWE7 .contact-text {
  width: 100%;
  color: #19c8a5;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-uhXD6EyWE7 .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-uhXD6EyWE7 .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uhXD6EyWE7 .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uhXD6EyWE7 .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-uhXD6EyWE7 .contact-container {
    width: 100%;
  }
}
.cid-uhXD6EyWE7 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #19c8a5;
}
.cid-uhXD6EyWE7 .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-uhXD6EyWE7 .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-uhXD6EyWE7 .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-uhXD6EyWE7 .contact-item-text {
  color: #6b818c;
  flex-grow: 1;
}
.cid-uhXD6EyWE7 .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #19c8a5;
}
.cid-uhXD6EyWE7 .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-uhXD6EyWE7 .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-uhXD6EyWE7 .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-uhXD6EyWE7 .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-uhXD6EyWE7 .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-unvw5vKaVE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #f4f2ef;
}
.cid-unvw5vKaVE .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #19c8a5;
}
.cid-unvw5vKaVE .mbr-fallback-image.disabled {
  display: none;
}
.cid-unvw5vKaVE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unvw5vKaVE .content-wrap {
  margin: 0;
}
.cid-unvw5vKaVE .content-wrap .card {
  padding: 0;
}
.cid-unvw5vKaVE .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  overflow: hidden;
  background-color: #19c8a5;
  padding: 40px 32px;
  border-right: 1px solid #19c8a5;
}
@media (max-width: 1640px) {
  .cid-unvw5vKaVE .image-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-unvw5vKaVE .image-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-unvw5vKaVE .image-wrapper {
    border-right: none;
    border-bottom: 1px solid #19c8a5;
  }
}
.cid-unvw5vKaVE .image-wrapper img {
  height: 620px;
  width: 620px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1640px) {
  .cid-unvw5vKaVE .image-wrapper img {
    height: 550px;
    width: 550px;
  }
}
@media (max-width: 1200px) {
  .cid-unvw5vKaVE .image-wrapper img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 768px) {
  .cid-unvw5vKaVE .image-wrapper img {
    height: 250px;
    width: 250px;
  }
}
.cid-unvw5vKaVE .content-wrapper {
  padding: 40px 72px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 1640px) {
  .cid-unvw5vKaVE .content-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-unvw5vKaVE .content-wrapper {
    padding: 40px 0;
  }
}
.cid-unvw5vKaVE .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-unvw5vKaVE .content-wrapper .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-unvw5vKaVE .content-wrapper .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-unvw5vKaVE .mbr-section-title {
  color: #150764;
}
.cid-unvw5vKaVE .mbr-text {
  color: #150764;
}
.cid-unvw5vKaVE .mbr-section-title,
.cid-unvw5vKaVE .mbr-section-btn {
  color: #19c8a5;
}
.cid-unvw5vKaVE .mbr-text,
.cid-unvw5vKaVE .text-wrap {
  color: #0e1724;
}
.cid-unvvFFXIcz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (max-width: 992px) {
  .cid-unvvFFXIcz .container,
  .cid-unvvFFXIcz .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-unvvFFXIcz .container .navbar-collapse,
  .cid-unvvFFXIcz .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-unvvFFXIcz {
    flex-wrap: wrap;
  }
  .cid-unvvFFXIcz .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-unvvFFXIcz .opened .container {
    flex-wrap: wrap;
  }
}
.cid-unvvFFXIcz .opened .container .navbar-collapse {
  width: 100%;
}
.cid-unvvFFXIcz .btn {
  padding: 0.8rem 2rem;
}
.cid-unvvFFXIcz .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-unvvFFXIcz .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #6b818c;
}
.cid-unvvFFXIcz .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-unvvFFXIcz nav.navbar {
  position: fixed;
}
.cid-unvvFFXIcz .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-unvvFFXIcz .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unvvFFXIcz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unvvFFXIcz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unvvFFXIcz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unvvFFXIcz .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-unvvFFXIcz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unvvFFXIcz .iconfont-wrapper {
  color: #6b818c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unvvFFXIcz .dropdown-menu,
.cid-unvvFFXIcz .navbar.opened {
  background: #ffffff !important;
}
.cid-unvvFFXIcz .nav-item:focus,
.cid-unvvFFXIcz .nav-link:focus {
  outline: none;
}
.cid-unvvFFXIcz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unvvFFXIcz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unvvFFXIcz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unvvFFXIcz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unvvFFXIcz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unvvFFXIcz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unvvFFXIcz .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-unvvFFXIcz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-unvvFFXIcz .navbar.opened {
  transition: all 0.3s;
}
.cid-unvvFFXIcz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unvvFFXIcz .navbar .navbar-logo img {
  width: auto;
}
.cid-unvvFFXIcz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-unvvFFXIcz .navbar.collapsed {
  justify-content: center;
}
.cid-unvvFFXIcz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unvvFFXIcz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unvvFFXIcz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-unvvFFXIcz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unvvFFXIcz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unvvFFXIcz .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-unvvFFXIcz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unvvFFXIcz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unvvFFXIcz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unvvFFXIcz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unvvFFXIcz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unvvFFXIcz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unvvFFXIcz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unvvFFXIcz .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-unvvFFXIcz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unvvFFXIcz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unvvFFXIcz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unvvFFXIcz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unvvFFXIcz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unvvFFXIcz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-unvvFFXIcz .navbar.navbar-short {
  min-height: 60px;
}
.cid-unvvFFXIcz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unvvFFXIcz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unvvFFXIcz .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-unvvFFXIcz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unvvFFXIcz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unvvFFXIcz .dropdown-item.active,
.cid-unvvFFXIcz .dropdown-item:active {
  background-color: transparent;
}
.cid-unvvFFXIcz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unvvFFXIcz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unvvFFXIcz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unvvFFXIcz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-unvvFFXIcz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unvvFFXIcz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unvvFFXIcz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unvvFFXIcz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unvvFFXIcz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unvvFFXIcz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #272523;
}
.cid-unvvFFXIcz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unvvFFXIcz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unvvFFXIcz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unvvFFXIcz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unvvFFXIcz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unvvFFXIcz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unvvFFXIcz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unvvFFXIcz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unvvFFXIcz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unvvFFXIcz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unvvFFXIcz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unvvFFXIcz .navbar {
    height: 70px;
  }
  .cid-unvvFFXIcz .navbar.opened {
    height: auto;
  }
  .cid-unvvFFXIcz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unvvFGkzhs {
  background-color: #ffffff;
}
.cid-unvvFGkzhs .mbr-fallback-image.disabled {
  display: none;
}
.cid-unvvFGkzhs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unvvFGkzhs .footer-head {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 2px solid #ffffff;
}
.cid-unvvFGkzhs .row {
  align-items: center;
}
.cid-unvvFGkzhs .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-unvvFGkzhs .col-brand {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-unvvFGkzhs .col-brand {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-unvvFGkzhs .col-brand {
    width: 100%;
    margin: 0 0 60px;
  }
}
.cid-unvvFGkzhs .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
  white-space: normal;
}
.cid-unvvFGkzhs .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-unvvFGkzhs .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-unvvFGkzhs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600 !important;
}
.cid-unvvFGkzhs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unvvFGkzhs .brand-text {
  margin-top: 40px;
  margin-bottom: 0;
  color: #6b818c;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-unvvFGkzhs .brand-text {
    margin-top: 16px;
    max-width: 254px;
  }
}
@media (max-width: 767px) {
  .cid-unvvFGkzhs .brand-text {
    max-width: 244px;
  }
}
@media (max-width: 575px) {
  .cid-unvvFGkzhs .brand-text {
    max-width: 100%;
    margin-top: 40px;
  }
}
.cid-unvvFGkzhs .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cid-unvvFGkzhs .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-unvvFGkzhs .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unvvFGkzhs .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #19c8a5 !important;
}
.cid-unvvFGkzhs .col-links {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-unvvFGkzhs .col-links {
    width: 50%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-unvvFGkzhs .col-links {
    width: 100%;
    padding: 0 !important;
    order: 5;
    margin: 40px 0 0;
  }
}
.cid-unvvFGkzhs .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #19c8a5;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-unvvFGkzhs .list {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-unvvFGkzhs .list {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.cid-unvvFGkzhs .list li {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-unvvFGkzhs .list li {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-unvvFGkzhs .list li {
    width: 50%;
    padding: 0 20px !important;
  }
}
.cid-unvvFGkzhs .col-contacts {
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  .cid-unvvFGkzhs .col-contacts {
    display: flex;
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-unvvFGkzhs .col-contacts {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .cid-unvvFGkzhs .col-contacts {
    flex-wrap: wrap;
  }
}
.cid-unvvFGkzhs .contact-text {
  width: 100%;
  color: #19c8a5;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-unvvFGkzhs .contact-text {
    width: 50%;
    padding: 0 20px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-unvvFGkzhs .contact-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-unvvFGkzhs .contact-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-unvvFGkzhs .contact-container {
    width: 50%;
    padding: 0 20px !important;
  }
}
@media (max-width: 575px) {
  .cid-unvvFGkzhs .contact-container {
    width: 100%;
  }
}
.cid-unvvFGkzhs .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
  background-color: #19c8a5;
}
.cid-unvvFGkzhs .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-unvvFGkzhs .contact-item {
  display: flex;
  align-items: flex-start;
}
.cid-unvvFGkzhs .contact-item:not(:first-child) {
  margin-top: 20px;
}
.cid-unvvFGkzhs .contact-item-text {
  color: #6b818c;
  flex-grow: 1;
}
.cid-unvvFGkzhs .footer-copyright {
  position: relative;
  z-index: 11;
  width: 100%;
  background-color: #19c8a5;
}
.cid-unvvFGkzhs .col-copyright {
  width: 100%;
  padding: 20px !important;
}
.cid-unvvFGkzhs .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-unvvFGkzhs .circle-blur {
  position: absolute;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .5;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
.cid-unvvFGkzhs .circle-blur1 {
  top: -150px;
  left: -150px;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-unvvFGkzhs .circle-blur2 {
  bottom: -150px;
  right: -150px;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
