.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: 20px !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Golos Text;
}
.display-1 {
  font-family: 'Golos Text', sans-serif;
  font-size: 8.125rem;
  line-height: 108%;
}
.display-1 > .mbr-iconfont {
  font-size: 10.15625rem;
}
.display-2 {
  font-family: 'Golos Text', sans-serif;
  font-size: 4.375rem;
  line-height: 76px;
}
.display-2 > .mbr-iconfont {
  font-size: 5.46875rem;
}
.display-4 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.125rem;
  line-height: 26px;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Golos Text', sans-serif;
  font-size: 2.625rem;
  line-height: 128%;
}
.display-5 > .mbr-iconfont {
  font-size: 3.28125rem;
}
.display-7 {
  font-family: 'Golos Text', sans-serif;
  font-size: 2rem;
  line-height: 35px;
}
.display-7 > .mbr-iconfont {
  font-size: 2.5rem;
}
/* ---- 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: 6.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.6875rem;
    font-size: calc( 3.4937499999999995rem + (8.125 - 3.4937499999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.4937499999999995rem + (8.125 - 3.4937499999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.5rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.18125rem + (4.375 - 2.18125) * ((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.1rem;
    font-size: calc( 1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* 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: #ff99c8 !important;
}
.bg-success {
  background-color: #7ee7b6 !important;
}
.bg-info {
  background-color: #6ee0f7 !important;
}
.bg-warning {
  background-color: #ffd966 !important;
}
.bg-danger {
  background-color: #e87d87 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff99c8 !important;
  border-color: #ff99c8 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffcce4 !important;
  border-color: #ffcce4 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ffcce4 !important;
  border-color: #ffcce4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #def9a9 !important;
  border-color: #def9a9 !important;
  color: #69980b !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f0fcd9 !important;
  border-color: #f0fcd9 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #69980b !important;
  background-color: #f0fcd9 !important;
  border-color: #f0fcd9 !important;
}
.btn-info,
.btn-info:active {
  background-color: #6ee0f7 !important;
  border-color: #6ee0f7 !important;
  color: #055161 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #9eeafa !important;
  border-color: #9eeafa !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #055161 !important;
  background-color: #9eeafa !important;
  border-color: #9eeafa !important;
}
.btn-success,
.btn-success:active {
  background-color: #7ee7b6 !important;
  border-color: #7ee7b6 !important;
  color: #105635 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #a9efce !important;
  border-color: #a9efce !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #105635 !important;
  background-color: #a9efce !important;
  border-color: #a9efce !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffd966 !important;
  border-color: #ffd966 !important;
  color: #664d00 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffe699 !important;
  border-color: #ffe699 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #664d00 !important;
  background-color: #ffe699 !important;
  border-color: #ffe699 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e87d87 !important;
  border-color: #e87d87 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #f0a8af !important;
  border-color: #f0a8af !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f0a8af !important;
  border-color: #f0a8af !important;
}
.btn-white,
.btn-white:active {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
  color: #787878 !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: #787878 !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: #ff99c8;
  color: #ff99c8;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ff4299 !important;
  background-color: transparent !important;
  border-color: #ff4299 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff99c8 !important;
  border-color: #ff99c8 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #def9a9;
  color: #def9a9;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #bff358 !important;
  background-color: transparent !important;
  border-color: #bff358 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #69980b !important;
  background-color: #def9a9 !important;
  border-color: #def9a9 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #6ee0f7;
  color: #6ee0f7;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #1ccef2 !important;
  background-color: transparent !important;
  border-color: #1ccef2 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #055161 !important;
  background-color: #6ee0f7 !important;
  border-color: #6ee0f7 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #7ee7b6;
  color: #7ee7b6;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #35d98d !important;
  background-color: transparent !important;
  border-color: #35d98d !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #105635 !important;
  background-color: #7ee7b6 !important;
  border-color: #7ee7b6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffd966;
  color: #ffd966;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffc30f !important;
  background-color: transparent !important;
  border-color: #ffc30f !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #664d00 !important;
  background-color: #ffd966 !important;
  border-color: #ffd966 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e87d87;
  color: #e87d87;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #db3343 !important;
  background-color: transparent !important;
  border-color: #db3343 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e87d87 !important;
  border-color: #e87d87 !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: #ff99c8 !important;
}
.text-secondary {
  color: #def9a9 !important;
}
.text-success {
  color: #7ee7b6 !important;
}
.text-info {
  color: #6ee0f7 !important;
}
.text-warning {
  color: #ffd966 !important;
}
.text-danger {
  color: #e87d87 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ff3391 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b9f24a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #28d785 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0dcbf2 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffc000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #d92637 !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: #ff99c8;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #6ee0f7;
}
.alert-warning {
  background-color: #ffd966;
}
.alert-danger {
  background-color: #e87d87;
}
.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: #ff99c8;
  border-color: #ff99c8;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff99c8;
}
.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: 2rem;
  line-height: 35px;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2.5rem;
}
.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: #ff99c8 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Golos Text', sans-serif;
  font-size: 2rem;
  line-height: 35px;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #ff99c8;
}
/* 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: #ff99c8;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff99c8;
}
.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: #ff99c8;
  border-bottom-color: #ff99c8;
}
.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: #ff99c8 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #def9a9 !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='%23ff99c8' %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: 4px 20px;
  border-radius: 110px !important;
  flex-direction: row-reverse;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin: 0 8px 0 0;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  opacity: .8;
}
.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 {
  border: none;
}
.cid-uJgVwTzQdS .navbar-dropdown {
  position: relative !important;
}
.cid-uJgVwTzQdS .container-fluid {
  padding: 0 16px;
}
@media (max-width: 768px) {
  .cid-uJgVwTzQdS .container-fluid {
    padding: 0 8px;
  }
}
.cid-uJgVwTzQdS .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 992px) {
  .cid-uJgVwTzQdS .container {
    padding: 0 8px;
  }
}
@media (max-width: 991px) {
  .cid-uJgVwTzQdS .container {
    flex-wrap: wrap;
  }
}
.cid-uJgVwTzQdS .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-uJgVwTzQdS .dropdown-menu {
  padding: 0px 0px 12px 0px;
  text-align: left;
}
.cid-uJgVwTzQdS .dropdown-item:hover span {
  color: white;
}
.cid-uJgVwTzQdS .dropdown-item:last-child {
  border-bottom: none;
}
.cid-uJgVwTzQdS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uJgVwTzQdS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJgVwTzQdS .nav-link {
  position: relative;
}
.cid-uJgVwTzQdS .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJgVwTzQdS .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uJgVwTzQdS .dropdown-menu,
.cid-uJgVwTzQdS .navbar.opened {
  background: #ffffff !important;
}
.cid-uJgVwTzQdS .nav-item:focus,
.cid-uJgVwTzQdS .nav-link:focus {
  outline: none;
}
.cid-uJgVwTzQdS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJgVwTzQdS .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uJgVwTzQdS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJgVwTzQdS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJgVwTzQdS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJgVwTzQdS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJgVwTzQdS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-uJgVwTzQdS .navbar.opened {
  transition: all 0.3s;
}
.cid-uJgVwTzQdS .navbar .dropdown-item {
  padding: 0.5rem 1.3rem;
}
.cid-uJgVwTzQdS .navbar .navbar-logo img {
  width: auto;
}
.cid-uJgVwTzQdS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJgVwTzQdS .navbar.collapsed {
  justify-content: center;
}
.cid-uJgVwTzQdS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJgVwTzQdS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJgVwTzQdS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uJgVwTzQdS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJgVwTzQdS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJgVwTzQdS .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-uJgVwTzQdS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  wifth: 100%;
}
.cid-uJgVwTzQdS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.5rem 1rem;
  text-align: left;
}
.cid-uJgVwTzQdS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJgVwTzQdS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJgVwTzQdS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJgVwTzQdS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJgVwTzQdS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJgVwTzQdS .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-uJgVwTzQdS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJgVwTzQdS .navbar ul.navbar-nav li {
    margin: auto;
    width: 100%;
  }
  .cid-uJgVwTzQdS .navbar .dropdown-menu .dropdown-item {
    padding: 0.5rem 1rem !important;
    text-align: left;
  }
  .cid-uJgVwTzQdS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uJgVwTzQdS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJgVwTzQdS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uJgVwTzQdS .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uJgVwTzQdS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJgVwTzQdS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJgVwTzQdS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJgVwTzQdS .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-uJgVwTzQdS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJgVwTzQdS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJgVwTzQdS .dropdown-item.active,
.cid-uJgVwTzQdS .dropdown-item:active {
  background-color: transparent;
}
.cid-uJgVwTzQdS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  justify-content: left;
}
.cid-uJgVwTzQdS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJgVwTzQdS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJgVwTzQdS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uJgVwTzQdS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJgVwTzQdS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJgVwTzQdS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJgVwTzQdS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJgVwTzQdS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJgVwTzQdS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uJgVwTzQdS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJgVwTzQdS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJgVwTzQdS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJgVwTzQdS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJgVwTzQdS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJgVwTzQdS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJgVwTzQdS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJgVwTzQdS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJgVwTzQdS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJgVwTzQdS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJgVwTzQdS .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-uJgVwTzQdS .navbar {
    height: 70px;
  }
  .cid-uJgVwTzQdS .navbar.opened {
    height: auto;
  }
  .cid-uJgVwTzQdS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-uJgVwTzQdS .nav-dropdown .link {
    padding: 0 0em !important;
    margin: 0.667em 0em !important;
  }
  .cid-uJgVwTzQdS .navbar .dropdown-menu {
    padding-left: 10px;
  }
  .cid-uJgVwTzQdS .dropdown-menu {
    padding: 0px;
  }
}
.cid-uJgVwTARTc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJgVwTARTc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJgVwTARTc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJgVwTARTc .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uJgVwTARTc .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uJgVwTARTc .container {
    padding: 0 20px;
  }
}
.cid-uJgVwTARTc .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 64px 30px;
}
@media (max-width: 768px) {
  .cid-uJgVwTARTc .content-wrapper {
    padding: 46px 20px;
  }
}
.cid-uJgVwTARTc .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
  animation: none;
}
.cid-uJgVwTARTc .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  border-radius: 20px !important;
  background-color: #a9def9;
  opacity: 0.6;
}
.cid-uJgVwTARTc .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 250px;
}
@media (max-width: 992px) {
  .cid-uJgVwTARTc .content-wrapper .title-wrapper {
    margin-bottom: 150px;
  }
}
@media (max-width: 768px) {
  .cid-uJgVwTARTc .content-wrapper .title-wrapper {
    margin-bottom: 46px;
  }
}
.cid-uJgVwTARTc .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uJgVwTARTc .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJgVwTARTc .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uJgVwTARTc .content-wrapper .content-wrap .icon-wrapper {
  display: block;
  margin-bottom: 108px;
}
@media (max-width: 992px) {
  .cid-uJgVwTARTc .content-wrapper .content-wrap .icon-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uJgVwTARTc .content-wrapper .content-wrap .icon-wrapper:hover .mbr-iconfont,
.cid-uJgVwTARTc .content-wrapper .content-wrap .icon-wrapper:focus .mbr-iconfont {
  color: #ffffff;
  background-color: #000000;
}
.cid-uJgVwTARTc .content-wrapper .content-wrap .icon-wrapper .mbr-iconfont {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uJgVwTARTc .content-wrapper .content-wrap .mbr-name {
  margin-bottom: 16px;
}
.cid-uJgVwTARTc .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-uJgVwTARTc .mbr-section-title {
  color: #ffffff;
}
.cid-uJgVwTARTc .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uJgVwTARTc .mbr-text,
.cid-uJgVwTARTc .text-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uJgVwTARTc .mbr-name {
  color: #000000;
  text-align: center;
}
.cid-uJgVwTARTc .mbr-role {
  color: #000000;
  text-align: center;
}
.cid-uJgVwTARTc .mbr-section-title,
.cid-uJgVwTARTc .mbr-section-btn,
.cid-uJgVwTARTc .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uJgVwTCchj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJgVwTCchj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJgVwTCchj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJgVwTCchj .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uJgVwTCchj .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uJgVwTCchj .container {
    padding: 0 20px;
  }
}
.cid-uJgVwTCchj .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uJgVwTCchj .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uJgVwTCchj .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uJgVwTCchj .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJgVwTCchj .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uJgVwTCchj .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uJgVwTCchj .content-wrapper .image-wrapper img {
  display: inline-flex;
  width: 50%;
  border-radius: 20px !important;
  object-fit: cover;
  height: 280px;
}
@media (max-width: 992px) {
  .cid-uJgVwTCchj .content-wrapper .image-wrapper img {
    width: 100%;
  }
}
.cid-uJgVwTCchj .content-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uJgVwTCchj .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uJgVwTCchj .mbr-section-title {
  color: #000000;
}
.cid-uJgVwTCchj .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uJgVwTCchj .mbr-text,
.cid-uJgVwTCchj .text-wrapper {
  color: #000000;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cid-uJgVwTCchj .mbr-section-title,
.cid-uJgVwTCchj .mbr-section-btn,
.cid-uJgVwTCchj .image-wrapper {
  text-align: center;
}
.cid-uJgVwTD3JR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJgVwTD3JR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJgVwTD3JR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJgVwTD3JR .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uJgVwTD3JR .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uJgVwTD3JR .container {
    padding: 0 20px;
  }
}
.cid-uJgVwTD3JR .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uJgVwTD3JR .content-wrapper {
    padding: 0 20px;
  }
}
.cid-uJgVwTD3JR .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
  animation: none;
}
.cid-uJgVwTD3JR .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  border-radius: 20px !important;
  background-color: #a9def9;
  opacity: 0.6;
}
.cid-uJgVwTD3JR .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  margin: 280px 0 200px;
}
@media (max-width: 992px) {
  .cid-uJgVwTD3JR .content-wrapper .content-wrap {
    margin: 150px 0;
  }
}
@media (max-width: 768px) {
  .cid-uJgVwTD3JR .content-wrapper .content-wrap {
    margin: 46px 0;
  }
}
.cid-uJgVwTD3JR .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uJgVwTD3JR .content-wrapper .content-wrap .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJgVwTD3JR .content-wrapper .content-wrap .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uJgVwTD3JR .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .cid-uJgVwTD3JR .content-wrapper .mbr-section-btn {
    margin-bottom: 46px;
  }
}
.cid-uJgVwTD3JR .mbr-section-title {
  color: #ffffff;
}
.cid-uJgVwTD3JR .mbr-text,
.cid-uJgVwTD3JR .text-wrap {
  color: #000000;
  text-align: center;
}
.cid-uJgVwTD3JR .mbr-section-title,
.cid-uJgVwTD3JR .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uJgVwTEgQ1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../images/photo-1445384763658-040093982-h_m9v3oj2h.jpg");
}
.cid-uJgVwTEgQ1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJgVwTEgQ1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJgVwTEgQ1 .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uJgVwTEgQ1 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uJgVwTEgQ1 .frame-wrapper {
  outline: 10rem solid #ffffff;
  border-radius: 20px;
}
.cid-uJgVwTEgQ1 .content-wrapper {
  min-height: 960px;
  border-radius: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uJgVwTEgQ1 .content-wrapper {
    padding: 0 20px;
  }
}
.cid-uJgVwTEgQ1 .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-uJgVwTEgQ1 .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  margin: 200px 0 200px;
}
@media (max-width: 992px) {
  .cid-uJgVwTEgQ1 .content-wrapper .content-wrap {
    margin: 150px 0;
  }
}
@media (max-width: 768px) {
  .cid-uJgVwTEgQ1 .content-wrapper .content-wrap {
    margin: 46px 0;
  }
}
.cid-uJgVwTEgQ1 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uJgVwTEgQ1 .content-wrapper .content-wrap .text-wrap .mbr-text {
  display: inline-flex;
  justify-content: center;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJgVwTEgQ1 .content-wrapper .content-wrap .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uJgVwTEgQ1 .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .cid-uJgVwTEgQ1 .content-wrapper .mbr-section-btn {
    margin-bottom: 46px;
  }
}
.cid-uJgVwTEgQ1 .mbr-section-title {
  color: #ffffff;
}
.cid-uJgVwTEgQ1 .mbr-text,
.cid-uJgVwTEgQ1 .text-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uJgVwTEgQ1 .mbr-section-title,
.cid-uJgVwTEgQ1 .mbr-section-btn {
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uJgVwTEgQ1 .content-wrapper {
    min-height: 480px;
  }
}
.cid-uJgVwTGZUy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #a9def9;
}
.cid-uJgVwTGZUy .item:focus,
.cid-uJgVwTGZUy span:focus {
  outline: none;
}
.cid-uJgVwTGZUy .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uJgVwTGZUy .item {
  font-weight: 700;
  color: #000000;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uJgVwTGZUy .item {
    min-height: 45px;
  }
}
.cid-uJgVwTIXyU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJgVwTIXyU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJgVwTIXyU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJgVwTIXyU .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uJgVwTIXyU .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uJgVwTIXyU .container {
    padding: 0 20px;
  }
}
.cid-uJgVwTIXyU .item {
  margin-top: 32px;
}
.cid-uJgVwTIXyU .item:first-child {
  margin-top: 0;
}
.cid-uJgVwTIXyU .item:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uJgVwTIXyU .item:nth-child(2) {
    margin-top: 32px;
  }
}
.cid-uJgVwTIXyU .item:nth-child(2n) .item-wrapper {
  background-color: #a9def9;
}
.cid-uJgVwTIXyU .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 52px 40px;
  background-color: #f3f6f9;
  border-radius: 20px !important;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uJgVwTIXyU .item .item-wrapper {
    padding: 46px 20px;
  }
}
.cid-uJgVwTIXyU .item .item-wrapper .card-box .card-desc_1,
.cid-uJgVwTIXyU .item .item-wrapper .card-box .card-desc_2 {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uJgVwTIXyU .item .item-wrapper .card-box .card-desc_1,
  .cid-uJgVwTIXyU .item .item-wrapper .card-box .card-desc_2 {
    margin-bottom: 20px;
  }
}
.cid-uJgVwTIXyU .item .item-wrapper .card-box .icon-wrapper_1 .mbr-iconfont,
.cid-uJgVwTIXyU .item .item-wrapper .card-box .icon-wrapper_2 .mbr-iconfont {
  display: inline-flex;
  font-size: 78px;
  margin-bottom: 80px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uJgVwTIXyU .item .item-wrapper .card-box .icon-wrapper_1 .mbr-iconfont,
  .cid-uJgVwTIXyU .item .item-wrapper .card-box .icon-wrapper_2 .mbr-iconfont {
    margin-bottom: 46px;
  }
}
.cid-uJgVwTIXyU .item .item-wrapper .card-box .icon-wrapper_2 .mbr-iconfont {
  color: #ffffff;
}
.cid-uJgVwTIXyU .item .item-wrapper .card-box .card-title_1,
.cid-uJgVwTIXyU .item .item-wrapper .card-box .card-title_2 {
  margin-bottom: 32px;
}
.cid-uJgVwTIXyU .item .item-wrapper .card-box .title-wrapper_1 .card-title_1 {
  display: inline-flex;
  justify-content: center;
  width: 70%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-uJgVwTIXyU .item .item-wrapper .card-box .title-wrapper_1 .card-title_1 {
    width: 100%;
  }
}
.cid-uJgVwTIXyU .item .item-wrapper .card-box .title-wrapper_2 .card-title_2 {
  display: inline-flex;
  justify-content: center;
  width: 70%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-uJgVwTIXyU .item .item-wrapper .card-box .title-wrapper_2 .card-title_2 {
    width: 100%;
  }
}
.cid-uJgVwTIXyU .item .item-wrapper .card-box .text-wrapper_1 .card-text_1 {
  display: inline-flex;
  justify-content: center;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJgVwTIXyU .item .item-wrapper .card-box .text-wrapper_1 .card-text_1 {
    width: 100%;
  }
}
.cid-uJgVwTIXyU .item .item-wrapper .card-box .text-wrapper_2 .card-text_2 {
  display: inline-flex;
  justify-content: center;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJgVwTIXyU .item .item-wrapper .card-box .text-wrapper_2 .card-text_2 {
    width: 100%;
  }
}
.cid-uJgVwTIXyU .card-desc_1 {
  color: #000000;
  text-align: center;
}
.cid-uJgVwTIXyU .card-desc_2 {
  color: #000000;
  text-align: center;
}
.cid-uJgVwTIXyU .card-title_1 {
  color: #000000;
}
.cid-uJgVwTIXyU .card-title_2 {
  color: #ffffff;
}
.cid-uJgVwTIXyU .card-text_1,
.cid-uJgVwTIXyU .text-wrapper_1 {
  color: #000000;
  text-align: center;
}
.cid-uJgVwTIXyU .card-text_2,
.cid-uJgVwTIXyU .text-wrapper_2 {
  color: #000000;
  text-align: center;
}
.cid-uJgVwTIXyU .card-title_1,
.cid-uJgVwTIXyU .buttons_1,
.cid-uJgVwTIXyU .icon-wrapper_1,
.cid-uJgVwTIXyU .title-wrapper_1 {
  text-align: center;
}
.cid-uJgVwTIXyU .card-title_2,
.cid-uJgVwTIXyU .buttons_2,
.cid-uJgVwTIXyU .icon-wrapper_2,
.cid-uJgVwTIXyU .title-wrapper_2 {
  text-align: center;
}
.cid-uJgVwTIXyU .card-title_2,
.cid-uJgVwTIXyU .icon-wrapper_2,
.cid-uJgVwTIXyU .buttons_2,
.cid-uJgVwTIXyU .title-wrapper_2 {
  color: #000000;
}
.cid-uJgVwTPvNw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJgVwTPvNw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJgVwTPvNw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJgVwTPvNw .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uJgVwTPvNw .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uJgVwTPvNw .container {
    padding: 0 20px;
  }
}
.cid-uJgVwTPvNw .content-wrapper .mbr-section-title {
  padding: 60px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJgVwTPvNw .content-wrapper .mbr-section-title {
    padding: 46px 0;
  }
}
.cid-uJgVwTPvNw .content-wrapper .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  width: 100%;
}
.cid-uJgVwTPvNw .content-wrapper .items-wrapper .item {
  padding: 20px 24px;
  border-radius: 20px !important;
  background-color: #f3f6f9;
  flex-grow: 1;
  width: 260px;
}
@media (max-width: 992px) {
  .cid-uJgVwTPvNw .content-wrapper .items-wrapper .item {
    padding: 20px;
  }
}
.cid-uJgVwTPvNw .content-wrapper .items-wrapper .item .item-wrapper {
  height: 100%;
}
.cid-uJgVwTPvNw .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uJgVwTPvNw .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 40px;
}
.cid-uJgVwTPvNw .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #000000;
  display: inline-flex;
}
.cid-uJgVwTPvNw .mbr-section-title {
  color: #000000;
}
.cid-uJgVwTPvNw .card-number {
  color: #000000;
}
.cid-uJgVwTPvNw .card-title {
  color: #000000;
}
.cid-uJgVwTPvNw .mbr-section-title,
.cid-uJgVwTPvNw .mbr-section-btn {
  text-align: center;
}
.cid-uJgVwTP8gI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJgVwTP8gI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJgVwTP8gI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJgVwTP8gI .container-fluid {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-uJgVwTP8gI .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uJgVwTP8gI .container {
    padding: 0 20px;
  }
}
.cid-uJgVwTP8gI .row {
  padding: 60px 0;
}
.cid-uJgVwTP8gI .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uJgVwTP8gI .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uJgVwTP8gI .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJgVwTP8gI .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uJgVwTP8gI .title-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-uJgVwTP8gI .list-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uJgVwTP8gI .list-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uJgVwTP8gI .list-wrapper .mbr-list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJgVwTP8gI .list-wrapper .mbr-list-title {
    margin-bottom: 20px;
  }
}
.cid-uJgVwTP8gI .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uJgVwTP8gI .list-wrapper .list .item-wrap {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uJgVwTP8gI .list-wrapper .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-uJgVwTP8gI .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uJgVwTP8gI .list-wrapper .list .item-wrap:hover,
.cid-uJgVwTP8gI .list-wrapper .list .item-wrap:focus {
  opacity: 0.5;
}
.cid-uJgVwTP8gI .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: block;
}
@media (max-width: 768px) {
  .cid-uJgVwTP8gI .content-wrapper {
    display: block;
    margin-bottom: 40px;
  }
}
.cid-uJgVwTP8gI .content-wrapper .social-wrapper {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-uJgVwTP8gI .content-wrapper .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uJgVwTP8gI .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uJgVwTP8gI .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uJgVwTP8gI .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uJgVwTP8gI .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  border: 2px solid #000000;
  color: #000000;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  margin-right: 6px;
}
.cid-uJgVwTP8gI .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uJgVwTP8gI .mbr-section-title {
  color: #000000;
}
.cid-uJgVwTP8gI .mbr-address {
  color: #000000;
}
.cid-uJgVwTP8gI .mbr-list-title {
  color: #000000;
}
.cid-uJgVwTP8gI .list {
  color: #000000;
}
.cid-uJgVwTP8gI .mbr-copy {
  color: #000000;
}
