.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.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: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #eb04ad !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #4479d9 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #eb04ad !important;
  border-color: #eb04ad !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #96036e !important;
  border-color: #96036e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #96036e !important;
  border-color: #96036e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #eb04ad !important;
  border-color: #eb04ad !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #96036e !important;
  border-color: #96036e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #96036e !important;
  border-color: #96036e !important;
}
.btn-info,
.btn-info:active {
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #eb04ad;
  color: #eb04ad;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #96036e !important;
  background-color: transparent!important;
  border-color: #96036e !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #eb04ad !important;
  border-color: #eb04ad !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #eb04ad;
  color: #eb04ad;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #96036e !important;
  background-color: transparent!important;
  border-color: #96036e !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #eb04ad !important;
  border-color: #eb04ad !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #4479d9;
  color: #4479d9;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #2150a5 !important;
  background-color: transparent!important;
  border-color: #2150a5 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !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: #eb04ad !important;
}
.text-secondary {
  color: #eb04ad !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #4479d9 !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #870263 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #870263 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1f4a98 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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: #eb04ad;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #4479d9;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #eb04ad;
  border-color: #eb04ad;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #eb04ad;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #febdec;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #eef2fb;
}
.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 a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #eb04ad !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #eb04ad;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.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: #eb04ad;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #eb04ad;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #eb04ad;
  border-bottom-color: #eb04ad;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #eb04ad !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #eb04ad !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='%23eb04ad' %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;
}
.cid-sOvCs0IIzD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sOvCs0IIzD nav.navbar {
  position: fixed;
}
.cid-sOvCs0IIzD .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-sOvCs0IIzD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sOvCs0IIzD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sOvCs0IIzD .dropdown-item:hover,
.cid-sOvCs0IIzD .dropdown-item:focus {
  background: #eb04ad !important;
  color: white !important;
}
.cid-sOvCs0IIzD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sOvCs0IIzD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sOvCs0IIzD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sOvCs0IIzD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sOvCs0IIzD .nav-link {
  position: relative;
}
.cid-sOvCs0IIzD .container {
  display: flex;
  margin: auto;
}
.cid-sOvCs0IIzD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sOvCs0IIzD .dropdown-menu,
.cid-sOvCs0IIzD .navbar.opened {
  background: #fce3e4 !important;
}
.cid-sOvCs0IIzD .nav-item:focus,
.cid-sOvCs0IIzD .nav-link:focus {
  outline: none;
}
.cid-sOvCs0IIzD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sOvCs0IIzD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sOvCs0IIzD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sOvCs0IIzD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sOvCs0IIzD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sOvCs0IIzD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sOvCs0IIzD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fce3e4;
}
.cid-sOvCs0IIzD .navbar.opened {
  transition: all 0.3s;
}
.cid-sOvCs0IIzD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sOvCs0IIzD .navbar .navbar-logo img {
  width: auto;
}
.cid-sOvCs0IIzD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sOvCs0IIzD .navbar.collapsed {
  justify-content: center;
}
.cid-sOvCs0IIzD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sOvCs0IIzD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sOvCs0IIzD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-sOvCs0IIzD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sOvCs0IIzD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sOvCs0IIzD .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-sOvCs0IIzD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sOvCs0IIzD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sOvCs0IIzD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sOvCs0IIzD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sOvCs0IIzD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sOvCs0IIzD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sOvCs0IIzD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sOvCs0IIzD .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-sOvCs0IIzD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sOvCs0IIzD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sOvCs0IIzD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sOvCs0IIzD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sOvCs0IIzD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sOvCs0IIzD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sOvCs0IIzD .navbar.navbar-short {
  min-height: 60px;
}
.cid-sOvCs0IIzD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sOvCs0IIzD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sOvCs0IIzD .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-sOvCs0IIzD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sOvCs0IIzD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sOvCs0IIzD .dropdown-item.active,
.cid-sOvCs0IIzD .dropdown-item:active {
  background-color: transparent;
}
.cid-sOvCs0IIzD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sOvCs0IIzD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sOvCs0IIzD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sOvCs0IIzD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fce3e4;
}
.cid-sOvCs0IIzD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sOvCs0IIzD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sOvCs0IIzD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sOvCs0IIzD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sOvCs0IIzD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sOvCs0IIzD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sOvCs0IIzD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sOvCs0IIzD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sOvCs0IIzD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sOvCs0IIzD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sOvCs0IIzD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sOvCs0IIzD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sOvCs0IIzD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sOvCs0IIzD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sOvCs0IIzD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sOvCs0IIzD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sOvCs0IIzD .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-sOvCs0IIzD .navbar {
    height: 70px;
  }
  .cid-sOvCs0IIzD .navbar.opened {
    height: auto;
  }
  .cid-sOvCs0IIzD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sOvCsYBLLd {
  background-image: url("../../../assets/images/w1-2000x1500.jpg");
}
.cid-sOvCsYBLLd .mbr-section-title {
  color: #ffffff;
}
.cid-sOvCsYBLLd .mbr-text,
.cid-sOvCsYBLLd .mbr-section-btn {
  color: #ffffff;
}
.cid-uzKZyjwgDZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uzKZyjwgDZ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uzKZyjwgDZ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uzKZyjwgDZ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uzKZyjwgDZ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uzKZyjwgDZ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #eb04ad;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #eb04ad, #ffe0e0) !important;
}
.cid-uzKZyjwgDZ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uzKZyjwgDZ .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uzKZyjwgDZ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uzKZyjwgDZ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #eb04ad !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #eb04ad, #ffe0e0) !important;
}
.cid-uzL3iAvnbt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uzL3iAvnbt .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uzL3iAvnbt .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uzL3iAvnbt .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uzL3iAvnbt .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uzL3iAvnbt .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #eb04ad;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #eb04ad, #ffe0e0) !important;
}
.cid-uzL3iAvnbt .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uzL3iAvnbt .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uzL3iAvnbt .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uzL3iAvnbt .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #eb04ad !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #eb04ad, #ffe0e0) !important;
}
.cid-sOvJucCSLU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sOvJucCSLU .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sOvJucCSLU img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sOvJucCSLU .text-wrapper {
    margin-left: 3rem;
    padding: 2rem;
  }
}
.cid-sOvJucCSLU .mbr-section-title {
  color: #eb04ad;
}
.cid-sQG64q9IFC {
  background-color: #ffffff;
}
.cid-sQG64q9IFC .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQG64q9IFC .carousel-item > div {
  width: 100%;
}
.cid-sQG64q9IFC h4 {
  margin-top: 1rem;
  margin-bottom: 1.3rem;
  font-weight: 900;
}
.cid-sQG64q9IFC .mbr-iconfont {
  font-size: 1.5rem;
  color: #fff;
  opacity: 0;
  transition: 0.7s;
}
.cid-sQG64q9IFC .carousel-item.active,
.cid-sQG64q9IFC .carousel-item-next,
.cid-sQG64q9IFC .carousel-item-prev {
  display: flex;
}
.cid-sQG64q9IFC .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-sQG64q9IFC .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: 0.9;
}
.cid-sQG64q9IFC .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 768px) {
  .cid-sQG64q9IFC .carousel-controls a {
    width: 5%;
  }
}
.cid-sQG64q9IFC .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #70747f;
}
.cid-sQG64q9IFC .mbr-text {
  position: relative;
  text-align: center;
}
.cid-sQG64q9IFC li {
  background-color: transparent;
  width: 11px;
  height: 11px;
  border: 1px solid #e0e0e0 !important;
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}
.cid-sQG64q9IFC li.active {
  background-color: #40b0bf;
  width: 14px;
  height: 14px;
  border: none !important;
}
.cid-sQG64q9IFC .carousel-indicators {
  position: absolute;
  margin-top: 2rem;
  bottom: 0rem;
  align-items: center;
}
.cid-sQG64q9IFC ol {
  margin-bottom: 0;
}
.cid-sQG64q9IFC .carousel-indicators li {
  border: none;
  border-radius: 50%;
}
.cid-sQG64q9IFC .carousel {
  display: flex;
  overflow: hidden;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-sQG64q9IFC {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .cid-sQG64q9IFC .col-md-3 {
    padding: 0;
  }
  .cid-sQG64q9IFC .img-card {
    padding: 0;
  }
  .cid-sQG64q9IFC .title-block {
    margin: 2rem 1rem;
    z-index: 2;
  }
  .cid-sQG64q9IFC .mbr-iconfont {
    opacity: 1;
  }
  .cid-sQG64q9IFC .wrapper-img {
    z-index: 1;
  }
  .cid-sQG64q9IFC .signature {
    color: #ffffff;
  }
  .cid-sQG64q9IFC .desk {
    color: #ffffff;
  }
  .cid-sQG64q9IFC .mbr-text {
    color: #ffffff;
  }
  .cid-sQG64q9IFC .date {
    color: #ffffff;
  }
}
@media (min-width: 767px) {
  .cid-sQG64q9IFC {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-sQG64q9IFC .title-block {
    margin: 2.5rem 3rem 2rem 2.5rem;
  }
  .cid-sQG64q9IFC .wrapper-img {
    z-index: -1;
  }
  .cid-sQG64q9IFC .desk {
    color: #e9204f;
  }
  .cid-sQG64q9IFC .signature {
    color: #101010;
  }
  .cid-sQG64q9IFC .img-block:hover img {
    transform: scale(1.05);
  }
  .cid-sQG64q9IFC .img-block:hover .mbr-iconfont {
    opacity: 1;
  }
  .cid-sQG64q9IFC .img-block:hover .wrapper-img {
    z-index: 1;
  }
  .cid-sQG64q9IFC .img-block:hover .title-block {
    z-index: 2;
  }
  .cid-sQG64q9IFC .img-block:hover .signature {
    color: #ffffff;
  }
  .cid-sQG64q9IFC .img-block:hover .desk {
    color: #ffffff;
  }
  .cid-sQG64q9IFC .img-block:hover .mbr-text {
    color: #ffffff;
  }
  .cid-sQG64q9IFC .img-block:hover .date {
    color: #ffffff;
  }
  .cid-sQG64q9IFC .img-block:hover::after {
    opacity: 0;
  }
}
.cid-sQG64q9IFC .title-block {
  position: relative;
  z-index: 10;
}
.cid-sQG64q9IFC .desk {
  font-weight: 700;
  text-align: center;
}
.cid-sQG64q9IFC .img-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  transition: 0.3s;
}
.cid-sQG64q9IFC .img-block::after {
  content: '';
  position: absolute;
  left: 0;
  transition: 0.3s;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #ffe0e0;
  opacity: 1;
  z-index: 0;
}
.cid-sQG64q9IFC .date {
  margin-top: 3.5rem;
}
.cid-sQG64q9IFC .wrapper-img {
  position: absolute;
  background-color: #000000;
  transition: cubic-bezier(0.17, 0.67, 0, 1.01);
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.cid-sQG64q9IFC img {
  transition: 0.7s;
  opacity: 0.3;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-sQG64q9IFC .img-card {
    margin-top: 2rem;
  }
}
.cid-sQG64q9IFC .signature {
  text-align: center;
}
.cid-ufwCfukSrW {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ufwCfukSrW .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ufwCfukSrW .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ufwCfukSrW .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ufwCfukSrW .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ufwCfukSrW .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #eb04ad;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #eb04ad, #ffe0e0) !important;
}
.cid-ufwCfukSrW .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ufwCfukSrW .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-ufwCfukSrW .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-ufwCfukSrW .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #eb04ad !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #eb04ad, #ffe0e0) !important;
}
.cid-ubh9jMZAGX {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ubh9jMZAGX .two__background:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  max-width: 49%;
  width: 100%;
  height: 100%;
  background-color: #ffedfa;
  z-index: 0;
}
.cid-ubh9jMZAGX .slider__content {
  padding-top: 52px;
  text-align: left;
}
.cid-ubh9jMZAGX .mbr-section-subtitle {
  color: #d3045f;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-ubh9jMZAGX .mbr-section-subtitle:after {
  content: '';
  position: absolute;
  left: -92px;
  top: 147px;
  width: 85px;
  height: 85px;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../../assets/images/compass.svg");
}
.cid-ubh9jMZAGX .mbr-section-title {
  margin-bottom: 33px;
}
.cid-ubh9jMZAGX .slider__image {
  margin-left: 11.8%;
}
.cid-ubh9jMZAGX .img-wrap {
  max-width: 100%;
}
.cid-ubh9jMZAGX .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-ubh9jMZAGX .carousel-indicators {
  display: flex;
  flex-direction: column;
  margin: 0;
  transition: all 0.25s;
  height: 100%;
  width: 50px;
  left: 44.5%;
  right: auto;
}
.cid-ubh9jMZAGX .carousel-indicators .active {
  background: #f3f4ec;
  opacity: 1;
  border: none;
}
.cid-ubh9jMZAGX .carousel-indicators .active:before {
  content: '';
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: inherit;
  opacity: 0.2;
}
.cid-ubh9jMZAGX .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 32px;
  box-sizing: border-box;
  background-color: #f3f4ec;
  border-radius: 50%;
  position: relative;
  opacity: 0.2;
}
.cid-ubh9jMZAGX .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #f3f4ec;
  background-color: transparent;
}
.cid-ubh9jMZAGX .carousel-controls a span {
  transition: all 0.3s;
  color: #f3f4ec;
  font-size: 18px;
}
.cid-ubh9jMZAGX .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-ubh9jMZAGX .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-ubh9jMZAGX .carousel-controls .carousel-control-next,
.cid-ubh9jMZAGX .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-ubh9jMZAGX .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-ubh9jMZAGX .carousel-controls .carousel-control-prev {
  right: 45%;
  bottom: 5px;
  top: auto;
  left: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ubh9jMZAGX .image-element {
    min-width: 50%;
  }
  .cid-ubh9jMZAGX .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-ubh9jMZAGX .two__background:before {
    max-width: 90%;
  }
  .cid-ubh9jMZAGX .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-ubh9jMZAGX .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-ubh9jMZAGX .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-ubh9jMZAGX .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-ubh9jMZAGX .mbr-section-subtitle:after {
    content: none;
  }
  .cid-ubh9jMZAGX .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-ubh9jMZAGX .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-ubh9jMZAGX .img-wrap {
    width: 100%;
  }
  .cid-ubh9jMZAGX .carousel-controls {
    display: none;
  }
  .cid-ubh9jMZAGX .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-uzL0raoQKM {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uzL0raoQKM .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uzL0raoQKM .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uzL0raoQKM .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uzL0raoQKM .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uzL0raoQKM .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #eb04ad;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #eb04ad, #ffe0e0) !important;
}
.cid-uzL0raoQKM .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uzL0raoQKM .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uzL0raoQKM .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uzL0raoQKM .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #eb04ad !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #eb04ad, #ffe0e0) !important;
}
.cid-ueJOum0fXL {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ueJOum0fXL .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ueJOum0fXL .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ueJOum0fXL .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ueJOum0fXL .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ueJOum0fXL .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #eb04ad;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #eb04ad, #ffe0e0) !important;
}
.cid-ueJOum0fXL .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ueJOum0fXL .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-ueJOum0fXL .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-ueJOum0fXL .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #eb04ad !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #eb04ad, #ffe0e0) !important;
}
.cid-sOvIK1QAyZ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fdf2f3;
}
.cid-ubg7WgX2Ps {
  background-color: #fdf2f3;
}
.cid-ubg7WgX2Ps .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ubg7WgX2Ps .carousel-item > div {
  width: 100%;
}
.cid-ubg7WgX2Ps h4 {
  margin-top: 1rem;
  margin-bottom: 1.3rem;
  font-weight: 900;
}
.cid-ubg7WgX2Ps .carousel-item.active,
.cid-ubg7WgX2Ps .carousel-item-next,
.cid-ubg7WgX2Ps .carousel-item-prev {
  display: flex;
}
.cid-ubg7WgX2Ps .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-ubg7WgX2Ps .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: 0.9;
}
.cid-ubg7WgX2Ps .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 768px) {
  .cid-ubg7WgX2Ps .carousel-controls a {
    width: 5%;
  }
}
.cid-ubg7WgX2Ps .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #70747f;
}
.cid-ubg7WgX2Ps .img-block {
  display: flex;
  flex-direction: column;
}
.cid-ubg7WgX2Ps img {
  width: 100%;
  margin: 0;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  background-size: cover;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}
