.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #f6fcfc;
}
body {
  font-family: Source Serif 4;
}
.display-1 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 6.63rem;
  line-height: .8;
  letter-spacing: -0.04em;
}
.display-1 > .mbr-iconfont {
  font-size: 8.2875rem;
}
.display-2 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 5.63rem;
  line-height: 1.1em;
}
.display-2 > .mbr-iconfont {
  font-size: 7.0375rem;
}
.display-4 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 1.125rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 3.125rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-7 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 2.25rem;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
.display-7 > .mbr-iconfont {
  font-size: 2.8125rem;
}
/* ---- 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: 5.304rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.641rem;
    font-size: calc( 2.9705rem + (6.63 - 2.9705) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.9705rem + (6.63 - 2.9705) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4.504rem;
    font-size: calc( 2.6205rem + (5.63 - 2.6205) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.6205rem + (5.63 - 2.6205) * ((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.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((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: #f582a8 !important;
}
.bg-success {
  background-color: #62e2a7 !important;
}
.bg-info {
  background-color: #4fdaf5 !important;
}
.bg-warning {
  background-color: #ffd145 !important;
}
.bg-danger {
  background-color: #e4606d !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f582a8 !important;
  border-color: #f582a8 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f9b1c9 !important;
  border-color: #f9b1c9 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f9b1c9 !important;
  border-color: #f9b1c9 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #a4a0e4 !important;
  border-color: #a4a0e4 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #cac8ef !important;
  border-color: #cac8ef !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #cac8ef !important;
  border-color: #cac8ef !important;
}
.btn-info,
.btn-info:active {
  background-color: #4fdaf5 !important;
  border-color: #4fdaf5 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #7fe4f8 !important;
  border-color: #7fe4f8 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #7fe4f8 !important;
  border-color: #7fe4f8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #62e2a7 !important;
  border-color: #62e2a7 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #8deabf !important;
  border-color: #8deabf !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #8deabf !important;
  border-color: #8deabf !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffd145 !important;
  border-color: #ffd145 !important;
  color: #453400 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffde78 !important;
  border-color: #ffde78 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #453400 !important;
  background-color: #ffde78 !important;
  border-color: #ffde78 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e4606d !important;
  border-color: #e4606d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #eb8c95 !important;
  border-color: #eb8c95 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #eb8c95 !important;
  border-color: #eb8c95 !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: #f582a8;
  color: #f582a8;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ef3270 !important;
  background-color: transparent !important;
  border-color: #ef3270 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f582a8 !important;
  border-color: #f582a8 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #a4a0e4;
  color: #a4a0e4;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #635cd1 !important;
  background-color: transparent !important;
  border-color: #635cd1 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #a4a0e4 !important;
  border-color: #a4a0e4 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #4fdaf5;
  color: #4fdaf5;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0dbee1 !important;
  background-color: transparent !important;
  border-color: #0dbee1 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4fdaf5 !important;
  border-color: #4fdaf5 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #62e2a7;
  color: #62e2a7;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #25c87d !important;
  background-color: transparent !important;
  border-color: #25c87d !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #62e2a7 !important;
  border-color: #62e2a7 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffd145;
  color: #ffd145;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #edb300 !important;
  background-color: transparent !important;
  border-color: #edb300 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #453400 !important;
  background-color: #ffd145 !important;
  border-color: #ffd145 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e4606d;
  color: #e4606d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #cb2233 !important;
  background-color: transparent !important;
  border-color: #cb2233 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e4606d !important;
  border-color: #e4606d !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: #f582a8 !important;
}
.text-secondary {
  color: #a4a0e4 !important;
}
.text-success {
  color: #62e2a7 !important;
}
.text-info {
  color: #4fdaf5 !important;
}
.text-warning {
  color: #ffd145 !important;
}
.text-danger {
  color: #e4606d !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ed2466 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #5851cd !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #23bb75 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0cb2d2 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #dea700 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #be2030 !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: #f582a8;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #4fdaf5;
}
.alert-warning {
  background-color: #ffd145;
}
.alert-danger {
  background-color: #e4606d;
}
.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: #f582a8;
  border-color: #f582a8;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f582a8;
}
.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: 'Source Serif 4', sans-serif;
  font-size: 2.25rem;
  line-height: 1.2;
  letter-spacing: -0.04em;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2.8125rem;
}
.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: #f582a8 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 2.25rem;
  line-height: 1.2;
  letter-spacing: -0.04em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.8125rem;
}
blockquote {
  border-color: #f582a8;
}
/* 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: #f582a8;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f582a8;
}
.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: #f582a8;
  border-bottom-color: #f582a8;
}
.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: #f582a8 !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: #a4a0e4 !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='%23f582a8' %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,
.mbr-section-btn-main {
  width: 100%;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 8px 50px;
  border-radius: 5px !important;
  font-weight: 400;
  border-width: 1px !important;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 10px 15px;
    width: 100%;
  }
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus {
  background-color: transparent !important;
  color: #f582a8 !important;
}
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus {
  background-color: transparent !important;
  color: #a4a0e4 !important;
}
.mbr-section-btn .btn-success:hover,
.mbr-section-btn-main .btn-success:hover,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn-main .btn-success:focus {
  background-color: transparent !important;
  color: #62e2a7 !important;
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus {
  background-color: transparent !important;
  color: #4fdaf5 !important;
}
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus {
  background-color: transparent !important;
  color: #ffd145 !important;
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn-main .btn-danger:hover,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn-main .btn-danger:focus {
  background-color: transparent !important;
  color: #e4606d !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn-main .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn-main .btn-black:focus {
  background-color: transparent !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn-main .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn-main .btn-white:focus {
  background-color: transparent !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
  background-color: #f582a8 !important;
  color: #4fdaf5 !important;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
  background-color: #a4a0e4 !important;
  color: #f582a8 !important;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
  background-color: #62e2a7 !important;
  color: #f582a8 !important;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  background-color: #4fdaf5 !important;
  color: #f582a8 !important;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
  background-color: #ffd145 !important;
  color: #f582a8 !important;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
  background-color: #e4606d !important;
  color: #f582a8 !important;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus {
  background-color: #ffffff !important;
  color: #000000 !important;
}
img {
  border-radius: 20px !important;
}
.cid-uHM5B7LAtt {
  background-color: transparent;
}
.cid-uHM5B7LAtt .navbar-dropdown {
  background-color: #f6fcfc !important;
  padding: 0;
}
.cid-uHM5B7LAtt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f6fcfc !important;
  background: #f6fcfc;
}
.cid-uHM5B7LAtt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHM5B7LAtt .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHM5B7LAtt .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uHM5B7LAtt .menu_box .navbar.opened,
  .cid-uHM5B7LAtt .menu_box .navbar-collapse {
    background-color: #f6fcfc !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHM5B7LAtt .navbar-dropdown {
  position: relative !important;
}
.cid-uHM5B7LAtt .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHM5B7LAtt .btn:hover {
  box-shadow: none;
}
.cid-uHM5B7LAtt .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uHM5B7LAtt .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uHM5B7LAtt .nav-item {
    margin: 0 !important;
  }
}
.cid-uHM5B7LAtt .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uHM5B7LAtt .nav-item .nav-link:hover,
.cid-uHM5B7LAtt .nav-item .nav-link:focus {
  color: #000000 !important;
}
.cid-uHM5B7LAtt .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHM5B7LAtt .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHM5B7LAtt .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHM5B7LAtt .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHM5B7LAtt .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-uHM5B7LAtt .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHM5B7LAtt .offcanvas_box {
    display: none;
  }
}
.cid-uHM5B7LAtt .dropdown-item {
  border: none;
  font-weight: 300 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uHM5B7LAtt .dropdown-item:hover,
.cid-uHM5B7LAtt .dropdown-item:focus {
  color: #000000 !important;
}
.cid-uHM5B7LAtt .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHM5B7LAtt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -4px;
}
.cid-uHM5B7LAtt .container {
  display: flex;
  margin: auto;
}
.cid-uHM5B7LAtt .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uHM5B7LAtt .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHM5B7LAtt .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uHM5B7LAtt .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uHM5B7LAtt .navbar-nav {
    margin: 0;
  }
}
.cid-uHM5B7LAtt .dropdown-menu,
.cid-uHM5B7LAtt .navbar.opened {
  background-color: false !important;
}
.cid-uHM5B7LAtt .nav-item:focus,
.cid-uHM5B7LAtt .nav-link:focus {
  outline: none;
}
.cid-uHM5B7LAtt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHM5B7LAtt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHM5B7LAtt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHM5B7LAtt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHM5B7LAtt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHM5B7LAtt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHM5B7LAtt .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uHM5B7LAtt .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHM5B7LAtt .navbar.opened {
  transition: all 0.3s;
}
.cid-uHM5B7LAtt .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHM5B7LAtt .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-uHM5B7LAtt .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHM5B7LAtt .navbar.collapsed {
  justify-content: center;
}
.cid-uHM5B7LAtt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHM5B7LAtt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHM5B7LAtt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHM5B7LAtt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHM5B7LAtt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHM5B7LAtt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHM5B7LAtt .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHM5B7LAtt .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uHM5B7LAtt .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uHM5B7LAtt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHM5B7LAtt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHM5B7LAtt .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHM5B7LAtt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHM5B7LAtt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHM5B7LAtt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHM5B7LAtt .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-uHM5B7LAtt .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHM5B7LAtt .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHM5B7LAtt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uHM5B7LAtt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHM5B7LAtt .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHM5B7LAtt .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHM5B7LAtt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHM5B7LAtt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHM5B7LAtt .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-uHM5B7LAtt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uHM5B7LAtt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHM5B7LAtt .dropdown-item.active,
.cid-uHM5B7LAtt .dropdown-item:active {
  background-color: transparent;
}
.cid-uHM5B7LAtt .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (max-width: 991px) {
  .cid-uHM5B7LAtt .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 0 !important;
  }
}
.cid-uHM5B7LAtt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHM5B7LAtt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHM5B7LAtt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHM5B7LAtt ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHM5B7LAtt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHM5B7LAtt button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f6fcfc;
  background: #f6fcfc;
}
.cid-uHM5B7LAtt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uHM5B7LAtt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHM5B7LAtt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHM5B7LAtt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHM5B7LAtt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHM5B7LAtt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHM5B7LAtt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHM5B7LAtt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHM5B7LAtt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHM5B7LAtt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHM5B7LAtt .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-uHM5B7LAtt .navbar {
    height: 70px;
  }
  .cid-uHM5B7LAtt .navbar.opened {
    height: auto;
  }
  .cid-uHM5B7LAtt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHM5B7LAtt .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uHM5B7LAtt .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
.cid-uHM5B7LAtt .mbr-section-btn-main {
  width: fit-content;
}
.cid-uHM5B7LAtt .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 235px;
}
.cid-uHM5B7LAtt .navbar-caption:hover {
  color: #f582a8;
}
@media (min-width: 992px) {
  .cid-uHM5B7LAtt .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHM5B7LAtt .text_widget {
  margin-bottom: 32px;
}
.cid-uHM5B7LAtt .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uHM5B7LAtt .text_widget a:hover,
.cid-uHM5B7LAtt .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-uHM5B7LAtt .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uHM5B7LAtt .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-uHM5B7LAtt .navbar-caption {
  color: #000000;
}
.cid-uHM5B7LAtt .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-uHM5B7LAtt .icons-menu-main {
  display: flex;
}
.cid-uHM5B7LAtt .mbr-section-subtitle,
.cid-uHM5B7LAtt .text_widget,
.cid-uHM5B7LAtt .mbr-section-btn {
  text-align: center;
}
.cid-uHM5B7LAtt a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHM5B7LAtt .nav-link,
.cid-uHM5B7LAtt .dropdown-item {
  color: #000000;
}
.cid-uHM5B7LAtt .nav-link,
.cid-uHM5B7LAtt .dropdown-item {
  color: #000000;
}
.cid-uHM5B7Md3o {
  background-color: transparent;
}
.cid-uHM5B7Md3o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHM5B7Md3o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHM5B7Md3o .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uHM5B7Md3o .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uHM5B7Md3o .container {
    padding: 0 26px;
  }
}
.cid-uHM5B7Md3o .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 1000px;
  padding: 45px;
}
@media (max-width: 1440px) {
  .cid-uHM5B7Md3o .content-wrapper {
    height: 800px;
  }
}
@media (max-width: 992px) {
  .cid-uHM5B7Md3o .content-wrapper {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .cid-uHM5B7Md3o .content-wrapper {
    height: auto;
  }
}
.cid-uHM5B7Md3o .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-uHM5B7Md3o .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
  opacity: 0.8;
  pointer-events: none;
  z-index: 1;
  background-color: #a0e0e4;
}
.cid-uHM5B7Md3o .content-wrapper .content-wrap {
  width: 100%;
  position: relative;
  z-index: 2;
}
.cid-uHM5B7Md3o .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uHM5B7Md3o .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uHM5B7Md3o .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uHM5B7Md3o .mbr-section-title {
  color: #000000;
}
.cid-uHM5B7Md3o .mbr-text,
.cid-uHM5B7Md3o .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uHM5B7Md3o .mbr-section-title,
.cid-uHM5B7Md3o .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uHM5B7OFrW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uHM5B7OFrW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHM5B7OFrW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHM5B7OFrW .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uHM5B7OFrW .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uHM5B7OFrW .container {
    padding: 0 26px;
  }
}
.cid-uHM5B7OFrW .row {
  justify-content: center;
}
.cid-uHM5B7OFrW .content-wrapper {
  display: flex;
  padding: 100px 60px;
  background-color: #d2f1f2;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uHM5B7OFrW .content-wrapper {
    padding: 100px 20px;
    display: block;
    height: auto;
  }
}
.cid-uHM5B7OFrW .content-wrapper .image-wrapper {
  width: 50%;
  padding-right: 45px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHM5B7OFrW .content-wrapper .image-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uHM5B7OFrW .content-wrapper .image-wrapper .image-wrap {
  margin-right: 80px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uHM5B7OFrW .content-wrapper .image-wrapper .image-wrap {
    margin-right: 0;
  }
}
.cid-uHM5B7OFrW .content-wrapper .image-wrapper .image-wrap:nth-child(2n) {
  margin-right: 0;
  margin-left: 80px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHM5B7OFrW .content-wrapper .image-wrapper .image-wrap:nth-child(2n) {
    margin-left: 0;
  }
}
.cid-uHM5B7OFrW .content-wrapper .image-wrapper .image-wrap img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uHM5B7OFrW .content-wrapper .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uHM5B7OFrW .content-wrapper .content-wrap {
  width: 50%;
  padding-top: 100px;
}
@media (max-width: 992px) {
  .cid-uHM5B7OFrW .content-wrapper .content-wrap {
    width: 100%;
    padding-top: 0;
  }
}
.cid-uHM5B7OFrW .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uHM5B7OFrW .content-wrapper .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHM5B7OFrW .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uHM5B7OFrW .content-wrapper .content-wrap .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHM5B7OFrW .content-wrapper .content-wrap .panel-group .card {
  border-radius: 0 !important;
  background-color: transparent;
  margin-bottom: 50px;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uHM5B7OFrW .content-wrapper .content-wrap .panel-group .card {
    margin-bottom: 40px;
  }
}
.cid-uHM5B7OFrW .content-wrapper .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 10px;
}
.cid-uHM5B7OFrW .content-wrapper .content-wrap .panel-group .card .card-header .panel-title {
  display: inline-flex;
  align-items: center;
}
.cid-uHM5B7OFrW .content-wrapper .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uHM5B7OFrW .content-wrapper .content-wrap .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 16px;
  height: 16px;
  min-width: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 10px;
}
.cid-uHM5B7OFrW .content-wrapper .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uHM5B7OFrW .content-wrapper .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin-top: 20px;
}
.cid-uHM5B7OFrW .content-wrapper .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  padding: 10px;
}
.cid-uHM5B7OFrW .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-uHM5B7OFrW .content-wrapper .content-wrap .mbr-section-btn .btn {
  width: 70%;
}
@media (max-width: 1200px) {
  .cid-uHM5B7OFrW .content-wrapper .content-wrap .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uHM5B7OFrW .mbr-section-title {
  color: #000000;
}
.cid-uHM5B7OFrW .mbr-text {
  color: #000000;
}
.cid-uHM5B7OFrW .panel-title-edit {
  color: #000000;
}
.cid-uHM5B7OFrW .panel-text {
  color: #000000;
}
.cid-uHM5B7OFrW .mbr-section-title,
.cid-uHM5B7OFrW .mbr-section-btn {
  color: #000000;
}
.cid-uHM5B7OFrW .panel-title-edit,
.cid-uHM5B7OFrW .card-header {
  color: #000000;
}
.cid-uHM5B7QTkF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uHM5B7QTkF .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uHM5B7QTkF .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uHM5B7QTkF .container {
    padding: 0 26px;
  }
}
.cid-uHM5B7QTkF .row {
  justify-content: center;
}
.cid-uHM5B7QTkF .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 49.3%;
  max-width: 49.3%;
}
@media (max-width: 767px) {
  .cid-uHM5B7QTkF .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uHM5B7QTkF .embla__slide .slide-content {
  width: 100%;
}
.cid-uHM5B7QTkF .embla__slide .slide-content .item-wrapper {
  padding: 240px 75px;
  height: 100%;
  display: flex;
  align-items: center;
  background-color: #d2f1f2;
  border-radius: 20px !important;
}
@media (max-width: 768px) {
  .cid-uHM5B7QTkF .embla__slide .slide-content .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-uHM5B7QTkF .embla__slide .slide-content .item-wrapper .item-content {
  width: 100%;
}
.cid-uHM5B7QTkF .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uHM5B7QTkF .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 30px;
}
.cid-uHM5B7QTkF .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
}
.cid-uHM5B7QTkF .embla__button--next,
.cid-uHM5B7QTkF .embla__button--prev {
  display: flex;
}
.cid-uHM5B7QTkF .embla__button {
  top: 50%;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #f582a8 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uHM5B7QTkF .embla__button:hover {
  opacity: 0.6 !important;
}
.cid-uHM5B7QTkF .embla__button.embla__button--prev {
  left: -3rem;
}
@media (max-width: 992px) {
  .cid-uHM5B7QTkF .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-uHM5B7QTkF .embla__button.embla__button--next {
  right: -3rem;
}
@media (max-width: 992px) {
  .cid-uHM5B7QTkF .embla__button.embla__button--next {
    right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uHM5B7QTkF .embla__button {
    top: 0;
  }
}
.cid-uHM5B7QTkF .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uHM5B7QTkF .embla {
    padding-top: 25px;
  }
}
.cid-uHM5B7QTkF .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uHM5B7QTkF .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uHM5B7QTkF .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uHM5B7QTkF .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uHM5B7QTkF .item-title {
  color: #000000;
}
.cid-uHM5B7QTkF .item-text {
  color: #000000;
}
.cid-uHM5B7QTkF .item-name {
  color: #000000;
}
.cid-uHM5B7R2OL {
  overflow: hidden;
  background-color: transparent;
}
.cid-uHM5B7R2OL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHM5B7R2OL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHM5B7R2OL .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uHM5B7R2OL .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uHM5B7R2OL .container {
    padding: 0 26px;
  }
}
.cid-uHM5B7R2OL .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uHM5B7R2OL .item {
    margin-bottom: 20px;
  }
  .cid-uHM5B7R2OL .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uHM5B7R2OL .item:nth-child(2n) .item-wrapper .item-img img {
  transform: rotate(0);
}
.cid-uHM5B7R2OL .item:nth-child(3n) .item-wrapper .item-img img {
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-uHM5B7R2OL .item:nth-child(3n) .item-wrapper .item-img img {
    transform: rotate(0);
  }
}
.cid-uHM5B7R2OL .item .item-wrapper .item-img {
  padding: 0 35px;
}
@media (max-width: 992px) {
  .cid-uHM5B7R2OL .item .item-wrapper .item-img {
    padding: 0;
  }
}
.cid-uHM5B7R2OL .item .item-wrapper .item-img img {
  transform: rotate(-15deg);
  height: 740px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uHM5B7R2OL .item .item-wrapper .item-img img {
    transform: rotate(0);
    height: 350px;
  }
}
.cid-uHM5B7S3C3 {
  background-image: url("../images/g87e06be9444d238c08fd4fb640f6-h_m98f1xml.jpg");
}
.cid-uHM5B7S3C3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHM5B7S3C3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHM5B7S3C3 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uHM5B7S3C3 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uHM5B7S3C3 .container {
    padding: 0 26px;
  }
}
.cid-uHM5B7SLtw {
  background-color: transparent;
}
.cid-uHM5B7SLtw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHM5B7SLtw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHM5B7SLtw .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uHM5B7SLtw .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uHM5B7SLtw .container {
    padding: 0 26px;
  }
}
.cid-uHM5B7SLtw .row {
  justify-content: center;
}
.cid-uHM5B7SLtw .text-wrapper .mbr-text {
  font-family: "Instrument Serif", sans-serif;
  margin-bottom: 16px;
}
.cid-uHM5B7SLtw .text-wrapper .icon-wrapper:hover .mbr-iconfont,
.cid-uHM5B7SLtw .text-wrapper .icon-wrapper:focus .mbr-iconfont {
  padding-top: 40px;
}
.cid-uHM5B7SLtw .text-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  font-size: 60px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uHM5B7SLtw .mbr-text,
.cid-uHM5B7SLtw .icon-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uHM5B7SyKX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uHM5B7SyKX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHM5B7SyKX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHM5B7SyKX .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uHM5B7SyKX .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uHM5B7SyKX .container {
    padding: 0 26px;
  }
}
.cid-uHM5B7SyKX .row {
  justify-content: center;
}
.cid-uHM5B7SyKX .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #d2f1f2;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uHM5B7SyKX .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uHM5B7SyKX .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uHM5B7SyKX .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uHM5B7SyKX .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uHM5B7SyKX .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uHM5B7SyKX .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uHM5B7SyKX .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uHM5B7SyKX .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uHM5B7SyKX .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uHM5B7SyKX .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uHM5B7SyKX .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uHM5B7SyKX .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #f582a8;
}
.cid-uHM5B7SyKX .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uHM5B7SyKX .mbr-section-title {
  color: #000000;
}
.cid-uHM5B7SyKX .mbr-section-subtitle {
  color: #000000;
}
.cid-uHM5B7SyKX .mbr-desc {
  color: #000000;
}
.cid-uHM5B7SyKX .mbr-text {
  color: #000000;
}
.cid-uHM5B7SyKX .mbr-link {
  color: #000000;
}
.cid-uHM5B7TIji {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a0e0e4;
}
.cid-uHM5B7TIji .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHM5B7TIji .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHM5B7TIji .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uHM5B7TIji .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uHM5B7TIji .container {
    padding: 0 26px;
  }
}
.cid-uHM5B7TIji .row {
  justify-content: center;
}
.cid-uHM5B7TIji .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uHM5B7TIji .text-wrapper .mbr-section-btn .btn {
  width: 45%;
}
@media (max-width: 768px) {
  .cid-uHM5B7TIji .text-wrapper .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uHM5B7TIji .mbr-text,
.cid-uHM5B7TIji .icon-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uHM5B7TIji .mbr-text,
.cid-uHM5B7TIji .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uHM5B7X0Oe {
  background-color: transparent;
}
.cid-uHM5B7X0Oe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHM5B7X0Oe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHM5B7X0Oe .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uHM5B7X0Oe .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uHM5B7X0Oe .container {
    padding: 0 26px;
  }
}
.cid-uHM5B7X0Oe .row {
  justify-content: center;
}
.cid-uHM5B7X0Oe .content-wrapper {
  display: flex;
  padding: 200px 60px;
  background-color: #d2f1f2;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uHM5B7X0Oe .content-wrapper {
    padding: 100px 20px;
    display: block;
    height: auto;
  }
}
.cid-uHM5B7X0Oe .content-wrapper .mbr-section-title {
  width: 50%;
  padding-right: 45px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHM5B7X0Oe .content-wrapper .mbr-section-title {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uHM5B7X0Oe .content-wrapper .text-wrapper {
  width: 50%;
  padding-right: 150px;
}
@media (max-width: 1440px) {
  .cid-uHM5B7X0Oe .content-wrapper .text-wrapper {
    padding-right: 45px;
  }
}
@media (max-width: 992px) {
  .cid-uHM5B7X0Oe .content-wrapper .text-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uHM5B7X0Oe .content-wrapper .text-wrapper .text-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uHM5B7X0Oe .content-wrapper .text-wrapper .text-wrap {
    margin-bottom: 40px;
  }
}
.cid-uHM5B7X0Oe .content-wrapper .text-wrapper .text-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uHM5B7X0Oe .content-wrapper .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uHM5B7X0Oe .mbr-section-title {
  color: #000000;
}
.cid-uHM5B7X0Oe .mbr-section-subtitle {
  color: #000000;
}
.cid-uHM5B7X0Oe .mbr-text {
  color: #000000;
}
.cid-uHM5B7X0Oe .mbr-text,
.cid-uHM5B7X0Oe .mbr-section-btn {
  color: #000000;
}
.cid-uHM5B7ZqFo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uHM5B7ZqFo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHM5B7ZqFo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHM5B7ZqFo .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uHM5B7ZqFo .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uHM5B7ZqFo .container {
    padding: 0 26px;
  }
}
.cid-uHM5B7ZqFo .row {
  justify-content: center;
}
.cid-uHM5B7ZqFo .content-wrapper {
  display: flex;
  padding: 200px 60px;
  background-color: #d2f1f2;
  align-items: center;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .cid-uHM5B7ZqFo .content-wrapper {
    padding: 100px 20px;
    display: block;
    height: auto;
  }
}
.cid-uHM5B7ZqFo .content-wrapper .mbr-section-title {
  width: 50%;
  padding-right: 45px;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uHM5B7ZqFo .content-wrapper .mbr-section-title {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uHM5B7ZqFo .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 1200px) {
  .cid-uHM5B7ZqFo .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uHM5B7ZqFo .content-wrapper .text-wrapper .text-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uHM5B7ZqFo .content-wrapper .text-wrapper .text-wrap .list .item-wrap {
  margin-bottom: 16px;
}
.cid-uHM5B7ZqFo .mbr-section-title {
  color: #000000;
}
.cid-uHM5B7ZqFo .list {
  color: #000000;
}
.cid-uHM5B7ZqFo .list,
.cid-uHM5B7ZqFo .item-wrap {
  color: #000000;
}
.cid-uHM5B804ib {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #001819;
}
.cid-uHM5B804ib .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHM5B804ib .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHM5B804ib .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uHM5B804ib .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uHM5B804ib .container {
    padding: 0 26px;
  }
}
.cid-uHM5B804ib .row {
  justify-content: center;
}
.cid-uHM5B804ib .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uHM5B804ib .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHM5B804ib .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uHM5B804ib .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHM5B804ib .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uHM5B804ib .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uHM5B804ib .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uHM5B804ib .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHM5B804ib .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uHM5B804ib .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uHM5B804ib .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHM5B804ib .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uHM5B804ib .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uHM5B804ib .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uHM5B804ib .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uHM5B804ib .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uHM5B804ib .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uHM5B804ib .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.cid-uHM5B804ib .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uHM5B804ib .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uHM5B804ib .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uHM5B804ib .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uHM5B804ib .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uHM5B804ib .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uHM5B804ib .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uHM5B804ib .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-uHM5B804ib .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHM5B804ib .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uHM5B804ib .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uHM5B804ib .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uHM5B804ib .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uHM5B804ib .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uHM5B804ib .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #54595f;
}
.cid-uHM5B804ib .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uHM5B804ib .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
.cid-uHM5B804ib .mbr-section-title {
  color: #ffffff;
}
.cid-uHM5B804ib .mbr-text {
  color: #ffffff;
}
.cid-uHM5B804ib .list {
  color: #ffffff;
}
.cid-uHM5B804ib .list,
.cid-uHM5B804ib .nav-wrapper,
.cid-uHM5B804ib .social-wrapper {
  text-align: right;
}
