.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #eff5f8;
}
body {
  font-family: Golos Text;
}
.display-1 {
  font-family: 'Golos Text', sans-serif;
  font-size: 4.5rem;
  line-height: 1.25;
}
.display-1 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-2 {
  font-family: 'Golos Text', sans-serif;
  font-size: 3rem;
  line-height: 1.25;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Golos Text', sans-serif;
  font-size: 2rem;
  line-height: 1.25;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.5rem;
  line-height: 1.25;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.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: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #a3cef1 !important;
}
.bg-success {
  background-color: #7be6b4 !important;
}
.bg-info {
  background-color: #6adff7 !important;
}
.bg-warning {
  background-color: #ffd862 !important;
}
.bg-danger {
  background-color: #e87984 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #a3cef1 !important;
  border-color: #a3cef1 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #cfe6f8 !important;
  border-color: #cfe6f8 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #cfe6f8 !important;
  border-color: #cfe6f8 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #274c77 !important;
  border-color: #274c77 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #34659d !important;
  border-color: #34659d !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #34659d !important;
  border-color: #34659d !important;
}
.btn-info,
.btn-info:active {
  background-color: #6adff7 !important;
  border-color: #6adff7 !important;
  color: #054e5d !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #9ae9fa !important;
  border-color: #9ae9fa !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #054e5d !important;
  background-color: #9ae9fa !important;
  border-color: #9ae9fa !important;
}
.btn-success,
.btn-success:active {
  background-color: #7be6b4 !important;
  border-color: #7be6b4 !important;
  color: #105233 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #a6eecc !important;
  border-color: #a6eecc !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #105233 !important;
  background-color: #a6eecc !important;
  border-color: #a6eecc !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffd862 !important;
  border-color: #ffd862 !important;
  color: #624a00 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffe595 !important;
  border-color: #ffe595 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #624a00 !important;
  background-color: #ffe595 !important;
  border-color: #ffe595 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e87984 !important;
  border-color: #e87984 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #efa5ac !important;
  border-color: #efa5ac !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #efa5ac !important;
  border-color: #efa5ac !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: #a3cef1;
  color: #a3cef1;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #58a6e6 !important;
  background-color: transparent !important;
  border-color: #58a6e6 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #a3cef1 !important;
  border-color: #a3cef1 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #274c77;
  color: #274c77;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #122236 !important;
  background-color: transparent !important;
  border-color: #122236 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #274c77 !important;
  border-color: #274c77 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #6adff7;
  color: #6adff7;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #18cdf3 !important;
  background-color: transparent !important;
  border-color: #18cdf3 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #054e5d !important;
  background-color: #6adff7 !important;
  border-color: #6adff7 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #7be6b4;
  color: #7be6b4;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #32d88b !important;
  background-color: transparent !important;
  border-color: #32d88b !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #105233 !important;
  background-color: #7be6b4 !important;
  border-color: #7be6b4 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffd862;
  color: #ffd862;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffc20b !important;
  background-color: transparent !important;
  border-color: #ffc20b !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #624a00 !important;
  background-color: #ffd862 !important;
  border-color: #ffd862 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e87984;
  color: #e87984;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #db2f40 !important;
  background-color: transparent !important;
  border-color: #db2f40 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e87984 !important;
  border-color: #e87984 !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: #a3cef1 !important;
}
.text-secondary {
  color: #274c77 !important;
}
.text-success {
  color: #7be6b4 !important;
}
.text-info {
  color: #6adff7 !important;
}
.text-warning {
  color: #ffd862 !important;
}
.text-danger {
  color: #e87984 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #4a9fe4 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #0e1b2a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #28d383 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0dc8ee !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #fbbd00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #d62536 !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: #a3cef1;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #6adff7;
}
.alert-warning {
  background-color: #ffd862;
}
.alert-danger {
  background-color: #e87984;
}
.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: #a3cef1;
  border-color: #a3cef1;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #a3cef1;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #a3cef1 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #a3cef1;
}
/* 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: #a3cef1;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #a3cef1;
}
.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: #a3cef1;
  border-bottom-color: #a3cef1;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #a3cef1 !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: #274c77 !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='%23a3cef1' %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: 15px 24px;
  border-radius: 4rem !important;
  flex-direction: row-reverse;
  border: none !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin: 0 16px 0 0;
}
.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 {
  padding: 0;
  border-radius: 0 !important;
  font-weight: 400 !important;
}
.mbr-section-btn .btn-primary-outline .mbr-iconfont,
.mbr-section-btn-main .btn-primary-outline .mbr-iconfont,
.mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.mbr-section-btn-main .btn-secondary-outline .mbr-iconfont,
.mbr-section-btn .btn-success-outline .mbr-iconfont,
.mbr-section-btn-main .btn-success-outline .mbr-iconfont,
.mbr-section-btn .btn-info-outline .mbr-iconfont,
.mbr-section-btn-main .btn-info-outline .mbr-iconfont,
.mbr-section-btn .btn-warning-outline .mbr-iconfont,
.mbr-section-btn-main .btn-warning-outline .mbr-iconfont,
.mbr-section-btn .btn-danger-outline .mbr-iconfont,
.mbr-section-btn-main .btn-danger-outline .mbr-iconfont,
.mbr-section-btn .btn-black-outline .mbr-iconfont,
.mbr-section-btn-main .btn-black-outline .mbr-iconfont,
.mbr-section-btn .btn-white-outline .mbr-iconfont,
.mbr-section-btn-main .btn-white-outline .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-primary-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-secondary-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-success-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-info-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-warning-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-danger-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-black-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-white-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-primary-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-secondary-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-success-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-info-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-warning-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-danger-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-black-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(4px);
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  font-weight: 700 !important;
}
.mbr-section-btn .btn-primary .mbr-iconfont,
.mbr-section-btn-main .btn-primary .mbr-iconfont,
.mbr-section-btn .btn-secondary .mbr-iconfont,
.mbr-section-btn-main .btn-secondary .mbr-iconfont,
.mbr-section-btn .btn-success .mbr-iconfont,
.mbr-section-btn-main .btn-success .mbr-iconfont,
.mbr-section-btn .btn-info .mbr-iconfont,
.mbr-section-btn-main .btn-info .mbr-iconfont,
.mbr-section-btn .btn-warning .mbr-iconfont,
.mbr-section-btn-main .btn-warning .mbr-iconfont,
.mbr-section-btn .btn-danger .mbr-iconfont,
.mbr-section-btn-main .btn-danger .mbr-iconfont,
.mbr-section-btn .btn-black .mbr-iconfont,
.mbr-section-btn-main .btn-black .mbr-iconfont,
.mbr-section-btn .btn-white .mbr-iconfont,
.mbr-section-btn-main .btn-white .mbr-iconfont {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 400 !important;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-primary:hover .mbr-iconfont,
.mbr-section-btn-main .btn-primary:hover .mbr-iconfont,
.mbr-section-btn .btn-secondary:hover .mbr-iconfont,
.mbr-section-btn-main .btn-secondary:hover .mbr-iconfont,
.mbr-section-btn .btn-success:hover .mbr-iconfont,
.mbr-section-btn-main .btn-success:hover .mbr-iconfont,
.mbr-section-btn .btn-info:hover .mbr-iconfont,
.mbr-section-btn-main .btn-info:hover .mbr-iconfont,
.mbr-section-btn .btn-warning:hover .mbr-iconfont,
.mbr-section-btn-main .btn-warning:hover .mbr-iconfont,
.mbr-section-btn .btn-danger:hover .mbr-iconfont,
.mbr-section-btn-main .btn-danger:hover .mbr-iconfont,
.mbr-section-btn .btn-black:hover .mbr-iconfont,
.mbr-section-btn-main .btn-black:hover .mbr-iconfont,
.mbr-section-btn .btn-white:hover .mbr-iconfont,
.mbr-section-btn-main .btn-white:hover .mbr-iconfont,
.mbr-section-btn .btn-primary:focus .mbr-iconfont,
.mbr-section-btn-main .btn-primary:focus .mbr-iconfont,
.mbr-section-btn .btn-secondary:focus .mbr-iconfont,
.mbr-section-btn-main .btn-secondary:focus .mbr-iconfont,
.mbr-section-btn .btn-success:focus .mbr-iconfont,
.mbr-section-btn-main .btn-success:focus .mbr-iconfont,
.mbr-section-btn .btn-info:focus .mbr-iconfont,
.mbr-section-btn-main .btn-info:focus .mbr-iconfont,
.mbr-section-btn .btn-warning:focus .mbr-iconfont,
.mbr-section-btn-main .btn-warning:focus .mbr-iconfont,
.mbr-section-btn .btn-danger:focus .mbr-iconfont,
.mbr-section-btn-main .btn-danger:focus .mbr-iconfont,
.mbr-section-btn .btn-black:focus .mbr-iconfont,
.mbr-section-btn-main .btn-black:focus .mbr-iconfont,
.mbr-section-btn .btn-white:focus .mbr-iconfont,
.mbr-section-btn-main .btn-white:focus .mbr-iconfont {
  transform: scale(1.3);
}
.mbr-section-btn .btn-primary .mbr-iconfont,
.mbr-section-btn-main .btn-primary .mbr-iconfont {
  color: #a3cef1 !important;
  background-color: #6adff7 !important;
}
.mbr-section-btn .btn-secondary .mbr-iconfont,
.mbr-section-btn-main .btn-secondary .mbr-iconfont {
  color: #274c77 !important;
  background-color: #a3cef1 !important;
}
.mbr-section-btn .btn-success .mbr-iconfont,
.mbr-section-btn-main .btn-success .mbr-iconfont {
  color: #7be6b4 !important;
  background-color: #a3cef1 !important;
}
.mbr-section-btn .btn-info .mbr-iconfont,
.mbr-section-btn-main .btn-info .mbr-iconfont {
  color: #6adff7 !important;
  background-color: #a3cef1 !important;
}
.mbr-section-btn .btn-warning .mbr-iconfont,
.mbr-section-btn-main .btn-warning .mbr-iconfont {
  color: #ffd862 !important;
  background-color: #a3cef1 !important;
}
.mbr-section-btn .btn-danger .mbr-iconfont,
.mbr-section-btn-main .btn-danger .mbr-iconfont {
  color: #e87984 !important;
  background-color: #a3cef1 !important;
}
.container-fluid {
  padding: 0 200px;
}
@media (max-width: 1440px) {
  .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .container {
    padding: 0 16px;
  }
}
.cid-uIIX962xkK {
  background-color: transparent;
}
.cid-uIIX962xkK .navbar-dropdown {
  background-color: #6096ba !important;
  padding: 0;
}
.cid-uIIX962xkK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #6096ba !important;
  background: #6096ba;
}
.cid-uIIX962xkK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIIX962xkK .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uIIX962xkK .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uIIX962xkK .menu_box .navbar.opened,
  .cid-uIIX962xkK .menu_box .navbar-collapse {
    background-color: #6096ba !important;
    transition: all 0s ease 0s;
  }
}
.cid-uIIX962xkK .navbar-dropdown {
  position: relative !important;
}
.cid-uIIX962xkK .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uIIX962xkK .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uIIX962xkK .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uIIX962xkK .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uIIX962xkK .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uIIX962xkK .btn:hover {
  box-shadow: none;
}
.cid-uIIX962xkK .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uIIX962xkK .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uIIX962xkK .nav-item {
    margin: 0 !important;
  }
}
.cid-uIIX962xkK .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #ffffff;
}
.cid-uIIX962xkK .nav-item .nav-link:hover,
.cid-uIIX962xkK .nav-item .nav-link:focus {
  border: 1px solid #ffffff;
}
.cid-uIIX962xkK .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uIIX962xkK .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uIIX962xkK .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uIIX962xkK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIIX962xkK .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uIIX962xkK .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uIIX962xkK .offcanvas_box {
    display: none;
  }
}
.cid-uIIX962xkK .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uIIX962xkK .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uIIX962xkK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uIIX962xkK .container {
  display: flex;
  margin: auto;
}
.cid-uIIX962xkK .iconfont-wrapper {
  color: #6096ba;
  background-color: #ffffff;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uIIX962xkK .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uIIX962xkK .iconfont-wrapper:hover {
  background-color: #6096ba;
}
.cid-uIIX962xkK .iconfont-wrapper:hover .mbr-iconfont {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uIIX962xkK .navbar-nav {
    margin: 0;
  }
}
.cid-uIIX962xkK .dropdown-menu,
.cid-uIIX962xkK .navbar.opened {
  background-color: false !important;
}
.cid-uIIX962xkK .nav-item:focus,
.cid-uIIX962xkK .nav-link:focus {
  outline: none;
}
.cid-uIIX962xkK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIIX962xkK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIIX962xkK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIIX962xkK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIIX962xkK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIIX962xkK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIIX962xkK .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uIIX962xkK .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uIIX962xkK .navbar.opened {
  transition: all 0.3s;
}
.cid-uIIX962xkK .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uIIX962xkK .navbar .navbar-logo img {
  max-width: 65px;
  min-height: 65px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uIIX962xkK .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIIX962xkK .navbar.collapsed {
  justify-content: center;
}
.cid-uIIX962xkK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIIX962xkK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIIX962xkK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIIX962xkK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIIX962xkK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIIX962xkK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uIIX962xkK .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uIIX962xkK .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uIIX962xkK .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uIIX962xkK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIIX962xkK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIIX962xkK .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uIIX962xkK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIIX962xkK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uIIX962xkK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIIX962xkK .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uIIX962xkK .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uIIX962xkK .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uIIX962xkK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uIIX962xkK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIIX962xkK .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uIIX962xkK .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIIX962xkK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIIX962xkK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIIX962xkK .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-uIIX962xkK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uIIX962xkK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIIX962xkK .dropdown-item.active,
.cid-uIIX962xkK .dropdown-item:active {
  background-color: transparent;
}
.cid-uIIX962xkK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-uIIX962xkK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIIX962xkK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIIX962xkK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIIX962xkK ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uIIX962xkK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIIX962xkK button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #6096ba;
  background: #6096ba;
}
.cid-uIIX962xkK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uIIX962xkK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIIX962xkK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIIX962xkK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIIX962xkK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIIX962xkK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIIX962xkK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIIX962xkK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIIX962xkK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIIX962xkK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uIIX962xkK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIIX962xkK .navbar {
    height: 70px;
  }
  .cid-uIIX962xkK .navbar.opened {
    height: auto;
  }
  .cid-uIIX962xkK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIIX962xkK .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uIIX962xkK .navbar-caption:hover {
  color: #a3cef1;
}
@media (min-width: 992px) {
  .cid-uIIX962xkK .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uIIX962xkK .text_widget {
  margin-bottom: 32px;
}
.cid-uIIX962xkK .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uIIX962xkK .text_widget a:hover,
.cid-uIIX962xkK .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-uIIX962xkK .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uIIX962xkK .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uIIX962xkK .navbar-caption {
  color: #FFFFFF;
}
.cid-uIIX962xkK .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uIIX962xkK .mbr-section-subtitle,
.cid-uIIX962xkK .text_widget,
.cid-uIIX962xkK .mbr-section-btn {
  text-align: center;
}
.cid-uIIX962xkK a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIIX962xkK .nav-link,
.cid-uIIX962xkK .dropdown-item {
  color: #FFFFFF;
}
.cid-uIIX966p9V {
  overflow: hidden;
  background-image: url("../images/photo-1613377512507-92803ec4e-h_m9mstxm8.jpg");
}
.cid-uIIX966p9V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIX966p9V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIX966p9V .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uIIX966p9V .content-wrapper {
    height: auto;
    margin-bottom: 35px;
  }
}
.cid-uIIX966p9V .content-wrapper .title-wrapper {
  margin-bottom: 300px;
}
@media (max-width: 992px) {
  .cid-uIIX966p9V .content-wrapper .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uIIX966p9V .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uIIX966p9V .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin: 10px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uIIX966p9V .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uIIX966p9V .mbr-section-title {
  color: #000000;
}
.cid-uIIX966p9V .mbr-text {
  color: #000000;
}
.cid-uIIX966p9V .mbr-section-title,
.cid-uIIX966p9V .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uIIX966p9V .mbr-text,
.cid-uIIX966p9V .text-wrapper {
  color: #FFFFFF;
}
.cid-uIIX96d44Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uIIX96d44Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIX96d44Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIX96d44Q .card {
  justify-content: flex-end;
}
.cid-uIIX96d44Q .title-wrapper .mbr-section-title {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uIIX96d44Q .title-wrapper .mbr-section-title {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uIIX96d44Q .title-wrapper .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-uIIX96d44Q .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uIIX96d44Q .text-wrapper .mbr-text {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uIIX96d44Q .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 35px;
  }
}
.cid-uIIX96d44Q .card-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 670px;
  padding: 50px;
}
@media (max-width: 992px) {
  .cid-uIIX96d44Q .card-wrapper {
    padding: 16px 16px 40px;
    min-height: 400px;
  }
}
.cid-uIIX96d44Q .card-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uIIX96d44Q .card-wrapper .image-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 3rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uIIX96d44Q .card-wrapper .image-wrap img {
    border-radius: 2rem;
  }
}
.cid-uIIX96d44Q .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  padding: 16px 24px;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uIIX96d44Q .card-wrapper .card-wrap {
    display: block;
    padding: 16px;
  }
}
.cid-uIIX96d44Q .card-wrapper .card-wrap .content-wrap {
  display: flex;
  align-items: center;
  width: 50%;
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uIIX96d44Q .card-wrapper .card-wrap .content-wrap {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uIIX96d44Q .card-wrapper .card-wrap .content-wrap .card-date {
  padding: 8px 16px;
  background-color: #a3cef1;
  border-radius: 0.5rem;
  min-width: 75px;
  margin-right: 24px;
  margin-bottom: 0;
  line-height: 1.7;
}
@media (max-width: 992px) {
  .cid-uIIX96d44Q .card-wrapper .card-wrap .content-wrap .card-date {
    margin-right: 0;
    margin-bottom: 20px;
    min-width: auto;
    width: 100%;
  }
}
.cid-uIIX96d44Q .card-wrapper .card-wrap .content-wrap .title-wrap {
  width: 280px;
}
@media (max-width: 992px) {
  .cid-uIIX96d44Q .card-wrapper .card-wrap .content-wrap .title-wrap {
    width: 100%;
  }
}
.cid-uIIX96d44Q .card-wrapper .card-wrap .content-wrap .title-wrap .card-title {
  margin-bottom: 15px;
}
.cid-uIIX96d44Q .card-wrapper .card-wrap .content-wrap .title-wrap .card-desc {
  margin-bottom: 0;
}
.cid-uIIX96d44Q .card-wrapper .card-wrap .text-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uIIX96d44Q .card-wrapper .card-wrap .text-wrap {
    width: 100%;
  }
}
.cid-uIIX96d44Q .card-wrapper .card-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uIIX96d44Q .mbr-section-title {
  color: #000000;
}
.cid-uIIX96d44Q .mbr-text {
  color: #000000;
}
.cid-uIIX96d44Q .card-date {
  color: #000000;
  text-align: center;
}
.cid-uIIX96d44Q .card-title {
  color: #000000;
}
.cid-uIIX96d44Q .card-desc {
  color: #000000;
}
.cid-uIIX96d44Q .card-text {
  color: #000000;
}
.cid-uIIX96d44Q .mbr-section-title,
.cid-uIIX96d44Q .mbr-section-btn {
  color: #000000;
}
.cid-uIIX96d44Q .mbr-text,
.cid-uIIX96d44Q .text-wrapper {
  color: #000000;
}
.cid-uIIX96gfhY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #91c7ec;
}
.cid-uIIX96gfhY .item:focus,
.cid-uIIX96gfhY span:focus {
  outline: none;
}
.cid-uIIX96gfhY .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uIIX96gfhY .item {
  color: #000000;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uIIX96gfhY .item {
    min-height: 45px;
  }
}
.cid-uIIX96iVHm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uIIX96iVHm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIX96iVHm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIX96iVHm .row {
  justify-content: center;
}
.cid-uIIX96iVHm .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uIIX96iVHm .title-wrapper .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-uIIX96iVHm .item {
  margin-bottom: 35px;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uIIX96iVHm .item {
    margin-bottom: 16px;
  }
}
.cid-uIIX96iVHm .item:hover .item-wrapper .item-img img,
.cid-uIIX96iVHm .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-uIIX96iVHm .item .item-wrapper {
  justify-content: space-between;
  height: 100%;
  padding: 40px;
  border-radius: 2rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uIIX96iVHm .item .item-wrapper {
    padding: 40px 20px;
  }
}
.cid-uIIX96iVHm .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uIIX96iVHm .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-uIIX96iVHm .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #d6ffff;
  color: #a3cef1;
  font-size: 60px;
}
.cid-uIIX96iVHm .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uIIX96iVHm .item .item-wrapper .card-box .list {
  padding: 0;
  margin: 0 0 15px 0;
  list-style-type: none;
}
.cid-uIIX96iVHm .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 15px;
}
.cid-uIIX96iVHm .item .item-wrapper .card-box .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uIIX96iVHm .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uIIX96iVHm .item-title {
  color: #000000;
}
.cid-uIIX96iVHm .list {
  color: #000000;
}
.cid-uIIX96iVHm .item-title,
.cid-uIIX96iVHm .icon-wrapper,
.cid-uIIX96iVHm .mbr-section-btn {
  text-align: center;
}
.cid-uIIX96iVHm .item-title,
.cid-uIIX96iVHm .mbr-section-btn,
.cid-uIIX96iVHm .icon-wrapper {
  color: #000000;
}
.cid-uIIX96iVHm .list,
.cid-uIIX96iVHm .item-wrap {
  color: #000000;
}
.cid-uIIX96ngfO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uIIX96ngfO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIX96ngfO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIX96ngfO .row {
  justify-content: space-between;
}
.cid-uIIX96ngfO .content-wrapper .mbr-desc {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uIIX96ngfO .content-wrapper .mbr-desc {
    margin-bottom: 35px;
  }
}
.cid-uIIX96ngfO .content-wrapper .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  padding: 40px 0;
  background-color: transparent;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uIIX96ngfO .content-wrapper .panel-group .card {
    padding: 25px 0;
  }
}
.cid-uIIX96ngfO .content-wrapper .panel-group .card:hover::before,
.cid-uIIX96ngfO .content-wrapper .panel-group .card:focus::before {
  width: 100%;
}
.cid-uIIX96ngfO .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uIIX96ngfO .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uIIX96ngfO .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uIIX96ngfO .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uIIX96ngfO .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #000000;
}
.cid-uIIX96ngfO .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  font-weight: 700 !important;
  transition: all 0.3s ease-in-out;
  color: #eff5f8;
  margin-top: 4px;
}
.cid-uIIX96ngfO .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(180deg);
}
.cid-uIIX96ngfO .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 25px;
}
.cid-uIIX96ngfO .content-wrapper .panel-group .card .panel-collapse .panel-body .list {
  padding: 0;
  margin: 0 0 0 50%;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uIIX96ngfO .content-wrapper .panel-group .card .panel-collapse .panel-body .list {
    margin: 0;
  }
}
.cid-uIIX96ngfO .content-wrapper .panel-group .card .panel-collapse .panel-body .list .item-wrap {
  margin-bottom: 15px;
}
.cid-uIIX96ngfO .content-wrapper .panel-group .card .panel-collapse .panel-body .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uIIX96ngfO .mbr-desc {
  color: #000000;
}
.cid-uIIX96ngfO .panel-title-edit {
  color: #000000;
}
.cid-uIIX96ngfO .list {
  color: #000000;
}
.cid-uIIX96ngfO .list,
.cid-uIIX96ngfO .item-wrap {
  color: #000000;
}
.cid-uIIX96BOW6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uIIX96BOW6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIX96BOW6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIX96BOW6 .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uIIX96BOW6 .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uIIX96BOW6 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uIIX96BOW6 .image-wrapper {
  padding: 0 30px;
}
@media (max-width: 1200px) {
  .cid-uIIX96BOW6 .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uIIX96BOW6 .image-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uIIX96BOW6 .image-wrapper img {
  height: 405px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uIIX96BOW6 .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uIIX96BOW6 .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uIIX96BOW6 .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uIIX96BOW6 .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uIIX96BOW6 .mbr-section-title {
  color: #000000;
}
.cid-uIIX96BOW6 .mbr-desc {
  color: #000000;
}
.cid-uIIX96BOW6 .mbr-text {
  color: #000000;
}
.cid-uIIX96BOW6 .mbr-text,
.cid-uIIX96BOW6 .mbr-section-btn {
  color: #000000;
}
.cid-uIIX96CKt6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uIIX96CKt6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIX96CKt6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIX96CKt6 .row {
  justify-content: center;
}
.cid-uIIX96CKt6 .content-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uIIX96CKt6 .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uIIX96CKt6 .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uIIX96CKt6 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIIX96CKt6 .item {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uIIX96CKt6 .item {
    margin-bottom: 35px;
  }
}
.cid-uIIX96CKt6 .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uIIX96CKt6 .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-uIIX96CKt6 .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #d6ffff;
  color: #a3cef1;
  font-size: 60px;
}
.cid-uIIX96CKt6 .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uIIX96CKt6 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uIIX96CKt6 .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.cid-uIIX96CKt6 .mbr-section-title {
  color: #000000;
}
.cid-uIIX96CKt6 .mbr-text {
  color: #000000;
}
.cid-uIIX96CKt6 .item-title {
  color: #000000;
}
.cid-uIIX96CKt6 .item-text {
  color: #000000;
}
.cid-uIIX96CKt6 .item-title,
.cid-uIIX96CKt6 .icon-wrapper {
  color: #000000;
}
.cid-uIIX96G1M4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uIIX96G1M4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIX96G1M4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIX96G1M4 .row {
  justify-content: space-between;
}
.cid-uIIX96G1M4 .content-wrapper {
  padding: 90px;
  border-radius: 3rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uIIX96G1M4 .content-wrapper {
    padding: 40px 16px;
    border-radius: 2rem;
  }
}
.cid-uIIX96G1M4 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIIX96G1M4 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIIX96G1M4 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIIX96G1M4 .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIIX96G1M4 .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uIIX96G1M4 .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uIIX96G1M4 .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uIIX96G1M4 .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uIIX96G1M4 .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uIIX96G1M4 .mbr-section-title {
  color: #000000;
}
.cid-uIIX96G1M4 .mbr-section-subtitle {
  color: #000000;
}
.cid-uIIX96G1M4 .mbr-desc {
  color: #000000;
}
.cid-uIIX96G1M4 .mbr-text {
  color: #000000;
}
.cid-uIIX96G1M4 .mbr-section-title,
.cid-uIIX96G1M4 .mbr-section-btn {
  color: #000000;
}
.cid-uIIX96G1M4 .mbr-section-subtitle,
.cid-uIIX96G1M4 .logo-wrapper {
  color: #000000;
}
.cid-uIIX96G1M4 .mbr-desc,
.cid-uIIX96G1M4 .logo-wrapper {
  color: #000000;
}
.cid-uIIX96Pcq7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uIIX96Pcq7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIX96Pcq7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIX96Pcq7 .row {
  justify-content: center;
}
.cid-uIIX96Pcq7 .content-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uIIX96Pcq7 .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uIIX96Pcq7 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uIIX96Pcq7 .item {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uIIX96Pcq7 .item {
    margin-bottom: 35px;
  }
}
.cid-uIIX96Pcq7 .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uIIX96Pcq7 .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-uIIX96Pcq7 .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #d6ffff;
  color: #a3cef1;
  font-size: 60px;
}
.cid-uIIX96Pcq7 .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uIIX96Pcq7 .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.cid-uIIX96Pcq7 .mbr-section-title {
  color: #000000;
}
.cid-uIIX96Pcq7 .item-title {
  color: #000000;
}
.cid-uIIX96Pcq7 .item-title,
.cid-uIIX96Pcq7 .icon-wrapper {
  color: #000000;
}
.cid-uIIX96QaZJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #001521;
}
.cid-uIIX96QaZJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIX96QaZJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIX96QaZJ .row {
  justify-content: space-between;
}
.cid-uIIX96QaZJ .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uIIX96QaZJ .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uIIX96QaZJ .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uIIX96QaZJ .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uIIX96QaZJ .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uIIX96QaZJ .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uIIX96QaZJ .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uIIX96QaZJ .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uIIX96QaZJ .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uIIX96QaZJ .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-uIIX96QaZJ .list-wrapper .list .item-wrap:hover,
.cid-uIIX96QaZJ .list-wrapper .list .item-wrap:focus {
  color: #a3cef1;
}
.cid-uIIX96QaZJ .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uIIX96QaZJ .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uIIX96QaZJ .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uIIX96QaZJ .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-uIIX96QaZJ .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-uIIX96QaZJ .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uIIX96QaZJ .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIIX96QaZJ .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIIX96QaZJ .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #a3cef1;
}
.cid-uIIX96QaZJ .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #ffffff;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uIIX96QaZJ .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uIIX96QaZJ .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-uIIX96QaZJ .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uIIX96QaZJ .mbr-section-title {
  color: #000000;
}
.cid-uIIX96QaZJ .mbr-text {
  color: #FFFFFF;
}
.cid-uIIX96QaZJ .list {
  color: #000000;
}
.cid-uIIX96QaZJ .mbr-desc {
  color: #000000;
}
.cid-uIIX96QaZJ .mbr-copy {
  color: #000000;
}
.cid-uIIX96QaZJ .mbr-desc,
.cid-uIIX96QaZJ .social-wrapper {
  text-align: center;
  color: #FFFFFF;
}
.cid-uIIX96QaZJ .mbr-copy,
.cid-uIIX96QaZJ .mbr-section-btn-main {
  text-align: center;
  color: #FFFFFF;
}
.cid-uIIX96QaZJ .mbr-section-title,
.cid-uIIX96QaZJ .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uIIX96QaZJ .list,
.cid-uIIX96QaZJ .item-wrap {
  color: #FFFFFF;
}