.cid-ubg7WgX2Ps .mbr-text {
  position: relative;
}
.cid-ubg7WgX2Ps li {
  background-color: transparent;
  width: 11px;
  height: 11px;
  border: 1px solid #e0e0e0 !important;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.cid-ubg7WgX2Ps li.active {
  background-color: #ffffff;
  width: 14px;
  height: 14px;
  border: none !important;
}
.cid-ubg7WgX2Ps .carousel-indicators {
  position: absolute;
  margin-top: 2rem;
  bottom: 0rem;
  align-items: center;
}
.cid-ubg7WgX2Ps ol {
  margin-bottom: 0;
}
.cid-ubg7WgX2Ps .carousel-indicators li {
  border: none;
  border-radius: 50%;
}
.cid-ubg7WgX2Ps .carousel {
  display: flex;
  overflow: hidden;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-ubg7WgX2Ps {
    padding-top: 20px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-ubg7WgX2Ps {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .cid-ubg7WgX2Ps .row {
    margin: 0;
  }
}
.cid-ubg7WgX2Ps .title-block {
  margin-top: 1.3rem;
  bottom: -1rem;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ubg7WgX2Ps .desk {
  transition: 0.3s;
  font-weight: 500;
}
.cid-ubg7WgX2Ps .img-block:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  transform: scale(1.1);
}
.cid-ubg7WgX2Ps .img-block:hover .link {
  border-bottom: 1px solid currentColor;
}
.cid-ubg7WgX2Ps .img-block:hover .desk {
  color: #101010;
}
.cid-ubg7WgX2Ps .wrapper-img {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-ubg7WgX2Ps .img-card {
    margin-top: 2rem;
  }
}
.cid-ubg7WgX2Ps .link {
  border-bottom: 1px solid #e0e0e0;
  display: inline;
  padding-bottom: 3px;
  transition: all 0.3s;
}
.cid-ubg7WgX2Ps .mbr-text,
.cid-ubg7WgX2Ps .subtitle-link {
  text-align: center;
}
.cid-ubg7WgX2Ps .signature {
  text-align: center;
}
.cid-ubg9iaC10H {
  background-color: #fdf2f3;
}
.cid-ubg9iaC10H .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ubg9iaC10H .carousel-item > div {
  width: 100%;
}
.cid-ubg9iaC10H h4 {
  margin-top: 1rem;
  margin-bottom: 1.3rem;
  font-weight: 900;
}
.cid-ubg9iaC10H .carousel-item.active,
.cid-ubg9iaC10H .carousel-item-next,
.cid-ubg9iaC10H .carousel-item-prev {
  display: flex;
}
.cid-ubg9iaC10H .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-ubg9iaC10H .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: 0.9;
}
.cid-ubg9iaC10H .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 768px) {
  .cid-ubg9iaC10H .carousel-controls a {
    width: 5%;
  }
}
.cid-ubg9iaC10H .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #70747f;
}
.cid-ubg9iaC10H .img-block {
  display: flex;
  flex-direction: column;
}
.cid-ubg9iaC10H img {
  width: 100%;
  margin: 0;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  background-size: cover;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}
