.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 2.2rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Karla', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- 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: 1.76rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.54rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.42rem + (2.2 - 1.42) * ((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.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))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 1.54rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #d72141 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #3f8c74 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d72141 !important;
  border-color: #d72141 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #e34863 !important;
  border-color: #e34863 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #e34863 !important;
  border-color: #e34863 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #3f8c74 !important;
  border-color: #3f8c74 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #4faf91 !important;
  border-color: #4faf91 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4faf91 !important;
  border-color: #4faf91 !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !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: #d72141;
  color: #d72141;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #8c152a !important;
  background-color: transparent !important;
  border-color: #8c152a !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d72141 !important;
  border-color: #d72141 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #3f8c74;
  color: #3f8c74;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #245042 !important;
  background-color: transparent !important;
  border-color: #245042 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #3f8c74 !important;
  border-color: #3f8c74 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !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: #d72141 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #3f8c74 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #7f1326 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1f463a !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !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: #d72141;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #3f8c74;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.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: #d72141;
  border-color: #d72141;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #d72141;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f7cdd4;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #83c7b2;
}
.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.6rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
.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: #d72141 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #d72141;
}
/* 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: #d72141;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d72141;
}
.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: #d72141;
  border-bottom-color: #d72141;
}
.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: #d72141 !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: #ffd7ef !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='%23d72141' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uDIPOnwJvP {
  background-color: transparent;
}
.cid-uDIPOnwJvP .navbar-dropdown {
  background-color: #d1a5bf !important;
  padding: 0;
}
.cid-uDIPOnwJvP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #d1a5bf !important;
  background: #d1a5bf;
}
.cid-uDIPOnwJvP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDIPOnwJvP .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uDIPOnwJvP .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uDIPOnwJvP .menu_box .navbar.opened,
  .cid-uDIPOnwJvP .menu_box .navbar-collapse {
    background-color: #d1a5bf !important;
    transition: all 0s ease 0s;
  }
}
.cid-uDIPOnwJvP .navbar-dropdown {
  position: relative !important;
}
.cid-uDIPOnwJvP .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uDIPOnwJvP .btn:hover {
  box-shadow: none;
}
.cid-uDIPOnwJvP .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uDIPOnwJvP .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uDIPOnwJvP .nav-item {
    margin: 0 !important;
  }
}
.cid-uDIPOnwJvP .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uDIPOnwJvP .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uDIPOnwJvP .nav-item .nav-link:hover::before,
.cid-uDIPOnwJvP .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uDIPOnwJvP .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uDIPOnwJvP .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uDIPOnwJvP .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uDIPOnwJvP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uDIPOnwJvP .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .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-uDIPOnwJvP .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uDIPOnwJvP .offcanvas_box {
    display: none;
  }
}
.cid-uDIPOnwJvP .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uDIPOnwJvP .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uDIPOnwJvP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uDIPOnwJvP .container {
  display: flex;
  margin: auto;
}
.cid-uDIPOnwJvP .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-uDIPOnwJvP .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uDIPOnwJvP .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uDIPOnwJvP .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uDIPOnwJvP .navbar-nav {
    margin: 0;
  }
}
.cid-uDIPOnwJvP .dropdown-menu,
.cid-uDIPOnwJvP .navbar.opened {
  background-color: false !important;
}
.cid-uDIPOnwJvP .nav-item:focus,
.cid-uDIPOnwJvP .nav-link:focus {
  outline: none;
}
.cid-uDIPOnwJvP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDIPOnwJvP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDIPOnwJvP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDIPOnwJvP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDIPOnwJvP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDIPOnwJvP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDIPOnwJvP .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uDIPOnwJvP .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uDIPOnwJvP .navbar.opened {
  transition: all 0.3s;
}
.cid-uDIPOnwJvP .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uDIPOnwJvP .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uDIPOnwJvP .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDIPOnwJvP .navbar.collapsed {
  justify-content: center;
}
.cid-uDIPOnwJvP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDIPOnwJvP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uDIPOnwJvP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDIPOnwJvP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDIPOnwJvP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDIPOnwJvP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uDIPOnwJvP .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uDIPOnwJvP .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uDIPOnwJvP .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uDIPOnwJvP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDIPOnwJvP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDIPOnwJvP .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uDIPOnwJvP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDIPOnwJvP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uDIPOnwJvP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDIPOnwJvP .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uDIPOnwJvP .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uDIPOnwJvP .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uDIPOnwJvP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uDIPOnwJvP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDIPOnwJvP .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uDIPOnwJvP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDIPOnwJvP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDIPOnwJvP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDIPOnwJvP .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-uDIPOnwJvP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uDIPOnwJvP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDIPOnwJvP .dropdown-item.active,
.cid-uDIPOnwJvP .dropdown-item:active {
  background-color: transparent;
}
.cid-uDIPOnwJvP .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uDIPOnwJvP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDIPOnwJvP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDIPOnwJvP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDIPOnwJvP ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uDIPOnwJvP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDIPOnwJvP button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #d1a5bf;
  background: #ffffff;
}
.cid-uDIPOnwJvP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uDIPOnwJvP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDIPOnwJvP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDIPOnwJvP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDIPOnwJvP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDIPOnwJvP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDIPOnwJvP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDIPOnwJvP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDIPOnwJvP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDIPOnwJvP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uDIPOnwJvP .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-uDIPOnwJvP .navbar {
    height: 70px;
  }
  .cid-uDIPOnwJvP .navbar.opened {
    height: auto;
  }
  .cid-uDIPOnwJvP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDIPOnwJvP .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uDIPOnwJvP .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.cid-uDIPOnwJvP .mbr-section-btn-main {
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 991px) {
  .cid-uDIPOnwJvP .mbr-section-btn-main {
    justify-content: flex-start;
    display: block;
  }
}
.cid-uDIPOnwJvP .mbr-section-btn-main .btn {
  min-width: 160px;
  margin-top: 0.6rem;
}
.cid-uDIPOnwJvP .navbar-caption:hover {
  color: #d72141;
}
@media (min-width: 992px) {
  .cid-uDIPOnwJvP .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uDIPOnwJvP .text_widget {
  margin-bottom: 32px;
}
.cid-uDIPOnwJvP .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uDIPOnwJvP .text_widget a:hover,
.cid-uDIPOnwJvP .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uDIPOnwJvP .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.cid-uDIPOnwJvP .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #d1a5bf;
}
.cid-uDIPOnwJvP .icons-menu-main {
  display: flex;
}
.cid-uDIPOnwJvP .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uDIPOnwJvP .navbar-caption {
  color: #000000;
}
.cid-uDIPOnwJvP .mbr-text {
  color: #9a9a9a;
  text-align: center;
}
.cid-uDIPOnwJvP .mbr-section-subtitle,
.cid-uDIPOnwJvP .text_widget,
.cid-uDIPOnwJvP .mbr-section-btn {
  text-align: center;
}
.cid-uDIPOnwJvP a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uDglNRM635 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uDglNRM635 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDglNRM635 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDglNRM635 .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uDglNRM635 .container {
    padding: 10px 8px;
  }
}
.cid-uDglNRM635 .row {
  border-radius: 25px;
  background-color: #ffffff;
  padding: 100px 40px 40px;
  margin: 0;
  overflow: hidden;
  justify-content: center;
  box-shadow: inset -60px 0 30rem #dcded5;
}
@media (max-width: 768px) {
  .cid-uDglNRM635 .row {
    padding: 50px 10px 40px;
  }
}
.cid-uDglNRM635 .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uDglNRM635 .image-wrapper {
  position: relative;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-uDglNRM635 .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-uDglNRM635 .image-wrapper img {
  height: 650px;
  border-radius: 25px !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uDglNRM635 .image-wrapper img {
    height: 350px;
  }
}
.cid-uDglNRM635 .image-wrapper .icon-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.cid-uDglNRM635 .image-wrapper .icon-wrapper .mbr-iconfont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  font-size: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  color: #ffffff;
  background-color: #f85f32;
  transform: rotate(-20deg);
  pointer-events: visible;
}
.cid-uDglNRM635 .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(2) {
  left: auto;
  right: 0;
  background-color: #e354e3;
  transform: rotate(20deg);
}
.cid-uDglNRM635 .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(3) {
  top: auto;
  bottom: 0;
  background-color: #715edb;
  transform: rotate(-20deg);
}
@media (max-width: 768px) {
  .cid-uDglNRM635 .image-wrapper .icon-wrapper .mbr-iconfont {
    width: 50px;
    height: 50px;
    font-size: 25px;
  }
}
.cid-uDglNRM635 .content-wrapper .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uDglNRM635 .content-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-uDglNRM635 .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uDglNRM635 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uDglNRM635 .content-wrapper .mbr-section-title span {
  opacity: .8;
}
.cid-uDglNRM635 .content-wrapper .mbr-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uDglNRM635 .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uDglNRM635 .mbr-section-title {
  color: #ffffff;
}
.cid-uDglNRM635 .mbr-section-subtitle {
  color: #d70081;
}
.cid-uDglNRM635 .mbr-text {
  color: #000000;
}
.cid-uDglNRM635 .mbr-section-title,
.cid-uDglNRM635 .mbr-section-btn {
  color: #000000;
}
.cid-tLclvjp4zp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLclvjp4zp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLclvjp4zp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLclvjp4zp .mbr-section-title {
  text-align: center;
  color: #bd147a;
}
.cid-uhiUwcgoxv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uhiUwcgoxv .mbr-text {
  color: #bd147a;
  text-align: center;
}
.cid-uhiUwcgoxv .mbr-section-subtitle {
  color: #000000;
}
.cid-uhiUwcgoxv .mbr-section-title {
  color: #000000;
}
.cid-uhiVilQMm1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uhiVilQMm1 .mbr-text {
  color: #bd147a;
  text-align: center;
}
.cid-uhiVilQMm1 .mbr-section-subtitle {
  color: #000000;
}
.cid-uhiVilQMm1 .mbr-section-title {
  color: #000000;
}
.cid-uhhSnwBk46 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f92c50;
}
.cid-uhhSnwBk46 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uhhSnwBk46 .mbr-section-subtitle {
  color: #000000;
}
.cid-uhhSnwBk46 .mbr-section-title {
  color: #000000;
}
.cid-uhiqF1XwF4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uhiqF1XwF4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhiqF1XwF4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uhiqF1XwF4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhiqF1XwF4 .row {
  flex-direction: row-reverse;
}
.cid-uhiqF1XwF4 img {
  width: 100%;
}
.cid-tLcvjnZQTe {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLcvjnZQTe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLcvjnZQTe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLcvjnZQTe .mbr-section-title {
  color: #bd147a;
}
.cid-tLnBBcIpKL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLnBBcIpKL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLnBBcIpKL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLnBBcIpKL .img-wrapper {
  text-align: center;
}
.cid-tLnBBcIpKL img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-tLnBBcIpKL .row {
  align-items: flex-start;
}
.cid-tLnBBcIpKL .item-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-tLnBBcIpKL .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tLnBBcIpKL .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tLnBBcIpKL .item-wrapper {
    padding: 1rem;
  }
}
.cid-tLis3O2Dsq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLis3O2Dsq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLis3O2Dsq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLis3O2Dsq .mbr-section-title {
  color: #bd147a;
}
.cid-tLis3O2Dsq .mbr-section-subtitle {
  color: #0c2c68;
}
.cid-ui7isaP4RX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ui7isaP4RX .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-ui7isaP4RX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui7isaP4RX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui7isaP4RX .item-wrapper {
  background: #fbe8f3;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-ui7isaP4RX .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ui7isaP4RX .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0.5rem;
  }
}
.cid-ui7isaP4RX .card-title,
.cid-ui7isaP4RX .iconfont-wrapper {
  color: #d72141;
}
.cid-ui7isaP4RX .content-head {
  max-width: 800px;
}
.cid-ui7isaP4RX .mbr-section-title {
  color: #9fe870;
}
.cid-ui7isaP4RX .mbr-section-subtitle {
  color: #000000;
}
.cid-ui7isaP4RX .card-text {
  color: #000000;
}
.cid-ui7isaP4RX .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ui7isaP4RX .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uDJk20wsKo {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uDJk20wsKo .mbr-text {
  color: #000000;
}
.cid-uDJk20wsKo .mbr-section-subtitle {
  color: #000000;
}
.cid-uDJk20wsKo .mbr-section-title {
  color: #bd147a;
}
.cid-uDh7ZltpHL {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fbe8f3;
}
.cid-uDh7ZltpHL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDh7ZltpHL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDh7ZltpHL .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uDh7ZltpHL .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uDh7ZltpHL .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uDh7ZltpHL .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uDh7ZltpHL .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uDh7ZltpHL .image-wrapper {
  padding: 0 1rem;
}
.cid-uDh7ZltpHL img,
.cid-uDh7ZltpHL .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uDh7ZltpHL img,
  .cid-uDh7ZltpHL .image-wrapper {
    max-height: 350px;
  }
}
.cid-uDh7ZltpHL .mbr-section-title {
  color: #000000;
}
.cid-uDh7ZltpHL .mbr-text {
  color: #000000;
}
.cid-uDh7ZltpHL .mbr-text,
.cid-uDh7ZltpHL .mbr-section-btn {
  text-align: left;
}
.cid-uDh7ZltpHL .price {
  color: #bd147a;
}
.cid-uDr7H29kX5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uDr7H29kX5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDr7H29kX5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDr7H29kX5 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uDr7H29kX5 .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-uDr7H29kX5 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uDr7H29kX5 .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uDr7H29kX5 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uDr7H29kX5 .header-menu li p {
  margin: 0;
}
.cid-uDr7H29kX5 .content-head {
  max-width: 800px;
}
.cid-uDJrd3zQxk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDJrd3zQxk .mbr-text {
  color: #000000;
}
.cid-uDJrd3zQxk .mbr-section-subtitle {
  color: #000000;
}
.cid-uDJrd3zQxk .mbr-section-title {
  color: #bd147a;
}
.cid-uDJrflcES3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uDJrflcES3 .mbr-text {
  color: #000000;
}
.cid-uDJrflcES3 .mbr-section-subtitle {
  color: #000000;
}
.cid-uDJrflcES3 .mbr-section-title {
  color: #bd147a;
}
.cid-uDh8IpvouW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fbe8f3;
}
.cid-uDh8IpvouW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDh8IpvouW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDh8IpvouW .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uDh8IpvouW .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uDh8IpvouW .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uDh8IpvouW .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uDh8IpvouW .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uDh8IpvouW .image-wrapper {
  padding: 0 1rem;
}
.cid-uDh8IpvouW img,
.cid-uDh8IpvouW .image-wrapper {
  height: 1000px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uDh8IpvouW img,
  .cid-uDh8IpvouW .image-wrapper {
    max-height: 350px;
  }
}
.cid-uDh8IpvouW .mbr-section-title {
  color: #000000;
}
.cid-uDh8IpvouW .mbr-text {
  color: #000000;
}
.cid-uDh8IpvouW .mbr-text,
.cid-uDh8IpvouW .mbr-section-btn {
  text-align: left;
}
.cid-uDh8IpvouW .price {
  color: #bd147a;
  text-align: left;
}
.cid-uDJtMSauPo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uDJtMSauPo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDJtMSauPo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uDJtMSauPo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDJtMSauPo .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uDJtMSauPo .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uDJtMSauPo .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uDJtMSauPo .mbr-section-title {
  color: #000000;
}
.cid-uDJtMSauPo .mbr-text,
.cid-uDJtMSauPo .mbr-section-btn {
  color: #000000;
}
.cid-tLcCYwyiC8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fbe8f3;
}
.cid-tLcCYwyiC8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLcCYwyiC8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLcCYwyiC8 .mbr-section-subtitle {
  text-align: center;
  color: #0c2c68;
}
.cid-tLcCYwyiC8 .mbr-section-title {
  color: #000000;
}
.cid-uDJxMLYINc {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fbe8f3;
}
.cid-uDJxMLYINc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDJxMLYINc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDJxMLYINc .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uDJxMLYINc .image-wrap img {
    display: block;
    margin: auto;
    width: 120%;
  }
}
.cid-uDJxMLYINc .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uDJxMLYINc .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uDJxMLYINc .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uDJxMLYINc .header-menu li p {
  margin: 0;
}
.cid-uDJxMLYINc .content-head {
  max-width: 800px;
}
.cid-uDqNwCQ7KK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fbe8f3;
}
.cid-uDqNwCQ7KK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDqNwCQ7KK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDqNwCQ7KK .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uDqNwCQ7KK .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uDqNwCQ7KK .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uDqNwCQ7KK .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uDqNwCQ7KK .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uDqNwCQ7KK .image-wrapper {
  padding: 0 1rem;
}
.cid-uDqNwCQ7KK img,
.cid-uDqNwCQ7KK .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uDqNwCQ7KK img,
  .cid-uDqNwCQ7KK .image-wrapper {
    max-height: 350px;
  }
}
.cid-uDqNwCQ7KK .mbr-section-title {
  color: #0c2c68;
}
.cid-uDqNwCQ7KK .mbr-text {
  color: #000000;
}
.cid-uDqNwCQ7KK .mbr-text,
.cid-uDqNwCQ7KK .mbr-section-btn {
  text-align: left;
}
.cid-tLi6pMJHV3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLi6pMJHV3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLi6pMJHV3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLi6pMJHV3 .mbr-section-title {
  color: #000000;
}
.cid-uDqzA93vLP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fbe8f3;
}
.cid-uDqzA93vLP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDqzA93vLP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDqzA93vLP .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uDqzA93vLP .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uDqzA93vLP .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uDqzA93vLP .card-wrapper {
    padding: 4rem;
  }
}
.cid-uDqzA93vLP .mbr-text,
.cid-uDqzA93vLP .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uDqzA93vLP .card-title,
.cid-uDqzA93vLP .card-box {
  text-align: left;
  color: #0c2c68;
}
.cid-uDqzA93vLP .mbr-section-subtitle {
  color: #bd147a;
}
.cid-uDr6d2FJQj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uhp4Qbe4jC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-uhp4Qbe4jC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhp4Qbe4jC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uhp4Qbe4jC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhp4Qbe4jC .row {
  flex-direction: row-reverse;
}
.cid-uhp4Qbe4jC img {
  width: 100%;
}
.cid-uDqDXBgIV4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fbe8f3;
}
.cid-uDqDXBgIV4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDqDXBgIV4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDqDXBgIV4 .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uDqDXBgIV4 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uDqDXBgIV4 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uDqDXBgIV4 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uDqDXBgIV4 .mbr-text,
.cid-uDqDXBgIV4 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uDqDXBgIV4 .card-title,
.cid-uDqDXBgIV4 .card-box {
  text-align: left;
  color: #000000;
}
.cid-uDqDXBgIV4 .mbr-section-subtitle {
  color: #bd147a;
}
.cid-uhj70PZqy6 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uhj70PZqy6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhj70PZqy6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uhj70PZqy6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhj70PZqy6 .row {
  flex-direction: row-reverse;
}
.cid-uhj70PZqy6 img {
  width: 100%;
}
.cid-uDr6b0tXeI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tLiprjt83I {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-tLiprjt83I .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLiprjt83I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLiprjt83I .mbr-section-title {
  color: #000000;
}
.cid-tLipKCL9ax {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-tLipKCL9ax .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLipKCL9ax .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLipKCL9ax .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tLipKCL9ax .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tLipKCL9ax .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #d72141;
}
.cid-tLipKCL9ax .panel-body,
.cid-tLipKCL9ax .card-header {
  padding: 1rem 0;
}
.cid-tLipKCL9ax .panel-title-edit {
  color: #000000;
}
.cid-tLnTlZJxTe {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLnTMESCiq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDJGk2ixaM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fbe8f3;
}
.cid-uDJGk2ixaM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDJGk2ixaM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDJGk2ixaM .card-wrapper {
  background: #fbe8f3;
}
@media (max-width: 767px) {
  .cid-uDJGk2ixaM .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uDJGk2ixaM .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uDJGk2ixaM .card-wrapper {
    padding: 4rem;
  }
}
.cid-uDJGk2ixaM .mbr-text,
.cid-uDJGk2ixaM .mbr-section-btn {
  color: #000000;
}
.cid-uDJGk2ixaM .card-title,
.cid-uDJGk2ixaM .card-box {
  text-align: center;
  color: #000000;
}
.cid-tZUWEwTjiv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fbe8f3;
}
.cid-tZUWEwTjiv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZUWEwTjiv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tZUWEwTjiv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tZUWEwTjiv .row {
  flex-direction: row-reverse;
}
.cid-tZUWEwTjiv img {
  width: 100%;
}
.cid-tLnJaKQcdz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLnJaKQcdz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLnJaKQcdz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLnJaKQcdz .mbr-section-title {
  color: #000000;
}
.cid-tLnK7DEj0u {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLnK7DEj0u .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLnK7DEj0u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLnK7DEj0u .row {
  flex-direction: row-reverse;
}
.cid-tLnNfYQ0i1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLnNfYQ0i1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLnNfYQ0i1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLnNfYQ0i1 .mbr-section-subtitle {
  color: #bd147a;
}
.cid-tLnQ27ma6o {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tLnQ27ma6o .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLnQ27ma6o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLnQ27ma6o .mbr-text,
.cid-tLnQ27ma6o .mbr-section-btn {
  color: #232323;
}
.cid-tLnQ27ma6o .card-title,
.cid-tLnQ27ma6o .card-box {
  color: #ffffff;
}
.cid-tLnQ27ma6o .mbr-text,
.cid-tLnQ27ma6o .link-wrap {
  color: #ffffff;
}
.cid-tLo5Wq0Dtn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLo5Wq0Dtn .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tLo5Wq0Dtn .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tLo5Wq0Dtn .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tLo5Wq0Dtn .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tLo5Wq0Dtn .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tLo5Wq0Dtn .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tLo5Wq0Dtn .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tLo5Wq0Dtn .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tLo5Wq0Dtn .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tLo5Wq0Dtn .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tLo5Wq0Dtn .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tLo5Wq0Dtn .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tLo5Wq0Dtn .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tLo5Wq0Dtn .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tLnX3nAAgh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tLnX3nAAgh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLnX3nAAgh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLnX3nAAgh .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uDIPOnwJvP {
  background-color: transparent;
}
.cid-uDIPOnwJvP .navbar-dropdown {
  background-color: #d1a5bf !important;
  padding: 0;
}
.cid-uDIPOnwJvP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #d1a5bf !important;
  background: #d1a5bf;
}
.cid-uDIPOnwJvP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDIPOnwJvP .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uDIPOnwJvP .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uDIPOnwJvP .menu_box .navbar.opened,
  .cid-uDIPOnwJvP .menu_box .navbar-collapse {
    background-color: #d1a5bf !important;
    transition: all 0s ease 0s;
  }
}
.cid-uDIPOnwJvP .navbar-dropdown {
  position: relative !important;
}
.cid-uDIPOnwJvP .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uDIPOnwJvP .btn:hover {
  box-shadow: none;
}
.cid-uDIPOnwJvP .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uDIPOnwJvP .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uDIPOnwJvP .nav-item {
    margin: 0 !important;
  }
}
.cid-uDIPOnwJvP .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uDIPOnwJvP .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uDIPOnwJvP .nav-item .nav-link:hover::before,
.cid-uDIPOnwJvP .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uDIPOnwJvP .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uDIPOnwJvP .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uDIPOnwJvP .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uDIPOnwJvP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uDIPOnwJvP .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .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-uDIPOnwJvP .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uDIPOnwJvP .offcanvas_box {
    display: none;
  }
}
.cid-uDIPOnwJvP .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uDIPOnwJvP .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uDIPOnwJvP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uDIPOnwJvP .container {
  display: flex;
  margin: auto;
}
.cid-uDIPOnwJvP .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-uDIPOnwJvP .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uDIPOnwJvP .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uDIPOnwJvP .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uDIPOnwJvP .navbar-nav {
    margin: 0;
  }
}
.cid-uDIPOnwJvP .dropdown-menu,
.cid-uDIPOnwJvP .navbar.opened {
  background-color: false !important;
}
.cid-uDIPOnwJvP .nav-item:focus,
.cid-uDIPOnwJvP .nav-link:focus {
  outline: none;
}
.cid-uDIPOnwJvP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDIPOnwJvP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDIPOnwJvP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDIPOnwJvP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDIPOnwJvP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDIPOnwJvP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDIPOnwJvP .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uDIPOnwJvP .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uDIPOnwJvP .navbar.opened {
  transition: all 0.3s;
}
.cid-uDIPOnwJvP .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uDIPOnwJvP .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uDIPOnwJvP .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDIPOnwJvP .navbar.collapsed {
  justify-content: center;
}
.cid-uDIPOnwJvP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDIPOnwJvP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uDIPOnwJvP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDIPOnwJvP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDIPOnwJvP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDIPOnwJvP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uDIPOnwJvP .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uDIPOnwJvP .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uDIPOnwJvP .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uDIPOnwJvP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDIPOnwJvP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDIPOnwJvP .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uDIPOnwJvP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDIPOnwJvP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uDIPOnwJvP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDIPOnwJvP .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uDIPOnwJvP .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uDIPOnwJvP .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uDIPOnwJvP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uDIPOnwJvP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDIPOnwJvP .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uDIPOnwJvP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDIPOnwJvP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDIPOnwJvP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDIPOnwJvP .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-uDIPOnwJvP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uDIPOnwJvP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDIPOnwJvP .dropdown-item.active,
.cid-uDIPOnwJvP .dropdown-item:active {
  background-color: transparent;
}
.cid-uDIPOnwJvP .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uDIPOnwJvP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDIPOnwJvP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDIPOnwJvP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDIPOnwJvP ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uDIPOnwJvP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDIPOnwJvP button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #d1a5bf;
  background: #ffffff;
}
.cid-uDIPOnwJvP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uDIPOnwJvP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDIPOnwJvP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDIPOnwJvP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDIPOnwJvP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDIPOnwJvP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDIPOnwJvP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDIPOnwJvP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDIPOnwJvP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDIPOnwJvP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uDIPOnwJvP .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-uDIPOnwJvP .navbar {
    height: 70px;
  }
  .cid-uDIPOnwJvP .navbar.opened {
    height: auto;
  }
  .cid-uDIPOnwJvP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDIPOnwJvP .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uDIPOnwJvP .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.cid-uDIPOnwJvP .mbr-section-btn-main {
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 991px) {
  .cid-uDIPOnwJvP .mbr-section-btn-main {
    justify-content: flex-start;
    display: block;
  }
}
.cid-uDIPOnwJvP .mbr-section-btn-main .btn {
  min-width: 160px;
  margin-top: 0.6rem;
}
.cid-uDIPOnwJvP .navbar-caption:hover {
  color: #d72141;
}
@media (min-width: 992px) {
  .cid-uDIPOnwJvP .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uDIPOnwJvP .text_widget {
  margin-bottom: 32px;
}
.cid-uDIPOnwJvP .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uDIPOnwJvP .text_widget a:hover,
.cid-uDIPOnwJvP .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uDIPOnwJvP .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.cid-uDIPOnwJvP .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #d1a5bf;
}
.cid-uDIPOnwJvP .icons-menu-main {
  display: flex;
}
.cid-uDIPOnwJvP .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uDIPOnwJvP .navbar-caption {
  color: #000000;
}
.cid-uDIPOnwJvP .mbr-text {
  color: #9a9a9a;
  text-align: center;
}
.cid-uDIPOnwJvP .mbr-section-subtitle,
.cid-uDIPOnwJvP .text_widget,
.cid-uDIPOnwJvP .mbr-section-btn {
  text-align: center;
}
.cid-uDIPOnwJvP a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tLo4ZU1flg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLo5Wq0Dtn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLo5Wq0Dtn .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tLo5Wq0Dtn .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tLo5Wq0Dtn .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tLo5Wq0Dtn .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tLo5Wq0Dtn .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tLo5Wq0Dtn .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tLo5Wq0Dtn .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tLo5Wq0Dtn .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tLo5Wq0Dtn .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tLo5Wq0Dtn .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tLo5Wq0Dtn .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tLo5Wq0Dtn .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tLo5Wq0Dtn .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tLo5Wq0Dtn .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uDIPOnwJvP {
  background-color: transparent;
}
.cid-uDIPOnwJvP .navbar-dropdown {
  background-color: #d1a5bf !important;
  padding: 0;
}
.cid-uDIPOnwJvP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #d1a5bf !important;
  background: #d1a5bf;
}
.cid-uDIPOnwJvP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDIPOnwJvP .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uDIPOnwJvP .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uDIPOnwJvP .menu_box .navbar.opened,
  .cid-uDIPOnwJvP .menu_box .navbar-collapse {
    background-color: #d1a5bf !important;
    transition: all 0s ease 0s;
  }
}
.cid-uDIPOnwJvP .navbar-dropdown {
  position: relative !important;
}
.cid-uDIPOnwJvP .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uDIPOnwJvP .btn:hover {
  box-shadow: none;
}
.cid-uDIPOnwJvP .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uDIPOnwJvP .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uDIPOnwJvP .nav-item {
    margin: 0 !important;
  }
}
.cid-uDIPOnwJvP .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uDIPOnwJvP .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uDIPOnwJvP .nav-item .nav-link:hover::before,
.cid-uDIPOnwJvP .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uDIPOnwJvP .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uDIPOnwJvP .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uDIPOnwJvP .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uDIPOnwJvP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uDIPOnwJvP .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .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-uDIPOnwJvP .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uDIPOnwJvP .offcanvas_box {
    display: none;
  }
}
.cid-uDIPOnwJvP .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uDIPOnwJvP .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uDIPOnwJvP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uDIPOnwJvP .container {
  display: flex;
  margin: auto;
}
.cid-uDIPOnwJvP .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-uDIPOnwJvP .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uDIPOnwJvP .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uDIPOnwJvP .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uDIPOnwJvP .navbar-nav {
    margin: 0;
  }
}
.cid-uDIPOnwJvP .dropdown-menu,
.cid-uDIPOnwJvP .navbar.opened {
  background-color: false !important;
}
.cid-uDIPOnwJvP .nav-item:focus,
.cid-uDIPOnwJvP .nav-link:focus {
  outline: none;
}
.cid-uDIPOnwJvP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDIPOnwJvP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDIPOnwJvP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDIPOnwJvP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDIPOnwJvP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDIPOnwJvP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDIPOnwJvP .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uDIPOnwJvP .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uDIPOnwJvP .navbar.opened {
  transition: all 0.3s;
}
.cid-uDIPOnwJvP .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uDIPOnwJvP .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uDIPOnwJvP .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDIPOnwJvP .navbar.collapsed {
  justify-content: center;
}
.cid-uDIPOnwJvP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDIPOnwJvP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uDIPOnwJvP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDIPOnwJvP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDIPOnwJvP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDIPOnwJvP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uDIPOnwJvP .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uDIPOnwJvP .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uDIPOnwJvP .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uDIPOnwJvP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDIPOnwJvP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDIPOnwJvP .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uDIPOnwJvP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDIPOnwJvP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uDIPOnwJvP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDIPOnwJvP .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uDIPOnwJvP .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uDIPOnwJvP .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uDIPOnwJvP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uDIPOnwJvP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDIPOnwJvP .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uDIPOnwJvP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDIPOnwJvP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDIPOnwJvP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDIPOnwJvP .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-uDIPOnwJvP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uDIPOnwJvP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDIPOnwJvP .dropdown-item.active,
.cid-uDIPOnwJvP .dropdown-item:active {
  background-color: transparent;
}
.cid-uDIPOnwJvP .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uDIPOnwJvP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDIPOnwJvP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDIPOnwJvP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDIPOnwJvP ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uDIPOnwJvP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDIPOnwJvP button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #d1a5bf;
  background: #ffffff;
}
.cid-uDIPOnwJvP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uDIPOnwJvP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDIPOnwJvP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDIPOnwJvP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDIPOnwJvP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDIPOnwJvP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDIPOnwJvP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDIPOnwJvP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDIPOnwJvP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDIPOnwJvP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uDIPOnwJvP .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-uDIPOnwJvP .navbar {
    height: 70px;
  }
  .cid-uDIPOnwJvP .navbar.opened {
    height: auto;
  }
  .cid-uDIPOnwJvP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDIPOnwJvP .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uDIPOnwJvP .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.cid-uDIPOnwJvP .mbr-section-btn-main {
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 991px) {
  .cid-uDIPOnwJvP .mbr-section-btn-main {
    justify-content: flex-start;
    display: block;
  }
}
.cid-uDIPOnwJvP .mbr-section-btn-main .btn {
  min-width: 160px;
  margin-top: 0.6rem;
}
.cid-uDIPOnwJvP .navbar-caption:hover {
  color: #d72141;
}
@media (min-width: 992px) {
  .cid-uDIPOnwJvP .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uDIPOnwJvP .text_widget {
  margin-bottom: 32px;
}
.cid-uDIPOnwJvP .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uDIPOnwJvP .text_widget a:hover,
.cid-uDIPOnwJvP .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uDIPOnwJvP .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.cid-uDIPOnwJvP .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #d1a5bf;
}
.cid-uDIPOnwJvP .icons-menu-main {
  display: flex;
}
.cid-uDIPOnwJvP .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uDIPOnwJvP .navbar-caption {
  color: #000000;
}
.cid-uDIPOnwJvP .mbr-text {
  color: #9a9a9a;
  text-align: center;
}
.cid-uDIPOnwJvP .mbr-section-subtitle,
.cid-uDIPOnwJvP .text_widget,
.cid-uDIPOnwJvP .mbr-section-btn {
  text-align: center;
}
.cid-uDIPOnwJvP a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tLoKzYHPXq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLoKzYHPXq .mbr-section-title {
  text-align: center;
}
.cid-tLo5Wq0Dtn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLo5Wq0Dtn .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tLo5Wq0Dtn .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tLo5Wq0Dtn .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tLo5Wq0Dtn .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tLo5Wq0Dtn .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tLo5Wq0Dtn .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tLo5Wq0Dtn .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tLo5Wq0Dtn .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tLo5Wq0Dtn .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tLo5Wq0Dtn .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tLo5Wq0Dtn .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tLo5Wq0Dtn .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tLo5Wq0Dtn .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tLo5Wq0Dtn .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uDIPOnwJvP {
  background-color: transparent;
}
.cid-uDIPOnwJvP .navbar-dropdown {
  background-color: #d1a5bf !important;
  padding: 0;
}
.cid-uDIPOnwJvP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #d1a5bf !important;
  background: #d1a5bf;
}
.cid-uDIPOnwJvP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDIPOnwJvP .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uDIPOnwJvP .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uDIPOnwJvP .menu_box .navbar.opened,
  .cid-uDIPOnwJvP .menu_box .navbar-collapse {
    background-color: #d1a5bf !important;
    transition: all 0s ease 0s;
  }
}
.cid-uDIPOnwJvP .navbar-dropdown {
  position: relative !important;
}
.cid-uDIPOnwJvP .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uDIPOnwJvP .btn:hover {
  box-shadow: none;
}
.cid-uDIPOnwJvP .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uDIPOnwJvP .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uDIPOnwJvP .nav-item {
    margin: 0 !important;
  }
}
.cid-uDIPOnwJvP .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uDIPOnwJvP .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: #000000;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uDIPOnwJvP .nav-item .nav-link:hover::before,
.cid-uDIPOnwJvP .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uDIPOnwJvP .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uDIPOnwJvP .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uDIPOnwJvP .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uDIPOnwJvP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uDIPOnwJvP .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .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-uDIPOnwJvP .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uDIPOnwJvP .offcanvas_box {
    display: none;
  }
}
.cid-uDIPOnwJvP .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uDIPOnwJvP .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uDIPOnwJvP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uDIPOnwJvP .container {
  display: flex;
  margin: auto;
}
.cid-uDIPOnwJvP .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-uDIPOnwJvP .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uDIPOnwJvP .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uDIPOnwJvP .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uDIPOnwJvP .navbar-nav {
    margin: 0;
  }
}
.cid-uDIPOnwJvP .dropdown-menu,
.cid-uDIPOnwJvP .navbar.opened {
  background-color: false !important;
}
.cid-uDIPOnwJvP .nav-item:focus,
.cid-uDIPOnwJvP .nav-link:focus {
  outline: none;
}
.cid-uDIPOnwJvP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDIPOnwJvP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDIPOnwJvP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDIPOnwJvP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDIPOnwJvP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDIPOnwJvP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDIPOnwJvP .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uDIPOnwJvP .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uDIPOnwJvP .navbar.opened {
  transition: all 0.3s;
}
.cid-uDIPOnwJvP .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uDIPOnwJvP .navbar .navbar-logo img {
  max-width: 100px;
  min-height: 100px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uDIPOnwJvP .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDIPOnwJvP .navbar.collapsed {
  justify-content: center;
}
.cid-uDIPOnwJvP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDIPOnwJvP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uDIPOnwJvP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDIPOnwJvP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDIPOnwJvP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDIPOnwJvP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uDIPOnwJvP .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uDIPOnwJvP .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uDIPOnwJvP .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uDIPOnwJvP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDIPOnwJvP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDIPOnwJvP .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uDIPOnwJvP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDIPOnwJvP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uDIPOnwJvP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDIPOnwJvP .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uDIPOnwJvP .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uDIPOnwJvP .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uDIPOnwJvP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uDIPOnwJvP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDIPOnwJvP .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uDIPOnwJvP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDIPOnwJvP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDIPOnwJvP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDIPOnwJvP .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-uDIPOnwJvP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uDIPOnwJvP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDIPOnwJvP .dropdown-item.active,
.cid-uDIPOnwJvP .dropdown-item:active {
  background-color: transparent;
}
.cid-uDIPOnwJvP .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uDIPOnwJvP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDIPOnwJvP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDIPOnwJvP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDIPOnwJvP ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uDIPOnwJvP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDIPOnwJvP button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #d1a5bf;
  background: #ffffff;
}
.cid-uDIPOnwJvP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uDIPOnwJvP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDIPOnwJvP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDIPOnwJvP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDIPOnwJvP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDIPOnwJvP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDIPOnwJvP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDIPOnwJvP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDIPOnwJvP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDIPOnwJvP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uDIPOnwJvP .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-uDIPOnwJvP .navbar {
    height: 70px;
  }
  .cid-uDIPOnwJvP .navbar.opened {
    height: auto;
  }
  .cid-uDIPOnwJvP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDIPOnwJvP .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uDIPOnwJvP .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.cid-uDIPOnwJvP .mbr-section-btn-main {
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 991px) {
  .cid-uDIPOnwJvP .mbr-section-btn-main {
    justify-content: flex-start;
    display: block;
  }
}
.cid-uDIPOnwJvP .mbr-section-btn-main .btn {
  min-width: 160px;
  margin-top: 0.6rem;
}
.cid-uDIPOnwJvP .navbar-caption:hover {
  color: #d72141;
}
@media (min-width: 992px) {
  .cid-uDIPOnwJvP .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uDIPOnwJvP .text_widget {
  margin-bottom: 32px;
}
.cid-uDIPOnwJvP .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uDIPOnwJvP .text_widget a:hover,
.cid-uDIPOnwJvP .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uDIPOnwJvP .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    margin-left: 5%;
  }
}
.cid-uDIPOnwJvP .navbar.navbar-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #d1a5bf;
}
.cid-uDIPOnwJvP .icons-menu-main {
  display: flex;
}
.cid-uDIPOnwJvP .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uDIPOnwJvP .navbar-caption {
  color: #000000;
}
.cid-uDIPOnwJvP .mbr-text {
  color: #9a9a9a;
  text-align: center;
}
.cid-uDIPOnwJvP .mbr-section-subtitle,
.cid-uDIPOnwJvP .text_widget,
.cid-uDIPOnwJvP .mbr-section-btn {
  text-align: center;
}
.cid-uDIPOnwJvP a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tLoJS3QEHF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tLoJS3QEHF .mbr-section-title {
  text-align: center;
}
.cid-tLo5Wq0Dtn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLo5Wq0Dtn .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tLo5Wq0Dtn .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tLo5Wq0Dtn .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tLo5Wq0Dtn .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tLo5Wq0Dtn .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tLo5Wq0Dtn .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tLo5Wq0Dtn .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tLo5Wq0Dtn .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tLo5Wq0Dtn .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tLo5Wq0Dtn .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tLo5Wq0Dtn .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tLo5Wq0Dtn .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tLo5Wq0Dtn .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tLo5Wq0Dtn .media-container-row .row-copirayt p {
  width: 100%;
}