.cid-ubg9iaC10H .mbr-text {
  position: relative;
}
.cid-ubg9iaC10H li {
  background-color: transparent;
  width: 11px;
  height: 11px;
  border: 1px solid #e0e0e0 !important;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.cid-ubg9iaC10H li.active {
  background-color: #ffffff;
  width: 14px;
  height: 14px;
  border: none !important;
}
.cid-ubg9iaC10H .carousel-indicators {
  position: absolute;
  margin-top: 2rem;
  bottom: 0rem;
  align-items: center;
}
.cid-ubg9iaC10H ol {
  margin-bottom: 0;
}
.cid-ubg9iaC10H .carousel-indicators li {
  border: none;
  border-radius: 50%;
}
.cid-ubg9iaC10H .carousel {
  display: flex;
  overflow: hidden;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-ubg9iaC10H {
    padding-top: 20px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-ubg9iaC10H {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .cid-ubg9iaC10H .row {
    margin: 0;
  }
}
.cid-ubg9iaC10H .title-block {
  margin-top: 1.3rem;
  bottom: -1rem;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ubg9iaC10H .desk {
  transition: 0.3s;
  font-weight: 500;
}
.cid-ubg9iaC10H .img-block:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  transform: scale(1.1);
}
.cid-ubg9iaC10H .img-block:hover .link {
  border-bottom: 1px solid currentColor;
}
.cid-ubg9iaC10H .img-block:hover .desk {
  color: #101010;
}
.cid-ubg9iaC10H .wrapper-img {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-ubg9iaC10H .img-card {
    margin-top: 2rem;
  }
}
.cid-ubg9iaC10H .link {
  border-bottom: 1px solid #e0e0e0;
  display: inline;
  padding-bottom: 3px;
  transition: all 0.3s;
}
.cid-ubg9iaC10H .mbr-text,
.cid-ubg9iaC10H .subtitle-link {
  text-align: center;
}
.cid-ubg9iaC10H .signature {
  text-align: center;
}
.cid-ubg9k6Rm7J {
  background-color: #fdf2f3;
}
.cid-ubg9k6Rm7J .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ubg9k6Rm7J .carousel-item > div {
  width: 100%;
}
.cid-ubg9k6Rm7J h4 {
  margin-top: 1rem;
  margin-bottom: 1.3rem;
  font-weight: 900;
}
.cid-ubg9k6Rm7J .carousel-item.active,
.cid-ubg9k6Rm7J .carousel-item-next,
.cid-ubg9k6Rm7J .carousel-item-prev {
  display: flex;
}
.cid-ubg9k6Rm7J .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-ubg9k6Rm7J .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: 0.9;
}
.cid-ubg9k6Rm7J .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 768px) {
  .cid-ubg9k6Rm7J .carousel-controls a {
    width: 5%;
  }
}
.cid-ubg9k6Rm7J .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #70747f;
}
.cid-ubg9k6Rm7J .img-block {
  display: flex;
  flex-direction: column;
}
.cid-ubg9k6Rm7J img {
  width: 100%;
  margin: 0;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  background-size: cover;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}
.cid-ubg9k6Rm7J .mbr-text {
  position: relative;
}
.cid-ubg9k6Rm7J li {
  background-color: transparent;
  width: 11px;
  height: 11px;
  border: 1px solid #e0e0e0 !important;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.cid-ubg9k6Rm7J li.active {
  background-color: #ffffff;
  width: 14px;
  height: 14px;
  border: none !important;
}
.cid-ubg9k6Rm7J .carousel-indicators {
  position: absolute;
  margin-top: 2rem;
  bottom: 0rem;
  align-items: center;
}
.cid-ubg9k6Rm7J ol {
  margin-bottom: 0;
}
.cid-ubg9k6Rm7J .carousel-indicators li {
  border: none;
  border-radius: 50%;
}
.cid-ubg9k6Rm7J .carousel {
  display: flex;
  overflow: hidden;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-ubg9k6Rm7J {
    padding-top: 20px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-ubg9k6Rm7J {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .cid-ubg9k6Rm7J .row {
    margin: 0;
  }
}
.cid-ubg9k6Rm7J .title-block {
  margin-top: 1.3rem;
  bottom: -1rem;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ubg9k6Rm7J .desk {
  transition: 0.3s;
  font-weight: 500;
}
.cid-ubg9k6Rm7J .img-block:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  transform: scale(1.1);
}
.cid-ubg9k6Rm7J .img-block:hover .link {
  border-bottom: 1px solid currentColor;
}
.cid-ubg9k6Rm7J .img-block:hover .desk {
  color: #101010;
}
.cid-ubg9k6Rm7J .wrapper-img {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-ubg9k6Rm7J .img-card {
    margin-top: 2rem;
  }
}
.cid-ubg9k6Rm7J .link {
  border-bottom: 1px solid #e0e0e0;
  display: inline;
  padding-bottom: 3px;
  transition: all 0.3s;
}
.cid-ubg9k6Rm7J .signature {
  text-align: center;
}
.cid-ubg9k6Rm7J .mbr-text,
.cid-ubg9k6Rm7J .subtitle-link {
  text-align: center;
}
.cid-ubga5DBwYN {
  background-color: #fdf2f3;
}
.cid-ubga5DBwYN .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ubga5DBwYN .carousel-item > div {
  width: 100%;
}
.cid-ubga5DBwYN h4 {
  margin-top: 1rem;
  margin-bottom: 1.3rem;
  font-weight: 900;
}
.cid-ubga5DBwYN .carousel-item.active,
.cid-ubga5DBwYN .carousel-item-next,
.cid-ubga5DBwYN .carousel-item-prev {
  display: flex;
}
.cid-ubga5DBwYN .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-ubga5DBwYN .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: 0.9;
}
.cid-ubga5DBwYN .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 768px) {
  .cid-ubga5DBwYN .carousel-controls a {
    width: 5%;
  }
}
.cid-ubga5DBwYN .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #70747f;
}
.cid-ubga5DBwYN .img-block {
  display: flex;
  flex-direction: column;
}
.cid-ubga5DBwYN img {
  width: 100%;
  margin: 0;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  background-size: cover;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}
.cid-ubga5DBwYN .mbr-text {
  position: relative;
}
.cid-ubga5DBwYN li {
  background-color: transparent;
  width: 11px;
  height: 11px;
  border: 1px solid #e0e0e0 !important;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.cid-ubga5DBwYN li.active {
  background-color: #ffffff;
  width: 14px;
  height: 14px;
  border: none !important;
}
.cid-ubga5DBwYN .carousel-indicators {
  position: absolute;
  margin-top: 2rem;
  bottom: 0rem;
  align-items: center;
}
.cid-ubga5DBwYN ol {
  margin-bottom: 0;
}
.cid-ubga5DBwYN .carousel-indicators li {
  border: none;
  border-radius: 50%;
}
.cid-ubga5DBwYN .carousel {
  display: flex;
  overflow: hidden;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-ubga5DBwYN {
    padding-top: 20px;
    padding-bottom: 0px;
  }
}
@media (min-width: 767px) {
  .cid-ubga5DBwYN {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .cid-ubga5DBwYN .row {
    margin: 0;
  }
}
.cid-ubga5DBwYN .title-block {
  margin-top: 1.3rem;
  bottom: -1rem;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ubga5DBwYN .desk {
  transition: 0.3s;
  font-weight: 500;
}
.cid-ubga5DBwYN .img-block:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  transform: scale(1.1);
}
.cid-ubga5DBwYN .img-block:hover .link {
  border-bottom: 1px solid currentColor;
}
.cid-ubga5DBwYN .img-block:hover .desk {
  color: #101010;
}
.cid-ubga5DBwYN .wrapper-img {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-ubga5DBwYN .img-card {
    margin-top: 2rem;
  }
}
.cid-ubga5DBwYN .link {
  border-bottom: 1px solid #e0e0e0;
  display: inline;
  padding-bottom: 3px;
  transition: all 0.3s;
}
.cid-ubga5DBwYN .signature {
  text-align: center;
}
.cid-ubga5DBwYN .mbr-text,
.cid-ubga5DBwYN .subtitle-link {
  text-align: center;
}
.cid-sQJbOYrbsp {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sQJbOYrbsp .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQJbOYrbsp .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-sQJbOYrbsp .btn {
  margin-bottom: 2rem;
}
.cid-sQJbOYrbsp .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-sQJbOYrbsp .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sQJbOYrbsp .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-sQJbOYrbsp .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sQJbOYrbsp .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sQJbOYrbsp .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-sQJbOYrbsp .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-sQJbOYrbsp .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-sQJbOYrbsp .links {
  color: #ffffff;
  text-align: center;
}
.cid-uaHGLRfPgx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uaHGLRfPgx .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uaHGLRfPgx .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uaHGLRfPgx .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uaHGLRfPgx .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uaHGLRfPgx .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uaHGLRfPgx .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uaHGLRfPgx .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uaHGLRfPgx .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uaHGLRfPgx .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uaHb9IFXtf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1393.jpg");
}
.cid-uaHb9IFXtf .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uaHb9IFXtf .card .card-block {
  background: #ffffff;
  padding: 2rem;
  position: relative;
}
.cid-uaHb9IFXtf .card .card-block:before {
  position: absolute;
  left: calc(50% - 7px);
  bottom: -7px;
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #ffffff;
  content: '';
  display: block;
}
.cid-uaHb9IFXtf .card .mbr-author {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 0;
  border-top: none;
  padding: 1.25rem;
  background: transparent;
}
.cid-uaHb9IFXtf .card .mbr-author .mbr-author-img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
}
.cid-uaHb9IFXtf .card .mbr-author .mbr-author-img.img-margin {
  margin-right: 1.25rem;
}
.cid-uaHb9IFXtf .card .mbr-author .mbr-author-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uaHb9IFXtf .card .mbr-author .name-wrap {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uaHb9IFXtf .card .mbr-author .name-wrap .mbr-author-name p {
  margin-bottom: 0px;
}
.cid-uaHb9IFXtf .card .mbr-author .name-wrap .mbr-author-desc p {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .cid-uaHb9IFXtf .card:not(.last-card) {
    margin-bottom: 2rem;
  }
}
.cid-uaHGHgtqDM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uaHGHgtqDM .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uaHGHgtqDM .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uaHGHgtqDM .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uaHGHgtqDM .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uaHGHgtqDM .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #eb04ad;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #eb04ad, #ffe0e0) !important;
}
.cid-uaHGHgtqDM .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uaHGHgtqDM .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uaHGHgtqDM .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uaHGHgtqDM .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #eb04ad !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #eb04ad, #ffe0e0) !important;
}
.cid-ueJNaW0VVU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ueJNaW0VVU .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ueJNaW0VVU .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ueJNaW0VVU .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ueJNaW0VVU .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ueJNaW0VVU .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #eb04ad;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #eb04ad, #ffe0e0) !important;
}
.cid-ueJNaW0VVU .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ueJNaW0VVU .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-ueJNaW0VVU .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-ueJNaW0VVU .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #eb04ad !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #eb04ad, #ffe0e0) !important;
}
.cid-sQspbVk5tu {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #eb04ad;
}
@media (max-width: 992px) {
  .cid-sQspbVk5tu {
    background-color: #fdf2f3;
  }
  .cid-sQspbVk5tu .accordion-content-wrapper {
    padding-top: 10px;
  }
  .cid-sQspbVk5tu .mbr-section-subtitle {
    margin-top: 0;
    line-height: 2 !important;
  }
}
.cid-sQspbVk5tu .mbr-overlay {
  padding: 0;
  background: #fdf2f3;
  opacity: 1;
  transform: scale(3) skewX(25deg);
  transform-origin: left bottom;
  left: -100%;
  bottom: -5%;
}
.cid-sQspbVk5tu .header-text {
  flex: 1 1 auto;
  letter-spacing: 1.61px;
}
.cid-sQspbVk5tu h4 {
  letter-spacing: 3.27px !important;
  font-style: normal;
}
.cid-sQspbVk5tu .panel-collapse {
  letter-spacing: 0.03em;
  color: #ffffff;
  text-align: left;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-sQspbVk5tu .mbr-section-subtitle {
  font-weight: 500;
  color: #ec1c74;
  margin: 30px 0;
}
.cid-sQspbVk5tu .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sQspbVk5tu .accordion-wrapper {
  padding: 0 25px;
}
.cid-sQspbVk5tu .accordion-content-wrapper {
  padding: 50px 0;
  max-width: 484px;
  margin: 0 auto;
}
.cid-sQspbVk5tu .vertical-center {
  align-items: center;
}
.cid-sQspbVk5tu .panel-group {
  width: 100%;
}
.cid-sQspbVk5tu .card {
  border-bottom: 1px solid #000000 !important;
  border-radius: 0px;
}
.cid-sQspbVk5tu .card:first-of-type {
  border-top: 1px solid #000000;
}
.cid-sQspbVk5tu .card .card-header {
  border-radius: 0px;
  border: 0px !important;
  padding: 0;
  background-color: transparent;
  padding: 20px 0;
}
.cid-sQspbVk5tu .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sQspbVk5tu .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sQspbVk5tu .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sQspbVk5tu .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-sQspbVk5tu .card h4,
.cid-sQspbVk5tu .card h5 {
  margin-bottom: 0;
}
.cid-sQspbVk5tu .card p {
  margin: 0;
}
.cid-sQspbVk5tu .card .panel-body {
  background-color: transparent;
  padding: 4px 0 20px 0;
}
.cid-sQspbVk5tu .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQspbVk5tu .sign {
  color: #ffffff;
}
.cid-sQspbVk5tu .sign:before {
  content: "\e95d";
  font-weight: 700;
}
@media (max-width: 991px) {
  .cid-sQspbVk5tu .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-sQspbVk5tu .header-text,
.cid-sQspbVk5tu .sign P {
  text-align: left;
}
.cid-sQspbVk5tu .mbr-text {
  color: #ffffff;
}
.cid-sQspbVk5tu .mbri-arrow-up {
  max-height: 7px;
  overflow: hidden;
  vertical-align: middle;
}
.cid-sQspbVk5tu .mbri-arrow-up:before {
  content: "\e94c";
  font-weight: 700;
}
.cid-sQspbVk5tu .text-container {
  max-width: 934px;
}
.cid-sQspbVk5tu .text-container p {
  padding: 30px 0 20.6px 0;
}
.cid-sQspbVk5tu .panel-title {
  background: transparent;
}
.cid-sQspbVk5tu H4 {
  color: #ffffff;
}
.cid-sQspbVk5tu .header-text,
.cid-sQspbVk5tu .sign {
  color: #ec1c74;
}
.cid-sQspbVk5tu .mbr-text,
.cid-sQspbVk5tu .mbr-section-btn {
  color: #ec1c74;
}
.cid-sQspbVk5tu H5 {
  color: #ebc6b8;
}
.cid-sQspbVk5tu .panel-text {
  color: #ec1c74;
}
.cid-ucbRHxiaoj {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #14287f;
}
.cid-ucbRHxiaoj .content-inner .left-content {
  display: block;
}
.cid-ucbRHxiaoj .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-ucbRHxiaoj .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-ucbRHxiaoj .content-inner .right-content {
  display: block;
}
.cid-ucbRHxiaoj .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-ucbRHxiaoj .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-ucbRHxiaoj .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-ucbRHxiaoj .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
@media (max-width: 991px) {
  .cid-ucbRHxiaoj .content-inner {
    justify-content: center !important;
  }
  .cid-ucbRHxiaoj * {
    text-align: center;
  }
}
.cid-uaM2vyNnfn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uaM2vyNnfn .google-map {
  height: 25rem;
  position: relative;
}
.cid-uaM2vyNnfn .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uaM2vyNnfn .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uaM2vyNnfn .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uaM2vyNnfn .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uaM2vyNnfn .container-fluid {
  padding: 0;
}
.cid-uaM2vyNnfn .relative {
  position: relative;
  width: 100%;
}
.cid-uaM2vyNnfn .mbr-section-title {
  color: #656565;
}
.cid-uaM2vyNnfn .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-uaM2vyNnfn .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-uaM2vyNnfn .title {
  text-align: center;
  color: #ffffff;
}
.cid-uaM2vyNnfn .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-uaM2vyNnfn .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-sQJWypXmtq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sQJWypXmtq .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sQJWypXmtq .bg-facebook:hover {
  background: #0b60cb;
}
.cid-sQJWypXmtq .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-sQJWypXmtq .bg-instagram:hover {
  background: #bd005c;
}
.cid-sQJWypXmtq .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-sQJWypXmtq [class^="socicon-"]:before,
.cid-sQJWypXmtq [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-sQJbd8vs20 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fef8f5;
}
.cid-sQJbd8vs20 .head_block {
  background: #eb04ad;
  border-radius: 4px;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-sQJbd8vs20 .head_block {
    padding: 20px;
  }
}
.cid-sQJbd8vs20 .mbr-section-subtitle,
.cid-sQJbd8vs20 .mbr-text {
  margin-bottom: 12px;
}
.cid-sQJbd8vs20 .mbr-text {
  margin-top: 2rem;
}
.cid-sQJbd8vs20 .subscribe_form {
  padding-bottom: 50px;
}
.cid-sQJbd8vs20 .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-sQJbd8vs20 .form-control {
  border: none !important;
  padding: 14px 18px;
  background-color: #fef2ed !important;
  font-size: 16px;
  color: #010a44;
  border-radius: 4px;
}
.cid-sQJbd8vs20 .input-group-btn {
  padding-left: 0;
}
.cid-sQJbd8vs20 .input-group-btn .btn {
  font-weight: 600;
  padding: 11px 18px;
  width: 100%;
}
.cid-sQJbd8vs20 .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-sQJbd8vs20 .mbr-form .btn {
  margin: 0;
}
.cid-sQJbd8vs20 input::-webkit-input-placeholder {
  color: #010a44;
  opacity: .6;
}
.cid-sQJbd8vs20 input::-moz-placeholder {
  color: #010a44;
  opacity: .6;
}
.cid-sQJbd8vs20 .line {
  background-color: #ec1c74;
  height: 1px;
}
.cid-sQJbd8vs20 .textGDPR {
  font-size: 14px;
  text-align: left;
}
.cid-sQJbd8vs20 .textGDPR input[name='gdpr'] {
  top: 0 !important;
}
.cid-sQJb9kQ9y7 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sQJb9kQ9y7 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-sQJb9kQ9y7 input,
.cid-sQJb9kQ9y7 textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 10px;
}
.cid-sQJb9kQ9y7 img {
  width: 90%;
  border-radius: 8px;
}
.cid-sQJb9kQ9y7 .title {
  margin-bottom: 1rem;
}
.cid-sQJb9kQ9y7 p {
  line-height: 1.6;
}
.cid-sQJb9kQ9y7 .btn {
  padding: 0.6rem 3rem!important;
}
.cid-sQJb9kQ9y7 textarea {
  min-height: 160px;
}
.cid-sQJb9kQ9y7 .form-control,
.cid-sQJb9kQ9y7 .field-input {
  padding: 0.5rem;
  background-color: #f2f6ff;
  border-color: #ffffff;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sQJb9kQ9y7 .form-control:hover,
.cid-sQJb9kQ9y7 .field-input:hover,
.cid-sQJb9kQ9y7 .form-control:focus,
.cid-sQJb9kQ9y7 .field-input:focus {
  background-color: #f2f6ff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sQJb9kQ9y7 input::-webkit-input-placeholder,
.cid-sQJb9kQ9y7 textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-sQJb9kQ9y7 input:-moz-placeholder,
.cid-sQJb9kQ9y7 textarea:-moz-placeholder {
  color: #c1c1c1;
}
.cid-sQJb9kQ9y7 .jq-selectbox li,
.cid-sQJb9kQ9y7 .jq-selectbox li {
  background-color: #f2f6ff;
  color: #000000;
}
.cid-sQJb9kQ9y7 .jq-selectbox li:hover,
.cid-sQJb9kQ9y7 .jq-selectbox li.selected {
  background-color: #f2f6ff;
  color: #000000;
}
.cid-sQJb9kQ9y7 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f2f6ff;
}
.cid-sQJb9kQ9y7 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f2f6ff;
}
.cid-sQJb9kQ9y7 H5 {
  color: #ec1c74;
  padding-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-sQJb9kQ9y7 img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-sQJb9kQ9y7 .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-sQJb9kQ9y7 H2 {
  color: #ec1c74;
}
.cid-sQJb9kQ9y7 H3 {
  color: #000000;
}
.cid-sQJb9kQ9y7 .mbr-text {
  color: #716c80;
}
.cid-uaHduyxdsW {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uaHduyxdsW .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-uaHduyxdsW .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-uaHduyxdsW .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-uaHduyxdsW .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uaHduyxdsW .row > div {
    margin: auto;
  }
}
.cid-uaHduyxdsW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uaHduyxdsW .list {
  list-style: none;
  padding-left: 0;
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-uaHduyxdsW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uaHduyxdsW .list {
    margin-bottom: 0rem;
  }
}
.cid-uaHduyxdsW .mbr-text {
  color: #0b2b5c;
}
@media (min-width: 992px) {
  .cid-uaHduyxdsW .border-left {
    border-left: 1px solid #0b2b5c;
  }
}
@media (max-width: 992px) {
  .cid-uaHduyxdsW .row {
    display: grid;
  }
  .cid-uaHduyxdsW .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-uaHduyxdsW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #0b2b5c;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uaHduyxdsW .mbr-iconfont {
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-uaHduyxdsW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sQJbCPwo0V {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #fce3e4;
}
.cid-sQJbCPwo0V .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sQJbCPwo0V .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-sQJbCPwo0V .btn {
  margin-bottom: 2rem;
}
.cid-sQJbCPwo0V .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-sQJbCPwo0V .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sQJbCPwo0V .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-sQJbCPwo0V .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sQJbCPwo0V .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sQJbCPwo0V .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-sQJbCPwo0V .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-sQJbCPwo0V .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-sQJbCPwo0V .links {
  color: #000000;
  text-align: center;
}
